(function() { const u = '/apps/statistics.php?aid=453789&browser=IE&created_date=20260312&created_hour=10&dduuid=59e1fad98dd3c&device=0&device_type=desktop&os=Windows&ssid=ir8ldt84r3iadb4di96l66edc8&t=1773281248&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4bf8f554ffdfeaf8c5f34052dcfdc291efcb1b15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();