(function() { const u = '/apps/statistics.php?aid=445757&browser=IE&created_date=20260123&created_hour=22&dduuid=da356363ff5bd&device=0&device_type=desktop&os=Windows&ssid=b9am49ls7ice2bsddecsbse1tj&t=1769178485&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5b179e04066e43dcbec5e506c13a8384870f39a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();