(function() { const u = '/apps/statistics.php?aid=439841&browser=IE&created_date=20260305&created_hour=08&dduuid=07bebaeaf7fee&device=0&device_type=desktop&os=Windows&ssid=oap03s24efgpke3ofja2bu8uld&t=1772668994&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5323da55f22cc6a30664c151560bee515b29e6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();