(function() { const u = '/apps/statistics.php?aid=401565&browser=IE&created_date=20260127&created_hour=14&dduuid=7a32a5a49ee78&device=0&device_type=desktop&os=Windows&ssid=uo1v570sicqiqmr0q1o009fmap&t=1769494479&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed03634efaa18eadf4a9be2c6cc2ed175589012a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();