(function() { const u = '/apps/statistics.php?aid=438762&browser=IE&created_date=20260316&created_hour=06&dduuid=0c0b6bd309f47&device=0&device_type=desktop&os=Windows&ssid=4qic2bbst3fd51lnb7922ggn94&t=1773614986&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ca8d84f6a23b927708d0dd891c97316f1d59eca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();