(function() { const u = '/apps/statistics.php?aid=336592&browser=IE&created_date=20260311&created_hour=09&dduuid=d180e6b2a9b01&device=0&device_type=desktop&os=Windows&ssid=9nqumpflvogp91vhis3bql8mlp&t=1773192564&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=044f7c69f754e863576272330fcfe13127469aee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();