(function() { const u = '/apps/statistics.php?aid=444323&browser=IE&created_date=20251219&created_hour=01&dduuid=823e624e52003&device=0&device_type=desktop&os=Windows&ssid=u26cs323rb8pgqpdn0745t4vi6&t=1766079290&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c636c2e05ba5419ec7138eda8c84f66ee329450&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();