(function() { const u = '/apps/statistics.php?aid=47120&browser=IE&created_date=20260224&created_hour=09&dduuid=de3cb87a7645b&device=0&device_type=desktop&os=Windows&ssid=h2b4j9nrhd6ba1slg3qf8lksdq&t=1771895460&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62a33296d065b07d88e801b5bf50e33ac1fd2b83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();