(function() { const u = '/apps/statistics.php?aid=14404&browser=IE&created_date=20260308&created_hour=16&dduuid=41f9947f8a76e&device=0&device_type=desktop&os=Windows&ssid=f547u7m2tmmcppqgd9d6r55csa&t=1772956970&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2130ff4cf915a8b9a9a3e806f6e48350b5c06e5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();