(function() { const u = '/apps/statistics.php?aid=7628&browser=IE&created_date=20260316&created_hour=22&dduuid=82b46f8bb5e69&device=0&device_type=desktop&os=Windows&ssid=h2ul7p59lhikpjrvr6e056p67e&t=1773669858&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=658b01aa96937e2a363bcd7fa8fc6da3cbb59c5f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();