(function() { const u = '/apps/statistics.php?aid=424202&browser=IE&created_date=20260311&created_hour=20&dduuid=9191a1ac3c0f3&device=0&device_type=desktop&os=Windows&ssid=pchgeq0unruhrle2p2osmf1a62&t=1773230729&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e07001d17936b6899defff83a5ace1519458bf8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();