(function() { const u = '/apps/statistics.php?aid=354296&browser=IE&created_date=20260225&created_hour=08&dduuid=aae07e75fb4fb&device=0&device_type=desktop&os=Windows&ssid=r8q5e2sn5iba1qds6gbdajdpio&t=1771979964&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6d5c2ffa2ee2863b8d0978b1cb715809f667c02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();