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