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