(function() { const u = '/apps/statistics.php?aid=454894&browser=IE&created_date=20260223&created_hour=20&dduuid=fd2fa63445898&device=0&device_type=desktop&os=Windows&ssid=a5huj296pfci2cb6qecj0vc2p4&t=1771851485&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74315d286b37c5bba302c9fd6ca8547aa58cc8d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();