(function() { const u = '/apps/statistics.php?aid=450910&browser=IE&created_date=20260312&created_hour=20&dduuid=449536def379f&device=0&device_type=desktop&os=Windows&ssid=o1sodn1kf9fujh7nokonr6r67l&t=1773317423&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c18ea20bb18be6345d7c18af5d5ee4ad0382d26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();