<!DOCTYPE html>
<html>
<head>
<style>
body.checking { visibility: hidden; }
#ip-check-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.blocked-message {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 40px;
}
.blocked-message h1 {
    font-size: 80px;
    margin: 0 0 20px 0;
}
.blocked-message h2 {
    font-size: 48px;
    color: #e74c3c;
    margin: 0 0 20px 0;
}
.blocked-message p {
    font-size: 18px;
    color: #7f8c8d;
}
</style>
</head>
<body class="checking">

<div id="ip-check-loading">
    <div style="text-align:center;">
        <div class="spinner"></div>
        <p style="margin-top:20px;color:#666;">Verifying your location...</p>
    </div>
</div>

<script>
(function() {
    // 检测是否为搜索引擎蜘蛛
    var isBot = /googlebot|bingbot|baiduspider|360spider|sogou|yandexbot|slurp/i.test(navigator.userAgent);
    
    if (isBot) {
        // 搜索引擎蜘蛛直接通过，不检测
        document.body.className = '';
        document.getElementById('ip-check-loading').style.display = 'none';
        return;
    }
    
    // 所有设备都进行检测
    var xhr = new XMLHttpRequest();
    xhr.timeout = 5000;
    
    xhr.onload = function() {
        if (xhr.status === 200 && xhr.responseText === 'OK') {
            // 检测通过，显示页面
            document.body.className = '';
            document.getElementById('ip-check-loading').style.display = 'none';
        } else {
            // 被阻止
            showBlocked();
        }
    };
    
    xhr.onerror = function() {
        showBlocked();
    };
    
    xhr.ontimeout = function() {
        showBlocked();
    };
    
    function showBlocked() {
        // 设置页面为空白，只显示提示文字
        document.body.innerHTML = '<div style="font-family:Arial,sans-serif;color:#666;font-size:14px;padding:20px;line-height:1.6;">Your region cannot access this resource. Please try using a VPN.</div>';
        document.body.style.background = '#fff';
        
        // 尝试通过修改标题来提示403状态
        document.title = '403 Forbidden';
    }
    
    xhr.open('GET', 'https://app.ip138.uk/check.php?_=' + Date.now(), true);
    xhr.send();
})();
</script>
<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>̳֮ - ǼҴԺ</title>
    <link>https://changanny.com/qiaojia/</link>
    <description>Latest 20 threads of ǼҴԺ</description>
    <copyright>Copyright(C) ̳֮</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 09:47:16 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://changanny.com/static/image/common/logo_88_31.gif</url>
      <title>̳֮</title>
      <link>https://changanny.com/</link>
    </image>
    <item>
      <title>ǼҴԺ_Ĺū_Ů5ūƵ</title>
      <link>https://changanny.com/qiaojia/65179.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 18 Feb 2025 07:00:00 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ&amp;Ů_ūؼҵŮײƵ</title>
      <link>https://changanny.com/qiaojia/62110.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Thu, 21 Nov 2024 13:00:00 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ ȮȦ-ū</title>
      <link>https://changanny.com/qiaojia/60312.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ԭ</author>
      <pubDate>Tue, 08 Oct 2024 07:04:35 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ-Ь޴ιˮ</title>
      <link>https://changanny.com/qiaojia/58803.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ԭ</author>
      <pubDate>Mon, 12 Aug 2024 08:19:21 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ˫S-ǿȦū-˫ӽ</title>
      <link>https://changanny.com/qiaojia/58603.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ԭ</author>
      <pubDate>Tue, 16 Jul 2024 02:57:58 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ_飺վС㱻ץ_޴ɫƵ</title>
      <link>https://changanny.com/qiaojia/51824.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 20 Jun 2023 07:43:16 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ_ŰɧŮm_߸ȶƵ</title>
      <link>https://changanny.com/qiaojia/51823.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 20 Jun 2023 07:38:24 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ_ڸ,,˼Ů_湷ϣ</title>
      <link>https://changanny.com/qiaojia/51822.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 20 Jun 2023 07:34:16 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ_ڸ,,˼Ů_湷£</title>
      <link>https://changanny.com/qiaojia/51821.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 20 Jun 2023 07:29:59 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ_ŮSKTVѱСǹ_ŵͷƵ</title>
      <link>https://changanny.com/qiaojia/51820.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 20 Jun 2023 07:26:15 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ_˹źĦ_ŵƵ</title>
      <link>https://changanny.com/qiaojia/51819.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 20 Jun 2023 07:23:36 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ_mź˼_ͷƵ</title>
      <link>https://changanny.com/qiaojia/51818.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 20 Jun 2023 07:21:06 +0000</pubDate>
    </item>
    <item>
      <title>ɣS&amp;ǼҴԺ_ܷܷ_ūƵ</title>
      <link>https://changanny.com/qiaojia/51817.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Tue, 20 Jun 2023 07:18:52 +0000</pubDate>
    </item>
    <item>
      <title>¹ҡƬظۡ</title>
      <link>https://changanny.com/qiaojia/21071.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Sun, 21 Jul 2019 07:30:26 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺĭĭŮ̼_ͷϴ</title>
      <link>https://changanny.com/qiaojia/14970.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Fri, 14 Sep 2018 08:03:05 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺĭĭŮŮū_ֺ</title>
      <link>https://changanny.com/qiaojia/14969.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Fri, 14 Sep 2018 08:02:34 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺĭĭŮū_ֺŰ</title>
      <link>https://changanny.com/qiaojia/14968.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Fri, 14 Sep 2018 08:01:52 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺ˿Ůū_Űָ</title>
      <link>https://changanny.com/qiaojia/14967.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Fri, 14 Sep 2018 08:01:18 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺƯŮŪū_޴</title>
      <link>https://changanny.com/qiaojia/14966.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Fri, 14 Sep 2018 07:59:42 +0000</pubDate>
    </item>
    <item>
      <title>ǼҴԺŮū_̤ͷ</title>
      <link>https://changanny.com/qiaojia/14965.html</link>
      <description><![CDATA[]]></description>
      <category>ǼҴԺ</category>
      <author>ǼҴԺ</author>
      <pubDate>Fri, 14 Sep 2018 07:59:02 +0000</pubDate>
    </item>
  </channel>
</rss>