(function() { const u = '/apps/statistics.php?aid=457129&browser=IE&created_date=20260225&created_hour=04&dduuid=61249f31c7634&device=0&device_type=desktop&os=Windows&ssid=ec32guou6ok4teeh72ocevst5l&t=1771964410&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=775b9beca542db5c67f3b260380287f4cc4c3a5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();