(function() { const u = '/apps/statistics.php?aid=57811&browser=IE&created_date=20260311&created_hour=02&dduuid=d72094681f88f&device=0&device_type=desktop&os=Windows&ssid=62l8v3lk4cm0eea27sbep12cud&t=1773166823&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87d2267c1ffd834e32fa96a4a2db96205cb20685&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();