(function() { const u = '/apps/statistics.php?aid=294936&browser=IE&created_date=20260314&created_hour=04&dduuid=16e3a0189d14f&device=0&device_type=desktop&os=Windows&ssid=kg6eo8q0i8q1bq20uqdg6k0pcp&t=1773432915&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9db116ed0c552aaade0a8fd6dd6fb892727eb97a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();