(function() { const u = '/apps/statistics.php?aid=440760&browser=IE&created_date=20260323&created_hour=23&dduuid=5c4ee45346fa3&device=0&device_type=desktop&os=Windows&ssid=6co2207rug4e2hnh6tv5ig0au4&t=1774280406&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4a724c93872d5b1104d034628815b816b495202f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();