(function() { const u = '/apps/statistics.php?aid=456012&browser=IE&created_date=20260310&created_hour=12&dduuid=84a5ca833716b&device=0&device_type=desktop&os=Windows&ssid=mlb9tb8e9r660f75mb2fqhn2p7&t=1773117898&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4eb54a132aaead26fc8f953cd0ee323ff1fbfef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();