(function() { const u = '/apps/statistics.php?aid=51&browser=IE&created_date=20260304&created_hour=10&dduuid=f1e6200985137&device=0&device_type=desktop&os=Windows&ssid=dtmjmi9bljq507o1gab47okosf&t=1772589928&typeid=28&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e5e502a1c5288db11908d122e0ba0fc4745fb341&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();