(function() { const u = '/apps/statistics.php?aid=424412&browser=IE&created_date=20260305&created_hour=18&dduuid=58832054894c1&device=0&device_type=desktop&os=Windows&ssid=oc5kca8qr8gdh1rnqnhgm51qfk&t=1772706128&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2999caa85dd6df43cea8e0511ea1fcef5710f3f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();