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