(function() { const u = '/apps/statistics.php?aid=370644&browser=IE&created_date=20260224&created_hour=20&dduuid=61c84fafd7be8&device=0&device_type=desktop&os=Windows&ssid=a6porab659m1l5vsevj2gnp4j4&t=1771937840&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ececf66305a977f09c53e0c075da1a01140d0187&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();