(function() { const u = '/apps/statistics.php?aid=207133&browser=IE&created_date=20260226&created_hour=21&dduuid=7411a1ab25952&device=0&device_type=desktop&os=Windows&ssid=kk4sg9np8gp4sd5mjsrfk42tfg&t=1772113825&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ded48281c0d3ef08932a808f2c3b0d3180792a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();