(function() { const u = '/apps/statistics.php?aid=207061&browser=IE&created_date=20251224&created_hour=22&dduuid=ece16ba4e6f05&device=0&device_type=desktop&os=Windows&ssid=201a3d441t8vf5h0da5ba9f8qd&t=1766587138&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=857ddc53c68692e1cc58ddfacb5882abe836b5ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();