(function() { const u = '/apps/statistics.php?aid=453636&browser=IE&created_date=20260224&created_hour=11&dduuid=beafc60826a62&device=0&device_type=desktop&os=Windows&ssid=623dqeel3sk8a2mdq5vlbb9b1h&t=1771905134&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbe108cae7ebd8daaeb46b15875c10fe49185e05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();