(function() { const u = '/apps/statistics.php?aid=410288&browser=IE&created_date=20260120&created_hour=20&dduuid=9b02716993c31&device=0&device_type=desktop&os=Windows&ssid=sg2k3epnnkq950eeonlu15q77r&t=1768912200&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f3fe58efc64e4401f33c78b15c4a8801e3a627e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();