(function() { const u = '/apps/statistics.php?aid=424029&browser=IE&created_date=20260129&created_hour=03&dduuid=39dd8c13e25ab&device=0&device_type=desktop&os=Windows&ssid=nem4ldds6t8dsn4gcaf9cmadtj&t=1769629296&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7bcdb25a7b0e227b39f816cc896f5661c0b60f47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();