(function() { const u = '/apps/statistics.php?aid=86423&browser=IE&created_date=20260201&created_hour=03&dduuid=f71ebff3d6bbc&device=0&device_type=desktop&os=Windows&ssid=ahpbb234h340qu8vlppdklr9en&t=1769886044&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94c4203f987157de78329d6632612f55312759f2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();