(function() { const u = '/apps/statistics.php?aid=75694&browser=IE&created_date=20260227&created_hour=18&dduuid=9a23c49f31a39&device=0&device_type=desktop&os=Windows&ssid=b6kivids0a4dk061femkk2ttst&t=1772189738&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=354c18861ef4d85d227c54bef1da6f3e4c228298&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();