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