qqmusic.js 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. function aa (n, t) {
  2. "object" == typeof exports && "undefined" != typeof module ? module.exports = t() : "function" == typeof define && define.amd ? define(t) : (n = n || self).getSecuritySign = t()
  3. return t()
  4. }
  5. bb = function () {
  6. "use strict";
  7. var n = function() {
  8. if ("undefined" != typeof self)
  9. return self;
  10. if ("undefined" != typeof window)
  11. return window;
  12. if ("undefined" != typeof global)
  13. return global;
  14. throw new Error("unable to locate global object")
  15. }();
  16. n.__sign_hash_20200305 = function(n) {
  17. function l(n, t) {
  18. var o = (65535 & n) + (65535 & t);
  19. return (n >> 16) + (t >> 16) + (o >> 16) << 16 | 65535 & o
  20. }
  21. function r(n, t, o, e, u, p) {
  22. return l((i = l(l(t, n), l(e, p))) << (r = u) | i >>> 32 - r, o);
  23. var i, r
  24. }
  25. function g(n, t, o, e, u, p, i) {
  26. return r(t & o | ~t & e, n, t, u, p, i)
  27. }
  28. function a(n, t, o, e, u, p, i) {
  29. return r(t & e | o & ~e, n, t, u, p, i)
  30. }
  31. function s(n, t, o, e, u, p, i) {
  32. return r(t ^ o ^ e, n, t, u, p, i)
  33. }
  34. function v(n, t, o, e, u, p, i) {
  35. return r(o ^ (t | ~e), n, t, u, p, i)
  36. }
  37. function t(n) {
  38. return function(n) {
  39. var t, o = "";
  40. for (t = 0; t < 32 * n.length; t += 8)
  41. o += String.fromCharCode(n[t >> 5] >>> t % 32 & 255);
  42. return o
  43. }(function(n, t) {
  44. n[t >> 5] |= 128 << t % 32,
  45. n[14 + (t + 64 >>> 9 << 4)] = t;
  46. var o, e, u, p, i, r = 1732584193, f = -271733879, h = -1732584194, c = 271733878;
  47. for (o = 0; o < n.length; o += 16)
  48. r = g(e = r, u = f, p = h, i = c, n[o], 7, -680876936),
  49. c = g(c, r, f, h, n[o + 1], 12, -389564586),
  50. h = g(h, c, r, f, n[o + 2], 17, 606105819),
  51. f = g(f, h, c, r, n[o + 3], 22, -1044525330),
  52. r = g(r, f, h, c, n[o + 4], 7, -176418897),
  53. c = g(c, r, f, h, n[o + 5], 12, 1200080426),
  54. h = g(h, c, r, f, n[o + 6], 17, -1473231341),
  55. f = g(f, h, c, r, n[o + 7], 22, -45705983),
  56. r = g(r, f, h, c, n[o + 8], 7, 1770035416),
  57. c = g(c, r, f, h, n[o + 9], 12, -1958414417),
  58. h = g(h, c, r, f, n[o + 10], 17, -42063),
  59. f = g(f, h, c, r, n[o + 11], 22, -1990404162),
  60. r = g(r, f, h, c, n[o + 12], 7, 1804603682),
  61. c = g(c, r, f, h, n[o + 13], 12, -40341101),
  62. h = g(h, c, r, f, n[o + 14], 17, -1502002290),
  63. r = a(r, f = g(f, h, c, r, n[o + 15], 22, 1236535329), h, c, n[o + 1], 5, -165796510),
  64. c = a(c, r, f, h, n[o + 6], 9, -1069501632),
  65. h = a(h, c, r, f, n[o + 11], 14, 643717713),
  66. f = a(f, h, c, r, n[o], 20, -373897302),
  67. r = a(r, f, h, c, n[o + 5], 5, -701558691),
  68. c = a(c, r, f, h, n[o + 10], 9, 38016083),
  69. h = a(h, c, r, f, n[o + 15], 14, -660478335),
  70. f = a(f, h, c, r, n[o + 4], 20, -405537848),
  71. r = a(r, f, h, c, n[o + 9], 5, 568446438),
  72. c = a(c, r, f, h, n[o + 14], 9, -1019803690),
  73. h = a(h, c, r, f, n[o + 3], 14, -187363961),
  74. f = a(f, h, c, r, n[o + 8], 20, 1163531501),
  75. r = a(r, f, h, c, n[o + 13], 5, -1444681467),
  76. c = a(c, r, f, h, n[o + 2], 9, -51403784),
  77. h = a(h, c, r, f, n[o + 7], 14, 1735328473),
  78. r = s(r, f = a(f, h, c, r, n[o + 12], 20, -1926607734), h, c, n[o + 5], 4, -378558),
  79. c = s(c, r, f, h, n[o + 8], 11, -2022574463),
  80. h = s(h, c, r, f, n[o + 11], 16, 1839030562),
  81. f = s(f, h, c, r, n[o + 14], 23, -35309556),
  82. r = s(r, f, h, c, n[o + 1], 4, -1530992060),
  83. c = s(c, r, f, h, n[o + 4], 11, 1272893353),
  84. h = s(h, c, r, f, n[o + 7], 16, -155497632),
  85. f = s(f, h, c, r, n[o + 10], 23, -1094730640),
  86. r = s(r, f, h, c, n[o + 13], 4, 681279174),
  87. c = s(c, r, f, h, n[o], 11, -358537222),
  88. h = s(h, c, r, f, n[o + 3], 16, -722521979),
  89. f = s(f, h, c, r, n[o + 6], 23, 76029189),
  90. r = s(r, f, h, c, n[o + 9], 4, -640364487),
  91. c = s(c, r, f, h, n[o + 12], 11, -421815835),
  92. h = s(h, c, r, f, n[o + 15], 16, 530742520),
  93. r = v(r, f = s(f, h, c, r, n[o + 2], 23, -995338651), h, c, n[o], 6, -198630844),
  94. c = v(c, r, f, h, n[o + 7], 10, 1126891415),
  95. h = v(h, c, r, f, n[o + 14], 15, -1416354905),
  96. f = v(f, h, c, r, n[o + 5], 21, -57434055),
  97. r = v(r, f, h, c, n[o + 12], 6, 1700485571),
  98. c = v(c, r, f, h, n[o + 3], 10, -1894986606),
  99. h = v(h, c, r, f, n[o + 10], 15, -1051523),
  100. f = v(f, h, c, r, n[o + 1], 21, -2054922799),
  101. r = v(r, f, h, c, n[o + 8], 6, 1873313359),
  102. c = v(c, r, f, h, n[o + 15], 10, -30611744),
  103. h = v(h, c, r, f, n[o + 6], 15, -1560198380),
  104. f = v(f, h, c, r, n[o + 13], 21, 1309151649),
  105. r = v(r, f, h, c, n[o + 4], 6, -145523070),
  106. c = v(c, r, f, h, n[o + 11], 10, -1120210379),
  107. h = v(h, c, r, f, n[o + 2], 15, 718787259),
  108. f = v(f, h, c, r, n[o + 9], 21, -343485551),
  109. r = l(r, e),
  110. f = l(f, u),
  111. h = l(h, p),
  112. c = l(c, i);
  113. return [r, f, h, c]
  114. }(function(n) {
  115. var t, o = [];
  116. for (o[(n.length >> 2) - 1] = void 0,
  117. t = 0; t < o.length; t += 1)
  118. o[t] = 0;
  119. for (t = 0; t < 8 * n.length; t += 8)
  120. o[t >> 5] |= (255 & n.charCodeAt(t / 8)) << t % 32;
  121. return o
  122. }(n), 8 * n.length))
  123. }
  124. function o(n) {
  125. return t(unescape(encodeURIComponent(n)))
  126. }
  127. return function(n) {
  128. var t, o, e = "0123456789abcdef", u = "";
  129. for (o = 0; o < n.length; o += 1)
  130. t = n.charCodeAt(o),
  131. u += e.charAt(t >>> 4 & 15) + e.charAt(15 & t);
  132. return u
  133. }(o(n))
  134. }
  135. ,
  136. function r(f, h, c, l, g) {
  137. g = g || [[this], [{}]];
  138. for (var t = [], o = null, n = [function() {
  139. return !0
  140. }
  141. , function() {}
  142. , function() {
  143. g.length = c[h++]
  144. }
  145. , function() {
  146. g.push(c[h++])
  147. }
  148. , function() {
  149. g.pop()
  150. }
  151. , function() {
  152. var n = c[h++]
  153. , t = g[g.length - 2 - n];
  154. g[g.length - 2 - n] = g.pop(),
  155. g.push(t)
  156. }
  157. , function() {
  158. g.push(g[g.length - 1])
  159. }
  160. , function() {
  161. g.push([g.pop(), g.pop()].reverse())
  162. }
  163. , function() {
  164. g.push([l, g.pop()])
  165. }
  166. , function() {
  167. g.push([g.pop()])
  168. }
  169. , function() {
  170. var n = g.pop();
  171. g.push(n[0][n[1]])
  172. }
  173. , function() {
  174. g.push(g[g.pop()[0]][0])
  175. }
  176. , function() {
  177. var n = g[g.length - 2];
  178. n[0][n[1]] = g[g.length - 1]
  179. }
  180. , function() {
  181. g[g[g.length - 2][0]][0] = g[g.length - 1]
  182. }
  183. , function() {
  184. var n = g.pop()
  185. , t = g.pop();
  186. g.push([t[0][t[1]], n])
  187. }
  188. , function() {
  189. var n = g.pop();
  190. g.push([g[g.pop()][0], n])
  191. }
  192. , function() {
  193. var n = g.pop();
  194. g.push(delete n[0][n[1]])
  195. }
  196. , function() {
  197. var n = [];
  198. for (var t in g.pop())
  199. n.push(t);
  200. g.push(n)
  201. }
  202. , function() {
  203. g[g.length - 1].length ? g.push(g[g.length - 1].shift(), !0) : g.push(void 0, !1)
  204. }
  205. , function() {
  206. var n = g[g.length - 2]
  207. , t = Object.getOwnPropertyDescriptor(n[0], n[1]) || {
  208. configurable: !0,
  209. enumerable: !0
  210. };
  211. t.get = g[g.length - 1],
  212. Object.defineProperty(n[0], n[1], t)
  213. }
  214. , function() {
  215. var n = g[g.length - 2]
  216. , t = Object.getOwnPropertyDescriptor(n[0], n[1]) || {
  217. configurable: !0,
  218. enumerable: !0
  219. };
  220. t.set = g[g.length - 1],
  221. Object.defineProperty(n[0], n[1], t)
  222. }
  223. , function() {
  224. h = c[h++]
  225. }
  226. , function() {
  227. var n = c[h++];
  228. g[g.length - 1] && (h = n)
  229. }
  230. , function() {
  231. throw g[g.length - 1]
  232. }
  233. , function() {
  234. var n = c[h++]
  235. , t = n ? g.slice(-n) : [];
  236. g.length -= n,
  237. g.push(g.pop().apply(l, t))
  238. }
  239. , function() {
  240. var n = c[h++]
  241. , t = n ? g.slice(-n) : [];
  242. g.length -= n;
  243. var o = g.pop();
  244. g.push(o[0][o[1]].apply(o[0], t))
  245. }
  246. , function() {
  247. var n = c[h++]
  248. , t = n ? g.slice(-n) : [];
  249. g.length -= n,
  250. t.unshift(null),
  251. g.push(new (Function.prototype.bind.apply(g.pop(), t)))
  252. }
  253. , function() {
  254. var n = c[h++]
  255. , t = n ? g.slice(-n) : [];
  256. g.length -= n,
  257. t.unshift(null);
  258. var o = g.pop();
  259. g.push(new (Function.prototype.bind.apply(o[0][o[1]], t)))
  260. }
  261. , function() {
  262. g.push(!g.pop())
  263. }
  264. , function() {
  265. g.push(~g.pop())
  266. }
  267. , function() {
  268. g.push(typeof g.pop())
  269. }
  270. , function() {
  271. g[g.length - 2] = g[g.length - 2] == g.pop()
  272. }
  273. , function() {
  274. g[g.length - 2] = g[g.length - 2] === g.pop()
  275. }
  276. , function() {
  277. g[g.length - 2] = g[g.length - 2] > g.pop()
  278. }
  279. , function() {
  280. g[g.length - 2] = g[g.length - 2] >= g.pop()
  281. }
  282. , function() {
  283. g[g.length - 2] = g[g.length - 2] << g.pop()
  284. }
  285. , function() {
  286. g[g.length - 2] = g[g.length - 2] >> g.pop()
  287. }
  288. , function() {
  289. g[g.length - 2] = g[g.length - 2] >>> g.pop()
  290. }
  291. , function() {
  292. g[g.length - 2] = g[g.length - 2] + g.pop()
  293. }
  294. , function() {
  295. g[g.length - 2] = g[g.length - 2] - g.pop()
  296. }
  297. , function() {
  298. g[g.length - 2] = g[g.length - 2] * g.pop()
  299. }
  300. , function() {
  301. g[g.length - 2] = g[g.length - 2] / g.pop()
  302. }
  303. , function() {
  304. g[g.length - 2] = g[g.length - 2] % g.pop()
  305. }
  306. , function() {
  307. g[g.length - 2] = g[g.length - 2] | g.pop()
  308. }
  309. , function() {
  310. g[g.length - 2] = g[g.length - 2] & g.pop()
  311. }
  312. , function() {
  313. g[g.length - 2] = g[g.length - 2] ^ g.pop()
  314. }
  315. , function() {
  316. g[g.length - 2] = g[g.length - 2]in g.pop()
  317. }
  318. , function() {
  319. g[g.length - 2] = g[g.length - 2]instanceof g.pop()
  320. }
  321. , function() {
  322. g[g[g.length - 1][0]] = void 0 === g[g[g.length - 1][0]] ? [] : g[g[g.length - 1][0]]
  323. }
  324. , function() {
  325. for (var e = c[h++], u = [], n = c[h++], t = c[h++], p = [], o = 0; o < n; o++)
  326. u[c[h++]] = g[c[h++]];
  327. for (var i = 0; i < t; i++)
  328. p[i] = c[h++];
  329. g.push(function n() {
  330. var t = u.slice(0);
  331. t[0] = [this],
  332. t[1] = [arguments],
  333. t[2] = [n];
  334. for (var o = 0; o < p.length && o < arguments.length; o++)
  335. 0 < p[o] && (t[p[o]] = [arguments[o]]);
  336. return r(f, e, c, l, t)
  337. })
  338. }
  339. , function() {
  340. t.push([c[h++], g.length, c[h++]])
  341. }
  342. , function() {
  343. t.pop()
  344. }
  345. , function() {
  346. return !!o
  347. }
  348. , function() {
  349. o = null
  350. }
  351. , function() {
  352. g[g.length - 1] += String.fromCharCode(c[h++])
  353. }
  354. , function() {
  355. g.push("")
  356. }
  357. , function() {
  358. g.push(void 0)
  359. }
  360. , function() {
  361. g.push(null)
  362. }
  363. , function() {
  364. g.push(!0)
  365. }
  366. , function() {
  367. g.push(!1)
  368. }
  369. , function() {
  370. g.length -= c[h++]
  371. }
  372. , function() {
  373. g[g.length - 1] = c[h++]
  374. }
  375. , function() {
  376. var n = g.pop()
  377. , t = g[g.length - 1];
  378. t[0][t[1]] = g[n[0]][0]
  379. }
  380. , function() {
  381. var n = g.pop()
  382. , t = g[g.length - 1];
  383. t[0][t[1]] = n[0][n[1]]
  384. }
  385. , function() {
  386. var n = g.pop()
  387. , t = g[g.length - 1];
  388. g[t[0]][0] = g[n[0]][0]
  389. }
  390. , function() {
  391. var n = g.pop()
  392. , t = g[g.length - 1];
  393. g[t[0]][0] = n[0][n[1]]
  394. }
  395. , function() {
  396. g[g.length - 2] = g[g.length - 2] < g.pop()
  397. }
  398. , function() {
  399. g[g.length - 2] = g[g.length - 2] <= g.pop()
  400. }
  401. ]; ; )
  402. try {
  403. for (; !n[c[h++]](); )
  404. ;
  405. if (o)
  406. throw o;
  407. return g.pop()
  408. } catch (n) {
  409. var e = t.pop();
  410. if (void 0 === e)
  411. throw n;
  412. o = n,
  413. h = e[0],
  414. g.length = e[1],
  415. e[2] && (g[e[2]][0] = o)
  416. }
  417. }
  418. (120731, 0, [21, 34, 50, 100, 57, 50, 102, 50, 98, 99, 101, 52, 54, 97, 52, 99, 55, 56, 52, 49, 57, 54, 57, 49, 56, 98, 102, 100, 100, 48, 48, 55, 55, 102, 2, 10, 3, 2, 9, 48, 61, 3, 9, 48, 61, 4, 9, 48, 61, 5, 9, 48, 61, 6, 9, 48, 61, 7, 9, 48, 61, 8, 9, 48, 61, 9, 9, 48, 4, 21, 427, 54, 2, 15, 3, 2, 9, 48, 61, 3, 9, 48, 61, 4, 9, 48, 61, 5, 9, 48, 61, 6, 9, 48, 61, 7, 9, 48, 61, 8, 9, 48, 61, 9, 9, 48, 61, 10, 9, 48, 61, 11, 9, 48, 61, 12, 9, 48, 61, 13, 9, 48, 61, 14, 9, 48, 61, 10, 9, 55, 54, 97, 54, 98, 54, 99, 54, 100, 54, 101, 54, 102, 54, 103, 54, 104, 54, 105, 54, 106, 54, 107, 54, 108, 54, 109, 54, 110, 54, 111, 54, 112, 54, 113, 54, 114, 54, 115, 54, 116, 54, 117, 54, 118, 54, 119, 54, 120, 54, 121, 54, 122, 54, 48, 54, 49, 54, 50, 54, 51, 54, 52, 54, 53, 54, 54, 54, 55, 54, 56, 54, 57, 13, 4, 61, 11, 9, 55, 54, 77, 54, 97, 54, 116, 54, 104, 8, 55, 54, 102, 54, 108, 54, 111, 54, 111, 54, 114, 14, 55, 54, 77, 54, 97, 54, 116, 54, 104, 8, 55, 54, 114, 54, 97, 54, 110, 54, 100, 54, 111, 54, 109, 14, 25, 0, 3, 4, 9, 11, 3, 3, 9, 11, 39, 3, 1, 38, 40, 3, 3, 9, 11, 38, 25, 1, 13, 4, 61, 12, 9, 55, 13, 4, 61, 13, 9, 3, 0, 13, 4, 4, 3, 13, 9, 11, 3, 11, 9, 11, 66, 22, 306, 4, 21, 422, 24, 4, 3, 14, 9, 55, 54, 77, 54, 97, 54, 116, 54, 104, 8, 55, 54, 102, 54, 108, 54, 111, 54, 111, 54, 114, 14, 55, 54, 77, 54, 97, 54, 116, 54, 104, 8, 55, 54, 114, 54, 97, 54, 110, 54, 100, 54, 111, 54, 109, 14, 25, 0, 3, 10, 9, 55, 54, 108, 54, 101, 54, 110, 54, 103, 54, 116, 54, 104, 15, 10, 40, 25, 1, 13, 4, 61, 12, 9, 6, 11, 3, 10, 9, 3, 14, 9, 11, 15, 10, 38, 13, 4, 61, 13, 9, 6, 11, 6, 5, 1, 5, 0, 3, 1, 38, 13, 4, 61, 0, 5, 0, 43, 4, 21, 291, 61, 3, 12, 9, 11, 0, 3, 9, 9, 49, 72, 0, 2, 3, 4, 13, 4, 61, 8, 9, 21, 721, 3, 2, 8, 3, 2, 9, 48, 61, 3, 9, 48, 61, 4, 9, 48, 61, 5, 9, 48, 61, 6, 9, 48, 61, 7, 9, 48, 4, 55, 54, 115, 54, 101, 54, 108, 54, 102, 8, 10, 30, 55, 54, 117, 54, 110, 54, 100, 54, 101, 54, 102, 54, 105, 54, 110, 54, 101, 54, 100, 32, 28, 22, 510, 4, 21, 523, 22, 4, 55, 54, 115, 54, 101, 54, 108, 54, 102, 8, 10, 0, 55, 54, 119, 54, 105, 54, 110, 54, 100, 54, 111, 54, 119, 8, 10, 30, 55, 54, 117, 54, 110, 54, 100, 54, 101, 54, 102, 54, 105, 54, 110, 54, 101, 54, 100, 32, 28, 22, 566, 4, 21, 583, 3, 4, 55, 54, 119, 54, 105, 54, 110, 54, 100, 54, 111, 54, 119, 8, 10, 0, 55, 54, 103, 54, 108, 54, 111, 54, 98, 54, 97, 54, 108, 8, 10, 30, 55, 54, 117, 54, 110, 54, 100, 54, 101, 54, 102, 54, 105, 54, 110, 54, 101, 54, 100, 32, 28, 22, 626, 4, 21, 643, 25, 4, 55, 54, 103, 54, 108, 54, 111, 54, 98, 54, 97, 54, 108, 8, 10, 0, 55, 54, 69, 54, 114, 54, 114, 54, 111, 54, 114, 8, 55, 54, 117, 54, 110, 54, 97, 54, 98, 54, 108, 54, 101, 54, 32, 54, 116, 54, 111, 54, 32, 54, 108, 54, 111, 54, 99, 54, 97, 54, 116, 54, 101, 54, 32, 54, 103, 54, 108, 54, 111, 54, 98, 54, 97, 54, 108, 54, 32, 54, 111, 54, 98, 54, 106, 54, 101, 54, 99, 54, 116, 27, 1, 23, 56, 0, 49, 444, 0, 0, 24, 0, 13, 4, 61, 8, 9, 55, 54, 95, 54, 95, 54, 103, 54, 101, 54, 116, 54, 83, 54, 101, 54, 99, 54, 117, 54, 114, 54, 105, 54, 116, 54, 121, 54, 83, 54, 105, 54, 103, 54, 110, 15, 21, 1126, 49, 2, 14, 3, 2, 9, 48, 61, 3, 9, 48, 61, 4, 9, 48, 61, 5, 9, 48, 61, 6, 9, 48, 61, 7, 9, 48, 61, 8, 9, 48, 61, 9, 9, 48, 61, 10, 9, 48, 61, 11, 9, 48, 61, 9, 9, 55, 54, 108, 54, 111, 54, 99, 54, 97, 54, 116, 54, 105, 54, 111, 54, 110, 8, 10, 30, 55, 54, 117, 54, 110, 54, 100, 54, 101, 54, 102, 54, 105, 54, 110, 54, 101, 54, 100, 32, 28, 22, 862, 21, 932, 21, 4, 55, 54, 108, 54, 111, 54, 99, 54, 97, 54, 116, 54, 105, 54, 111, 54, 110, 8, 55, 54, 104, 54, 111, 54, 115, 54, 116, 14, 55, 54, 105, 54, 110, 54, 100, 54, 101, 54, 120, 54, 79, 54, 102, 14, 55, 54, 121, 54, 46, 54, 113, 54, 113, 54, 46, 54, 99, 54, 111, 54, 109, 25, 1, 3, 0, 3, 1, 39, 32, 22, 963, 4, 55, 54, 67, 54, 74, 54, 66, 54, 80, 54, 65, 54, 67, 54, 114, 54, 82, 54, 117, 54, 78, 54, 121, 54, 55, 21, 974, 50, 4, 3, 12, 9, 11, 3, 8, 3, 10, 24, 2, 13, 4, 61, 10, 9, 3, 13, 9, 55, 54, 95, 54, 95, 54, 115, 54, 105, 54, 103, 54, 110, 54, 95, 54, 104, 54, 97, 54, 115, 54, 104, 54, 95, 54, 50, 54, 48, 54, 50, 54, 48, 54, 48, 54, 51, 54, 48, 54, 53, 15, 10, 22, 1030, 21, 1087, 22, 4, 3, 13, 9, 55, 54, 95, 54, 95, 54, 115, 54, 105, 54, 103, 54, 110, 54, 95, 54, 104, 54, 97, 54, 115, 54, 104, 54, 95, 54, 50, 54, 48, 54, 50, 54, 48, 54, 48, 54, 51, 54, 48, 54, 53, 15, 3, 9, 9, 11, 3, 3, 9, 11, 38, 25, 1, 13, 4, 61, 11, 9, 3, 12, 9, 11, 3, 10, 3, 53, 3, 37, 39, 24, 2, 13, 4, 4, 55, 54, 122, 54, 122, 54, 97, 3, 11, 9, 11, 38, 3, 10, 9, 11, 38, 0, 49, 771, 2, 1, 12, 9, 13, 8, 3, 12, 4, 4, 56, 0], n);
  419. var t = n.__getSecuritySign;
  420. return delete n.__getSecuritySign,t
  421. }
  422. function getSign(n){
  423. return aa(this,bb)(n)
  424. // return n
  425. }