(function() { const u = '/apps/statistics.php?aid=390181&browser=IE&created_date=20260308&created_hour=17&dduuid=57628af5ea2e7&device=0&device_type=desktop&os=Windows&ssid=pen19j0qgpgv6tuqs1c719f2hk&t=1772960414&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43e7b97af124c43157b038ef4a383a9e8eace270&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();