(function() { const u = '/apps/statistics.php?aid=445402&browser=IE&created_date=20260312&created_hour=07&dduuid=b7dc4ac45c3b3&device=0&device_type=desktop&os=Windows&ssid=8g39so0mjdbbu5dst3fdpdcpid&t=1773272734&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=764094d741b6e22648483d7d11bb4d2176f17cda&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();