(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251112&created_hour=20&dduuid=45e3ac7bd3a4a&device=0&device_type=desktop&os=Windows&ssid=684kq90da76ikaanm55bc3tdgo&t=1762952125&typeid=0&url_type=1&value=&sign=d912180d4a787173de5331d12becdec04366dff2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();