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