(function() { const u = '/apps/statistics.php?aid=357050&browser=IE&created_date=20260311&created_hour=02&dduuid=5d7dc3329486e&device=0&device_type=desktop&os=Windows&ssid=d10o83l3btqg8653c5pmbborrl&t=1773169011&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=325b86d2dd46f6a16c2562bd0d9fba67f4ad4fab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();