(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=06&dduuid=e6884e67b1be6&device=0&device_type=desktop&os=Windows&ssid=8vdgor62phc7p4og027sldvhmf&t=1761084728&typeid=0&url_type=2&value=&sign=967441f808bd8fc4a627492bc2b0c048e7411149&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();