(function() { const u = '/apps/statistics.php?aid=65612&browser=IE&created_date=20260311&created_hour=07&dduuid=fc8b73ee73250&device=0&device_type=desktop&os=Windows&ssid=kr8d9ftb6unmhahmmm7ffa7nci&t=1773187096&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5af3e6a81febfd24e181af99265f09a5dde9afdb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();