可以用来测试分流到 AWS相关的IP的访问情况

fetch('https://directory.cookieyes.com/api/v1/ip')  .then(response => response.json())  .then(data => {    console.log(data);    // 在此处理返回的数据  })  .catch(error => console.error('请求失败:', error));