(function() { const u = '/apps/statistics.php?aid=69019&browser=IE&created_date=20251129&created_hour=18&dduuid=23bb0cf565e39&device=0&device_type=desktop&os=Windows&ssid=f78nve9h992ahg7br77vbcohus&t=1764411716&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7334c86b51e5c2f002230b70d82a7aea5473a447&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();