(function() { const u = '/apps/statistics.php?aid=445712&browser=IE&created_date=20260113&created_hour=00&dduuid=94448a616cc30&device=0&device_type=desktop&os=Windows&ssid=tvh8km2n6ki6q8qv5qgcoeql15&t=1768236613&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7dd7e7d035066bd33485c59e64c6eba025647bdd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();