(function() { const u = '/apps/statistics.php?aid=451456&browser=IE&created_date=20260225&created_hour=05&dduuid=5a9ad080c58e6&device=0&device_type=desktop&os=Windows&ssid=iqnp3rosmga5eov64uthrh7dvm&t=1771968108&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d466aafd4276eea91e2697fb2331359e12453aef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();