(function() { const u = '/apps/statistics.php?aid=455118&browser=IE&created_date=20260312&created_hour=02&dduuid=b708a3e4d9da0&device=0&device_type=desktop&os=Windows&ssid=gj83e2htspeog6mclt3odh492k&t=1773255275&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=884f7f33eecb7e20d368ab1e6f34cf69c09d137d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();