(function() { const u = '/apps/statistics.php?aid=455708&browser=IE&created_date=20260310&created_hour=20&dduuid=bfdaa6b5742f7&device=0&device_type=desktop&os=Windows&ssid=f228mc1gaas0pm8rm0494gd5qo&t=1773145203&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=211dcb5e866b0d551eb407298c2ec5cf3398e26b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();