(function() { const u = '/apps/statistics.php?aid=441165&browser=IE&created_date=20260304&created_hour=19&dduuid=15c37963c6cb7&device=0&device_type=desktop&os=Windows&ssid=q2qinbfi8taqqs8p5165ip5nsd&t=1772623433&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d73366835821bacded5ce0d1980a6a9d240ff281&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();