(function() { const u = '/apps/statistics.php?aid=399013&browser=IE&created_date=20260226&created_hour=06&dduuid=d61e52e00f4c1&device=0&device_type=desktop&os=Windows&ssid=sp3u9mujo48vs1udg16juq2t1m&t=1772059530&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f94ea631302b0aabf10a4529bd945d6cb2d5d96a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();