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