(function() { const u = '/apps/statistics.php?aid=350504&browser=IE&created_date=20260225&created_hour=10&dduuid=d7280e4fee853&device=0&device_type=desktop&os=Windows&ssid=p32r0o587u12hr3ojfeo61m8dj&t=1771986910&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d400d26d335c4c8f4a027812d03f1c42aae87ee0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();