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