(function() { const u = '/apps/statistics.php?aid=394030&browser=IE&created_date=20251218&created_hour=03&dduuid=85874bd942856&device=0&device_type=desktop&os=Windows&ssid=p8ggf31kijrc0nmaqiuhtiqk98&t=1766000789&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4803275f057fca0618f614b54359c99db176c48&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();