(function() { const u = '/apps/statistics.php?aid=434179&browser=IE&created_date=20260313&created_hour=05&dduuid=7820d129fb079&device=0&device_type=desktop&os=Windows&ssid=1gqr8aarbbk7ds34d29oqi0j98&t=1773350930&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7abb30646e9cfb3fc5ebe2d5b10afa207ae0df64&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();