(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=20&dduuid=594d6a3fc5620&device=0&device_type=desktop&os=Windows&ssid=cf50dvmr5uvoj9j6t602lnuskc&t=1757854046&typeid=0&url_type=2&value=&sign=66f1ebac6990b77165728b940305fae343111a10&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();