(function() { const u = '/apps/statistics.php?aid=434428&browser=IE&created_date=20260101&created_hour=23&dduuid=63ebb1e5f5954&device=0&device_type=desktop&os=Windows&ssid=a48cllr6lgj98so9et0b4cvrto&t=1767281502&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f6c7b8e2808740dfab427e9f483354985c850b2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();