(function() { const u = '/apps/statistics.php?aid=78745&browser=IE&created_date=20260303&created_hour=20&dduuid=b75f1cd672930&device=0&device_type=desktop&os=Windows&ssid=1009i9vvflot6glh2n2h7kogla&t=1772540888&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22845203834f22eff4daa01b4020f5fa01f6360f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();