(function() { const u = '/apps/statistics.php?aid=403406&browser=IE&created_date=20251222&created_hour=22&dduuid=26634bba01042&device=0&device_type=desktop&os=Windows&ssid=51o3uojo3eugd0rnkfsf0mot1u&t=1766415415&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=515e99ded8213f79e4d9ccfd022773a8043b032d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();