(function() { const u = '/apps/statistics.php?aid=452139&browser=IE&created_date=20260306&created_hour=01&dduuid=518a73b0b06e6&device=0&device_type=desktop&os=Windows&ssid=4bc8o0rfvdm3qfcemqmap7e338&t=1772731945&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=957a77d5e195b8161eaacbf0e397192502c74831&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();