(function() { const u = '/apps/statistics.php?aid=164466&browser=IE&created_date=20260223&created_hour=20&dduuid=29c960f4ee078&device=0&device_type=desktop&os=Windows&ssid=avcq9a2n8gh3m4gsjfj2b3jhf1&t=1771851252&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=93d358653b7d1f31af2fafb8e4b4453003f65fff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();