(function() { const u = '/apps/statistics.php?aid=442310&browser=IE&created_date=20260308&created_hour=05&dduuid=30446fdc7fcbb&device=0&device_type=desktop&os=Windows&ssid=46i6b5c3pn67h9brmj4ba0io5g&t=1772920573&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9fb2819b502f80eb19f16ddaf08f7ce41d29aad1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();