(function() { const u = '/apps/statistics.php?aid=451729&browser=IE&created_date=20260306&created_hour=13&dduuid=28aa885222434&device=0&device_type=desktop&os=Windows&ssid=7gkgf4ito0a2h8pcju21b6aodh&t=1772773325&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a4fc008b4f20cf4467a3bb72a88009319443a103&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();