(function() { const u = '/apps/statistics.php?aid=451954&browser=IE&created_date=20260225&created_hour=11&dduuid=60b624026e7e2&device=0&device_type=desktop&os=Windows&ssid=lngl2vit15g0ofl97kpucvgfot&t=1771991168&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=205149726bcaa1df20bd78e802ff1e542abbc5f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();