(function() { const u = '/apps/statistics.php?aid=453764&browser=IE&created_date=20260310&created_hour=10&dduuid=f740398cd46a3&device=0&device_type=desktop&os=Windows&ssid=f0hdia023v6dk2usqmo324po17&t=1773109585&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=359cd47ef4ddc7bb27d6ae6a28fbbd2dffcb52ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();