(function() { const u = '/apps/statistics.php?aid=439776&browser=IE&created_date=20251129&created_hour=17&dduuid=c08af485eb85d&device=0&device_type=desktop&os=Windows&ssid=ab3f86a77cu4tekj0ajmfh5v6g&t=1764406858&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ef41a784c00f510c4c793ef55a584a16d80a81a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();