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