(function() { const u = '/apps/statistics.php?aid=416&browser=IE&created_date=20260112&created_hour=16&dduuid=8a58aa3346eb3&device=0&device_type=desktop&os=Windows&ssid=daocgjd4gs13qlt8ru12gh0br5&t=1768206989&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb6fb684e635c05f9c6d564b280efe5b2e973a6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();