(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=00&dduuid=52335a9b24ba3&device=0&device_type=desktop&os=Windows&ssid=dgm5caci3c4n80eam819jhq77s&t=1757866769&typeid=0&url_type=2&value=&sign=075cea8e97635691ba69636bd3e03a33b305a2e1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();