(function() { const u = '/apps/statistics.php?aid=394030&browser=IE&created_date=20260224&created_hour=10&dduuid=5dd5c7e439bce&device=0&device_type=desktop&os=Windows&ssid=17dmmu2ld7i9iv8mj6to2ddjes&t=1771900079&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=11f249ee687ba645be5ff28a2c83a25e4ae5b597&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();