(function() { const u = '/apps/statistics.php?aid=451695&browser=IE&created_date=20260306&created_hour=14&dduuid=559cb93ace503&device=0&device_type=desktop&os=Windows&ssid=6v3esid3g9hl6c2l6n77be2rao&t=1772778975&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61fc4e95bf5385a4929d61dd60e4e8e88997cb2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();