(function() { const u = '/apps/statistics.php?aid=210015&browser=IE&created_date=20260225&created_hour=15&dduuid=42896cd300e06&device=0&device_type=desktop&os=Windows&ssid=loblol74jqf1fvlta5iecdh34f&t=1772006158&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bef2aa24995cfe78ff82e13b0b32e969cfc74622&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();