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