(function() { const u = '/apps/statistics.php?aid=401017&browser=IE&created_date=20260125&created_hour=07&dduuid=b0afc38836883&device=0&device_type=desktop&os=Windows&ssid=uromn4ebjobvem77f6c57ub5ik&t=1769298653&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=71601688d810ab2544dfa1ed49538e76450befd8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();