(function() { const u = '/apps/statistics.php?aid=210168&browser=IE&created_date=20251225&created_hour=10&dduuid=e6386c07ffdee&device=0&device_type=desktop&os=Windows&ssid=5eokf059okn1ebh6pikntgqi34&t=1766629693&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c224d7d71948f40e1230c003922563603b6f04df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();