(function() { const u = '/apps/statistics.php?aid=151358&browser=IE&created_date=20260121&created_hour=22&dduuid=1a3b87f90e55b&device=0&device_type=desktop&os=Windows&ssid=qf5a58bka6u7cl9s90gr1r5u51&t=1769004534&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b719d0160ac329e4962347593547198c57f461c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();