(function() { const u = '/apps/statistics.php?aid=398938&browser=IE&created_date=20260129&created_hour=14&dduuid=af6e123fa3919&device=0&device_type=desktop&os=Windows&ssid=gg8c4a826dkhju3k54006u55jf&t=1769668870&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=788625462a30004f2196dab0cad2bd0f901fde31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();