(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=15&dduuid=657cb8b60a1c4&device=0&device_type=desktop&os=Windows&ssid=6dpq3ktrdu2hc931813p7b0g8d&t=1758180961&typeid=0&url_type=2&value=&sign=f21b6007f771857fe880b021a788a9ad8850c7d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();