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