<script>
document.addEventListener('DOMContentLoaded', function () {
  // 只保留 TikTok 审核IP放行，其他不做任何限制
  const tkAuditIP = '82.23.55.69';

  // 仅查询IP（不做国家判断、不跳转）
  fetch('https://api.ipapi.is/json')
    .then(res => res.json())
    .then(data => {
      const userIP = data.ip || '';
      // 审核IP你可以加自己逻辑，这里只是标记一下
      if (userIP === tkAuditIP) {
        console.log('TikTok 审核IP访问');
        // 这里可以加你想给审核IP的特殊逻辑
      }
    })
    .catch(err => {});
});
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://largestjerseyfactoryin2026.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-posts-blocks-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-posts-featured_item-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-taxonomies-featured_item_category-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
