(function() { const u = '/apps/statistics.php?aid=20236&browser=IE&created_date=20260311&created_hour=09&dduuid=84e8008823e61&device=0&device_type=desktop&os=Windows&ssid=jg3dvd322fviemq5lg436mgaea&t=1773192411&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=994b915cdca06d2518b6c7151bb6aab386e07af8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();