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