JavaScript
Executed Scripts (115)
Executed Evals (202)
#1 JavaScript::Eval (size: 79) - SHA256: 26477d7bd43a78953b57c4d08182c59c23c47327a43b652c176e194f6d0ed193
0,
function(C, r, R, t, p) {
U((t = (p = x(C, (r = P(C, (R = P(C, 59), 47)), R)), x)(C, r), C), r, t - p)
}
#2 JavaScript::Eval (size: 199) - SHA256: c7a50adf0f841c16dfb752d14f777fccdd2866ebefab476800e7c1bc9d2804df
var fn = function(a, b) {};
var desc = Object.getOwnPropertyDescriptor(fn, "length");
if (desc.configurable) {
Object.defineProperty(fn, "length", {
value: 1
});
(fn.length === 1)
} else {
(false)
}
#3 JavaScript::Eval (size: 196) - SHA256: f196f93555f13ee5d6e3311fbe66d2b13f95afc31b730706bebc09f199f98c86
var proxied = {};
var passed = false;
var proxy = new Proxy(proxied, {set: function(t, k, v, r) {
passed = t === proxied && k + v === "foobar" && r === proxy;
}
});
proxy.foo = "bar";
(!!passed)
#4 JavaScript::Eval (size: 23) - SHA256: 1c63d7b53aec784053c4b01076b5b222a340e8a16b31882b8c7c3675b0552cb9
Math.min(1, 2, 3, ) === 1;
#5 JavaScript::Eval (size: 147) - SHA256: 5c22ebac68a8fd15cea366224e139b7f4a513d48c73d6695433b89a0f111d6ca
var set = [];
var p = new Proxy([0, 0, 0, , ], {set: function(o, k, v) {
set.push(k);
o[k] = v;
return true;
}
});
p.reverse();
(set + "" === "3,1,2");
#6 JavaScript::Eval (size: 164) - SHA256: 6b11217aceca2dcbec8f610879574f4bef2e70fe3af6c949532f4f2ce484feae
"hello".padStart(10) === " hello" && "hello".padStart(10, "1234") === "12341hello" && "hello".padStart() === "hello" && "hello".padStart(6, "123") === "1hello";
#7 JavaScript::Eval (size: 78) - SHA256: 34b1243e99faa464870b1bccfa19fc8d6c5b8b0bf14ecaf110e7222415671556
0,
function(C, r, R, t) {
U((R = P((r = W(true, (t = P(C, 27), 8), C), C), 45), C), R, x(C, t) >>> r)
}
#8 JavaScript::Eval (size: 162) - SHA256: 26a3b379c02f84e171c5b837266f62bd663213a9f1aadbb673a4b4b181f79dcd
var obj = [];
obj.constructor = {};
obj.constructor[Symbol.species] = function() {
return {
foo: 1
};
};
(Array.prototype.filter.call(obj, Boolean).foo === 1)
#9 JavaScript::Eval (size: 82) - SHA256: ee6243298ed5c0231b200f2c9b7903d86ed7f1db64d46bc8575601d4c7b89238
try {
eval("({ __proto__ : [], __proto__: {} })");
(false);
} catch (e) {
(true);
}
#10 JavaScript::Eval (size: 79) - SHA256: d181d7a5c8959cc0176e53f6d0f0f63cf870ab4363300885ffe777aaf57f9cfc
0,
function(C, r, R, t, p) {
U((t = (p = x(C, (r = P(C, (R = P(C, 59), 47)), R)), x)(C, r), C), r, t * p)
}
#11 JavaScript::Eval (size: 166) - SHA256: 5360484ab5ef9f5bb709ab4b92283a0cf9b24929a6d17eb53c689e2ec8b67a0d
0,
function(C, r, R, t, p, z, u) {
z = P(C, (t = P(C, (R = P(C, 29), 13)), 47)), C.l == C && (p = x(C, z), u = x(C, R), r = x(C, t), u[r] = p, 387 == R && (C.K = void 0, 2 == r && (C.X = X7(32, false, 14, C), C.K = void 0)))
}
#12 JavaScript::Eval (size: 95) - SHA256: 21d05ffa2029e9400d9fc5111e6d2f2bab8917ebe05e7c8c08de38c15dd6ab6f
0,
function(C, r, R, t, p, z) {
U(C, (z = (p = x(C, (t = P(C, (R = (r = P(C, 29), P)(C, 27), 45)), R)), x(C, r)) == p, t), +z)
}
#13 JavaScript::Eval (size: 127) - SHA256: 157c39f3eb594dc0bf1e86f2e4d9b3b1014f5684d01c3adda3a00f4412fcac00
function foo(...a) {}
try {
Function("function bar(...a){'use strict';}")();
var check = false;
} catch (e) {
var check = true;
}
#14 JavaScript::Eval (size: 43) - SHA256: 7ebd86762b89ff3144b792e42b43d920ce8474cce02d7a0bda0f34c2cf2728d3
typeof
function f(a, b, ) {} === "function"
#15 JavaScript::Eval (size: 49) - SHA256: 074fdb3ee2d863132cb26684710eb9d8d5770a0ad95a4bc2750a0b2ee302e9cb
function defaultParams(a = 1) {
return a === 1;
}
#16 JavaScript::Eval (size: 93) - SHA256: 33b0972a5e022a8ea0a08f6e5a04beb9617fac30d41de292c7f50bbc1acd3ea0
(function() {}).arity === 0 && (function(x) {}).arity === 1 && (function(x, y) {}).arity === 2;
#17 JavaScript::Eval (size: 44) - SHA256: 72c89bfd5f4509fa861e1c9b18402100d7323366e2fcf999af3825c4bccf2d8f
var generator = (function*() {
yield 1;
});
#18 JavaScript::Eval (size: 134) - SHA256: b4a7641f0bcff243e5d25b5579704ed06851c5f5dccdfb2a233cb0e44ecc20cf
0,
function(C, r, R, t, p, z, u, f) {
U(C, (r = x(C, (t = x(C, (p = x(C, (R = P((z = P(C, (f = P(C, (u = P(C, 58), 29)), 27)), C), 59), R)), f)), z)), u), P(2, 32, 1, t, C, r, p))
}
#19 JavaScript::Eval (size: 250) - SHA256: 47bbbf6c3a3d8ebd21cf6c47486daf2c528c73aecb0afbc63d65090167dcee11
0,
function(C, r, R, t, p, z, u, f, N) {
D(45, 4, true, r, C, false) || (z = al(31, 1, C.l, 0), t = z.U, p = z.eO, N = z.xg, R = z.pI, u = t.length, f = 0 == u ? new R[N] : 1 == u ? new R[N](t[0]) : 2 == u ? new R[N](t[0], t[1]) : 3 == u ? new R[N](t[0], t[1], t[2]) : 4 == u ? new R[N](t[0], t[1], t[2], t[3]) : 2(), U(C, p, f))
}
#20 JavaScript::Eval (size: 133) - SHA256: 6bb9d5f985755f2c644c74d326e4af4106d6d96aa6474bdb556e7db90df3a93d
0, x = function(S, B, K) {
if ((K = S.N[B], void 0) === K) throw [ZS, 30, B];
if (K.value) return K.create();
return K.create(1 * B * B + -7 * B + -55), K.prototype
}
#21 JavaScript::Eval (size: 122) - SHA256: ff038e961b88a8de1c87cb61e91d78bad53af0ea67eb5d3021092424393149a3
[1, 2, 3].includes(1) && ![1, 2, 3].includes(4) && ![1, 2, 3].includes(1, 1) && [NaN].includes(NaN) && Array(1).includes()
#22 JavaScript::Eval (size: 48) - SHA256: e592faab5d05399a592aebd98dc90f89ec48eee78b0f9ef7a8c27b3e17252cc4
var a = () => 5;
!a.hasOwnProperty("prototype");
#23 JavaScript::Eval (size: 42) - SHA256: 6ea038f5fd74f74af1dc9edb28ba649d1524eca7931e32141e499bc263676512
var o = {
foo() {}
};
o.foo.name === "foo";
#24 JavaScript::Eval (size: 212) - SHA256: 00865c34ca5133283257f397e120291797ad580c05169b3dc46d7e1a102dab59
0, Ld = function(S, B, K, Q, d) {
if ((Q = (d = k.trustedTypes, S), !d) || !d.createPolicy) return Q;
try {
Q = d.createPolicy(B, {
createHTML: dP,
createScript: dP,
createScriptURL: dP
})
} catch (H) {
if (k.console) k.console[K](H.message)
}
return Q
}
#25 JavaScript::Eval (size: 22) - SHA256: f1c3cecce7fa69a47b00b7f15b27973cae07401861aa309aaa222f167a4c2bb1
0,
function(C) {
pd(C, 4)
}
#26 JavaScript::Eval (size: 160) - SHA256: 7833341e15d5ac378f3c310c5ec9c3dd6852a963981fad343e89fa5e013241e0
var obj = {};
Reflect.defineProperty(obj, "foo", {
value: 123
});
obj.foo === 123 && Reflect.defineProperty(Object.freeze({}), "foo", {
value: 123
}) === false;
#27 JavaScript::Eval (size: 250) - SHA256: 8e65d21ece9bb28ce4dae567ba8b882def82648bc5424707ec5a85015133f8de
VE = function(S, B, K, Q, d, H, C, r, R, t) {
(B.push((d = S[0] << 24 | S[1] << 16, t = S[2] << 8, 2 * (d | 0) - -1 + 2 * ~d - ~(d | t)) | S[3]), B).push((r = S[4] << 24 | S[5] << 16, Q = S[6] << 8, (r & Q) + (r & ~Q) + (~r & Q)) | S[7]), B.push((C = (H = S[8] << 24 | S[9] << 16, R = S[10] << 8, -1 - ~H + (~H & R)), K = S[11], ~(C & K) - 1 - ~C - ~K))
}
#28 JavaScript::Eval (size: 52) - SHA256: b22bd3dccde5cd223a30d42f8d6321d821eeffecd6e1ac2787739bc678898391
typeof Function.prototype.isGenerator == "function";
#29 JavaScript::Eval (size: 427) - SHA256: 804344957392f86952e2255bee852097702fa6453cae8162f2d05faeba4cbb7e
0, nK = function(S, B, K, Q, d, H, C, r, R, t, p) {
if (!B.jO) {
if (t = x(B, (R = ((p = x(B, (r = void 0, K && K[0] === ZS && (S = K[1], r = K[2], K = void 0), 273)), 0 == p.length) && (H = x(B, 350) >> 3, p.push(S, (C = H >> 8, (C | 0) + 255 - (C | 255)), H & 255), void 0 != r && p.push(r & 255)), Q), K && (K.message && (R += K.message), K.stack && (R += ":" + K.stack)), 59)), 3 < t) {
B.l = (d = (R = (t -= ((R = R.slice(0, (t | 0) - 3), R).length | 0) + 3, gP)(2048, R), B.l), B);
try {
n(c(2, R.length).concat(R), 26, B, 12)
} finally {
B.l = d
}
}
U(B, 59, t)
}
}
#30 JavaScript::Eval (size: 140) - SHA256: aaf65d02595142faab0080db0ddc52ca0cc536ceae167474abb35cf3b48524c4
0,
function(S, B, K, Q, d, H) {
for (d = 0; d < S.length; d++) H = S.charAt ? (Q = S.charCodeAt(d), (Q | 0) + ~Q - ~(255 | Q) - (255 ^ Q)) : S[d], B.push(H);
B.d.push(S.length, K)
}
#31 JavaScript::Eval (size: 22) - SHA256: aec908ca61b4d0d0a1c73e25be1e9cccd3f423f1672d75e2ab714303d7042ad1
0,
function(C) {
us(C, 7)
}
#32 JavaScript::Eval (size: 77) - SHA256: 8df9c43d7e4c86c6cf3cd7f087a34516d2a31afb86693aed5ff88d48f2d5d9e2
var weakmap = new WeakMap();
var key = {};
(weakmap.set(key, 0) === weakmap);
#33 JavaScript::Eval (size: 59) - SHA256: dbcddb1bd1f030e55284b95a0ab3898d208a419d7d1a165e72f86061aaabd7b7
0,
function(C, r, R) {
U(C, (r = P(C, (R = P(C, 15), 56)), r), "" + x(C, R))
}
#34 JavaScript::Eval (size: 22) - SHA256: 59780b51412196a0c2d62c85ea976d3ab2c3d448039122d85c97634e06d2e189
0,
function(C) {
us(C, 4)
}
#35 JavaScript::Eval (size: 73) - SHA256: 4148fb631703d80bb7e6efae9c9149be3514a0a46f712f1b0a77adab3561c46d
var obj4 = {
f: async
function*() {
yield 1;
yield 2;
yield 3;
}
};
true
#36 JavaScript::Eval (size: 161) - SHA256: 968ae1a2bcb60c9fa734b78f965912c261a0c131b65bdf9dac1b6debf1a6ed04
var passed = false;
var _set = Map.prototype.set;
Map.prototype.set = function(k, v) {
passed = true;
};
new Map([
[1, 2]
]);
Map.prototype.set = _set;
(passed);
#37 JavaScript::Eval (size: 74) - SHA256: 448cf54ee3f5855ca99d3728932d48668b8e201d1225466724959aba7ed903b3
var [x, ...[y, ...z]] = [1, 2, 3, 4];
x === 1 && y === 2 && z + "" === "3,4";
#38 JavaScript::Eval (size: 27) - SHA256: 9e904379ca52f0d21ca39c44548e612066c0eea49ab734b0ae11a56ee8ba4205
0,
function(C) {
aG(C, 0, 17, 2)
}
#39 JavaScript::Eval (size: 98) - SHA256: efcdc4b38ce7d68e32f401ffbe69097d9df41af0bddd64a40dac2af79acdd250
0,
function(C, r, R, t, p, z) {
U(C, (R = x(C, (t = x(C, (r = (p = P(C, (z = P(C, 15), 59)), P)(C, 44), z)), p)), r), t in R | 0)
}
#40 JavaScript::Eval (size: 79) - SHA256: 8210ec84339d5191861d96822049147ff45a9d8b4c810f73ceff61faf28485b8
0,
function(C, r, R, t, p) {
U((t = (p = x(C, (r = P(C, (R = P(C, 59), 47)), R)), x)(C, r), C), r, t + p)
}
#41 JavaScript::Eval (size: 2) - SHA256: c28768582a470bf736f61d261290664ca5589b1e30a8537eeb8c00f37b5e95a7
Kd
#42 JavaScript::Eval (size: 322) - SHA256: d3fa28ca29eb65c0e30432cefc3bf83cac899ad6ca24bfee310893a3123a4714
0,
function(C, r, R, t, p, z, u, f, N, O) {
for (f = (z = [], R = 0, O = 0); R < C.d.length;) {
for (u = "", N = C.d[R++]; u.length < N;) {
for (; C.M[f] === O;) u += H[C.M[++f]], f++;
if (u.length >= N) break;
u += H[C[O++]]
}
if (p = C.d[R++]) t = 1 == p ? u : p.match(/=$/) ? p + u : "this." + p + "=" + u, r = eval(tv("0," + t)), 1 == p && (r[U4] = 371892), z.push(r)
}
return delete(delete C.M, C.length = 0, C).d, z
}
#43 JavaScript::Eval (size: 118) - SHA256: ea3a75c13edc6ab7df040bc9955da2b636405b0d36c5808833465090b0620a73
0, h6 = function(S, B, K) {
return (K = S.create().shift(), B.R).create().length || B.s.create().length || (B.s = void 0, B.R = void 0), K
}
#44 JavaScript::Eval (size: 351) - SHA256: 1c6ee726fe857c2a23b73459ab1f7d3763eb81f3464721fc232061eaf468ff76
0, X7 = function(S, B, K, Q, d, H, C, r, R, t, p, z, u, f, N, O, g) {
if (N = x(Q, 268), N >= Q.S) throw [ZS, 31];
for (z = (u = 0, r = N, Q.hj.length), R = S; 0 < R;) O = r >> 3, g = r % 8, d = 8 - (g | 0), C = d < R ? d : R, H = Q.B[O], B && (p = Q, p.K != r >> 6 && (p.K = r >> 6, t = x(p, 387), p.IK = $_(255, 24, [0, 0, t[1], t[2]], p.X, p.K, K, 0)), H ^= Q.IK[O & z]), r += C, u |= (H >> 8 - (g | 0) - (C | 0) & (1 << C) - 1) << (R | 0) - (C | 0), R -= C;
return U(Q, 268, (f = u, (N | 0) + (S | 0))), f
}
#45 JavaScript::Eval (size: 16) - SHA256: 42e334ca1e724c1c22b9d486ea9b42611acbe12428ac03bbcbd54fc36478ab32
var a = () => 5;
#46 JavaScript::Eval (size: 66) - SHA256: 25f3844b870922bf805bbc428945fc7bb3eda089b37238e08d90aa125d9f041f
var str = "";
for (var item of "foo") str += item;
(str === "foo")
#47 JavaScript::Eval (size: 132) - SHA256: 379d8f24d003834c11ae6d981ddb9b1d899ff7ec617d1d7898f78eb58d773dd3
var baz = false;
class C {
get foo() {
return "foo";
}
set bar(x) {
baz = x;
}
}
new C().bar = true;
(new C().foo === "foo" && baz);
#48 JavaScript::Eval (size: 125) - SHA256: bfdbaeaad99cb369c0abd7f3b508a6723ae24b997735cf1da1ce90f6bdbd8c83
var re = new RegExp("yy", "y");
re.lastIndex = 3;
var result = re.exec("xxxyyxx")[0];
(result === "yy" && re.lastIndex === 5)
#49 JavaScript::Eval (size: 2) - SHA256: ba1da4b707c41430dca7eea600d342d06d02ea979af441d6640844dafbabed89
$_
#50 JavaScript::Eval (size: 81) - SHA256: e967caf35c0a12aaa7e1c7cc1a00aa3628038e48a024e4fceae77a97636ddf4a
0,
function(C, r, R, t, p) {
p = x((t = (R = P(C, 57), P(C, 25)), r = 0 != x(C, R), C), t), r && U(C, 268, p)
}
#51 JavaScript::Eval (size: 24) - SHA256: 84d28f8835f371715d3dbd144bbbea5f94181979d7607377bd82f1f10df66771
for (var i = 0 in {}) {}
#52 JavaScript::Eval (size: 349) - SHA256: 7cb452c26d3f0865b37fe0f5abb4e41b9317458c06b26b1e43bda616f0cd1aef
X7 = function(S, B, K, Q, d, H, C, r, R, t, p, z, u, f, N, O, g) {
if (N = x(Q, 268), N >= Q.S) throw [ZS, 31];
for (z = (u = 0, r = N, Q.hj.length), R = S; 0 < R;) O = r >> 3, g = r % 8, d = 8 - (g | 0), C = d < R ? d : R, H = Q.B[O], B && (p = Q, p.K != r >> 6 && (p.K = r >> 6, t = x(p, 387), p.IK = $_(255, 24, [0, 0, t[1], t[2]], p.X, p.K, K, 0)), H ^= Q.IK[O & z]), r += C, u |= (H >> 8 - (g | 0) - (C | 0) & (1 << C) - 1) << (R | 0) - (C | 0), R -= C;
return U(Q, 268, (f = u, (N | 0) + (S | 0))), f
}
#53 JavaScript::Eval (size: 455) - SHA256: 3e5d548b169a4fe4bfdf7452d996532b2c8c205fba092d87fb657d807eb34820
0, n = function(S, B, K, Q, d, H, C, r, R) {
if (K.l == K)
for (R = x(K, B), 26 == B ? (r = function(t, p, z, u, f, N, O) {
if (z = (f = R.length, -~(f & 4) + -10) - ~(f | 4) >> 3, R.AO != z) {
u = (p = z << 3, (p | 4) + ~p + (O = [0, 0, H[1], H[2]], 2 * (~p ^ 4)) - (R.AO = z, 3) * (~p | 4));
try {
R.Yg = $_(255, 24, O, mj(24, 3, 8, 16, R, u), mj(24, 3, 8, 6, R, 2 * (u & 4) - 1 + (u & -5) - (u | -5)), 14, 0)
} catch (g) {
throw g;
}
}
R.push((N = R.Yg[f & 7], -(N & t) - ~(N | t) + (~N & t) + (N | ~t)))
}, H = x(K, 25)) : r = function(t) {
R.push(t)
}, Q && r(2 * (Q | 0) - -1 + ~Q - (Q & -256)), d = S.length, C = 0; C < d; C++) r(S[C])
}
#54 JavaScript::Eval (size: 202) - SHA256: ae384973564c80aec0100cfb1e3bf22e5981ca66a9c2b6a0286dcbe6def15004
0,
function(C, r, R, t, p, z, u, f, N, O) {
0 !== (u = x(C, (f = x(C, (N = (p = (r = P(C, (R = P(C, (t = P(C, (O = P(C, 15), 29)), 13)), 13)), x)(C, r), x)(C.l, O), R)), t)), N) && (z = P(2, 3, 1, f, C, p, 1, N, u), N.addEventListener(u, z, i2), U(C, 295, [N, u, z]))
}
#55 JavaScript::Eval (size: 143) - SHA256: 6043e8d15598638ef6081b44ec0a56a4b9d7bdfb67e314a507d3379dca6c0887
0,
function(C, r, R, t) {
if (R = C.ZX.pop()) {
for (r = W(true, 8, C); 0 < r; r--) t = P(C, 27), R[t] = C.N[t];
C.N = (R[59] = (R[273] = C.N[273], C).N[59], R)
} else U(C, 268, C.S)
}
#56 JavaScript::Eval (size: 94) - SHA256: 93b3ced3f1f7e8a0a447e83d9f07c5474a50c4be21651b8b81a884da9e304366
0,
function(C, r, R, t, p) {
U((r = A6("splice", (R = (p = (t = P(C, 25), P(C, 56)), x)(C, t), "object"), R), C), p, r)
}
#57 JavaScript::Eval (size: 521) - SHA256: 9fd8e39c5759b831e9617febbc015cb21a50ed579f98bc6317c8df3e809b3a10
0, gP = function(S, B, K, Q, d, H, C, r, R, t, p) {
for (p = (K = (C = B.replace(/\r\n/g, "\n"), []), Q = 0); p < C.length; p++) r = C.charCodeAt(p), 128 > r ? K[Q++] = r : (r < S ? K[Q++] = r >> 6 | 192 : (55296 == (r | 0) + (r & -64513) - 2 * (r ^ 64512) + 2 * (~r & 64512) && p + 1 < C.length && 56320 == (C.charCodeAt(p + 1) & 64512) ? (r = 65536 + (-1 - ~r - (r & -1024) << 10) + (H = C.charCodeAt(++p), 2046 - (H | 1023) - ~H + -1024), K[Q++] = (R = r >> 18, (R | 0) - -241 + ~(R | 240) + (R ^ 240)), K[Q++] = r >> 12 & 63 | 128) : K[Q++] = (d = r >> 12, 2 * (d & 224) - -1 + ~(d | 224) + 2 * (d ^ 224)), K[Q++] = (t = r >> 6 & 63, ~(t & 128) - -258 + (t & -129) + (t | -129))), K[Q++] = r & 63 | 128);
return K
}
#58 JavaScript::Eval (size: 2) - SHA256: c3cf0301d976ab821b28b933b4f96ec386517c51d7b139dbc51f07678675fa58
zm
#59 JavaScript::Eval (size: 132) - SHA256: 2c1dd9bd2060ea5215348ac6ba68df13e1687593c4cfe80735a403d13e761e6d
0, yE = function(S, B, K, Q, d, H) {
return x(K, (U(K, (j3(0, K, Q, ((H = x(K, 268), K.B) && H < K.S ? (U(K, 268, K.S), zm(K, B, 268)) : U(K, 268, B), d)), 268), H), S))
}
#60 JavaScript::Eval (size: 52) - SHA256: de6d93ec7fcc14a1e34cc49625396af8a6ec54bc789d757409dae03dba5a2330
/* foo bar */
(((function test() {}) /* baz qux */ ))
#61 JavaScript::Eval (size: 2) - SHA256: 8d1a978e876ce55710d5c4bc7b8f41232d200ede5bbb29d7370c3bc55d48a519
pd
#62 JavaScript::Eval (size: 169) - SHA256: d98f4735dd5328ae50cbd554a86cbb777ccabcf05be04e1ad4db9f8df207822f
0,
function(C, r, R, t, p, z, u, f) {
for (u = (f = x(C, (z = (R = aG(C, 126, (r = P(C, 31), 31)), ""), 210)), t = f.length, 0); R--;) u = (p = aG(C, 126, 37), 3 * (u & p) + 2 * ~(u & p) - ~p - (~u | p)) % t, z += H[f[u]];
U(C, r, z)
}
#63 JavaScript::Eval (size: 43) - SHA256: 5e2b2266755eea6e711d1e776cd5d9e14048a3fd3a275fb440be5ba76a8434af
/./igm.flags === "gim" && /./.flags === "";
#64 JavaScript::Eval (size: 2) - SHA256: fa37de9da4b13b3a18882ece23d6bee24a329b77d488b984d6f5587ce3f0f6cf
h6
#65 JavaScript::Eval (size: 45) - SHA256: b76af7d60a005a0bf24ee4d7f817cd4ea121f4a67baa9ade9edafd2748d9e4bc
var map = new Map();
(map.set(0, 0) === map);
#66 JavaScript::Eval (size: 2) - SHA256: 79adb2a2fce5c6ba215fe5f27f532d4e7edbac4b6a5e09e1ef3a08084a904621
us
#67 JavaScript::Eval (size: 1) - SHA256: 5c62e091b8c0565f1bafad0dad5934276143ae2ccef7a5381e8ada5b1a8d26d2
P
#68 JavaScript::Eval (size: 348) - SHA256: c0660f38498a25f03e441f551c94be2262c2dc72ec8131e26be1fe00671f2401
function correctProtoBound(proto) {
var f = function() {};
if (Object.setPrototypeOf) {
Object.setPrototypeOf(f, proto);
} else {
f.__proto__ = proto;
}
var boundF = Function.prototype.bind.call(f, null);
return Object.getPrototypeOf(boundF) === proto;
}
(
correctProtoBound(Function.prototype) && correctProtoBound({}) && correctProtoBound(null)
);
#69 JavaScript::Eval (size: 55) - SHA256: 9c48d235557e747cbc1303a10a601e25fc3169e2e73380a0967e484a2a6c1449
new Map();
try {
Map();
(false);
} catch (e) {
(true);
}
#70 JavaScript::Eval (size: 41) - SHA256: 92c1a412837edc09d4d02165e607d9c734c862423e8d13459814b74dec7caf72
Reflect.get({
qux: 987
}, "qux") === 987;
#71 JavaScript::Eval (size: 94) - SHA256: 031d34d255540ed405fb91c708c88c97bbddfd58bdc6cffa728d6152ebb84b5f
0,
function(C, r, R, t, p, z) {
U(C, (z = (p = x(C, (t = P(C, (R = (r = P(C, 29), P)(C, 27), 45)), R)), x(C, r)) > p, t), +z)
}
#72 JavaScript::Eval (size: 17) - SHA256: 17f5bfdbae6b35ae8bc3b27c069526d694021fe1e37a8027678e770fbb05e061
/*@cc_on!@*/
false
#73 JavaScript::Eval (size: 21) - SHA256: 183ad7184f864f640d8d44f65eb5cc28e94bcf7e54c0ae65b2116f047d8c52d1
/\w/ ("x")[0] === "x";
#74 JavaScript::Eval (size: 155) - SHA256: ae78a8d4e9acacfff786e4333925e58808032ed18024f3403024cefeb711a4a4
var passed = (
function() {
try {
qux;
} catch (e) {
return true;
}
}()
);
function fn() {
passed &= qux === 456;
}
const qux = 456;
fn();
(!!passed);
#75 JavaScript::Eval (size: 61) - SHA256: 77dbba148f574a3085a166546d99a2572d15fa907a7aa3be307e73bf0a41baaf
class C {}
var c1 = C; {
class C {}
var c2 = C;
}
(C === c1);
#76 JavaScript::Eval (size: 2) - SHA256: 7f8f829aa874f762aee776609f8c43a46b7671ee6c91857f80c058c135064c06
yE
#77 JavaScript::Eval (size: 101) - SHA256: d0a0e352fd14bdce91b3c2bd04c95b2afb2af581286d23e96e9cffdff1d58cb5
0,
function(C, r, R, t, p) {
for (t = (p = aG(C, (r = P(C, 44), 126), 32), R = [], 0); t < p; t++) R.push(W(true, 8, C));
U(C, r, R)
}
#78 JavaScript::Eval (size: 34) - SHA256: 4722fc1fc8914f068bedb8dcd7633afcbfbd49776fce25a68a642580ccd91129
0,
function(S) {
S[0] = this.oK() - S[1]
}
#79 JavaScript::Eval (size: 112) - SHA256: 6d6dde2ee3e9f28b61f1ec1a2217285066a68e72d60350972437108a8f841424
var a = [1, 2, 3],
first, last;
[first, ...[a[2], last]] = a;
first === 1 && last === 3 && (a + "") === "1,2,2";
#80 JavaScript::Eval (size: 91) - SHA256: 9ee7cffc31de102d701d4743012193d68fbfdf22c2eab7b393f5886cbe3907b1
var a, b, c, d;
({
a, b
} = {
c, d
} = {
a: 1,
b: 2,
c: 3,
d: 4
});
a === 1 && b === 2 && c === 3 && d === 4;
#81 JavaScript::Eval (size: 358) - SHA256: 8d8ad3c3bebcf79bf7536c5219dbce2e80ed2a69d5d8338d9467c56be674d49d
var obj = {
2: true,
0: true,
1: true,
" ": true,
9: true,
D: true,
B: true,
"-1": true,
};
obj.A = true;
obj[3] = true;
Object.defineProperty(obj, "C", {
value: true,
enumerable: true
});
Object.defineProperty(obj, "4", {
value: true,
enumerable: true
});
delete obj[2];
obj[2] = true;
(Reflect.ownKeys(obj).join("") === "012349 DB-1AC");
#82 JavaScript::Eval (size: 72) - SHA256: a522406016c160086725fab328048edd1fa59904abf5f4a3b94922bb49e1d043
0,
function(C, r, R, t) {
U((r = (R = P(C, (t = P(C, 13), 46)), C.N[t] && x(C, t)), C), R, r)
}
#83 JavaScript::Eval (size: 77) - SHA256: f38d812250acc43f98cad3dc1f9126b66eedeaa4b17cac14f7efd81da640dfa9
0,
function(C, r, R, t) {
U(C, (R = (t = P(C, (r = P(C, 15), 44)), P(C, 45)), R), x(C, r) | x(C, t))
}
#84 JavaScript::Eval (size: 66) - SHA256: 83be4c86126ea908856e661b9b751be3b8a0cd85f28c30c1ea185fdb46d650c6
0, pd = function(S, B, K, Q) {
n((Q = (K = P(S, 27), P)(S, 58), c(B, x(S, K))), Q, S)
}
#85 JavaScript::Eval (size: 223) - SHA256: ebf34b303fc5392cb64d66cf03594e4cc6e48499b3c6093515ea610d8881b6eb
var get = [];
var p = new Proxy({}, {get: function(o, k) {
get.push(k);
return o[k];
}
});
Object.getOwnPropertyDescriptor(RegExp.prototype, "flags").get.call(p);
(get + "" === "global,ignoreCase,multiline,unicode,sticky");
#86 JavaScript::Eval (size: 79) - SHA256: 9ccfaf44994bd3acf491baa52419461b89b7a7a81a7c4e6815b8573f99e87025
0,
function(C, r, R, t, p) {
U((t = (p = x(C, (r = P(C, (R = P(C, 59), 47)), R)), x)(C, r), C), r, t % p)
}
#87 JavaScript::Eval (size: 62) - SHA256: a4c2dc10841b5816c21aef077b089fd268755c0ce79d19d34a6f5aa639fd582b
var arr = [5];
for (var item of arr) var t = (item === 5);
!!t
#88 JavaScript::Eval (size: 62) - SHA256: 683cf1454fb72c4e4c1426fa5380fede3a05b925f08aab85de2d56cbfc8f8400
var obj = {};
Reflect.set(obj, "quux", 654);
obj.quux === 654;
#89 JavaScript::Eval (size: 196) - SHA256: 22f1bbd8bb7120bb3811fb17ccae752bacfa97547289b18e7f8136ac6b33e7f8
var get = [];
var p = new Proxy({
length: 2,
0: "",
1: ""
}, {get: function(o, k) {
get.push(k);
return o[k];
}
});
Array.from(p);
(get[0] === Symbol.iterator && get.slice(1) + "" === "length,0,1");
#90 JavaScript::Eval (size: 132) - SHA256: b62627a677e4caddf8f8f778381e533e95ddbd2e1b76d4350d186f0c3312457f
0, Cd = function(S, B, K, Q, d) {
if (3 == S.length) {
for (K = 0; 3 > K; K++) B[K] += S[K];
for (d = (Q = [13, 8, 13, 12, 16, 5, 3, 10, 15], 0); 9 > d; d++) B[3](B, d % 3, Q[d])
}
}
#91 JavaScript::Eval (size: 154) - SHA256: e7643deb9d83af578b5d02c14cf5fd58eceb9bdcd041a037d8ffe33934e8e581
var re = /./;
re[Symbol.match] = false;
var foo = {
constructor: RegExp
};
foo[Symbol.match] = true;
var x = RegExp(re) !== re && RegExp(foo) === foo;
(!!x)
#92 JavaScript::Eval (size: 109) - SHA256: 79d2f7c038fdaef40f0b8e0185679bd0d60086ab15cac4dd5aeefa36b20f5d16
var a = {
toString: function() {
return "foo";
},
valueOf: function() {
return "bar";
},
};
`${a}` === "foo";
#93 JavaScript::Eval (size: 131) - SHA256: 97299c25cf396ad5a58dbb4b032d84d8d0496b47cb62da3038a053375860baab
x = function(S, B, K) {
if ((K = S.N[B], void 0) === K) throw [ZS, 30, B];
if (K.value) return K.create();
return K.create(1 * B * B + -7 * B + -55), K.prototype
}
#94 JavaScript::Eval (size: 94) - SHA256: c6f91568e0ad8a3237adac42daf9a425f77dbd1d0bca9cff70a9fea781e873df
0,
function(C, r, R, t, p, z) {
U(C, (R = x(C, (r = x(C, (t = P(C, (z = (p = P(C, 57), P(C, 47)), 25)), z)), p)), t), R[r])
}
#95 JavaScript::Eval (size: 6) - SHA256: 44ff7b02c80d38b26dd6aa31d9470aed81b32e10331a3c994fb1a9945fd847ba
window
#96 JavaScript::Eval (size: 2) - SHA256: 008389cb8af523fe03360bd65f8f9432436d049398c89c1bd8c7089863ea819a
Cd
#97 JavaScript::Eval (size: 102) - SHA256: 07777b9c246584b585750aaf90e84d657fd50d4561adfde88bd1e20706b8eb0a
var buf1 = new ArrayBuffer(40);
new Int32Array(buf1)[0] = 42;
var buf2 = ArrayBuffer.transfer(buf1, 80);
#98 JavaScript::Eval (size: 67) - SHA256: 7d173c6df1973e509f9dbf0a5e5a66e879b94858e93a7cc8b1afab4cf8b0805c
typeof Symbol === "function" && typeof Symbol.iterator === "symbol"
#99 JavaScript::Eval (size: 1) - SHA256: 2e7d2c03a9507ae265ecf5b5356885a53393a2029d241394997265a1a25aefc6
c
#100 JavaScript::Eval (size: 127) - SHA256: 5f53294d783e8f471a31cef565c44895084049dedd1a26fb00deba963ff44fca
var re = /./;
try {
var p = "/./".endsWith(re);
} catch (e) {
re[Symbol.match] = false;
var p = "/./".endsWith(re);
}
(!!p)
#101 JavaScript::Eval (size: 181) - SHA256: 36b6a4977b6a7bef5eb4ce993591e66db571b0fba4b94bfa3275d2efbacc1a5e
var passed = false;
var _set = WeakMap.prototype.set;
WeakMap.prototype.set = function(k, v) {
passed = true;
};
new WeakMap([
[{}, 42]
]);
WeakMap.prototype.set = _set;
(!!passed)
#102 JavaScript::Eval (size: 1) - SHA256: a25513c7e0f6eaa80a3337ee18081b9e2ed09e00af8531c8f7bb2542764027e7
U
#103 JavaScript::Eval (size: 134) - SHA256: 43db1570f6d77804c0b07446971f3c6c59adb3efa01d099765167c1634c52bf8
0, us = function(S, B, K, Q, d, H, C) {
n((C = (Q = P(S, (K = P(S, (d = (H = B & 3, B) & 4, 59)), 46)), x(S, K)), d && (C = gP(2048, "" + C)), H && n(c(2, C.length), Q, S), C), Q, S)
}
#104 JavaScript::Eval (size: 38) - SHA256: 907b6cb70f3afe369f29a14002828f5a25140ef7487fcdd6954b8250cecb42f1
new Date(NaN) + "" === "Invalid Date";
#105 JavaScript::Eval (size: 52) - SHA256: 3a0438edd35be90cc59f133ee1002e040da46819fdee45cac58a0b6d9b3edbd2
var a = 7,
b = 8,
c = {
a, b
};
c.a === 7 && c.b === 8;
#106 JavaScript::Eval (size: 19) - SHA256: 5421715bbdaf2550e31d10fc28d444310a8fe7147bbddecf0abb490358a1553b
/.*\d:\d\d | \d+$/g
#107 JavaScript::Eval (size: 22) - SHA256: e62188d211f8522a0d02bbc2b5e8fea05d32dd1b03c4602c86673da2007d97dd
0,
function(g) {
Xe(g, 1)
}
#108 JavaScript::Eval (size: 130) - SHA256: f0e9e78314831aa5fafc7c2a738bf6701bb9cec3b02f8a57a462caa66f7fad07
Cd = function(S, B, K, Q, d) {
if (3 == S.length) {
for (K = 0; 3 > K; K++) B[K] += S[K];
for (d = (Q = [13, 8, 13, 12, 16, 5, 3, 10, 15], 0); 9 > d; d++) B[3](B, d % 3, Q[d])
}
}
#109 JavaScript::Eval (size: 98) - SHA256: 6aa1690544b00d10c446632cd4300d80fcc9537348156fca371fc658f644aef7
function foo() {};
foo.bind({}).name === "bound foo" && (function() {}).bind({}).name === "bound ";
#110 JavaScript::Eval (size: 225) - SHA256: c36841acd1af9e893168413da59bcc9bd1393e0cc701e791cd09343c9fe0f1cb
var symbol = Symbol();
var symbolObject = Object(symbol);
(typeof symbolObject === "object" &&
symbolObject instanceof Symbol &&
symbolObject == symbol &&
symbolObject !== symbol &&
symbolObject.valueOf() === symbol);
#111 JavaScript::Eval (size: 64) - SHA256: e192b3340cd15881a0224b4b84de92395827050d838a97790064016fdd07f8da
(function foo() {}).name === "foo" && (function() {}).name === "";
#112 JavaScript::Eval (size: 22) - SHA256: 03c2c78fab8ee184801aba3fe71905df8012d9ca1385f9b187653d8f23ee6e4d
0,
function(C) {
us(C, 3)
}
#113 JavaScript::Eval (size: 28) - SHA256: 3fe11fa2c91bc0a540148404078885683fa27eeb43a77f9164d995ec70417c8e
typeof Symbol() === "symbol"
#114 JavaScript::Eval (size: 182) - SHA256: d4f168ff2bb4fc1c1782af373b54582f87daf17a37de0b981a3119a74403f5d7
var key1 = {};
var key2 = {};
var weakmap = new WeakMap([
[key1, 123],
[key2, 456]
]);
weakmap.has(key1) && weakmap.get(key1) === 123 && weakmap.has(key2) && weakmap.get(key2) === 456;
#115 JavaScript::Eval (size: 125) - SHA256: fefc18b989a11df019a92864640034d3967f78452978e28fc70328081fce3e5f
class C {
method() {
return typeof C === "function";
}
}
var M = C.prototype.method;
C = undefined;
(C === undefined && M());
#116 JavaScript::Eval (size: 70) - SHA256: 902c44941067d3bb246a276649e0f7d245cc463abb37bcf118436d95d366eb07
0, Kd = function(S, B) {
for (B = []; S--;) B.push(255 * Math.random() | 0);
return B
}
#117 JavaScript::Eval (size: 257) - SHA256: fec4dfa6925007d972e52552d4c4c0cc9c27e321a52de26628b1e522d65cd0d2
0, U = function(S, B, K) {
if (268 == B || 350 == B) S.N[B] ? S.N[B].concat(K) : S.N[B] = mj(24, S, K, 24);
else {
if (S.jO && 387 != B) return;
407 == B || 26 == B || 343 == B || 273 == B || 25 == B ? S.N[B] || (S.N[B] = aG(69, 0, 25, 38, B, K, S)) : S.N[B] = aG(69, 0, 26, 97, B, K, S)
}
387 == B && (S.X = X7(32, false, 14, S), S.K = void 0)
}
#118 JavaScript::Eval (size: 65) - SHA256: 152e1daee636dc50704fb0669398f3b7ad464d71fb6a49f5c1fbe143004a7611
var check = (async
function() {
return 42;
})() instanceof Promise
#119 JavaScript::Eval (size: 133) - SHA256: 8f23dea26c55f708db29562adc1a7a5006d14b00f82c1fdea59905685db08355
(function() {
return typeof arguments[Symbol.iterator] === "function" && Object.hasOwnProperty.call(arguments, Symbol.iterator);
}())
#120 JavaScript::Eval (size: 236) - SHA256: 3697d494bb59b80a1174b0ff89c90238022faf5ba0a3b76d2bf8f9484ed006c6
var obj = Object.create({
a: "qux",
d: "qux"
});
obj.a = "foo";
obj.b = "bar";
obj.c = "baz";
var e = Object.entries(obj);
Array.isArray(e) && e.length === 3 && String(e[0]) === "a,foo" && String(e[1]) === "b,bar" && String(e[2]) === "c,baz";
#121 JavaScript::Eval (size: 37) - SHA256: 57e5c24999b541f7f30d42f8ef4ed7b40bda54435849a65e51e1072b6a0a43a3
var x = 1;
eval("x", {
x: 2
}) === 2;
#122 JavaScript::Eval (size: 2) - SHA256: a3f9e2bcd804ec65d1ea4fc63a74e7f02a08e63ffd0b803a8f250236f5602405
mj
#123 JavaScript::Eval (size: 255) - SHA256: cc4e92e129ba76ab2db73fef0162508e31dbbca8b0dcb1e210e8a27de548283a
U = function(S, B, K) {
if (268 == B || 350 == B) S.N[B] ? S.N[B].concat(K) : S.N[B] = mj(24, S, K, 24);
else {
if (S.jO && 387 != B) return;
407 == B || 26 == B || 343 == B || 273 == B || 25 == B ? S.N[B] || (S.N[B] = aG(69, 0, 25, 38, B, K, S)) : S.N[B] = aG(69, 0, 26, 97, B, K, S)
}
387 == B && (S.X = X7(32, false, 14, S), S.K = void 0)
}
#124 JavaScript::Eval (size: 233) - SHA256: 633705c5f670dddbde93a09e3e21f82f1262ba2412aefbecc318686f68d00918
0, mj = function(S, B, K, Q, d, H, C, r, R) {
return (Q & 86) == ((Q | S) == Q && (d = u2[B.J](B.LI), d[B.J] = function() {
return K
}, d.concat = function(t) {
K = t
}, R = d), Q) && (R = (C = d[H] << S | d[(H | 0) + 1] << 16 | d[2 * (H | 2) - ~H - -3 + 2 * ~(H | 2)] << K, r = d[(H | 0) + B], (r | 0) - ~C + ~r + (~C & r))), R
}
#125 JavaScript::Eval (size: 35) - SHA256: 1e3606d95ce27d593157594820335681a9380f51a96147303cd8000e60a95e12
document.createElement('div').style
#126 JavaScript::Eval (size: 76) - SHA256: 2492acee8797fbe5831918f970a60c49bba8079a32d1fc1a5906ab819b7ed379
typeof String.prototype.contains === "function" && "foobar".contains("oba");
#127 JavaScript::Eval (size: 138) - SHA256: 7dc2df686e39e4000a2ab00ef0b33fc81f61a1fdaec9a5c92a16f08aef73ac6a
0,
function(C, r, R, t, p) {
!D(46, 4, true, r, C, false) && (t = al(31, 1, C, 0), R = t.xg, p = t.pI, C.l == C || R == C.PP && p == C) && (U(C, t.eO, R.apply(p, t.U)), C.i = C.H())
}
#128 JavaScript::Eval (size: 298) - SHA256: a929b8da98132f54ee10cdf86da1a346b385cfeed5b71dc2e3700967c72d8f30
0,
function(C, r, R, t, p, z, u, f, N, O, g, X, E, b) {
if (!D(47, 4, true, r, C, true)) {
if ("object" == A6("splice", (u = x(C, (X = x(C, (b = x(C, (g = x((R = P(C, (E = (N = (z = P(C, 31), P(C, 58)), P)(C, 56), 25)), C), z), E)), R)), N)), "object"), g)) {
for (p in f = [], g) f.push(p);
g = f
}
for (t = (b = (O = 0, 0 < b ? b : 1), g).length; O < t; O += b) u(g.slice(O, (O | 0) + (b | 0)), X)
}
}
#129 JavaScript::Eval (size: 82) - SHA256: c8306b042da319f321be2e914b60d6a7c4a2c7b1dfa97bb21f24f80b2e78750f
0,
function(C, r, R) {
(r = x((R = P(C, 25), C.l), R), r[0]).removeEventListener(r[1], r[2], i2)
}
#130 JavaScript::Eval (size: 705) - SHA256: c5bda51ab8f8cc6f3205e770042e46845c5b03b34797f36e489c03579ab2eaa8
0, P = function(S, B, K, Q, d, H, C, r, R, t, p) {
if ((B & 94) == ((B | 8) == B && (S.R ? p = h6(S.s, S) : (d = X7(8, true, 14, S), 256 - (d | 128) + (d & -129) - (~d & 128) && (d ^= 128, K = X7(2, true, 14, S), d = (Q = d << 2, -2 * ~(Q | K) + (~Q ^ K) + (~Q & K) + (Q | ~K))), p = d)), B))
if (C = "array" === A6("splice", "object", Q) ? Q : [Q], this.h) S(this.h);
else try {
H = [], d = !this.V.length, m(72, 0, [WT, H, C], this), m(73, 0, [PT, S, H], this), K && !d || TW(7, true, true, K, this, 22)
} catch (z) {
g4(3, 42, 0, this, z), S(this.h)
}
return (B & 107) == B && (p = t = function() {
if (d.l == d) {
if (d.N) {
var z = [U4, Q, H, void 0, r, R, arguments];
if (C == S) var u = TW(7, (m(9, 0, z, d), false), true, false, d, 21);
else if (C == K) {
var f = !d.V.length;
(m(8, 0, z, d), f) && TW(7, false, true, false, d, 25)
} else u = J6(null, z, true, d);
return u
}
r && R && r.removeEventListener(R, t, i2)
}
}), p
}
#131 JavaScript::Eval (size: 195) - SHA256: ba0bc2f3b5d408a5990ad96a4632ca4f58243e799bb2f903a9add2415ab50ce8
var P = new Proxy(Object.preventExtensions(Object.defineProperty({
a: 1
}, "b", {
value: 1
})), {
ownKeys: function() {
return ["a", "a", "b", "b"];
}
});
Object.getOwnPropertyNames(P) + "" === "a,a,b,b";
#132 JavaScript::Eval (size: 22) - SHA256: f4b7f523967ed3d5e9a6944ab5f00b9425c1ed19e14d86f49ccc5aa1a7de3032
0,
function(C) {
us(C, 0)
}
#133 JavaScript::Eval (size: 27) - SHA256: c4da6eb3202cd4393ae3cceb736ed28744cdd79de76d123e62cbb55ca7906099
0,
function(C) {
aG(C, 0, 15, 4)
}
#134 JavaScript::Eval (size: 27) - SHA256: 492522f67a1701cac590cdc8367f5f02f5dbd6d137c228f68e330d1f67125446
0,
function(C) {
aG(C, 0, 16, 1)
}
#135 JavaScript::Eval (size: 2) - SHA256: 3f3376609c525d6b9e456c23a866b11e7e2d9233bab0593b1d73099bc876cba5
Ld
#136 JavaScript::Eval (size: 120) - SHA256: 4737e6bf5f0134b34bdb12cabac58d53fd18f346e79bb745969558652ab9ada9
0, BD = function(S, B, K, Q) {
try {
Q = S[((B | 0) + 2) % 3], S[B] = (S[B] | 0) - (S[((B | 0) + 1) % 3] | 0) - (Q | 0) ^ (1 == B ? Q << K : Q >>> K)
} catch (d) {
throw d;
}
}
#137 JavaScript::Eval (size: 38) - SHA256: 3e9ceb165da91e01bf540efdaf5f95866cbd6bdde6dc36a35167fd4576418ef2
Function("const foo = 1; foo = 2;")();
#138 JavaScript::Eval (size: 92) - SHA256: fc302035a7aa8c7eac8104c64e74128e415b3fdf0ece74f82b0ec2ef59f756b9
try {
Intl.Collator.call(Intl.Collator());
(false);
} catch (e) {
(e instanceof TypeError);
}
#139 JavaScript::Eval (size: 15863) - SHA256: a543da3f521881b0aceefd31b79473dae7ab591da8a56a75aadb78ead98c18d0
(function() {
var b, l = function(p, m, r, h) {
for (h = (p | (r = [], 0)) - 1; 0 <= h; h--) r[(p | 0) - 1 - (h | 0)] = m >> 8 * h & 255;
return r
},
Q = function(p, m, r) {
if (428 == m || 176 == m) p.B[m] ? p.B[m].concat(r) : p.B[m] = p8(r, p);
else {
if (p.Y && 191 != m) return;
120 == m || 346 == m || 443 == m || 294 == m || 336 == m ? p.B[m] || (p.B[m] = mS(p, m, 30, r)) : p.B[m] = mS(p, m, 137, r)
}
191 == m && (p.l = d(false, 32, p), p.Z = void 0)
},
g0 = function(p, m, r, h) {
function H() {}
return r = sz(p, function(g) {
H && (m && I(m), h = g, H(), H = void 0)
}, (h = void 0, !!m))[0], {
invoke: function(g, O, t, F) {
function k() {
h(function(K) {
I(function() {
g(K)
})
}, t)
}
if (!O) return O = r(t), g && g(O), O;
h ? k() : (F = H, H = function() {
I((F(), k))
})
}
}
},
r0 = function(p, m) {
(m.push(p[0] << 24 | p[1] << 16 | p[2] << 8 | p[3]), m.push(p[4] << 24 | p[5] << 16 | p[6] << 8 | p[7]), m).push(p[8] << 24 | p[9] << 16 | p[10] << 8 | p[11])
},
Oz = function(p, m) {
return (m = J(p), m & 128) && (m = m & 127 | J(p) << 7), m
},
mS = function(p, m, r, h, H, g, O, t) {
return ((O = (h = [(H = hk, -97), -76, 1, -9, -92, -60, h, -40, 38, (t = r & 7, -88)], a[p.K](p.Dc)), O)[p.K] = function(F) {
t += 6 + (g = F, 7 * r), t &= 7
}, O).concat = function(F) {
return ((g = (F = +t + h[t + 19 & 7] * (F = m % 16 + 1, m) * F - 57 * m * m * g - F * g + 57 * g * g - 4503 * g - -4332 * m * g + (H() | 0) * F + 1 * m * m * F, void 0), F = h[F], h)[(t + 45 & 7) + (r & 2)] = F, h)[t + (r & 2)] = -76, F
}, O
},
p8 = function(p, m, r) {
return (r = a[m.K](m.eq), r[m.K] = function() {
return p
}, r).concat = function(h) {
p = h
}, r
},
tk = function(p, m, r, h, H) {
for (H = (h = 0, p)[2] | 0, p = p[3] | 0; 14 > h; h++) m = m >>> 8 | m << 24, m += r | 0, r = r << 3 | r >>> 29, m ^= H + 1656, p = p >>> 8 | p << 24, r ^= m, p += H | 0, p ^= h + 1656, H = H << 3 | H >>> 29, H ^= p;
return [r >>> 24 & 255, r >>> 16 & 255, r >>> 8 & 255, r >>> 0 & 255, m >>> 24 & 255, m >>> 16 & 255, m >>> 8 & 255, m >>> 0 & 255]
},
HO = function(p, m, r, h, H) {
(H = P(p, (h = (H = (m &= (r = m & 3, 4), R(p)), R)(p), H)), m && (H = Fe("" + H)), r) && z(p, h, l(2, H.length)), z(p, h, H)
},
bY = function(p) {
return p
},
eR = function(p, m, r, h, H) {
if (H = p[0], H == C) m.A = 25, m.N(p);
else if (H == G) {
r = p[1];
try {
h = m.W || m.N(p)
} catch (g) {
w(g, m), h = m.W
}
r(h)
} else if (H == lY) m.N(p);
else if (H == X) m.N(p);
else if (H == d0) {
try {
for (h = 0; h < m.L.length; h++) try {
r = m.L[h], r[0][r[1]](r[2])
} catch (g) {}
} catch (g) {}(0, p[1])(function(g, O) {
m.j(g, true, O)
}, (m.L = [], function(g) {
(E(m, (g = !m.I.length, [K8])), g) && A(true, m, false)
}))
} else {
if (H == y) return h = p[2], Q(m, 499, p[6]), Q(m, 33, h), m.N(p);
H == K8 ? (m.P = [], m.s = [], m.B = null) : H == Qb && "loading" === U.document.readyState && (m.h = function(g, O) {
function t() {
O || (O = true, g())
}
U.document.addEventListener("DOMContentLoaded", (O = false, t), u), U.addEventListener("load", t, u)
})
}
},
J = function(p) {
return p.X ? oD(p, p.R) : d(true, 8, p)
},
DG = function(p, m, r) {
if (3 == p.length) {
for (r = 0; 3 > r; r++) m[r] += p[r];
for (p = 0, r = [13, 8, 13, 12, 16, 5, 3, 10, 15]; 9 > p; p++) m[3](m, p % 3, r[p])
}
},
oD = function(p, m) {
return (m = m.create().shift(), p.X.create()).length || p.R.create().length || (p.R = void 0, p.X = void 0), m
},
xE = function(p, m, r, h) {
try {
h = p[((m | 0) + 2) % 3], p[m] = (p[m] | 0) - (p[((m | 0) + 1) % 3] | 0) - (h | 0) ^ (1 == m ? h << r : h >>> r)
} catch (H) {
throw H;
}
},
ID = function(p, m, r) {
if ("object" == (m = typeof p, m))
if (p) {
if (p instanceof Array) return "array";
if (p instanceof Object) return m;
if ((r = Object.prototype.toString.call(p), "[object Window]") == r) return "object";
if ("[object Array]" == r || "number" == typeof p.length && "undefined" != typeof p.splice && "undefined" != typeof p.propertyIsEnumerable && !p.propertyIsEnumerable("splice")) return "array";
if ("[object Function]" == r || "undefined" != typeof p.call && "undefined" != typeof p.propertyIsEnumerable && !p.propertyIsEnumerable("call")) return "function"
} else return "null";
else if ("function" == m && "undefined" == typeof p.call) return "object";
return m
},
Y = function(p, m, r) {
(Q(p, r, m), m)[Qb] = 2796
},
f8 = function(p, m, r, h, H, g) {
if (!p.W) {
p.G++;
try {
for (h = (H = (g = p.H, 0), void 0); --m;) try {
if (r = void 0, p.X) h = oD(p, p.X);
else {
if ((H = P(p, 428), H) >= g) break;
h = P((r = (Q(p, 176, H), R(p)), p), r)
}
W(false, p, (h && h[K8] & 2048 ? h(p, m) : M(0, p, [v, 21, r]), m), false)
} catch (O) {
P(p, 216) ? M(22, p, O) : Q(p, 216, O)
}
if (!m) {
if (p.H$) {
f8((p.G--, p), 473199118497);
return
}
M(0, p, [v, 33])
}
} catch (O) {
try {
M(22, p, O)
} catch (t) {
w(t, p)
}
}
p.G--
}
},
Jk = function(p, m) {
return p[m] << 24 | p[(m | 0) + 1] << 16 | p[(m | 0) + 2] << 8 | p[(m | 0) + 3]
},
aD = function(p, m, r, h, H, g) {
function O() {
if (p.D == p) {
if (p.B) {
var t = [y, r, h, void 0, H, g, arguments];
if (2 == m) var F = A(false, p, (E(p, t), false));
else if (1 == m) {
var k = !p.I.length;
E(p, t), k && A(false, p, false)
} else F = eR(t, p);
return F
}
H && g && H.removeEventListener(g, O, u)
}
}
return O
},
RD = function(p, m, r) {
return p.j(function(h) {
r = h
}, false, m), r
},
U = this || self,
sz = function(p, m, r, h) {
return (h = Z[p.substring(0, 3) + "_"]) ? h(p.substring(3), m, r) : SR(m, p)
},
u = {
passive: true,
capture: true
},
SR = function(p, m) {
return p(function(r) {
r(m)
}), [function() {
return m
}]
},
d = function(p, m, r, h, H, g, O, t, F, k, K, D, e, x) {
if ((x = P(r, 428), x) >= r.H) throw [v, 31];
for (g = (h = (k = (H = x, 0), m), r.lX).length; 0 < h;) F = H >> 3, t = r.P[F], K = H % 8, e = 8 - (K | 0), e = e < h ? e : h, p && (D = r, D.Z != H >> 6 && (D.Z = H >> 6, O = P(D, 191), D.C = tk([0, 0, O[1], O[2]], D.Z, D.l)), t ^= r.C[F & g]), k |= (t >> 8 - (K | 0) - (e | 0) & (1 << e) - 1) << (h | 0) - (e | 0), h -= e, H += e;
return Q(r, 428, (p = k, (x | 0) + (m | 0))), p
},
I = U.requestIdleCallback ? function(p) {
requestIdleCallback(function() {
p()
}, {
timeout: 4
})
} : U.setImmediate ? function(p) {
setImmediate(p)
} : function(p) {
setTimeout(p, 0)
},
cO = function(p, m, r, h, H, g) {
for (H = (r = R((m = (h = (g = p[q0] || {}, R(p)), g.W$ = R(p), g.V = [], p.D == p) ? (J(p) | 0) - 1 : 1, p)), 0); H < m; H++) g.V.push(R(p));
for (g.B$ = P(p, r); m--;) g.V[m] = P(p, g.V[m]);
return g.o = P(p, h), g
},
n8 = function(p, m, r, h, H) {
for (H = (p.eq = (p.Dc = (p.P$ = (p.k6 = (p.lX = p[G], zz), PO), C8(p.K, {get: function() {
return this.concat()
}
})), a[p.K](p.Dc, {
value: {
value: {}
}
})), h = 0, []); 393 > h; h++) H[h] = String.fromCharCode(h);
(E(p, (E(p, (E(p, (Y(p, function(g) {
w0(g, 1)
}, (Y(p, (Q(p, 51, (Y(p, (Q((Y((Y(p, (Q(p, 294, ((Y(p, (Y(p, function(g, O, t) {
W(false, g, O, true) || (O = R(g), t = R(g), Q(g, t, function(F) {
return eval(F)
}(Tz(P(g.D, O)))))
}, (Y((Q(p, 460, (Y(p, (Y(p, function(g, O) {
(g = (O = R(g), P(g.D, O)), g)[0].removeEventListener(g[1], g[2], u)
}, ((p.Qw = (Y(p, (Y(p, (Q(p, 82, (Y(p, (Y(p, (Y(p, (Y(p, (((Q(p, 346, (Q(p, (Y(p, (Q(p, 120, [(Y(p, function(g, O, t) {
Q(g, (t = R(g), O = R(g), O), "" + P(g, t))
}, (Q((Q(p, 33, (Y(p, (Q(p, 49, (Y((Y(p, function(g, O, t, F) {
Q(g, (F = P(g, (O = (t = (F = R((O = R(g), g)), R)(g), P)(g, O), F)), t), O in F | 0)
}, (Y(p, function() {}, (Q(p, 443, (Q((Q(p, (p.Y = !((p.O = 1, p.g = 0, p.X = (p.G = 0, h = (p.J = 0, p.S = 0, p.P = [], p.mQ = [], (p.KS = function(g) {
this.D = g
}, p).C = void 0, p.F = 0, (p.u = false, p).D = p, p.l = void 0, ((p.pS = (p.v = ((p.s = [], p).R = (p.L = [], void 0), p.h = null, 8001), 0), p.Im = false, p).W = void 0, p.I = [], p).B = (p.H = 0, p.T = void 0, p.A = (p.Z = void 0, 25), []), window.performance || {}), void 0), p).Zc = h.timeOrigin || (h.timing || {}).navigationStart || 0, 1), 428), 0), p), 176, 0), [])), 306)), 44)), p), function(g, O, t, F, k, K, D) {
for (F = (D = P(g, (t = (K = R(g), k = Oz(g), ""), 281)), D.length), O = 0; k--;) O = ((O | 0) + (Oz(g) | 0)) % F, t += H[D[O]];
Q(g, K, t)
}, 9), 2048)), function(g, O, t, F) {
(t = (F = R(g), R(g)), O = R(g), g).D == g && (O = P(g, O), t = P(g, t), P(g, F)[t] = O, 191 == F && (g.Z = void 0, 2 == t && (g.l = d(false, 32, g), g.Z = void 0)))
}), 328), {})), p), 0, p), 329)), 160), 0, 0]), function(g, O, t, F) {
Q(g, (t = P(g, (F = P(g, (O = (t = R(g), R)(g), O)), t)), O), F + t)
}), 104), Y(p, function(g, O, t, F, k, K) {
W(false, g, O, true) || (F = cO(g.D), K = F.B$, O = F.W$, t = F.V, F = F.o, k = t.length, K = 0 == k ? new K[F] : 1 == k ? new K[F](t[0]) : 2 == k ? new K[F](t[0], t[1]) : 3 == k ? new K[F](t[0], t[1], t[2]) : 4 == k ? new K[F](t[0], t[1], t[2], t[3]) : 2(), Q(g, O, K))
}, 299), Y(p, function(g) {
HO(g, 3)
}, 455), Y(p, function(g, O, t, F, k) {
for (k = (t = Oz((F = R(g), g)), O = 0, []); O < t; O++) k.push(J(g));
Q(g, F, k)
}, 219), 216), 644), B(4))), p).w_ = 0, Y)(p, function(g, O, t, F) {
Q(g, (F = (O = (t = R(g), R)(g), R(g)), F), P(g, t) || P(g, O))
}, 393), function(g, O) {
Gz((O = P(g, R(g)), g).D, O)
}), 343), function(g) {
w0(g, 4)
}), 217), function(g, O, t, F) {
Q(g, (O = P(g, (t = (t = R((O = R(g), g)), F = R(g), P(g, t)), O)) == t, F), +O)
}), 462), function(g, O, t, F) {
!W(false, g, O, true) && (O = cO(g), F = O.o, t = O.B$, g.D == g || F == g.KS && t == g) && (Q(g, O.W$, F.apply(t, O.V)), g.g = g.i())
}), 363), 0)), function(g) {
HO(g, 4)
}), 486), function(g, O, t, F) {
Q(g, (F = (t = P((t = (F = R(g), R(g)), O = R(g), g), t), P(g, F)), O), F[t])
}), 340), 0), p).Sq = 0, 171)), function(g, O, t) {
0 != P((t = P(g, (t = (O = R(g), R(g)), t)), g), O) && Q(g, 428, t)
}), 88), U)), Y(p, function(g, O, t, F) {
if (t = g.mQ.pop()) {
for (O = J(g); 0 < O; O--) F = R(g), t[F] = g.B[F];
g.B = (t[294] = g.B[294], t[49] = g.B[49], t)
} else Q(g, 428, g.H)
}, 424), p), function(g) {
Xe(g, 4)
}, 373), 94)), function(g, O, t, F) {
Q(g, (O = (F = R(g), t = J(g), R)(g), O), P(g, F) >>> t)
}), 206), Y)(p, function(g, O, t, F, k, K) {
if (!W(true, g, O, true)) {
if (g = P((k = (K = (O = R((F = R(g), g)), R)(g), k = R(g), O = P(g, O), K = P(g, K), P(g, k)), g), F), "object" == ID(g)) {
for (t in F = [], g) F.push(t);
g = F
}
for (F = (K = (t = g.length, 0 < K ? K : 1), 0); F < t; F += K) O(g.slice(F, (F | 0) + (K | 0)), k)
}
}, 202), [])), function(g, O, t) {
Q(g, (t = ID((t = P(g, (O = (t = R(g), R)(g), t)), t)), O), t)
}), 249), p), function(g, O, t, F, k, K, D, e, x, f, q, S) {
function n(c, T) {
for (; S < c;) D |= J(g) << S, S += 8;
return T = D & ((S -= c, 1) << c) - 1, D >>= c, T
}
for (x = (f = O = (q = (t = ((D = S = (K = R(g), 0), n)(3) | 0) + 1, n(5)), 0), []); O < q; O++) k = n(1), x.push(k), f += k ? 0 : 1;
for (F = (O = ((f | 0) - 1).toString(2).length, []), f = 0; f < q; f++) x[f] || (F[f] = n(O));
for (O = 0; O < q; O++) x[O] && (F[O] = R(g));
for (e = []; t--;) e.push(P(g, R(g)));
Y(g, function(c, T, L, V, kE) {
for (V = [], L = 0, kE = []; L < q; L++) {
if (!(T = F[L], x)[L]) {
for (; T >= V.length;) V.push(R(c));
T = V[T]
}
kE.push(T)
}(c.X = p8(e.slice(), c), c).R = p8(kE, c)
}, K)
}, 181), p), 336, [0, 0, 0]), function(g, O, t, F, k) {
t = (O = P(g, (F = P(g, (k = (k = R((F = R((t = R(g), O = R(g), g)), g)), P(g, k)), F)), O)), P(g.D, t)), 0 !== t && (k = aD(g, 1, F, k, t, O), t.addEventListener(O, k, u), Q(g, 82, [t, O, k]))
}), 354), 0)), function(g, O, t, F, k) {
Q(g, (k = (O = (t = P(g, (k = (O = R((F = R(g), t = R(g), g)), R(g)), t)), P(g, O)), P(g, k)), F), aD(g, k, t, O))
}), 501), 210)), [Qb])), [X, r])), [d0, m])), A)(true, p, true)
},
Ez = function(p, m, r, h) {
return P(p, (Q(p, (f8((h = P(p, 428), p.P && h < p.H ? (Q(p, 428, p.H), Gz(p, r)) : Q(p, 428, r), p), m), 428), h), 33))
},
w0 = function(p, m, r, h) {
z(p, (h = R(p), r = R(p), r), l(m, P(p, h)))
},
W = function(p, m, r, h, H, g, O, t, F) {
if ((m.D = (m.O += (t = (g = (H = 4 == (F = (h || m.T++, 0 < m.F && m.u && m.Im && 1 >= m.G && !m.X && !m.h && (!h || 1 < m.v - r) && 0 == document.hidden), m.T)) || F ? m.i() : m.g, g - m.g), O = t >> 14, m.l && (m.l ^= O * (t << 2)), O), O || m.D), H) || F) m.g = g, m.T = 0;
if (!F || g - m.S < m.F - (p ? 255 : h ? 5 : 2)) return false;
return !(Q(m, 428, (m.v = r, p = P(m, h ? 176 : 428), m.H)), m.I.push([lY, p, h ? r + 1 : r]), m.h = I, 0)
},
Xe = function(p, m, r, h) {
for (r = R(p), h = 0; 0 < m; m--) h = h << 8 | J(p);
Q(p, r, h)
},
B = function(p, m) {
for (m = []; p--;) m.push(255 * Math.random() | 0);
return m
},
Fe = function(p, m, r, h, H) {
for (H = (h = (p = p.replace(/\r\n/g, "\n"), r = 0), []); r < p.length; r++) m = p.charCodeAt(r), 128 > m ? H[h++] = m : (2048 > m ? H[h++] = m >> 6 | 192 : (55296 == (m & 64512) && r + 1 < p.length && 56320 == (p.charCodeAt(r + 1) & 64512) ? (m = 65536 + ((m & 1023) << 10) + (p.charCodeAt(++r) & 1023), H[h++] = m >> 18 | 240, H[h++] = m >> 12 & 63 | 128) : H[h++] = m >> 12 | 224, H[h++] = m >> 6 & 63 | 128), H[h++] = m & 63 | 128);
return H
},
P = function(p, m) {
if (void 0 === (p = p.B[m], p)) throw [v, 30, m];
if (p.value) return p.create();
return p.create(1 * m * m + -76 * m + 79), p.prototype
},
z = function(p, m, r, h, H, g) {
if (p.D == p)
for (H = P(p, m), 346 == m ? (m = function(O, t, F, k) {
if ((k = (F = H.length, F | 0) - 4 >> 3, H.iX) != k) {
k = (t = [0, 0, g[1], (H.iX = k, g)[2]], k << 3) - 4;
try {
H.am = tk(t, Jk(H, (k | 0) + 4), Jk(H, k))
} catch (K) {
throw K;
}
}
H.push(H.am[F & 7] ^ O)
}, g = P(p, 336)) : m = function(O) {
H.push(O)
}, h && m(h & 255), p = r.length, h = 0; h < p; h++) m(r[h])
},
Gz = function(p, m) {
(p.mQ.push(p.B.slice()), p).B[428] = void 0, Q(p, 428, m)
},
Ak = function(p, m, r, h) {
for (; p.I.length;) {
h = (p.h = null, p.I.pop());
try {
r = eR(h, p)
} catch (H) {
w(H, p)
}
if (m && p.h) {
m = p.h, m(function() {
A(true, p, true)
});
break
}
}
return r
},
Z, E = function(p, m) {
p.I.splice(0, 0, m)
},
w = function(p, m) {
m.W = ((m.W ? m.W + "~" : "E:") + p.message + ":" + p.stack).slice(0, 2048)
},
A = function(p, m, r, h, H, g) {
if (m.I.length) {
m.Im = (m.u = (m.u && 0(), true), p);
try {
g = m.i(), m.T = 0, m.S = g, m.g = g, h = Ak(m, p), H = m.i() - m.S, m.J += H, H < (r ? 0 : 10) || 0 >= m.A-- || (H = Math.floor(H), m.s.push(254 >= H ? H : 254))
} finally {
m.u = false
}
return h
}
},
R = function(p, m) {
if (p.X) return oD(p, p.R);
return m = d(true, 8, p), m & 128 && (m ^= 128, p = d(true, 2, p), m = (m << 2) + (p | 0)), m
},
yb = function(p, m) {
if ((m = (p = null, U).trustedTypes, !m) || !m.createPolicy) return p;
try {
p = m.createPolicy("bg", {
createHTML: bY,
createScript: bY,
createScriptURL: bY
})
} catch (r) {
U.console && U.console.error(r.message)
}
return p
},
N = function(p, m, r) {
r = this;
try {
n8(this, m, p)
} catch (h) {
w(h, this), m(function(H) {
H(r.W)
})
}
},
M = function(p, m, r, h, H, g) {
if (!m.Y) {
if (3 < (r = P(m, ((p = (0 == (h = P(m, ((g = void 0, r) && r[0] === v && (p = r[1], g = r[2], r = void 0), 294)), h.length) && (H = P(m, 176) >> 3, h.push(p, H >> 8 & 255, H & 255), void 0 != g && h.push(g & 255)), ""), r) && (r.message && (p += r.message), r.stack && (p += ":" + r.stack)), 49)), r)) {
m.D = (g = (p = (r -= (p = p.slice(0, (r | 0) - 3), (p.length | 0) + 3), Fe(p)), m.D), m);
try {
z(m, 346, l(2, p.length).concat(p), 9)
} finally {
m.D = g
}
}
Q(m, 49, r)
}
},
C8 = function(p, m) {
return a[p](a.prototype, {
call: m,
floor: m,
document: m,
pop: m,
length: m,
parent: m,
prototype: m,
stack: m,
splice: m,
replace: m,
console: m,
propertyIsEnumerable: m
})
},
q0 = String.fromCharCode(105, 110, 116, 101, 103, 67, 104, 101, 99, 107, 66, 121, 112, 97, 115, 115),
Qb = [],
y = (N.prototype.H$ = (N.prototype.U = "toString", (N.prototype.Gi = void 0, N.prototype).fS = void 0, false), []),
K8 = [],
C = [],
G = [],
X = [],
v = {},
lY = [],
d0 = [],
hk = ((((b = ((r0, B, xE, function() {})(DG), N.prototype), b).Rm = function() {
return Math.floor(this.J + (this.i() - this.S))
}, b.hU = function(p, m, r) {
return (m ^= m << 13, m ^= m >> 17, (m = (m ^ m << 5) & r) || (m = 1), p) ^ m
}, N).prototype.K = "create", b.yw = function(p, m, r, h, H) {
for (H = h = 0; H < p.length; H++) h += p.charCodeAt(H), h += h << 10, h ^= h >> 6;
return (h = (h += h << 3, h ^= h >> 11, p = h + (h << 15) >>> 0, new Number(p & (1 << m) - 1)), h)[0] = (p >>> m) % r, h
}, b).j = function(p, m, r, h, H) {
if (r = "array" === ID(r) ? r : [r], this.W) p(this.W);
else try {
H = [], h = !this.I.length, E(this, [C, H, r]), E(this, [G, p, H]), m && !h || A(m, this, true)
} catch (g) {
w(g, this), p(this.W)
}
}, void 0),
a = (b.i = (window.performance || {}).now ? function() {
return this.Zc + window.performance.now()
} : function() {
return +new Date
}, b.N5 = (b.g_ = function(p, m, r, h, H, g) {
for (g = H = 0, h = []; H < p.length; H++)
for (r = r << m | p[H], g += m; 7 < g;) g -= 8, h.push(r >> g & 255);
return h
}, function() {
return Math.floor(this.i())
}), v).constructor,
PO = ((N.prototype.N = function(p, m) {
return m = (p = {}, hk = function() {
return m == p ? 79 : 140
}, {}),
function(r, h, H, g, O, t, F, k, K, D, e, x, f, q, S) {
m = (k = m, p);
try {
if (t = r[0], t == X) {
H = r[1];
try {
for (O = (h = (e = atob(H), g = 0, []), 0); O < e.length; O++) x = e.charCodeAt(O), 255 < x && (h[g++] = x & 255, x >>= 8), h[g++] = x;
Q(((this.P = h, this).H = this.P.length << 3, this), 191, [0, 0, 0])
} catch (n) {
M(17, this, n);
return
}
f8(this, 8001)
} else if (t == C) r[1].push(P(this, 49), P(this, 443).length, P(this, 346).length, P(this, 120).length), Q(this, 33, r[2]), this.B[225] && Ez(this, 8001, P(this, 225));
else {
if (t == G) {
D = l((g = r[2], 2), (P(this, 120).length | 0) + 2), K = this.D, this.D = this;
try {
q = P(this, 294), 0 < q.length && z(this, 120, l(2, q.length).concat(q), 10), z(this, 120, l(1, this.O), 109), z(this, 120, l(1, this[G].length)), e = 0, e -= (P(this, 120).length | 0) + 5, e += P(this, 51) & 2047, f = P(this, 346), 4 < f.length && (e -= (f.length | 0) + 3), 0 < e && z(this, 120, l(2, e).concat(B(e)), 15), 4 < f.length && z(this, 120, l(2, f.length).concat(f), 156)
} finally {
this.D = K
}
if (F = (O = B(2).concat(P(this, 120)), O[1] = O[0] ^ 6, O[3] = O[1] ^ D[0], O[4] = O[1] ^ D[1], this).X5(O)) F = "!" + F;
else
for (F = "", e = 0; e < O.length; e++) S = O[e][this.U](16), 1 == S.length && (S = "0" + S), F += S;
return P(this, (P((P(this, (Q(this, 49, (h = F, g.shift())), 443)).length = g.shift(), this), 346).length = g.shift(), 120)).length = g.shift(), h
}
if (t == lY) Ez(this, r[2], r[1]);
else if (t == y) return Ez(this, 8001, r[1])
}
} finally {
m = k
}
}
}(), N.prototype.uX = 0, N.prototype).X5 = function(p, m, r, h) {
if (h = window.btoa) {
for (m = (r = 0, ""); r < p.length; r += 8192) m += String.fromCharCode.apply(null, p.slice(r, r + 8192));
p = h(m).replace(/\+/g, "-").replace(/\//g, "_").replace(/=/g, "")
} else p = void 0;
return p
}, /./);
N.prototype.Vw = 0;
var zz, jR = X.pop.bind((N.prototype[d0] = [0, 0, 1, 1, 0, 1, 1], N.prototype[C])),
Tz = ((zz = C8((PO[N.prototype.U] = jR, N.prototype.K), {get: jR
}), N).prototype.x6 = void 0, function(p, m) {
return (m = yb()) && 1 === p.eval(m.createScript("1")) ? function(r) {
return m.createScript(r)
} : function(r) {
return "" + r
}
})(U);
(Z = U.botguard || (U.botguard = {}), 40 < Z.m || (Z.m = 41, Z.bg = g0, Z.a = sz), Z).MDm_ = function(p, m, r) {
return r = new N(p, m), [function(h) {
return RD(r, h)
}]
};
}).call(this);
#140 JavaScript::Eval (size: 54) - SHA256: df162b61346f06511c2c5c54e1b0e0b071495f51a714fe1669f3dcfa6a934218
0, W = function(S, B, K) {
return K.R ? h6(K.s, K) : X7(B, S, 14, K)
}
#141 JavaScript::Eval (size: 44) - SHA256: 60550cb704df72ad63ac76e61d595d158c59bbaba428387dd701926a6f2b3a80
typeof
function f(a, b, ) {} === "function";
#142 JavaScript::Eval (size: 60) - SHA256: a2292c46694cd7fb27cd72682cb37a7b70f3e9e8d9addff076c30623cadc29cb
class C {
foo() {}
};
var t = (new C).foo.name === "foo";
(t)
#143 JavaScript::Eval (size: 486) - SHA256: 0e2c705becd23841d3c9aaaeb0b497c0fd2375c77763d9918053f4f2f3ca7b6e
var sym1 = Symbol(),
sym2 = Symbol(),
sym3 = Symbol();
var obj = {
1: true,
A: true,
};
obj.B = true;
obj[sym1] = true;
obj[2] = true;
obj[sym2] = true;
Object.defineProperty(obj, "C", {
value: true,
enumerable: true
});
Object.defineProperty(obj, sym3, {
value: true,
enumerable: true
});
Object.defineProperty(obj, "D", {
value: true,
enumerable: true
});
var result = Reflect.ownKeys(obj);
var l = result.length;
(result[l - 3] === sym1 && result[l - 2] === sym2 && result[l - 1] === sym3);
#144 JavaScript::Eval (size: 97) - SHA256: 94e79d0ca38e100ef2b7abac6df11446fd62eadc00277164fe621c5cf4ae3f58
((function() {}).arity === 0 && (function(x) {}).arity === 1 && (function(x, y) {}).arity === 2);
#145 JavaScript::Eval (size: 52) - SHA256: dfe97d58a5b2944a6821bfca6938a4dee4277be6cdb20a9bdb0f4aa4a0867aa8
W = function(S, B, K) {
return K.R ? h6(K.s, K) : X7(B, S, 14, K)
}
#146 JavaScript::Eval (size: 144) - SHA256: ae43a2859022d219d788b33380f27ae54d1dc53a29448904412e5bf13c4a6023
var a = {
foo: 1,
bar: 2
};
a[Symbol.unscopables] = {
bar: true
};
with(a) {
var passed = foo === 1 && typeof bar === "undefined";
}!!passed
#147 JavaScript::Eval (size: 69) - SHA256: dbafee3277b5e77fadeaae1d481d4d34aaa6341825b105fc9d7f136c220d83d7
(function(a = 1, b = 2) {
return a === 1 && b === 3;
}(undefined, 3))
#148 JavaScript::Eval (size: 39) - SHA256: 5529eace1338073facbcc200dfd8be2ae981e66f1ff1dbfd4bef379a322d080a
typeof({}).__parent__ !== "undefined";
#149 JavaScript::Eval (size: 1) - SHA256: fcb5f40df9be6bae66c1d77a6c15968866a9e6cbd7314ca432b019d17392f6f4
W
#150 JavaScript::Eval (size: 2) - SHA256: 2c99d952bd19b482918811dabcac61711f57ee68f2f15c5b297b70be3e416b00
VE
#151 JavaScript::Eval (size: 6) - SHA256: 7f91f74d5b397fadabe7f039d73ca2c773e1799f39c6135a66df9355eedcd8b1
!+[1, ]
#152 JavaScript::Eval (size: 629) - SHA256: fbf31d1a26e8b2cc6b4fb1a1ef3b9029f5de1cf367de3e8788e6adfbcdeebc84
0, aG = function(S, B, K, Q, d, H, C, r, R, t, p, z) {
if (!(K - (5 > (K - ((K + 9 ^ 20) >= K && (K - 1 | 4) < K && (d = W(true, 8, S), -129 - 2 * ~(d | 128) - (d ^ 128) + (~d | 128) && (d = (Q = B - (d ^ 127) - (~d | 127), H = W(true, 8, S) << 7, (Q & H) + ~Q - ~(Q | H) + (Q & ~H))), z = d), 7) & 8) && 2 <= (K ^ 17) && (t = Q & 7, H = [4, -7, 7, -20, 1, -27, H, 2, 17, -14], r = zW, p = u2[C.J](C.BP), p[C.J] = function(u) {
t = -~(t += 6 + 7 * (R = u, Q), t) - (t & -8) + (~t & 7) + (t | -8)
}, p.concat = function(u, f, N, O) {
return ((f = (R = (N = 2640 * R - (O = d % 16 + 1, 48) * d * d * R - O * R + 48 * R * R + H[t + 59 & 7] * d * O + 1 * d * d * O + t - -336 * d * R + (r() | B) * O, void 0), H[N]), H)[(u = t + S, 8 + (u | -8)) + (-~(Q & 2) - -1 + 2 * (Q ^ 2) + 2 * (~Q ^ 2))] = f, H)[t + (Q & 2)] = -7, f
}, z = p), 4) >> 4)) {
for (H = (d = P(S, 58), B); Q > B; Q--) H = H << 8 | W(true, 8, S);
U(S, d, H)
}
return z
}
#153 JavaScript::Eval (size: 29) - SHA256: 53e5b7d706a350fe98d52499058624e15cddc1541f17370f94a899a386c50255
document.createElement('img')
#154 JavaScript::Eval (size: 36) - SHA256: e0bdf5e979b5417380ad443ed45cc66166bbf742d3768c16ab0dea71474899ff
var x = "y";
(({
[x]: 1
}).y === 1)
#155 JavaScript::Eval (size: 1) - SHA256: 1b16b1df538ba12dc3f97edbb85caa7050d46c148134290feba80f8236c83db9
n
#156 JavaScript::Eval (size: 579) - SHA256: f5991b349b14f914b4119998d7baeb400fba23b9b8a7ccb8dd9e797a5638b26b
0,
function(C, r, R, t, p, z, u, f, N, O, g, X, E, b, J, KK, T) {
function M(h, Y) {
for (; T < h;) p |= W(true, 8, C) << T, T += 8;
return p >>= (T -= h, Y = p & (1 << h) - 1, h), Y
}
for (t = KK = (J = (u = (r = (p = T = (O = P(C, 44), 0), M(3)), -~(r & 1) + -3 - ~r - (r | -2)), X = M(5), []), 0); t < X; t++) N = M(1), J.push(N), KK += N ? 0 : 1;
for (g = (b = ((KK | 0) - 1).toString(2).length, []), R = 0; R < X; R++) J[R] || (g[R] = M(b));
for (z = 0; z < X; z++) J[z] && (g[z] = P(C, 13));
for (f = [], E = u; E--;) f.push(x(C, P(C, 57)));
l(function(h, Y, w, t6, F7) {
for (Y = (w = 0, t6 = [], []); w < X; w++) {
if (!J[F7 = g[w], w]) {
for (; F7 >= t6.length;) t6.push(P(h, 46));
F7 = t6[F7]
}
Y.push(F7)
}
h.s = mj(24, h, (h.R = mj(24, h, f.slice(), 25), Y), 26)
}, O, C, 18)
}
#157 JavaScript::Eval (size: 77) - SHA256: 78d02797dce6927256085c147bf9fcf7abe019ac3126cc0808e1f929c4bceac1
0,
function(C, r, R, t) {
U((R = P((r = W(true, (t = P(C, 27), 8), C), C), 45), C), R, x(C, t) << r)
}
#158 JavaScript::Eval (size: 2) - SHA256: 24349c8054862cb8cbd4d857d096943e21434041ea744799074e2e28e753c14c
BD
#159 JavaScript::Eval (size: 2) - SHA256: e8f39d86a9262db0c52cfdc7065f172476571aa872e8b383eec096e433f63438
gP
#160 JavaScript::Eval (size: 46) - SHA256: fdb330bf3bc5bac85cebe88e536f0a803180b853593c57134c1e82d761db5697
typeof WeakMap.prototype.delete === "function"
#161 JavaScript::Eval (size: 78) - SHA256: 04fb57decaabb916cf4e6349c2b8c825b3e6d6ebdd12e1f8bb4f054f4c68f8e5
if (2 * * 3 !== 8) {
false;
}
try {
Function("-5 ** 2")();
} catch (e) {
true;
}
#162 JavaScript::Eval (size: 703) - SHA256: 390e682458c851318a07232e20dd4bb1fc8943a0c63e0a2a54904996466bc2d0
P = function(S, B, K, Q, d, H, C, r, R, t, p) {
if ((B & 94) == ((B | 8) == B && (S.R ? p = h6(S.s, S) : (d = X7(8, true, 14, S), 256 - (d | 128) + (d & -129) - (~d & 128) && (d ^= 128, K = X7(2, true, 14, S), d = (Q = d << 2, -2 * ~(Q | K) + (~Q ^ K) + (~Q & K) + (Q | ~K))), p = d)), B))
if (C = "array" === A6("splice", "object", Q) ? Q : [Q], this.h) S(this.h);
else try {
H = [], d = !this.V.length, m(72, 0, [WT, H, C], this), m(73, 0, [PT, S, H], this), K && !d || TW(7, true, true, K, this, 22)
} catch (z) {
g4(3, 42, 0, this, z), S(this.h)
}
return (B & 107) == B && (p = t = function() {
if (d.l == d) {
if (d.N) {
var z = [U4, Q, H, void 0, r, R, arguments];
if (C == S) var u = TW(7, (m(9, 0, z, d), false), true, false, d, 21);
else if (C == K) {
var f = !d.V.length;
(m(8, 0, z, d), f) && TW(7, false, true, false, d, 25)
} else u = J6(null, z, true, d);
return u
}
r && R && r.removeEventListener(R, t, i2)
}
}), p
}
#163 JavaScript::Eval (size: 252) - SHA256: 6b4c3af541f5474dee5dcf742f79e93466c08775689845dc0219d691773c8a06
0, VE = function(S, B, K, Q, d, H, C, r, R, t) {
(B.push((d = S[0] << 24 | S[1] << 16, t = S[2] << 8, 2 * (d | 0) - -1 + 2 * ~d - ~(d | t)) | S[3]), B).push((r = S[4] << 24 | S[5] << 16, Q = S[6] << 8, (r & Q) + (r & ~Q) + (~r & Q)) | S[7]), B.push((C = (H = S[8] << 24 | S[9] << 16, R = S[10] << 8, -1 - ~H + (~H & R)), K = S[11], ~(C & K) - 1 - ~C - ~K))
}
#164 JavaScript::Eval (size: 125) - SHA256: 469473beff4f54a65e103d650b55ad1a22034835562fcc0381d56e0a96d054a6
var {
toFixed
} = 2;
var {
slice
} = "";
var t = toFixed === Number.prototype.toFixed && slice === String.prototype.slice;
(!!t)
#165 JavaScript::Eval (size: 15561) - SHA256: d90538b891b0faa88bb08314660918942260c2ace5720f0bb44498bd13171c76
/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */
(function() {
var r = this || self,
h = function(p, m) {
if (!(p = (m = r.trustedTypes, null), m) || !m.createPolicy) return p;
try {
p = m.createPolicy("bg", {
createHTML: O,
createScript: O,
createScriptURL: O
})
} catch (g) {
r.console && r.console.error(g.message)
}
return p
},
O = function(p) {
return p
};
(0, eval)(function(p, m) {
return (m = h()) && 1 === p.eval(m.createScript("1")) ? function(g) {
return m.createScript(g)
} : function(g) {
return "" + g
}
}(r)(Array(7824 * Math.random() | 0).join("\n") + '(function(){var b,l=function(p,m,r,h){for(h=(p|(r=[],0))-1;0<=h;h--)r[(p|0)-1-(h|0)]=m>>8*h&255;return r},Q=function(p,m,r){if(428==m||176==m)p.B[m]?p.B[m].concat(r):p.B[m]=p8(r,p);else{if(p.Y&&191!=m)return;120==m||346==m||443==m||294==m||336==m?p.B[m]||(p.B[m]=mS(p,m,30,r)):p.B[m]=mS(p,m,137,r)}191==m&&(p.l=d(false,32,p),p.Z=void 0)},g0=function(p,m,r,h){function H(){}return r=sz(p,function(g){H&&(m&&I(m),h=g,H(),H=void 0)},(h=void 0,!!m))[0],{invoke:function(g,O,t,F){function k(){h(function(K){I(function(){g(K)})},t)}if(!O)return O=r(t),g&&g(O),O;h?k():(F=H,H=function(){I((F(),k))})}}},r0=function(p,m){(m.push(p[0]<<24|p[1]<<16|p[2]<<8|p[3]),m.push(p[4]<<24|p[5]<<16|p[6]<<8|p[7]),m).push(p[8]<<24|p[9]<<16|p[10]<<8|p[11])},Oz=function(p,m){return(m=J(p),m&128)&&(m=m&127|J(p)<<7),m},mS=function(p,m,r,h,H,g,O,t){return((O=(h=[(H=hk,-97),-76,1,-9,-92,-60,h,-40,38,(t=r&7,-88)],a[p.K](p.Dc)),O)[p.K]=function(F){t+=6+(g=F,7*r),t&=7},O).concat=function(F){return((g=(F=+t+h[t+19&7]*(F=m%16+1,m)*F-57*m*m*g-F*g+57*g*g-4503*g- -4332*m*g+(H()|0)*F+1*m*m*F,void 0),F=h[F],h)[(t+45&7)+(r&2)]=F,h)[t+(r&2)]=-76,F},O},p8=function(p,m,r){return(r=a[m.K](m.eq),r[m.K]=function(){return p},r).concat=function(h){p=h},r},tk=function(p,m,r,h,H){for(H=(h=0,p)[2]|0,p=p[3]|0;14>h;h++)m=m>>>8|m<<24,m+=r|0,r=r<<3|r>>>29,m^=H+1656,p=p>>>8|p<<24,r^=m,p+=H|0,p^=h+1656,H=H<<3|H>>>29,H^=p;return[r>>>24&255,r>>>16&255,r>>>8&255,r>>>0&255,m>>>24&255,m>>>16&255,m>>>8&255,m>>>0&255]},HO=function(p,m,r,h,H){(H=P(p,(h=(H=(m&=(r=m&3,4),R(p)),R)(p),H)),m&&(H=Fe(""+H)),r)&&z(p,h,l(2,H.length)),z(p,h,H)},bY=function(p){return p},eR=function(p,m,r,h,H){if(H=p[0],H==C)m.A=25,m.N(p);else if(H==G){r=p[1];try{h=m.W||m.N(p)}catch(g){w(g,m),h=m.W}r(h)}else if(H==lY)m.N(p);else if(H==X)m.N(p);else if(H==d0){try{for(h=0;h<m.L.length;h++)try{r=m.L[h],r[0][r[1]](r[2])}catch(g){}}catch(g){}(0,p[1])(function(g,O){m.j(g,true,O)},(m.L=[],function(g){(E(m,(g=!m.I.length,[K8])),g)&&A(true,m,false)}))}else{if(H==y)return h=p[2],Q(m,499,p[6]),Q(m,33,h),m.N(p);H==K8?(m.P=[],m.s=[],m.B=null):H==Qb&&"loading"===U.document.readyState&&(m.h=function(g,O){function t(){O||(O=true,g())}U.document.addEventListener("DOMContentLoaded",(O=false,t),u),U.addEventListener("load",t,u)})}},J=function(p){return p.X?oD(p,p.R):d(true,8,p)},DG=function(p,m,r){if(3==p.length){for(r=0;3>r;r++)m[r]+=p[r];for(p=0,r=[13,8,13,12,16,5,3,10,15];9>p;p++)m[3](m,p%3,r[p])}},oD=function(p,m){return(m=m.create().shift(),p.X.create()).length||p.R.create().length||(p.R=void 0,p.X=void 0),m},xE=function(p,m,r,h){try{h=p[((m|0)+2)%3],p[m]=(p[m]|0)-(p[((m|0)+1)%3]|0)-(h|0)^(1==m?h<<r:h>>>r)}catch(H){throw H;}},ID=function(p,m,r){if("object"==(m=typeof p,m))if(p){if(p instanceof Array)return"array";if(p instanceof Object)return m;if((r=Object.prototype.toString.call(p),"[object Window]")==r)return"object";if("[object Array]"==r||"number"==typeof p.length&&"undefined"!=typeof p.splice&&"undefined"!=typeof p.propertyIsEnumerable&&!p.propertyIsEnumerable("splice"))return"array";if("[object Function]"==r||"undefined"!=typeof p.call&&"undefined"!=typeof p.propertyIsEnumerable&&!p.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==m&&"undefined"==typeof p.call)return"object";return m},Y=function(p,m,r){(Q(p,r,m),m)[Qb]=2796},f8=function(p,m,r,h,H,g){if(!p.W){p.G++;try{for(h=(H=(g=p.H,0),void 0);--m;)try{if(r=void 0,p.X)h=oD(p,p.X);else{if((H=P(p,428),H)>=g)break;h=P((r=(Q(p,176,H),R(p)),p),r)}W(false,p,(h&&h[K8]&2048?h(p,m):M(0,p,[v,21,r]),m),false)}catch(O){P(p,216)?M(22,p,O):Q(p,216,O)}if(!m){if(p.H$){f8((p.G--,p),473199118497);return}M(0,p,[v,33])}}catch(O){try{M(22,p,O)}catch(t){w(t,p)}}p.G--}},Jk=function(p,m){return p[m]<<24|p[(m|0)+1]<<16|p[(m|0)+2]<<8|p[(m|0)+3]},aD=function(p,m,r,h,H,g){function O(){if(p.D==p){if(p.B){var t=[y,r,h,void 0,H,g,arguments];if(2==m)var F=A(false,p,(E(p,t),false));else if(1==m){var k=!p.I.length;E(p,t),k&&A(false,p,false)}else F=eR(t,p);return F}H&&g&&H.removeEventListener(g,O,u)}}return O},RD=function(p,m,r){return p.j(function(h){r=h},false,m),r},U=this||self,sz=function(p,m,r,h){return(h=Z[p.substring(0,3)+"_"])?h(p.substring(3),m,r):SR(m,p)},u={passive:true,capture:true},SR=function(p,m){return p(function(r){r(m)}),[function(){return m}]},d=function(p,m,r,h,H,g,O,t,F,k,K,D,e,x){if((x=P(r,428),x)>=r.H)throw[v,31];for(g=(h=(k=(H=x,0),m),r.lX).length;0<h;)F=H>>3,t=r.P[F],K=H%8,e=8-(K|0),e=e<h?e:h,p&&(D=r,D.Z!=H>>6&&(D.Z=H>>6,O=P(D,191),D.C=tk([0,0,O[1],O[2]],D.Z,D.l)),t^=r.C[F&g]),k|=(t>>8-(K|0)-(e|0)&(1<<e)-1)<<(h|0)-(e|0),h-=e,H+=e;return Q(r,428,(p=k,(x|0)+(m|0))),p},I=U.requestIdleCallback?function(p){requestIdleCallback(function(){p()},{timeout:4})}:U.setImmediate?function(p){setImmediate(p)}:function(p){setTimeout(p,0)},cO=function(p,m,r,h,H,g){for(H=(r=R((m=(h=(g=p[q0]||{},R(p)),g.W$=R(p),g.V=[],p.D==p)?(J(p)|0)-1:1,p)),0);H<m;H++)g.V.push(R(p));for(g.B$=P(p,r);m--;)g.V[m]=P(p,g.V[m]);return g.o=P(p,h),g},n8=function(p,m,r,h,H){for(H=(p.eq=(p.Dc=(p.P$=(p.k6=(p.lX=p[G],zz),PO),C8(p.K,{get:function(){return this.concat()}})),a[p.K](p.Dc,{value:{value:{}}})),h=0,[]);393>h;h++)H[h]=String.fromCharCode(h);(E(p,(E(p,(E(p,(Y(p,function(g){w0(g,1)},(Y(p,(Q(p,51,(Y(p,(Q((Y((Y(p,(Q(p,294,((Y(p,(Y(p,function(g,O,t){W(false,g,O,true)||(O=R(g),t=R(g),Q(g,t,function(F){return eval(F)}(Tz(P(g.D,O)))))},(Y((Q(p,460,(Y(p,(Y(p,function(g,O){(g=(O=R(g),P(g.D,O)),g)[0].removeEventListener(g[1],g[2],u)},((p.Qw=(Y(p,(Y(p,(Q(p,82,(Y(p,(Y(p,(Y(p,(Y(p,(((Q(p,346,(Q(p,(Y(p,(Q(p,120,[(Y(p,function(g,O,t){Q(g,(t=R(g),O=R(g),O),""+P(g,t))},(Q((Q(p,33,(Y(p,(Q(p,49,(Y((Y(p,function(g,O,t,F){Q(g,(F=P(g,(O=(t=(F=R((O=R(g),g)),R)(g),P)(g,O),F)),t),O in F|0)},(Y(p,function(){},(Q(p,443,(Q((Q(p,(p.Y=!((p.O=1,p.g=0,p.X=(p.G=0,h=(p.J=0,p.S=0,p.P=[],p.mQ=[],(p.KS=function(g){this.D=g},p).C=void 0,p.F=0,(p.u=false,p).D=p,p.l=void 0,((p.pS=(p.v=((p.s=[],p).R=(p.L=[],void 0),p.h=null,8001),0),p.Im=false,p).W=void 0,p.I=[],p).B=(p.H=0,p.T=void 0,p.A=(p.Z=void 0,25),[]),window.performance||{}),void 0),p).Zc=h.timeOrigin||(h.timing||{}).navigationStart||0,1),428),0),p),176,0),[])),306)),44)),p),function(g,O,t,F,k,K,D){for(F=(D=P(g,(t=(K=R(g),k=Oz(g),""),281)),D.length),O=0;k--;)O=((O|0)+(Oz(g)|0))%F,t+=H[D[O]];Q(g,K,t)},9),2048)),function(g,O,t,F){(t=(F=R(g),R(g)),O=R(g),g).D==g&&(O=P(g,O),t=P(g,t),P(g,F)[t]=O,191==F&&(g.Z=void 0,2==t&&(g.l=d(false,32,g),g.Z=void 0)))}),328),{})),p),0,p),329)),160),0,0]),function(g,O,t,F){Q(g,(t=P(g,(F=P(g,(O=(t=R(g),R)(g),O)),t)),O),F+t)}),104),Y(p,function(g,O,t,F,k,K){W(false,g,O,true)||(F=cO(g.D),K=F.B$,O=F.W$,t=F.V,F=F.o,k=t.length,K=0==k?new K[F]:1==k?new K[F](t[0]):2==k?new K[F](t[0],t[1]):3==k?new K[F](t[0],t[1],t[2]):4==k?new K[F](t[0],t[1],t[2],t[3]):2(),Q(g,O,K))},299),Y(p,function(g){HO(g,3)},455),Y(p,function(g,O,t,F,k){for(k=(t=Oz((F=R(g),g)),O=0,[]);O<t;O++)k.push(J(g));Q(g,F,k)},219),216),644),B(4))),p).w_=0,Y)(p,function(g,O,t,F){Q(g,(F=(O=(t=R(g),R)(g),R(g)),F),P(g,t)||P(g,O))},393),function(g,O){Gz((O=P(g,R(g)),g).D,O)}),343),function(g){w0(g,4)}),217),function(g,O,t,F){Q(g,(O=P(g,(t=(t=R((O=R(g),g)),F=R(g),P(g,t)),O))==t,F),+O)}),462),function(g,O,t,F){!W(false,g,O,true)&&(O=cO(g),F=O.o,t=O.B$,g.D==g||F==g.KS&&t==g)&&(Q(g,O.W$,F.apply(t,O.V)),g.g=g.i())}),363),0)),function(g){HO(g,4)}),486),function(g,O,t,F){Q(g,(F=(t=P((t=(F=R(g),R(g)),O=R(g),g),t),P(g,F)),O),F[t])}),340),0),p).Sq=0,171)),function(g,O,t){0!=P((t=P(g,(t=(O=R(g),R(g)),t)),g),O)&&Q(g,428,t)}),88),U)),Y(p,function(g,O,t,F){if(t=g.mQ.pop()){for(O=J(g);0<O;O--)F=R(g),t[F]=g.B[F];g.B=(t[294]=g.B[294],t[49]=g.B[49],t)}else Q(g,428,g.H)},424),p),function(g){Xe(g,4)},373),94)),function(g,O,t,F){Q(g,(O=(F=R(g),t=J(g),R)(g),O),P(g,F)>>>t)}),206),Y)(p,function(g,O,t,F,k,K){if(!W(true,g,O,true)){if(g=P((k=(K=(O=R((F=R(g),g)),R)(g),k=R(g),O=P(g,O),K=P(g,K),P(g,k)),g),F),"object"==ID(g)){for(t in F=[],g)F.push(t);g=F}for(F=(K=(t=g.length,0<K?K:1),0);F<t;F+=K)O(g.slice(F,(F|0)+(K|0)),k)}},202),[])),function(g,O,t){Q(g,(t=ID((t=P(g,(O=(t=R(g),R)(g),t)),t)),O),t)}),249),p),function(g,O,t,F,k,K,D,e,x,f,q,S){function n(c,T){for(;S<c;)D|=J(g)<<S,S+=8;return T=D&((S-=c,1)<<c)-1,D>>=c,T}for(x=(f=O=(q=(t=((D=S=(K=R(g),0),n)(3)|0)+1,n(5)),0),[]);O<q;O++)k=n(1),x.push(k),f+=k?0:1;for(F=(O=((f|0)-1).toString(2).length,[]),f=0;f<q;f++)x[f]||(F[f]=n(O));for(O=0;O<q;O++)x[O]&&(F[O]=R(g));for(e=[];t--;)e.push(P(g,R(g)));Y(g,function(c,T,L,V,kE){for(V=[],L=0,kE=[];L<q;L++){if(!(T=F[L],x)[L]){for(;T>=V.length;)V.push(R(c));T=V[T]}kE.push(T)}(c.X=p8(e.slice(),c),c).R=p8(kE,c)},K)},181),p),336,[0,0,0]),function(g,O,t,F,k){t=(O=P(g,(F=P(g,(k=(k=R((F=R((t=R(g),O=R(g),g)),g)),P(g,k)),F)),O)),P(g.D,t)),0!==t&&(k=aD(g,1,F,k,t,O),t.addEventListener(O,k,u),Q(g,82,[t,O,k]))}),354),0)),function(g,O,t,F,k){Q(g,(k=(O=(t=P(g,(k=(O=R((F=R(g),t=R(g),g)),R(g)),t)),P(g,O)),P(g,k)),F),aD(g,k,t,O))}),501),210)),[Qb])),[X,r])),[d0,m])),A)(true,p,true)},Ez=function(p,m,r,h){return P(p,(Q(p,(f8((h=P(p,428),p.P&&h<p.H?(Q(p,428,p.H),Gz(p,r)):Q(p,428,r),p),m),428),h),33))},w0=function(p,m,r,h){z(p,(h=R(p),r=R(p),r),l(m,P(p,h)))},W=function(p,m,r,h,H,g,O,t,F){if((m.D=(m.O+=(t=(g=(H=4==(F=(h||m.T++,0<m.F&&m.u&&m.Im&&1>=m.G&&!m.X&&!m.h&&(!h||1<m.v-r)&&0==document.hidden),m.T))||F?m.i():m.g,g-m.g),O=t>>14,m.l&&(m.l^=O*(t<<2)),O),O||m.D),H)||F)m.g=g,m.T=0;if(!F||g-m.S<m.F-(p?255:h?5:2))return false;return!(Q(m,428,(m.v=r,p=P(m,h?176:428),m.H)),m.I.push([lY,p,h?r+1:r]),m.h=I,0)},Xe=function(p,m,r,h){for(r=R(p),h=0;0<m;m--)h=h<<8|J(p);Q(p,r,h)},B=function(p,m){for(m=[];p--;)m.push(255*Math.random()|0);return m},Fe=function(p,m,r,h,H){for(H=(h=(p=p.replace(/\\r\\n/g,"\\n"),r=0),[]);r<p.length;r++)m=p.charCodeAt(r),128>m?H[h++]=m:(2048>m?H[h++]=m>>6|192:(55296==(m&64512)&&r+1<p.length&&56320==(p.charCodeAt(r+1)&64512)?(m=65536+((m&1023)<<10)+(p.charCodeAt(++r)&1023),H[h++]=m>>18|240,H[h++]=m>>12&63|128):H[h++]=m>>12|224,H[h++]=m>>6&63|128),H[h++]=m&63|128);return H},P=function(p,m){if(void 0===(p=p.B[m],p))throw[v,30,m];if(p.value)return p.create();return p.create(1*m*m+-76*m+79),p.prototype},z=function(p,m,r,h,H,g){if(p.D==p)for(H=P(p,m),346==m?(m=function(O,t,F,k){if((k=(F=H.length,F|0)-4>>3,H.iX)!=k){k=(t=[0,0,g[1],(H.iX=k,g)[2]],k<<3)-4;try{H.am=tk(t,Jk(H,(k|0)+4),Jk(H,k))}catch(K){throw K;}}H.push(H.am[F&7]^O)},g=P(p,336)):m=function(O){H.push(O)},h&&m(h&255),p=r.length,h=0;h<p;h++)m(r[h])},Gz=function(p,m){(p.mQ.push(p.B.slice()),p).B[428]=void 0,Q(p,428,m)},Ak=function(p,m,r,h){for(;p.I.length;){h=(p.h=null,p.I.pop());try{r=eR(h,p)}catch(H){w(H,p)}if(m&&p.h){m=p.h,m(function(){A(true,p,true)});break}}return r},Z,E=function(p,m){p.I.splice(0,0,m)},w=function(p,m){m.W=((m.W?m.W+"~":"E:")+p.message+":"+p.stack).slice(0,2048)},A=function(p,m,r,h,H,g){if(m.I.length){m.Im=(m.u=(m.u&&0(),true),p);try{g=m.i(),m.T=0,m.S=g,m.g=g,h=Ak(m,p),H=m.i()-m.S,m.J+=H,H<(r?0:10)||0>=m.A--||(H=Math.floor(H),m.s.push(254>=H?H:254))}finally{m.u=false}return h}},R=function(p,m){if(p.X)return oD(p,p.R);return m=d(true,8,p),m&128&&(m^=128,p=d(true,2,p),m=(m<<2)+(p|0)),m},yb=function(p,m){if((m=(p=null,U).trustedTypes,!m)||!m.createPolicy)return p;try{p=m.createPolicy("bg",{createHTML:bY,createScript:bY,createScriptURL:bY})}catch(r){U.console&&U.console.error(r.message)}return p},N=function(p,m,r){r=this;try{n8(this,m,p)}catch(h){w(h,this),m(function(H){H(r.W)})}},M=function(p,m,r,h,H,g){if(!m.Y){if(3<(r=P(m,((p=(0==(h=P(m,((g=void 0,r)&&r[0]===v&&(p=r[1],g=r[2],r=void 0),294)),h.length)&&(H=P(m,176)>>3,h.push(p,H>>8&255,H&255),void 0!=g&&h.push(g&255)),""),r)&&(r.message&&(p+=r.message),r.stack&&(p+=":"+r.stack)),49)),r)){m.D=(g=(p=(r-=(p=p.slice(0,(r|0)-3),(p.length|0)+3),Fe(p)),m.D),m);try{z(m,346,l(2,p.length).concat(p),9)}finally{m.D=g}}Q(m,49,r)}},C8=function(p,m){return a[p](a.prototype,{call:m,floor:m,document:m,pop:m,length:m,parent:m,prototype:m,stack:m,splice:m,replace:m,console:m,propertyIsEnumerable:m})},q0=String.fromCharCode(105,110,116,101,103,67,104,101,99,107,66,121,112,97,115,115),Qb=[],y=(N.prototype.H$=(N.prototype.U="toString",(N.prototype.Gi=void 0,N.prototype).fS=void 0,false),[]),K8=[],C=[],G=[],X=[],v={},lY=[],d0=[],hk=((((b=((r0,B,xE,function(){})(DG),N.prototype),b).Rm=function(){return Math.floor(this.J+(this.i()-this.S))},b.hU=function(p,m,r){return(m^=m<<13,m^=m>>17,(m=(m^m<<5)&r)||(m=1),p)^m},N).prototype.K="create",b.yw=function(p,m,r,h,H){for(H=h=0;H<p.length;H++)h+=p.charCodeAt(H),h+=h<<10,h^=h>>6;return(h=(h+=h<<3,h^=h>>11,p=h+(h<<15)>>>0,new Number(p&(1<<m)-1)),h)[0]=(p>>>m)%r,h},b).j=function(p,m,r,h,H){if(r="array"===ID(r)?r:[r],this.W)p(this.W);else try{H=[],h=!this.I.length,E(this,[C,H,r]),E(this,[G,p,H]),m&&!h||A(m,this,true)}catch(g){w(g,this),p(this.W)}},void 0),a=(b.i=(window.performance||{}).now?function(){return this.Zc+window.performance.now()}:function(){return+new Date},b.N5=(b.g_=function(p,m,r,h,H,g){for(g=H=0,h=[];H<p.length;H++)for(r=r<<m|p[H],g+=m;7<g;)g-=8,h.push(r>>g&255);return h},function(){return Math.floor(this.i())}),v).constructor,PO=((N.prototype.N=function(p,m){return m=(p={},hk=function(){return m==p?79:140},{}),function(r,h,H,g,O,t,F,k,K,D,e,x,f,q,S){m=(k=m,p);try{if(t=r[0],t==X){H=r[1];try{for(O=(h=(e=atob(H),g=0,[]),0);O<e.length;O++)x=e.charCodeAt(O),255<x&&(h[g++]=x&255,x>>=8),h[g++]=x;Q(((this.P=h,this).H=this.P.length<<3,this),191,[0,0,0])}catch(n){M(17,this,n);return}f8(this,8001)}else if(t==C)r[1].push(P(this,49),P(this,443).length,P(this,346).length,P(this,120).length),Q(this,33,r[2]),this.B[225]&&Ez(this,8001,P(this,225));else{if(t==G){D=l((g=r[2],2),(P(this,120).length|0)+2),K=this.D,this.D=this;try{q=P(this,294),0<q.length&&z(this,120,l(2,q.length).concat(q),10),z(this,120,l(1,this.O),109),z(this,120,l(1,this[G].length)),e=0,e-=(P(this,120).length|0)+5,e+=P(this,51)&2047,f=P(this,346),4<f.length&&(e-=(f.length|0)+3),0<e&&z(this,120,l(2,e).concat(B(e)),15),4<f.length&&z(this,120,l(2,f.length).concat(f),156)}finally{this.D=K}if(F=(O=B(2).concat(P(this,120)),O[1]=O[0]^6,O[3]=O[1]^D[0],O[4]=O[1]^D[1],this).X5(O))F="!"+F;else for(F="",e=0;e<O.length;e++)S=O[e][this.U](16),1==S.length&&(S="0"+S),F+=S;return P(this,(P((P(this,(Q(this,49,(h=F,g.shift())),443)).length=g.shift(),this),346).length=g.shift(),120)).length=g.shift(),h}if(t==lY)Ez(this,r[2],r[1]);else if(t==y)return Ez(this,8001,r[1])}}finally{m=k}}}(),N.prototype.uX=0,N.prototype).X5=function(p,m,r,h){if(h=window.btoa){for(m=(r=0,"");r<p.length;r+=8192)m+=String.fromCharCode.apply(null,p.slice(r,r+8192));p=h(m).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}else p=void 0;return p},/./);N.prototype.Vw=0;var zz,jR=X.pop.bind((N.prototype[d0]=[0,0,1,1,0,1,1],N.prototype[C])),Tz=((zz=C8((PO[N.prototype.U]=jR,N.prototype.K),{get:jR}),N).prototype.x6=void 0,function(p,m){return(m=yb())&&1===p.eval(m.createScript("1"))?function(r){return m.createScript(r)}:function(r){return""+r}})(U);(Z=U.botguard||(U.botguard={}),40<Z.m||(Z.m=41,Z.bg=g0,Z.a=sz),Z).MDm_=function(p,m,r){return r=new N(p,m),[function(h){return RD(r,h)}]};}).call(this);'));
}).call(this);
#166 JavaScript::Eval (size: 1) - SHA256: 2d711642b726b04401627ca9fbac32f5c8530fb1903cc4db02258717921a4881
x
#167 JavaScript::Eval (size: 96) - SHA256: a73863c14332f0752d4a027261609ed6b969e6d42a31fdc9ee2b003596f1eacd
try {
Intl.NumberFormat.call(Intl.NumberFormat());
false;
} catch (e) {
e instanceof TypeError;
}
#168 JavaScript::Eval (size: 31) - SHA256: 6e4c074bba968f3a2899edcbccf9e893ebdad7a5a533463e4d9630f28f3baed1
(a = 0) => {
let b;
const c = class {};
}
#169 JavaScript::Eval (size: 22) - SHA256: 05514fbbe933fb02cca1d24b2edccf6308704200d88e9b107dc243a0c0d28856
0,
function(C) {
pd(C, 2)
}
#170 JavaScript::Eval (size: 22) - SHA256: 0af0cb21968fe023d8ea63ee97d9b7172bb86ffeab2023aa51326d793e379a00
0,
function(g) {
Xe(g, 2)
}
#171 JavaScript::Eval (size: 2) - SHA256: 6351825030155836664876686dcff61b6a91254a0458537072a1b26ad151b5ce
al
#172 JavaScript::Eval (size: 2) - SHA256: e73d2c69dab6b3798a4ba95017040d6bb669333591e6d717b349baddddb8b3b3
j3
#173 JavaScript::Eval (size: 144) - SHA256: 874a38fb43a8e2d81e6c45ccfe46652a5be1cf98b5dc3c34c86c2ec33c5b75cc
var result = "";
var iterable = (function*() {
yield 1;
yield 2;
yield 3;
}());
for (var item of iterable) {
result += item;
};
(result == "123")
#174 JavaScript::Eval (size: 627) - SHA256: bba743f848204d33eba73956d0ddf4cb8ae64dcaa053b10cbe380b6074f36ec6
aG = function(S, B, K, Q, d, H, C, r, R, t, p, z) {
if (!(K - (5 > (K - ((K + 9 ^ 20) >= K && (K - 1 | 4) < K && (d = W(true, 8, S), -129 - 2 * ~(d | 128) - (d ^ 128) + (~d | 128) && (d = (Q = B - (d ^ 127) - (~d | 127), H = W(true, 8, S) << 7, (Q & H) + ~Q - ~(Q | H) + (Q & ~H))), z = d), 7) & 8) && 2 <= (K ^ 17) && (t = Q & 7, H = [4, -7, 7, -20, 1, -27, H, 2, 17, -14], r = zW, p = u2[C.J](C.BP), p[C.J] = function(u) {
t = -~(t += 6 + 7 * (R = u, Q), t) - (t & -8) + (~t & 7) + (t | -8)
}, p.concat = function(u, f, N, O) {
return ((f = (R = (N = 2640 * R - (O = d % 16 + 1, 48) * d * d * R - O * R + 48 * R * R + H[t + 59 & 7] * d * O + 1 * d * d * O + t - -336 * d * R + (r() | B) * O, void 0), H[N]), H)[(u = t + S, 8 + (u | -8)) + (-~(Q & 2) - -1 + 2 * (Q ^ 2) + 2 * (~Q ^ 2))] = f, H)[t + (Q & 2)] = -7, f
}, z = p), 4) >> 4)) {
for (H = (d = P(S, 58), B); Q > B; Q--) H = H << 8 | W(true, 8, S);
U(S, d, H)
}
return z
}
#175 JavaScript::Eval (size: 1) - SHA256: bbeebd879e1dff6918546dc0c179fdde505f2a21591c9a9c96e36b054ec5af83
Z
#176 JavaScript::Eval (size: 245) - SHA256: b952413e502e6a9d876247bf2ef859954a30f8a589bff1497a453effd657d7f1
0, al = function(S, B, K, Q, d, H, C, r, R, t) {
for (r = (d = ((C = P(K, (R = K[qg] || {}, 57)), R).eO = P(K, S), R.U = [], K.l == K ? (t = W(true, 8, K), -3 * ~(t & B) + -4 + ~(t | B) + 2 * (t ^ B)) : 1), P)(K, 46), H = Q; H < d; H++) R.U.push(P(K, 45));
for (; d--;) R.U[d] = x(K, R.U[d]);
return R.pI = x(K, r), R.xg = x(K, C), R
}
#177 JavaScript::Eval (size: 47) - SHA256: 850db866fff9d9f4947068aa4256a37923db37e414fcca7af01cc222733e5bd6
0,
function(C, r) {
zm((r = x(C, P(C, 15)), C.l), r, 268)
}
#178 JavaScript::Eval (size: 83) - SHA256: 0cb21d1de060008bab472c15c63e6f15828de601f85deff00d701d26c0f6819a
0,
function(_, $) {
while (_._ += !(_.$[_[_._] = _[$._]] && _.M.push(_._, _[$._])), $.$ ^ ++$._);
}
#179 JavaScript::Eval (size: 71) - SHA256: 8b3fe2c07e75b0e594954b01b98157b141229064628e265a43755d235ead550a
0, zm = function(S, B, K) {
U(S, ((S.ZX.push(S.N.slice()), S).N[K] = void 0, K), B)
}
#180 JavaScript::Eval (size: 51) - SHA256: 9f288c31dd3a2584f64ce55e943206f22a84c7785edd5db21d6c4e596a56570b
var f = "foo";
({
f() {
return f;
}
}).f() === "foo";
#181 JavaScript::Eval (size: 2) - SHA256: 61ce4f2b076a88a4cf0e5f1afd5f0fc95ad7704b3e1b6cf6c11ed7f1f762d8f9
nK
#182 JavaScript::Eval (size: 243) - SHA256: 85f4d36de4eaa1970629d5fce78894cccef24e679ba213cabae3a1a778ef29a2
al = function(S, B, K, Q, d, H, C, r, R, t) {
for (r = (d = ((C = P(K, (R = K[qg] || {}, 57)), R).eO = P(K, S), R.U = [], K.l == K ? (t = W(true, 8, K), -3 * ~(t & B) + -4 + ~(t | B) + 2 * (t ^ B)) : 1), P)(K, 46), H = Q; H < d; H++) R.U.push(P(K, 45));
for (; d--;) R.U[d] = x(K, R.U[d]);
return R.pI = x(K, r), R.xg = x(K, C), R
}
#183 JavaScript::Eval (size: 78) - SHA256: 72a3a6abe4908a577483a51a6ab919cb8ebfef1c764d1137bf06dfd18a97b63e
0,
function(C, r, R, t) {
U(C, (R = (t = P(C, (r = P(C, 15), 44)), P(C, 45)), R), x(C, r) || x(C, t))
}
#184 JavaScript::Eval (size: 75) - SHA256: c5c9d97a79fda1019d448d42bf445b5faa134a5b6e6b2e814ea998a4588be8bd
typeof String.prototype.includes === "function" && "foobar".includes("oba")
#185 JavaScript::Eval (size: 115) - SHA256: cb8dea346e437f49c12b16bbcadc7c4e8eec22e721f7850487da757c9aca8da4
0,
function(C, r, R, t) {
D(43, 4, true, r, C, false) || (R = P(C, 31), t = P(C, 47), U(C, t, function(p) {
return eval(p)
}(tv(x(C.l, R)))))
}
#186 JavaScript::Eval (size: 457) - SHA256: 08947358e3ab95050c7eeb06d0943c8886763cc9898502fe4ee50212685a62a3
0, j3 = function(S, B, K, Q, d, H, C, r, R) {
if (!B.h) {
B.Gp++;
try {
for (d = (H = (R = S, B).S, void 0); --Q;) try {
if ((r = void 0, B).R) d = h6(B.R, B);
else {
if ((R = x(B, 268), R) >= H) break;
d = (r = P(B, (U(B, 350, R), 56)), x(B, r))
}
D(57, 4, (d && (C = d[cT], -~(C & 2048) + (~C & 2048) + (C | -2049)) ? d(B, Q) : nK(S, B, [ZS, 21, r], ""), K), Q, B, K)
} catch (t) {
x(B, 394) ? nK(22, B, t, "") : U(B, 394, t)
}
if (!Q) {
if (B.mV) {
j3(0, (B.Gp--, B), false, 431686706094);
return
}
nK(S, B, [ZS, 33], "")
}
} catch (t) {
try {
nK(22, B, t, "")
} catch (p) {
g4(3, 39, S, B, p)
}
}
B.Gp--
}
}
#187 JavaScript::Eval (size: 76) - SHA256: 9c8f8fc187761409b4dd613173e9719e361d02902da09023ca9ead4647d825b3
(() => {
try {
Function("0 || () => 2")();
} catch (e) {
return true;
}
})();
#188 JavaScript::Eval (size: 243) - SHA256: 4957e8b144aae9efdd6529b4888a6a1b08c21aa537abb4fd58f49793bd52b195
0, $_ = function(S, B, K, Q, d, H, C, r, R, t) {
for (t = K[2] | (r = (R = C, K)[3] | C, C); R < H; R++) d = d >>> 8 | d << B, d += Q | C, d ^= t + 363, r = r >>> 8 | r << B, r += t | C, Q = Q << 3 | Q >>> 29, r ^= R + 363, Q ^= d, t = t << 3 | t >>> 29, t ^= r;
return [Q >>> B & S, Q >>> 16 & S, Q >>> 8 & S, Q >>> C & S, d >>> B & S, d >>> 16 & S, d >>> 8 & S, d >>> C & S]
}
#189 JavaScript::Eval (size: 2) - SHA256: 6904f61260ce1424a7cc8921dd32cc9e2697ae84066e8f1dc50c0f87311a06bd
aG
#190 JavaScript::Eval (size: 158) - SHA256: 3fd626c0177a5d9f5cbbc9f7364b369a48adf0e4c621ec8be44dd4001d4c3cbf
var set = [];
var p = new Proxy([1, 2, 3, 4, 5, 6], {set: function(o, k, v) {
set.push(k);
o[k] = v;
return true;
}
});
p.copyWithin(0, 3);
(set + "" === "0,1,2");
#191 JavaScript::Eval (size: 198) - SHA256: 5c81bda817bdc4c2a05c4f1918e96fdf2d64be8ec021e0b93e5ec6a4d859cfe4
// SetIntegrityLevel -> [[OwnPropertyKeys]]
var ownKeysCalled = 0;
var p = new Proxy({}, {
ownKeys: function(o) {
ownKeysCalled++;
return Object.keys(o);
}
});
Object.freeze(p);
(ownKeysCalled === 1)
#192 JavaScript::Eval (size: 110) - SHA256: d72d8f192c040713ca09a7d8d8fb82bb7e38f566e524d75b1f0dad3930b9dbe3
function* generator() {
yield 3;
}
try {
new generator();
var check = false;
} catch (e) {
var check = true;
}
#193 JavaScript::Eval (size: 293) - SHA256: cd387f6a043f4838d1cf76127dbcf0e578fb791613305f2bc14e915d8be71aea
var check = [Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array].every(function(TypedArray) {
return new TypedArray([1, 2, 3]).includes(1) && !new TypedArray([1, 2, 3]).includes(4) && !new TypedArray([1, 2, 3]).includes(1, 1);
});
#194 JavaScript::Eval (size: 97) - SHA256: a8a1a76c8103a6e5fc867416b395e127eb3de8ea9b11a51848686e03feafd536
var symbol = Symbol.for("foo");
(Symbol.for("foo") === symbol && Symbol.keyFor(symbol) === "foo")
#195 JavaScript::Eval (size: 26) - SHA256: f6fdea88ed9fadaf80bdc9bfde88a018be7e597f7d2c65c55bdbb9e2111566fc
new WeakMap(null);
(true);
#196 JavaScript::Eval (size: 60) - SHA256: 54f2eb1b13cb2485b5bad55602acca2195e6a46fde0e046e85797be4eec2fa30
Object.setPrototypeOf({}, Array.prototype) instanceof Array;
#197 JavaScript::Eval (size: 38230) - SHA256: ec07c2cbec7bc289ae66851801944198fecd60a5b1429276634cf6a4b0d9c949
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjogMywic291cmNlcyI6WyIiXSwic291cmNlc0NvbnRlbnQiOlsiICJdLCJuYW1lcyI6WyJjbG9zdXJlRHluYW1pY0J1dHRvbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEifQ==
(function() {
var F = function(S, B, K, Q, d, H, C, r, R, t, p, z) {
if ((B + 4 & (B - 1 & 14 || (p = function(u) {
return K.call(p.src, p.listener, u)
}, K = jX, z = p), 61)) < B && (B - 2 ^ 14) >= B) {
if (!(C = (BT.call(this, d), Q))) {
for (R = this.constructor; R;) {
if (H = (r = a(69, R), $D[r])) break;
R = (t = Object.getPrototypeOf(R.prototype)) && t.constructor
}
C = H ? "function" === typeof H.Nc ? H.Nc() : new H : null
}
this.D = C
}
return ((1 > (B | 5) >> 4 && 1 <= (B - 3 & 9) && (this.type = K, this.currentTarget = this.target = Q, this.defaultPrevented = this.Z = false), B) - 5 | 58) >= B && (B + 8 ^ 11) < B && (z = v(0, 57, 2, H, Q) && G(56, H, Q) != d && (!(Q.ck & H) || Q.dispatchEvent(l(8, K, 32, S, 4, H, d))) && !Q.RK), z
},
d4 = function(S, B, K, Q, d, H, C, r, R, t, p) {
if (!((Q ^ 1) & 2))
if (H && H.once) m(88, B, d, R, H, C, K, r);
else if (Array.isArray(r))
for (t = 0; t < r.length; t++) d4(3, true, K, 12, "object", H, C, r[t], R);
else K = y(11, 12, K), R && R[SX] ? R.u.add(String(r), K, false, V(5, d, H) ? !!H.capture : !!H, C) : L(S, false, "object", r, R, K, C, H, false);
return 14 > Q >> 1 && (Q << 2 & 7) >= S && (p = (H = CK[d.substring(0, S) + "_"]) ? H(d.substring(S), B, K) : Q8(5, 23, B, d)), p
},
Q8 = function(S, B, K, Q, d, H, C, r) {
return ((B + ((B >> 1 & 7 || (K.classList ? Array.prototype.forEach.call(Q, function(R) {
RG(3, "string", 3, " ", "", 0, K, R)
}) : a(58, "string", K, Array.prototype.filter.call(q(2, S, "", K), function(R) {
return !(0 <= G(S, 1, R, Q))
}).join(" "))), (B - 4 | 68) >= B && (B - 4 | 55) < B) && A.call(this, K, Q || r4.Nc(), d), 3) ^ 18) < B && (B + 9 & 44) >= B && (K(function(R) {
R(Q)
}), C = [function() {
return Q
}]), 3 == (B >> 1 & 15)) && (r = function() {}, d = void 0, H = HT(K, function(R) {
r && (Q && pK(Q), d = R, r(), r = void 0)
}, !!Q)[0], C = {
invoke: function(R, t, p, z, u) {
function f() {
d(function(N) {
pK(function() {
R(N)
})
}, p)
}
if (!t) return z = H(p), R && R(z), z;
d ? f() : (u = r, r = function() {
u(), pK(f)
})
}
}), C
},
aG = function(S, B, K, Q, d, H, C, r, R, t, p, z) {
if (!(K - (5 > (K - ((K + 9 ^ 20) >= K && (K - 1 | 4) < K && (d = W(true, 8, S), -129 - 2 * ~(d | 128) - (d ^ 128) + (~d | 128) && (d = (Q = B - (d ^ 127) - (~d | 127), H = W(true, 8, S) << 7, (Q & H) + ~Q - ~(Q | H) + (Q & ~H))), z = d), 7) & 8) && 2 <= (K ^ 17) && (t = Q & 7, H = [4, -7, 7, -20, 1, -27, H, 2, 17, -14], r = zW, p = u2[C.J](C.BP), p[C.J] = function(u) {
t = -~(t += 6 + 7 * (R = u, Q), t) - (t & -8) + (~t & 7) + (t | -8)
}, p.concat = function(u, f, N, O) {
return ((f = (R = (N = 2640 * R - (O = d % 16 + 1, 48) * d * d * R - O * R + 48 * R * R + H[t + 59 & 7] * d * O + 1 * d * d * O + t - -336 * d * R + (r() | B) * O, void 0), H[N]), H)[(u = t + S, 8 + (u | -8)) + (-~(Q & 2) - -1 + 2 * (Q ^ 2) + 2 * (~Q ^ 2))] = f, H)[t + (Q & 2)] = -7, f
}, z = p), 4) >> 4)) {
for (H = (d = P(S, 58), B); Q > B; Q--) H = H << 8 | W(true, 8, S);
U(S, d, H)
}
return z
},
v = function(S, B, K, Q, d, H, C, r, R, t) {
return B << 2 & ((((B + 3 ^ 12) < B && (B + 5 ^ 25) >= B && "number" !== typeof d && d && !d.o && ((R = d.src) && R[SX] ? vT(1, 14, K, R.u, d) : (H = d.proxy, r = d.type, R.removeEventListener ? R.removeEventListener(r, H, d.capture) : R.detachEvent ? R.detachEvent(q(2, 9, Q, r), H) : R.addListener && R.removeListener && R.removeListener(H), GW--, (C = L(89, R)) ? (vT(1, 12, K, C, d), C.Y == S && (C.src = null, R[fK] = null)) : a(13, K, d))), B) & 57) == B && (t = !!(H = d.G2, -(H | Q) - K * ~Q + (H ^ Q) + K * (H | ~Q))), 5) || (this.F = k.document || document), t
},
a = function(S, B, K, Q, d, H, C, r) {
return ((S | (((S & 99) == S && (Q.classList ? H = Q.classList.contains(d) : (C = q(2, 18, K, Q), H = G(36, 1, d, C) >= B), r = H), (S & 22) == S) && (d = G(37, 1, Q, K), (H = d >= B) && Array.prototype.splice.call(K, d, 1), r = H), 64)) == S && (r = Object.prototype.hasOwnProperty.call(B, NT) && B[NT] || (B[NT] = ++l2)), (S | 56) == S && (typeof K.className == B ? K.className = Q : K.setAttribute && K.setAttribute("class", Q)), 3 > S - 2 >> 4 && 21 <= (S << 1 & 27)) && (K.o = B, K.listener = null, K.proxy = null, K.src = null, K.cP = null), r
},
l = function(S, B, K, Q, d, H, C, r) {
if (1 <= (Q ^ (1 == (Q >> 1 & 7) && (U(K, B, S), S[O4] = 2796), 32)) && 10 > (Q ^ 25)) a: {
switch (H) {
case B:
r = C ? "disable" : "enable";
break a;
case 2:
r = C ? "highlight" : "unhighlight";
break a;
case d:
r = C ? "activate" : "deactivate";
break a;
case S:
r = C ? "select" : "unselect";
break a;
case 16:
r = C ? "check" : "uncheck";
break a;
case K:
r = C ? "focus" : "blur";
break a;
case 64:
r = C ? "open" : "close";
break a
}
throw Error("Invalid component state");
}
return r
},
g4 = function(S, B, K, Q, d, H) {
return (B & ((B & 50) == (B + 4 >> 1 < ((B - 6 | 47) >= B && (B - 6 | 34) < B && (Q.h = ((Q.h ? Q.h + "~" : "E:") + d.message + ":" + d.stack).slice(K, 2048)), B) && (B + S & 74) >= B && K.dV && K.dV.forEach(Q, void 0), B) && (H = Math.floor(this.H())), 45)) == B && (H = K && K.parentNode ? K.parentNode.removeChild(K) : null), H
},
m = function(S, B, K, Q, d, H, C, r, R, t) {
if (1 == ((1 == ((23 > S - (2 == (S >> 2 & 15) && Q.V.splice(B, B, K), 8) && 12 <= (S >> 1 & 15) && (this.l = B), S) - 9 & 13) && (B.Nc = function() {
return B.JO ? B.JO : B.JO = new B
}, B.JO = void 0), S >> 2) & 15))
for (C = Q.length, r = "string" === typeof Q ? Q.split(K) : Q, H = B; H < C; H++) H in r && d.call(void 0, r[H], H, Q);
if ((S | 88) == S)
if (Array.isArray(r))
for (R = 0; R < r.length; R++) m(89, true, "object", Q, d, H, C, r[R]);
else C = y(11, 6, C), Q && Q[SX] ? Q.u.add(String(r), C, B, V(11, K, d) ? !!d.capture : !!d, H) : L(10, false, "object", r, Q, C, H, d, B);
return t
},
RG = function(S, B, K, Q, d, H, C, r, R) {
if ((K + 4 ^ 12) >= ((18 <= K + 8 && 6 > ((K | 4) & 13) && (R = u2[B](u2.prototype, {
pop: Q,
document: Q,
propertyIsEnumerable: Q,
stack: Q,
replace: Q,
parent: Q,
prototype: Q,
call: Q,
console: Q,
length: Q,
floor: Q,
splice: Q
})), 20 <= (K ^ 39)) && 10 > (K << 1 & 12) && (C.classList ? C.classList.remove(r) : a(S, H, d, C, r) && a(59, B, C, Array.prototype.filter.call(q(2, 16, d, C), function(t) {
return t != r
}).join(Q))), K) && (K + 4 & 47) < K)
if (B.classList) Array.prototype.forEach.call(Q, function(t, p) {
B.classList ? B.classList.add(t) : a(32, 0, "", B, t) || (p = L(68, "class", "", B), a(57, "string", B, p + (0 < p.length ? " " + t : t)))
});
else {
for (H in C = ((Array.prototype.forEach.call(q((d = {}, 2), 6, "", B), function(t) {
d[t] = true
}), Array.prototype).forEach.call(Q, function(t) {
d[t] = true
}), ""), d) C += 0 < C.length ? " " + H : H;
a(56, "string", B, C)
}
return R
},
mj = function(S, B, K, Q, d, H, C, r, R) {
return (Q & 86) == ((Q | S) == Q && (d = u2[B.J](B.LI), d[B.J] = function() {
return K
}, d.concat = function(t) {
K = t
}, R = d), Q) && (R = (C = d[H] << S | d[(H | 0) + 1] << 16 | d[2 * (H | 2) - ~H - -3 + 2 * ~(H | 2)] << K, r = d[(H | 0) + B], (r | 0) - ~C + ~r + (~C & r))), R
},
G = function(S, B, K, Q, d, H, C, r, R, t, p, z, u) {
if ((S - 5 ^ 6) >= S && (S - 2 ^ 14) < S)
if (p = K.u.G[String(Q)]) {
for (p = p.concat(), r = B, t = 0; t < p.length; ++t)(z = p[t]) && !z.o && z.capture == d && (C = z.listener, R = z.cP || z.src, z.L && vT(1, 13, B, K.u, z), r = false !== C.call(R, H) && r);
u = r && !H.defaultPrevented
} else u = B;
if (2 == (S >> ((4 == ((S >> 2 & 19 || (this.listener = B, this.proxy = null, this.src = H, this.type = Q, this.capture = !!K, this.cP = d, this.key = ++s4, this.L = this.o = false), S ^ 79) & 15) && (this.RK = this.RK), (S | 56) == S) && (u = !!(Q = K.P, -~(Q & B) + (~Q & B) + (Q | ~B))), 1) & 15)) a: if ("string" === typeof Q) u = "string" !== typeof K || K.length != B ? -1 : Q.indexOf(K, 0);
else {
for (d = 0; d < Q.length; d++)
if (d in Q && Q[d] === K) {
u = d;
break a
}
u = -1
}
return u
},
oG = function(S, B, K, Q) {
return 6 > (K + 6 & B) && -69 <= (K | 3) && (Q = Math.floor(this.kg + (this.H() - this.A))), Q
},
V = function(S, B, K, Q, d, H, C, r, R, t) {
if ((S ^ 23) >> ((S - 1 ^ (14 > (S ^ 9) && 0 <= S + 5 >> 3 && (Q = typeof K, t = Q == B && null != K || "function" == Q), 30)) < S && (S - 7 | 13) >= S && (y8.call(this), B || V8 || (V8 = new b2), this.b8 = null, this.gV = false, this.nI = this.hO = this.WP = null, this.s_ = void 0, this.dV = null), 4) || (d = K, d ^= d << 13, d = (H = d >> 17, (d & H) + ~H - 2 * (~d ^ H) + (~d | H)), (d = (d ^ d << 5) & Q) || (d = 1), t = B ^ d), (S & 124) == S) {
for (r = R = 0; r < B.length; r++) R += B.charCodeAt(r), R += R << 10, R ^= R >> 6;
t = (H = new Number((C = (1 << K) - (d = (R += R << 3, R ^= R >> 11, R) + (R << 15) >>> 0, 1), -~d + (~d ^ C) + (~d & C))), H[0] = (d >>> K) % Q, H)
}
return t
},
vT = function(S, B, K, Q, d, H, C) {
return -(((B | S) & 5) == S && (w4.call(this), this.u = new LK(this), this.SO = null, this.i8 = this), 36) <= (B | 2) && 3 > (B + 6 & 8) && (H = d.type, H in Q.G && a(6, 0, Q.G[H], d) && (a(14, K, d), 0 == Q.G[H].length && (delete Q.G[H], Q.Y--))), C
},
q = function(S, B, K, Q, d, H, C) {
return ((B + 9 & 7) == ((B - 7 | 15) < B && B - 3 << S >= B && (C = Q.classList ? Q.classList : L(5, "class", K, Q).match(/\S+/g) || []), S) && (C = Q in qT ? qT[Q] : qT[Q] = K + Q), B + 6 & 15) == S && (d.KI(function(r) {
H = r
}, K, Q), C = H), C
},
P = function(S, B, K, Q, d, H, C, r, R, t, p) {
if ((B & 94) == ((B | 8) == B && (S.R ? p = h6(S.s, S) : (d = X7(8, true, 14, S), 256 - (d | 128) + (d & -129) - (~d & 128) && (d ^= 128, K = X7(2, true, 14, S), d = (Q = d << 2, -2 * ~(Q | K) + (~Q ^ K) + (~Q & K) + (Q | ~K))), p = d)), B))
if (C = "array" === A6("splice", "object", Q) ? Q : [Q], this.h) S(this.h);
else try {
H = [], d = !this.V.length, m(72, 0, [WT, H, C], this), m(73, 0, [PT, S, H], this), K && !d || TW(7, true, true, K, this, 22)
} catch (z) {
g4(3, 42, 0, this, z), S(this.h)
}
return (B & 107) == B && (p = t = function() {
if (d.l == d) {
if (d.N) {
var z = [U4, Q, H, void 0, r, R, arguments];
if (C == S) var u = TW(7, (m(9, 0, z, d), false), true, false, d, 21);
else if (C == K) {
var f = !d.V.length;
(m(8, 0, z, d), f) && TW(7, false, true, false, d, 25)
} else u = J6(null, z, true, d);
return u
}
r && R && r.removeEventListener(R, t, i2)
}
}), p
},
kD = function(S, B, K, Q, d, H, C, r, R, t, p) {
if ((S & 122) == ((S | 24) == S && (C.o ? H = true : (d = new YD(K, this), Q = C.listener, B = C.cP || C.src, C.L && v(0, 7, true, "on", C), H = Q.call(B, d)), p = H), S)) {
for (R = (B = 0, H = [], 0); B < C.length; B++)
for (R += K, r = (t = r << K, d = C[B], (t & d) + -2 - (t | ~d) - (~t | d)); 7 < R;) R -= 8, H.push((Q = r >> R, (Q | 0) - ~(Q & 255) + ~Q));
p = H
}
return p
},
TW = function(S, B, K, Q, d, H, C, r, R, t, p) {
if ((H & 42) == H) {
for (; C.V.length;) {
C.I = d, R = C.V.pop();
try {
t = J6(d, R, Q, C)
} catch (z) {
g4(3, 38, K, C, z)
}
if (B && C.I) {
(r = C.I, r)(function() {
TW(7, Q, Q, Q, C, 24)
});
break
}
}
p = t
}
if (!(H - 3 >> 4)) a: {
for (C in Q)
if (B.call(void 0, Q[C], C, Q)) {
p = d;
break a
}
p = K
}
if (2 > (H | 3) >> 5 && 5 <= (H >> 2 & S) && d.V.length) {
d.VJ = (d.QJ = (d.VJ && 0(), Q), K);
try {
C = d.H(), d.u8 = 0, d.A = C, d.i = C, R = TW(7, Q, 0, true, null, 32, d), r = d.H() - d.A, d.kg += r, r < (B ? 0 : 10) || 0 >= d.CI-- || (r = Math.floor(r), d.yJ.push(254 >= r ? r : 254))
} finally {
d.VJ = false
}
p = R
}
return p
},
L = function(S, B, K, Q, d, H, C, r, R, t, p, z, u, f) {
if (7 > ((S & 77) == S && (f = "string" == typeof Q.className ? Q.className : Q.getAttribute && Q.getAttribute(B) || K), S - 9) && 3 <= (S - 5 & 15)) {
if (!Q) throw Error("Invalid event type");
if ((t = L(88, (z = V(3, K, r) ? !!r.capture : !!r, d))) || (d[fK] = t = new LK(d)), u = t.add(Q, H, R, z, C), !u.proxy) {
if (((p = F(16, 17), u).proxy = p, p.src = d, p.listener = u, d).addEventListener) DS || (r = z), void 0 === r && (r = B), d.addEventListener(Q.toString(), p, r);
else if (d.attachEvent) d.attachEvent(q(2, 25, "on", Q.toString()), p);
else if (d.addListener && d.removeListener) d.addListener(p);
else throw Error("addEventListener and attachEvent are unavailable.");
GW++
}
}
if (S - 6 << ((S | 40) == S && (xD.call(this, B ? B.type : ""), this.relatedTarget = this.currentTarget = this.target = null, this.button = this.screenY = this.screenX = this.clientY = this.clientX = this.offsetY = this.offsetX = 0, this.key = "", this.charCode = this.keyCode = 0, this.metaKey = this.shiftKey = this.altKey = this.ctrlKey = false, this.state = null, this.pointerId = 0, this.pointerType = "", this.j = null, B && (H = this.type = B.type, Q = B.changedTouches && B.changedTouches.length ? B.changedTouches[0] : null, this.target = B.target || B.srcElement, this.currentTarget = K, d = B.relatedTarget, d || ("mouseover" == H ? d = B.fromElement : "mouseout" == H && (d = B.toElement)), this.relatedTarget = d, Q ? (this.clientX = void 0 !== Q.clientX ? Q.clientX : Q.pageX, this.clientY = void 0 !== Q.clientY ? Q.clientY : Q.pageY, this.screenX = Q.screenX || 0, this.screenY = Q.screenY || 0) : (this.offsetX = B.offsetX, this.offsetY = B.offsetY, this.clientX = void 0 !== B.clientX ? B.clientX : B.pageX, this.clientY = void 0 !== B.clientY ? B.clientY : B.pageY, this.screenX = B.screenX || 0, this.screenY = B.screenY || 0), this.button = B.button, this.keyCode = B.keyCode || 0, this.key = B.key || "", this.charCode = B.charCode || ("keypress" == H ? B.keyCode : 0), this.ctrlKey = B.ctrlKey, this.altKey = B.altKey, this.shiftKey = B.shiftKey, this.metaKey = B.metaKey, this.pointerId = B.pointerId || 0, this.pointerType = "string" === typeof B.pointerType ? B.pointerType : E4[B.pointerType] || "", this.state = B.state, this.j = B, B.defaultPrevented && YD.v.preventDefault.call(this))), 2) >= S && (S - 2 | 28) < S) {
if (H = window.btoa) {
for (d = (Q = "", 0); d < B.length; d += 8192) Q += String.fromCharCode.apply(null, B.slice(d, d + 8192));
K = H(Q).replace(/\+/g, "-").replace(/\//g, "_").replace(/=/g, "")
} else K = void 0;
f = K
}
return (S ^ 95) >> 3 || (K = B[fK], f = K instanceof LK ? K : null), f
},
D = function(S, B, K, Q, d, H, C, r, R, t, p, z, u) {
if ((S - ((S - 4 | 72) >= S && (S - 1 | 20) < S && (Array.isArray(Q) && (Q = Q.join(" ")), C = "aria-" + H, "" === Q || void 0 == Q ? (MT || (R = {}, MT = (R.atomic = B, R.autocomplete = "none", R.dropeffect = "none", R.haspopup = B, R.live = K, R.multiline = B, R.multiselectable = B, R.orientation = "vertical", R.readonly = B, R.relevant = "additions text", R.required = B, R.sort = "none", R.busy = B, R.disabled = B, R.hidden = B, R.invalid = "false", R)), r = MT, H in r ? d.setAttribute(C, r[H]) : d.removeAttribute(C)) : d.setAttribute(C, Q)), 3) | 7) < S && (S - 5 ^ 21) >= S) {
if (!B) throw Error("Invalid class name " + B);
if ("function" !== typeof K) throw Error("Invalid decorator function " + K);
}
if ((S & 60) == S)
if (Array.isArray(r))
for (t = B; t < r.length; t++) D(28, 0, "object", Q, d, H, C, r[t]);
else p = V(13, K, Q) ? !!Q.capture : !!Q, C = y(11, 7, C), d && d[SX] ? d.u.remove(String(r), C, p, H) : d && (R = L(90, d)) && (z = R.vP(H, C, r, p)) && v(0, 5, true, "on", z);
if ((S | 40) == S) {
if ((d.wV += ((p = (t = (z = (C = (R = 0 < d.X6 && d.VJ && d.QJ && 1 >= d.Gp && !d.R && !d.I && (!K || 1 < d.Mc - Q) && 0 == document.hidden, K || d.u8++, d.u8 == B)) || R ? d.H() : d.i, z - d.i), t) >> 14, d.X) && (d.X ^= p * (t << 2)), d.l = p || d.l, p), C) || R) d.i = z, d.u8 = 0;
!R || z - d.A < d.X6 - (H ? 255 : K ? 5 : 2) ? u = false : (d.Mc = Q, r = x(d, K ? 350 : 268), U(d, 268, d.S), d.V.push([IG, r, K ? Q + 1 : Q]), d.I = pK, u = true)
}
return u
},
I = function(S, B, K, Q, d, H, C, r, R, t) {
if ((S & 91) == S)
for (C in d = K, Q.G) {
for (H = (r = K, Q.G[C]); r < H.length; r++) ++d, a(12, B, H[r]);
delete Q.G[Q.Y--, C]
}
return (S & (3 == (S >> ((S | 2) >> 4 || (t = B), 1) & 7) && (R = function() {}, R.prototype = Q.prototype, K.v = Q.prototype, K.prototype = new R, K.prototype.constructor = K, K.yu = function(p, z, u) {
for (var f = Array(arguments.length - B), N = B; N < arguments.length; N++) f[N - B] = arguments[N];
return Q.prototype[z].apply(p, f)
}), 115)) == S && (H = typeof d, C = H != B ? H : d ? Array.isArray(d) ? "array" : H : "null", t = C == Q || C == B && typeof d.length == K), t
},
y = function(S, B, K, Q, d, H, C, r, R, t) {
if ((B + 9 & 59) < (((B & 91) == B && (this.src = K, this.G = {}, this.Y = 0), B) - 9 << 1 < B && (B - 6 | 78) >= B && ("function" === typeof K ? t = K : (K[eX] || (K[eX] = function(p) {
return K.handleEvent(p)
}), t = K[eX])), B) && (B - 1 ^ 1) >= B)
if (H = Q.length, H > K) {
for (d = Array(H), C = K; C < H; C++) d[C] = Q[C];
t = d
} else t = [];
if ((B ^ 34) < S && 1 <= ((B | 5) & 15)) a: {
for (R = K; R < H.length; ++R)
if (r = H[R], !r.o && r.listener == Q && r.capture == !!C && r.cP == d) {
t = R;
break a
}
t = -1
}
return t
},
W = function(S, B, K) {
return K.R ? h6(K.s, K) : X7(B, S, 14, K)
},
j3 = function(S, B, K, Q, d, H, C, r, R) {
if (!B.h) {
B.Gp++;
try {
for (d = (H = (R = S, B).S, void 0); --Q;) try {
if ((r = void 0, B).R) d = h6(B.R, B);
else {
if ((R = x(B, 268), R) >= H) break;
d = (r = P(B, (U(B, 350, R), 56)), x(B, r))
}
D(57, 4, (d && (C = d[cT], -~(C & 2048) + (~C & 2048) + (C | -2049)) ? d(B, Q) : nK(S, B, [ZS, 21, r], ""), K), Q, B, K)
} catch (t) {
x(B, 394) ? nK(22, B, t, "") : U(B, 394, t)
}
if (!Q) {
if (B.mV) {
j3(0, (B.Gp--, B), false, 431686706094);
return
}
nK(S, B, [ZS, 33], "")
}
} catch (t) {
try {
nK(22, B, t, "")
} catch (p) {
g4(3, 39, S, B, p)
}
}
B.Gp--
}
},
BD = function(S, B, K, Q) {
try {
Q = S[((B | 0) + 2) % 3], S[B] = (S[B] | 0) - (S[((B | 0) + 1) % 3] | 0) - (Q | 0) ^ (1 == B ? Q << K : Q >>> K)
} catch (d) {
throw d;
}
},
k = this || self,
U = function(S, B, K) {
if (268 == B || 350 == B) S.N[B] ? S.N[B].concat(K) : S.N[B] = mj(24, S, K, 24);
else {
if (S.jO && 387 != B) return;
407 == B || 26 == B || 343 == B || 273 == B || 25 == B ? S.N[B] || (S.N[B] = aG(69, 0, 25, 38, B, K, S)) : S.N[B] = aG(69, 0, 26, 97, B, K, S)
}
387 == B && (S.X = X7(32, false, 14, S), S.K = void 0)
},
HT = function(S, B, K, Q) {
return d4.call(this, 3, B, K, 3, S, Q)
},
X7 = function(S, B, K, Q, d, H, C, r, R, t, p, z, u, f, N, O, g) {
if (N = x(Q, 268), N >= Q.S) throw [ZS, 31];
for (z = (u = 0, r = N, Q.hj.length), R = S; 0 < R;) O = r >> 3, g = r % 8, d = 8 - (g | 0), C = d < R ? d : R, H = Q.B[O], B && (p = Q, p.K != r >> 6 && (p.K = r >> 6, t = x(p, 387), p.IK = $_(255, 24, [0, 0, t[1], t[2]], p.X, p.K, K, 0)), H ^= Q.IK[O & z]), r += C, u |= (H >> 8 - (g | 0) - (C | 0) & (1 << C) - 1) << (R | 0) - (C | 0), R -= C;
return U(Q, 268, (f = u, (N | 0) + (S | 0))), f
},
Kd = function(S, B) {
for (B = []; S--;) B.push(255 * Math.random() | 0);
return B
},
dP = function(S) {
return I.call(this, 5, S)
},
S3 = function(S) {
return g4.call(this, 3, 9, S)
},
Cd = function(S, B, K, Q, d) {
if (3 == S.length) {
for (K = 0; 3 > K; K++) B[K] += S[K];
for (d = (Q = [13, 8, 13, 12, 16, 5, 3, 10, 15], 0); 9 > d; d++) B[3](B, d % 3, Q[d])
}
},
w4 = function() {
return G.call(this, 11)
},
A6 = function(S, B, K, Q, d) {
if (Q = typeof K, Q == B)
if (K) {
if (K instanceof Array) return "array";
if (K instanceof Object) return Q;
if ("[object Window]" == (d = Object.prototype.toString.call(K), d)) return B;
if ("[object Array]" == d || "number" == typeof K.length && "undefined" != typeof K.splice && "undefined" != typeof K.propertyIsEnumerable && !K.propertyIsEnumerable(S)) return "array";
if ("[object Function]" == d || "undefined" != typeof K.call && "undefined" != typeof K.propertyIsEnumerable && !K.propertyIsEnumerable("call")) return "function"
} else return "null";
else if ("function" == Q && "undefined" == typeof K.call) return B;
return Q
},
Rl = function(S, B) {
for (var K = 1, Q, d; K < arguments.length; K++) {
for (Q in d = arguments[K], d) S[Q] = d[Q];
for (var H = 0; H < QE.length; H++) Q = QE[H], Object.prototype.hasOwnProperty.call(d, Q) && (S[Q] = d[Q])
}
},
Ng = function(S, B, K, Q, d, H) {
for (d = (H = (K.LI = (K.BP = RG(3, K.J, 32, (K.qr = (K.hj = K[PT], K.vk = rP, HD), {get: function() {
return this.concat()
}
})), u2[K.J](K.BP, {
value: {
value: {}
}
})), []), 0); 306 > d; d++) H[d] = String.fromCharCode(d);
TW(7, (m(8, ((l(function(C, r, R, t) {
U(C, (R = (t = P(C, (r = P(C, 15), 44)), P(C, 45)), R), x(C, r) || x(C, t))
}, 401, (l(function(C, r, R, t, p, z, u, f) {
for (u = (f = x(C, (z = (R = aG(C, 126, (r = P(C, 31), 31)), ""), 210)), t = f.length, 0); R--;) u = (p = aG(C, 126, 37), 3 * (u & p) + 2 * ~(u & p) - ~p - (~u | p)) % t, z += H[f[u]];
U(C, r, z)
}, (l(function(C, r, R, t, p) {
for (t = (p = aG(C, (r = P(C, 44), 126), 32), R = [], 0); t < p; t++) R.push(W(true, 8, C));
U(C, r, R)
}, 366, K, ((l(function(C, r, R, t) {
U((R = P((r = W(true, (t = P(C, 27), 8), C), C), 45), C), R, x(C, t) >>> r)
}, 218, (l(function(C, r, R, t, p, z, u, f, N, O, g, X, E, b, J, KK, T) {
function M(h, Y) {
for (; T < h;) p |= W(true, 8, C) << T, T += 8;
return p >>= (T -= h, Y = p & (1 << h) - 1, h), Y
}
for (t = KK = (J = (u = (r = (p = T = (O = P(C, 44), 0), M(3)), -~(r & 1) + -3 - ~r - (r | -2)), X = M(5), []), 0); t < X; t++) N = M(1), J.push(N), KK += N ? 0 : 1;
for (g = (b = ((KK | 0) - 1).toString(2).length, []), R = 0; R < X; R++) J[R] || (g[R] = M(b));
for (z = 0; z < X; z++) J[z] && (g[z] = P(C, 13));
for (f = [], E = u; E--;) f.push(x(C, P(C, 57)));
l(function(h, Y, w, t6, F7) {
for (Y = (w = 0, t6 = [], []); w < X; w++) {
if (!J[F7 = g[w], w]) {
for (; F7 >= t6.length;) t6.push(P(h, 46));
F7 = t6[F7]
}
Y.push(F7)
}
h.s = mj(24, h, (h.R = mj(24, h, f.slice(), 25), Y), 26)
}, O, C, 18)
}, 284, K, (l(function(C, r, R, t, p, z, u, f) {
U(C, (r = x(C, (t = x(C, (p = x(C, (R = P((z = P(C, (f = P(C, (u = P(C, 58), 29)), 27)), C), 59), R)), f)), z)), u), P(2, 32, 1, t, C, r, p))
}, 100, (l(function(C, r, R, t, p, z) {
U(C, (z = (p = x(C, (t = P(C, (R = (r = P(C, 29), P)(C, 27), 45)), R)), x(C, r)) == p, t), +z)
}, ((l(function(C, r, R, t, p, z) {
U(C, (R = x(C, (r = x(C, (t = P(C, (z = (p = P(C, 57), P(C, 47)), 25)), z)), p)), t), R[r])
}, (U(K, (U(K, 394, (l(function(C, r, R, t, p, z, u, f, N) {
D(45, 4, true, r, C, false) || (z = al(31, 1, C.l, 0), t = z.U, p = z.eO, N = z.xg, R = z.pI, u = t.length, f = 0 == u ? new R[N] : 1 == u ? new R[N](t[0]) : 2 == u ? new R[N](t[0], t[1]) : 3 == u ? new R[N](t[0], t[1], t[2]) : 4 == u ? new R[N](t[0], t[1], t[2], t[3]) : 2(), U(C, p, f))
}, 166, K, (l(function(C) {
aG(C, 0, 15, 4)
}, 138, K, (U(K, (l(function(C, r, R, t) {
D(43, 4, true, r, C, false) || (R = P(C, 31), t = P(C, 47), U(C, t, function(p) {
return eval(p)
}(tv(x(C.l, R)))))
}, 405, (K.fq = (l(function(C, r, R, t, p, z) {
U(C, (R = x(C, (t = x(C, (r = (p = P(C, (z = P(C, 15), 59)), P)(C, 44), z)), p)), r), t in R | 0)
}, 467, (l(function(C) {
us(C, 3)
}, 196, K, (l(function() {}, 416, K, (new vD((U(K, 407, (U((l(function(C, r, R, t, p) {
!D(46, 4, true, r, C, false) && (t = al(31, 1, C, 0), R = t.xg, p = t.pI, C.l == C || R == C.PP && p == C) && (U(C, t.eO, R.apply(p, t.U)), C.i = C.H())
}, 469, K, (l((l((l(function(C, r, R, t, p) {
U((r = A6("splice", (R = (p = (t = P(C, 25), P(C, 56)), x)(C, t), "object"), R), C), p, r)
}, 231, K, (U((l(function(C, r) {
zm((r = x(C, P(C, 15)), C.l), r, 268)
}, 485, ((l(function(C, r, R, t, p, z, u, f, N, O, g, X, E, b) {
if (!D(47, 4, true, r, C, true)) {
if ("object" == A6("splice", (u = x(C, (X = x(C, (b = x(C, (g = x((R = P(C, (E = (N = (z = P(C, 31), P(C, 58)), P)(C, 56), 25)), C), z), E)), R)), N)), "object"), g)) {
for (p in f = [], g) f.push(p);
g = f
}
for (t = (b = (O = 0, 0 < b ? b : 1), g).length; O < t; O += b) u(g.slice(O, (O | 0) + (b | 0)), X)
}
}, 236, (l(function(C, r, R, t) {
if (R = C.ZX.pop()) {
for (r = W(true, 8, C); 0 < r; r--) t = P(C, 27), R[t] = C.N[t];
C.N = (R[59] = (R[273] = C.N[273], C).N[59], R)
} else U(C, 268, C.S)
}, ((U(K, 59, (U(K, 214, (U((U(((U(K, 343, (U(K, 350, (U(K, (K.lN = (K.N = (K.wV = 1, K.yJ = [], (K.PP = function(C) {
return m.call(this, 24, C)
}, K.IK = void 0, K).B = ((K.kg = 0, K.R = void 0, K.i = 0, K.h = ((K.s = void 0, K).X6 = 0, Q = window.performance || {}, void 0), K).CI = (K.jO = false, (K.ZX = [], K.S = 0, K).l = K, K.Gp = 0, K.V = [], K.A = (K.VJ = false, 0), K.X = void 0, K.K = void 0, 25), []), K.u8 = (K.HP = [], void 0), K.Jj = 0, []), K.QJ = false, K.I = null, (K.Mc = 8001, Q.timeOrigin || (Q.timing || {}).navigationStart) || 0), 268), 0), 0)), [])), K).tj = 0, K), 273, []), K), 499, {}), K)), 2048)), U)(K, 491, k), 338), K, 34), K), 35), l(function(C) {
pd(C, 1)
}, 475, K, 34), l(function(C, r, R, t, p) {
p = x((t = (R = P(C, 57), P(C, 25)), r = 0 != x(C, R), C), t), r && U(C, 268, p)
}, 12, K, 3), l)(function(C, r, R) {
(r = x((R = P(C, 25), C.l), R), r[0]).removeEventListener(r[1], r[2], i2)
}, 339, K, 35), K), 34), K.Wk = 0, K), 241, 0), 18)), function(C) {
us(C, 4)
}), 403, K, 18), function(C) {
pd(C, 4)
}), 331, K, 3), 34)), K), 295, 0), [165, 0, 0])), "Submit")), l(function(C, r, R, t, p, z, u, f, N, O) {
0 !== (u = x(C, (f = x(C, (N = (p = (r = P(C, (R = P(C, (t = P(C, (O = P(C, 15), 29)), 13)), 13)), x)(C, r), x)(C.l, O), R)), t)), N) && (z = P(2, 3, 1, f, C, p, 1, N, u), N.addEventListener(u, z, i2), U(C, 295, [N, u, z]))
}, 226, K, 34), 3)), 19)), K), 35), 0), K), 34), 26), Kd(4)), 18)), 19)), 662)), 25), [0, 0, 0]), l(function(C, r, R, t, p) {
U((t = (p = x(C, (r = P(C, (R = P(C, 59), 47)), R)), x)(C, r), C), r, t + p)
}, 455, K, 19), 483), K, 35), l)(function(C, r, R, t, p, z, u) {
z = P(C, (t = P(C, (R = P(C, 29), 13)), 47)), C.l == C && (p = x(C, z), u = x(C, R), r = x(C, t), u[r] = p, 387 == R && (C.K = void 0, 2 == r && (C.X = X7(32, false, 14, C), C.K = void 0)))
}, 495, K, 3), 167), K, 3), K), 19), 35)), K), 19), l)(function(C, r, R) {
U(C, (r = P(C, (R = P(C, 15), 56)), r), "" + x(C, R))
}, 168, K, 18), 18)), 381), K, 19), K), 3), m)(11, 0, [O4], K), 0), [Gm, S], K), m(9, 0, [fd, B], K), true), true, true, K, 23)
},
jX = function(S, B, K, Q, d, H) {
return kD.call(this, 25, d, B, Q, K, H, S)
},
ls = function() {
return q.call(this, 2, 8)
},
vD = function(S, B, K) {
return Q8.call(this, 5, 56, S, B, K)
},
LK = function(S) {
return y.call(this, 11, 3, S)
},
xD = function(S, B) {
return F.call(this, 16, 8, S, B)
},
BT = function(S) {
return V.call(this, 55, S)
},
A = function(S, B, K, Q, d, H, C, r) {
return F.call(this, 16, 67, S, B, K, Q, d, H, C, r)
},
OT = function(S, B, K, Q, d) {
return G.call(this, 3, Q, K, S, d, B)
},
e, c = function(S, B, K, Q, d) {
for (d = [], Q = (S | 0) - 1; 0 <= Q; Q--) d[1 - (~S ^ 1) + 2 * (S | -2) - (Q | 0)] = (K = B >> 8 * Q, -~(K & 255) + (K ^ 255) - (~K & 255) + (~K | 255));
return d
},
pd = function(S, B, K, Q) {
n((Q = (K = P(S, 27), P)(S, 58), c(B, x(S, K))), Q, S)
},
b2 = function() {
return v.call(this, 0, 12)
},
x = function(S, B, K) {
if ((K = S.N[B], void 0) === K) throw [ZS, 30, B];
if (K.value) return K.create();
return K.create(1 * B * B + -7 * B + -55), K.prototype
},
Fz = function(S, B, K, Q, d) {
return RG.call(this, 3, S, 14, B, K, Q, d)
},
nK = function(S, B, K, Q, d, H, C, r, R, t, p) {
if (!B.jO) {
if (t = x(B, (R = ((p = x(B, (r = void 0, K && K[0] === ZS && (S = K[1], r = K[2], K = void 0), 273)), 0 == p.length) && (H = x(B, 350) >> 3, p.push(S, (C = H >> 8, (C | 0) + 255 - (C | 255)), H & 255), void 0 != r && p.push(r & 255)), Q), K && (K.message && (R += K.message), K.stack && (R += ":" + K.stack)), 59)), 3 < t) {
B.l = (d = (R = (t -= ((R = R.slice(0, (t | 0) - 3), R).length | 0) + 3, gP)(2048, R), B.l), B);
try {
n(c(2, R.length).concat(R), 26, B, 12)
} finally {
B.l = d
}
}
U(B, 59, t)
}
},
us = function(S, B, K, Q, d, H, C) {
n((C = (Q = P(S, (K = P(S, (d = (H = B & 3, B) & 4, 59)), 46)), x(S, K)), d && (C = gP(2048, "" + C)), H && n(c(2, C.length), Q, S), C), Q, S)
},
m4 = function(S, B, K, Q) {
return Q8.call(this, 5, 6, S, B, K, Q)
},
sT = function(S, B, K, Q, d, H, C, r, R, t) {
function p(z) {
z && K.appendChild("string" === typeof z ? d.createTextNode(z) : z)
}
for (r = 1; r < H.length; r++)
if (t = H[r], !I(32, "object", S, "array", t) || V(9, "object", t) && t.nodeType > B) p(t);
else {
a: {
if (t && typeof t.length == S) {
if (V(10, "object", t)) {
R = "function" == typeof t.item || typeof t.item == C;
break a
}
if ("function" === typeof t) {
R = "function" == typeof t.item;
break a
}
}
R = false
}
m(5, B, Q, R ? y(11, 55, B, t) : t, p)
}
},
gP = function(S, B, K, Q, d, H, C, r, R, t, p) {
for (p = (K = (C = B.replace(/\r\n/g, "\n"), []), Q = 0); p < C.length; p++) r = C.charCodeAt(p), 128 > r ? K[Q++] = r : (r < S ? K[Q++] = r >> 6 | 192 : (55296 == (r | 0) + (r & -64513) - 2 * (r ^ 64512) + 2 * (~r & 64512) && p + 1 < C.length && 56320 == (C.charCodeAt(p + 1) & 64512) ? (r = 65536 + (-1 - ~r - (r & -1024) << 10) + (H = C.charCodeAt(++p), 2046 - (H | 1023) - ~H + -1024), K[Q++] = (R = r >> 18, (R | 0) - -241 + ~(R | 240) + (R ^ 240)), K[Q++] = r >> 12 & 63 | 128) : K[Q++] = (d = r >> 12, 2 * (d & 224) - -1 + ~(d | 224) + 2 * (d ^ 224)), K[Q++] = (t = r >> 6 & 63, ~(t & 128) - -258 + (t & -129) + (t | -129))), K[Q++] = r & 63 | 128);
return K
},
ol = function() {
return F.call(this, 16, 40)
},
r4 = function() {
return D.call(this, 5)
},
$_ = function(S, B, K, Q, d, H, C, r, R, t) {
for (t = K[2] | (r = (R = C, K)[3] | C, C); R < H; R++) d = d >>> 8 | d << B, d += Q | C, d ^= t + 363, r = r >>> 8 | r << B, r += t | C, Q = Q << 3 | Q >>> 29, r ^= R + 363, Q ^= d, t = t << 3 | t >>> 29, t ^= r;
return [Q >>> B & S, Q >>> 16 & S, Q >>> 8 & S, Q >>> C & S, d >>> B & S, d >>> 16 & S, d >>> 8 & S, d >>> C & S]
},
n = function(S, B, K, Q, d, H, C, r, R) {
if (K.l == K)
for (R = x(K, B), 26 == B ? (r = function(t, p, z, u, f, N, O) {
if (z = (f = R.length, -~(f & 4) + -10) - ~(f | 4) >> 3, R.AO != z) {
u = (p = z << 3, (p | 4) + ~p + (O = [0, 0, H[1], H[2]], 2 * (~p ^ 4)) - (R.AO = z, 3) * (~p | 4));
try {
R.Yg = $_(255, 24, O, mj(24, 3, 8, 16, R, u), mj(24, 3, 8, 6, R, 2 * (u & 4) - 1 + (u & -5) - (u | -5)), 14, 0)
} catch (g) {
throw g;
}
}
R.push((N = R.Yg[f & 7], -(N & t) - ~(N | t) + (~N & t) + (N | ~t)))
}, H = x(K, 25)) : r = function(t) {
R.push(t)
}, Q && r(2 * (Q | 0) - -1 + ~Q - (Q & -256)), d = S.length, C = 0; C < d; C++) r(S[C])
},
yE = function(S, B, K, Q, d, H) {
return x(K, (U(K, (j3(0, K, Q, ((H = x(K, 268), K.B) && H < K.S ? (U(K, 268, K.S), zm(K, B, 268)) : U(K, 268, B), d)), 268), H), S))
},
VE = function(S, B, K, Q, d, H, C, r, R, t) {
(B.push((d = S[0] << 24 | S[1] << 16, t = S[2] << 8, 2 * (d | 0) - -1 + 2 * ~d - ~(d | t)) | S[3]), B).push((r = S[4] << 24 | S[5] << 16, Q = S[6] << 8, (r & Q) + (r & ~Q) + (~r & Q)) | S[7]), B.push((C = (H = S[8] << 24 | S[9] << 16, R = S[10] << 8, -1 - ~H + (~H & R)), K = S[11], ~(C & K) - 1 - ~C - ~K))
},
y8 = function() {
return vT.call(this, 1, 3)
},
bs = function(S, B) {
return Q8.call(this, 5, 16, S, B)
},
Z = function(S, B, K) {
K = this;
try {
Ng(S, B, this)
} catch (Q) {
g4(3, 46, 0, this, Q), B(function(d) {
d(K.h)
})
}
},
wP = function() {
return oG.call(this, 30, 8, 3)
},
zm = function(S, B, K) {
U(S, ((S.ZX.push(S.N.slice()), S).N[K] = void 0, K), B)
},
Ld = function(S, B, K, Q, d) {
if ((Q = (d = k.trustedTypes, S), !d) || !d.createPolicy) return Q;
try {
Q = d.createPolicy(B, {
createHTML: dP,
createScript: dP,
createScriptURL: dP
})
} catch (H) {
if (k.console) k.console[K](H.message)
}
return Q
},
h6 = function(S, B, K) {
return (K = S.create().shift(), B.R).create().length || B.s.create().length || (B.s = void 0, B.R = void 0), K
},
YD = function(S, B, K, Q, d) {
return L.call(this, 40, S, B, K, Q, d)
},
al = function(S, B, K, Q, d, H, C, r, R, t) {
for (r = (d = ((C = P(K, (R = K[qg] || {}, 57)), R).eO = P(K, S), R.U = [], K.l == K ? (t = W(true, 8, K), -3 * ~(t & B) + -4 + ~(t | B) + 2 * (t ^ B)) : 1), P)(K, 46), H = Q; H < d; H++) R.U.push(P(K, 45));
for (; d--;) R.U[d] = x(K, R.U[d]);
return R.pI = x(K, r), R.xg = x(K, C), R
},
J6 = function(S, B, K, Q, d, H, C, r, R, t) {
if ((C = B[0], C) == WT) Q.CI = 25, Q.g(B);
else if (C == PT) {
H = B[1];
try {
t = Q.h || Q.g(B)
} catch (p) {
g4(3, 43, 0, Q, p), t = Q.h
}
H(t)
} else if (C == IG) Q.g(B);
else if (C == Gm) Q.g(B);
else if (C == fd) {
try {
for (d = 0; d < Q.HP.length; d++) try {
r = Q.HP[d], r[0][r[1]](r[2])
} catch (p) {}
} catch (p) {}(0, B[1])(function(p, z) {
Q.KI(p, K, z)
}, (Q.HP = [], function(p) {
(m(75, 0, (p = !Q.V.length, [cT]), Q), p) && TW(7, false, K, K, Q, 20)
}))
} else {
if (C == U4) return R = B[2], U(Q, 123, B[6]), U(Q, 499, R), Q.g(B);
C == cT ? (Q.N = S, Q.B = [], Q.yJ = []) : C == O4 && "loading" === k.document.readyState && (Q.I = function(p, z) {
function u() {
z || (z = K, p())
}
z = false, k.document.addEventListener("DOMContentLoaded", u, i2), k.addEventListener("load", u, i2)
})
}
},
NT = "closure_uid_" + (1E9 * Math.random() >>> 0),
l2 = 0,
V8, DS = function(S, B) {
if (!k.addEventListener || !Object.defineProperty) return false;
S = Object.defineProperty({}, "passive", (B = false, {get: function() {
B = true
}
}));
try {
k.addEventListener("test", function() {}, S), k.removeEventListener("test", function() {}, S)
} catch (K) {}
return B
}(),
E4 = {
2: "touch",
3: "pen",
4: (I(39, ((xD.prototype.preventDefault = function() {
this.defaultPrevented = true
}, xD.prototype).stopPropagation = (w4.prototype.RK = false, function() {
this.Z = true
}), 2), YD, xD), "mouse")
},
SX = "closure_listenable_" + (1E6 * ((YD.prototype.preventDefault = function(S) {
(S = (YD.v.preventDefault.call(this), this.j), S.preventDefault) ? S.preventDefault(): S.returnValue = false
}, YD).prototype.stopPropagation = function() {
(YD.v.stopPropagation.call(this), this.j.stopPropagation) ? this.j.stopPropagation(): this.j.cancelBubble = true
}, Math).random() | 0),
s4 = 0,
QE = "constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "),
fK = "closure_lm_" + (1E6 * ((LK.prototype.remove = function(S, B, K, Q, d, H, C) {
if (!(C = S.toString(), C in this.G)) return false;
return -1 < (H = y(11, 33, 0, B, (d = this.G[C], Q), d, K), H) ? (a(15, true, d[H]), Array.prototype.splice.call(d, H, 1), 0 == d.length && (delete this.G[C], this.Y--), true) : false
}, LK.prototype).add = ((LK.prototype.hasListener = function(S, B, K, Q, d) {
return TW(7, function(H, C) {
for (C = 0; C < H.length; ++C)
if (!(d && H[C].type != Q || K && H[C].capture != B)) return true;
return false
}, false, this.G, (K = void 0 !== B, Q = (d = void 0 !== S) ? S.toString() : "", true), 3)
}, LK).prototype.vP = function(S, B, K, Q, d, H) {
return -1 < (d = this.G[H = -1, K.toString()], d && (H = y(11, 34, 0, B, S, d, Q)), H) ? d[H] : null
}, function(S, B, K, Q, d, H, C, r, R) {
return -1 < (C = (R = this.G[H = S.toString(), H], R || (R = this.G[H] = [], this.Y++), y)(11, 32, 0, B, d, R, Q), C) ? (r = R[C], K || (r.L = false)) : (r = new OT(H, this.src, !!Q, B, d), r.L = K, R.push(r)), r
}), Math.random()) | 0),
GW = 0,
qT = {},
eX = "__closure_events_fn_" + (1E9 * Math.random() >>> 0);
e = (((((e = (I(54, 2, y8, w4), y8.prototype[SX] = true, y8.prototype), e).tO = function(S) {
this.SO = S
}, e).addEventListener = function(S, B, K, Q) {
d4(3, true, B, 8, "object", K, Q, S, this)
}, e.removeEventListener = function(S, B, K, Q) {
D(20, 0, "object", K, this, Q, B, S)
}, e).dispatchEvent = function(S, B, K, Q, d, H, C, r, R, t, p) {
if (r = this.SO)
for (K = []; r; r = r.SO) K.push(r);
if (R = (d = S, this.i8), p = K, B = d.type || d, "string" === typeof d ? d = new xD(d, R) : d instanceof xD ? d.target = d.target || R : (C = d, d = new xD(B, R), Rl(d, C)), t = true, p)
for (H = p.length - 1; !d.Z && 0 <= H; H--) Q = d.currentTarget = p[H], t = G(30, true, Q, B, true, d) && t;
if (d.Z || (Q = d.currentTarget = R, t = G(14, true, Q, B, true, d) && t, d.Z || (t = G(29, true, Q, B, false, d) && t)), p)
for (H = 0; !d.Z && H < p.length; H++) Q = d.currentTarget = p[H], t = G(13, true, Q, B, false, d) && t;
return t
}, e.vP = function(S, B, K, Q) {
return this.u.vP(S, B, String(K), Q)
}, e).hasListener = function(S, B) {
return this.u.hasListener(void 0 !== S ? String(S) : void 0, B)
}, b2.prototype), e.C = function(S) {
return "string" === typeof S ? this.F.getElementById(S) : S
};
var MT;
((e = (I(70, (((m(58, (((e.removeNode = S3, e).createTextNode = ((e.append = function(S, B) {
sT("number", 0, S, "", 9 == S.nodeType ? S : S.ownerDocument || S.document, arguments, "string")
}, e.canHaveChildren = function(S) {
if (1 != S.nodeType) return false;
switch (S.tagName) {
case "APPLET":
case "AREA":
case "BASE":
case "BR":
case "COL":
case "COMMAND":
case "EMBED":
case "FRAME":
case "HR":
case "IMG":
case "INPUT":
case "IFRAME":
case "ISINDEX":
case "KEYGEN":
case "LINK":
case "NOFRAMES":
case "NOSCRIPT":
case "META":
case "OBJECT":
case "PARAM":
case "SCRIPT":
case "SOURCE":
case "STYLE":
case "TRACK":
case "WBR":
return false
}
return true
}, e.getElementsByTagName = (e.appendChild = function(S, B) {
S.appendChild(B)
}, function(S, B) {
return (B || this.F).getElementsByTagName(String(S))
}), e).createElement = function(S, B, K) {
return ((B = String(S), K = this.F, "application/xhtml+xml" === K.contentType) && (B = B.toLowerCase()), K).createElement(B)
}, function(S) {
return this.F.createTextNode(String(S))
}), e).contains = function(S, B, K) {
if (!S || !B) return false;
if (S.contains && 1 == B.nodeType) return S == B || S.contains(B);
if ("undefined" != typeof S.compareDocumentPosition) return S == B || !!(K = S.compareDocumentPosition(B), -16 - ~K - ~(K | 16) + 2 * (~K | 16));
for (; B && S != B;) B = B.parentNode;
return B == S
}, wP)), wP.prototype).Tp = "", wP).prototype.Nr = 0, 2), BT, y8), BT).prototype, e.F6 = wP.Nc(), e.C = function() {
return this.WP
}, e).getParent = function() {
return this.hO
}, e.l8 = function() {
(g4(3, 6, this, function(S) {
S.gV && S.l8()
}), this.s_ && I(24, true, 0, this.s_), this).gV = false
}, e).tO = function(S) {
if (this.hO && this.hO != S) throw Error("Method not supported");
BT.v.tO.call(this, S)
}, e.removeChild = function(S, B, K, Q, d, H, C, r, R, t, p, z) {
if (S && ("string" === typeof S ? d = S : ((H = S.nI) || (R = S.F6, z = S, r = R.Tp + ":" + (R.Nr++).toString(36), H = z.nI = r), d = H), Q = d, this.b8 && Q ? (t = this.b8, p = (null !== t && Q in t ? t[Q] : void 0) || null) : p = null, S = p, Q && S)) {
if (null == ((a(16, ((K = this.b8, Q) in K && delete K[Q], 0), this.dV, S), B) && (S.l8(), S.WP && S3(S.WP)), C = S, C)) throw Error("Unable to set parent component");
(C.hO = null, BT).v.tO.call(C, null)
}
if (!S) throw Error("Child is not in parent component");
return S
};
var hv, Xz = {
button: "pressed",
checkbox: "checked",
menuitem: "selected",
menuitemcheckbox: "checked",
menuitemradio: "checked",
radio: (m(44, ls), "checked"),
tab: "selected",
treeitem: "selected"
},
$D = (m((I(38, ((((e = ls.prototype, e.W = function(S, B, K, Q, d, H) {
if (Q = S.C()) this.DX || (d = this.U_(), d.replace(/\xa0|\s/g, " "), this.DX = {
1: d + "-disabled",
2: d + "-hover",
4: d + "-active",
8: d + "-selected",
16: d + "-checked",
32: d + "-focused",
64: d + "-open"
}), (H = this.DX[B]) && this.T(H, S, K), this.O_(Q, B, K)
}, e).fI = function(S, B, K, Q, d, H) {
if (v(0, 49, 2, 32, S) && (d = S.qc())) {
if (!B && G(58, 32, S)) {
try {
d.blur()
} catch (C) {}
G(60, 32, S) && (S.E_ & 4 && v(0, 25, 2, 4, S) && S.setActive(false), S.E_ & 32 && v(0, 33, 2, 32, S) && F(16, 23, 1, S, false, 32) && S.W(32, false))
}
if (H = d.hasAttribute("tabindex")) K = d.tabIndex, H = "number" === typeof K && 0 <= K && 32768 > K;
H != B && (Q = d, B ? Q.tabIndex = 0 : (Q.tabIndex = -1, Q.removeAttribute("tabIndex")))
}
}, e.qc = function(S) {
return S.C()
}, e).T = function(S, B, K, Q) {
(Q = B.C ? B.C() : B) && (K ? Fz : bs)(Q, [S])
}, e).O_ = function(S, B, K, Q, d, H, C) {
(Q = (H = (hv || (hv = {
1: "disabled",
8: "selected",
16: "checked",
64: "expanded"
}), hv[B]), S).getAttribute("role") || null) ? (d = Xz[Q] || H, C = "checked" == H || "selected" == H ? d : H) : C = H, C && D(21, false, "off", K, S, C)
}, e.U_ = function() {
return "goog-control"
}, 2), ol, ls), 42), ol), {});
if (((((((((e = (I(22, 2, A, (ol.prototype.U_ = (ol.prototype.O_ = function(S, B, K) {
switch (B) {
case 8:
case 16:
D(22, false, "off", K, S, "pressed");
break;
default:
case 64:
case 1:
ol.v.O_.call(this, S, B, K)
}
}, function() {
return "goog-button"
}), BT)), A.prototype), e).T = function(S, B) {
S ? B && (this.O ? 0 <= G(68, 1, B, this.O) || this.O.push(B) : this.O = [B], this.D.T(B, this, true)) : B && this.O && a(18, 0, this.O, B) && (0 == this.O.length && (this.O = null), this.D.T(B, this, false))
}, e).P = 0, e.E_ = 255, e.qc = function() {
return this.D.qc(this)
}, e).O = null, e.ck = 0, e).Vu = true, e.l8 = function() {
((A.v.l8.call(this), this.rV) && this.rV.detach(), this).isVisible() && this.isEnabled() && this.D.fI(this, false)
}, e).G2 = 39, e.isVisible = function() {
return this.Vu
}, e.isEnabled = function() {
return !G(57, 1, this)
}, e).isActive = function() {
return G(63, 4, this)
}, e).setActive = function(S) {
F(16, 7, 1, this, S, 4) && this.W(4, S)
}, e.getState = function() {
return this.P
}, e.W = function(S, B, K, Q, d, H) {
K || 1 != S ? v(0, 17, 2, S, this) && B != G(56, S, this) && (this.D.W(this, S, B), this.P = B ? this.P | S : (d = this.P, (d | 0) + (~d ^ ~S) - (d | ~~S))) : (Q = !B, H = this.getParent(), H && "function" == typeof H.isEnabled && !H.isEnabled() || !F(16, 22, 1, this, !Q, 1) || (Q || (this.setActive(false), F(16, 19, 1, this, false, 2) && this.W(2, false)), this.isVisible() && this.D.fI(this, Q), this.W(1, !Q, true)))
}, "function") !== typeof A) throw Error("Invalid component class " + A);
if ("function" !== typeof ls) throw Error("Invalid renderer class " + ls);
var Av = a(68, A);
D(18, "goog-button", (I(23, ((m(12, (I(55, 2, r4, (D(49, ($D[Av] = ls, "goog-control"), function() {
return new A(null)
}), ol)), r4)), r4.prototype.O_ = function() {}, r4.prototype.fI = function() {}, r4).prototype.W = function(S, B, K, Q) {
r4.v.W.call(this, S, B, K), (Q = S.C()) && 1 == B && (Q.disabled = K)
}, 2), vD, A), function() {
return new vD(null)
}));
var CK, i2 = {
passive: true,
capture: true
},
pK = k.requestIdleCallback ? function(S) {
requestIdleCallback(function() {
S()
}, {
timeout: 4
})
} : k.setImmediate ? function(S) {
setImmediate(S)
} : function(S) {
setTimeout(S, 0)
},
qg = String.fromCharCode(105, 110, 116, 101, 103, 67, 104, 101, 99, 107, 66, 121, 112, 97, 115, 115),
fd = [],
IG = ((Z.prototype.mV = false, Z).prototype.Hk = void 0, Z.prototype.zp = "toString", []),
cT = (Z.prototype.kR = void 0, []),
O4 = [],
WT = [],
ZS = {},
PT = [],
Gm = [],
U4 = [],
u2 = (((VE, Kd, function() {})(BD), function() {})(Cd), ZS.constructor),
zW = void 0,
rP = (Z.prototype.g = ((((((e = (Z.prototype.J = "create", Z.prototype), e).R0 = 0, e).H = (window.performance || {}).now ? function() {
return this.lN + window.performance.now()
} : function() {
return +new Date
}, e).uN = function(S, B, K, Q, d) {
return V.call(this, 17, S, B, K, Q, d)
}, e.KI = function(S, B, K, Q, d, H) {
return P.call(this, S, 6, B, K, Q, d, H)
}, e.SQ = function(S, B, K, Q, d, H, C, r, R) {
return kD.call(this, 8, d, B, Q, K, H, S, C, r, R)
}, e.oK = function() {
return g4.call(this, 3, 16)
}, e).dY = function() {
return oG.call(this, 30, 8, 14)
}, e).wY = function(S, B, K, Q, d, H, C, r) {
return V.call(this, 32, S, B, K, Q, d, H, C, r)
}, function(S, B) {
return B = {}, zW = (S = {}, function() {
return B == S ? -55 : 0
}),
function(K, Q, d, H, C, r, R, t, p, z, u, f, N, O, g, X, E, b, J, KK, T, M, h, Y, w) {
O = B, B = S;
try {
if (Q = K[0], Q == Gm) {
t = K[1];
try {
for (g = atob((E = M = 0, t)), R = []; M < g.length; M++) T = g.charCodeAt(M), 255 < T && (R[E++] = T & 255, T >>= 8), R[E++] = T;
U(this, (this.S = (this.B = R, this.B.length) << 3, 387), [0, 0, 0])
} catch (t6) {
nK(17, this, t6, "");
return
}
j3(0, this, false, 8001)
} else if (Q == WT) K[1].push(x(this, 59), x(this, 26).length, x(this, 407).length, x(this, 343).length), U(this, 499, K[2]), this.N[320] && yE(499, x(this, 320), this, false, 8001);
else {
if (Q == PT) {
this.l = (H = (h = c(2, (p = K[2], (x(this, 407).length | 0) + 2)), this.l), this);
try {
X = x(this, 273), 0 < X.length && n(c(2, X.length).concat(X), 407, this, 15), n(c(1, this.wV), 407, this, 104), n(c(1, this[PT].length), 407, this), C = 0, C -= (r = x(this, 407).length, 12 + 3 * (r & -6) - (~r & 5) + 2 * (~r | 5)), C += x(this, 241) & 2047, z = x(this, 26), 4 < z.length && (C -= (KK = z.length, -2 * ~KK + (KK ^ 3) + 2 * (~KK | 3))), 0 < C && n(c(2, C).concat(Kd(C)), 407, this, 10), 4 < z.length && n(c(2, z.length).concat(z), 407, this, 153)
} finally {
this.l = H
}
if (b = ((((w = Kd(2).concat(x(this, 407)), w)[1] = (Y = w[0], -(Y | 0) - 3 + 2 * (Y | 3)), w)[3] = (d = w[1], J = h[0], -(~d ^ J) + (~d & J) + (d | ~J)), w)[4] = w[1] ^ h[1], this).aK(w)) b = "!" + b;
else
for (u = 0, b = ""; u < w.length; u++) N = w[u][this.zp](16), 1 == N.length && (N = "0" + N), b += N;
return x((x(this, (U((f = b, this), 59, p.shift()), x(this, 26).length = p.shift(), 407)).length = p.shift(), this), 343).length = p.shift(), f
}
if (Q == IG) yE(499, K[1], this, false, K[2]);
else if (Q == U4) return yE(499, K[1], this, false, 8001)
}
} finally {
B = O
}
}
}()), /./);
Z.prototype.On = 0, (Z.prototype.aK = function(S, B, K, Q, d) {
return L.call(this, 30, S, B, K, Q, d)
}, Z).prototype.z2 = 0;
var HD, WD = (Z.prototype[fd] = [0, 0, 1, 1, 0, 1, 1], Gm).pop.bind(Z.prototype[WT]),
tv = function(S, B) {
return (B = Ld(null, "bg", "error")) && 1 === S.eval(B.createScript("1")) ? function(K) {
return B.createScript(K)
} : function(K) {
return "" + K
}
}(((HD = RG(3, (rP[Z.prototype.zp] = WD, Z.prototype.J), 33, {get: WD
}), Z.prototype).bN = void 0, k));
40 < (CK = k.botguard || (k.botguard = {}), CK.m) || (CK.m = 41, CK.bg = m4, CK.a = HT), CK.CDP_ = function(S, B, K) {
return K = new Z(S, B), [function(Q) {
return q(2, 12, false, Q, K)
}]
};
}).call(this);
#198 JavaScript::Eval (size: 2) - SHA256: 228f90542699528c5c3f1f62c47a40d1fe802ca6cc02d4a5b43af66e2eed273e
X7
#199 JavaScript::Eval (size: 231) - SHA256: 33580011b8a294f574ff951f9b2503b6222e6c91f7260c60a2c065e9af54cf63
mj = function(S, B, K, Q, d, H, C, r, R) {
return (Q & 86) == ((Q | S) == Q && (d = u2[B.J](B.LI), d[B.J] = function() {
return K
}, d.concat = function(t) {
K = t
}, R = d), Q) && (R = (C = d[H] << S | d[(H | 0) + 1] << 16 | d[2 * (H | 2) - ~H - -3 + 2 * ~(H | 2)] << K, r = d[(H | 0) + B], (r | 0) - ~C + ~r + (~C & r))), R
}
#200 JavaScript::Eval (size: 118) - SHA256: aa1e7655c4fe7336d64b0aab1ba559a6d11b186f2c9c76f4bf9095a2d1019085
BD = function(S, B, K, Q) {
try {
Q = S[((B | 0) + 2) % 3], S[B] = (S[B] | 0) - (S[((B | 0) + 1) % 3] | 0) - (Q | 0) ^ (1 == B ? Q << K : Q >>> K)
} catch (d) {
throw d;
}
}
#201 JavaScript::Eval (size: 22) - SHA256: f691e694d5756ffade338fcce55f9fcacae9e3c26dad6171e1a7b540e799de02
0,
function(C) {
pd(C, 1)
}
#202 JavaScript::Eval (size: 64) - SHA256: 2c6fcc10d170735ea0103cebd297129fae592327ed69dbf1773991fe63c4d8d0
0,
function(g, O, t) {
(O = (t = (O = R(g), R(g)), g.B[O]) && P(g, O), Q)(g, t, O)
}
Executed Writes (11)
#1 JavaScript::Write (size: 217) - SHA256: c90aba5b782b6d86090b6ed68ce6132f090d98b3d47edb6b2d11661a3dd2c67f
< html > < head > < script >
var pbjs = parent.pa_prebid_fw.pbjs; < /script><script src="https:/ / hb.brainlyads.com / pbjs_wrapper.v2.0. js "></script><script>parent.paGlobal.pbjsWrapperLoaded(2.0)</script></head><body></body></html>
#2 JavaScript::Write (size: 5641) - SHA256: fbd114b4953994a6b942c84e7c16934b9855539ac4bdb31bb8b49f21ba45fe54
< html > < head > < script > window.__uspapi = parent.parent.window.__uspapi || function(c, v, cb) {
switch (c.toLowerCase()) {
case 'getuspdata':
try {
cb({
uspString: '1---',
version: 1
}, true)
} catch (e) {
return;
}
break;
default:
try {
cb({
uspString: '1---',
version: 1
}, true)
} catch (e) {
return;
}
return;
}
}; < /script><script>var paPbjsFw = window.parent.pa_pbjs_fw || window.parent.parent.pa_pbjs_fw; var pbjs=paPbjsFw.pbjs;var googletag=googletag||{};googletag.cmd=googletag.cmd||[];var wPbjs=paPbjsFw.wPbjs||window.wPbjs||{};wPbjs.cmd=wPbjs.cmd||[];wPbjs.cmd.push(function(){wPbjs.add({"version":"2.0","adUnitCodeToDFPPath":{"1-5b12-/
90814396 / cureus_728x90_stickybottom_HB ":" / 90814396 / cureus_728x90_stickybottom_HB "},"
adUnits ":[{"
code ":"
1 - 5 b12 - /90814396/cureus_
728 x90_stickybottom_HB ","
mediaTypes ":{"
banner ":{"
sizes ":[[728,90],[728,250],[970,90],[970,250]]}},"
bids ":[{"
bidder ":"
appnexus ","
params ":{"
placementId ":28353436},"
pageCap ":{"
skip ":0,"
repeat ":0,"
cap ":0,"
capPerFill ":false}},{"
bidder ":"
pubmatic ","
params ":{"
publisherId ":"
157577 ","
adSlot ":"
cureus_728x90_stickybottom_HB ","
kadfloor ":"
0.2 "},"
pageCap ":{"
skip ":0,"
repeat ":0,"
cap ":0,"
capPerFill ":false}},{"
bidder ":"
onetag ","
params ":{"
pubId ":"
654029 d9a61214b "},"
pageCap ":{"
skip ":0,"
repeat ":0,"
cap ":0,"
capPerFill ":false}},{"
bidder ":"
amx ","
params ":{"
tagId ":"
bmV4dG1pbGxlbm5pdW0uaW8 "},"
pageCap ":{"
skip ":0,"
repeat ":0,"
cap ":0,"
capPerFill ":false}}],"
ortb2Imp ":{"
ext ":{"
data ":{"
adserver ":{"
adslot ":" / 90814396 / cureus_728x90_stickybottom_HB "}}}}}],"
unitIndex ":24038,"
auctionId ":"
46e832 a7 - 5 b12 - 4 cd4 - 95 f9 - c641ae92fd1a ","
codeAdUnit ":" / 90814396 / cureus_728x90_stickybottom_HB ","
customTargetings ":[["
refresh ",0],["
url ","
https: //www.cureus.com/users/375655-snigdha-karnakoti"],["pli",52545],["referrer",""],["placement_unit_count",0],["script2",false],["referrerCategory","Direct"]],"keyValueTargetings":[],"bidderOptions":{},"biddingRule":{},"debug":false,"deducts":{},"defaultFloorRhythmone":0.2,"divId":"5b12-/90814396/cureus_728x90_stickybottom_HB","gumgumRemovalTime":25000,"isBidderPubmatic":true,"isBidderSublime":false,"lexiconIdModule":false,"isLiveRamp":false,"liverampPartnerId":1292,"ortbBidders":[],"prebidBidTimeout":1500,"schain":{"asi":"nextmillennium.io","sellerId":"16222"},"schains":[],"size1x1":{},"sizesAdUnit":[[728,90],[728,250],[970,90],[970,250]],"unitSizes":[[728,90]],"isAppMobile":false,"skipDFP":false,"type":1,"unit":{"name":"cureus_728x90_stickybottom_HB","domain":"cureus.com"},"unitIds":{"1-5b12-/90814396/cureus_728x90_stickybottom_HB":24038},"userSyncDelay":5000,"usPrivacyTimeout":100,"gdprTimeout":100,"isGdrpIp":false,"nmAd":{"id":"d06fe818","img":"banner_728x90.png","size":[728,90]},"biddingRuleTestStatus":"","pbsBidders":[]}, window)});</script><script>var prebidSize, amzSize, sizeFired, pbjsBidWonFired = false;pbjs.que.push(function(){pbjs.onEvent('bidWon',function(data){if(pbjsBidWonFired){return};if(window.pbjsAuctionId && data.auctionId && window.pbjsAuctionId !== data.auctionId){return};if(window.frameData && window.frameData.pbjsAuctionId && data.pbjsAuctionId && window.frameData.pbjsAuctionId !== data.pbjsAuctionId){return};pbjsBidWonFired = true;prebidSize = [data.width,data.height];if(sizeFired){parent.parent.paGlobal.data[0].demand.s = prebidSize;parent.parent.paGlobal.data[0].demand.cs = prebidSize;parent.parent.paGlobal.openAd(52545,0,0,true);}});});googletag.cmd.push(function(){googletag.pubads().addEventListener('slotRenderEnded',function(info){if(info.creativeId === 138340605220){info.isEmpty = true;parent.parent.paGlobal.log.info('unit 0 (pl 52545) received FP impression');};if(info.isEmpty==!1){if(info.size && info.size[0] == 0 && info.slot && info.slot && info.slot.getSizes().includes("fluid")){parent.parent.paGlobal.data[0].demand.fluid = true}else{parent.parent.paGlobal.data[0].demand.fluid = false};if(728,90){var amzn_win;var cDoc=document.querySelector('iframe')&&document.querySelector('iframe').contentWindow;for(let a=0;a<5;a++){if(cDoc&&cDoc.amzn_win){amzn_win=cDoc.amzn_win;break;};try{cDoc=cDoc.document.querySelector('iframe').contentWindow}catch(e){break;}};if(amzn_win){if((amzn_win.amzSize && amzn_win.amzSize[0])||(amzn_win.adUnitSize && amzn_win.adUnitSize[0])){amzSize=amzn_win.amzSize||amzn_win.adUnitSize}try{var f = document.querySelector('iframe[id^="google_ads_iframe_/"]');var fSize=[parseInt(f.width),parseInt(f.height)];if(fSize[0]&&fSize[0] != 0){amzSize = fSize;}}catch(e){}};parent.parent.paGlobal.data[0].demand.s = prebidSize||amzSize||info.size;sizeFired = true;};parent.parent.paGlobal.impListener(52545,0,0,true);}else if(info.isEmpty==!0){parent.parent.paGlobal.impListener(52545,0,0,false);}})});document.addEventListener('apAds',function(){console.log('pa info apAds event now fired');parent.parent.paGlobal.data[0].hbFunctions.stopRefresh();});document.addEventListener('apAds_line',function(){console.log('pa info: apAds_line event now fired');parent.parent.paGlobal.data[0].hbFunctions.changeHeight();});document.addEventListener('apAds_x',function(){console.log('pa info apAds_x event now fired');parent.parent.paGlobal.data[0].hbFunctions.removeAd();});document.addEventListener('apAds_hide',function(){console.log('pa info apAds_hide event now fired');parent.parent.paGlobal.data[0].hbFunctions.hideAd();});document.addEventListener('apAds_div',function(info){console.log('pa info apAds_div event now fired');console.log(info.detail);parent.parent.paGlobal.data[0].hbFunctions.newDiv(info.detail);});</script></head><body><div id='5b12-/90814396/cureus_728x90_stickybottom_HB'><script>googletag.cmd.push(function() { googletag.display('5b12-/90814396/cureus_728x90_stickybottom_HB'); });</script></div></body></html>
#3 JavaScript::Write (size: 66942) - SHA256: 5a77919cbfcc921ca28466e477e2e736f0d8b428d13904bcea28fa9f069cbee2
< !doctype html > < html > < head > < script >
var jscVersion = 'r20230125'; < /script><script>var google_casm=[];</script > < style > a {
color: #000000 }</style><script>function su(id) {var a = document.getElementById(id);
var b = (new Date()).getTime();
if (a && a.myt && b) {
var t = b - a.myt;
if (window.css) {
css(id, 'clkt', t);
return;
}
var bi = a.href.indexOf("&clkt=");
if (bi > 0) {
var c = a.href.substring(0, bi + 6);
var d = a.href.substring(bi + 6, a.href.length);
var ei = d.indexOf("&");
var r = '';
if (ei >= 0) r = d.substring(ei, d.length);
a.href = c + t + r;
} else {
a.href += "&clkt=" + t;
}
}
} < /script><script>window.dicnf = {};</script > < script data - jc = "41"
data - jc - version = "r20230125"
data - jc - flags = "["x%278446'9efotm(&20067;>8&>`dopb/%<1732261!=|vqc)!7201061?'9efotmy"]" > (function() { /* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */
'use strict';
var p = this || self;
function q(a) {
q[" "](a);
return a
}
q[" "] = function() {};
var da = {},
r = null;
function ea(a, b) {
void 0 === b && (b = 0);
if (!r) {
r = {};
for (var c = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), d = ["+/=", "+/", "-_=", "-_.", "-_"], f = 0; 5 > f; f++) {
var e = c.concat(d[f].split(""));
da[f] = e;
for (var g = 0; g < e.length; g++) {
var l = e[g];
void 0 === r[l] && (r[l] = g)
}
}
}
b = da[b];
c = Array(Math.floor(a.length / 3));
d = b[64] || "";
for (f = e = 0; e < a.length - 2; e += 3) {
var k = a[e],
h = a[e + 1];
l = a[e + 2];
g = b[k >> 2];
k = b[(k & 3) << 4 | h >> 4];
h = b[(h & 15) << 2 | l >> 6];
l = b[l & 63];
c[f++] = g + k + h + l
}
g = 0;
l = d;
switch (a.length - e) {
case 2:
g = a[e + 1], l = b[(g & 15) << 2] || d;
case 1:
a = a[e], c[f] = b[a >> 2] + b[(a & 3) << 4 | g >> 4] + l + d
}
return c.join("")
};
var fa = "undefined" !== typeof Uint8Array;
const y = Symbol();
function ha(a, b) {
if (y) return a[y] |= b;
if (void 0 !== a.o) return a.o |= b;
Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
});
return b
}
function A(a) {
let b;
y ? b = a[y] : b = a.o;
return null == b ? 0 : b
}
function B(a, b) {
y ? a[y] = b : void 0 !== a.o ? a.o = b : Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
})
};
var ia = {};
function C(a) {
return null !== a && "object" === typeof a && !Array.isArray(a) && a.constructor === Object
}
let D;
var F;
const ja = [];
B(ja, 23);
F = Object.freeze(ja);
function ka(a) {
if (A(a.m) & 2) throw Error("Cannot mutate an immutable Message");
}
function la(a) {
var b = a.length;
(b = b ? a[b - 1] : void 0) && C(b) ? b.g = 1 : a.push({
g: 1
})
};
function ma(a) {
const b = a.l + a.i;
return a.h || (a.h = a.m[b] = {})
}
function G(a, b, c) {
ka(a);
return na(a, b, c)
}
function na(a, b, c) {
a.s && (a.s = void 0);
if (b >= a.l) return ma(a)[b] = c, a;
a.m[b + a.i] = c;
(c = a.h) && b in c && delete c[b];
return a
};
let oa;
function pa(a) {
switch (typeof a) {
case "number":
return isFinite(a) ? a : String(a);
case "object":
if (a)
if (Array.isArray(a)) {
if (0 !== (A(a) & 128)) return a = Array.prototype.slice.call(a), la(a), a
} else if (fa && null != a && a instanceof Uint8Array) return a = ea(a), a
}
return a
};
function qa(a, b, c, d) {
if (null != a) {
if (Array.isArray(a)) a = ra(a, b, c, void 0 !== d);
else if (C(a)) {
const f = {};
for (let e in a) f[e] = qa(a[e], b, c, d);
a = f
} else a = b(a, d);
return a
}
}
function ra(a, b, c, d) {
const f = A(a);
d = d ? !!(f & 16) : void 0;
a = Array.prototype.slice.call(a);
for (let e = 0; e < a.length; e++) a[e] = qa(a[e], b, c, d);
c(f, a);
return a
}
function sa(a) {
return a.A === ia ? a.toJSON() : pa(a)
}
function ta(a, b) {
a & 128 && la(b)
};
var H = class {
constructor(a, b) {
var c = void 0;
null == c && (c = oa);
oa = void 0;
var d = this.constructor.h || 0,
f = 0 < d,
e = this.constructor.i,
g = !1;
if (null == c) {
c = e ? [e] : [];
var l = 48;
var k = !0;
f && (d = 0, l |= 128);
B(c, l)
} else {
if (!Array.isArray(c)) throw Error();
if (e && e !== c[0]) throw Error();
let h = l = ha(c, 0);
if (k = 0 !== (16 & h))(g = 0 !== (32 & h)) || (h |= 32);
if (f)
if (128 & h) d = 0;
else {
if (0 < c.length) {
const m = c[c.length - 1];
if (C(m) && "g" in m) {
d = 0;
h |= 128;
delete m.g;
let n = !0;
for (let t in m) {
n = !1;
break
}
n && c.pop()
}
}
} else if (128 & h) throw Error();
l !== h && B(c, h)
}
this.i = (e ? 0 : -1) - d;
this.j = void 0;
this.m = c;
a: {
e = this.m.length;
d = e - 1;
if (e && (e = this.m[d], C(e))) {
this.h = e;
this.l = d - this.i;
break a
}
void 0 !== a && -1 < a ? (this.l = Math.max(a, d + 1 - this.i), this.h = void 0) : this.l = Number.MAX_VALUE
}
if (!f && this.h && "g" in this.h) throw Error('Unexpected "g" flag in sparse object of message that is not a group type.');
if (b) {
a = k && !g && !0;
f = this.l;
let h;
for (k = 0; k < b.length; k++) g = b[k], g < f ? (g += this.i, (d = c[g]) ? ua(d, a) : c[g] = F) : (h || (h = ma(this)), (d = h[g]) ? ua(d, a) : h[g] = F)
}
}
toJSON() {
const a = this.m;
return D ? a : ra(a, sa, ta)
}
};
function ua(a, b) {
if (Array.isArray(a)) {
var c = A(a),
d = 1;
!b || c & 2 || (d |= 16);
(c & d) !== d && B(a, c | d)
}
}
H.prototype.A = ia;
H.prototype.toString = function() {
return this.m.toString()
};
function va(a, b) {
return pa(b)
};
var I = class {
constructor(a, b = !1) {
this.key = a;
this.defaultValue = b;
this.valueType = "boolean"
}
};
var wa = new I("45368259"),
xa = new I("45357156", !0),
ya = new I("45350890");
var J = (a, b) => "&adurl=" == a.substring(a.length - 7) ? a.substring(0, a.length - 7) + b + "&adurl=" : a + b;
function K(a, b, c) {
a.addEventListener && a.addEventListener(b, c, !1)
};
var za = RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");
function Aa() {
if (!globalThis.crypto) return Math.random();
try {
const a = new Uint32Array(1);
globalThis.crypto.getRandomValues(a);
return a[0] / 65536 / 65536
} catch {
return Math.random()
}
}
function Ba(a, b) {
if (a)
for (const c in a) Object.prototype.hasOwnProperty.call(a, c) && b(a[c], c, a)
}
function Ga(a = document) {
return a.createElement("img")
};
function Ha(a, b = null) {
Ia(a, b)
}
function Ia(a, b) {
p.google_image_requests || (p.google_image_requests = []);
const c = Ga(p.document);
if (b) {
const d = f => {
b && b(f);
c.removeEventListener && c.removeEventListener("load", d, !1);
c.removeEventListener && c.removeEventListener("error", d, !1)
};
K(c, "load", d);
K(c, "error", d)
}
c.src = a;
p.google_image_requests.push(c)
};
let L = 0;
function Ja(a, b = null) {
return b && b.getAttribute("data-jc") === String(a) ? b : document.querySelector(`[${"data-jc"}="${a}"]`)
};
function M(a) {
N || (N = new Ka);
const b = N.h[a.key];
if ("proto" === a.valueType) {
try {
const c = JSON.parse(b);
if (Array.isArray(c)) return c
} catch (c) {}
return a.defaultValue
}
return typeof b === typeof a.defaultValue ? b : a.defaultValue
}
var La = class {
constructor() {
this.h = {}
}
};
var Ka = class extends La {
constructor() {
super();
var a = Ja(L, document.currentScript);
a = a && a.getAttribute("data-jc-flags") || "";
try {
const b = JSON.parse(a)[0];
a = "";
for (let c = 0; c < b.length; c++) a += String.fromCharCode(b.charCodeAt(c) ^ "\u0003\u0007\u0003\u0007\b\u0004\u0004\u0006\u0005\u0003".charCodeAt(c % 10));
this.h = JSON.parse(a)
} catch (b) {}
}
},
N;
class Ma {
constructor(a, b) {
this.error = a;
this.context = b.context;
this.msg = b.message || "";
this.id = b.id || "jserror";
this.meta = {}
}
};
const Na = RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|$)");
var Oa = class {
constructor(a, b) {
this.h = a;
this.i = b
}
},
Pa = class {
constructor(a, b) {
this.url = a;
this.v = !!b;
this.depth = null
}
};
function P(a, b) {
const c = {};
c[a] = b;
return [c]
}
function Qa(a, b, c, d, f) {
const e = [];
Ba(a, function(g, l) {
(g = Ra(g, b, c, d, f)) && e.push(l + "=" + g)
});
return e.join(b)
}
function Ra(a, b, c, d, f) {
if (null == a) return "";
b = b || "&";
c = c || ",$";
"string" == typeof c && (c = c.split(""));
if (a instanceof Array) {
if (d = d || 0, d < c.length) {
const e = [];
for (let g = 0; g < a.length; g++) e.push(Ra(a[g], b, c, d + 1, f));
return e.join(c[d])
}
} else if ("object" == typeof a) return f = f || 0, 2 > f ? encodeURIComponent(Qa(a, b, c, d, f + 1)) : "...";
return encodeURIComponent(String(a))
}
function Sa(a) {
let b = 1;
for (const c in a.i) b = c.length > b ? c.length : b;
return 3997 - b - a.j.length - 1
}
function Ta(a, b) {
let c = "https://pagead2.googlesyndication.com" + b,
d = Sa(a) - b.length;
if (0 > d) return "";
a.h.sort(function(e, g) {
return e - g
});
b = null;
let f = "";
for (let e = 0; e < a.h.length; e++) {
const g = a.h[e],
l = a.i[g];
for (let k = 0; k < l.length; k++) {
if (!d) {
b = null == b ? g : b;
break
}
let h = Qa(l[k], a.j, ",$");
if (h) {
h = f + h;
if (d >= h.length) {
d -= h.length;
c += h;
f = a.j;
break
}
b = null == b ? g : b
}
}
}
a = "";
null != b && (a = f + "trn=" + b);
return c + a
}
class Q {
constructor() {
this.j = "&";
this.i = {};
this.l = 0;
this.h = []
}
};
function Ua() {
var a = R,
b = window.google_srt;
0 <= b && 1 >= b && (a.h = b)
}
function S(a, b, c, d = !1, f, e) {
if ((d ? a.h : Math.random()) < (f || .01)) try {
let g;
c instanceof Q ? g = c : (g = new Q, Ba(c, (k, h) => {
var m = g;
const n = m.l++;
k = P(h, k);
m.h.push(n);
m.i[n] = k
}));
const l = Ta(g, "/pagead/gen_204?id=" + b + "&");
l && ("undefined" !== typeof e ? Ha(l, e) : Ha(l))
} catch (g) {}
}
class Va {
constructor() {
this.h = Math.random()
}
};
let T = null;
function Wa() {
const a = p.performance;
return a && a.now && a.timing ? Math.floor(a.now() + a.timing.navigationStart) : Date.now()
}
function Xa() {
const a = p.performance;
return a && a.now ? a.now() : null
};
class Ya {
constructor(a, b) {
var c = Xa() || Wa();
this.label = a;
this.type = b;
this.value = c;
this.duration = 0;
this.uniqueId = Math.random();
this.taskId = this.slotId = void 0
}
};
const U = p.performance,
Za = !!(U && U.mark && U.measure && U.clearMarks),
V = function(a) {
let b = !1,
c;
return function() {
b || (c = a(), b = !0);
return c
}
}(() => {
var a;
if (a = Za) {
var b;
if (null === T) {
T = "";
try {
a = "";
try {
a = p.top.location.hash
} catch (c) {
a = p.location.hash
}
a && (T = (b = a.match(/\bdeid=([\d,]+)/)) ? b[1] : "")
} catch (c) {}
}
b = T;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function $a(a) {
a && U && V() && (U.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), U.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ab {
constructor() {
var a = window;
this.i = [];
this.j = a || p;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.i = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = V() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new Ya(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
U && V() && U.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (Xa() || Wa()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
U && V() && U.mark(b);
!this.h || 2048 < this.i.length || this.i.push(a)
}
}
};
function W(a) {
let b = a.toString();
a.name && -1 == b.indexOf(a.name) && (b += ": " + a.name);
a.message && -1 == b.indexOf(a.message) && (b += ": " + a.message);
if (a.stack) {
a = a.stack;
var c = b;
try {
-1 == a.indexOf(c) && (a = c + "\n" + a);
let d;
for (; a != d;) d = a, a = a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\2"), "$1");
b = a.replace(RegExp("\n *", "g"), "\n")
} catch (d) {
b = c
}
}
return b
}
function bb(a, b, c, d) {
let f, e;
try {
a.h && a.h.h ? (e = a.h.start(b.toString(), 3), f = c(), a.h.end(e)) : f = c()
} catch (g) {
c = !0;
try {
$a(e), c = a.B(b, new Ma(g, {
message: W(g)
}), void 0, d)
} catch (l) {
a.l(217, l)
}
if (c) window.console ? .error ? .(g);
else throw g;
}
return f
}
function cb(a, b, c, d) {
var f = X;
return (...e) => bb(f, a, () => b.apply(c, e), d)
}
class db {
constructor(a = null) {
this.s = R;
this.i = null;
this.B = this.l;
this.h = a;
this.j = !1
}
l(a, b, c, d, f) {
f = f || "jserror";
let e;
try {
const u = new Q;
var g = u;
g.h.push(1);
g.i[1] = P("context", a);
b.error && b.meta && b.id || (b = new Ma(b, {
message: W(b)
}));
if (b.msg) {
g = u;
var l = b.msg.substring(0, 512);
g.h.push(2);
g.i[2] = P("msg", l)
}
var k = b.meta || {};
b = k;
if (this.i) try {
this.i(b)
} catch (v) {}
if (d) try {
d(b)
} catch (v) {}
d = u;
k = [k];
d.h.push(3);
d.i[3] = k;
d = p;
k = [];
let O;
b = null;
do {
var h = d;
try {
var m;
if (m = !!h && null != h.location.href) b: {
try {
q(h.foo);
m = !0;
break b
} catch (v) {}
m = !1
}
var n = m
} catch {
n = !1
}
n ? (O = h.location.href, b = h.document && h.document.referrer || null) : (O = b, b = null);
k.push(new Pa(O || ""));
try {
d = h.parent
} catch (v) {
d = null
}
} while (d && h != d);
for (let v = 0, Ca = k.length - 1; v <= Ca; ++v) k[v].depth = Ca - v;
h = p;
if (h.location && h.location.ancestorOrigins && h.location.ancestorOrigins.length == k.length - 1) for (n = 1; n < k.length; ++n) {
var t = k[n];
t.url || (t.url = h.location.ancestorOrigins[n - 1] || "", t.v = !0)
}
var w = k;
let Z = new Pa(p.location.href, !1);
h = null;
const aa = w.length - 1;
for (t = aa; 0 <= t; --t) {
var x = w[t];
!h && Na.test(x.url) && (h = x);
if (x.url && !x.v) {
Z = x;
break
}
}
x = null;
const gb = w.length && w[aa].url;
0 != Z.depth && gb && (x = w[aa]);
e = new Oa(Z, x);
if (e.i) {
w = u;
var z = e.i.url || "";
w.h.push(4);
w.i[4] = P("top", z)
}
var ba = {
url: e.h.url || ""
};
if (e.h.url) {
var ca = e.h.url.match(za),
E = ca[1],
Da = ca[3],
Ea = ca[4];
z = "";
E && (z += E + ":");
Da && (z += "//", z += Da, Ea && (z += ":" + Ea));
var Fa = z
} else Fa = "";
E = u;
ba = [ba, {
url: Fa
}];
E.h.push(5);
E.i[5] = ba;
S(this.s, f, u, this.j, c)
} catch (u) {
try {
S(this.s, f, {
context: "ecmserr",
rctx: a,
msg: W(u),
url: e && e.h.url
}, this.j, c)
} catch (O) {}
}
return !0
}
};
class eb {};
let R, X;
const Y = new ab;
var fb = () => {
window.google_measure_js_timing || (Y.h = !1, Y.i != Y.j.google_js_reporting_queue && (V() && Array.prototype.forEach.call(Y.i, $a, void 0), Y.i.length = 0))
};
(a => {
R = a ? ? new Va;
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
Ua();
X = new db(Y);
X.i = b => {
var c = L;
0 !== c && (b.jc = String(c), c = (c = Ja(c, document.currentScript)) && c.getAttribute("data-jc-version") || "unknown", b.shv = c)
};
X.j = !0;
"complete" == window.document.readyState ? fb() : Y.h && K(window, "load", () => {
fb()
})
})();
var hb = (a, b, c, d) => cb(a, b, c, d),
ib = (a, b, c, d) => {
var f = eb;
var e = "u";
f.u && f.hasOwnProperty(e) || (e = new f, f.u = e);
f = [];
!b.eid && f.length && (b.eid = f.toString());
S(R, a, b, !0, c, d)
};
function jb() {
const a = window;
if (a.gmaSdk || a.webkit ? .messageHandlers ? .getGmaViewSignals) return a;
try {
const b = window.parent;
if (b.gmaSdk || b.webkit ? .messageHandlers ? .getGmaViewSignals) return b
} catch (b) {}
return null
}
function kb(a, b = {}, c = () => {}, d = () => {}, f = 200, e, g) {
const l = String(Math.floor(2147483647 * Aa()));
let k = 0;
const h = m => {
try {
const n = "object" === typeof m.data ? m.data : JSON.parse(m.data);
l === n.paw_id && (window.clearTimeout(k), window.removeEventListener("message", h), n.signal ? c(n.signal) : n.error && d(n.error))
} catch (n) {
g("paw_sigs", {
msg: "postmessageError",
err: n instanceof Error ? n.message : "nonError",
data: null == m.data ? "null" : 500 < m.data.length ? m.data.substring(0, 500) : m.data
})
}
};
window.addEventListener("message", m => {
e(903, () => {
h(m)
})()
});
a.postMessage({
paw_id: l,
...b
});
k = window.setTimeout(() => {
window.removeEventListener("message", h);
d("PAW GMA postmessage timed out.")
}, f)
};
function lb(a, b) {
return G(a, 2, b)
}
function mb(a, b) {
return G(a, 3, b)
}
function nb(a, b) {
return G(a, 4, b)
}
function ob(a, b) {
return G(a, 5, b)
}
function pb(a, b) {
return G(a, 9, b)
}
function qb(a, b) {
ka(a);
if (null == b) var c = F;
else c = [], ha(c, 1);
var d = c;
if (null != b) {
c = !!b.length;
for (var f = 0; f < b.length; f++) {
const e = b[f];
c = c && !(A(e.m) & 2);
d[f] = e.m
}
c = (c ? 8 : 0) | 1;
f = A(d);
(f & c) !== c && (Object.isFrozen(d) && (d = Array.prototype.slice.call(d)), B(d, f | c));
a.j || (a.j = {});
a.j[10] = b
} else a.j && (a.j[10] = void 0);
return na(a, 10, d)
}
function rb(a, b) {
return G(a, 11, b)
}
function sb(a, b) {
return G(a, 1, b)
}
function tb(a, b) {
return G(a, 7, b)
}
var vb = class extends H {
constructor() {
super(-1, ub)
}
},
wb = class extends H {
constructor() {
super()
}
},
ub = [10, 6];
const xb = "platform platformVersion architecture model uaFullVersion bitness fullVersionList wow64".split(" ");
function yb() {
var a = window;
if ("function" !== typeof a.navigator ? .userAgentData ? .getHighEntropyValues) return null;
const b = a.google_tag_data ? ? (a.google_tag_data = {});
if (b.uach_promise) return b.uach_promise;
a = a.navigator.userAgentData.getHighEntropyValues(xb).then(c => {
b.uach ? ? (b.uach = c);
return c
});
return b.uach_promise = a
}
function zb(a) {
return rb(qb(ob(lb(sb(nb(tb(pb(mb(new vb, a.architecture || ""), a.bitness || ""), a.mobile || !1), a.model || ""), a.platform || ""), a.platformVersion || ""), a.uaFullVersion || ""), a.fullVersionList ? .map(b => {
var c = new wb;
c = G(c, 1, b.brand);
return G(c, 2, b.version)
}) || []), a.wow64 || !1)
}
function Ab() {
return yb() ? .then(a => zb(a)) ? ? null
};
class Bb {
constructor() {
this.promise = new Promise(a => {
this.h = a
})
}
};
window.viewReq = [];
const Cb = a => {
const b = new Image;
b.src = a.replace("&", "&");
window.viewReq.push(b)
};
L = 41;
window.vu = a => {
const b = M(xa),
c = jb();
if (b && c ? .gmaSdk ? .getViewSignals) {
var d = c.gmaSdk.getViewSignals();
d && (a = J(a, "&ms=" + d))
}
M(wa) && "__google_lidar_radf_" in window && (a = J(a, "&avradf=1"));
const f = [];
d = () => {
const e = new Bb;
f.push(e.promise);
return e.h
};
if (M(ya)) {
const e = Ab();
if (null != e) {
const g = d();
e.then(l => {
a: {
D = !0;
try {
var k = JSON.stringify(l.toJSON(), va);
break a
} finally {
D = !1
}
k = void 0
}
l = k;k = [];
for (var h = 0, m = 0; m < l.length; m++) {
var n = l.charCodeAt(m);
255 < n && (k[h++] = n & 255, n >>= 8);
k[h++] = n
}
l = ea(k, 3);0 < l.length && (a = J(a, "&uach=" + l));g()
})
}
}
if (b && c ? .webkit ? .messageHandlers ? .getGmaViewSignals) {
const e = d();
kb(c.webkit.messageHandlers.getGmaViewSignals, {}, g => {
a = J(a, "&" + g);
e()
}, () => {
e()
}, 200, hb, ib)
}
0 < f.length ? Promise.all(f).then(() => {
Cb(a)
}) : Cb(a)
};
}).call(this); < /script><script data-jc="53" data-jc-version="r20230125">(function(){/ * Copyright The Closure Library Authors.SPDX - License - Identifier: Apache - 2.0 * / 'use strict';var k=this||self;function aa(a,b){function c(){}c.prototype=b.prototype;a.m=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.l=function(d,e,f){for(var q=Array(arguments.length-2),h=2;h<arguments.length;h++)q[h-2]=arguments[h];return b.prototype[e].apply(d,q)}};function p(a){let b=!1,c;return function(){b||(c=a(),b=!0);return c}};var ba={capture:!0},ca=p(function(){let a=!1;try{const b=Object.defineProperty({},"passive",{get:function(){a=!0}});k.addEventListener("test",null,b)}catch(b){}return a});function r(a,b,c,d){if(a.addEventListener){var e=a.addEventListener;d=d?d.passive&&ca()?d:d.capture||!1:!1;e.call(a,b,c,d)}};function t(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var u=document;let v=null;function w(){const a=k.performance;return a&&a.now&&a.timing?Math.floor(a.now()+a.timing.navigationStart):Date.now()}function x(){const a=k.performance;return a&&a.now?a.now():null};class da{constructor(a,b){var c=x()||w();this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.random();this.taskId=this.slotId=void 0}};const z=k.performance,ea=!!(z&&z.mark&&z.measure&&z.clearMarks),A=p(()=>{var a;if(a=ea){var b;if(null===v){v="";try{a="";try{a=k.top.location.hash}catch(c){a=k.location.hash}a&&(v=(b=a.match(/\
bdeid = ([\d, ] + ) / )) ? b[1]: "")
} catch (c) {}
}
b = v;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function fa(a) {
a && z && A() && (z.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), z.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ha {
constructor() {
var a = window;
this.g = [];
this.j = a || k;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.g = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = A() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new da(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
z && A() && z.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (x() || w()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
z && A() && z.mark(b);
!this.h || 2048 < this.g.length || this.g.push(a)
}
}
};
function ia() {};
const B = new ha;
var C = () => {
window.google_measure_js_timing || (B.h = !1, B.g != B.j.google_js_reporting_queue && (A() && Array.prototype.forEach.call(B.g, fa, void 0), B.g.length = 0))
};
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
"complete" == window.document.readyState ? C() : B.h && r(window, "load", () => {
C()
});
var D = (a, b, c, d, e) => {
window.css ? window.css(b, c, d, e, void 0) : a && (b = a.href, e ? d = b + ("&" + c + "=" + d) : (e = "&" + c + "=", c = b.indexOf(e), 0 > c ? d = b + e + d : (c += e.length, e = b.indexOf("&", c), d = 0 <= e ? b.substring(0, c) + d + b.substring(e) : b.substring(0, c) + d)), c = parseInt(window.sumhl, 10), a.href = d.length > (0 < c ? c : 2E3) ? b : d)
};
let E = !1,
F = !1,
G = null;
const ja = () => {
r ? .(document, "click", a => {
G = a
}, ba)
};
var ka = () => {
const a = G;
return a ? E || F ? !1 : (a.preventDefault ? a.preventDefault() : a.returnValue = !1, !0) : !1
},
la = () => {
r(document, "mousedown", () => {
E = !0
});
r(document, "keydown", () => {
F = !0
});
ja()
};
var ma = (a, b = 17) => {
if (0 > b || Math.floor(b) !== b) b = 17;
H(a, b)
},
na = (a, b) => {
H(a, b || 1)
},
oa = a => {
H(a, 2)
},
pa = (a, b) => {
H(a, b || 0)
};
let I = {},
J = !0;
const H = (a, b) => {
var c;
if (c = J) void 0 === I[a] && (I[a] = []), (c = I[a][b]) || (I[a][b] = !0);
c || D(document.getElementById(a), a, "nb", b, J)
};
function K(a, b, c) {
const d = a.id || "";
D(a, d, "nx", b);
D(a, d, "ny", c)
}
var qa = class {
constructor() {
this.g = this.h = null;
u.addEventListener && u.addEventListener("mousedown", a => {
this.h = a
}, !0);
r(u, "DOMContentLoaded", () => {
this.g = u.getElementById("common_15click_anchor")
})
}
};
const ra = [0, 2, 1];
let M = null;
var N = a => {
if (a) {
var b; {
const c = window.event || M;
c ? ((b = c.which ? 1 << ra[c.which - 1] : c.button) && c.shiftKey && (b |= 8), b && c.altKey && (b |= 16), b && c.ctrlKey && (b |= 32)) : b = null
}
b && D(a, a.id, "mb", b)
}
};
document.addEventListener && document.addEventListener("mousedown", a => {
M = a
}, !0);
window.mb = N;
var O = {},
sa = (a, b = 2, c = "") => {
c = c ? c : a;
1 !== b && (void 0 === O[c] ? O[c] = 1 : O[c] ++);
0 !== b && O[c] && D(document.getElementById(a), a, "nm", O[c])
};
var P = "closure_listenable_" + (1E6 * Math.random() | 0);
var ta = 0;
function ua(a, b, c, d, e) {
this.listener = a;
this.proxy = null;
this.src = b;
this.type = c;
this.capture = !!d;
this.h = e;
this.key = ++ta;
this.g = this.i = !1
}
function Q(a) {
a.g = !0;
a.listener = null;
a.proxy = null;
a.src = null;
a.h = null
};
function R(a) {
this.src = a;
this.g = {};
this.h = 0
}
R.prototype.add = function(a, b, c, d, e) {
var f = a.toString();
a = this.g[f];
a || (a = this.g[f] = [], this.h++);
var q = S(a, b, d, e); - 1 < q ? (b = a[q], c || (b.i = !1)) : (b = new ua(b, this.src, f, !!d, e), b.i = c, a.push(b));
return b
};
function T(a, b) {
var c = b.type;
if (c in a.g) {
var d = a.g[c],
e = Array.prototype.indexOf.call(d, b, void 0),
f;
(f = 0 <= e) && Array.prototype.splice.call(d, e, 1);
f && (Q(b), 0 == a.g[c].length && (delete a.g[c], a.h--))
}
}
function S(a, b, c, d) {
for (var e = 0; e < a.length; ++e) {
var f = a[e];
if (!f.g && f.listener == b && f.capture == !!c && f.h == d) return e
}
return -1
};
var U = "closure_lm_" + (1E6 * Math.random() | 0),
V = {},
va = 0;
function W(a, b, c, d, e) {
if (Array.isArray(b))
for (var f = 0; f < b.length; f++) W(a, b[f], c, d, e);
else(f = typeof d, d = "object" == f && null != d || "function" == f ? !!d.capture : !!d, c = wa(c), a && a[P]) ? (a = a.g, b = String(b).toString(), b in a.g && (f = a.g[b], c = S(f, c, d, e), -1 < c && (Q(f[c]), Array.prototype.splice.call(f, c, 1), 0 == f.length && (delete a.g[b], a.h--)))) : a && (a = X(a)) && (b = a.g[b.toString()], a = -1, b && (a = S(b, c, d, e)), (c = -1 < a ? b[a] : null) && "number" !== typeof c && c && !c.g && ((e = c.src) && e[P] ? T(e.g, c) : (d = c.type, b = c.proxy, e.removeEventListener ? e.removeEventListener(d, b, c.capture) : e.detachEvent ? e.detachEvent(d in V ? V[d] : V[d] = "on" + d, b) : e.addListener && e.removeListener && e.removeListener(b), va--, (d = X(e)) ? (T(d, c), 0 == d.h && (d.src = null, e[U] = null)) : Q(c))))
}
function X(a) {
a = a[U];
return a instanceof R ? a : null
}
var Y = "__closure_events_fn_" + (1E9 * Math.random() >>> 0);
function wa(a) {
if ("function" === typeof a) return a;
a[Y] || (a[Y] = function(b) {
return a.handleEvent(b)
});
return a[Y]
};
function Z() {
this.g = new R(this)
}
aa(Z, ia);
Z.prototype[P] = !0;
Z.prototype.removeEventListener = function(a, b, c, d) {
W(this, a, b, c, d)
};
class xa extends Z {};
class ya extends xa {};
function za(a, b) {
b && (new ya).g.add("became-visible", () => {
a.g = (new Date).getTime()
}, !1, void 0, void 0)
}
var Aa = class {
constructor() {
this.g = 0
}
};
window.init_ssb = (a, b, c, d, e, f, q) => {
const h = window;
a && (la(), h.accbk = ka);
b && (f && (J = !1), h.cla = ma, h.cll = na, h.clb = oa, h.clh = pa);
if (c) {
const n = new qa;
h.xy = (g, L, m) => {
m = m || L;
const y = g || n.h;
if (y && L && m && !t(n.g, y.target)) {
g = u.querySelector("a.one-point-five-click.rhbutton");
var l;
(l = !g) || (g.classList ? l = g.classList.contains("preexpanded") : (l = g.classList ? g.classList : ("string" == typeof g.className ? g.className : g.getAttribute && g.getAttribute("class") || "").match(/\S+/g) || [], l = 0 <= Array.prototype.indexOf.call(l, "preexpanded", void 0)));
if (l || !t(g, y.target)) l = Math.round(y.clientX - m.offsetLeft), m = Math.round(y.clientY - m.offsetTop), K(L, l, m), n.g && K(n.g, l, m), g && K(g, l, m)
}
}
}
d && (h.mb = N);
e && (h.ss = sa);
if (q) {
const n = new Aa;
h.vti = g => {
g && (0 === n.g ? D(g, g.id, "vti", "") : D(g, g.id, "vti", (new Date).getTime() - n.g))
};
h.ivti = g => {
za(n, g)
}
}
};
}).call(this); < /script><script>init_ssb(true,false,true,true,true,false,false);</script > < script >
if (typeof(ss) === "undefined") {
ss = function() {};
}
function st(id) {
var a = document.getElementById(id);
if (a) {
a.myt = (new Date()).getTime();
xy(window.event, a);
mb(a);
}
}
function ha(a, x) {
if (accbk()) return;
su(a);
}
function ia(a, e, x) {
if (accbk()) return;
su(a);
}
function ja(a, x) {
if (accbk()) return;
su(a);
}
function ga(o, e, x) {
if (document.getElementById) {
var a = o.id.substring(1),
p = "",
r = "",
g = e.target,
t, f, h;
if (g) {
t = g.id;
f = g.parentNode;
if (f) {
p = f.id;
h = f.parentNode;
if (h) r = h.id;
}
} else {
h = e.srcElement;
f = h.parentNode;
if (f) p = f.id;
t = h.id;
}
if (t == a || p == a || r == a) return true;
ia(a, e, x);
window.open(document.getElementById(a).href);
}
} < /script></head > < body leftMargin = "0"
topMargin = "0"
marginwidth = "0"
marginheight = "0"
style = "background:transparent; line-height:0" > < span id = "4683702200138385851191"
data - dv - view = "4683702200138385851191" > < script > function su(id) {
var a = document.getElementById(id);
var b = (new Date()).getTime();
if (a && a.myt && b) {
var t = b - a.myt;
if (window.css) {
css(id, 'clkt', t);
return;
}
var bi = a.href.indexOf("&clkt=");
if (bi > 0) {
var c = a.href.substring(0, bi + 6);
var d = a.href.substring(bi + 6, a.href.length);
var ei = d.indexOf("&");
var r = '';
if (ei >= 0) r = d.substring(ei, d.length);
a.href = c + t + r;
} else {
a.href += "&clkt=" + t;
}
}
} < /script><script>window.dicnf = {};</script > < script data - jc = "41"
data - jc - version = "r20230125"
data - jc - flags = "["x%278446'9efotm(&20067;>8&>`dopb/%<1732261!=|vqc)!7201061?'9efotmy"]" > (function() { /* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */
'use strict';
var p = this || self;
function q(a) {
q[" "](a);
return a
}
q[" "] = function() {};
var da = {},
r = null;
function ea(a, b) {
void 0 === b && (b = 0);
if (!r) {
r = {};
for (var c = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), d = ["+/=", "+/", "-_=", "-_.", "-_"], f = 0; 5 > f; f++) {
var e = c.concat(d[f].split(""));
da[f] = e;
for (var g = 0; g < e.length; g++) {
var l = e[g];
void 0 === r[l] && (r[l] = g)
}
}
}
b = da[b];
c = Array(Math.floor(a.length / 3));
d = b[64] || "";
for (f = e = 0; e < a.length - 2; e += 3) {
var k = a[e],
h = a[e + 1];
l = a[e + 2];
g = b[k >> 2];
k = b[(k & 3) << 4 | h >> 4];
h = b[(h & 15) << 2 | l >> 6];
l = b[l & 63];
c[f++] = g + k + h + l
}
g = 0;
l = d;
switch (a.length - e) {
case 2:
g = a[e + 1], l = b[(g & 15) << 2] || d;
case 1:
a = a[e], c[f] = b[a >> 2] + b[(a & 3) << 4 | g >> 4] + l + d
}
return c.join("")
};
var fa = "undefined" !== typeof Uint8Array;
const y = Symbol();
function ha(a, b) {
if (y) return a[y] |= b;
if (void 0 !== a.o) return a.o |= b;
Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
});
return b
}
function A(a) {
let b;
y ? b = a[y] : b = a.o;
return null == b ? 0 : b
}
function B(a, b) {
y ? a[y] = b : void 0 !== a.o ? a.o = b : Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
})
};
var ia = {};
function C(a) {
return null !== a && "object" === typeof a && !Array.isArray(a) && a.constructor === Object
}
let D;
var F;
const ja = [];
B(ja, 23);
F = Object.freeze(ja);
function ka(a) {
if (A(a.m) & 2) throw Error("Cannot mutate an immutable Message");
}
function la(a) {
var b = a.length;
(b = b ? a[b - 1] : void 0) && C(b) ? b.g = 1 : a.push({
g: 1
})
};
function ma(a) {
const b = a.l + a.i;
return a.h || (a.h = a.m[b] = {})
}
function G(a, b, c) {
ka(a);
return na(a, b, c)
}
function na(a, b, c) {
a.s && (a.s = void 0);
if (b >= a.l) return ma(a)[b] = c, a;
a.m[b + a.i] = c;
(c = a.h) && b in c && delete c[b];
return a
};
let oa;
function pa(a) {
switch (typeof a) {
case "number":
return isFinite(a) ? a : String(a);
case "object":
if (a)
if (Array.isArray(a)) {
if (0 !== (A(a) & 128)) return a = Array.prototype.slice.call(a), la(a), a
} else if (fa && null != a && a instanceof Uint8Array) return a = ea(a), a
}
return a
};
function qa(a, b, c, d) {
if (null != a) {
if (Array.isArray(a)) a = ra(a, b, c, void 0 !== d);
else if (C(a)) {
const f = {};
for (let e in a) f[e] = qa(a[e], b, c, d);
a = f
} else a = b(a, d);
return a
}
}
function ra(a, b, c, d) {
const f = A(a);
d = d ? !!(f & 16) : void 0;
a = Array.prototype.slice.call(a);
for (let e = 0; e < a.length; e++) a[e] = qa(a[e], b, c, d);
c(f, a);
return a
}
function sa(a) {
return a.A === ia ? a.toJSON() : pa(a)
}
function ta(a, b) {
a & 128 && la(b)
};
var H = class {
constructor(a, b) {
var c = void 0;
null == c && (c = oa);
oa = void 0;
var d = this.constructor.h || 0,
f = 0 < d,
e = this.constructor.i,
g = !1;
if (null == c) {
c = e ? [e] : [];
var l = 48;
var k = !0;
f && (d = 0, l |= 128);
B(c, l)
} else {
if (!Array.isArray(c)) throw Error();
if (e && e !== c[0]) throw Error();
let h = l = ha(c, 0);
if (k = 0 !== (16 & h))(g = 0 !== (32 & h)) || (h |= 32);
if (f)
if (128 & h) d = 0;
else {
if (0 < c.length) {
const m = c[c.length - 1];
if (C(m) && "g" in m) {
d = 0;
h |= 128;
delete m.g;
let n = !0;
for (let t in m) {
n = !1;
break
}
n && c.pop()
}
}
} else if (128 & h) throw Error();
l !== h && B(c, h)
}
this.i = (e ? 0 : -1) - d;
this.j = void 0;
this.m = c;
a: {
e = this.m.length;
d = e - 1;
if (e && (e = this.m[d], C(e))) {
this.h = e;
this.l = d - this.i;
break a
}
void 0 !== a && -1 < a ? (this.l = Math.max(a, d + 1 - this.i), this.h = void 0) : this.l = Number.MAX_VALUE
}
if (!f && this.h && "g" in this.h) throw Error('Unexpected "g" flag in sparse object of message that is not a group type.');
if (b) {
a = k && !g && !0;
f = this.l;
let h;
for (k = 0; k < b.length; k++) g = b[k], g < f ? (g += this.i, (d = c[g]) ? ua(d, a) : c[g] = F) : (h || (h = ma(this)), (d = h[g]) ? ua(d, a) : h[g] = F)
}
}
toJSON() {
const a = this.m;
return D ? a : ra(a, sa, ta)
}
};
function ua(a, b) {
if (Array.isArray(a)) {
var c = A(a),
d = 1;
!b || c & 2 || (d |= 16);
(c & d) !== d && B(a, c | d)
}
}
H.prototype.A = ia;
H.prototype.toString = function() {
return this.m.toString()
};
function va(a, b) {
return pa(b)
};
var I = class {
constructor(a, b = !1) {
this.key = a;
this.defaultValue = b;
this.valueType = "boolean"
}
};
var wa = new I("45368259"),
xa = new I("45357156", !0),
ya = new I("45350890");
var J = (a, b) => "&adurl=" == a.substring(a.length - 7) ? a.substring(0, a.length - 7) + b + "&adurl=" : a + b;
function K(a, b, c) {
a.addEventListener && a.addEventListener(b, c, !1)
};
var za = RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");
function Aa() {
if (!globalThis.crypto) return Math.random();
try {
const a = new Uint32Array(1);
globalThis.crypto.getRandomValues(a);
return a[0] / 65536 / 65536
} catch {
return Math.random()
}
}
function Ba(a, b) {
if (a)
for (const c in a) Object.prototype.hasOwnProperty.call(a, c) && b(a[c], c, a)
}
function Ga(a = document) {
return a.createElement("img")
};
function Ha(a, b = null) {
Ia(a, b)
}
function Ia(a, b) {
p.google_image_requests || (p.google_image_requests = []);
const c = Ga(p.document);
if (b) {
const d = f => {
b && b(f);
c.removeEventListener && c.removeEventListener("load", d, !1);
c.removeEventListener && c.removeEventListener("error", d, !1)
};
K(c, "load", d);
K(c, "error", d)
}
c.src = a;
p.google_image_requests.push(c)
};
let L = 0;
function Ja(a, b = null) {
return b && b.getAttribute("data-jc") === String(a) ? b : document.querySelector(`[${"data-jc"}="${a}"]`)
};
function M(a) {
N || (N = new Ka);
const b = N.h[a.key];
if ("proto" === a.valueType) {
try {
const c = JSON.parse(b);
if (Array.isArray(c)) return c
} catch (c) {}
return a.defaultValue
}
return typeof b === typeof a.defaultValue ? b : a.defaultValue
}
var La = class {
constructor() {
this.h = {}
}
};
var Ka = class extends La {
constructor() {
super();
var a = Ja(L, document.currentScript);
a = a && a.getAttribute("data-jc-flags") || "";
try {
const b = JSON.parse(a)[0];
a = "";
for (let c = 0; c < b.length; c++) a += String.fromCharCode(b.charCodeAt(c) ^ "\u0003\u0007\u0003\u0007\b\u0004\u0004\u0006\u0005\u0003".charCodeAt(c % 10));
this.h = JSON.parse(a)
} catch (b) {}
}
},
N;
class Ma {
constructor(a, b) {
this.error = a;
this.context = b.context;
this.msg = b.message || "";
this.id = b.id || "jserror";
this.meta = {}
}
};
const Na = RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|$)");
var Oa = class {
constructor(a, b) {
this.h = a;
this.i = b
}
},
Pa = class {
constructor(a, b) {
this.url = a;
this.v = !!b;
this.depth = null
}
};
function P(a, b) {
const c = {};
c[a] = b;
return [c]
}
function Qa(a, b, c, d, f) {
const e = [];
Ba(a, function(g, l) {
(g = Ra(g, b, c, d, f)) && e.push(l + "=" + g)
});
return e.join(b)
}
function Ra(a, b, c, d, f) {
if (null == a) return "";
b = b || "&";
c = c || ",$";
"string" == typeof c && (c = c.split(""));
if (a instanceof Array) {
if (d = d || 0, d < c.length) {
const e = [];
for (let g = 0; g < a.length; g++) e.push(Ra(a[g], b, c, d + 1, f));
return e.join(c[d])
}
} else if ("object" == typeof a) return f = f || 0, 2 > f ? encodeURIComponent(Qa(a, b, c, d, f + 1)) : "...";
return encodeURIComponent(String(a))
}
function Sa(a) {
let b = 1;
for (const c in a.i) b = c.length > b ? c.length : b;
return 3997 - b - a.j.length - 1
}
function Ta(a, b) {
let c = "https://pagead2.googlesyndication.com" + b,
d = Sa(a) - b.length;
if (0 > d) return "";
a.h.sort(function(e, g) {
return e - g
});
b = null;
let f = "";
for (let e = 0; e < a.h.length; e++) {
const g = a.h[e],
l = a.i[g];
for (let k = 0; k < l.length; k++) {
if (!d) {
b = null == b ? g : b;
break
}
let h = Qa(l[k], a.j, ",$");
if (h) {
h = f + h;
if (d >= h.length) {
d -= h.length;
c += h;
f = a.j;
break
}
b = null == b ? g : b
}
}
}
a = "";
null != b && (a = f + "trn=" + b);
return c + a
}
class Q {
constructor() {
this.j = "&";
this.i = {};
this.l = 0;
this.h = []
}
};
function Ua() {
var a = R,
b = window.google_srt;
0 <= b && 1 >= b && (a.h = b)
}
function S(a, b, c, d = !1, f, e) {
if ((d ? a.h : Math.random()) < (f || .01)) try {
let g;
c instanceof Q ? g = c : (g = new Q, Ba(c, (k, h) => {
var m = g;
const n = m.l++;
k = P(h, k);
m.h.push(n);
m.i[n] = k
}));
const l = Ta(g, "/pagead/gen_204?id=" + b + "&");
l && ("undefined" !== typeof e ? Ha(l, e) : Ha(l))
} catch (g) {}
}
class Va {
constructor() {
this.h = Math.random()
}
};
let T = null;
function Wa() {
const a = p.performance;
return a && a.now && a.timing ? Math.floor(a.now() + a.timing.navigationStart) : Date.now()
}
function Xa() {
const a = p.performance;
return a && a.now ? a.now() : null
};
class Ya {
constructor(a, b) {
var c = Xa() || Wa();
this.label = a;
this.type = b;
this.value = c;
this.duration = 0;
this.uniqueId = Math.random();
this.taskId = this.slotId = void 0
}
};
const U = p.performance,
Za = !!(U && U.mark && U.measure && U.clearMarks),
V = function(a) {
let b = !1,
c;
return function() {
b || (c = a(), b = !0);
return c
}
}(() => {
var a;
if (a = Za) {
var b;
if (null === T) {
T = "";
try {
a = "";
try {
a = p.top.location.hash
} catch (c) {
a = p.location.hash
}
a && (T = (b = a.match(/\bdeid=([\d,]+)/)) ? b[1] : "")
} catch (c) {}
}
b = T;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function $a(a) {
a && U && V() && (U.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), U.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ab {
constructor() {
var a = window;
this.i = [];
this.j = a || p;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.i = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = V() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new Ya(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
U && V() && U.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (Xa() || Wa()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
U && V() && U.mark(b);
!this.h || 2048 < this.i.length || this.i.push(a)
}
}
};
function W(a) {
let b = a.toString();
a.name && -1 == b.indexOf(a.name) && (b += ": " + a.name);
a.message && -1 == b.indexOf(a.message) && (b += ": " + a.message);
if (a.stack) {
a = a.stack;
var c = b;
try {
-1 == a.indexOf(c) && (a = c + "\n" + a);
let d;
for (; a != d;) d = a, a = a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\2"), "$1");
b = a.replace(RegExp("\n *", "g"), "\n")
} catch (d) {
b = c
}
}
return b
}
function bb(a, b, c, d) {
let f, e;
try {
a.h && a.h.h ? (e = a.h.start(b.toString(), 3), f = c(), a.h.end(e)) : f = c()
} catch (g) {
c = !0;
try {
$a(e), c = a.B(b, new Ma(g, {
message: W(g)
}), void 0, d)
} catch (l) {
a.l(217, l)
}
if (c) window.console ? .error ? .(g);
else throw g;
}
return f
}
function cb(a, b, c, d) {
var f = X;
return (...e) => bb(f, a, () => b.apply(c, e), d)
}
class db {
constructor(a = null) {
this.s = R;
this.i = null;
this.B = this.l;
this.h = a;
this.j = !1
}
l(a, b, c, d, f) {
f = f || "jserror";
let e;
try {
const u = new Q;
var g = u;
g.h.push(1);
g.i[1] = P("context", a);
b.error && b.meta && b.id || (b = new Ma(b, {
message: W(b)
}));
if (b.msg) {
g = u;
var l = b.msg.substring(0, 512);
g.h.push(2);
g.i[2] = P("msg", l)
}
var k = b.meta || {};
b = k;
if (this.i) try {
this.i(b)
} catch (v) {}
if (d) try {
d(b)
} catch (v) {}
d = u;
k = [k];
d.h.push(3);
d.i[3] = k;
d = p;
k = [];
let O;
b = null;
do {
var h = d;
try {
var m;
if (m = !!h && null != h.location.href) b: {
try {
q(h.foo);
m = !0;
break b
} catch (v) {}
m = !1
}
var n = m
} catch {
n = !1
}
n ? (O = h.location.href, b = h.document && h.document.referrer || null) : (O = b, b = null);
k.push(new Pa(O || ""));
try {
d = h.parent
} catch (v) {
d = null
}
} while (d && h != d);
for (let v = 0, Ca = k.length - 1; v <= Ca; ++v) k[v].depth = Ca - v;
h = p;
if (h.location && h.location.ancestorOrigins && h.location.ancestorOrigins.length == k.length - 1) for (n = 1; n < k.length; ++n) {
var t = k[n];
t.url || (t.url = h.location.ancestorOrigins[n - 1] || "", t.v = !0)
}
var w = k;
let Z = new Pa(p.location.href, !1);
h = null;
const aa = w.length - 1;
for (t = aa; 0 <= t; --t) {
var x = w[t];
!h && Na.test(x.url) && (h = x);
if (x.url && !x.v) {
Z = x;
break
}
}
x = null;
const gb = w.length && w[aa].url;
0 != Z.depth && gb && (x = w[aa]);
e = new Oa(Z, x);
if (e.i) {
w = u;
var z = e.i.url || "";
w.h.push(4);
w.i[4] = P("top", z)
}
var ba = {
url: e.h.url || ""
};
if (e.h.url) {
var ca = e.h.url.match(za),
E = ca[1],
Da = ca[3],
Ea = ca[4];
z = "";
E && (z += E + ":");
Da && (z += "//", z += Da, Ea && (z += ":" + Ea));
var Fa = z
} else Fa = "";
E = u;
ba = [ba, {
url: Fa
}];
E.h.push(5);
E.i[5] = ba;
S(this.s, f, u, this.j, c)
} catch (u) {
try {
S(this.s, f, {
context: "ecmserr",
rctx: a,
msg: W(u),
url: e && e.h.url
}, this.j, c)
} catch (O) {}
}
return !0
}
};
class eb {};
let R, X;
const Y = new ab;
var fb = () => {
window.google_measure_js_timing || (Y.h = !1, Y.i != Y.j.google_js_reporting_queue && (V() && Array.prototype.forEach.call(Y.i, $a, void 0), Y.i.length = 0))
};
(a => {
R = a ? ? new Va;
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
Ua();
X = new db(Y);
X.i = b => {
var c = L;
0 !== c && (b.jc = String(c), c = (c = Ja(c, document.currentScript)) && c.getAttribute("data-jc-version") || "unknown", b.shv = c)
};
X.j = !0;
"complete" == window.document.readyState ? fb() : Y.h && K(window, "load", () => {
fb()
})
})();
var hb = (a, b, c, d) => cb(a, b, c, d),
ib = (a, b, c, d) => {
var f = eb;
var e = "u";
f.u && f.hasOwnProperty(e) || (e = new f, f.u = e);
f = [];
!b.eid && f.length && (b.eid = f.toString());
S(R, a, b, !0, c, d)
};
function jb() {
const a = window;
if (a.gmaSdk || a.webkit ? .messageHandlers ? .getGmaViewSignals) return a;
try {
const b = window.parent;
if (b.gmaSdk || b.webkit ? .messageHandlers ? .getGmaViewSignals) return b
} catch (b) {}
return null
}
function kb(a, b = {}, c = () => {}, d = () => {}, f = 200, e, g) {
const l = String(Math.floor(2147483647 * Aa()));
let k = 0;
const h = m => {
try {
const n = "object" === typeof m.data ? m.data : JSON.parse(m.data);
l === n.paw_id && (window.clearTimeout(k), window.removeEventListener("message", h), n.signal ? c(n.signal) : n.error && d(n.error))
} catch (n) {
g("paw_sigs", {
msg: "postmessageError",
err: n instanceof Error ? n.message : "nonError",
data: null == m.data ? "null" : 500 < m.data.length ? m.data.substring(0, 500) : m.data
})
}
};
window.addEventListener("message", m => {
e(903, () => {
h(m)
})()
});
a.postMessage({
paw_id: l,
...b
});
k = window.setTimeout(() => {
window.removeEventListener("message", h);
d("PAW GMA postmessage timed out.")
}, f)
};
function lb(a, b) {
return G(a, 2, b)
}
function mb(a, b) {
return G(a, 3, b)
}
function nb(a, b) {
return G(a, 4, b)
}
function ob(a, b) {
return G(a, 5, b)
}
function pb(a, b) {
return G(a, 9, b)
}
function qb(a, b) {
ka(a);
if (null == b) var c = F;
else c = [], ha(c, 1);
var d = c;
if (null != b) {
c = !!b.length;
for (var f = 0; f < b.length; f++) {
const e = b[f];
c = c && !(A(e.m) & 2);
d[f] = e.m
}
c = (c ? 8 : 0) | 1;
f = A(d);
(f & c) !== c && (Object.isFrozen(d) && (d = Array.prototype.slice.call(d)), B(d, f | c));
a.j || (a.j = {});
a.j[10] = b
} else a.j && (a.j[10] = void 0);
return na(a, 10, d)
}
function rb(a, b) {
return G(a, 11, b)
}
function sb(a, b) {
return G(a, 1, b)
}
function tb(a, b) {
return G(a, 7, b)
}
var vb = class extends H {
constructor() {
super(-1, ub)
}
},
wb = class extends H {
constructor() {
super()
}
},
ub = [10, 6];
const xb = "platform platformVersion architecture model uaFullVersion bitness fullVersionList wow64".split(" ");
function yb() {
var a = window;
if ("function" !== typeof a.navigator ? .userAgentData ? .getHighEntropyValues) return null;
const b = a.google_tag_data ? ? (a.google_tag_data = {});
if (b.uach_promise) return b.uach_promise;
a = a.navigator.userAgentData.getHighEntropyValues(xb).then(c => {
b.uach ? ? (b.uach = c);
return c
});
return b.uach_promise = a
}
function zb(a) {
return rb(qb(ob(lb(sb(nb(tb(pb(mb(new vb, a.architecture || ""), a.bitness || ""), a.mobile || !1), a.model || ""), a.platform || ""), a.platformVersion || ""), a.uaFullVersion || ""), a.fullVersionList ? .map(b => {
var c = new wb;
c = G(c, 1, b.brand);
return G(c, 2, b.version)
}) || []), a.wow64 || !1)
}
function Ab() {
return yb() ? .then(a => zb(a)) ? ? null
};
class Bb {
constructor() {
this.promise = new Promise(a => {
this.h = a
})
}
};
window.viewReq = [];
const Cb = a => {
const b = new Image;
b.src = a.replace("&", "&");
window.viewReq.push(b)
};
L = 41;
window.vu = a => {
const b = M(xa),
c = jb();
if (b && c ? .gmaSdk ? .getViewSignals) {
var d = c.gmaSdk.getViewSignals();
d && (a = J(a, "&ms=" + d))
}
M(wa) && "__google_lidar_radf_" in window && (a = J(a, "&avradf=1"));
const f = [];
d = () => {
const e = new Bb;
f.push(e.promise);
return e.h
};
if (M(ya)) {
const e = Ab();
if (null != e) {
const g = d();
e.then(l => {
a: {
D = !0;
try {
var k = JSON.stringify(l.toJSON(), va);
break a
} finally {
D = !1
}
k = void 0
}
l = k;k = [];
for (var h = 0, m = 0; m < l.length; m++) {
var n = l.charCodeAt(m);
255 < n && (k[h++] = n & 255, n >>= 8);
k[h++] = n
}
l = ea(k, 3);0 < l.length && (a = J(a, "&uach=" + l));g()
})
}
}
if (b && c ? .webkit ? .messageHandlers ? .getGmaViewSignals) {
const e = d();
kb(c.webkit.messageHandlers.getGmaViewSignals, {}, g => {
a = J(a, "&" + g);
e()
}, () => {
e()
}, 200, hb, ib)
}
0 < f.length ? Promise.all(f).then(() => {
Cb(a)
}) : Cb(a)
};
}).call(this); < /script><script data-jc="53" data-jc-version="r20230125">(function(){/ * Copyright The Closure Library Authors.SPDX - License - Identifier: Apache - 2.0 * / 'use strict';var k=this||self;function aa(a,b){function c(){}c.prototype=b.prototype;a.m=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.l=function(d,e,f){for(var q=Array(arguments.length-2),h=2;h<arguments.length;h++)q[h-2]=arguments[h];return b.prototype[e].apply(d,q)}};function p(a){let b=!1,c;return function(){b||(c=a(),b=!0);return c}};var ba={capture:!0},ca=p(function(){let a=!1;try{const b=Object.defineProperty({},"passive",{get:function(){a=!0}});k.addEventListener("test",null,b)}catch(b){}return a});function r(a,b,c,d){if(a.addEventListener){var e=a.addEventListener;d=d?d.passive&&ca()?d:d.capture||!1:!1;e.call(a,b,c,d)}};function t(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var u=document;let v=null;function w(){const a=k.performance;return a&&a.now&&a.timing?Math.floor(a.now()+a.timing.navigationStart):Date.now()}function x(){const a=k.performance;return a&&a.now?a.now():null};class da{constructor(a,b){var c=x()||w();this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.random();this.taskId=this.slotId=void 0}};const z=k.performance,ea=!!(z&&z.mark&&z.measure&&z.clearMarks),A=p(()=>{var a;if(a=ea){var b;if(null===v){v="";try{a="";try{a=k.top.location.hash}catch(c){a=k.location.hash}a&&(v=(b=a.match(/\
bdeid = ([\d, ] + ) / )) ? b[1]: "")
} catch (c) {}
}
b = v;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function fa(a) {
a && z && A() && (z.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), z.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ha {
constructor() {
var a = window;
this.g = [];
this.j = a || k;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.g = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = A() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new da(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
z && A() && z.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (x() || w()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
z && A() && z.mark(b);
!this.h || 2048 < this.g.length || this.g.push(a)
}
}
};
function ia() {};
const B = new ha;
var C = () => {
window.google_measure_js_timing || (B.h = !1, B.g != B.j.google_js_reporting_queue && (A() && Array.prototype.forEach.call(B.g, fa, void 0), B.g.length = 0))
};
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
"complete" == window.document.readyState ? C() : B.h && r(window, "load", () => {
C()
});
var D = (a, b, c, d, e) => {
window.css ? window.css(b, c, d, e, void 0) : a && (b = a.href, e ? d = b + ("&" + c + "=" + d) : (e = "&" + c + "=", c = b.indexOf(e), 0 > c ? d = b + e + d : (c += e.length, e = b.indexOf("&", c), d = 0 <= e ? b.substring(0, c) + d + b.substring(e) : b.substring(0, c) + d)), c = parseInt(window.sumhl, 10), a.href = d.length > (0 < c ? c : 2E3) ? b : d)
};
let E = !1,
F = !1,
G = null;
const ja = () => {
r ? .(document, "click", a => {
G = a
}, ba)
};
var ka = () => {
const a = G;
return a ? E || F ? !1 : (a.preventDefault ? a.preventDefault() : a.returnValue = !1, !0) : !1
},
la = () => {
r(document, "mousedown", () => {
E = !0
});
r(document, "keydown", () => {
F = !0
});
ja()
};
var ma = (a, b = 17) => {
if (0 > b || Math.floor(b) !== b) b = 17;
H(a, b)
},
na = (a, b) => {
H(a, b || 1)
},
oa = a => {
H(a, 2)
},
pa = (a, b) => {
H(a, b || 0)
};
let I = {},
J = !0;
const H = (a, b) => {
var c;
if (c = J) void 0 === I[a] && (I[a] = []), (c = I[a][b]) || (I[a][b] = !0);
c || D(document.getElementById(a), a, "nb", b, J)
};
function K(a, b, c) {
const d = a.id || "";
D(a, d, "nx", b);
D(a, d, "ny", c)
}
var qa = class {
constructor() {
this.g = this.h = null;
u.addEventListener && u.addEventListener("mousedown", a => {
this.h = a
}, !0);
r(u, "DOMContentLoaded", () => {
this.g = u.getElementById("common_15click_anchor")
})
}
};
const ra = [0, 2, 1];
let M = null;
var N = a => {
if (a) {
var b; {
const c = window.event || M;
c ? ((b = c.which ? 1 << ra[c.which - 1] : c.button) && c.shiftKey && (b |= 8), b && c.altKey && (b |= 16), b && c.ctrlKey && (b |= 32)) : b = null
}
b && D(a, a.id, "mb", b)
}
};
document.addEventListener && document.addEventListener("mousedown", a => {
M = a
}, !0);
window.mb = N;
var O = {},
sa = (a, b = 2, c = "") => {
c = c ? c : a;
1 !== b && (void 0 === O[c] ? O[c] = 1 : O[c] ++);
0 !== b && O[c] && D(document.getElementById(a), a, "nm", O[c])
};
var P = "closure_listenable_" + (1E6 * Math.random() | 0);
var ta = 0;
function ua(a, b, c, d, e) {
this.listener = a;
this.proxy = null;
this.src = b;
this.type = c;
this.capture = !!d;
this.h = e;
this.key = ++ta;
this.g = this.i = !1
}
function Q(a) {
a.g = !0;
a.listener = null;
a.proxy = null;
a.src = null;
a.h = null
};
function R(a) {
this.src = a;
this.g = {};
this.h = 0
}
R.prototype.add = function(a, b, c, d, e) {
var f = a.toString();
a = this.g[f];
a || (a = this.g[f] = [], this.h++);
var q = S(a, b, d, e); - 1 < q ? (b = a[q], c || (b.i = !1)) : (b = new ua(b, this.src, f, !!d, e), b.i = c, a.push(b));
return b
};
function T(a, b) {
var c = b.type;
if (c in a.g) {
var d = a.g[c],
e = Array.prototype.indexOf.call(d, b, void 0),
f;
(f = 0 <= e) && Array.prototype.splice.call(d, e, 1);
f && (Q(b), 0 == a.g[c].length && (delete a.g[c], a.h--))
}
}
function S(a, b, c, d) {
for (var e = 0; e < a.length; ++e) {
var f = a[e];
if (!f.g && f.listener == b && f.capture == !!c && f.h == d) return e
}
return -1
};
var U = "closure_lm_" + (1E6 * Math.random() | 0),
V = {},
va = 0;
function W(a, b, c, d, e) {
if (Array.isArray(b))
for (var f = 0; f < b.length; f++) W(a, b[f], c, d, e);
else(f = typeof d, d = "object" == f && null != d || "function" == f ? !!d.capture : !!d, c = wa(c), a && a[P]) ? (a = a.g, b = String(b).toString(), b in a.g && (f = a.g[b], c = S(f, c, d, e), -1 < c && (Q(f[c]), Array.prototype.splice.call(f, c, 1), 0 == f.length && (delete a.g[b], a.h--)))) : a && (a = X(a)) && (b = a.g[b.toString()], a = -1, b && (a = S(b, c, d, e)), (c = -1 < a ? b[a] : null) && "number" !== typeof c && c && !c.g && ((e = c.src) && e[P] ? T(e.g, c) : (d = c.type, b = c.proxy, e.removeEventListener ? e.removeEventListener(d, b, c.capture) : e.detachEvent ? e.detachEvent(d in V ? V[d] : V[d] = "on" + d, b) : e.addListener && e.removeListener && e.removeListener(b), va--, (d = X(e)) ? (T(d, c), 0 == d.h && (d.src = null, e[U] = null)) : Q(c))))
}
function X(a) {
a = a[U];
return a instanceof R ? a : null
}
var Y = "__closure_events_fn_" + (1E9 * Math.random() >>> 0);
function wa(a) {
if ("function" === typeof a) return a;
a[Y] || (a[Y] = function(b) {
return a.handleEvent(b)
});
return a[Y]
};
function Z() {
this.g = new R(this)
}
aa(Z, ia);
Z.prototype[P] = !0;
Z.prototype.removeEventListener = function(a, b, c, d) {
W(this, a, b, c, d)
};
class xa extends Z {};
class ya extends xa {};
function za(a, b) {
b && (new ya).g.add("became-visible", () => {
a.g = (new Date).getTime()
}, !1, void 0, void 0)
}
var Aa = class {
constructor() {
this.g = 0
}
};
window.init_ssb = (a, b, c, d, e, f, q) => {
const h = window;
a && (la(), h.accbk = ka);
b && (f && (J = !1), h.cla = ma, h.cll = na, h.clb = oa, h.clh = pa);
if (c) {
const n = new qa;
h.xy = (g, L, m) => {
m = m || L;
const y = g || n.h;
if (y && L && m && !t(n.g, y.target)) {
g = u.querySelector("a.one-point-five-click.rhbutton");
var l;
(l = !g) || (g.classList ? l = g.classList.contains("preexpanded") : (l = g.classList ? g.classList : ("string" == typeof g.className ? g.className : g.getAttribute && g.getAttribute("class") || "").match(/\S+/g) || [], l = 0 <= Array.prototype.indexOf.call(l, "preexpanded", void 0)));
if (l || !t(g, y.target)) l = Math.round(y.clientX - m.offsetLeft), m = Math.round(y.clientY - m.offsetTop), K(L, l, m), n.g && K(n.g, l, m), g && K(g, l, m)
}
}
}
d && (h.mb = N);
e && (h.ss = sa);
if (q) {
const n = new Aa;
h.vti = g => {
g && (0 === n.g ? D(g, g.id, "vti", "") : D(g, g.id, "vti", (new Date).getTime() - n.g))
};
h.ivti = g => {
za(n, g)
}
}
};
}).call(this); < /script><script>init_ssb(true,false,true,true,true,false,false);</script > < script >
if (typeof(ss) === "undefined") {
ss = function() {};
}
function st(id) {
var a = document.getElementById(id);
if (a) {
a.myt = (new Date()).getTime();
xy(window.event, a);
mb(a);
}
}
function ha(a, x) {
if (accbk()) return;
su(a);
}
function ia(a, e, x) {
if (accbk()) return;
su(a);
}
function ja(a, x) {
if (accbk()) return;
su(a);
}
function ga(o, e, x) {
if (document.getElementById) {
var a = o.id.substring(1),
p = "",
r = "",
g = e.target,
t, f, h;
if (g) {
t = g.id;
f = g.parentNode;
if (f) {
p = f.id;
h = f.parentNode;
if (h) r = h.id;
}
} else {
h = e.srcElement;
f = h.parentNode;
if (f) p = f.id;
t = h.id;
}
if (t == a || p == a || r == a) return true;
ia(a, e, x);
window.open(document.getElementById(a).href);
}
} < /script><div id="google_image_div" style="overflow:hidden; position:absolute"class="GoogleActiveViewElement"data-google-av-cxn="https:/ / pagead2.googlesyndication.com / pcs / activeview ? xai = AKAOjss9Ae7lau0C38D5J1351maDorN6Y3 - uZxqPkTv1vrAEaZ7vyJpeEKqNLjY8yO4rcHqhafBt18nqxzLw59IE7Tn4r4_sB72gYNQhpX6JjKvzMJEuy2S0 & amp;
sig = Cg0ArKJSzJWCQ98co74tEAE "data-google-av-adk="
2843051155 "data-google-av-metadata="
la = 0 & amp;
xdi = 0 & amp;
"data-google-av-ufs-integrator-metadata="
"data-google-av-override=" - 1 "data-google-av-dm="
2 "data-google-av-immediate data-google-av-aid="
0 "data-google-av-naid="
1 "data-google-av-slift="
"data-google-av-cpmav="
"data-google-av-btr="
https: //securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsum5FP8_MMl_ywJEbdjagkMMCzEZgAc90qkIg7vCLt12qLhVLM3erfPKzefZrWRgWz8rSBZNq8sSrHOAN8FC08R8K9U3L5NP-YlzBPilbJjbFEDXRdJ72WZ8OdvZkBvrAu4qTiYDt1nFsK0qPAD-i9C8XcWO-AN9gpNec300LSEftbz2HXZVSvDglm5JmaWP3kEMBwk6rqX8gHxhQT3CO_gcbuCXMARPI1Wdg2qgcS3eonui3l8YXTlqxakkMdOf77Wu_RNx0_MTpZZGF8Y-VZ9VjxRC0x1VbjKG5c0l9DwYpFaYY3kI-dlhB4PQMfvLL3U6k4R-nH7&sai=AMfl-YT96DgDg0ponwaBgUN0vDWICWTPOB1kExwslwX51G3Yt0DpogwYyXkgJ5utM7G986SP0whOczgSUdiBCa0SDNaPBFZ0Csij4HjAE7gV9atPHQ5BtiTXfrKZ99ZGfloEUDHLpW9xvla_MaDJAkQAlQ&sig=Cg0ArKJSzCV86ww7R3N4EAE&uach_m=[UACH]&adurl="data-google-av-itpl="3"data-google-av-rs="4"data-google-av-flags="["x%278440'9efotm(&753374%2bejvf/%27844>'9wuvb$&56533>!=|vqc)!273794&<qqvb/%<1735020!=nehu`/!364=5051!9abk{a($160210:3&<cbotf+*0150034:%2bejvf/%72;17613!=efdwa*'76463;21$?ebkpb$&0366717>*>bgipf+!3=712363%9aihwc)!7202<217'9efotm(&20061;48&>`dopb/%<1707200!=8(&2005575?&>`dopb/%<170642?!=|vqc)!7201;=50'9wuvb$&03641654*>bgipf+!3=731103%9szqa*'76440<71$?ebkpb$&0364;154*>bgipf+!3=7<714:%9aihwc)!720?:431'9efotmy"]"><script>vu("https://securepubads.g.doubleclick.net/pcs/view?xai\x3dAKAOjssfRRmNgPbTA64ZnRiWxXP_KbTOVlcYuKhbHVcDvHETyMJkPJ9gGypUodRxd9ZtV-ghuLgUq-z6qAV8g616Uwu9vHGzpxuTi83WVkSTVXuuhHrtN8l_r0G_h_xM5qKMBlideoaUEpdfc-w47m3XvgbYJYKumb6XQtLnBCQ5BU2arrTsLCdJTVpYd6I9sH6oYslQQWGA-Tb7gEBFCrZaRyf0wdIYry8gIcp4siuC6fTJxbudsYVoC7uKQoSWa_r0Jw1Zx_5Bp5J_gO5Cbvj3AQ056xI3ewtzID8ZxvZ9g4sGZs5SHYAyCMTKoVV-k64u6Z5pPkPPSA\x26sai\x3dAMfl-YQ339AP1JhUuiGoinIUWb0OBYy50uUtwAU05MPZIeVXEf4T8sWFW4pXqUYHuOsh7eXXc45P2ur6TY8G00geyyrrUl-nPwfEMSzuEDG0vBWygzglAi6rBLOCElgFshaYJXfAwATHql4T0PtDTpYAmw\x26sig\x3dCg0ArKJSzPCQVstLKQs6EAE\x26uach_m\x3d[UACH]\x26adurl\x3d")</script><a id="aw0" target="_blank" href="https://googleads.g.doubleclick.net/pcs/click?xai=AKAOjstnaoc526KrfwvOkcPSEXXluF5c2rUW6rIBscPmtsJ9hQd_A8h9Se-0yG9JUAx0XDNSaccrviQkCGXU_kGsBiFYkCgB_dafxYZuNoIe54QZ1rQK5n6wibkxRWSb1s-Ksk35VcZh_p2jEuNCPCVX3hIxPVx1gdO6r2hL3C4mMKZOz_dLu5U-IoUlNdr9ye27Rvb8JcSnBmUOR7O0RjR2f6N9FqkJPZt1VkeUFRjx4v9OD1TwIJeXWkN50py-7iqG_3zFjjCEIRt9vlqXU6mlPiqU4vde9h5vfAzjDd5ERzE979-RqjhdiOF0eVSGooT4gWR9og&sai=AMfl-YSwmMjacShEKeBHx9ZGhj3m5B6lOXGfA0fVZU23mhOFI4eP9vd2J90YajHKgjwp5AyAxHG16QlhGozictHsWTM9VGctKxryVFGDhYzAk_X11VsnYJUa28pxqnfXhZN-al2-bLaAqOekPZ1pmnLGcQ&sig=Cg0ArKJSzIwJt0d9V6c6&fbs_aeid=[gw_fbsaeid]&adurl=https://www.facebook.com/MedPageToday%3Futm_source%3Dhouseads%26utm_medium%3Dbanner%26utm_campaign%3D2022HA%26xid%3D2022HA%26content%3DFB_728x90" onFocus="ss('aw0')" onMouseDown="st('aw0')" onMouseOver="ss('aw0')" onClick="ha('aw0')"><img src="https://tpc.googlesyndication.com/simgad/15622530207513519329" border="0" width="728" height="90" alt="" class="img_ad" /></a><style>div{margin:0;padding:0;}.abgc{display:none;height:15px;position:absolute;right:1px;top:1px;text-rendering:geometricPrecision;z-index:2147483646;}.abgb{display:inline-block;height:15px;}.abgc,.jar .abgc,.jar .cbb{opacity:1;}.abgs{display:none;height:100%;}.abgl{text-decoration:none;}.abgs svg,.abgb svg{display:inline-block;height:15px;width:auto;vertical-align:top;}.abgc .il-wrap{background-color:#ffffff;height:15px;white-space:nowrap;}.abgc .il-wrap.exp{border-bottom-left-radius:5px;}.abgc .il-text,.abgc .il-icon{display:inline-block;}.abgc .il-text{padding-right:1px;padding-left:5px;height:15px;width:55px;}.abgc .il-icon{height:15px;width:15px;}.abgc .il-text svg{fill:#000000;}.abgc .il-icon svg{fill:#00aecd}</style><div id="abgc" class="abgc" dir="ltr"><div id="abgb" class="abgb"><div class="il-wrap"><div class="il-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 15"><circle cx="6" cy="6" r="0.67"></circle><path d="M4.2,11.3Q3.3,11.8,3.3,10.75L3.3,4.1Q3.3,3.1,4.3,3.5L10.4,7.0Q12.0,7.5,10.4,8.0L6.65,10.0L6.65,7.75a0.65,0.65,0,1,0,-1.3,0L5.35,10.75a0.9,0.9,0,0,0,1.3,0.8L12.7,8.2Q13.7,7.5,12.7,6.7L3.3,1.6Q2.2,1.3,1.8,2.5L1.8,12.5Q2.2,13.9,3.3,13.3L4.8,12.5A0.3,0.3,0,1,0,4.2,11.3Z"></path></svg></div></div></div><div id="abgs" class="abgs"><a id="abgl" class="abgl" href="https://www.google.com/url?ct=abg&q=https://www.google.com/adsense/support/bin/request.py%3Fcontact%3Dabg_afc%26url%3Dhttps://www.cureus.com/users/375655-snigdha-karnakoti%26gl%3DNO%26hl%3Den%26client%3Dca-pub-5818911660210451%26ai0%3DBBwFTs2rZY5vsDZDhywWThpnQCey11p9FAAAAEAEgtfmRIDgBWLeGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ&usg=AOvVaw0MFV93zmmc9DoX4VGKr64G" target="_blank"><div class="il-wrap exp"><div class="il-text"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 59 16"><path d="M4.51 4.24L8.02 12.83L6.73 12.83L5.72 10.21L2.14 10.21L1.19 12.83L-0.01 12.83L3.29 4.24L4.51 4.24ZM2.46 9.31L5.38 9.31L5.38 9.31Q4.32 6.52 4.19 6.14L4.19 6.14L4.19 6.14Q4.05 5.77 3.89 5.13L3.89 5.13L3.86 5.13L3.86 5.13Q3.70 6 3.42 6.74L3.42 6.74L2.46 9.31ZM13.83 4.24L13.83 12.83L12.85 12.83L12.85 12.04L12.83 12.04L12.83 12.04Q12.26 12.97 11.11 12.97L11.11 12.97L11.11 12.97Q9.97 12.97 9.20 12.07L9.20 12.07L9.20 12.07Q8.44 11.16 8.44 9.72L8.44 9.72L8.44 9.72Q8.44 8.21 9.16 7.34L9.16 7.34L9.16 7.34Q9.88 6.47 11.06 6.47L11.06 6.47L11.06 6.47Q12.18 6.47 12.76 7.32L12.76 7.32L12.78 7.32L12.78 4.24L13.83 4.24ZM11.22 12.11L11.22 12.11L11.22 12.11Q11.91 12.11 12.39 11.54L12.39 11.54L12.39 11.54Q12.87 10.97 12.87 9.81L12.87 9.81L12.87 9.81Q12.87 8.68 12.43 8.00L12.43 8.00L12.43 8.00Q11.99 7.33 11.17 7.33L11.17 7.33L11.17 7.33Q10.35 7.33 9.93 7.99L9.93 7.99L9.93 7.99Q9.52 8.65 9.52 9.72L9.52 9.72L9.52 9.72Q9.52 10.49 9.74 11.03L9.74 11.03L9.74 11.03Q9.97 11.57 10.37 11.84L10.37 11.84L10.37 11.84Q10.78 12.11 11.22 12.11ZM21.74 9.81L22.88 10.10L22.88 10.10Q22.50 11.55 21.57 12.26L21.57 12.26L21.57 12.26Q20.63 12.97 19.32 12.97L19.32 12.97L19.32 12.97Q17.21 12.97 16.25 11.65L16.25 11.65L16.25 11.65Q15.29 10.33 15.29 8.47L15.29 8.47L15.29 8.47Q15.29 6.42 16.42 5.25L16.42 5.25L16.42 5.25Q17.55 4.09 19.34 4.09L19.34 4.09L19.34 4.09Q20.59 4.09 21.48 4.73L21.48 4.73L21.48 4.73Q22.37 5.37 22.73 6.60L22.73 6.60L21.62 6.86L21.62 6.86Q21.33 5.96 20.76 5.51L20.76 5.51L20.76 5.51Q20.19 5.06 19.32 5.06L19.32 5.06L19.32 5.06Q17.92 5.06 17.19 5.99L17.19 5.99L17.19 5.99Q16.46 6.91 16.46 8.46L16.46 8.46L16.46 8.46Q16.46 10.25 17.23 11.13L17.23 11.13L17.23 11.13Q17.99 12 19.22 12L19.22 12L19.22 12Q20.23 12 20.86 11.46L20.86 11.46L20.86 11.46Q21.49 10.91 21.74 9.81L21.74 9.81ZM29.23 8.89L29.23 12.83L28.17 12.83L28.17 8.90L28.17 8.90Q28.17 8.14 27.84 7.76L27.84 7.76L27.84 7.76Q27.51 7.38 26.86 7.38L26.86 7.38L26.86 7.38Q26.21 7.38 25.71 7.83L25.71 7.83L25.71 7.83Q25.20 8.27 25.20 9.43L25.20 9.43L25.20 12.83L24.15 12.83L24.15 4.24L25.20 4.24L25.20 7.32L25.20 7.32Q25.95 6.47 27.08 6.47L27.08 6.47L27.08 6.47Q27.68 6.47 28.23 6.71L28.23 6.71L28.23 6.71Q28.78 6.96 29.00 7.47L29.00 7.47L29.00 7.47Q29.23 7.98 29.23 8.89L29.23 8.89ZM33.35 6.47L33.35 6.47L33.35 6.47Q34.61 6.47 35.44 7.29L35.44 7.29L35.44 7.29Q36.27 8.11 36.27 9.62L36.27 9.62L36.27 9.62Q36.27 11.46 35.37 12.21L35.37 12.21L35.37 12.21Q34.48 12.97 33.35 12.97L33.35 12.97L33.35 12.97Q32.17 12.97 31.31 12.19L31.31 12.19L31.31 12.19Q30.44 11.41 30.44 9.72L30.44 9.72L30.44 9.72Q30.44 8.08 31.28 7.27L31.28 7.27L31.28 7.27Q32.12 6.47 33.35 6.47ZM33.35 12.11L33.35 12.11L33.35 12.11Q34.25 12.11 34.72 11.44L34.72 11.44L34.72 11.44Q35.19 10.77 35.19 9.68L35.19 9.68L35.19 9.68Q35.19 8.51 34.66 7.92L34.66 7.92L34.66 7.92Q34.13 7.33 33.35 7.33L33.35 7.33L33.35 7.33Q32.55 7.33 32.03 7.93L32.03 7.93L32.03 7.93Q31.52 8.53 31.52 9.72L31.52 9.72L31.52 9.72Q31.52 10.90 32.04 11.50L32.04 11.50L32.04 11.50Q32.57 12.11 33.35 12.11ZM38.55 6.61L38.55 12.83L37.49 12.83L37.49 6.61L38.55 6.61ZM38.55 4.24L38.55 5.43L37.49 5.43L37.49 4.24L38.55 4.24ZM44.20 10.55L45.25 10.68L45.25 10.68Q45.05 11.87 44.31 12.42L44.31 12.42L44.31 12.42Q43.58 12.97 42.66 12.97L42.66 12.97L42.66 12.97Q41.30 12.97 40.56 12.08L40.56 12.08L40.56 12.08Q39.83 11.20 39.83 9.73L39.83 9.73L39.83 9.73Q39.83 8.52 40.25 7.79L40.25 7.79L40.25 7.79Q40.68 7.06 41.31 6.76L41.31 6.76L41.31 6.76Q41.95 6.47 42.66 6.47L42.66 6.47L42.66 6.47Q43.62 6.47 44.30 6.97L44.30 6.97L44.30 6.97Q44.98 7.46 45.14 8.43L45.14 8.43L44.12 8.59L44.12 8.59Q43.96 7.96 43.61 7.65L43.61 7.65L43.61 7.65Q43.25 7.33 42.70 7.33L42.70 7.33L42.70 7.33Q41.82 7.33 41.36 7.96L41.36 7.96L41.36 7.96Q40.90 8.58 40.90 9.71L40.90 9.71L40.90 9.71Q40.90 10.86 41.35 11.48L41.35 11.48L41.35 11.48Q41.80 12.11 42.64 12.11L42.64 12.11L42.64 12.11Q43.32 12.11 43.71 11.72L43.71 11.72L43.71 11.72Q44.10 11.33 44.20 10.55L44.20 10.55ZM51.56 9.98L51.56 9.98L46.90 9.98L46.90 9.98Q46.97 11.02 47.49 11.56L47.49 11.56L47.49 11.56Q48.02 12.11 48.80 12.11L48.80 12.11L48.80 12.11Q49.41 12.11 49.82 11.79L49.82 11.79L49.82 11.79Q50.23 11.47 50.44 10.82L50.44 10.82L51.53 10.96L51.53 10.96Q51.26 11.93 50.56 12.45L50.56 12.45L50.56 12.45Q49.86 12.97 48.80 12.97L48.80 12.97L48.80 12.97Q47.40 12.97 46.61 12.11L46.61 12.11L46.61 12.11Q45.83 11.26 45.83 9.77L45.83 9.77L45.83 9.77Q45.83 8.30 46.59 7.38L46.59 7.38L46.59 7.38Q47.36 6.47 48.74 6.47L48.74 6.47L48.74 6.47Q49.42 6.47 50.05 6.77L50.05 6.77L50.05 6.77Q50.68 7.07 51.12 7.78L51.12 7.78L51.12 7.78Q51.56 8.50 51.56 9.98ZM46.96 9.12L50.48 9.12L50.48 9.12Q50.41 8.17 49.89 7.75L49.89 7.75L49.89 7.75Q49.37 7.33 48.74 7.33L48.74 7.33L48.74 7.33Q48 7.33 47.52 7.83L47.52 7.83L47.52 7.83Q47.04 8.33 46.96 9.12L46.96 9.12ZM57.33 8.21L56.30 8.35L56.30 8.35Q56.23 7.84 55.89 7.58L55.89 7.58L55.89 7.58Q55.55 7.33 54.94 7.33L54.94 7.33L54.94 7.33Q54.33 7.33 53.96 7.54L53.96 7.54L53.96 7.54Q53.59 7.74 53.59 8.13L53.59 8.13L53.59 8.13Q53.59 8.50 53.89 8.66L53.89 8.66L53.89 8.66Q54.18 8.82 55.05 9.05L55.05 9.05L55.05 9.05Q56.04 9.30 56.53 9.49L56.53 9.49L56.53 9.49Q57.02 9.69 57.29 10.03L57.29 10.03L57.29 10.03Q57.56 10.38 57.56 11.00L57.56 11.00L57.56 11.00Q57.56 11.84 56.88 12.40L56.88 12.40L56.88 12.40Q56.20 12.97 55.07 12.97L55.07 12.97L55.07 12.97Q53.88 12.97 53.22 12.47L53.22 12.47L53.22 12.47Q52.55 11.97 52.40 10.97L52.40 10.97L53.45 10.81L53.45 10.81Q53.53 11.46 53.93 11.78L53.93 11.78L53.93 11.78Q54.33 12.11 55.05 12.11L55.05 12.11L55.05 12.11Q55.75 12.11 56.12 11.82L56.12 11.82L56.12 11.82Q56.48 11.53 56.48 11.11L56.48 11.11L56.48 11.11Q56.48 10.83 56.31 10.66L56.31 10.66L56.31 10.66Q56.14 10.49 55.89 10.40L55.89 10.40L55.89 10.40Q55.63 10.32 54.74 10.10L54.74 10.10L54.74 10.10Q53.42 9.79 53.00 9.33L53.00 9.33L53.00 9.33Q52.57 8.88 52.57 8.26L52.57 8.26L52.57 8.26Q52.57 7.48 53.19 6.97L53.19 6.97L53.19 6.97Q53.81 6.47 54.86 6.47L54.86 6.47L54.86 6.47Q55.97 6.47 56.59 6.91L56.59 6.91L56.59 6.91Q57.21 7.34 57.33 8.21L57.33 8.21Z"/></svg></div><div class="il-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 15"><circle cx="6" cy="6" r="0.67"></circle><path d="M4.2,11.3Q3.3,11.8,3.3,10.75L3.3,4.1Q3.3,3.1,4.3,3.5L10.4,7.0Q12.0,7.5,10.4,8.0L6.65,10.0L6.65,7.75a0.65,0.65,0,1,0,-1.3,0L5.35,10.75a0.9,0.9,0,0,0,1.3,0.8L12.7,8.2Q13.7,7.5,12.7,6.7L3.3,1.6Q2.2,1.3,1.8,2.5L1.8,12.5Q2.2,13.9,3.3,13.3L4.8,12.5A0.3,0.3,0,1,0,4.2,11.3Z"></path></svg></div></div></a></div></div><script data-jc="60" src="https://tpc.googlesyndication.com/pagead/js/r20230125/r20110914/abg_lite_fy2021.js" data-jc-version="r20230125" data-jcp-attribution-data="[[null,"https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png",null,"https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png","https://googleads.g.doubleclick.net/pagead/interaction/?ai=BBwFTs2rZY5vsDZDhywWThpnQCey11p9FAAAAEAEgtfmRIDgBWLeGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ\u0026sigh=448XvhgvQvI\u0026cid=CAQSSwDUE5ymll1TU78GPe2jMihC6GiwzaTuHCGdWCQVNO2OQFT04_qtuvcUrvIKHekBhKEn9MEF6Jtxk7pXbS_KI84pX4juOmjFsVYLUSAT","",["user_feedback_menu_interaction","",0],null,null,null,null,"What was wrong with this ad?",null,"https://googleads.g.doubleclick.net/pagead/images/mtad/back_blue.png","Thanks for the feedback!","Well review this ad to improve the experience in the future.","Thanks for the feedback!","Well use your feedback to review ads on this site.",null,null,null,"Closing ad: %1$d","AdChoices","https://googleads.g.doubleclick.net/pagead/images/mtad/ad_choices_blue.png","https://www.google.com/url?ct=abg\u0026q=https://www.google.com/adsense/support/bin/request.py%3Fcontact%3Dabg_afc%26url%3Dhttps://www.cureus.com/users/375655-snigdha-karnakoti%26gl%3DNO%26hl%3Den%26client%3Dca-pub-5818911660210451%26ai0%3DBBwFTs2rZY5vsDZDhywWThpnQCey11p9FAAAAEAEgtfmRIDgBWLeGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ\u0026usg=AOvVaw0MFV93zmmc9DoX4VGKr64G","https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png",0,null,["https://googleads.g.doubleclick.net/pagead/images/adchoices/iconx2-000000.png","AdChoices","Ad closed by %1$s",null,"https://www.gstatic.com/images/branding/googlelogo/2x/googlelogo_dark_color_84x28dp.png","Send feedback","Thanks. Feedback improves Google ads",null,null,null,null,null,null,"See my Google ad settings",null,"https://www.gstatic.com","","Ad served by %1$s","Ad settings","https://adssettings.google.com",null,null,null,0,null,null,2,0],null,null,null,0,0,"Ad options","Personalize ads on this site",null,null,"Learn more","//support.google.com/ads/answer/10923348",1,"https://securepubads.g.doubleclick.net/user_data_deletion/puid?cid=CAQSSwDUE5ymll1TU78GPe2jMihC6GiwzaTuHCGdWCQVNO2OQFT04_qtuvcUrvIKHekBhKEn9MEF6Jtxk7pXbS_KI84pX4juOmjFsVYLUSAT"],null,null,0,null,0,0,1,0,0,0,0,0,0,0,null,0,null,0,null,null,null,null,0,null,null,0,null,null,"right",0,0,"r20230125/r20110914"]"></script></div><script data-jc="22" src="https://tpc.googlesyndication.com/pagead/js/r20230125/r20110914/client/window_focus_fy2021.js" async data-jc-version="r20230125" data-jcp-url="https://googleads.g.doubleclick.net/pagead/interaction/?ai=&sigh=BpnfxIaauQU&cid=CAQSSwDUE5ymll1TU78GPe2jMihC6GiwzaTuHCGdWCQVNO2OQFT04_qtuvcUrvIKHekBhKEn9MEF6Jtxk7pXbS_KI84pX4juOmjFsVYLUSAT" data-jcp-gws-id="" data-jcp-qem-id="CNuR9aLE8vwCFZDwsgodE0MGmg"></script><script>window.parent.postMessage('{"googMsgType":"pvt","token":"AD37Y7t0yof7olc7WAvQ8JkrOIUQDXDoHZw8FPwtKb99l8OM1C7ctZeSHrjlL_K1sKRvJFfiBdQz3nAgeNxQL_T0"}', '*');</script><div style="bottom:0;right:0;width:728px;height:90px;background:initial !important;position:absolute !important;max-width:100% !important;max-height:100% !important;pointer-events:none !important;image-rendering:-moz-crisp-edges !important;z-index:2147483647;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRSTlMAApidrBQAAAB8SURBVBjTbZALDsAwCELpDbj/aTc/iFtqFjtTQp8A9zpV0FcTwLx9O0lPqcDxmT1uQhY9/3taqle01VDf3iKRf5NMMVEWN1oZpuNt3CSZ51D3OrqzFSz24jHHvRqjeYZU+ckaXpBicQrnC7QSpFNxgrWzkOj9ypj/BL3oA/XEBSdFR3rlAAAAAElFTkSuQmCC') !important;"></div><script id="googleActiveViewDisplayScript" src="https://www.googletagservices.com/activeview/js/current/rx_lidar.js?cache=r20110914"></script><script type="text/javascript">osdlfm();</script></span>
< script id = 'dv_measurement_script' >
const advertisers = ['368839453', '23406973', '23406973', '23914093', '23870773', '23386573', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4993805650', '23714293', '23550133', '23550133', '23876293', '23876293', '23539933', '23539933', '23539933', '23539933', '4880606047', '4965344058', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23330773', '23330773', '442139893'];
if (advertisers.indexOf(23539933 + '') == -1) {
var dvtp_src = document.createElement('script');
dvtp_src.type = 'text/javascript';
dvtp_src.setAttribute('async', 'true');
dvtp_src.setAttribute('src', 'https://cdn.doubleverify.com/dvtp_src.js?t2te=0&seltag=1&adsrv=104&sadv=23539933&ord=117330613&litm=4683702200&scrt=138385851191&splc=/4213/edh.cureus/primarycare&adu=21907982481&unit=728x90&btreg=4683702200138385851191&btadsrv=4683702200138385851191&ctx=21184944&cmp=DV462466&c1=&c2=top&c3=leader1&c4=');
document.getElementById('dv_measurement_script').before(dvtp_src);
} < /script><script id='ias-909703741'> (function() {
var iasScriptUrl, hiddenFrame, hiddenDoc, where, domain;
iasScriptUrl = '//pixel.adsafeprotected.com/jload?anId=8002&campId=728x90&pubId=23539933&chanId=21907982481&placementId=4683702200&pubCreative=138385851191&pubOrder=117330613&cb=909703741&custom=leader1&custom2=&custom3=';
hiddenFrame = document.createElement('iframe');
(hiddenFrame.frameElement || hiddenFrame).style.cssText = "width: 0; height: 0; border: 0; display: none;";
hiddenFrame.src = 'javascript:false';
where = document.getElementById('ias-909703741');
where.parentNode.insertBefore(hiddenFrame, where);
try {
hiddenDoc = hiddenFrame.contentWindow.document
} catch (e) {
domain = document.domain;
hiddenFrame.src = "javascript:var d=document.open();d.domain='" + domain + "';void(0);";
hiddenDoc = hiddenFrame.contentWindow.document
}
hiddenDoc.open().write('<body onload="' + 'window.__IntegralASUseFIF = true; ' + 'var js = document.createElement(\'script\');' + 'js.src = \'' + iasScriptUrl + '\';' + 'document.body.appendChild(js);">');
hiddenDoc.close()
})(); < /script> < noscript class = "MOAT-everydayhealthdfp606180883043?moatClientLevel1=23539933&moatClientLevel2=117330613&moatClientLevel3=4683702200&moatClientLevel4=138385851191&moatClientSlicer1=21705045080&moatClientSlicer2=21907982481&zMoatPS=top&zMoatST=&zMoatCT=&zMoatSLOT=leader1&zMoatSOURCE=&zMoatCAT=primarycare" > < /noscript> < script src = "https://z.moatads.com/everydayhealthdfp606180883043/moatad.js#moatClientLevel1=23539933&moatClientLevel2=117330613&moatClientLevel3=4683702200&moatClientLevel4=138385851191&moatClientSlicer1=21705045080&moatClientSlicer2=21907982481&zMoatPS=top&zMoatST=&zMoatCT=&zMoatSLOT=leader1&zMoatSOURCE=&zMoatCAT=primarycare"
type = "text/javascript" > < /script> < /body></html >
#4 JavaScript::Write (size: 337) - SHA256: 978d47ff8dcbd4496bfddac478f69fe6c120052820b8c49a7ae89310c7750a97
< body onload = "window.__IntegralASUseFIF = true; var js = document.createElement('script');js.src = '//pixel.adsafeprotected.com/jload?anId=8002&campId=336x280&pubId=23539933&chanId=21907982481&placementId=4683702200&pubCreative=138385851194&pubOrder=117330613&cb=1046816492&custom=box1&custom2=&custom3=';document.body.appendChild(js);" >
#5 JavaScript::Write (size: 183) - SHA256: 144080f51be8df8df16be9c2bb7b89ea20a97e8677e4ea02c90607dc3c4edd84
< head > < /head><body onload="var d = document;var s = d.createElement('script');d.getElementsByTagName('head')[0].appendChild(s).src='https:/ / static.adsafeprotected.com / sca.17.6.2. js '">
#6 JavaScript::Write (size: 1007) - SHA256: 631db817f9209a2749eb485ac99f6299db52d6cd0bdee3cad52d2697a62bb1a4
< script >
var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];
var loadPrebid = function() {
if (!prebidLoaded) {
prebidLoaded = true;
var pbs = document.createElement('script');
pbs.type = 'text/javascript';
pbs.async = true;
pbs.src = 'https://hb.brainlyads.com/prebid.js';
document.head.appendChild(pbs);
}
};
var PWT = {};
var prebidLoaded = false;
PWT.isLoaded = function() {
loadPrebid();
};
setTimeout(loadPrebid, 100);
(function() {
var purl = window.location.href;
var url = '//ads.pubmatic.com/AdServer/js/pwt/157577/2378/';
var profileVersionId = '';
if (purl.indexOf('pwtv=') > 0) {
var regexp = /pwtv=(.*?)(&|$)/g;
var matches = regexp.exec(purl);
if (matches.length >= 2 && matches[1].length > 0) {
profileVersionId = '/' + matches[1];
}
}
var wtads = document.createElement('script');
wtads.async = true;
wtads.type = 'text/javascript';
wtads.src = url + profileVersionId + '/pwt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(wtads, node);
})(); < /script></head > < body > < /body></html >
#7 JavaScript::Write (size: 66996) - SHA256: c4a37d3ef01b6fdf5d5dcdae66d7a95818b8eeade66fbe56b768afb6574b3459
< !doctype html > < html > < head > < script >
var jscVersion = 'r20230125'; < /script><script>var google_casm=[];</script > < style > a {
color: #000000 }</style><script>function su(id) {var a = document.getElementById(id);
var b = (new Date()).getTime();
if (a && a.myt && b) {
var t = b - a.myt;
if (window.css) {
css(id, 'clkt', t);
return;
}
var bi = a.href.indexOf("&clkt=");
if (bi > 0) {
var c = a.href.substring(0, bi + 6);
var d = a.href.substring(bi + 6, a.href.length);
var ei = d.indexOf("&");
var r = '';
if (ei >= 0) r = d.substring(ei, d.length);
a.href = c + t + r;
} else {
a.href += "&clkt=" + t;
}
}
} < /script><script>window.dicnf = {};</script > < script data - jc = "41"
data - jc - version = "r20230125"
data - jc - flags = "["x%278446'9efotm(&20067;>8&>`dopb/%<1732261!=|vqc)!7201061?'9efotmy"]" > (function() { /* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */
'use strict';
var p = this || self;
function q(a) {
q[" "](a);
return a
}
q[" "] = function() {};
var da = {},
r = null;
function ea(a, b) {
void 0 === b && (b = 0);
if (!r) {
r = {};
for (var c = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), d = ["+/=", "+/", "-_=", "-_.", "-_"], f = 0; 5 > f; f++) {
var e = c.concat(d[f].split(""));
da[f] = e;
for (var g = 0; g < e.length; g++) {
var l = e[g];
void 0 === r[l] && (r[l] = g)
}
}
}
b = da[b];
c = Array(Math.floor(a.length / 3));
d = b[64] || "";
for (f = e = 0; e < a.length - 2; e += 3) {
var k = a[e],
h = a[e + 1];
l = a[e + 2];
g = b[k >> 2];
k = b[(k & 3) << 4 | h >> 4];
h = b[(h & 15) << 2 | l >> 6];
l = b[l & 63];
c[f++] = g + k + h + l
}
g = 0;
l = d;
switch (a.length - e) {
case 2:
g = a[e + 1], l = b[(g & 15) << 2] || d;
case 1:
a = a[e], c[f] = b[a >> 2] + b[(a & 3) << 4 | g >> 4] + l + d
}
return c.join("")
};
var fa = "undefined" !== typeof Uint8Array;
const y = Symbol();
function ha(a, b) {
if (y) return a[y] |= b;
if (void 0 !== a.o) return a.o |= b;
Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
});
return b
}
function A(a) {
let b;
y ? b = a[y] : b = a.o;
return null == b ? 0 : b
}
function B(a, b) {
y ? a[y] = b : void 0 !== a.o ? a.o = b : Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
})
};
var ia = {};
function C(a) {
return null !== a && "object" === typeof a && !Array.isArray(a) && a.constructor === Object
}
let D;
var F;
const ja = [];
B(ja, 23);
F = Object.freeze(ja);
function ka(a) {
if (A(a.m) & 2) throw Error("Cannot mutate an immutable Message");
}
function la(a) {
var b = a.length;
(b = b ? a[b - 1] : void 0) && C(b) ? b.g = 1 : a.push({
g: 1
})
};
function ma(a) {
const b = a.l + a.i;
return a.h || (a.h = a.m[b] = {})
}
function G(a, b, c) {
ka(a);
return na(a, b, c)
}
function na(a, b, c) {
a.s && (a.s = void 0);
if (b >= a.l) return ma(a)[b] = c, a;
a.m[b + a.i] = c;
(c = a.h) && b in c && delete c[b];
return a
};
let oa;
function pa(a) {
switch (typeof a) {
case "number":
return isFinite(a) ? a : String(a);
case "object":
if (a)
if (Array.isArray(a)) {
if (0 !== (A(a) & 128)) return a = Array.prototype.slice.call(a), la(a), a
} else if (fa && null != a && a instanceof Uint8Array) return a = ea(a), a
}
return a
};
function qa(a, b, c, d) {
if (null != a) {
if (Array.isArray(a)) a = ra(a, b, c, void 0 !== d);
else if (C(a)) {
const f = {};
for (let e in a) f[e] = qa(a[e], b, c, d);
a = f
} else a = b(a, d);
return a
}
}
function ra(a, b, c, d) {
const f = A(a);
d = d ? !!(f & 16) : void 0;
a = Array.prototype.slice.call(a);
for (let e = 0; e < a.length; e++) a[e] = qa(a[e], b, c, d);
c(f, a);
return a
}
function sa(a) {
return a.A === ia ? a.toJSON() : pa(a)
}
function ta(a, b) {
a & 128 && la(b)
};
var H = class {
constructor(a, b) {
var c = void 0;
null == c && (c = oa);
oa = void 0;
var d = this.constructor.h || 0,
f = 0 < d,
e = this.constructor.i,
g = !1;
if (null == c) {
c = e ? [e] : [];
var l = 48;
var k = !0;
f && (d = 0, l |= 128);
B(c, l)
} else {
if (!Array.isArray(c)) throw Error();
if (e && e !== c[0]) throw Error();
let h = l = ha(c, 0);
if (k = 0 !== (16 & h))(g = 0 !== (32 & h)) || (h |= 32);
if (f)
if (128 & h) d = 0;
else {
if (0 < c.length) {
const m = c[c.length - 1];
if (C(m) && "g" in m) {
d = 0;
h |= 128;
delete m.g;
let n = !0;
for (let t in m) {
n = !1;
break
}
n && c.pop()
}
}
} else if (128 & h) throw Error();
l !== h && B(c, h)
}
this.i = (e ? 0 : -1) - d;
this.j = void 0;
this.m = c;
a: {
e = this.m.length;
d = e - 1;
if (e && (e = this.m[d], C(e))) {
this.h = e;
this.l = d - this.i;
break a
}
void 0 !== a && -1 < a ? (this.l = Math.max(a, d + 1 - this.i), this.h = void 0) : this.l = Number.MAX_VALUE
}
if (!f && this.h && "g" in this.h) throw Error('Unexpected "g" flag in sparse object of message that is not a group type.');
if (b) {
a = k && !g && !0;
f = this.l;
let h;
for (k = 0; k < b.length; k++) g = b[k], g < f ? (g += this.i, (d = c[g]) ? ua(d, a) : c[g] = F) : (h || (h = ma(this)), (d = h[g]) ? ua(d, a) : h[g] = F)
}
}
toJSON() {
const a = this.m;
return D ? a : ra(a, sa, ta)
}
};
function ua(a, b) {
if (Array.isArray(a)) {
var c = A(a),
d = 1;
!b || c & 2 || (d |= 16);
(c & d) !== d && B(a, c | d)
}
}
H.prototype.A = ia;
H.prototype.toString = function() {
return this.m.toString()
};
function va(a, b) {
return pa(b)
};
var I = class {
constructor(a, b = !1) {
this.key = a;
this.defaultValue = b;
this.valueType = "boolean"
}
};
var wa = new I("45368259"),
xa = new I("45357156", !0),
ya = new I("45350890");
var J = (a, b) => "&adurl=" == a.substring(a.length - 7) ? a.substring(0, a.length - 7) + b + "&adurl=" : a + b;
function K(a, b, c) {
a.addEventListener && a.addEventListener(b, c, !1)
};
var za = RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");
function Aa() {
if (!globalThis.crypto) return Math.random();
try {
const a = new Uint32Array(1);
globalThis.crypto.getRandomValues(a);
return a[0] / 65536 / 65536
} catch {
return Math.random()
}
}
function Ba(a, b) {
if (a)
for (const c in a) Object.prototype.hasOwnProperty.call(a, c) && b(a[c], c, a)
}
function Ga(a = document) {
return a.createElement("img")
};
function Ha(a, b = null) {
Ia(a, b)
}
function Ia(a, b) {
p.google_image_requests || (p.google_image_requests = []);
const c = Ga(p.document);
if (b) {
const d = f => {
b && b(f);
c.removeEventListener && c.removeEventListener("load", d, !1);
c.removeEventListener && c.removeEventListener("error", d, !1)
};
K(c, "load", d);
K(c, "error", d)
}
c.src = a;
p.google_image_requests.push(c)
};
let L = 0;
function Ja(a, b = null) {
return b && b.getAttribute("data-jc") === String(a) ? b : document.querySelector(`[${"data-jc"}="${a}"]`)
};
function M(a) {
N || (N = new Ka);
const b = N.h[a.key];
if ("proto" === a.valueType) {
try {
const c = JSON.parse(b);
if (Array.isArray(c)) return c
} catch (c) {}
return a.defaultValue
}
return typeof b === typeof a.defaultValue ? b : a.defaultValue
}
var La = class {
constructor() {
this.h = {}
}
};
var Ka = class extends La {
constructor() {
super();
var a = Ja(L, document.currentScript);
a = a && a.getAttribute("data-jc-flags") || "";
try {
const b = JSON.parse(a)[0];
a = "";
for (let c = 0; c < b.length; c++) a += String.fromCharCode(b.charCodeAt(c) ^ "\u0003\u0007\u0003\u0007\b\u0004\u0004\u0006\u0005\u0003".charCodeAt(c % 10));
this.h = JSON.parse(a)
} catch (b) {}
}
},
N;
class Ma {
constructor(a, b) {
this.error = a;
this.context = b.context;
this.msg = b.message || "";
this.id = b.id || "jserror";
this.meta = {}
}
};
const Na = RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|$)");
var Oa = class {
constructor(a, b) {
this.h = a;
this.i = b
}
},
Pa = class {
constructor(a, b) {
this.url = a;
this.v = !!b;
this.depth = null
}
};
function P(a, b) {
const c = {};
c[a] = b;
return [c]
}
function Qa(a, b, c, d, f) {
const e = [];
Ba(a, function(g, l) {
(g = Ra(g, b, c, d, f)) && e.push(l + "=" + g)
});
return e.join(b)
}
function Ra(a, b, c, d, f) {
if (null == a) return "";
b = b || "&";
c = c || ",$";
"string" == typeof c && (c = c.split(""));
if (a instanceof Array) {
if (d = d || 0, d < c.length) {
const e = [];
for (let g = 0; g < a.length; g++) e.push(Ra(a[g], b, c, d + 1, f));
return e.join(c[d])
}
} else if ("object" == typeof a) return f = f || 0, 2 > f ? encodeURIComponent(Qa(a, b, c, d, f + 1)) : "...";
return encodeURIComponent(String(a))
}
function Sa(a) {
let b = 1;
for (const c in a.i) b = c.length > b ? c.length : b;
return 3997 - b - a.j.length - 1
}
function Ta(a, b) {
let c = "https://pagead2.googlesyndication.com" + b,
d = Sa(a) - b.length;
if (0 > d) return "";
a.h.sort(function(e, g) {
return e - g
});
b = null;
let f = "";
for (let e = 0; e < a.h.length; e++) {
const g = a.h[e],
l = a.i[g];
for (let k = 0; k < l.length; k++) {
if (!d) {
b = null == b ? g : b;
break
}
let h = Qa(l[k], a.j, ",$");
if (h) {
h = f + h;
if (d >= h.length) {
d -= h.length;
c += h;
f = a.j;
break
}
b = null == b ? g : b
}
}
}
a = "";
null != b && (a = f + "trn=" + b);
return c + a
}
class Q {
constructor() {
this.j = "&";
this.i = {};
this.l = 0;
this.h = []
}
};
function Ua() {
var a = R,
b = window.google_srt;
0 <= b && 1 >= b && (a.h = b)
}
function S(a, b, c, d = !1, f, e) {
if ((d ? a.h : Math.random()) < (f || .01)) try {
let g;
c instanceof Q ? g = c : (g = new Q, Ba(c, (k, h) => {
var m = g;
const n = m.l++;
k = P(h, k);
m.h.push(n);
m.i[n] = k
}));
const l = Ta(g, "/pagead/gen_204?id=" + b + "&");
l && ("undefined" !== typeof e ? Ha(l, e) : Ha(l))
} catch (g) {}
}
class Va {
constructor() {
this.h = Math.random()
}
};
let T = null;
function Wa() {
const a = p.performance;
return a && a.now && a.timing ? Math.floor(a.now() + a.timing.navigationStart) : Date.now()
}
function Xa() {
const a = p.performance;
return a && a.now ? a.now() : null
};
class Ya {
constructor(a, b) {
var c = Xa() || Wa();
this.label = a;
this.type = b;
this.value = c;
this.duration = 0;
this.uniqueId = Math.random();
this.taskId = this.slotId = void 0
}
};
const U = p.performance,
Za = !!(U && U.mark && U.measure && U.clearMarks),
V = function(a) {
let b = !1,
c;
return function() {
b || (c = a(), b = !0);
return c
}
}(() => {
var a;
if (a = Za) {
var b;
if (null === T) {
T = "";
try {
a = "";
try {
a = p.top.location.hash
} catch (c) {
a = p.location.hash
}
a && (T = (b = a.match(/\bdeid=([\d,]+)/)) ? b[1] : "")
} catch (c) {}
}
b = T;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function $a(a) {
a && U && V() && (U.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), U.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ab {
constructor() {
var a = window;
this.i = [];
this.j = a || p;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.i = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = V() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new Ya(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
U && V() && U.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (Xa() || Wa()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
U && V() && U.mark(b);
!this.h || 2048 < this.i.length || this.i.push(a)
}
}
};
function W(a) {
let b = a.toString();
a.name && -1 == b.indexOf(a.name) && (b += ": " + a.name);
a.message && -1 == b.indexOf(a.message) && (b += ": " + a.message);
if (a.stack) {
a = a.stack;
var c = b;
try {
-1 == a.indexOf(c) && (a = c + "\n" + a);
let d;
for (; a != d;) d = a, a = a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\2"), "$1");
b = a.replace(RegExp("\n *", "g"), "\n")
} catch (d) {
b = c
}
}
return b
}
function bb(a, b, c, d) {
let f, e;
try {
a.h && a.h.h ? (e = a.h.start(b.toString(), 3), f = c(), a.h.end(e)) : f = c()
} catch (g) {
c = !0;
try {
$a(e), c = a.B(b, new Ma(g, {
message: W(g)
}), void 0, d)
} catch (l) {
a.l(217, l)
}
if (c) window.console ? .error ? .(g);
else throw g;
}
return f
}
function cb(a, b, c, d) {
var f = X;
return (...e) => bb(f, a, () => b.apply(c, e), d)
}
class db {
constructor(a = null) {
this.s = R;
this.i = null;
this.B = this.l;
this.h = a;
this.j = !1
}
l(a, b, c, d, f) {
f = f || "jserror";
let e;
try {
const u = new Q;
var g = u;
g.h.push(1);
g.i[1] = P("context", a);
b.error && b.meta && b.id || (b = new Ma(b, {
message: W(b)
}));
if (b.msg) {
g = u;
var l = b.msg.substring(0, 512);
g.h.push(2);
g.i[2] = P("msg", l)
}
var k = b.meta || {};
b = k;
if (this.i) try {
this.i(b)
} catch (v) {}
if (d) try {
d(b)
} catch (v) {}
d = u;
k = [k];
d.h.push(3);
d.i[3] = k;
d = p;
k = [];
let O;
b = null;
do {
var h = d;
try {
var m;
if (m = !!h && null != h.location.href) b: {
try {
q(h.foo);
m = !0;
break b
} catch (v) {}
m = !1
}
var n = m
} catch {
n = !1
}
n ? (O = h.location.href, b = h.document && h.document.referrer || null) : (O = b, b = null);
k.push(new Pa(O || ""));
try {
d = h.parent
} catch (v) {
d = null
}
} while (d && h != d);
for (let v = 0, Ca = k.length - 1; v <= Ca; ++v) k[v].depth = Ca - v;
h = p;
if (h.location && h.location.ancestorOrigins && h.location.ancestorOrigins.length == k.length - 1) for (n = 1; n < k.length; ++n) {
var t = k[n];
t.url || (t.url = h.location.ancestorOrigins[n - 1] || "", t.v = !0)
}
var w = k;
let Z = new Pa(p.location.href, !1);
h = null;
const aa = w.length - 1;
for (t = aa; 0 <= t; --t) {
var x = w[t];
!h && Na.test(x.url) && (h = x);
if (x.url && !x.v) {
Z = x;
break
}
}
x = null;
const gb = w.length && w[aa].url;
0 != Z.depth && gb && (x = w[aa]);
e = new Oa(Z, x);
if (e.i) {
w = u;
var z = e.i.url || "";
w.h.push(4);
w.i[4] = P("top", z)
}
var ba = {
url: e.h.url || ""
};
if (e.h.url) {
var ca = e.h.url.match(za),
E = ca[1],
Da = ca[3],
Ea = ca[4];
z = "";
E && (z += E + ":");
Da && (z += "//", z += Da, Ea && (z += ":" + Ea));
var Fa = z
} else Fa = "";
E = u;
ba = [ba, {
url: Fa
}];
E.h.push(5);
E.i[5] = ba;
S(this.s, f, u, this.j, c)
} catch (u) {
try {
S(this.s, f, {
context: "ecmserr",
rctx: a,
msg: W(u),
url: e && e.h.url
}, this.j, c)
} catch (O) {}
}
return !0
}
};
class eb {};
let R, X;
const Y = new ab;
var fb = () => {
window.google_measure_js_timing || (Y.h = !1, Y.i != Y.j.google_js_reporting_queue && (V() && Array.prototype.forEach.call(Y.i, $a, void 0), Y.i.length = 0))
};
(a => {
R = a ? ? new Va;
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
Ua();
X = new db(Y);
X.i = b => {
var c = L;
0 !== c && (b.jc = String(c), c = (c = Ja(c, document.currentScript)) && c.getAttribute("data-jc-version") || "unknown", b.shv = c)
};
X.j = !0;
"complete" == window.document.readyState ? fb() : Y.h && K(window, "load", () => {
fb()
})
})();
var hb = (a, b, c, d) => cb(a, b, c, d),
ib = (a, b, c, d) => {
var f = eb;
var e = "u";
f.u && f.hasOwnProperty(e) || (e = new f, f.u = e);
f = [];
!b.eid && f.length && (b.eid = f.toString());
S(R, a, b, !0, c, d)
};
function jb() {
const a = window;
if (a.gmaSdk || a.webkit ? .messageHandlers ? .getGmaViewSignals) return a;
try {
const b = window.parent;
if (b.gmaSdk || b.webkit ? .messageHandlers ? .getGmaViewSignals) return b
} catch (b) {}
return null
}
function kb(a, b = {}, c = () => {}, d = () => {}, f = 200, e, g) {
const l = String(Math.floor(2147483647 * Aa()));
let k = 0;
const h = m => {
try {
const n = "object" === typeof m.data ? m.data : JSON.parse(m.data);
l === n.paw_id && (window.clearTimeout(k), window.removeEventListener("message", h), n.signal ? c(n.signal) : n.error && d(n.error))
} catch (n) {
g("paw_sigs", {
msg: "postmessageError",
err: n instanceof Error ? n.message : "nonError",
data: null == m.data ? "null" : 500 < m.data.length ? m.data.substring(0, 500) : m.data
})
}
};
window.addEventListener("message", m => {
e(903, () => {
h(m)
})()
});
a.postMessage({
paw_id: l,
...b
});
k = window.setTimeout(() => {
window.removeEventListener("message", h);
d("PAW GMA postmessage timed out.")
}, f)
};
function lb(a, b) {
return G(a, 2, b)
}
function mb(a, b) {
return G(a, 3, b)
}
function nb(a, b) {
return G(a, 4, b)
}
function ob(a, b) {
return G(a, 5, b)
}
function pb(a, b) {
return G(a, 9, b)
}
function qb(a, b) {
ka(a);
if (null == b) var c = F;
else c = [], ha(c, 1);
var d = c;
if (null != b) {
c = !!b.length;
for (var f = 0; f < b.length; f++) {
const e = b[f];
c = c && !(A(e.m) & 2);
d[f] = e.m
}
c = (c ? 8 : 0) | 1;
f = A(d);
(f & c) !== c && (Object.isFrozen(d) && (d = Array.prototype.slice.call(d)), B(d, f | c));
a.j || (a.j = {});
a.j[10] = b
} else a.j && (a.j[10] = void 0);
return na(a, 10, d)
}
function rb(a, b) {
return G(a, 11, b)
}
function sb(a, b) {
return G(a, 1, b)
}
function tb(a, b) {
return G(a, 7, b)
}
var vb = class extends H {
constructor() {
super(-1, ub)
}
},
wb = class extends H {
constructor() {
super()
}
},
ub = [10, 6];
const xb = "platform platformVersion architecture model uaFullVersion bitness fullVersionList wow64".split(" ");
function yb() {
var a = window;
if ("function" !== typeof a.navigator ? .userAgentData ? .getHighEntropyValues) return null;
const b = a.google_tag_data ? ? (a.google_tag_data = {});
if (b.uach_promise) return b.uach_promise;
a = a.navigator.userAgentData.getHighEntropyValues(xb).then(c => {
b.uach ? ? (b.uach = c);
return c
});
return b.uach_promise = a
}
function zb(a) {
return rb(qb(ob(lb(sb(nb(tb(pb(mb(new vb, a.architecture || ""), a.bitness || ""), a.mobile || !1), a.model || ""), a.platform || ""), a.platformVersion || ""), a.uaFullVersion || ""), a.fullVersionList ? .map(b => {
var c = new wb;
c = G(c, 1, b.brand);
return G(c, 2, b.version)
}) || []), a.wow64 || !1)
}
function Ab() {
return yb() ? .then(a => zb(a)) ? ? null
};
class Bb {
constructor() {
this.promise = new Promise(a => {
this.h = a
})
}
};
window.viewReq = [];
const Cb = a => {
const b = new Image;
b.src = a.replace("&", "&");
window.viewReq.push(b)
};
L = 41;
window.vu = a => {
const b = M(xa),
c = jb();
if (b && c ? .gmaSdk ? .getViewSignals) {
var d = c.gmaSdk.getViewSignals();
d && (a = J(a, "&ms=" + d))
}
M(wa) && "__google_lidar_radf_" in window && (a = J(a, "&avradf=1"));
const f = [];
d = () => {
const e = new Bb;
f.push(e.promise);
return e.h
};
if (M(ya)) {
const e = Ab();
if (null != e) {
const g = d();
e.then(l => {
a: {
D = !0;
try {
var k = JSON.stringify(l.toJSON(), va);
break a
} finally {
D = !1
}
k = void 0
}
l = k;k = [];
for (var h = 0, m = 0; m < l.length; m++) {
var n = l.charCodeAt(m);
255 < n && (k[h++] = n & 255, n >>= 8);
k[h++] = n
}
l = ea(k, 3);0 < l.length && (a = J(a, "&uach=" + l));g()
})
}
}
if (b && c ? .webkit ? .messageHandlers ? .getGmaViewSignals) {
const e = d();
kb(c.webkit.messageHandlers.getGmaViewSignals, {}, g => {
a = J(a, "&" + g);
e()
}, () => {
e()
}, 200, hb, ib)
}
0 < f.length ? Promise.all(f).then(() => {
Cb(a)
}) : Cb(a)
};
}).call(this); < /script><script data-jc="53" data-jc-version="r20230125">(function(){/ * Copyright The Closure Library Authors.SPDX - License - Identifier: Apache - 2.0 * / 'use strict';var k=this||self;function aa(a,b){function c(){}c.prototype=b.prototype;a.m=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.l=function(d,e,f){for(var q=Array(arguments.length-2),h=2;h<arguments.length;h++)q[h-2]=arguments[h];return b.prototype[e].apply(d,q)}};function p(a){let b=!1,c;return function(){b||(c=a(),b=!0);return c}};var ba={capture:!0},ca=p(function(){let a=!1;try{const b=Object.defineProperty({},"passive",{get:function(){a=!0}});k.addEventListener("test",null,b)}catch(b){}return a});function r(a,b,c,d){if(a.addEventListener){var e=a.addEventListener;d=d?d.passive&&ca()?d:d.capture||!1:!1;e.call(a,b,c,d)}};function t(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var u=document;let v=null;function w(){const a=k.performance;return a&&a.now&&a.timing?Math.floor(a.now()+a.timing.navigationStart):Date.now()}function x(){const a=k.performance;return a&&a.now?a.now():null};class da{constructor(a,b){var c=x()||w();this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.random();this.taskId=this.slotId=void 0}};const z=k.performance,ea=!!(z&&z.mark&&z.measure&&z.clearMarks),A=p(()=>{var a;if(a=ea){var b;if(null===v){v="";try{a="";try{a=k.top.location.hash}catch(c){a=k.location.hash}a&&(v=(b=a.match(/\
bdeid = ([\d, ] + ) / )) ? b[1]: "")
} catch (c) {}
}
b = v;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function fa(a) {
a && z && A() && (z.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), z.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ha {
constructor() {
var a = window;
this.g = [];
this.j = a || k;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.g = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = A() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new da(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
z && A() && z.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (x() || w()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
z && A() && z.mark(b);
!this.h || 2048 < this.g.length || this.g.push(a)
}
}
};
function ia() {};
const B = new ha;
var C = () => {
window.google_measure_js_timing || (B.h = !1, B.g != B.j.google_js_reporting_queue && (A() && Array.prototype.forEach.call(B.g, fa, void 0), B.g.length = 0))
};
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
"complete" == window.document.readyState ? C() : B.h && r(window, "load", () => {
C()
});
var D = (a, b, c, d, e) => {
window.css ? window.css(b, c, d, e, void 0) : a && (b = a.href, e ? d = b + ("&" + c + "=" + d) : (e = "&" + c + "=", c = b.indexOf(e), 0 > c ? d = b + e + d : (c += e.length, e = b.indexOf("&", c), d = 0 <= e ? b.substring(0, c) + d + b.substring(e) : b.substring(0, c) + d)), c = parseInt(window.sumhl, 10), a.href = d.length > (0 < c ? c : 2E3) ? b : d)
};
let E = !1,
F = !1,
G = null;
const ja = () => {
r ? .(document, "click", a => {
G = a
}, ba)
};
var ka = () => {
const a = G;
return a ? E || F ? !1 : (a.preventDefault ? a.preventDefault() : a.returnValue = !1, !0) : !1
},
la = () => {
r(document, "mousedown", () => {
E = !0
});
r(document, "keydown", () => {
F = !0
});
ja()
};
var ma = (a, b = 17) => {
if (0 > b || Math.floor(b) !== b) b = 17;
H(a, b)
},
na = (a, b) => {
H(a, b || 1)
},
oa = a => {
H(a, 2)
},
pa = (a, b) => {
H(a, b || 0)
};
let I = {},
J = !0;
const H = (a, b) => {
var c;
if (c = J) void 0 === I[a] && (I[a] = []), (c = I[a][b]) || (I[a][b] = !0);
c || D(document.getElementById(a), a, "nb", b, J)
};
function K(a, b, c) {
const d = a.id || "";
D(a, d, "nx", b);
D(a, d, "ny", c)
}
var qa = class {
constructor() {
this.g = this.h = null;
u.addEventListener && u.addEventListener("mousedown", a => {
this.h = a
}, !0);
r(u, "DOMContentLoaded", () => {
this.g = u.getElementById("common_15click_anchor")
})
}
};
const ra = [0, 2, 1];
let M = null;
var N = a => {
if (a) {
var b; {
const c = window.event || M;
c ? ((b = c.which ? 1 << ra[c.which - 1] : c.button) && c.shiftKey && (b |= 8), b && c.altKey && (b |= 16), b && c.ctrlKey && (b |= 32)) : b = null
}
b && D(a, a.id, "mb", b)
}
};
document.addEventListener && document.addEventListener("mousedown", a => {
M = a
}, !0);
window.mb = N;
var O = {},
sa = (a, b = 2, c = "") => {
c = c ? c : a;
1 !== b && (void 0 === O[c] ? O[c] = 1 : O[c] ++);
0 !== b && O[c] && D(document.getElementById(a), a, "nm", O[c])
};
var P = "closure_listenable_" + (1E6 * Math.random() | 0);
var ta = 0;
function ua(a, b, c, d, e) {
this.listener = a;
this.proxy = null;
this.src = b;
this.type = c;
this.capture = !!d;
this.h = e;
this.key = ++ta;
this.g = this.i = !1
}
function Q(a) {
a.g = !0;
a.listener = null;
a.proxy = null;
a.src = null;
a.h = null
};
function R(a) {
this.src = a;
this.g = {};
this.h = 0
}
R.prototype.add = function(a, b, c, d, e) {
var f = a.toString();
a = this.g[f];
a || (a = this.g[f] = [], this.h++);
var q = S(a, b, d, e); - 1 < q ? (b = a[q], c || (b.i = !1)) : (b = new ua(b, this.src, f, !!d, e), b.i = c, a.push(b));
return b
};
function T(a, b) {
var c = b.type;
if (c in a.g) {
var d = a.g[c],
e = Array.prototype.indexOf.call(d, b, void 0),
f;
(f = 0 <= e) && Array.prototype.splice.call(d, e, 1);
f && (Q(b), 0 == a.g[c].length && (delete a.g[c], a.h--))
}
}
function S(a, b, c, d) {
for (var e = 0; e < a.length; ++e) {
var f = a[e];
if (!f.g && f.listener == b && f.capture == !!c && f.h == d) return e
}
return -1
};
var U = "closure_lm_" + (1E6 * Math.random() | 0),
V = {},
va = 0;
function W(a, b, c, d, e) {
if (Array.isArray(b))
for (var f = 0; f < b.length; f++) W(a, b[f], c, d, e);
else(f = typeof d, d = "object" == f && null != d || "function" == f ? !!d.capture : !!d, c = wa(c), a && a[P]) ? (a = a.g, b = String(b).toString(), b in a.g && (f = a.g[b], c = S(f, c, d, e), -1 < c && (Q(f[c]), Array.prototype.splice.call(f, c, 1), 0 == f.length && (delete a.g[b], a.h--)))) : a && (a = X(a)) && (b = a.g[b.toString()], a = -1, b && (a = S(b, c, d, e)), (c = -1 < a ? b[a] : null) && "number" !== typeof c && c && !c.g && ((e = c.src) && e[P] ? T(e.g, c) : (d = c.type, b = c.proxy, e.removeEventListener ? e.removeEventListener(d, b, c.capture) : e.detachEvent ? e.detachEvent(d in V ? V[d] : V[d] = "on" + d, b) : e.addListener && e.removeListener && e.removeListener(b), va--, (d = X(e)) ? (T(d, c), 0 == d.h && (d.src = null, e[U] = null)) : Q(c))))
}
function X(a) {
a = a[U];
return a instanceof R ? a : null
}
var Y = "__closure_events_fn_" + (1E9 * Math.random() >>> 0);
function wa(a) {
if ("function" === typeof a) return a;
a[Y] || (a[Y] = function(b) {
return a.handleEvent(b)
});
return a[Y]
};
function Z() {
this.g = new R(this)
}
aa(Z, ia);
Z.prototype[P] = !0;
Z.prototype.removeEventListener = function(a, b, c, d) {
W(this, a, b, c, d)
};
class xa extends Z {};
class ya extends xa {};
function za(a, b) {
b && (new ya).g.add("became-visible", () => {
a.g = (new Date).getTime()
}, !1, void 0, void 0)
}
var Aa = class {
constructor() {
this.g = 0
}
};
window.init_ssb = (a, b, c, d, e, f, q) => {
const h = window;
a && (la(), h.accbk = ka);
b && (f && (J = !1), h.cla = ma, h.cll = na, h.clb = oa, h.clh = pa);
if (c) {
const n = new qa;
h.xy = (g, L, m) => {
m = m || L;
const y = g || n.h;
if (y && L && m && !t(n.g, y.target)) {
g = u.querySelector("a.one-point-five-click.rhbutton");
var l;
(l = !g) || (g.classList ? l = g.classList.contains("preexpanded") : (l = g.classList ? g.classList : ("string" == typeof g.className ? g.className : g.getAttribute && g.getAttribute("class") || "").match(/\S+/g) || [], l = 0 <= Array.prototype.indexOf.call(l, "preexpanded", void 0)));
if (l || !t(g, y.target)) l = Math.round(y.clientX - m.offsetLeft), m = Math.round(y.clientY - m.offsetTop), K(L, l, m), n.g && K(n.g, l, m), g && K(g, l, m)
}
}
}
d && (h.mb = N);
e && (h.ss = sa);
if (q) {
const n = new Aa;
h.vti = g => {
g && (0 === n.g ? D(g, g.id, "vti", "") : D(g, g.id, "vti", (new Date).getTime() - n.g))
};
h.ivti = g => {
za(n, g)
}
}
};
}).call(this); < /script><script>init_ssb(true,false,true,true,true,false,false);</script > < script >
if (typeof(ss) === "undefined") {
ss = function() {};
}
function st(id) {
var a = document.getElementById(id);
if (a) {
a.myt = (new Date()).getTime();
xy(window.event, a);
mb(a);
}
}
function ha(a, x) {
if (accbk()) return;
su(a);
}
function ia(a, e, x) {
if (accbk()) return;
su(a);
}
function ja(a, x) {
if (accbk()) return;
su(a);
}
function ga(o, e, x) {
if (document.getElementById) {
var a = o.id.substring(1),
p = "",
r = "",
g = e.target,
t, f, h;
if (g) {
t = g.id;
f = g.parentNode;
if (f) {
p = f.id;
h = f.parentNode;
if (h) r = h.id;
}
} else {
h = e.srcElement;
f = h.parentNode;
if (f) p = f.id;
t = h.id;
}
if (t == a || p == a || r == a) return true;
ia(a, e, x);
window.open(document.getElementById(a).href);
}
} < /script></head > < body leftMargin = "0"
topMargin = "0"
marginwidth = "0"
marginheight = "0"
style = "background:transparent; line-height:0" > < span id = "4683702200138385851194"
data - dv - view = "4683702200138385851194" > < script > function su(id) {
var a = document.getElementById(id);
var b = (new Date()).getTime();
if (a && a.myt && b) {
var t = b - a.myt;
if (window.css) {
css(id, 'clkt', t);
return;
}
var bi = a.href.indexOf("&clkt=");
if (bi > 0) {
var c = a.href.substring(0, bi + 6);
var d = a.href.substring(bi + 6, a.href.length);
var ei = d.indexOf("&");
var r = '';
if (ei >= 0) r = d.substring(ei, d.length);
a.href = c + t + r;
} else {
a.href += "&clkt=" + t;
}
}
} < /script><script>window.dicnf = {};</script > < script data - jc = "41"
data - jc - version = "r20230125"
data - jc - flags = "["x%278446'9efotm(&20067;>8&>`dopb/%<1732261!=|vqc)!7201061?'9efotmy"]" > (function() { /* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */
'use strict';
var p = this || self;
function q(a) {
q[" "](a);
return a
}
q[" "] = function() {};
var da = {},
r = null;
function ea(a, b) {
void 0 === b && (b = 0);
if (!r) {
r = {};
for (var c = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), d = ["+/=", "+/", "-_=", "-_.", "-_"], f = 0; 5 > f; f++) {
var e = c.concat(d[f].split(""));
da[f] = e;
for (var g = 0; g < e.length; g++) {
var l = e[g];
void 0 === r[l] && (r[l] = g)
}
}
}
b = da[b];
c = Array(Math.floor(a.length / 3));
d = b[64] || "";
for (f = e = 0; e < a.length - 2; e += 3) {
var k = a[e],
h = a[e + 1];
l = a[e + 2];
g = b[k >> 2];
k = b[(k & 3) << 4 | h >> 4];
h = b[(h & 15) << 2 | l >> 6];
l = b[l & 63];
c[f++] = g + k + h + l
}
g = 0;
l = d;
switch (a.length - e) {
case 2:
g = a[e + 1], l = b[(g & 15) << 2] || d;
case 1:
a = a[e], c[f] = b[a >> 2] + b[(a & 3) << 4 | g >> 4] + l + d
}
return c.join("")
};
var fa = "undefined" !== typeof Uint8Array;
const y = Symbol();
function ha(a, b) {
if (y) return a[y] |= b;
if (void 0 !== a.o) return a.o |= b;
Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
});
return b
}
function A(a) {
let b;
y ? b = a[y] : b = a.o;
return null == b ? 0 : b
}
function B(a, b) {
y ? a[y] = b : void 0 !== a.o ? a.o = b : Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
})
};
var ia = {};
function C(a) {
return null !== a && "object" === typeof a && !Array.isArray(a) && a.constructor === Object
}
let D;
var F;
const ja = [];
B(ja, 23);
F = Object.freeze(ja);
function ka(a) {
if (A(a.m) & 2) throw Error("Cannot mutate an immutable Message");
}
function la(a) {
var b = a.length;
(b = b ? a[b - 1] : void 0) && C(b) ? b.g = 1 : a.push({
g: 1
})
};
function ma(a) {
const b = a.l + a.i;
return a.h || (a.h = a.m[b] = {})
}
function G(a, b, c) {
ka(a);
return na(a, b, c)
}
function na(a, b, c) {
a.s && (a.s = void 0);
if (b >= a.l) return ma(a)[b] = c, a;
a.m[b + a.i] = c;
(c = a.h) && b in c && delete c[b];
return a
};
let oa;
function pa(a) {
switch (typeof a) {
case "number":
return isFinite(a) ? a : String(a);
case "object":
if (a)
if (Array.isArray(a)) {
if (0 !== (A(a) & 128)) return a = Array.prototype.slice.call(a), la(a), a
} else if (fa && null != a && a instanceof Uint8Array) return a = ea(a), a
}
return a
};
function qa(a, b, c, d) {
if (null != a) {
if (Array.isArray(a)) a = ra(a, b, c, void 0 !== d);
else if (C(a)) {
const f = {};
for (let e in a) f[e] = qa(a[e], b, c, d);
a = f
} else a = b(a, d);
return a
}
}
function ra(a, b, c, d) {
const f = A(a);
d = d ? !!(f & 16) : void 0;
a = Array.prototype.slice.call(a);
for (let e = 0; e < a.length; e++) a[e] = qa(a[e], b, c, d);
c(f, a);
return a
}
function sa(a) {
return a.A === ia ? a.toJSON() : pa(a)
}
function ta(a, b) {
a & 128 && la(b)
};
var H = class {
constructor(a, b) {
var c = void 0;
null == c && (c = oa);
oa = void 0;
var d = this.constructor.h || 0,
f = 0 < d,
e = this.constructor.i,
g = !1;
if (null == c) {
c = e ? [e] : [];
var l = 48;
var k = !0;
f && (d = 0, l |= 128);
B(c, l)
} else {
if (!Array.isArray(c)) throw Error();
if (e && e !== c[0]) throw Error();
let h = l = ha(c, 0);
if (k = 0 !== (16 & h))(g = 0 !== (32 & h)) || (h |= 32);
if (f)
if (128 & h) d = 0;
else {
if (0 < c.length) {
const m = c[c.length - 1];
if (C(m) && "g" in m) {
d = 0;
h |= 128;
delete m.g;
let n = !0;
for (let t in m) {
n = !1;
break
}
n && c.pop()
}
}
} else if (128 & h) throw Error();
l !== h && B(c, h)
}
this.i = (e ? 0 : -1) - d;
this.j = void 0;
this.m = c;
a: {
e = this.m.length;
d = e - 1;
if (e && (e = this.m[d], C(e))) {
this.h = e;
this.l = d - this.i;
break a
}
void 0 !== a && -1 < a ? (this.l = Math.max(a, d + 1 - this.i), this.h = void 0) : this.l = Number.MAX_VALUE
}
if (!f && this.h && "g" in this.h) throw Error('Unexpected "g" flag in sparse object of message that is not a group type.');
if (b) {
a = k && !g && !0;
f = this.l;
let h;
for (k = 0; k < b.length; k++) g = b[k], g < f ? (g += this.i, (d = c[g]) ? ua(d, a) : c[g] = F) : (h || (h = ma(this)), (d = h[g]) ? ua(d, a) : h[g] = F)
}
}
toJSON() {
const a = this.m;
return D ? a : ra(a, sa, ta)
}
};
function ua(a, b) {
if (Array.isArray(a)) {
var c = A(a),
d = 1;
!b || c & 2 || (d |= 16);
(c & d) !== d && B(a, c | d)
}
}
H.prototype.A = ia;
H.prototype.toString = function() {
return this.m.toString()
};
function va(a, b) {
return pa(b)
};
var I = class {
constructor(a, b = !1) {
this.key = a;
this.defaultValue = b;
this.valueType = "boolean"
}
};
var wa = new I("45368259"),
xa = new I("45357156", !0),
ya = new I("45350890");
var J = (a, b) => "&adurl=" == a.substring(a.length - 7) ? a.substring(0, a.length - 7) + b + "&adurl=" : a + b;
function K(a, b, c) {
a.addEventListener && a.addEventListener(b, c, !1)
};
var za = RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");
function Aa() {
if (!globalThis.crypto) return Math.random();
try {
const a = new Uint32Array(1);
globalThis.crypto.getRandomValues(a);
return a[0] / 65536 / 65536
} catch {
return Math.random()
}
}
function Ba(a, b) {
if (a)
for (const c in a) Object.prototype.hasOwnProperty.call(a, c) && b(a[c], c, a)
}
function Ga(a = document) {
return a.createElement("img")
};
function Ha(a, b = null) {
Ia(a, b)
}
function Ia(a, b) {
p.google_image_requests || (p.google_image_requests = []);
const c = Ga(p.document);
if (b) {
const d = f => {
b && b(f);
c.removeEventListener && c.removeEventListener("load", d, !1);
c.removeEventListener && c.removeEventListener("error", d, !1)
};
K(c, "load", d);
K(c, "error", d)
}
c.src = a;
p.google_image_requests.push(c)
};
let L = 0;
function Ja(a, b = null) {
return b && b.getAttribute("data-jc") === String(a) ? b : document.querySelector(`[${"data-jc"}="${a}"]`)
};
function M(a) {
N || (N = new Ka);
const b = N.h[a.key];
if ("proto" === a.valueType) {
try {
const c = JSON.parse(b);
if (Array.isArray(c)) return c
} catch (c) {}
return a.defaultValue
}
return typeof b === typeof a.defaultValue ? b : a.defaultValue
}
var La = class {
constructor() {
this.h = {}
}
};
var Ka = class extends La {
constructor() {
super();
var a = Ja(L, document.currentScript);
a = a && a.getAttribute("data-jc-flags") || "";
try {
const b = JSON.parse(a)[0];
a = "";
for (let c = 0; c < b.length; c++) a += String.fromCharCode(b.charCodeAt(c) ^ "\u0003\u0007\u0003\u0007\b\u0004\u0004\u0006\u0005\u0003".charCodeAt(c % 10));
this.h = JSON.parse(a)
} catch (b) {}
}
},
N;
class Ma {
constructor(a, b) {
this.error = a;
this.context = b.context;
this.msg = b.message || "";
this.id = b.id || "jserror";
this.meta = {}
}
};
const Na = RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|$)");
var Oa = class {
constructor(a, b) {
this.h = a;
this.i = b
}
},
Pa = class {
constructor(a, b) {
this.url = a;
this.v = !!b;
this.depth = null
}
};
function P(a, b) {
const c = {};
c[a] = b;
return [c]
}
function Qa(a, b, c, d, f) {
const e = [];
Ba(a, function(g, l) {
(g = Ra(g, b, c, d, f)) && e.push(l + "=" + g)
});
return e.join(b)
}
function Ra(a, b, c, d, f) {
if (null == a) return "";
b = b || "&";
c = c || ",$";
"string" == typeof c && (c = c.split(""));
if (a instanceof Array) {
if (d = d || 0, d < c.length) {
const e = [];
for (let g = 0; g < a.length; g++) e.push(Ra(a[g], b, c, d + 1, f));
return e.join(c[d])
}
} else if ("object" == typeof a) return f = f || 0, 2 > f ? encodeURIComponent(Qa(a, b, c, d, f + 1)) : "...";
return encodeURIComponent(String(a))
}
function Sa(a) {
let b = 1;
for (const c in a.i) b = c.length > b ? c.length : b;
return 3997 - b - a.j.length - 1
}
function Ta(a, b) {
let c = "https://pagead2.googlesyndication.com" + b,
d = Sa(a) - b.length;
if (0 > d) return "";
a.h.sort(function(e, g) {
return e - g
});
b = null;
let f = "";
for (let e = 0; e < a.h.length; e++) {
const g = a.h[e],
l = a.i[g];
for (let k = 0; k < l.length; k++) {
if (!d) {
b = null == b ? g : b;
break
}
let h = Qa(l[k], a.j, ",$");
if (h) {
h = f + h;
if (d >= h.length) {
d -= h.length;
c += h;
f = a.j;
break
}
b = null == b ? g : b
}
}
}
a = "";
null != b && (a = f + "trn=" + b);
return c + a
}
class Q {
constructor() {
this.j = "&";
this.i = {};
this.l = 0;
this.h = []
}
};
function Ua() {
var a = R,
b = window.google_srt;
0 <= b && 1 >= b && (a.h = b)
}
function S(a, b, c, d = !1, f, e) {
if ((d ? a.h : Math.random()) < (f || .01)) try {
let g;
c instanceof Q ? g = c : (g = new Q, Ba(c, (k, h) => {
var m = g;
const n = m.l++;
k = P(h, k);
m.h.push(n);
m.i[n] = k
}));
const l = Ta(g, "/pagead/gen_204?id=" + b + "&");
l && ("undefined" !== typeof e ? Ha(l, e) : Ha(l))
} catch (g) {}
}
class Va {
constructor() {
this.h = Math.random()
}
};
let T = null;
function Wa() {
const a = p.performance;
return a && a.now && a.timing ? Math.floor(a.now() + a.timing.navigationStart) : Date.now()
}
function Xa() {
const a = p.performance;
return a && a.now ? a.now() : null
};
class Ya {
constructor(a, b) {
var c = Xa() || Wa();
this.label = a;
this.type = b;
this.value = c;
this.duration = 0;
this.uniqueId = Math.random();
this.taskId = this.slotId = void 0
}
};
const U = p.performance,
Za = !!(U && U.mark && U.measure && U.clearMarks),
V = function(a) {
let b = !1,
c;
return function() {
b || (c = a(), b = !0);
return c
}
}(() => {
var a;
if (a = Za) {
var b;
if (null === T) {
T = "";
try {
a = "";
try {
a = p.top.location.hash
} catch (c) {
a = p.location.hash
}
a && (T = (b = a.match(/\bdeid=([\d,]+)/)) ? b[1] : "")
} catch (c) {}
}
b = T;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function $a(a) {
a && U && V() && (U.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), U.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ab {
constructor() {
var a = window;
this.i = [];
this.j = a || p;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.i = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = V() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new Ya(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
U && V() && U.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (Xa() || Wa()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
U && V() && U.mark(b);
!this.h || 2048 < this.i.length || this.i.push(a)
}
}
};
function W(a) {
let b = a.toString();
a.name && -1 == b.indexOf(a.name) && (b += ": " + a.name);
a.message && -1 == b.indexOf(a.message) && (b += ": " + a.message);
if (a.stack) {
a = a.stack;
var c = b;
try {
-1 == a.indexOf(c) && (a = c + "\n" + a);
let d;
for (; a != d;) d = a, a = a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\2"), "$1");
b = a.replace(RegExp("\n *", "g"), "\n")
} catch (d) {
b = c
}
}
return b
}
function bb(a, b, c, d) {
let f, e;
try {
a.h && a.h.h ? (e = a.h.start(b.toString(), 3), f = c(), a.h.end(e)) : f = c()
} catch (g) {
c = !0;
try {
$a(e), c = a.B(b, new Ma(g, {
message: W(g)
}), void 0, d)
} catch (l) {
a.l(217, l)
}
if (c) window.console ? .error ? .(g);
else throw g;
}
return f
}
function cb(a, b, c, d) {
var f = X;
return (...e) => bb(f, a, () => b.apply(c, e), d)
}
class db {
constructor(a = null) {
this.s = R;
this.i = null;
this.B = this.l;
this.h = a;
this.j = !1
}
l(a, b, c, d, f) {
f = f || "jserror";
let e;
try {
const u = new Q;
var g = u;
g.h.push(1);
g.i[1] = P("context", a);
b.error && b.meta && b.id || (b = new Ma(b, {
message: W(b)
}));
if (b.msg) {
g = u;
var l = b.msg.substring(0, 512);
g.h.push(2);
g.i[2] = P("msg", l)
}
var k = b.meta || {};
b = k;
if (this.i) try {
this.i(b)
} catch (v) {}
if (d) try {
d(b)
} catch (v) {}
d = u;
k = [k];
d.h.push(3);
d.i[3] = k;
d = p;
k = [];
let O;
b = null;
do {
var h = d;
try {
var m;
if (m = !!h && null != h.location.href) b: {
try {
q(h.foo);
m = !0;
break b
} catch (v) {}
m = !1
}
var n = m
} catch {
n = !1
}
n ? (O = h.location.href, b = h.document && h.document.referrer || null) : (O = b, b = null);
k.push(new Pa(O || ""));
try {
d = h.parent
} catch (v) {
d = null
}
} while (d && h != d);
for (let v = 0, Ca = k.length - 1; v <= Ca; ++v) k[v].depth = Ca - v;
h = p;
if (h.location && h.location.ancestorOrigins && h.location.ancestorOrigins.length == k.length - 1) for (n = 1; n < k.length; ++n) {
var t = k[n];
t.url || (t.url = h.location.ancestorOrigins[n - 1] || "", t.v = !0)
}
var w = k;
let Z = new Pa(p.location.href, !1);
h = null;
const aa = w.length - 1;
for (t = aa; 0 <= t; --t) {
var x = w[t];
!h && Na.test(x.url) && (h = x);
if (x.url && !x.v) {
Z = x;
break
}
}
x = null;
const gb = w.length && w[aa].url;
0 != Z.depth && gb && (x = w[aa]);
e = new Oa(Z, x);
if (e.i) {
w = u;
var z = e.i.url || "";
w.h.push(4);
w.i[4] = P("top", z)
}
var ba = {
url: e.h.url || ""
};
if (e.h.url) {
var ca = e.h.url.match(za),
E = ca[1],
Da = ca[3],
Ea = ca[4];
z = "";
E && (z += E + ":");
Da && (z += "//", z += Da, Ea && (z += ":" + Ea));
var Fa = z
} else Fa = "";
E = u;
ba = [ba, {
url: Fa
}];
E.h.push(5);
E.i[5] = ba;
S(this.s, f, u, this.j, c)
} catch (u) {
try {
S(this.s, f, {
context: "ecmserr",
rctx: a,
msg: W(u),
url: e && e.h.url
}, this.j, c)
} catch (O) {}
}
return !0
}
};
class eb {};
let R, X;
const Y = new ab;
var fb = () => {
window.google_measure_js_timing || (Y.h = !1, Y.i != Y.j.google_js_reporting_queue && (V() && Array.prototype.forEach.call(Y.i, $a, void 0), Y.i.length = 0))
};
(a => {
R = a ? ? new Va;
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
Ua();
X = new db(Y);
X.i = b => {
var c = L;
0 !== c && (b.jc = String(c), c = (c = Ja(c, document.currentScript)) && c.getAttribute("data-jc-version") || "unknown", b.shv = c)
};
X.j = !0;
"complete" == window.document.readyState ? fb() : Y.h && K(window, "load", () => {
fb()
})
})();
var hb = (a, b, c, d) => cb(a, b, c, d),
ib = (a, b, c, d) => {
var f = eb;
var e = "u";
f.u && f.hasOwnProperty(e) || (e = new f, f.u = e);
f = [];
!b.eid && f.length && (b.eid = f.toString());
S(R, a, b, !0, c, d)
};
function jb() {
const a = window;
if (a.gmaSdk || a.webkit ? .messageHandlers ? .getGmaViewSignals) return a;
try {
const b = window.parent;
if (b.gmaSdk || b.webkit ? .messageHandlers ? .getGmaViewSignals) return b
} catch (b) {}
return null
}
function kb(a, b = {}, c = () => {}, d = () => {}, f = 200, e, g) {
const l = String(Math.floor(2147483647 * Aa()));
let k = 0;
const h = m => {
try {
const n = "object" === typeof m.data ? m.data : JSON.parse(m.data);
l === n.paw_id && (window.clearTimeout(k), window.removeEventListener("message", h), n.signal ? c(n.signal) : n.error && d(n.error))
} catch (n) {
g("paw_sigs", {
msg: "postmessageError",
err: n instanceof Error ? n.message : "nonError",
data: null == m.data ? "null" : 500 < m.data.length ? m.data.substring(0, 500) : m.data
})
}
};
window.addEventListener("message", m => {
e(903, () => {
h(m)
})()
});
a.postMessage({
paw_id: l,
...b
});
k = window.setTimeout(() => {
window.removeEventListener("message", h);
d("PAW GMA postmessage timed out.")
}, f)
};
function lb(a, b) {
return G(a, 2, b)
}
function mb(a, b) {
return G(a, 3, b)
}
function nb(a, b) {
return G(a, 4, b)
}
function ob(a, b) {
return G(a, 5, b)
}
function pb(a, b) {
return G(a, 9, b)
}
function qb(a, b) {
ka(a);
if (null == b) var c = F;
else c = [], ha(c, 1);
var d = c;
if (null != b) {
c = !!b.length;
for (var f = 0; f < b.length; f++) {
const e = b[f];
c = c && !(A(e.m) & 2);
d[f] = e.m
}
c = (c ? 8 : 0) | 1;
f = A(d);
(f & c) !== c && (Object.isFrozen(d) && (d = Array.prototype.slice.call(d)), B(d, f | c));
a.j || (a.j = {});
a.j[10] = b
} else a.j && (a.j[10] = void 0);
return na(a, 10, d)
}
function rb(a, b) {
return G(a, 11, b)
}
function sb(a, b) {
return G(a, 1, b)
}
function tb(a, b) {
return G(a, 7, b)
}
var vb = class extends H {
constructor() {
super(-1, ub)
}
},
wb = class extends H {
constructor() {
super()
}
},
ub = [10, 6];
const xb = "platform platformVersion architecture model uaFullVersion bitness fullVersionList wow64".split(" ");
function yb() {
var a = window;
if ("function" !== typeof a.navigator ? .userAgentData ? .getHighEntropyValues) return null;
const b = a.google_tag_data ? ? (a.google_tag_data = {});
if (b.uach_promise) return b.uach_promise;
a = a.navigator.userAgentData.getHighEntropyValues(xb).then(c => {
b.uach ? ? (b.uach = c);
return c
});
return b.uach_promise = a
}
function zb(a) {
return rb(qb(ob(lb(sb(nb(tb(pb(mb(new vb, a.architecture || ""), a.bitness || ""), a.mobile || !1), a.model || ""), a.platform || ""), a.platformVersion || ""), a.uaFullVersion || ""), a.fullVersionList ? .map(b => {
var c = new wb;
c = G(c, 1, b.brand);
return G(c, 2, b.version)
}) || []), a.wow64 || !1)
}
function Ab() {
return yb() ? .then(a => zb(a)) ? ? null
};
class Bb {
constructor() {
this.promise = new Promise(a => {
this.h = a
})
}
};
window.viewReq = [];
const Cb = a => {
const b = new Image;
b.src = a.replace("&", "&");
window.viewReq.push(b)
};
L = 41;
window.vu = a => {
const b = M(xa),
c = jb();
if (b && c ? .gmaSdk ? .getViewSignals) {
var d = c.gmaSdk.getViewSignals();
d && (a = J(a, "&ms=" + d))
}
M(wa) && "__google_lidar_radf_" in window && (a = J(a, "&avradf=1"));
const f = [];
d = () => {
const e = new Bb;
f.push(e.promise);
return e.h
};
if (M(ya)) {
const e = Ab();
if (null != e) {
const g = d();
e.then(l => {
a: {
D = !0;
try {
var k = JSON.stringify(l.toJSON(), va);
break a
} finally {
D = !1
}
k = void 0
}
l = k;k = [];
for (var h = 0, m = 0; m < l.length; m++) {
var n = l.charCodeAt(m);
255 < n && (k[h++] = n & 255, n >>= 8);
k[h++] = n
}
l = ea(k, 3);0 < l.length && (a = J(a, "&uach=" + l));g()
})
}
}
if (b && c ? .webkit ? .messageHandlers ? .getGmaViewSignals) {
const e = d();
kb(c.webkit.messageHandlers.getGmaViewSignals, {}, g => {
a = J(a, "&" + g);
e()
}, () => {
e()
}, 200, hb, ib)
}
0 < f.length ? Promise.all(f).then(() => {
Cb(a)
}) : Cb(a)
};
}).call(this); < /script><script data-jc="53" data-jc-version="r20230125">(function(){/ * Copyright The Closure Library Authors.SPDX - License - Identifier: Apache - 2.0 * / 'use strict';var k=this||self;function aa(a,b){function c(){}c.prototype=b.prototype;a.m=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.l=function(d,e,f){for(var q=Array(arguments.length-2),h=2;h<arguments.length;h++)q[h-2]=arguments[h];return b.prototype[e].apply(d,q)}};function p(a){let b=!1,c;return function(){b||(c=a(),b=!0);return c}};var ba={capture:!0},ca=p(function(){let a=!1;try{const b=Object.defineProperty({},"passive",{get:function(){a=!0}});k.addEventListener("test",null,b)}catch(b){}return a});function r(a,b,c,d){if(a.addEventListener){var e=a.addEventListener;d=d?d.passive&&ca()?d:d.capture||!1:!1;e.call(a,b,c,d)}};function t(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var u=document;let v=null;function w(){const a=k.performance;return a&&a.now&&a.timing?Math.floor(a.now()+a.timing.navigationStart):Date.now()}function x(){const a=k.performance;return a&&a.now?a.now():null};class da{constructor(a,b){var c=x()||w();this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.random();this.taskId=this.slotId=void 0}};const z=k.performance,ea=!!(z&&z.mark&&z.measure&&z.clearMarks),A=p(()=>{var a;if(a=ea){var b;if(null===v){v="";try{a="";try{a=k.top.location.hash}catch(c){a=k.location.hash}a&&(v=(b=a.match(/\
bdeid = ([\d, ] + ) / )) ? b[1]: "")
} catch (c) {}
}
b = v;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function fa(a) {
a && z && A() && (z.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), z.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ha {
constructor() {
var a = window;
this.g = [];
this.j = a || k;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.g = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = A() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new da(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
z && A() && z.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (x() || w()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
z && A() && z.mark(b);
!this.h || 2048 < this.g.length || this.g.push(a)
}
}
};
function ia() {};
const B = new ha;
var C = () => {
window.google_measure_js_timing || (B.h = !1, B.g != B.j.google_js_reporting_queue && (A() && Array.prototype.forEach.call(B.g, fa, void 0), B.g.length = 0))
};
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
"complete" == window.document.readyState ? C() : B.h && r(window, "load", () => {
C()
});
var D = (a, b, c, d, e) => {
window.css ? window.css(b, c, d, e, void 0) : a && (b = a.href, e ? d = b + ("&" + c + "=" + d) : (e = "&" + c + "=", c = b.indexOf(e), 0 > c ? d = b + e + d : (c += e.length, e = b.indexOf("&", c), d = 0 <= e ? b.substring(0, c) + d + b.substring(e) : b.substring(0, c) + d)), c = parseInt(window.sumhl, 10), a.href = d.length > (0 < c ? c : 2E3) ? b : d)
};
let E = !1,
F = !1,
G = null;
const ja = () => {
r ? .(document, "click", a => {
G = a
}, ba)
};
var ka = () => {
const a = G;
return a ? E || F ? !1 : (a.preventDefault ? a.preventDefault() : a.returnValue = !1, !0) : !1
},
la = () => {
r(document, "mousedown", () => {
E = !0
});
r(document, "keydown", () => {
F = !0
});
ja()
};
var ma = (a, b = 17) => {
if (0 > b || Math.floor(b) !== b) b = 17;
H(a, b)
},
na = (a, b) => {
H(a, b || 1)
},
oa = a => {
H(a, 2)
},
pa = (a, b) => {
H(a, b || 0)
};
let I = {},
J = !0;
const H = (a, b) => {
var c;
if (c = J) void 0 === I[a] && (I[a] = []), (c = I[a][b]) || (I[a][b] = !0);
c || D(document.getElementById(a), a, "nb", b, J)
};
function K(a, b, c) {
const d = a.id || "";
D(a, d, "nx", b);
D(a, d, "ny", c)
}
var qa = class {
constructor() {
this.g = this.h = null;
u.addEventListener && u.addEventListener("mousedown", a => {
this.h = a
}, !0);
r(u, "DOMContentLoaded", () => {
this.g = u.getElementById("common_15click_anchor")
})
}
};
const ra = [0, 2, 1];
let M = null;
var N = a => {
if (a) {
var b; {
const c = window.event || M;
c ? ((b = c.which ? 1 << ra[c.which - 1] : c.button) && c.shiftKey && (b |= 8), b && c.altKey && (b |= 16), b && c.ctrlKey && (b |= 32)) : b = null
}
b && D(a, a.id, "mb", b)
}
};
document.addEventListener && document.addEventListener("mousedown", a => {
M = a
}, !0);
window.mb = N;
var O = {},
sa = (a, b = 2, c = "") => {
c = c ? c : a;
1 !== b && (void 0 === O[c] ? O[c] = 1 : O[c] ++);
0 !== b && O[c] && D(document.getElementById(a), a, "nm", O[c])
};
var P = "closure_listenable_" + (1E6 * Math.random() | 0);
var ta = 0;
function ua(a, b, c, d, e) {
this.listener = a;
this.proxy = null;
this.src = b;
this.type = c;
this.capture = !!d;
this.h = e;
this.key = ++ta;
this.g = this.i = !1
}
function Q(a) {
a.g = !0;
a.listener = null;
a.proxy = null;
a.src = null;
a.h = null
};
function R(a) {
this.src = a;
this.g = {};
this.h = 0
}
R.prototype.add = function(a, b, c, d, e) {
var f = a.toString();
a = this.g[f];
a || (a = this.g[f] = [], this.h++);
var q = S(a, b, d, e); - 1 < q ? (b = a[q], c || (b.i = !1)) : (b = new ua(b, this.src, f, !!d, e), b.i = c, a.push(b));
return b
};
function T(a, b) {
var c = b.type;
if (c in a.g) {
var d = a.g[c],
e = Array.prototype.indexOf.call(d, b, void 0),
f;
(f = 0 <= e) && Array.prototype.splice.call(d, e, 1);
f && (Q(b), 0 == a.g[c].length && (delete a.g[c], a.h--))
}
}
function S(a, b, c, d) {
for (var e = 0; e < a.length; ++e) {
var f = a[e];
if (!f.g && f.listener == b && f.capture == !!c && f.h == d) return e
}
return -1
};
var U = "closure_lm_" + (1E6 * Math.random() | 0),
V = {},
va = 0;
function W(a, b, c, d, e) {
if (Array.isArray(b))
for (var f = 0; f < b.length; f++) W(a, b[f], c, d, e);
else(f = typeof d, d = "object" == f && null != d || "function" == f ? !!d.capture : !!d, c = wa(c), a && a[P]) ? (a = a.g, b = String(b).toString(), b in a.g && (f = a.g[b], c = S(f, c, d, e), -1 < c && (Q(f[c]), Array.prototype.splice.call(f, c, 1), 0 == f.length && (delete a.g[b], a.h--)))) : a && (a = X(a)) && (b = a.g[b.toString()], a = -1, b && (a = S(b, c, d, e)), (c = -1 < a ? b[a] : null) && "number" !== typeof c && c && !c.g && ((e = c.src) && e[P] ? T(e.g, c) : (d = c.type, b = c.proxy, e.removeEventListener ? e.removeEventListener(d, b, c.capture) : e.detachEvent ? e.detachEvent(d in V ? V[d] : V[d] = "on" + d, b) : e.addListener && e.removeListener && e.removeListener(b), va--, (d = X(e)) ? (T(d, c), 0 == d.h && (d.src = null, e[U] = null)) : Q(c))))
}
function X(a) {
a = a[U];
return a instanceof R ? a : null
}
var Y = "__closure_events_fn_" + (1E9 * Math.random() >>> 0);
function wa(a) {
if ("function" === typeof a) return a;
a[Y] || (a[Y] = function(b) {
return a.handleEvent(b)
});
return a[Y]
};
function Z() {
this.g = new R(this)
}
aa(Z, ia);
Z.prototype[P] = !0;
Z.prototype.removeEventListener = function(a, b, c, d) {
W(this, a, b, c, d)
};
class xa extends Z {};
class ya extends xa {};
function za(a, b) {
b && (new ya).g.add("became-visible", () => {
a.g = (new Date).getTime()
}, !1, void 0, void 0)
}
var Aa = class {
constructor() {
this.g = 0
}
};
window.init_ssb = (a, b, c, d, e, f, q) => {
const h = window;
a && (la(), h.accbk = ka);
b && (f && (J = !1), h.cla = ma, h.cll = na, h.clb = oa, h.clh = pa);
if (c) {
const n = new qa;
h.xy = (g, L, m) => {
m = m || L;
const y = g || n.h;
if (y && L && m && !t(n.g, y.target)) {
g = u.querySelector("a.one-point-five-click.rhbutton");
var l;
(l = !g) || (g.classList ? l = g.classList.contains("preexpanded") : (l = g.classList ? g.classList : ("string" == typeof g.className ? g.className : g.getAttribute && g.getAttribute("class") || "").match(/\S+/g) || [], l = 0 <= Array.prototype.indexOf.call(l, "preexpanded", void 0)));
if (l || !t(g, y.target)) l = Math.round(y.clientX - m.offsetLeft), m = Math.round(y.clientY - m.offsetTop), K(L, l, m), n.g && K(n.g, l, m), g && K(g, l, m)
}
}
}
d && (h.mb = N);
e && (h.ss = sa);
if (q) {
const n = new Aa;
h.vti = g => {
g && (0 === n.g ? D(g, g.id, "vti", "") : D(g, g.id, "vti", (new Date).getTime() - n.g))
};
h.ivti = g => {
za(n, g)
}
}
};
}).call(this); < /script><script>init_ssb(true,false,true,true,true,false,false);</script > < script >
if (typeof(ss) === "undefined") {
ss = function() {};
}
function st(id) {
var a = document.getElementById(id);
if (a) {
a.myt = (new Date()).getTime();
xy(window.event, a);
mb(a);
}
}
function ha(a, x) {
if (accbk()) return;
su(a);
}
function ia(a, e, x) {
if (accbk()) return;
su(a);
}
function ja(a, x) {
if (accbk()) return;
su(a);
}
function ga(o, e, x) {
if (document.getElementById) {
var a = o.id.substring(1),
p = "",
r = "",
g = e.target,
t, f, h;
if (g) {
t = g.id;
f = g.parentNode;
if (f) {
p = f.id;
h = f.parentNode;
if (h) r = h.id;
}
} else {
h = e.srcElement;
f = h.parentNode;
if (f) p = f.id;
t = h.id;
}
if (t == a || p == a || r == a) return true;
ia(a, e, x);
window.open(document.getElementById(a).href);
}
} < /script><div id="google_image_div" style="overflow:hidden; position:absolute"class="GoogleActiveViewElement"data-google-av-cxn="https:/ / pagead2.googlesyndication.com / pcs / activeview ? xai = AKAOjsu7ROk0Z7T2gvdIQAzYwuZw33ZHQxBzAEZons5jaaKDTm7 - CbJm31JAiGY6E3gRwJEQi1BKaRpt4iB0GypJA4mKdqmiJ9s515hE9XbRUWKfDQzoKzl - & amp;
sig = Cg0ArKJSzFvU4xNgVshBEAE "data-google-av-adk="
2456354430 "data-google-av-metadata="
la = 0 & amp;
xdi = 0 & amp;
"data-google-av-ufs-integrator-metadata="
"data-google-av-override=" - 1 "data-google-av-dm="
2 "data-google-av-immediate data-google-av-aid="
0 "data-google-av-naid="
1 "data-google-av-slift="
"data-google-av-cpmav="
"data-google-av-btr="
https: //securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsv2tfyGOMVBDeD4Kb-Lbuj8M42cuPWJ0RGf1YD8L17Hyz9LsnkMt4bfSxbuBpP46cv06P6DquC6s4_msYiFjW6DFnoDSjJRS5ica4AVToHdCasm4hFIbcnEKZgrCYJMWYVySJoTP3NSalR1R30iA8whpBlYUTfrNlDMWGelJ9j8CEJ77uJLVq95QPK2sLcsqyqZQMGn6fb_b9_TcTO656oCHZcq8gzLgvz0g-RrDvpZ0GW5wd1gWqphsBCf5Eeir1Diopu0eb7iVOBEz0ukfC4MOjnrpDBN3wncKgVUFercZPE6IpNYglXiIFuwNWVqH7HlMJ7aiZUi&sai=AMfl-YSZev1hJZ95Xy6A051ubo51uvvWW228DpQ89LC6GH-_YxYBO24Wmp3eaucJ6oZ713fRx2LWs8X-fucsP8wczup4mOfr0QYSWH6TaMBtL39Zy5CLyFYQP0_4iLV5h5-gRbTwRDzYSbEL6xPzqNMk0A&sig=Cg0ArKJSzJmgqicoDshwEAE&uach_m=[UACH]&adurl="data-google-av-itpl="3"data-google-av-rs="4"data-google-av-flags="["x%278440'9efotm(&753374%2bejvf/%27844>'9wuvb$&56533>!=|vqc)!273794&<qqvb/%<1735020!=nehu`/!364=5051!9abk{a($160210:3&<cbotf+*0150034:%2bejvf/%72;17613!=efdwa*'76463;21$?ebkpb$&0366717>*>bgipf+!3=712363%9aihwc)!7202<217'9efotm(&20061;48&>`dopb/%<1707200!=8(&2005575?&>`dopb/%<170642?!=|vqc)!7201;=50'9wuvb$&03641654*>bgipf+!3=731103%9aihwc)!7200?073'9efotm(&2004?51;&>`dopb/%<17>474>!=nehu`/!36406412!9abk{ay"]"><script>vu("https://securepubads.g.doubleclick.net/pcs/view?xai\x3dAKAOjstN4_3YNRRFRHNcRx8YRiDP1XiLVw7WFLJIAeuQTiB4T2UYIdEilZGBkYb9OySZseEMl60v4EWCpnYWf1AmVTi8eD-A1wr2ofoCMT2R5xw7wJBLy4kja64FInos0JqRjqhBAgXCUyL8-GXCO1NoulAODgkyiXcop76MYtxAqZxkfAN78M-BdzGYRO2TN2N-4B9KjiS1r4vuA6tzdvYKI8dhArUx1DEKjl4aGMbjRUz5cSXHHYW4E6EpqAI9w_3ZrDBUujmyVOYmr5YqjTXTdvkKqJbcsytPYVShP_7xWZJEJrxXUVhAYtKET4p1jHLyJLeAiHeS6Q\x26sai\x3dAMfl-YR-S1_p-gp7IjYG0rZvT3ZxyjWPLZQ2DS6sJKQtssKhpSZ7l3FFkEqMNUeGV-wRKIGUfhb56R1mvbV838n5x_BpYIDVwBjXrC0e5HWzFBZVuiraey9CC1rUHQW39vMKvhb3xFu1yXbHBQum_8oY_A\x26sig\x3dCg0ArKJSzAm3t6OlmjDkEAE\x26uach_m\x3d[UACH]\x26adurl\x3d")</script><a id="aw0" target="_blank" href="https://googleads.g.doubleclick.net/pcs/click?xai=AKAOjsv5xcYLgtl8bmwCiPa1yaPgCJl3X9cKkeOPzRCc6HeULRwRIjnze9lVHqc6TfX8mAUUVxnxdcpmgrREGZwKJSNr5lGsdB3KkAD1linZT4-US3YcnsT9oQuqEkCJuXzH5l_TALmVWvWDTh4YDnk3Y1haPfe-6Q7fFkpn3y5zN_ynP4NmaXlclEmxEy5FVMmyprRF0MAJnZg6pO4wSz9BPOo0axAv1ZU6PPakvM_ngFbmdoX_VML5piZhaGKKHlPVnYYhBhiw_ZCBF2yJOtKqf-eWoSMxIPkRp7li8oYNw8OEmWLbgqcGjQ0bfaMX5wFOngcK6A&sai=AMfl-YTQTDw4lsWXfPZSEJxC8Wae8SsDVFhN4tclLiyWX-dK-VFUW1orBjhxTb_fp9mjw4UV9A6pR37NIm7OHw_nEVsANCZCd5f10pyXYtkVw68_JBQNlepC9n3o16JY-ni7E6bja5uGE3FvVB3uIioOLA&sig=Cg0ArKJSzOkCjfvcS6eK&fbs_aeid=[gw_fbsaeid]&adurl=https://www.medpagetoday.com/medical-journeys/cardiomyopathy%3Futm_source%3Dhouseads%26utm_medium%3Dbanner%26utm_campaign%3D2022HA%26xid%3D2022HA%26content%3DMedicalJourneys_cardiomyopathy_300x250" onFocus="ss('aw0')" onMouseDown="st('aw0')" onMouseOver="ss('aw0')" onClick="ha('aw0')"><img src="https://tpc.googlesyndication.com/simgad/7833720837720397441" border="0" width="336" height="280" alt="" class="img_ad" /></a><style>div{margin:0;padding:0;}.abgc{display:none;height:15px;position:absolute;right:1px;top:1px;text-rendering:geometricPrecision;z-index:2147483646;}.abgb{display:inline-block;height:15px;}.abgc,.jar .abgc,.jar .cbb{opacity:1;}.abgs{display:none;height:100%;}.abgl{text-decoration:none;}.abgs svg,.abgb svg{display:inline-block;height:15px;width:auto;vertical-align:top;}.abgc .il-wrap{background-color:#ffffff;height:15px;white-space:nowrap;}.abgc .il-wrap.exp{border-bottom-left-radius:5px;}.abgc .il-text,.abgc .il-icon{display:inline-block;}.abgc .il-text{padding-right:1px;padding-left:5px;height:15px;width:55px;}.abgc .il-icon{height:15px;width:15px;}.abgc .il-text svg{fill:#000000;}.abgc .il-icon svg{fill:#00aecd}</style><div id="abgc" class="abgc" dir="ltr"><div id="abgb" class="abgb"><div class="il-wrap"><div class="il-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 15"><circle cx="6" cy="6" r="0.67"></circle><path d="M4.2,11.3Q3.3,11.8,3.3,10.75L3.3,4.1Q3.3,3.1,4.3,3.5L10.4,7.0Q12.0,7.5,10.4,8.0L6.65,10.0L6.65,7.75a0.65,0.65,0,1,0,-1.3,0L5.35,10.75a0.9,0.9,0,0,0,1.3,0.8L12.7,8.2Q13.7,7.5,12.7,6.7L3.3,1.6Q2.2,1.3,1.8,2.5L1.8,12.5Q2.2,13.9,3.3,13.3L4.8,12.5A0.3,0.3,0,1,0,4.2,11.3Z"></path></svg></div></div></div><div id="abgs" class="abgs"><a id="abgl" class="abgl" href="https://www.google.com/url?ct=abg&q=https://www.google.com/adsense/support/bin/request.py%3Fcontact%3Dabg_afc%26url%3Dhttps://www.cureus.com/users/375655-snigdha-karnakoti%26gl%3DNO%26hl%3Den%26client%3Dca-pub-5818911660210451%26ai0%3DBVVbts2rZY4m0Do6ZywXhq5-oB-y11p9FAAAAEAEgtfmRIDgBWLqGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ&usg=AOvVaw2Yv80Cpwa9VjST-C4doLRd" target="_blank"><div class="il-wrap exp"><div class="il-text"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 59 16"><path d="M4.51 4.24L8.02 12.83L6.73 12.83L5.72 10.21L2.14 10.21L1.19 12.83L-0.01 12.83L3.29 4.24L4.51 4.24ZM2.46 9.31L5.38 9.31L5.38 9.31Q4.32 6.52 4.19 6.14L4.19 6.14L4.19 6.14Q4.05 5.77 3.89 5.13L3.89 5.13L3.86 5.13L3.86 5.13Q3.70 6 3.42 6.74L3.42 6.74L2.46 9.31ZM13.83 4.24L13.83 12.83L12.85 12.83L12.85 12.04L12.83 12.04L12.83 12.04Q12.26 12.97 11.11 12.97L11.11 12.97L11.11 12.97Q9.97 12.97 9.20 12.07L9.20 12.07L9.20 12.07Q8.44 11.16 8.44 9.72L8.44 9.72L8.44 9.72Q8.44 8.21 9.16 7.34L9.16 7.34L9.16 7.34Q9.88 6.47 11.06 6.47L11.06 6.47L11.06 6.47Q12.18 6.47 12.76 7.32L12.76 7.32L12.78 7.32L12.78 4.24L13.83 4.24ZM11.22 12.11L11.22 12.11L11.22 12.11Q11.91 12.11 12.39 11.54L12.39 11.54L12.39 11.54Q12.87 10.97 12.87 9.81L12.87 9.81L12.87 9.81Q12.87 8.68 12.43 8.00L12.43 8.00L12.43 8.00Q11.99 7.33 11.17 7.33L11.17 7.33L11.17 7.33Q10.35 7.33 9.93 7.99L9.93 7.99L9.93 7.99Q9.52 8.65 9.52 9.72L9.52 9.72L9.52 9.72Q9.52 10.49 9.74 11.03L9.74 11.03L9.74 11.03Q9.97 11.57 10.37 11.84L10.37 11.84L10.37 11.84Q10.78 12.11 11.22 12.11ZM21.74 9.81L22.88 10.10L22.88 10.10Q22.50 11.55 21.57 12.26L21.57 12.26L21.57 12.26Q20.63 12.97 19.32 12.97L19.32 12.97L19.32 12.97Q17.21 12.97 16.25 11.65L16.25 11.65L16.25 11.65Q15.29 10.33 15.29 8.47L15.29 8.47L15.29 8.47Q15.29 6.42 16.42 5.25L16.42 5.25L16.42 5.25Q17.55 4.09 19.34 4.09L19.34 4.09L19.34 4.09Q20.59 4.09 21.48 4.73L21.48 4.73L21.48 4.73Q22.37 5.37 22.73 6.60L22.73 6.60L21.62 6.86L21.62 6.86Q21.33 5.96 20.76 5.51L20.76 5.51L20.76 5.51Q20.19 5.06 19.32 5.06L19.32 5.06L19.32 5.06Q17.92 5.06 17.19 5.99L17.19 5.99L17.19 5.99Q16.46 6.91 16.46 8.46L16.46 8.46L16.46 8.46Q16.46 10.25 17.23 11.13L17.23 11.13L17.23 11.13Q17.99 12 19.22 12L19.22 12L19.22 12Q20.23 12 20.86 11.46L20.86 11.46L20.86 11.46Q21.49 10.91 21.74 9.81L21.74 9.81ZM29.23 8.89L29.23 12.83L28.17 12.83L28.17 8.90L28.17 8.90Q28.17 8.14 27.84 7.76L27.84 7.76L27.84 7.76Q27.51 7.38 26.86 7.38L26.86 7.38L26.86 7.38Q26.21 7.38 25.71 7.83L25.71 7.83L25.71 7.83Q25.20 8.27 25.20 9.43L25.20 9.43L25.20 12.83L24.15 12.83L24.15 4.24L25.20 4.24L25.20 7.32L25.20 7.32Q25.95 6.47 27.08 6.47L27.08 6.47L27.08 6.47Q27.68 6.47 28.23 6.71L28.23 6.71L28.23 6.71Q28.78 6.96 29.00 7.47L29.00 7.47L29.00 7.47Q29.23 7.98 29.23 8.89L29.23 8.89ZM33.35 6.47L33.35 6.47L33.35 6.47Q34.61 6.47 35.44 7.29L35.44 7.29L35.44 7.29Q36.27 8.11 36.27 9.62L36.27 9.62L36.27 9.62Q36.27 11.46 35.37 12.21L35.37 12.21L35.37 12.21Q34.48 12.97 33.35 12.97L33.35 12.97L33.35 12.97Q32.17 12.97 31.31 12.19L31.31 12.19L31.31 12.19Q30.44 11.41 30.44 9.72L30.44 9.72L30.44 9.72Q30.44 8.08 31.28 7.27L31.28 7.27L31.28 7.27Q32.12 6.47 33.35 6.47ZM33.35 12.11L33.35 12.11L33.35 12.11Q34.25 12.11 34.72 11.44L34.72 11.44L34.72 11.44Q35.19 10.77 35.19 9.68L35.19 9.68L35.19 9.68Q35.19 8.51 34.66 7.92L34.66 7.92L34.66 7.92Q34.13 7.33 33.35 7.33L33.35 7.33L33.35 7.33Q32.55 7.33 32.03 7.93L32.03 7.93L32.03 7.93Q31.52 8.53 31.52 9.72L31.52 9.72L31.52 9.72Q31.52 10.90 32.04 11.50L32.04 11.50L32.04 11.50Q32.57 12.11 33.35 12.11ZM38.55 6.61L38.55 12.83L37.49 12.83L37.49 6.61L38.55 6.61ZM38.55 4.24L38.55 5.43L37.49 5.43L37.49 4.24L38.55 4.24ZM44.20 10.55L45.25 10.68L45.25 10.68Q45.05 11.87 44.31 12.42L44.31 12.42L44.31 12.42Q43.58 12.97 42.66 12.97L42.66 12.97L42.66 12.97Q41.30 12.97 40.56 12.08L40.56 12.08L40.56 12.08Q39.83 11.20 39.83 9.73L39.83 9.73L39.83 9.73Q39.83 8.52 40.25 7.79L40.25 7.79L40.25 7.79Q40.68 7.06 41.31 6.76L41.31 6.76L41.31 6.76Q41.95 6.47 42.66 6.47L42.66 6.47L42.66 6.47Q43.62 6.47 44.30 6.97L44.30 6.97L44.30 6.97Q44.98 7.46 45.14 8.43L45.14 8.43L44.12 8.59L44.12 8.59Q43.96 7.96 43.61 7.65L43.61 7.65L43.61 7.65Q43.25 7.33 42.70 7.33L42.70 7.33L42.70 7.33Q41.82 7.33 41.36 7.96L41.36 7.96L41.36 7.96Q40.90 8.58 40.90 9.71L40.90 9.71L40.90 9.71Q40.90 10.86 41.35 11.48L41.35 11.48L41.35 11.48Q41.80 12.11 42.64 12.11L42.64 12.11L42.64 12.11Q43.32 12.11 43.71 11.72L43.71 11.72L43.71 11.72Q44.10 11.33 44.20 10.55L44.20 10.55ZM51.56 9.98L51.56 9.98L46.90 9.98L46.90 9.98Q46.97 11.02 47.49 11.56L47.49 11.56L47.49 11.56Q48.02 12.11 48.80 12.11L48.80 12.11L48.80 12.11Q49.41 12.11 49.82 11.79L49.82 11.79L49.82 11.79Q50.23 11.47 50.44 10.82L50.44 10.82L51.53 10.96L51.53 10.96Q51.26 11.93 50.56 12.45L50.56 12.45L50.56 12.45Q49.86 12.97 48.80 12.97L48.80 12.97L48.80 12.97Q47.40 12.97 46.61 12.11L46.61 12.11L46.61 12.11Q45.83 11.26 45.83 9.77L45.83 9.77L45.83 9.77Q45.83 8.30 46.59 7.38L46.59 7.38L46.59 7.38Q47.36 6.47 48.74 6.47L48.74 6.47L48.74 6.47Q49.42 6.47 50.05 6.77L50.05 6.77L50.05 6.77Q50.68 7.07 51.12 7.78L51.12 7.78L51.12 7.78Q51.56 8.50 51.56 9.98ZM46.96 9.12L50.48 9.12L50.48 9.12Q50.41 8.17 49.89 7.75L49.89 7.75L49.89 7.75Q49.37 7.33 48.74 7.33L48.74 7.33L48.74 7.33Q48 7.33 47.52 7.83L47.52 7.83L47.52 7.83Q47.04 8.33 46.96 9.12L46.96 9.12ZM57.33 8.21L56.30 8.35L56.30 8.35Q56.23 7.84 55.89 7.58L55.89 7.58L55.89 7.58Q55.55 7.33 54.94 7.33L54.94 7.33L54.94 7.33Q54.33 7.33 53.96 7.54L53.96 7.54L53.96 7.54Q53.59 7.74 53.59 8.13L53.59 8.13L53.59 8.13Q53.59 8.50 53.89 8.66L53.89 8.66L53.89 8.66Q54.18 8.82 55.05 9.05L55.05 9.05L55.05 9.05Q56.04 9.30 56.53 9.49L56.53 9.49L56.53 9.49Q57.02 9.69 57.29 10.03L57.29 10.03L57.29 10.03Q57.56 10.38 57.56 11.00L57.56 11.00L57.56 11.00Q57.56 11.84 56.88 12.40L56.88 12.40L56.88 12.40Q56.20 12.97 55.07 12.97L55.07 12.97L55.07 12.97Q53.88 12.97 53.22 12.47L53.22 12.47L53.22 12.47Q52.55 11.97 52.40 10.97L52.40 10.97L53.45 10.81L53.45 10.81Q53.53 11.46 53.93 11.78L53.93 11.78L53.93 11.78Q54.33 12.11 55.05 12.11L55.05 12.11L55.05 12.11Q55.75 12.11 56.12 11.82L56.12 11.82L56.12 11.82Q56.48 11.53 56.48 11.11L56.48 11.11L56.48 11.11Q56.48 10.83 56.31 10.66L56.31 10.66L56.31 10.66Q56.14 10.49 55.89 10.40L55.89 10.40L55.89 10.40Q55.63 10.32 54.74 10.10L54.74 10.10L54.74 10.10Q53.42 9.79 53.00 9.33L53.00 9.33L53.00 9.33Q52.57 8.88 52.57 8.26L52.57 8.26L52.57 8.26Q52.57 7.48 53.19 6.97L53.19 6.97L53.19 6.97Q53.81 6.47 54.86 6.47L54.86 6.47L54.86 6.47Q55.97 6.47 56.59 6.91L56.59 6.91L56.59 6.91Q57.21 7.34 57.33 8.21L57.33 8.21Z"/></svg></div><div class="il-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 15"><circle cx="6" cy="6" r="0.67"></circle><path d="M4.2,11.3Q3.3,11.8,3.3,10.75L3.3,4.1Q3.3,3.1,4.3,3.5L10.4,7.0Q12.0,7.5,10.4,8.0L6.65,10.0L6.65,7.75a0.65,0.65,0,1,0,-1.3,0L5.35,10.75a0.9,0.9,0,0,0,1.3,0.8L12.7,8.2Q13.7,7.5,12.7,6.7L3.3,1.6Q2.2,1.3,1.8,2.5L1.8,12.5Q2.2,13.9,3.3,13.3L4.8,12.5A0.3,0.3,0,1,0,4.2,11.3Z"></path></svg></div></div></a></div></div><script data-jc="60" src="https://tpc.googlesyndication.com/pagead/js/r20230125/r20110914/abg_lite_fy2021.js" data-jc-version="r20230125" data-jcp-attribution-data="[[null,"https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png",null,"https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png","https://googleads.g.doubleclick.net/pagead/interaction/?ai=BVVbts2rZY4m0Do6ZywXhq5-oB-y11p9FAAAAEAEgtfmRIDgBWLqGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ\u0026sigh=xy6EaRTdxvo\u0026cid=CAQSSwDUE5ymj-Tkh3eTO1_cX5mTjnQsIyzCCDUKgNFniYT9F_g5leqm7iR5X2icMl4mt_6MJ87b_Glz0Da8uXFDqvIPlWIhOZj9jVn9NSAT","",["user_feedback_menu_interaction","",0],null,null,null,null,"What was wrong with this ad?",null,"https://googleads.g.doubleclick.net/pagead/images/mtad/back_blue.png","Thanks for the feedback!","Well review this ad to improve the experience in the future.","Thanks for the feedback!","Well use your feedback to review ads on this site.",null,null,null,"Closing ad: %1$d","AdChoices","https://googleads.g.doubleclick.net/pagead/images/mtad/ad_choices_blue.png","https://www.google.com/url?ct=abg\u0026q=https://www.google.com/adsense/support/bin/request.py%3Fcontact%3Dabg_afc%26url%3Dhttps://www.cureus.com/users/375655-snigdha-karnakoti%26gl%3DNO%26hl%3Den%26client%3Dca-pub-5818911660210451%26ai0%3DBVVbts2rZY4m0Do6ZywXhq5-oB-y11p9FAAAAEAEgtfmRIDgBWLqGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ\u0026usg=AOvVaw2Yv80Cpwa9VjST-C4doLRd","https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png",0,null,["https://googleads.g.doubleclick.net/pagead/images/adchoices/iconx2-000000.png","AdChoices","Ad closed by %1$s",null,"https://www.gstatic.com/images/branding/googlelogo/2x/googlelogo_dark_color_84x28dp.png","Send feedback","Thanks. Feedback improves Google ads",null,null,null,null,null,null,"See my Google ad settings",null,"https://www.gstatic.com","","Ad served by %1$s","Ad settings","https://adssettings.google.com",null,null,null,0,null,null,2,0],null,null,null,0,0,"Ad options","Personalize ads on this site",null,null,"Learn more","//support.google.com/ads/answer/10923348",1,"https://securepubads.g.doubleclick.net/user_data_deletion/puid?cid=CAQSSwDUE5ymj-Tkh3eTO1_cX5mTjnQsIyzCCDUKgNFniYT9F_g5leqm7iR5X2icMl4mt_6MJ87b_Glz0Da8uXFDqvIPlWIhOZj9jVn9NSAT"],null,null,0,null,0,0,1,0,0,0,0,0,0,0,null,0,null,0,null,null,null,null,0,null,null,0,null,null,"right",0,0,"r20230125/r20110914"]"></script></div><script data-jc="22" src="https://tpc.googlesyndication.com/pagead/js/r20230125/r20110914/client/window_focus_fy2021.js" async data-jc-version="r20230125" data-jcp-url="https://googleads.g.doubleclick.net/pagead/interaction/?ai=&sigh=BpnfxIaauQU&cid=CAQSSwDUE5ymj-Tkh3eTO1_cX5mTjnQsIyzCCDUKgNFniYT9F_g5leqm7iR5X2icMl4mt_6MJ87b_Glz0Da8uXFDqvIPlWIhOZj9jVn9NSAT" data-jcp-gws-id="" data-jcp-qem-id="CMnZ9aLE8vwCFY7Msgod4dUHdQ"></script><script>window.parent.postMessage('{"googMsgType":"pvt","token":"AD37Y7tc_5x33VbZmpVJKJ4h_ZZ121vNxw5QQcskzqmU6TVecNfzdUF0TSdQs1eMx7KlYWNcGC-xmCaYW8iU0LMC"}', '*');</script><div style="bottom:0;right:0;width:336px;height:280px;background:initial !important;position:absolute !important;max-width:100% !important;max-height:100% !important;pointer-events:none !important;image-rendering:-moz-crisp-edges !important;z-index:2147483647;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRSTlMAApidrBQAAAB9SURBVBjTbZGLEYAwDELJBuw/rTWFfDyj15qT4gsC/xW3zj47gPmWut29ukBeR+QuFWSu0M6pTsephlcOb5PI3yRVpTUpTBIo79TR6vu0xqxRbUnxgx44MCiATaEPELYfpPKOnk8JdoYxSOvQTrAPfRPsEWHPxd3/Uum89QAlGAVcdSSrfAAAAABJRU5ErkJggg==') !important;"></div><script id="googleActiveViewDisplayScript" src="https://www.googletagservices.com/activeview/js/current/rx_lidar.js?cache=r20110914"></script><script type="text/javascript">osdlfm();</script></span>
< script id = 'dv_measurement_script' >
const advertisers = ['368839453', '23406973', '23406973', '23914093', '23870773', '23386573', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4993805650', '23714293', '23550133', '23550133', '23876293', '23876293', '23539933', '23539933', '23539933', '23539933', '4880606047', '4965344058', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23330773', '23330773', '442139893'];
if (advertisers.indexOf(23539933 + '') == -1) {
var dvtp_src = document.createElement('script');
dvtp_src.type = 'text/javascript';
dvtp_src.setAttribute('async', 'true');
dvtp_src.setAttribute('src', 'https://cdn.doubleverify.com/dvtp_src.js?t2te=0&seltag=1&adsrv=104&sadv=23539933&ord=117330613&litm=4683702200&scrt=138385851194&splc=/4213/edh.cureus/primarycare&adu=21907982481&unit=336x280&btreg=4683702200138385851194&btadsrv=4683702200138385851194&ctx=21184944&cmp=DV462466&c1=&c2=top&c3=box1&c4=');
document.getElementById('dv_measurement_script').before(dvtp_src);
} < /script><script id='ias-1046816492'> (function() {
var iasScriptUrl, hiddenFrame, hiddenDoc, where, domain;
iasScriptUrl = '//pixel.adsafeprotected.com/jload?anId=8002&campId=336x280&pubId=23539933&chanId=21907982481&placementId=4683702200&pubCreative=138385851194&pubOrder=117330613&cb=1046816492&custom=box1&custom2=&custom3=';
hiddenFrame = document.createElement('iframe');
(hiddenFrame.frameElement || hiddenFrame).style.cssText = "width: 0; height: 0; border: 0; display: none;";
hiddenFrame.src = 'javascript:false';
where = document.getElementById('ias-1046816492');
where.parentNode.insertBefore(hiddenFrame, where);
try {
hiddenDoc = hiddenFrame.contentWindow.document
} catch (e) {
domain = document.domain;
hiddenFrame.src = "javascript:var d=document.open();d.domain='" + domain + "';void(0);";
hiddenDoc = hiddenFrame.contentWindow.document
}
hiddenDoc.open().write('<body onload="' + 'window.__IntegralASUseFIF = true; ' + 'var js = document.createElement(\'script\');' + 'js.src = \'' + iasScriptUrl + '\';' + 'document.body.appendChild(js);">');
hiddenDoc.close()
})(); < /script> < noscript class = "MOAT-everydayhealthdfp606180883043?moatClientLevel1=23539933&moatClientLevel2=117330613&moatClientLevel3=4683702200&moatClientLevel4=138385851194&moatClientSlicer1=21705045080&moatClientSlicer2=21907982481&zMoatPS=top&zMoatST=&zMoatCT=&zMoatSLOT=box1&zMoatSOURCE=&zMoatCAT=primarycare" > < /noscript> < script src = "https://z.moatads.com/everydayhealthdfp606180883043/moatad.js#moatClientLevel1=23539933&moatClientLevel2=117330613&moatClientLevel3=4683702200&moatClientLevel4=138385851194&moatClientSlicer1=21705045080&moatClientSlicer2=21907982481&zMoatPS=top&zMoatST=&zMoatCT=&zMoatSLOT=box1&zMoatSOURCE=&zMoatCAT=primarycare"
type = "text/javascript" > < /script> < /body></html >
#8 JavaScript::Write (size: 66994) - SHA256: c9ef2544ed8b1a161bec8ffa423d6aa06655802c313453642b0d31c8ea311092
< !doctype html > < html > < head > < script >
var jscVersion = 'r20230125'; < /script><script>var google_casm=[];</script > < style > a {
color: #000000 }</style><script>function su(id) {var a = document.getElementById(id);
var b = (new Date()).getTime();
if (a && a.myt && b) {
var t = b - a.myt;
if (window.css) {
css(id, 'clkt', t);
return;
}
var bi = a.href.indexOf("&clkt=");
if (bi > 0) {
var c = a.href.substring(0, bi + 6);
var d = a.href.substring(bi + 6, a.href.length);
var ei = d.indexOf("&");
var r = '';
if (ei >= 0) r = d.substring(ei, d.length);
a.href = c + t + r;
} else {
a.href += "&clkt=" + t;
}
}
} < /script><script>window.dicnf = {};</script > < script data - jc = "41"
data - jc - version = "r20230125"
data - jc - flags = "["x%278446'9efotm(&20067;>8&>`dopb/%<1732261!=|vqc)!7201061?'9efotmy"]" > (function() { /* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */
'use strict';
var p = this || self;
function q(a) {
q[" "](a);
return a
}
q[" "] = function() {};
var da = {},
r = null;
function ea(a, b) {
void 0 === b && (b = 0);
if (!r) {
r = {};
for (var c = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), d = ["+/=", "+/", "-_=", "-_.", "-_"], f = 0; 5 > f; f++) {
var e = c.concat(d[f].split(""));
da[f] = e;
for (var g = 0; g < e.length; g++) {
var l = e[g];
void 0 === r[l] && (r[l] = g)
}
}
}
b = da[b];
c = Array(Math.floor(a.length / 3));
d = b[64] || "";
for (f = e = 0; e < a.length - 2; e += 3) {
var k = a[e],
h = a[e + 1];
l = a[e + 2];
g = b[k >> 2];
k = b[(k & 3) << 4 | h >> 4];
h = b[(h & 15) << 2 | l >> 6];
l = b[l & 63];
c[f++] = g + k + h + l
}
g = 0;
l = d;
switch (a.length - e) {
case 2:
g = a[e + 1], l = b[(g & 15) << 2] || d;
case 1:
a = a[e], c[f] = b[a >> 2] + b[(a & 3) << 4 | g >> 4] + l + d
}
return c.join("")
};
var fa = "undefined" !== typeof Uint8Array;
const y = Symbol();
function ha(a, b) {
if (y) return a[y] |= b;
if (void 0 !== a.o) return a.o |= b;
Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
});
return b
}
function A(a) {
let b;
y ? b = a[y] : b = a.o;
return null == b ? 0 : b
}
function B(a, b) {
y ? a[y] = b : void 0 !== a.o ? a.o = b : Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
})
};
var ia = {};
function C(a) {
return null !== a && "object" === typeof a && !Array.isArray(a) && a.constructor === Object
}
let D;
var F;
const ja = [];
B(ja, 23);
F = Object.freeze(ja);
function ka(a) {
if (A(a.m) & 2) throw Error("Cannot mutate an immutable Message");
}
function la(a) {
var b = a.length;
(b = b ? a[b - 1] : void 0) && C(b) ? b.g = 1 : a.push({
g: 1
})
};
function ma(a) {
const b = a.l + a.i;
return a.h || (a.h = a.m[b] = {})
}
function G(a, b, c) {
ka(a);
return na(a, b, c)
}
function na(a, b, c) {
a.s && (a.s = void 0);
if (b >= a.l) return ma(a)[b] = c, a;
a.m[b + a.i] = c;
(c = a.h) && b in c && delete c[b];
return a
};
let oa;
function pa(a) {
switch (typeof a) {
case "number":
return isFinite(a) ? a : String(a);
case "object":
if (a)
if (Array.isArray(a)) {
if (0 !== (A(a) & 128)) return a = Array.prototype.slice.call(a), la(a), a
} else if (fa && null != a && a instanceof Uint8Array) return a = ea(a), a
}
return a
};
function qa(a, b, c, d) {
if (null != a) {
if (Array.isArray(a)) a = ra(a, b, c, void 0 !== d);
else if (C(a)) {
const f = {};
for (let e in a) f[e] = qa(a[e], b, c, d);
a = f
} else a = b(a, d);
return a
}
}
function ra(a, b, c, d) {
const f = A(a);
d = d ? !!(f & 16) : void 0;
a = Array.prototype.slice.call(a);
for (let e = 0; e < a.length; e++) a[e] = qa(a[e], b, c, d);
c(f, a);
return a
}
function sa(a) {
return a.A === ia ? a.toJSON() : pa(a)
}
function ta(a, b) {
a & 128 && la(b)
};
var H = class {
constructor(a, b) {
var c = void 0;
null == c && (c = oa);
oa = void 0;
var d = this.constructor.h || 0,
f = 0 < d,
e = this.constructor.i,
g = !1;
if (null == c) {
c = e ? [e] : [];
var l = 48;
var k = !0;
f && (d = 0, l |= 128);
B(c, l)
} else {
if (!Array.isArray(c)) throw Error();
if (e && e !== c[0]) throw Error();
let h = l = ha(c, 0);
if (k = 0 !== (16 & h))(g = 0 !== (32 & h)) || (h |= 32);
if (f)
if (128 & h) d = 0;
else {
if (0 < c.length) {
const m = c[c.length - 1];
if (C(m) && "g" in m) {
d = 0;
h |= 128;
delete m.g;
let n = !0;
for (let t in m) {
n = !1;
break
}
n && c.pop()
}
}
} else if (128 & h) throw Error();
l !== h && B(c, h)
}
this.i = (e ? 0 : -1) - d;
this.j = void 0;
this.m = c;
a: {
e = this.m.length;
d = e - 1;
if (e && (e = this.m[d], C(e))) {
this.h = e;
this.l = d - this.i;
break a
}
void 0 !== a && -1 < a ? (this.l = Math.max(a, d + 1 - this.i), this.h = void 0) : this.l = Number.MAX_VALUE
}
if (!f && this.h && "g" in this.h) throw Error('Unexpected "g" flag in sparse object of message that is not a group type.');
if (b) {
a = k && !g && !0;
f = this.l;
let h;
for (k = 0; k < b.length; k++) g = b[k], g < f ? (g += this.i, (d = c[g]) ? ua(d, a) : c[g] = F) : (h || (h = ma(this)), (d = h[g]) ? ua(d, a) : h[g] = F)
}
}
toJSON() {
const a = this.m;
return D ? a : ra(a, sa, ta)
}
};
function ua(a, b) {
if (Array.isArray(a)) {
var c = A(a),
d = 1;
!b || c & 2 || (d |= 16);
(c & d) !== d && B(a, c | d)
}
}
H.prototype.A = ia;
H.prototype.toString = function() {
return this.m.toString()
};
function va(a, b) {
return pa(b)
};
var I = class {
constructor(a, b = !1) {
this.key = a;
this.defaultValue = b;
this.valueType = "boolean"
}
};
var wa = new I("45368259"),
xa = new I("45357156", !0),
ya = new I("45350890");
var J = (a, b) => "&adurl=" == a.substring(a.length - 7) ? a.substring(0, a.length - 7) + b + "&adurl=" : a + b;
function K(a, b, c) {
a.addEventListener && a.addEventListener(b, c, !1)
};
var za = RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");
function Aa() {
if (!globalThis.crypto) return Math.random();
try {
const a = new Uint32Array(1);
globalThis.crypto.getRandomValues(a);
return a[0] / 65536 / 65536
} catch {
return Math.random()
}
}
function Ba(a, b) {
if (a)
for (const c in a) Object.prototype.hasOwnProperty.call(a, c) && b(a[c], c, a)
}
function Ga(a = document) {
return a.createElement("img")
};
function Ha(a, b = null) {
Ia(a, b)
}
function Ia(a, b) {
p.google_image_requests || (p.google_image_requests = []);
const c = Ga(p.document);
if (b) {
const d = f => {
b && b(f);
c.removeEventListener && c.removeEventListener("load", d, !1);
c.removeEventListener && c.removeEventListener("error", d, !1)
};
K(c, "load", d);
K(c, "error", d)
}
c.src = a;
p.google_image_requests.push(c)
};
let L = 0;
function Ja(a, b = null) {
return b && b.getAttribute("data-jc") === String(a) ? b : document.querySelector(`[${"data-jc"}="${a}"]`)
};
function M(a) {
N || (N = new Ka);
const b = N.h[a.key];
if ("proto" === a.valueType) {
try {
const c = JSON.parse(b);
if (Array.isArray(c)) return c
} catch (c) {}
return a.defaultValue
}
return typeof b === typeof a.defaultValue ? b : a.defaultValue
}
var La = class {
constructor() {
this.h = {}
}
};
var Ka = class extends La {
constructor() {
super();
var a = Ja(L, document.currentScript);
a = a && a.getAttribute("data-jc-flags") || "";
try {
const b = JSON.parse(a)[0];
a = "";
for (let c = 0; c < b.length; c++) a += String.fromCharCode(b.charCodeAt(c) ^ "\u0003\u0007\u0003\u0007\b\u0004\u0004\u0006\u0005\u0003".charCodeAt(c % 10));
this.h = JSON.parse(a)
} catch (b) {}
}
},
N;
class Ma {
constructor(a, b) {
this.error = a;
this.context = b.context;
this.msg = b.message || "";
this.id = b.id || "jserror";
this.meta = {}
}
};
const Na = RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|$)");
var Oa = class {
constructor(a, b) {
this.h = a;
this.i = b
}
},
Pa = class {
constructor(a, b) {
this.url = a;
this.v = !!b;
this.depth = null
}
};
function P(a, b) {
const c = {};
c[a] = b;
return [c]
}
function Qa(a, b, c, d, f) {
const e = [];
Ba(a, function(g, l) {
(g = Ra(g, b, c, d, f)) && e.push(l + "=" + g)
});
return e.join(b)
}
function Ra(a, b, c, d, f) {
if (null == a) return "";
b = b || "&";
c = c || ",$";
"string" == typeof c && (c = c.split(""));
if (a instanceof Array) {
if (d = d || 0, d < c.length) {
const e = [];
for (let g = 0; g < a.length; g++) e.push(Ra(a[g], b, c, d + 1, f));
return e.join(c[d])
}
} else if ("object" == typeof a) return f = f || 0, 2 > f ? encodeURIComponent(Qa(a, b, c, d, f + 1)) : "...";
return encodeURIComponent(String(a))
}
function Sa(a) {
let b = 1;
for (const c in a.i) b = c.length > b ? c.length : b;
return 3997 - b - a.j.length - 1
}
function Ta(a, b) {
let c = "https://pagead2.googlesyndication.com" + b,
d = Sa(a) - b.length;
if (0 > d) return "";
a.h.sort(function(e, g) {
return e - g
});
b = null;
let f = "";
for (let e = 0; e < a.h.length; e++) {
const g = a.h[e],
l = a.i[g];
for (let k = 0; k < l.length; k++) {
if (!d) {
b = null == b ? g : b;
break
}
let h = Qa(l[k], a.j, ",$");
if (h) {
h = f + h;
if (d >= h.length) {
d -= h.length;
c += h;
f = a.j;
break
}
b = null == b ? g : b
}
}
}
a = "";
null != b && (a = f + "trn=" + b);
return c + a
}
class Q {
constructor() {
this.j = "&";
this.i = {};
this.l = 0;
this.h = []
}
};
function Ua() {
var a = R,
b = window.google_srt;
0 <= b && 1 >= b && (a.h = b)
}
function S(a, b, c, d = !1, f, e) {
if ((d ? a.h : Math.random()) < (f || .01)) try {
let g;
c instanceof Q ? g = c : (g = new Q, Ba(c, (k, h) => {
var m = g;
const n = m.l++;
k = P(h, k);
m.h.push(n);
m.i[n] = k
}));
const l = Ta(g, "/pagead/gen_204?id=" + b + "&");
l && ("undefined" !== typeof e ? Ha(l, e) : Ha(l))
} catch (g) {}
}
class Va {
constructor() {
this.h = Math.random()
}
};
let T = null;
function Wa() {
const a = p.performance;
return a && a.now && a.timing ? Math.floor(a.now() + a.timing.navigationStart) : Date.now()
}
function Xa() {
const a = p.performance;
return a && a.now ? a.now() : null
};
class Ya {
constructor(a, b) {
var c = Xa() || Wa();
this.label = a;
this.type = b;
this.value = c;
this.duration = 0;
this.uniqueId = Math.random();
this.taskId = this.slotId = void 0
}
};
const U = p.performance,
Za = !!(U && U.mark && U.measure && U.clearMarks),
V = function(a) {
let b = !1,
c;
return function() {
b || (c = a(), b = !0);
return c
}
}(() => {
var a;
if (a = Za) {
var b;
if (null === T) {
T = "";
try {
a = "";
try {
a = p.top.location.hash
} catch (c) {
a = p.location.hash
}
a && (T = (b = a.match(/\bdeid=([\d,]+)/)) ? b[1] : "")
} catch (c) {}
}
b = T;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function $a(a) {
a && U && V() && (U.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), U.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ab {
constructor() {
var a = window;
this.i = [];
this.j = a || p;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.i = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = V() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new Ya(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
U && V() && U.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (Xa() || Wa()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
U && V() && U.mark(b);
!this.h || 2048 < this.i.length || this.i.push(a)
}
}
};
function W(a) {
let b = a.toString();
a.name && -1 == b.indexOf(a.name) && (b += ": " + a.name);
a.message && -1 == b.indexOf(a.message) && (b += ": " + a.message);
if (a.stack) {
a = a.stack;
var c = b;
try {
-1 == a.indexOf(c) && (a = c + "\n" + a);
let d;
for (; a != d;) d = a, a = a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\2"), "$1");
b = a.replace(RegExp("\n *", "g"), "\n")
} catch (d) {
b = c
}
}
return b
}
function bb(a, b, c, d) {
let f, e;
try {
a.h && a.h.h ? (e = a.h.start(b.toString(), 3), f = c(), a.h.end(e)) : f = c()
} catch (g) {
c = !0;
try {
$a(e), c = a.B(b, new Ma(g, {
message: W(g)
}), void 0, d)
} catch (l) {
a.l(217, l)
}
if (c) window.console ? .error ? .(g);
else throw g;
}
return f
}
function cb(a, b, c, d) {
var f = X;
return (...e) => bb(f, a, () => b.apply(c, e), d)
}
class db {
constructor(a = null) {
this.s = R;
this.i = null;
this.B = this.l;
this.h = a;
this.j = !1
}
l(a, b, c, d, f) {
f = f || "jserror";
let e;
try {
const u = new Q;
var g = u;
g.h.push(1);
g.i[1] = P("context", a);
b.error && b.meta && b.id || (b = new Ma(b, {
message: W(b)
}));
if (b.msg) {
g = u;
var l = b.msg.substring(0, 512);
g.h.push(2);
g.i[2] = P("msg", l)
}
var k = b.meta || {};
b = k;
if (this.i) try {
this.i(b)
} catch (v) {}
if (d) try {
d(b)
} catch (v) {}
d = u;
k = [k];
d.h.push(3);
d.i[3] = k;
d = p;
k = [];
let O;
b = null;
do {
var h = d;
try {
var m;
if (m = !!h && null != h.location.href) b: {
try {
q(h.foo);
m = !0;
break b
} catch (v) {}
m = !1
}
var n = m
} catch {
n = !1
}
n ? (O = h.location.href, b = h.document && h.document.referrer || null) : (O = b, b = null);
k.push(new Pa(O || ""));
try {
d = h.parent
} catch (v) {
d = null
}
} while (d && h != d);
for (let v = 0, Ca = k.length - 1; v <= Ca; ++v) k[v].depth = Ca - v;
h = p;
if (h.location && h.location.ancestorOrigins && h.location.ancestorOrigins.length == k.length - 1) for (n = 1; n < k.length; ++n) {
var t = k[n];
t.url || (t.url = h.location.ancestorOrigins[n - 1] || "", t.v = !0)
}
var w = k;
let Z = new Pa(p.location.href, !1);
h = null;
const aa = w.length - 1;
for (t = aa; 0 <= t; --t) {
var x = w[t];
!h && Na.test(x.url) && (h = x);
if (x.url && !x.v) {
Z = x;
break
}
}
x = null;
const gb = w.length && w[aa].url;
0 != Z.depth && gb && (x = w[aa]);
e = new Oa(Z, x);
if (e.i) {
w = u;
var z = e.i.url || "";
w.h.push(4);
w.i[4] = P("top", z)
}
var ba = {
url: e.h.url || ""
};
if (e.h.url) {
var ca = e.h.url.match(za),
E = ca[1],
Da = ca[3],
Ea = ca[4];
z = "";
E && (z += E + ":");
Da && (z += "//", z += Da, Ea && (z += ":" + Ea));
var Fa = z
} else Fa = "";
E = u;
ba = [ba, {
url: Fa
}];
E.h.push(5);
E.i[5] = ba;
S(this.s, f, u, this.j, c)
} catch (u) {
try {
S(this.s, f, {
context: "ecmserr",
rctx: a,
msg: W(u),
url: e && e.h.url
}, this.j, c)
} catch (O) {}
}
return !0
}
};
class eb {};
let R, X;
const Y = new ab;
var fb = () => {
window.google_measure_js_timing || (Y.h = !1, Y.i != Y.j.google_js_reporting_queue && (V() && Array.prototype.forEach.call(Y.i, $a, void 0), Y.i.length = 0))
};
(a => {
R = a ? ? new Va;
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
Ua();
X = new db(Y);
X.i = b => {
var c = L;
0 !== c && (b.jc = String(c), c = (c = Ja(c, document.currentScript)) && c.getAttribute("data-jc-version") || "unknown", b.shv = c)
};
X.j = !0;
"complete" == window.document.readyState ? fb() : Y.h && K(window, "load", () => {
fb()
})
})();
var hb = (a, b, c, d) => cb(a, b, c, d),
ib = (a, b, c, d) => {
var f = eb;
var e = "u";
f.u && f.hasOwnProperty(e) || (e = new f, f.u = e);
f = [];
!b.eid && f.length && (b.eid = f.toString());
S(R, a, b, !0, c, d)
};
function jb() {
const a = window;
if (a.gmaSdk || a.webkit ? .messageHandlers ? .getGmaViewSignals) return a;
try {
const b = window.parent;
if (b.gmaSdk || b.webkit ? .messageHandlers ? .getGmaViewSignals) return b
} catch (b) {}
return null
}
function kb(a, b = {}, c = () => {}, d = () => {}, f = 200, e, g) {
const l = String(Math.floor(2147483647 * Aa()));
let k = 0;
const h = m => {
try {
const n = "object" === typeof m.data ? m.data : JSON.parse(m.data);
l === n.paw_id && (window.clearTimeout(k), window.removeEventListener("message", h), n.signal ? c(n.signal) : n.error && d(n.error))
} catch (n) {
g("paw_sigs", {
msg: "postmessageError",
err: n instanceof Error ? n.message : "nonError",
data: null == m.data ? "null" : 500 < m.data.length ? m.data.substring(0, 500) : m.data
})
}
};
window.addEventListener("message", m => {
e(903, () => {
h(m)
})()
});
a.postMessage({
paw_id: l,
...b
});
k = window.setTimeout(() => {
window.removeEventListener("message", h);
d("PAW GMA postmessage timed out.")
}, f)
};
function lb(a, b) {
return G(a, 2, b)
}
function mb(a, b) {
return G(a, 3, b)
}
function nb(a, b) {
return G(a, 4, b)
}
function ob(a, b) {
return G(a, 5, b)
}
function pb(a, b) {
return G(a, 9, b)
}
function qb(a, b) {
ka(a);
if (null == b) var c = F;
else c = [], ha(c, 1);
var d = c;
if (null != b) {
c = !!b.length;
for (var f = 0; f < b.length; f++) {
const e = b[f];
c = c && !(A(e.m) & 2);
d[f] = e.m
}
c = (c ? 8 : 0) | 1;
f = A(d);
(f & c) !== c && (Object.isFrozen(d) && (d = Array.prototype.slice.call(d)), B(d, f | c));
a.j || (a.j = {});
a.j[10] = b
} else a.j && (a.j[10] = void 0);
return na(a, 10, d)
}
function rb(a, b) {
return G(a, 11, b)
}
function sb(a, b) {
return G(a, 1, b)
}
function tb(a, b) {
return G(a, 7, b)
}
var vb = class extends H {
constructor() {
super(-1, ub)
}
},
wb = class extends H {
constructor() {
super()
}
},
ub = [10, 6];
const xb = "platform platformVersion architecture model uaFullVersion bitness fullVersionList wow64".split(" ");
function yb() {
var a = window;
if ("function" !== typeof a.navigator ? .userAgentData ? .getHighEntropyValues) return null;
const b = a.google_tag_data ? ? (a.google_tag_data = {});
if (b.uach_promise) return b.uach_promise;
a = a.navigator.userAgentData.getHighEntropyValues(xb).then(c => {
b.uach ? ? (b.uach = c);
return c
});
return b.uach_promise = a
}
function zb(a) {
return rb(qb(ob(lb(sb(nb(tb(pb(mb(new vb, a.architecture || ""), a.bitness || ""), a.mobile || !1), a.model || ""), a.platform || ""), a.platformVersion || ""), a.uaFullVersion || ""), a.fullVersionList ? .map(b => {
var c = new wb;
c = G(c, 1, b.brand);
return G(c, 2, b.version)
}) || []), a.wow64 || !1)
}
function Ab() {
return yb() ? .then(a => zb(a)) ? ? null
};
class Bb {
constructor() {
this.promise = new Promise(a => {
this.h = a
})
}
};
window.viewReq = [];
const Cb = a => {
const b = new Image;
b.src = a.replace("&", "&");
window.viewReq.push(b)
};
L = 41;
window.vu = a => {
const b = M(xa),
c = jb();
if (b && c ? .gmaSdk ? .getViewSignals) {
var d = c.gmaSdk.getViewSignals();
d && (a = J(a, "&ms=" + d))
}
M(wa) && "__google_lidar_radf_" in window && (a = J(a, "&avradf=1"));
const f = [];
d = () => {
const e = new Bb;
f.push(e.promise);
return e.h
};
if (M(ya)) {
const e = Ab();
if (null != e) {
const g = d();
e.then(l => {
a: {
D = !0;
try {
var k = JSON.stringify(l.toJSON(), va);
break a
} finally {
D = !1
}
k = void 0
}
l = k;k = [];
for (var h = 0, m = 0; m < l.length; m++) {
var n = l.charCodeAt(m);
255 < n && (k[h++] = n & 255, n >>= 8);
k[h++] = n
}
l = ea(k, 3);0 < l.length && (a = J(a, "&uach=" + l));g()
})
}
}
if (b && c ? .webkit ? .messageHandlers ? .getGmaViewSignals) {
const e = d();
kb(c.webkit.messageHandlers.getGmaViewSignals, {}, g => {
a = J(a, "&" + g);
e()
}, () => {
e()
}, 200, hb, ib)
}
0 < f.length ? Promise.all(f).then(() => {
Cb(a)
}) : Cb(a)
};
}).call(this); < /script><script data-jc="53" data-jc-version="r20230125">(function(){/ * Copyright The Closure Library Authors.SPDX - License - Identifier: Apache - 2.0 * / 'use strict';var k=this||self;function aa(a,b){function c(){}c.prototype=b.prototype;a.m=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.l=function(d,e,f){for(var q=Array(arguments.length-2),h=2;h<arguments.length;h++)q[h-2]=arguments[h];return b.prototype[e].apply(d,q)}};function p(a){let b=!1,c;return function(){b||(c=a(),b=!0);return c}};var ba={capture:!0},ca=p(function(){let a=!1;try{const b=Object.defineProperty({},"passive",{get:function(){a=!0}});k.addEventListener("test",null,b)}catch(b){}return a});function r(a,b,c,d){if(a.addEventListener){var e=a.addEventListener;d=d?d.passive&&ca()?d:d.capture||!1:!1;e.call(a,b,c,d)}};function t(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var u=document;let v=null;function w(){const a=k.performance;return a&&a.now&&a.timing?Math.floor(a.now()+a.timing.navigationStart):Date.now()}function x(){const a=k.performance;return a&&a.now?a.now():null};class da{constructor(a,b){var c=x()||w();this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.random();this.taskId=this.slotId=void 0}};const z=k.performance,ea=!!(z&&z.mark&&z.measure&&z.clearMarks),A=p(()=>{var a;if(a=ea){var b;if(null===v){v="";try{a="";try{a=k.top.location.hash}catch(c){a=k.location.hash}a&&(v=(b=a.match(/\
bdeid = ([\d, ] + ) / )) ? b[1]: "")
} catch (c) {}
}
b = v;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function fa(a) {
a && z && A() && (z.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), z.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ha {
constructor() {
var a = window;
this.g = [];
this.j = a || k;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.g = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = A() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new da(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
z && A() && z.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (x() || w()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
z && A() && z.mark(b);
!this.h || 2048 < this.g.length || this.g.push(a)
}
}
};
function ia() {};
const B = new ha;
var C = () => {
window.google_measure_js_timing || (B.h = !1, B.g != B.j.google_js_reporting_queue && (A() && Array.prototype.forEach.call(B.g, fa, void 0), B.g.length = 0))
};
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
"complete" == window.document.readyState ? C() : B.h && r(window, "load", () => {
C()
});
var D = (a, b, c, d, e) => {
window.css ? window.css(b, c, d, e, void 0) : a && (b = a.href, e ? d = b + ("&" + c + "=" + d) : (e = "&" + c + "=", c = b.indexOf(e), 0 > c ? d = b + e + d : (c += e.length, e = b.indexOf("&", c), d = 0 <= e ? b.substring(0, c) + d + b.substring(e) : b.substring(0, c) + d)), c = parseInt(window.sumhl, 10), a.href = d.length > (0 < c ? c : 2E3) ? b : d)
};
let E = !1,
F = !1,
G = null;
const ja = () => {
r ? .(document, "click", a => {
G = a
}, ba)
};
var ka = () => {
const a = G;
return a ? E || F ? !1 : (a.preventDefault ? a.preventDefault() : a.returnValue = !1, !0) : !1
},
la = () => {
r(document, "mousedown", () => {
E = !0
});
r(document, "keydown", () => {
F = !0
});
ja()
};
var ma = (a, b = 17) => {
if (0 > b || Math.floor(b) !== b) b = 17;
H(a, b)
},
na = (a, b) => {
H(a, b || 1)
},
oa = a => {
H(a, 2)
},
pa = (a, b) => {
H(a, b || 0)
};
let I = {},
J = !0;
const H = (a, b) => {
var c;
if (c = J) void 0 === I[a] && (I[a] = []), (c = I[a][b]) || (I[a][b] = !0);
c || D(document.getElementById(a), a, "nb", b, J)
};
function K(a, b, c) {
const d = a.id || "";
D(a, d, "nx", b);
D(a, d, "ny", c)
}
var qa = class {
constructor() {
this.g = this.h = null;
u.addEventListener && u.addEventListener("mousedown", a => {
this.h = a
}, !0);
r(u, "DOMContentLoaded", () => {
this.g = u.getElementById("common_15click_anchor")
})
}
};
const ra = [0, 2, 1];
let M = null;
var N = a => {
if (a) {
var b; {
const c = window.event || M;
c ? ((b = c.which ? 1 << ra[c.which - 1] : c.button) && c.shiftKey && (b |= 8), b && c.altKey && (b |= 16), b && c.ctrlKey && (b |= 32)) : b = null
}
b && D(a, a.id, "mb", b)
}
};
document.addEventListener && document.addEventListener("mousedown", a => {
M = a
}, !0);
window.mb = N;
var O = {},
sa = (a, b = 2, c = "") => {
c = c ? c : a;
1 !== b && (void 0 === O[c] ? O[c] = 1 : O[c] ++);
0 !== b && O[c] && D(document.getElementById(a), a, "nm", O[c])
};
var P = "closure_listenable_" + (1E6 * Math.random() | 0);
var ta = 0;
function ua(a, b, c, d, e) {
this.listener = a;
this.proxy = null;
this.src = b;
this.type = c;
this.capture = !!d;
this.h = e;
this.key = ++ta;
this.g = this.i = !1
}
function Q(a) {
a.g = !0;
a.listener = null;
a.proxy = null;
a.src = null;
a.h = null
};
function R(a) {
this.src = a;
this.g = {};
this.h = 0
}
R.prototype.add = function(a, b, c, d, e) {
var f = a.toString();
a = this.g[f];
a || (a = this.g[f] = [], this.h++);
var q = S(a, b, d, e); - 1 < q ? (b = a[q], c || (b.i = !1)) : (b = new ua(b, this.src, f, !!d, e), b.i = c, a.push(b));
return b
};
function T(a, b) {
var c = b.type;
if (c in a.g) {
var d = a.g[c],
e = Array.prototype.indexOf.call(d, b, void 0),
f;
(f = 0 <= e) && Array.prototype.splice.call(d, e, 1);
f && (Q(b), 0 == a.g[c].length && (delete a.g[c], a.h--))
}
}
function S(a, b, c, d) {
for (var e = 0; e < a.length; ++e) {
var f = a[e];
if (!f.g && f.listener == b && f.capture == !!c && f.h == d) return e
}
return -1
};
var U = "closure_lm_" + (1E6 * Math.random() | 0),
V = {},
va = 0;
function W(a, b, c, d, e) {
if (Array.isArray(b))
for (var f = 0; f < b.length; f++) W(a, b[f], c, d, e);
else(f = typeof d, d = "object" == f && null != d || "function" == f ? !!d.capture : !!d, c = wa(c), a && a[P]) ? (a = a.g, b = String(b).toString(), b in a.g && (f = a.g[b], c = S(f, c, d, e), -1 < c && (Q(f[c]), Array.prototype.splice.call(f, c, 1), 0 == f.length && (delete a.g[b], a.h--)))) : a && (a = X(a)) && (b = a.g[b.toString()], a = -1, b && (a = S(b, c, d, e)), (c = -1 < a ? b[a] : null) && "number" !== typeof c && c && !c.g && ((e = c.src) && e[P] ? T(e.g, c) : (d = c.type, b = c.proxy, e.removeEventListener ? e.removeEventListener(d, b, c.capture) : e.detachEvent ? e.detachEvent(d in V ? V[d] : V[d] = "on" + d, b) : e.addListener && e.removeListener && e.removeListener(b), va--, (d = X(e)) ? (T(d, c), 0 == d.h && (d.src = null, e[U] = null)) : Q(c))))
}
function X(a) {
a = a[U];
return a instanceof R ? a : null
}
var Y = "__closure_events_fn_" + (1E9 * Math.random() >>> 0);
function wa(a) {
if ("function" === typeof a) return a;
a[Y] || (a[Y] = function(b) {
return a.handleEvent(b)
});
return a[Y]
};
function Z() {
this.g = new R(this)
}
aa(Z, ia);
Z.prototype[P] = !0;
Z.prototype.removeEventListener = function(a, b, c, d) {
W(this, a, b, c, d)
};
class xa extends Z {};
class ya extends xa {};
function za(a, b) {
b && (new ya).g.add("became-visible", () => {
a.g = (new Date).getTime()
}, !1, void 0, void 0)
}
var Aa = class {
constructor() {
this.g = 0
}
};
window.init_ssb = (a, b, c, d, e, f, q) => {
const h = window;
a && (la(), h.accbk = ka);
b && (f && (J = !1), h.cla = ma, h.cll = na, h.clb = oa, h.clh = pa);
if (c) {
const n = new qa;
h.xy = (g, L, m) => {
m = m || L;
const y = g || n.h;
if (y && L && m && !t(n.g, y.target)) {
g = u.querySelector("a.one-point-five-click.rhbutton");
var l;
(l = !g) || (g.classList ? l = g.classList.contains("preexpanded") : (l = g.classList ? g.classList : ("string" == typeof g.className ? g.className : g.getAttribute && g.getAttribute("class") || "").match(/\S+/g) || [], l = 0 <= Array.prototype.indexOf.call(l, "preexpanded", void 0)));
if (l || !t(g, y.target)) l = Math.round(y.clientX - m.offsetLeft), m = Math.round(y.clientY - m.offsetTop), K(L, l, m), n.g && K(n.g, l, m), g && K(g, l, m)
}
}
}
d && (h.mb = N);
e && (h.ss = sa);
if (q) {
const n = new Aa;
h.vti = g => {
g && (0 === n.g ? D(g, g.id, "vti", "") : D(g, g.id, "vti", (new Date).getTime() - n.g))
};
h.ivti = g => {
za(n, g)
}
}
};
}).call(this); < /script><script>init_ssb(true,false,true,true,true,false,false);</script > < script >
if (typeof(ss) === "undefined") {
ss = function() {};
}
function st(id) {
var a = document.getElementById(id);
if (a) {
a.myt = (new Date()).getTime();
xy(window.event, a);
mb(a);
}
}
function ha(a, x) {
if (accbk()) return;
su(a);
}
function ia(a, e, x) {
if (accbk()) return;
su(a);
}
function ja(a, x) {
if (accbk()) return;
su(a);
}
function ga(o, e, x) {
if (document.getElementById) {
var a = o.id.substring(1),
p = "",
r = "",
g = e.target,
t, f, h;
if (g) {
t = g.id;
f = g.parentNode;
if (f) {
p = f.id;
h = f.parentNode;
if (h) r = h.id;
}
} else {
h = e.srcElement;
f = h.parentNode;
if (f) p = f.id;
t = h.id;
}
if (t == a || p == a || r == a) return true;
ia(a, e, x);
window.open(document.getElementById(a).href);
}
} < /script></head > < body leftMargin = "0"
topMargin = "0"
marginwidth = "0"
marginheight = "0"
style = "background:transparent; line-height:0" > < span id = "4683702200138385851200"
data - dv - view = "4683702200138385851200" > < script > function su(id) {
var a = document.getElementById(id);
var b = (new Date()).getTime();
if (a && a.myt && b) {
var t = b - a.myt;
if (window.css) {
css(id, 'clkt', t);
return;
}
var bi = a.href.indexOf("&clkt=");
if (bi > 0) {
var c = a.href.substring(0, bi + 6);
var d = a.href.substring(bi + 6, a.href.length);
var ei = d.indexOf("&");
var r = '';
if (ei >= 0) r = d.substring(ei, d.length);
a.href = c + t + r;
} else {
a.href += "&clkt=" + t;
}
}
} < /script><script>window.dicnf = {};</script > < script data - jc = "41"
data - jc - version = "r20230125"
data - jc - flags = "["x%278446'9efotm(&20067;>8&>`dopb/%<1732261!=|vqc)!7201061?'9efotmy"]" > (function() { /* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */
'use strict';
var p = this || self;
function q(a) {
q[" "](a);
return a
}
q[" "] = function() {};
var da = {},
r = null;
function ea(a, b) {
void 0 === b && (b = 0);
if (!r) {
r = {};
for (var c = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), d = ["+/=", "+/", "-_=", "-_.", "-_"], f = 0; 5 > f; f++) {
var e = c.concat(d[f].split(""));
da[f] = e;
for (var g = 0; g < e.length; g++) {
var l = e[g];
void 0 === r[l] && (r[l] = g)
}
}
}
b = da[b];
c = Array(Math.floor(a.length / 3));
d = b[64] || "";
for (f = e = 0; e < a.length - 2; e += 3) {
var k = a[e],
h = a[e + 1];
l = a[e + 2];
g = b[k >> 2];
k = b[(k & 3) << 4 | h >> 4];
h = b[(h & 15) << 2 | l >> 6];
l = b[l & 63];
c[f++] = g + k + h + l
}
g = 0;
l = d;
switch (a.length - e) {
case 2:
g = a[e + 1], l = b[(g & 15) << 2] || d;
case 1:
a = a[e], c[f] = b[a >> 2] + b[(a & 3) << 4 | g >> 4] + l + d
}
return c.join("")
};
var fa = "undefined" !== typeof Uint8Array;
const y = Symbol();
function ha(a, b) {
if (y) return a[y] |= b;
if (void 0 !== a.o) return a.o |= b;
Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
});
return b
}
function A(a) {
let b;
y ? b = a[y] : b = a.o;
return null == b ? 0 : b
}
function B(a, b) {
y ? a[y] = b : void 0 !== a.o ? a.o = b : Object.defineProperties(a, {
o: {
value: b,
configurable: !0,
writable: !0,
enumerable: !1
}
})
};
var ia = {};
function C(a) {
return null !== a && "object" === typeof a && !Array.isArray(a) && a.constructor === Object
}
let D;
var F;
const ja = [];
B(ja, 23);
F = Object.freeze(ja);
function ka(a) {
if (A(a.m) & 2) throw Error("Cannot mutate an immutable Message");
}
function la(a) {
var b = a.length;
(b = b ? a[b - 1] : void 0) && C(b) ? b.g = 1 : a.push({
g: 1
})
};
function ma(a) {
const b = a.l + a.i;
return a.h || (a.h = a.m[b] = {})
}
function G(a, b, c) {
ka(a);
return na(a, b, c)
}
function na(a, b, c) {
a.s && (a.s = void 0);
if (b >= a.l) return ma(a)[b] = c, a;
a.m[b + a.i] = c;
(c = a.h) && b in c && delete c[b];
return a
};
let oa;
function pa(a) {
switch (typeof a) {
case "number":
return isFinite(a) ? a : String(a);
case "object":
if (a)
if (Array.isArray(a)) {
if (0 !== (A(a) & 128)) return a = Array.prototype.slice.call(a), la(a), a
} else if (fa && null != a && a instanceof Uint8Array) return a = ea(a), a
}
return a
};
function qa(a, b, c, d) {
if (null != a) {
if (Array.isArray(a)) a = ra(a, b, c, void 0 !== d);
else if (C(a)) {
const f = {};
for (let e in a) f[e] = qa(a[e], b, c, d);
a = f
} else a = b(a, d);
return a
}
}
function ra(a, b, c, d) {
const f = A(a);
d = d ? !!(f & 16) : void 0;
a = Array.prototype.slice.call(a);
for (let e = 0; e < a.length; e++) a[e] = qa(a[e], b, c, d);
c(f, a);
return a
}
function sa(a) {
return a.A === ia ? a.toJSON() : pa(a)
}
function ta(a, b) {
a & 128 && la(b)
};
var H = class {
constructor(a, b) {
var c = void 0;
null == c && (c = oa);
oa = void 0;
var d = this.constructor.h || 0,
f = 0 < d,
e = this.constructor.i,
g = !1;
if (null == c) {
c = e ? [e] : [];
var l = 48;
var k = !0;
f && (d = 0, l |= 128);
B(c, l)
} else {
if (!Array.isArray(c)) throw Error();
if (e && e !== c[0]) throw Error();
let h = l = ha(c, 0);
if (k = 0 !== (16 & h))(g = 0 !== (32 & h)) || (h |= 32);
if (f)
if (128 & h) d = 0;
else {
if (0 < c.length) {
const m = c[c.length - 1];
if (C(m) && "g" in m) {
d = 0;
h |= 128;
delete m.g;
let n = !0;
for (let t in m) {
n = !1;
break
}
n && c.pop()
}
}
} else if (128 & h) throw Error();
l !== h && B(c, h)
}
this.i = (e ? 0 : -1) - d;
this.j = void 0;
this.m = c;
a: {
e = this.m.length;
d = e - 1;
if (e && (e = this.m[d], C(e))) {
this.h = e;
this.l = d - this.i;
break a
}
void 0 !== a && -1 < a ? (this.l = Math.max(a, d + 1 - this.i), this.h = void 0) : this.l = Number.MAX_VALUE
}
if (!f && this.h && "g" in this.h) throw Error('Unexpected "g" flag in sparse object of message that is not a group type.');
if (b) {
a = k && !g && !0;
f = this.l;
let h;
for (k = 0; k < b.length; k++) g = b[k], g < f ? (g += this.i, (d = c[g]) ? ua(d, a) : c[g] = F) : (h || (h = ma(this)), (d = h[g]) ? ua(d, a) : h[g] = F)
}
}
toJSON() {
const a = this.m;
return D ? a : ra(a, sa, ta)
}
};
function ua(a, b) {
if (Array.isArray(a)) {
var c = A(a),
d = 1;
!b || c & 2 || (d |= 16);
(c & d) !== d && B(a, c | d)
}
}
H.prototype.A = ia;
H.prototype.toString = function() {
return this.m.toString()
};
function va(a, b) {
return pa(b)
};
var I = class {
constructor(a, b = !1) {
this.key = a;
this.defaultValue = b;
this.valueType = "boolean"
}
};
var wa = new I("45368259"),
xa = new I("45357156", !0),
ya = new I("45350890");
var J = (a, b) => "&adurl=" == a.substring(a.length - 7) ? a.substring(0, a.length - 7) + b + "&adurl=" : a + b;
function K(a, b, c) {
a.addEventListener && a.addEventListener(b, c, !1)
};
var za = RegExp("^(?:([^:/?#.]+):)?(?://(?:([^\\\\/?#]*)@)?([^\\\\/?#]*?)(?::([0-9]+))?(?=[\\\\/?#]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$");
function Aa() {
if (!globalThis.crypto) return Math.random();
try {
const a = new Uint32Array(1);
globalThis.crypto.getRandomValues(a);
return a[0] / 65536 / 65536
} catch {
return Math.random()
}
}
function Ba(a, b) {
if (a)
for (const c in a) Object.prototype.hasOwnProperty.call(a, c) && b(a[c], c, a)
}
function Ga(a = document) {
return a.createElement("img")
};
function Ha(a, b = null) {
Ia(a, b)
}
function Ia(a, b) {
p.google_image_requests || (p.google_image_requests = []);
const c = Ga(p.document);
if (b) {
const d = f => {
b && b(f);
c.removeEventListener && c.removeEventListener("load", d, !1);
c.removeEventListener && c.removeEventListener("error", d, !1)
};
K(c, "load", d);
K(c, "error", d)
}
c.src = a;
p.google_image_requests.push(c)
};
let L = 0;
function Ja(a, b = null) {
return b && b.getAttribute("data-jc") === String(a) ? b : document.querySelector(`[${"data-jc"}="${a}"]`)
};
function M(a) {
N || (N = new Ka);
const b = N.h[a.key];
if ("proto" === a.valueType) {
try {
const c = JSON.parse(b);
if (Array.isArray(c)) return c
} catch (c) {}
return a.defaultValue
}
return typeof b === typeof a.defaultValue ? b : a.defaultValue
}
var La = class {
constructor() {
this.h = {}
}
};
var Ka = class extends La {
constructor() {
super();
var a = Ja(L, document.currentScript);
a = a && a.getAttribute("data-jc-flags") || "";
try {
const b = JSON.parse(a)[0];
a = "";
for (let c = 0; c < b.length; c++) a += String.fromCharCode(b.charCodeAt(c) ^ "\u0003\u0007\u0003\u0007\b\u0004\u0004\u0006\u0005\u0003".charCodeAt(c % 10));
this.h = JSON.parse(a)
} catch (b) {}
}
},
N;
class Ma {
constructor(a, b) {
this.error = a;
this.context = b.context;
this.msg = b.message || "";
this.id = b.id || "jserror";
this.meta = {}
}
};
const Na = RegExp("^https?://(\\w|-)+\\.cdn\\.ampproject\\.(net|org)(\\?|/|$)");
var Oa = class {
constructor(a, b) {
this.h = a;
this.i = b
}
},
Pa = class {
constructor(a, b) {
this.url = a;
this.v = !!b;
this.depth = null
}
};
function P(a, b) {
const c = {};
c[a] = b;
return [c]
}
function Qa(a, b, c, d, f) {
const e = [];
Ba(a, function(g, l) {
(g = Ra(g, b, c, d, f)) && e.push(l + "=" + g)
});
return e.join(b)
}
function Ra(a, b, c, d, f) {
if (null == a) return "";
b = b || "&";
c = c || ",$";
"string" == typeof c && (c = c.split(""));
if (a instanceof Array) {
if (d = d || 0, d < c.length) {
const e = [];
for (let g = 0; g < a.length; g++) e.push(Ra(a[g], b, c, d + 1, f));
return e.join(c[d])
}
} else if ("object" == typeof a) return f = f || 0, 2 > f ? encodeURIComponent(Qa(a, b, c, d, f + 1)) : "...";
return encodeURIComponent(String(a))
}
function Sa(a) {
let b = 1;
for (const c in a.i) b = c.length > b ? c.length : b;
return 3997 - b - a.j.length - 1
}
function Ta(a, b) {
let c = "https://pagead2.googlesyndication.com" + b,
d = Sa(a) - b.length;
if (0 > d) return "";
a.h.sort(function(e, g) {
return e - g
});
b = null;
let f = "";
for (let e = 0; e < a.h.length; e++) {
const g = a.h[e],
l = a.i[g];
for (let k = 0; k < l.length; k++) {
if (!d) {
b = null == b ? g : b;
break
}
let h = Qa(l[k], a.j, ",$");
if (h) {
h = f + h;
if (d >= h.length) {
d -= h.length;
c += h;
f = a.j;
break
}
b = null == b ? g : b
}
}
}
a = "";
null != b && (a = f + "trn=" + b);
return c + a
}
class Q {
constructor() {
this.j = "&";
this.i = {};
this.l = 0;
this.h = []
}
};
function Ua() {
var a = R,
b = window.google_srt;
0 <= b && 1 >= b && (a.h = b)
}
function S(a, b, c, d = !1, f, e) {
if ((d ? a.h : Math.random()) < (f || .01)) try {
let g;
c instanceof Q ? g = c : (g = new Q, Ba(c, (k, h) => {
var m = g;
const n = m.l++;
k = P(h, k);
m.h.push(n);
m.i[n] = k
}));
const l = Ta(g, "/pagead/gen_204?id=" + b + "&");
l && ("undefined" !== typeof e ? Ha(l, e) : Ha(l))
} catch (g) {}
}
class Va {
constructor() {
this.h = Math.random()
}
};
let T = null;
function Wa() {
const a = p.performance;
return a && a.now && a.timing ? Math.floor(a.now() + a.timing.navigationStart) : Date.now()
}
function Xa() {
const a = p.performance;
return a && a.now ? a.now() : null
};
class Ya {
constructor(a, b) {
var c = Xa() || Wa();
this.label = a;
this.type = b;
this.value = c;
this.duration = 0;
this.uniqueId = Math.random();
this.taskId = this.slotId = void 0
}
};
const U = p.performance,
Za = !!(U && U.mark && U.measure && U.clearMarks),
V = function(a) {
let b = !1,
c;
return function() {
b || (c = a(), b = !0);
return c
}
}(() => {
var a;
if (a = Za) {
var b;
if (null === T) {
T = "";
try {
a = "";
try {
a = p.top.location.hash
} catch (c) {
a = p.location.hash
}
a && (T = (b = a.match(/\bdeid=([\d,]+)/)) ? b[1] : "")
} catch (c) {}
}
b = T;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function $a(a) {
a && U && V() && (U.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), U.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ab {
constructor() {
var a = window;
this.i = [];
this.j = a || p;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.i = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = V() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new Ya(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
U && V() && U.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (Xa() || Wa()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
U && V() && U.mark(b);
!this.h || 2048 < this.i.length || this.i.push(a)
}
}
};
function W(a) {
let b = a.toString();
a.name && -1 == b.indexOf(a.name) && (b += ": " + a.name);
a.message && -1 == b.indexOf(a.message) && (b += ": " + a.message);
if (a.stack) {
a = a.stack;
var c = b;
try {
-1 == a.indexOf(c) && (a = c + "\n" + a);
let d;
for (; a != d;) d = a, a = a.replace(RegExp("((https?:/..*/)[^/:]*:\\d+(?:.|\n)*)\\2"), "$1");
b = a.replace(RegExp("\n *", "g"), "\n")
} catch (d) {
b = c
}
}
return b
}
function bb(a, b, c, d) {
let f, e;
try {
a.h && a.h.h ? (e = a.h.start(b.toString(), 3), f = c(), a.h.end(e)) : f = c()
} catch (g) {
c = !0;
try {
$a(e), c = a.B(b, new Ma(g, {
message: W(g)
}), void 0, d)
} catch (l) {
a.l(217, l)
}
if (c) window.console ? .error ? .(g);
else throw g;
}
return f
}
function cb(a, b, c, d) {
var f = X;
return (...e) => bb(f, a, () => b.apply(c, e), d)
}
class db {
constructor(a = null) {
this.s = R;
this.i = null;
this.B = this.l;
this.h = a;
this.j = !1
}
l(a, b, c, d, f) {
f = f || "jserror";
let e;
try {
const u = new Q;
var g = u;
g.h.push(1);
g.i[1] = P("context", a);
b.error && b.meta && b.id || (b = new Ma(b, {
message: W(b)
}));
if (b.msg) {
g = u;
var l = b.msg.substring(0, 512);
g.h.push(2);
g.i[2] = P("msg", l)
}
var k = b.meta || {};
b = k;
if (this.i) try {
this.i(b)
} catch (v) {}
if (d) try {
d(b)
} catch (v) {}
d = u;
k = [k];
d.h.push(3);
d.i[3] = k;
d = p;
k = [];
let O;
b = null;
do {
var h = d;
try {
var m;
if (m = !!h && null != h.location.href) b: {
try {
q(h.foo);
m = !0;
break b
} catch (v) {}
m = !1
}
var n = m
} catch {
n = !1
}
n ? (O = h.location.href, b = h.document && h.document.referrer || null) : (O = b, b = null);
k.push(new Pa(O || ""));
try {
d = h.parent
} catch (v) {
d = null
}
} while (d && h != d);
for (let v = 0, Ca = k.length - 1; v <= Ca; ++v) k[v].depth = Ca - v;
h = p;
if (h.location && h.location.ancestorOrigins && h.location.ancestorOrigins.length == k.length - 1) for (n = 1; n < k.length; ++n) {
var t = k[n];
t.url || (t.url = h.location.ancestorOrigins[n - 1] || "", t.v = !0)
}
var w = k;
let Z = new Pa(p.location.href, !1);
h = null;
const aa = w.length - 1;
for (t = aa; 0 <= t; --t) {
var x = w[t];
!h && Na.test(x.url) && (h = x);
if (x.url && !x.v) {
Z = x;
break
}
}
x = null;
const gb = w.length && w[aa].url;
0 != Z.depth && gb && (x = w[aa]);
e = new Oa(Z, x);
if (e.i) {
w = u;
var z = e.i.url || "";
w.h.push(4);
w.i[4] = P("top", z)
}
var ba = {
url: e.h.url || ""
};
if (e.h.url) {
var ca = e.h.url.match(za),
E = ca[1],
Da = ca[3],
Ea = ca[4];
z = "";
E && (z += E + ":");
Da && (z += "//", z += Da, Ea && (z += ":" + Ea));
var Fa = z
} else Fa = "";
E = u;
ba = [ba, {
url: Fa
}];
E.h.push(5);
E.i[5] = ba;
S(this.s, f, u, this.j, c)
} catch (u) {
try {
S(this.s, f, {
context: "ecmserr",
rctx: a,
msg: W(u),
url: e && e.h.url
}, this.j, c)
} catch (O) {}
}
return !0
}
};
class eb {};
let R, X;
const Y = new ab;
var fb = () => {
window.google_measure_js_timing || (Y.h = !1, Y.i != Y.j.google_js_reporting_queue && (V() && Array.prototype.forEach.call(Y.i, $a, void 0), Y.i.length = 0))
};
(a => {
R = a ? ? new Va;
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
Ua();
X = new db(Y);
X.i = b => {
var c = L;
0 !== c && (b.jc = String(c), c = (c = Ja(c, document.currentScript)) && c.getAttribute("data-jc-version") || "unknown", b.shv = c)
};
X.j = !0;
"complete" == window.document.readyState ? fb() : Y.h && K(window, "load", () => {
fb()
})
})();
var hb = (a, b, c, d) => cb(a, b, c, d),
ib = (a, b, c, d) => {
var f = eb;
var e = "u";
f.u && f.hasOwnProperty(e) || (e = new f, f.u = e);
f = [];
!b.eid && f.length && (b.eid = f.toString());
S(R, a, b, !0, c, d)
};
function jb() {
const a = window;
if (a.gmaSdk || a.webkit ? .messageHandlers ? .getGmaViewSignals) return a;
try {
const b = window.parent;
if (b.gmaSdk || b.webkit ? .messageHandlers ? .getGmaViewSignals) return b
} catch (b) {}
return null
}
function kb(a, b = {}, c = () => {}, d = () => {}, f = 200, e, g) {
const l = String(Math.floor(2147483647 * Aa()));
let k = 0;
const h = m => {
try {
const n = "object" === typeof m.data ? m.data : JSON.parse(m.data);
l === n.paw_id && (window.clearTimeout(k), window.removeEventListener("message", h), n.signal ? c(n.signal) : n.error && d(n.error))
} catch (n) {
g("paw_sigs", {
msg: "postmessageError",
err: n instanceof Error ? n.message : "nonError",
data: null == m.data ? "null" : 500 < m.data.length ? m.data.substring(0, 500) : m.data
})
}
};
window.addEventListener("message", m => {
e(903, () => {
h(m)
})()
});
a.postMessage({
paw_id: l,
...b
});
k = window.setTimeout(() => {
window.removeEventListener("message", h);
d("PAW GMA postmessage timed out.")
}, f)
};
function lb(a, b) {
return G(a, 2, b)
}
function mb(a, b) {
return G(a, 3, b)
}
function nb(a, b) {
return G(a, 4, b)
}
function ob(a, b) {
return G(a, 5, b)
}
function pb(a, b) {
return G(a, 9, b)
}
function qb(a, b) {
ka(a);
if (null == b) var c = F;
else c = [], ha(c, 1);
var d = c;
if (null != b) {
c = !!b.length;
for (var f = 0; f < b.length; f++) {
const e = b[f];
c = c && !(A(e.m) & 2);
d[f] = e.m
}
c = (c ? 8 : 0) | 1;
f = A(d);
(f & c) !== c && (Object.isFrozen(d) && (d = Array.prototype.slice.call(d)), B(d, f | c));
a.j || (a.j = {});
a.j[10] = b
} else a.j && (a.j[10] = void 0);
return na(a, 10, d)
}
function rb(a, b) {
return G(a, 11, b)
}
function sb(a, b) {
return G(a, 1, b)
}
function tb(a, b) {
return G(a, 7, b)
}
var vb = class extends H {
constructor() {
super(-1, ub)
}
},
wb = class extends H {
constructor() {
super()
}
},
ub = [10, 6];
const xb = "platform platformVersion architecture model uaFullVersion bitness fullVersionList wow64".split(" ");
function yb() {
var a = window;
if ("function" !== typeof a.navigator ? .userAgentData ? .getHighEntropyValues) return null;
const b = a.google_tag_data ? ? (a.google_tag_data = {});
if (b.uach_promise) return b.uach_promise;
a = a.navigator.userAgentData.getHighEntropyValues(xb).then(c => {
b.uach ? ? (b.uach = c);
return c
});
return b.uach_promise = a
}
function zb(a) {
return rb(qb(ob(lb(sb(nb(tb(pb(mb(new vb, a.architecture || ""), a.bitness || ""), a.mobile || !1), a.model || ""), a.platform || ""), a.platformVersion || ""), a.uaFullVersion || ""), a.fullVersionList ? .map(b => {
var c = new wb;
c = G(c, 1, b.brand);
return G(c, 2, b.version)
}) || []), a.wow64 || !1)
}
function Ab() {
return yb() ? .then(a => zb(a)) ? ? null
};
class Bb {
constructor() {
this.promise = new Promise(a => {
this.h = a
})
}
};
window.viewReq = [];
const Cb = a => {
const b = new Image;
b.src = a.replace("&", "&");
window.viewReq.push(b)
};
L = 41;
window.vu = a => {
const b = M(xa),
c = jb();
if (b && c ? .gmaSdk ? .getViewSignals) {
var d = c.gmaSdk.getViewSignals();
d && (a = J(a, "&ms=" + d))
}
M(wa) && "__google_lidar_radf_" in window && (a = J(a, "&avradf=1"));
const f = [];
d = () => {
const e = new Bb;
f.push(e.promise);
return e.h
};
if (M(ya)) {
const e = Ab();
if (null != e) {
const g = d();
e.then(l => {
a: {
D = !0;
try {
var k = JSON.stringify(l.toJSON(), va);
break a
} finally {
D = !1
}
k = void 0
}
l = k;k = [];
for (var h = 0, m = 0; m < l.length; m++) {
var n = l.charCodeAt(m);
255 < n && (k[h++] = n & 255, n >>= 8);
k[h++] = n
}
l = ea(k, 3);0 < l.length && (a = J(a, "&uach=" + l));g()
})
}
}
if (b && c ? .webkit ? .messageHandlers ? .getGmaViewSignals) {
const e = d();
kb(c.webkit.messageHandlers.getGmaViewSignals, {}, g => {
a = J(a, "&" + g);
e()
}, () => {
e()
}, 200, hb, ib)
}
0 < f.length ? Promise.all(f).then(() => {
Cb(a)
}) : Cb(a)
};
}).call(this); < /script><script data-jc="53" data-jc-version="r20230125">(function(){/ * Copyright The Closure Library Authors.SPDX - License - Identifier: Apache - 2.0 * / 'use strict';var k=this||self;function aa(a,b){function c(){}c.prototype=b.prototype;a.m=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.l=function(d,e,f){for(var q=Array(arguments.length-2),h=2;h<arguments.length;h++)q[h-2]=arguments[h];return b.prototype[e].apply(d,q)}};function p(a){let b=!1,c;return function(){b||(c=a(),b=!0);return c}};var ba={capture:!0},ca=p(function(){let a=!1;try{const b=Object.defineProperty({},"passive",{get:function(){a=!0}});k.addEventListener("test",null,b)}catch(b){}return a});function r(a,b,c,d){if(a.addEventListener){var e=a.addEventListener;d=d?d.passive&&ca()?d:d.capture||!1:!1;e.call(a,b,c,d)}};function t(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if("undefined"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};var u=document;let v=null;function w(){const a=k.performance;return a&&a.now&&a.timing?Math.floor(a.now()+a.timing.navigationStart):Date.now()}function x(){const a=k.performance;return a&&a.now?a.now():null};class da{constructor(a,b){var c=x()||w();this.label=a;this.type=b;this.value=c;this.duration=0;this.uniqueId=Math.random();this.taskId=this.slotId=void 0}};const z=k.performance,ea=!!(z&&z.mark&&z.measure&&z.clearMarks),A=p(()=>{var a;if(a=ea){var b;if(null===v){v="";try{a="";try{a=k.top.location.hash}catch(c){a=k.location.hash}a&&(v=(b=a.match(/\
bdeid = ([\d, ] + ) / )) ? b[1]: "")
} catch (c) {}
}
b = v;
a = !!b.indexOf && 0 <= b.indexOf("1337")
}
return a
});
function fa(a) {
a && z && A() && (z.clearMarks(`goog_${a.label}_${a.uniqueId}_start`), z.clearMarks(`goog_${a.label}_${a.uniqueId}_end`))
}
class ha {
constructor() {
var a = window;
this.g = [];
this.j = a || k;
let b = null;
a && (a.google_js_reporting_queue = a.google_js_reporting_queue || [], this.g = a.google_js_reporting_queue, b = a.google_measure_js_timing);
this.h = A() || (null != b ? b : 1 > Math.random())
}
start(a, b) {
if (!this.h) return null;
a = new da(a, b);
b = `goog_${a.label}_${a.uniqueId}_start`;
z && A() && z.mark(b);
return a
}
end(a) {
if (this.h && "number" === typeof a.value) {
a.duration = (x() || w()) - a.value;
var b = `goog_${a.label}_${a.uniqueId}_end`;
z && A() && z.mark(b);
!this.h || 2048 < this.g.length || this.g.push(a)
}
}
};
function ia() {};
const B = new ha;
var C = () => {
window.google_measure_js_timing || (B.h = !1, B.g != B.j.google_js_reporting_queue && (A() && Array.prototype.forEach.call(B.g, fa, void 0), B.g.length = 0))
};
"number" !== typeof window.google_srt && (window.google_srt = Math.random());
"complete" == window.document.readyState ? C() : B.h && r(window, "load", () => {
C()
});
var D = (a, b, c, d, e) => {
window.css ? window.css(b, c, d, e, void 0) : a && (b = a.href, e ? d = b + ("&" + c + "=" + d) : (e = "&" + c + "=", c = b.indexOf(e), 0 > c ? d = b + e + d : (c += e.length, e = b.indexOf("&", c), d = 0 <= e ? b.substring(0, c) + d + b.substring(e) : b.substring(0, c) + d)), c = parseInt(window.sumhl, 10), a.href = d.length > (0 < c ? c : 2E3) ? b : d)
};
let E = !1,
F = !1,
G = null;
const ja = () => {
r ? .(document, "click", a => {
G = a
}, ba)
};
var ka = () => {
const a = G;
return a ? E || F ? !1 : (a.preventDefault ? a.preventDefault() : a.returnValue = !1, !0) : !1
},
la = () => {
r(document, "mousedown", () => {
E = !0
});
r(document, "keydown", () => {
F = !0
});
ja()
};
var ma = (a, b = 17) => {
if (0 > b || Math.floor(b) !== b) b = 17;
H(a, b)
},
na = (a, b) => {
H(a, b || 1)
},
oa = a => {
H(a, 2)
},
pa = (a, b) => {
H(a, b || 0)
};
let I = {},
J = !0;
const H = (a, b) => {
var c;
if (c = J) void 0 === I[a] && (I[a] = []), (c = I[a][b]) || (I[a][b] = !0);
c || D(document.getElementById(a), a, "nb", b, J)
};
function K(a, b, c) {
const d = a.id || "";
D(a, d, "nx", b);
D(a, d, "ny", c)
}
var qa = class {
constructor() {
this.g = this.h = null;
u.addEventListener && u.addEventListener("mousedown", a => {
this.h = a
}, !0);
r(u, "DOMContentLoaded", () => {
this.g = u.getElementById("common_15click_anchor")
})
}
};
const ra = [0, 2, 1];
let M = null;
var N = a => {
if (a) {
var b; {
const c = window.event || M;
c ? ((b = c.which ? 1 << ra[c.which - 1] : c.button) && c.shiftKey && (b |= 8), b && c.altKey && (b |= 16), b && c.ctrlKey && (b |= 32)) : b = null
}
b && D(a, a.id, "mb", b)
}
};
document.addEventListener && document.addEventListener("mousedown", a => {
M = a
}, !0);
window.mb = N;
var O = {},
sa = (a, b = 2, c = "") => {
c = c ? c : a;
1 !== b && (void 0 === O[c] ? O[c] = 1 : O[c] ++);
0 !== b && O[c] && D(document.getElementById(a), a, "nm", O[c])
};
var P = "closure_listenable_" + (1E6 * Math.random() | 0);
var ta = 0;
function ua(a, b, c, d, e) {
this.listener = a;
this.proxy = null;
this.src = b;
this.type = c;
this.capture = !!d;
this.h = e;
this.key = ++ta;
this.g = this.i = !1
}
function Q(a) {
a.g = !0;
a.listener = null;
a.proxy = null;
a.src = null;
a.h = null
};
function R(a) {
this.src = a;
this.g = {};
this.h = 0
}
R.prototype.add = function(a, b, c, d, e) {
var f = a.toString();
a = this.g[f];
a || (a = this.g[f] = [], this.h++);
var q = S(a, b, d, e); - 1 < q ? (b = a[q], c || (b.i = !1)) : (b = new ua(b, this.src, f, !!d, e), b.i = c, a.push(b));
return b
};
function T(a, b) {
var c = b.type;
if (c in a.g) {
var d = a.g[c],
e = Array.prototype.indexOf.call(d, b, void 0),
f;
(f = 0 <= e) && Array.prototype.splice.call(d, e, 1);
f && (Q(b), 0 == a.g[c].length && (delete a.g[c], a.h--))
}
}
function S(a, b, c, d) {
for (var e = 0; e < a.length; ++e) {
var f = a[e];
if (!f.g && f.listener == b && f.capture == !!c && f.h == d) return e
}
return -1
};
var U = "closure_lm_" + (1E6 * Math.random() | 0),
V = {},
va = 0;
function W(a, b, c, d, e) {
if (Array.isArray(b))
for (var f = 0; f < b.length; f++) W(a, b[f], c, d, e);
else(f = typeof d, d = "object" == f && null != d || "function" == f ? !!d.capture : !!d, c = wa(c), a && a[P]) ? (a = a.g, b = String(b).toString(), b in a.g && (f = a.g[b], c = S(f, c, d, e), -1 < c && (Q(f[c]), Array.prototype.splice.call(f, c, 1), 0 == f.length && (delete a.g[b], a.h--)))) : a && (a = X(a)) && (b = a.g[b.toString()], a = -1, b && (a = S(b, c, d, e)), (c = -1 < a ? b[a] : null) && "number" !== typeof c && c && !c.g && ((e = c.src) && e[P] ? T(e.g, c) : (d = c.type, b = c.proxy, e.removeEventListener ? e.removeEventListener(d, b, c.capture) : e.detachEvent ? e.detachEvent(d in V ? V[d] : V[d] = "on" + d, b) : e.addListener && e.removeListener && e.removeListener(b), va--, (d = X(e)) ? (T(d, c), 0 == d.h && (d.src = null, e[U] = null)) : Q(c))))
}
function X(a) {
a = a[U];
return a instanceof R ? a : null
}
var Y = "__closure_events_fn_" + (1E9 * Math.random() >>> 0);
function wa(a) {
if ("function" === typeof a) return a;
a[Y] || (a[Y] = function(b) {
return a.handleEvent(b)
});
return a[Y]
};
function Z() {
this.g = new R(this)
}
aa(Z, ia);
Z.prototype[P] = !0;
Z.prototype.removeEventListener = function(a, b, c, d) {
W(this, a, b, c, d)
};
class xa extends Z {};
class ya extends xa {};
function za(a, b) {
b && (new ya).g.add("became-visible", () => {
a.g = (new Date).getTime()
}, !1, void 0, void 0)
}
var Aa = class {
constructor() {
this.g = 0
}
};
window.init_ssb = (a, b, c, d, e, f, q) => {
const h = window;
a && (la(), h.accbk = ka);
b && (f && (J = !1), h.cla = ma, h.cll = na, h.clb = oa, h.clh = pa);
if (c) {
const n = new qa;
h.xy = (g, L, m) => {
m = m || L;
const y = g || n.h;
if (y && L && m && !t(n.g, y.target)) {
g = u.querySelector("a.one-point-five-click.rhbutton");
var l;
(l = !g) || (g.classList ? l = g.classList.contains("preexpanded") : (l = g.classList ? g.classList : ("string" == typeof g.className ? g.className : g.getAttribute && g.getAttribute("class") || "").match(/\S+/g) || [], l = 0 <= Array.prototype.indexOf.call(l, "preexpanded", void 0)));
if (l || !t(g, y.target)) l = Math.round(y.clientX - m.offsetLeft), m = Math.round(y.clientY - m.offsetTop), K(L, l, m), n.g && K(n.g, l, m), g && K(g, l, m)
}
}
}
d && (h.mb = N);
e && (h.ss = sa);
if (q) {
const n = new Aa;
h.vti = g => {
g && (0 === n.g ? D(g, g.id, "vti", "") : D(g, g.id, "vti", (new Date).getTime() - n.g))
};
h.ivti = g => {
za(n, g)
}
}
};
}).call(this); < /script><script>init_ssb(true,false,true,true,true,false,false);</script > < script >
if (typeof(ss) === "undefined") {
ss = function() {};
}
function st(id) {
var a = document.getElementById(id);
if (a) {
a.myt = (new Date()).getTime();
xy(window.event, a);
mb(a);
}
}
function ha(a, x) {
if (accbk()) return;
su(a);
}
function ia(a, e, x) {
if (accbk()) return;
su(a);
}
function ja(a, x) {
if (accbk()) return;
su(a);
}
function ga(o, e, x) {
if (document.getElementById) {
var a = o.id.substring(1),
p = "",
r = "",
g = e.target,
t, f, h;
if (g) {
t = g.id;
f = g.parentNode;
if (f) {
p = f.id;
h = f.parentNode;
if (h) r = h.id;
}
} else {
h = e.srcElement;
f = h.parentNode;
if (f) p = f.id;
t = h.id;
}
if (t == a || p == a || r == a) return true;
ia(a, e, x);
window.open(document.getElementById(a).href);
}
} < /script><div id="google_image_div" style="overflow:hidden; position:absolute"class="GoogleActiveViewElement"data-google-av-cxn="https:/ / pagead2.googlesyndication.com / pcs / activeview ? xai = AKAOjstB02dy5ymHfKDAbps3xAejrdtLpOUmVmJ - lKGuxsUbTb_ygFOD8lYve0viZcp0HhREMyHKcJqm2O0XBupNjr1VaFijEIK8LmWG57364tEdSQZoX6oE & amp;
sig = Cg0ArKJSzLZngT0TAGouEAE "data-google-av-adk="
698912651 "data-google-av-metadata="
la = 0 & amp;
xdi = 0 & amp;
"data-google-av-ufs-integrator-metadata="
"data-google-av-override=" - 1 "data-google-av-dm="
2 "data-google-av-immediate data-google-av-aid="
0 "data-google-av-naid="
1 "data-google-av-slift="
"data-google-av-cpmav="
"data-google-av-btr="
https: //securepubads.g.doubleclick.net/pcs/view?xai=AKAOjsuIIMOYl-1kQPBCIic2uKLStKoMtNhyXRB2CrJod5X1KKZgnSMmei9d4Gb_JNf2Lwn_XmZuLxTXfN-SxGZzlH2g5LQ2y0p69Lyx9tqadIRGl4WOo6VqY2UKWTCU1I9MBVuKnS-l-ivE8MoFFgdefEtW8oEKDvYfMfsIG8bQybM3k4PXYPw7kXAV3wuF4UXFxbh-fAtOoIKkmt_ICBt6ecB-a1GtkQjDtnlrsIxSMXyVBZUxu1pg1zSOg_b0ZiXGRGeZz5XILRBuRzYyfkwRDXGoipuIxiXuCGYxdAHL4g4NbtD-lJRbiiXlgAxSPQjTNN9YV9ILrNmN&sai=AMfl-YSruSZEO0gO1iQsuNQtv-FarTSe5BRKbVUeXekKFG2L4vbm_JtW2c7Ky8TELDz1DSnOyVFFZ2Bf3CwCcJmP5JELiyrOl8E3x00NipE_J8D39f8w_3Qz6KLL4KBfjzm-qA3TzygTbYZnUryMSFgRWg&sig=Cg0ArKJSzMSzhlVPqLVuEAE&uach_m=[UACH]&adurl="data-google-av-itpl="3"data-google-av-rs="4"data-google-av-flags="["x%278440'9efotm(&753374%2bejvf/%27844>'9wuvb$&56533>!=|vqc)!273794&<qqvb/%<1735020!=nehu`/!364=5051!9abk{a($160210:3&<cbotf+*0150034:%2bejvf/%72;17613!=efdwa*'76463;21$?ebkpb$&0366717>*>bgipf+!3=712363%9aihwc)!7202<217'9efotm(&20061;48&>`dopb/%<1707200!=8(&2005575?&>`dopb/%<170642?!=|vqc)!7201;=50'9wuvb$&03641654*>bgipf+!3=731103%9aihwc)!7200?073'9efotm(&2004?51;&>`dopb/%<17>474>!=nehu`/!36406412!9abk{ay"]"><script>vu("https://securepubads.g.doubleclick.net/pcs/view?xai\x3dAKAOjst5CJeZNghPHP7kHvCjk18NHkrcTusDuy_xZqGfYKs7XmBe7z8WlQjGLtWmNz_VqckV9gkYzxvKrvGY8DQBGevIjDYRyi8LX5K01ZjsU7hqORRop334tE6n-8Z1CFIm5DdxRWIG_vQfjwDw9A-R0PBZqV7eaepGVVM0pTxEKPZlH5Kdiq-Uk5-JorHb5BVUILV5Xbdtk954bR9K4NZE-zVUBJZ4pFGZGYge2AzXw9D9ocFh1TCL7r4Zb07XaGNgAoCz_O2LeSLATNoKn-0VuWSZSFw_Yr93Wyt23o-xpsXXMTwumHVV1mQSElrGc1HE-qQ_ZycoQQ\x26sai\x3dAMfl-YSIpbG1n-ntALodLlDTukW0K3nw0kNQfQT2rBDiIegTItXZ-b2aezt_TwPCuQWBQucoNcqF8LClXxJNwQ5au_m97xipoxLRVvua_Q00TWMiSKxG1sOh6XCexZLBHpW0OVEY3X3-46oVqrzHLlB9Lw\x26sig\x3dCg0ArKJSzH_eTxoP0nEfEAE\x26uach_m\x3d[UACH]\x26adurl\x3d")</script><a id="aw0" target="_blank" href="https://googleads.g.doubleclick.net/pcs/click?xai=AKAOjsvd2B5lyPdw6uGO2orcLuvMXYNHBc2BoKvtXLOr1COD1m1jNUFPGKJ4YTLdrzR4s3IT8g765Q6gmlpsT4djwRdcO1bRYpqj4zmDpA7yjvkjXnSSWMFG1mp9_2xSgXrWZ6_ywGZpq4ZoW4Qz2mWyGzq9_vSZ3xdE7xdlTOJtOY9GW1p_QsN06uPddCSUT_NrsrpeLla_69EJ7pPsP05ixrwSIgfYLtN92SQTFU6CaMdsp2wz47oyZeqgbmhrLhO4d75s7h78QS-Zu9AyMVyuaSsdOmIypmYhiU2oqY6qe3tMHwKr0EpvJMckxApW2puTDtx98A&sai=AMfl-YT2i24J11wiRC0e_0eaVfwHUg7xfDL6LN1-VUnO7t0PDE2aV3DiAL4D9MJ_OwK08O9jA1TIDmqbVfHmXsov8OmyYGlo2H98zJY1DQi7Eev-zhKk-5BH2oSK2t3yLPFBZjjoBHXhpOoan1H10-QnwQ&sig=Cg0ArKJSzFze-mauLpsC&fbs_aeid=[gw_fbsaeid]&adurl=https://www.medpagetoday.com/medical-journeys%3Futm_source%3Dhouseads%26utm_medium%3Dbanner%26utm_campaign%3D2022HA%26xid%3D2022HA%26content%3DMedicalJourneys_general_728x90" onFocus="ss('aw0')" onMouseDown="st('aw0')" onMouseOver="ss('aw0')" onClick="ha('aw0')"><img src="https://tpc.googlesyndication.com/simgad/11060542203667333420" border="0" width="728" height="90" alt="" class="img_ad" /></a><style>div{margin:0;padding:0;}.abgc{display:none;height:15px;position:absolute;right:1px;top:1px;text-rendering:geometricPrecision;z-index:2147483646;}.abgb{display:inline-block;height:15px;}.abgc,.jar .abgc,.jar .cbb{opacity:1;}.abgs{display:none;height:100%;}.abgl{text-decoration:none;}.abgs svg,.abgb svg{display:inline-block;height:15px;width:auto;vertical-align:top;}.abgc .il-wrap{background-color:#ffffff;height:15px;white-space:nowrap;}.abgc .il-wrap.exp{border-bottom-left-radius:5px;}.abgc .il-text,.abgc .il-icon{display:inline-block;}.abgc .il-text{padding-right:1px;padding-left:5px;height:15px;width:55px;}.abgc .il-icon{height:15px;width:15px;}.abgc .il-text svg{fill:#000000;}.abgc .il-icon svg{fill:#00aecd}</style><div id="abgc" class="abgc" dir="ltr"><div id="abgb" class="abgb"><div class="il-wrap"><div class="il-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 15"><circle cx="6" cy="6" r="0.67"></circle><path d="M4.2,11.3Q3.3,11.8,3.3,10.75L3.3,4.1Q3.3,3.1,4.3,3.5L10.4,7.0Q12.0,7.5,10.4,8.0L6.65,10.0L6.65,7.75a0.65,0.65,0,1,0,-1.3,0L5.35,10.75a0.9,0.9,0,0,0,1.3,0.8L12.7,8.2Q13.7,7.5,12.7,6.7L3.3,1.6Q2.2,1.3,1.8,2.5L1.8,12.5Q2.2,13.9,3.3,13.3L4.8,12.5A0.3,0.3,0,1,0,4.2,11.3Z"></path></svg></div></div></div><div id="abgs" class="abgs"><a id="abgl" class="abgl" href="https://www.google.com/url?ct=abg&q=https://www.google.com/adsense/support/bin/request.py%3Fcontact%3Dabg_afc%26url%3Dhttps://www.cureus.com/users/375655-snigdha-karnakoti%26gl%3DNO%26hl%3Den%26client%3Dca-pub-5818911660210451%26ai0%3DBJy4Rs2rZY-W9DtfwywWP0paID-y11p9FAAAAEAEgtfmRIDgBWMCGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ&usg=AOvVaw3Q5LeOLNXY0D-qC3fb90U5" target="_blank"><div class="il-wrap exp"><div class="il-text"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 59 16"><path d="M4.51 4.24L8.02 12.83L6.73 12.83L5.72 10.21L2.14 10.21L1.19 12.83L-0.01 12.83L3.29 4.24L4.51 4.24ZM2.46 9.31L5.38 9.31L5.38 9.31Q4.32 6.52 4.19 6.14L4.19 6.14L4.19 6.14Q4.05 5.77 3.89 5.13L3.89 5.13L3.86 5.13L3.86 5.13Q3.70 6 3.42 6.74L3.42 6.74L2.46 9.31ZM13.83 4.24L13.83 12.83L12.85 12.83L12.85 12.04L12.83 12.04L12.83 12.04Q12.26 12.97 11.11 12.97L11.11 12.97L11.11 12.97Q9.97 12.97 9.20 12.07L9.20 12.07L9.20 12.07Q8.44 11.16 8.44 9.72L8.44 9.72L8.44 9.72Q8.44 8.21 9.16 7.34L9.16 7.34L9.16 7.34Q9.88 6.47 11.06 6.47L11.06 6.47L11.06 6.47Q12.18 6.47 12.76 7.32L12.76 7.32L12.78 7.32L12.78 4.24L13.83 4.24ZM11.22 12.11L11.22 12.11L11.22 12.11Q11.91 12.11 12.39 11.54L12.39 11.54L12.39 11.54Q12.87 10.97 12.87 9.81L12.87 9.81L12.87 9.81Q12.87 8.68 12.43 8.00L12.43 8.00L12.43 8.00Q11.99 7.33 11.17 7.33L11.17 7.33L11.17 7.33Q10.35 7.33 9.93 7.99L9.93 7.99L9.93 7.99Q9.52 8.65 9.52 9.72L9.52 9.72L9.52 9.72Q9.52 10.49 9.74 11.03L9.74 11.03L9.74 11.03Q9.97 11.57 10.37 11.84L10.37 11.84L10.37 11.84Q10.78 12.11 11.22 12.11ZM21.74 9.81L22.88 10.10L22.88 10.10Q22.50 11.55 21.57 12.26L21.57 12.26L21.57 12.26Q20.63 12.97 19.32 12.97L19.32 12.97L19.32 12.97Q17.21 12.97 16.25 11.65L16.25 11.65L16.25 11.65Q15.29 10.33 15.29 8.47L15.29 8.47L15.29 8.47Q15.29 6.42 16.42 5.25L16.42 5.25L16.42 5.25Q17.55 4.09 19.34 4.09L19.34 4.09L19.34 4.09Q20.59 4.09 21.48 4.73L21.48 4.73L21.48 4.73Q22.37 5.37 22.73 6.60L22.73 6.60L21.62 6.86L21.62 6.86Q21.33 5.96 20.76 5.51L20.76 5.51L20.76 5.51Q20.19 5.06 19.32 5.06L19.32 5.06L19.32 5.06Q17.92 5.06 17.19 5.99L17.19 5.99L17.19 5.99Q16.46 6.91 16.46 8.46L16.46 8.46L16.46 8.46Q16.46 10.25 17.23 11.13L17.23 11.13L17.23 11.13Q17.99 12 19.22 12L19.22 12L19.22 12Q20.23 12 20.86 11.46L20.86 11.46L20.86 11.46Q21.49 10.91 21.74 9.81L21.74 9.81ZM29.23 8.89L29.23 12.83L28.17 12.83L28.17 8.90L28.17 8.90Q28.17 8.14 27.84 7.76L27.84 7.76L27.84 7.76Q27.51 7.38 26.86 7.38L26.86 7.38L26.86 7.38Q26.21 7.38 25.71 7.83L25.71 7.83L25.71 7.83Q25.20 8.27 25.20 9.43L25.20 9.43L25.20 12.83L24.15 12.83L24.15 4.24L25.20 4.24L25.20 7.32L25.20 7.32Q25.95 6.47 27.08 6.47L27.08 6.47L27.08 6.47Q27.68 6.47 28.23 6.71L28.23 6.71L28.23 6.71Q28.78 6.96 29.00 7.47L29.00 7.47L29.00 7.47Q29.23 7.98 29.23 8.89L29.23 8.89ZM33.35 6.47L33.35 6.47L33.35 6.47Q34.61 6.47 35.44 7.29L35.44 7.29L35.44 7.29Q36.27 8.11 36.27 9.62L36.27 9.62L36.27 9.62Q36.27 11.46 35.37 12.21L35.37 12.21L35.37 12.21Q34.48 12.97 33.35 12.97L33.35 12.97L33.35 12.97Q32.17 12.97 31.31 12.19L31.31 12.19L31.31 12.19Q30.44 11.41 30.44 9.72L30.44 9.72L30.44 9.72Q30.44 8.08 31.28 7.27L31.28 7.27L31.28 7.27Q32.12 6.47 33.35 6.47ZM33.35 12.11L33.35 12.11L33.35 12.11Q34.25 12.11 34.72 11.44L34.72 11.44L34.72 11.44Q35.19 10.77 35.19 9.68L35.19 9.68L35.19 9.68Q35.19 8.51 34.66 7.92L34.66 7.92L34.66 7.92Q34.13 7.33 33.35 7.33L33.35 7.33L33.35 7.33Q32.55 7.33 32.03 7.93L32.03 7.93L32.03 7.93Q31.52 8.53 31.52 9.72L31.52 9.72L31.52 9.72Q31.52 10.90 32.04 11.50L32.04 11.50L32.04 11.50Q32.57 12.11 33.35 12.11ZM38.55 6.61L38.55 12.83L37.49 12.83L37.49 6.61L38.55 6.61ZM38.55 4.24L38.55 5.43L37.49 5.43L37.49 4.24L38.55 4.24ZM44.20 10.55L45.25 10.68L45.25 10.68Q45.05 11.87 44.31 12.42L44.31 12.42L44.31 12.42Q43.58 12.97 42.66 12.97L42.66 12.97L42.66 12.97Q41.30 12.97 40.56 12.08L40.56 12.08L40.56 12.08Q39.83 11.20 39.83 9.73L39.83 9.73L39.83 9.73Q39.83 8.52 40.25 7.79L40.25 7.79L40.25 7.79Q40.68 7.06 41.31 6.76L41.31 6.76L41.31 6.76Q41.95 6.47 42.66 6.47L42.66 6.47L42.66 6.47Q43.62 6.47 44.30 6.97L44.30 6.97L44.30 6.97Q44.98 7.46 45.14 8.43L45.14 8.43L44.12 8.59L44.12 8.59Q43.96 7.96 43.61 7.65L43.61 7.65L43.61 7.65Q43.25 7.33 42.70 7.33L42.70 7.33L42.70 7.33Q41.82 7.33 41.36 7.96L41.36 7.96L41.36 7.96Q40.90 8.58 40.90 9.71L40.90 9.71L40.90 9.71Q40.90 10.86 41.35 11.48L41.35 11.48L41.35 11.48Q41.80 12.11 42.64 12.11L42.64 12.11L42.64 12.11Q43.32 12.11 43.71 11.72L43.71 11.72L43.71 11.72Q44.10 11.33 44.20 10.55L44.20 10.55ZM51.56 9.98L51.56 9.98L46.90 9.98L46.90 9.98Q46.97 11.02 47.49 11.56L47.49 11.56L47.49 11.56Q48.02 12.11 48.80 12.11L48.80 12.11L48.80 12.11Q49.41 12.11 49.82 11.79L49.82 11.79L49.82 11.79Q50.23 11.47 50.44 10.82L50.44 10.82L51.53 10.96L51.53 10.96Q51.26 11.93 50.56 12.45L50.56 12.45L50.56 12.45Q49.86 12.97 48.80 12.97L48.80 12.97L48.80 12.97Q47.40 12.97 46.61 12.11L46.61 12.11L46.61 12.11Q45.83 11.26 45.83 9.77L45.83 9.77L45.83 9.77Q45.83 8.30 46.59 7.38L46.59 7.38L46.59 7.38Q47.36 6.47 48.74 6.47L48.74 6.47L48.74 6.47Q49.42 6.47 50.05 6.77L50.05 6.77L50.05 6.77Q50.68 7.07 51.12 7.78L51.12 7.78L51.12 7.78Q51.56 8.50 51.56 9.98ZM46.96 9.12L50.48 9.12L50.48 9.12Q50.41 8.17 49.89 7.75L49.89 7.75L49.89 7.75Q49.37 7.33 48.74 7.33L48.74 7.33L48.74 7.33Q48 7.33 47.52 7.83L47.52 7.83L47.52 7.83Q47.04 8.33 46.96 9.12L46.96 9.12ZM57.33 8.21L56.30 8.35L56.30 8.35Q56.23 7.84 55.89 7.58L55.89 7.58L55.89 7.58Q55.55 7.33 54.94 7.33L54.94 7.33L54.94 7.33Q54.33 7.33 53.96 7.54L53.96 7.54L53.96 7.54Q53.59 7.74 53.59 8.13L53.59 8.13L53.59 8.13Q53.59 8.50 53.89 8.66L53.89 8.66L53.89 8.66Q54.18 8.82 55.05 9.05L55.05 9.05L55.05 9.05Q56.04 9.30 56.53 9.49L56.53 9.49L56.53 9.49Q57.02 9.69 57.29 10.03L57.29 10.03L57.29 10.03Q57.56 10.38 57.56 11.00L57.56 11.00L57.56 11.00Q57.56 11.84 56.88 12.40L56.88 12.40L56.88 12.40Q56.20 12.97 55.07 12.97L55.07 12.97L55.07 12.97Q53.88 12.97 53.22 12.47L53.22 12.47L53.22 12.47Q52.55 11.97 52.40 10.97L52.40 10.97L53.45 10.81L53.45 10.81Q53.53 11.46 53.93 11.78L53.93 11.78L53.93 11.78Q54.33 12.11 55.05 12.11L55.05 12.11L55.05 12.11Q55.75 12.11 56.12 11.82L56.12 11.82L56.12 11.82Q56.48 11.53 56.48 11.11L56.48 11.11L56.48 11.11Q56.48 10.83 56.31 10.66L56.31 10.66L56.31 10.66Q56.14 10.49 55.89 10.40L55.89 10.40L55.89 10.40Q55.63 10.32 54.74 10.10L54.74 10.10L54.74 10.10Q53.42 9.79 53.00 9.33L53.00 9.33L53.00 9.33Q52.57 8.88 52.57 8.26L52.57 8.26L52.57 8.26Q52.57 7.48 53.19 6.97L53.19 6.97L53.19 6.97Q53.81 6.47 54.86 6.47L54.86 6.47L54.86 6.47Q55.97 6.47 56.59 6.91L56.59 6.91L56.59 6.91Q57.21 7.34 57.33 8.21L57.33 8.21Z"/></svg></div><div class="il-icon"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 15 15"><circle cx="6" cy="6" r="0.67"></circle><path d="M4.2,11.3Q3.3,11.8,3.3,10.75L3.3,4.1Q3.3,3.1,4.3,3.5L10.4,7.0Q12.0,7.5,10.4,8.0L6.65,10.0L6.65,7.75a0.65,0.65,0,1,0,-1.3,0L5.35,10.75a0.9,0.9,0,0,0,1.3,0.8L12.7,8.2Q13.7,7.5,12.7,6.7L3.3,1.6Q2.2,1.3,1.8,2.5L1.8,12.5Q2.2,13.9,3.3,13.3L4.8,12.5A0.3,0.3,0,1,0,4.2,11.3Z"></path></svg></div></div></a></div></div><script data-jc="60" src="https://tpc.googlesyndication.com/pagead/js/r20230125/r20110914/abg_lite_fy2021.js" data-jc-version="r20230125" data-jcp-attribution-data="[[null,"https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png",null,"https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png","https://googleads.g.doubleclick.net/pagead/interaction/?ai=BJy4Rs2rZY-W9DtfwywWP0paID-y11p9FAAAAEAEgtfmRIDgBWMCGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ\u0026sigh=hcoQbSbXoMY\u0026cid=CAQSSwDUE5ymyALWtJ9Epz8-Y6wpb4ZwWWBQvL3o-PDW4i1nPpLHf6nSpziYSw6rR62btgm5kdBOJTcLO-dxylUP_0NCx3CxBSRAKlHQvCAT","",["user_feedback_menu_interaction","",0],null,null,null,null,"What was wrong with this ad?",null,"https://googleads.g.doubleclick.net/pagead/images/mtad/back_blue.png","Thanks for the feedback!","Well review this ad to improve the experience in the future.","Thanks for the feedback!","Well use your feedback to review ads on this site.",null,null,null,"Closing ad: %1$d","AdChoices","https://googleads.g.doubleclick.net/pagead/images/mtad/ad_choices_blue.png","https://www.google.com/url?ct=abg\u0026q=https://www.google.com/adsense/support/bin/request.py%3Fcontact%3Dabg_afc%26url%3Dhttps://www.cureus.com/users/375655-snigdha-karnakoti%26gl%3DNO%26hl%3Den%26client%3Dca-pub-5818911660210451%26ai0%3DBJy4Rs2rZY-W9DtfwywWP0paID-y11p9FAAAAEAEgtfmRIDgBWMCGwsODBGDDhICAmBiyAQ53d3cuY3VyZXVzLmNvbboBCWdmcF9pbWFnZcgBAtoBNWh0dHBzOi8vd3d3LmN1cmV1cy5jb20vdXNlcnMvMzc1NjU1LXNuaWdkaGEta2FybmFrb3RpwAIC4AIA6gIcLzQyMTMvZWRoLmN1cmV1cy9wcmltYXJ5Y2FyZfgCgdIegAMBkAOMBpgDpAOoAwHIA5kE4AQB0gUGELi_rrkRkAYBoAYUqAeaBqgH89EbqAeW2BuoB6qbsQKoB_-esQKoB9-fsQLYBwHgBwHSCBEIgOGAEBABGB0yAqoCOgKAQNgIAoAKBZgLAdAVAfgWAYAXAQ\u0026usg=AOvVaw3Q5LeOLNXY0D-qC3fb90U5","https://googleads.g.doubleclick.net/pagead/images/mtad/x_blue.png",0,null,["https://googleads.g.doubleclick.net/pagead/images/adchoices/iconx2-000000.png","AdChoices","Ad closed by %1$s",null,"https://www.gstatic.com/images/branding/googlelogo/2x/googlelogo_dark_color_84x28dp.png","Send feedback","Thanks. Feedback improves Google ads",null,null,null,null,null,null,"See my Google ad settings",null,"https://www.gstatic.com","","Ad served by %1$s","Ad settings","https://adssettings.google.com",null,null,null,0,null,null,2,0],null,null,null,0,0,"Ad options","Personalize ads on this site",null,null,"Learn more","//support.google.com/ads/answer/10923348",1,"https://securepubads.g.doubleclick.net/user_data_deletion/puid?cid=CAQSSwDUE5ymyALWtJ9Epz8-Y6wpb4ZwWWBQvL3o-PDW4i1nPpLHf6nSpziYSw6rR62btgm5kdBOJTcLO-dxylUP_0NCx3CxBSRAKlHQvCAT"],null,null,0,null,0,0,1,0,0,0,0,0,0,0,null,0,null,0,null,null,null,null,0,null,null,0,null,null,"right",0,0,"r20230125/r20110914"]"></script></div><script data-jc="22" src="https://tpc.googlesyndication.com/pagead/js/r20230125/r20110914/client/window_focus_fy2021.js" async data-jc-version="r20230125" data-jcp-url="https://googleads.g.doubleclick.net/pagead/interaction/?ai=&sigh=BpnfxIaauQU&cid=CAQSSwDUE5ymyALWtJ9Epz8-Y6wpb4ZwWWBQvL3o-PDW4i1nPpLHf6nSpziYSw6rR62btgm5kdBOJTcLO-dxylUP_0NCx3CxBSRAKlHQvCAT" data-jcp-gws-id="" data-jcp-qem-id="CKXj9aLE8vwCFVf4sgodD6kF8Q"></script><script>window.parent.postMessage('{"googMsgType":"pvt","token":"AD37Y7sctGjDnv3CTSqEhX8b-daL9j6qUGdddecKKP9G-bSMBFTvDPOwB05w7OFZ4rYSEyoPCEd4xmwFU-zo2_T3"}', '*');</script><div style="bottom:0;right:0;width:728px;height:90px;background:initial !important;position:absolute !important;max-width:100% !important;max-height:100% !important;pointer-events:none !important;image-rendering:-moz-crisp-edges !important;z-index:2147483647;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAWBAMAAACrl3iAAAAABlBMVEUAAAD+AciWmZzWAAAAAnRSTlMAApidrBQAAACASURBVBjTbVEBDgAhCKIf8P/XXimQbedupROROOA/VsdOzpcKrO45yVsVAuvedZ4ON4ydpEp/1aaBFjc11dzaHX4pcRgZ3RBeOGNJk0Mb4NcVxkMvq7VLibCtGoPdG0jrv7oDehw0uqUM59p2jQ0HWxSnZ3lj0NHeL610Opj/iQ86xwWxn0nLBQAAAABJRU5ErkJggg==') !important;"></div><script id="googleActiveViewDisplayScript" src="https://www.googletagservices.com/activeview/js/current/rx_lidar.js?cache=r20110914"></script><script type="text/javascript">osdlfm();</script></span>
< script id = 'dv_measurement_script' >
const advertisers = ['368839453', '23406973', '23406973', '23914093', '23870773', '23386573', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4540096498', '4993805650', '23714293', '23550133', '23550133', '23876293', '23876293', '23539933', '23539933', '23539933', '23539933', '4880606047', '4965344058', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23294653', '23330773', '23330773', '442139893'];
if (advertisers.indexOf(23539933 + '') == -1) {
var dvtp_src = document.createElement('script');
dvtp_src.type = 'text/javascript';
dvtp_src.setAttribute('async', 'true');
dvtp_src.setAttribute('src', 'https://cdn.doubleverify.com/dvtp_src.js?t2te=0&seltag=1&adsrv=104&sadv=23539933&ord=117330613&litm=4683702200&scrt=138385851200&splc=/4213/edh.cureus/primarycare&adu=21907982481&unit=728x90&btreg=4683702200138385851200&btadsrv=4683702200138385851200&ctx=21184944&cmp=DV462466&c1=&c2=bottom&c3=leader2&c4=');
document.getElementById('dv_measurement_script').before(dvtp_src);
} < /script><script id='ias-1643115429'> (function() {
var iasScriptUrl, hiddenFrame, hiddenDoc, where, domain;
iasScriptUrl = '//pixel.adsafeprotected.com/jload?anId=8002&campId=728x90&pubId=23539933&chanId=21907982481&placementId=4683702200&pubCreative=138385851200&pubOrder=117330613&cb=1643115429&custom=leader2&custom2=&custom3=';
hiddenFrame = document.createElement('iframe');
(hiddenFrame.frameElement || hiddenFrame).style.cssText = "width: 0; height: 0; border: 0; display: none;";
hiddenFrame.src = 'javascript:false';
where = document.getElementById('ias-1643115429');
where.parentNode.insertBefore(hiddenFrame, where);
try {
hiddenDoc = hiddenFrame.contentWindow.document
} catch (e) {
domain = document.domain;
hiddenFrame.src = "javascript:var d=document.open();d.domain='" + domain + "';void(0);";
hiddenDoc = hiddenFrame.contentWindow.document
}
hiddenDoc.open().write('<body onload="' + 'window.__IntegralASUseFIF = true; ' + 'var js = document.createElement(\'script\');' + 'js.src = \'' + iasScriptUrl + '\';' + 'document.body.appendChild(js);">');
hiddenDoc.close()
})(); < /script> < noscript class = "MOAT-everydayhealthdfp606180883043?moatClientLevel1=23539933&moatClientLevel2=117330613&moatClientLevel3=4683702200&moatClientLevel4=138385851200&moatClientSlicer1=21705045080&moatClientSlicer2=21907982481&zMoatPS=bottom&zMoatST=&zMoatCT=&zMoatSLOT=leader2&zMoatSOURCE=&zMoatCAT=primarycare" > < /noscript> < script src = "https://z.moatads.com/everydayhealthdfp606180883043/moatad.js#moatClientLevel1=23539933&moatClientLevel2=117330613&moatClientLevel3=4683702200&moatClientLevel4=138385851200&moatClientSlicer1=21705045080&moatClientSlicer2=21907982481&zMoatPS=bottom&zMoatST=&zMoatCT=&zMoatSLOT=leader2&zMoatSOURCE=&zMoatCAT=primarycare"
type = "text/javascript" > < /script> < /body></html >
#9 JavaScript::Write (size: 338) - SHA256: d5d473d1bcb697ea0876a5260c44f0698e2e4d8e5520c3ae927418b260a08b3e
< body onload = "window.__IntegralASUseFIF = true; var js = document.createElement('script');js.src = '//pixel.adsafeprotected.com/jload?anId=8002&campId=728x90&pubId=23539933&chanId=21907982481&placementId=4683702200&pubCreative=138385851191&pubOrder=117330613&cb=909703741&custom=leader1&custom2=&custom3=';document.body.appendChild(js);" >
#10 JavaScript::Write (size: 339) - SHA256: 5c44a0a40c3e99775e294ae899648126aca75c2d7d8745ed793a674987c775e5
< body onload = "window.__IntegralASUseFIF = true; var js = document.createElement('script');js.src = '//pixel.adsafeprotected.com/jload?anId=8002&campId=728x90&pubId=23539933&chanId=21907982481&placementId=4683702200&pubCreative=138385851200&pubOrder=117330613&cb=1643115429&custom=leader2&custom2=&custom3=';document.body.appendChild(js);" >
#11 JavaScript::Write (size: 4039) - SHA256: 1c93b13974e9bf8f67bcf760e27baebfeb992366a35468a6abc75de4279841af
< html > < head > < script >
parent.clearTimeout(parent.paGlobal.data[0].fallbackTimeout); < /script></head > < body > < /body><script >var frame = document.createElement('iframe');frame.src='about:blank';frame.setAttribute('frameborder','0');frame.setAttribute('marginwidth','0');frame.setAttribute('marginheight','0');frame.setAttribute('scrolling','no');frame.style.width='100%';frame.style.height='100%';frame.classList.add('pa_frame');document.body.appendChild(frame);parent.paGlobal.getHBData(24038,[[728,90]],[["refresh",0],["url","https://www.cureus.com/users/375655-snigdha-karnakoti"],["pli",52545],["referrer",""],["placement_unit_count",0],["script2",false],["referrerCategory","Direct"]],(parts)=>{parent.paGlobal.data[0].callingAuctionId = parts.auctionId;if(parts.skipDFP){frame.id = 'google_ads_iframe_/
90814396 / '+(parts.code||'
')+'
_0 ';};frame.contentDocument.open();frame.contentDocument.write(`<html><head><script>window.__uspapi = parent.parent.window.__uspapi || function(c,v,cb){switch(c.toLowerCase()){case '
getuspdata ':try{cb({uspString:'
1-- -',version:1},true)}catch(e){return;}break;default:try{cb({uspString:'
1-- -',version:1},true)} catch(e){return;}return;}};<\/script>${parts.head}<script>var prebidSize, amzSize, sizeFired, pbjsBidWonFired = false;pbjs.que.push(function(){pbjs.onEvent('
bidWon ',function(data){if(pbjsBidWonFired){return};if(window.pbjsAuctionId && data.auctionId && window.pbjsAuctionId !== data.auctionId){return};if(window.frameData && window.frameData.pbjsAuctionId && data.pbjsAuctionId && window.frameData.pbjsAuctionId !== data.pbjsAuctionId){return};pbjsBidWonFired = true;prebidSize = [data.width,data.height];if(sizeFired){parent.parent.paGlobal.data[0].demand.s = prebidSize;parent.parent.paGlobal.data[0].demand.cs = prebidSize;parent.parent.paGlobal.openAd(52545,0,0,true);}});});googletag.cmd.push(function(){googletag.pubads().addEventListener('
slotRenderEnded ',function(info){if(info.creativeId === 138340605220){info.isEmpty = true;parent.parent.paGlobal.log.info('
unit 0(pl 52545) received FP impression ');};if(info.isEmpty==!1){if(info.size && info.size[0] == 0 && info.slot && info.slot && info.slot.getSizes().includes("fluid")){parent.parent.paGlobal.data[0].demand.fluid = true}else{parent.parent.paGlobal.data[0].demand.fluid = false};if(728,90){var amzn_win;var cDoc=document.querySelector('
iframe ')&&document.querySelector('
iframe ').contentWindow;for(let a=0;a<5;a++){if(cDoc&&cDoc.amzn_win){amzn_win=cDoc.amzn_win;break;};try{cDoc=cDoc.document.querySelector('
iframe ').contentWindow}catch(e){break;}};if(amzn_win){if((amzn_win.amzSize && amzn_win.amzSize[0])||(amzn_win.adUnitSize && amzn_win.adUnitSize[0])){amzSize=amzn_win.amzSize||amzn_win.adUnitSize}try{var f = document.querySelector('
iframe[id ^= "google_ads_iframe_/"]
');var fSize=[parseInt(f.width),parseInt(f.height)];if(fSize[0]&&fSize[0] != 0){amzSize = fSize;}}catch(e){}};parent.parent.paGlobal.data[0].demand.s = prebidSize||amzSize||info.size;sizeFired = true;};parent.parent.paGlobal.impListener(52545,0,0,true);}else if(info.isEmpty==!0){parent.parent.paGlobal.impListener(52545,0,0,false);}})});document.addEventListener('
apAds ',function(){console.log('
pa info apAds event now fired ');parent.parent.paGlobal.data[0].hbFunctions.stopRefresh();});document.addEventListener('
apAds_line ',function(){console.log('
pa info: apAds_line event now fired ');parent.parent.paGlobal.data[0].hbFunctions.changeHeight();});document.addEventListener('
apAds_x ',function(){console.log('
pa info apAds_x event now fired ');parent.parent.paGlobal.data[0].hbFunctions.removeAd();});document.addEventListener('
apAds_hide ',function(){console.log('
pa info apAds_hide event now fired ');parent.parent.paGlobal.data[0].hbFunctions.hideAd();});document.addEventListener('
apAds_div ',function(info){console.log('
pa info apAds_div event now fired ');console.log(info.detail);parent.parent.paGlobal.data[0].hbFunctions.newDiv(info.detail);});<\/script></head><body>${parts.body}</body></html>`);frame.contentDocument.close()})</script></html>