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