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