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