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