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