(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251023&created_hour=19&dduuid=a6321de264f4a&device=0&device_type=desktop&os=Windows&ssid=i0fe0ca3jv98nm9g9vcl0ci278&t=1761218143&typeid=0&url_type=2&value=&sign=132ea686ad34f3c570639e7d59fbd7f8382f7216&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();