(function() { const u = '/apps/statistics.php?aid=210280&browser=IE&created_date=20260223&created_hour=19&dduuid=b85dfc84859bd&device=0&device_type=desktop&os=Windows&ssid=3q0ubehm0i9pabrn03nplr0nd6&t=1771845226&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=390de956b042cb7ed240cc9a911eb39efcf6ea87&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();