(function() { const u = '/apps/statistics.php?aid=580&browser=IE&created_date=20260311&created_hour=09&dduuid=dd4711d595a06&device=0&device_type=desktop&os=Windows&ssid=dha46tmr357svorur4m5m1vvqi&t=1773194184&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=678ada90b9500c4c76d8e0418b578aa883eee222&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();