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