(function() { const u = '/apps/statistics.php?aid=437754&browser=IE&created_date=20260304&created_hour=08&dduuid=ca40008ece942&device=0&device_type=desktop&os=Windows&ssid=l15rg16lrnn3nnd5ph07kdetl2&t=1772584808&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4f2509f41d6672d9985d4bb39158b97f658a18a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();