(function() { const u = '/apps/statistics.php?aid=294930&browser=IE&created_date=20260116&created_hour=08&dduuid=f3bf1a09c34d0&device=0&device_type=desktop&os=Windows&ssid=6nj5soriffcmes535qumlhmlnc&t=1768523686&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e11020f8d1fc28a14035755ef16767e1fa0074f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();