(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=11&dduuid=ca71270532dad&device=0&device_type=desktop&os=Windows&ssid=7sca4a9ld5i4io6h1j30vgapou&t=1757907447&typeid=0&url_type=2&value=&sign=656ddfcc2d64e02600c87999f3b2a0ee9684119a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();