(function() { const u = '/apps/statistics.php?aid=25036&browser=IE&created_date=20260122&created_hour=21&dduuid=c837926667249&device=0&device_type=desktop&os=Windows&ssid=l8beqkqq1sau1eef9iokvnnt4r&t=1769090097&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47daed25ac8ec9ee0416a8d52c92afd7c0140ea9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();