(function() { const u = '/apps/statistics.php?aid=439547&browser=IE&created_date=20260319&created_hour=02&dduuid=701ac47dd483b&device=0&device_type=desktop&os=Windows&ssid=uf825p3rap9uuc7i40ft0m08qo&t=1773858890&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9055c7df8c3644d063333e7f54fd7b533eb37df4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();