(function() { const u = '/apps/statistics.php?aid=452188&browser=IE&created_date=20260225&created_hour=00&dduuid=743bd65c2e58d&device=0&device_type=desktop&os=Windows&ssid=qg2bn7cfu55399uo9g72lgva2k&t=1771951910&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38d1d69a93810f1f7114c4c6586e41806634fcc1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();