(function() { const u = '/apps/statistics.php?aid=454371&browser=IE&created_date=20260224&created_hour=01&dduuid=4d8260c906036&device=0&device_type=desktop&os=Windows&ssid=3h5jdq632ndub8si8a5bc06e0d&t=1771866728&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3376af252137deb335581cd201dbdc73bfff0543&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();