(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251112&created_hour=22&dduuid=08c6383b1fc9d&device=0&device_type=desktop&os=Windows&ssid=c7j27vnaq9lcas6s6kmnfocpir&t=1762957728&typeid=0&url_type=2&value=&sign=f46b4227a77fa7155529bc14d98739ec980fe879&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();