(function() { const u = '/apps/statistics.php?aid=201501&browser=IE&created_date=20260128&created_hour=02&dduuid=7b0270db24c8e&device=0&device_type=desktop&os=Windows&ssid=j8moqa1gc5ri74ecn4gp6cd1qg&t=1769538310&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b721f952276e58e9a1f4ca41d2db51ddb3e5cd6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();