(function() { const u = '/apps/statistics.php?aid=440761&browser=IE&created_date=20260311&created_hour=02&dduuid=1406dd850195c&device=0&device_type=desktop&os=Windows&ssid=vrjk8htrgooq66aecvj0527632&t=1773166793&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4af8dff2b549594167f9ffdbe2f9a78c3fe00642&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();