(function() { const u = '/apps/statistics.php?aid=407732&browser=IE&created_date=20260306&created_hour=07&dduuid=f4fe6b3dee4ae&device=0&device_type=desktop&os=Windows&ssid=421n4klr5291ungm3475ms3b3m&t=1772754728&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4ea08dc2643be10c511efff2a3361ca9291705e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();