@evomap/evolver 1.89.4 → 1.89.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/CONTRIBUTING.md +19 -0
  2. package/README.md +536 -86
  3. package/assets/cover.png +0 -0
  4. package/index.js +87 -7
  5. package/package.json +17 -6
  6. package/scripts/a2a_export.js +63 -0
  7. package/scripts/a2a_ingest.js +79 -0
  8. package/scripts/a2a_promote.js +118 -0
  9. package/scripts/analyze_by_skill.js +121 -0
  10. package/scripts/build_binaries.js +479 -0
  11. package/scripts/check-changelog.js +166 -0
  12. package/scripts/extract_log.js +85 -0
  13. package/scripts/generate_history.js +75 -0
  14. package/scripts/gep_append_event.js +96 -0
  15. package/scripts/gep_personality_report.js +234 -0
  16. package/scripts/human_report.js +147 -0
  17. package/scripts/recall-verify-report.js +234 -0
  18. package/scripts/recover_loop.js +61 -0
  19. package/scripts/refresh_stars_badge.js +168 -0
  20. package/scripts/seed-merchants.js +91 -0
  21. package/scripts/suggest_version.js +89 -0
  22. package/scripts/validate-modules.js +38 -0
  23. package/scripts/validate-suite.js +78 -0
  24. package/skills/index.json +14 -0
  25. package/src/adapters/scripts/_runtimePaths.js +1 -0
  26. package/src/adapters/scripts/evolver-session-end.js +1 -0
  27. package/src/adapters/scripts/evolver-session-start.js +1 -0
  28. package/src/evolve/guards.js +1 -721
  29. package/src/evolve/pipeline/collect.js +1 -1283
  30. package/src/evolve/pipeline/dispatch.js +1 -421
  31. package/src/evolve/pipeline/enrich.js +1 -440
  32. package/src/evolve/pipeline/hub.js +1 -319
  33. package/src/evolve/pipeline/select.js +1 -274
  34. package/src/evolve/pipeline/signals.js +1 -206
  35. package/src/evolve/utils.js +1 -264
  36. package/src/evolve.js +1 -350
  37. package/src/gep/a2aProtocol.js +1 -4455
  38. package/src/gep/antiAbuseTelemetry.js +1 -233
  39. package/src/gep/autoDistillConv.js +1 -205
  40. package/src/gep/autoDistillLlm.js +1 -315
  41. package/src/gep/candidateEval.js +1 -92
  42. package/src/gep/candidates.js +1 -198
  43. package/src/gep/contentHash.js +1 -30
  44. package/src/gep/conversationSniffer.js +1 -266
  45. package/src/gep/crypto.js +1 -89
  46. package/src/gep/curriculum.js +1 -163
  47. package/src/gep/deviceId.js +1 -218
  48. package/src/gep/envFingerprint.js +1 -118
  49. package/src/gep/epigenetics.js +1 -31
  50. package/src/gep/execBridge.js +1 -711
  51. package/src/gep/explore.js +1 -289
  52. package/src/gep/hash.js +1 -15
  53. package/src/gep/hubFetch.js +1 -359
  54. package/src/gep/hubReview.js +1 -207
  55. package/src/gep/hubSearch.js +1 -526
  56. package/src/gep/hubVerify.js +1 -306
  57. package/src/gep/idleScheduler.js +6 -1
  58. package/src/gep/learningSignals.js +1 -89
  59. package/src/gep/memoryGraph.js +1 -1374
  60. package/src/gep/memoryGraphAdapter.js +1 -203
  61. package/src/gep/mutation.js +1 -203
  62. package/src/gep/narrativeMemory.js +1 -108
  63. package/src/gep/openPRRegistry.js +1 -205
  64. package/src/gep/personality.js +1 -423
  65. package/src/gep/policyCheck.js +1 -599
  66. package/src/gep/prompt.js +1 -836
  67. package/src/gep/recallInject.js +1 -409
  68. package/src/gep/recallVerifier.js +1 -318
  69. package/src/gep/reflection.js +1 -177
  70. package/src/gep/savingsCore.js +1 -0
  71. package/src/gep/selector.js +1 -602
  72. package/src/gep/skillDistiller.js +1 -1294
  73. package/src/gep/solidify.js +1 -1699
  74. package/src/gep/strategy.js +1 -136
  75. package/src/gep/tokenSavings.js +1 -88
  76. package/src/gep/workspaceKeychain.js +1 -174
  77. package/src/ops/lifecycle.js +17 -4
  78. package/src/proxy/envelope.js +59 -0
  79. package/src/proxy/extensions/traceControl.js +1 -99
  80. package/src/proxy/index.js +221 -3
  81. package/src/proxy/inject.js +1 -52
  82. package/src/proxy/lifecycle/manager.js +14 -7
  83. package/src/proxy/mailbox/store.js +29 -6
  84. package/src/proxy/router/messages_route.js +4 -1
  85. package/src/proxy/router/responses_route.js +159 -0
  86. package/src/proxy/server/http.js +13 -4
  87. package/src/proxy/server/routes.js +11 -1
  88. package/src/proxy/sync/engine.js +7 -1
  89. package/src/proxy/sync/outbound.js +32 -4
  90. package/src/proxy/trace/extractor.js +1 -646
  91. package/src/proxy/trace/usage.js +1 -105
  92. package/.cursor/BUGBOT.md +0 -182
  93. package/.env.example +0 -68
  94. package/.git-commit-guard-token +0 -1
  95. package/.github/CODEOWNERS +0 -63
  96. package/.github/ISSUE_TEMPLATE/good_first_issue.md +0 -23
  97. package/.github/pull_request_template.md +0 -45
  98. package/.github/workflows/test.yml +0 -75
  99. package/CHANGELOG.md +0 -1237
  100. package/README.public.md +0 -569
  101. package/SECURITY.md +0 -108
  102. package/assets/gep/events.jsonl +0 -3
  103. package/examples/atp-consumer-quickstart.md +0 -100
  104. package/examples/hello-world.md +0 -38
  105. package/proxy-package.json +0 -39
  106. package/public.manifest.json +0 -143
  107. /package/assets/gep/{genes.json → genes.seed.json} +0 -0
  108. /package/{bundled-skills → skills}/_meta/SKILL.md +0 -0
@@ -1,409 +1 @@
1
- // recallInject.js
2
- // Harness-agnostic core for "runtime asset injection" (P4-c): when a general
3
- // agent is about to work on a task, find GEP assets (Hub genes + local genes)
4
- // that match the task and surface a distilled hint the agent can use.
5
- //
6
- // This module is PURE: no stdin/stdout, no process.exit. It is driven by the
7
- // per-harness hook entrypoint (src/adapters/scripts/evolver-task-recall.js) and
8
- // is unit-testable in isolation. The entrypoint owns the fail-open latch +
9
- // watchdog + stdout shape; this module owns the matching/gating/logging.
10
- //
11
- // HARD INVARIANTS (do not regress — these are the P4-c scope contract):
12
- // 1. SEARCH-ONLY. We call fetchSemanticResults (a free GET
13
- // /a2a/assets/semantic-search) and NEVER hubSearch()/fetchAssetById() —
14
- // Phase-2 fetch SPENDS CREDITS (hubSearch.js:379 logs "Fetch cost"). The
15
- // recall path must never spend a credit, in any mode. No money surface.
16
- // 2. LLM-FREE / NO CHILD PROCESS. We extract signals with ONLY the pure
17
- // extractors _extractRegex + _extractKeywordScore. We must NOT call
18
- // extractSignals() — it calls _extractLLM(), a SYNC execFileSync('curl',
19
- // ['-m','10',...]) that (a) blocks the event loop for up to 10s so the
20
- // entrypoint watchdog can't fire, and (b) ships a raw-prompt corpus to the
21
- // Hub. Both are forbidden here.
22
- // 3. SHADOW-FIRST. In 'shadow' we compute + log what WOULD inject but return
23
- // inject:false (the entrypoint injects nothing). In 'off' the entrypoint
24
- // never calls us. Only 'enforce' returns inject:true.
25
- // 4. HIGH-CONFIDENCE ONLY. Hub rows must clear the similarity HIGH band
26
- // (>= EVOLVER_RECALL_MIN_SIM, default 0.75). Local genes must have >=1
27
- // real signal-pattern hit (not bag-of-words noise).
28
- // 5. NO Hub used_asset_ids / reuse-credit reporting. Attribution is a LOCAL
29
- // JSONL artifact only (assetCallLog). Promoting it to Hub credit needs a
30
- // stronger usage signal AND team sign-off (it changes money).
31
-
32
- const path = require('path');
33
-
34
- // ---------------------------------------------------------------------------
35
- // Mode parsing: EVOLVER_RECALL_MODE ∈ off (default) | shadow | enforce.
36
- // Anything unknown/absent -> off (safest). Mirrors the conv-distill/P3 cadence
37
- // of a single 3-state env var.
38
- // ---------------------------------------------------------------------------
39
- function getMode() {
40
- const v = String(process.env.EVOLVER_RECALL_MODE || '').toLowerCase().trim();
41
- return v === 'shadow' || v === 'enforce' ? v : 'off';
42
- }
43
-
44
- // Similarity HIGH band. Ported as an in-repo literal from
45
- // gep-mcp-server/src/searchEnrich.js (SIMILARITY_BAND_HIGH = 0.75) — that file
46
- // is a separate ESM repo and must NOT be imported. Operator-tunable.
47
- function getMinSim() {
48
- const n = Number(process.env.EVOLVER_RECALL_MIN_SIM);
49
- return Number.isFinite(n) && n > 0 && n <= 1 ? n : 0.75;
50
- }
51
-
52
- // Max assets injected per turn. Default 1 (top hit only) to minimise context
53
- // pollution; the entrypoint blocks every prompt, so we stay terse.
54
- function getMaxInject() {
55
- const n = parseInt(process.env.EVOLVER_RECALL_MAX, 10);
56
- return Number.isFinite(n) && n > 0 && n <= 10 ? n : 1;
57
- }
58
-
59
- // Hard ceiling on injected text length (defense against a giant nl_summary
60
- // bloating the agent's context window).
61
- const INJECT_CHAR_CEILING = 800;
62
- const SUMMARY_CLIP = 200;
63
-
64
- // ---------------------------------------------------------------------------
65
- // LLM-free signal extraction. Uses ONLY the pure extractors. We deliberately
66
- // do NOT call signals.extractSignals (curl/event-loop-block, see invariant 2)
67
- // and do NOT call _mergeSignals (it console.log()s to STDOUT — which would
68
- // corrupt the hook's single-JSON stdout contract; we inline a Set-merge).
69
- // ---------------------------------------------------------------------------
70
- function extractSignalsPure(prompt) {
71
- const corpus = String(prompt || '');
72
- const lower = corpus.toLowerCase();
73
- const errorHit = /\b(error|exception|fail(?:ed|ure)?)\b|错误|异常|报错|失败/i.test(lower);
74
-
75
- let regexSignals = [];
76
- let scoreSignals = [];
77
- try {
78
- const sig = require('./signals');
79
- regexSignals = sig._extractRegex(corpus, lower, errorHit) || [];
80
- scoreSignals = sig._extractKeywordScore(lower) || [];
81
- } catch (_) {
82
- // signals.js unreachable — degrade to no signals (local/Hub then no-op).
83
- return [];
84
- }
85
-
86
- // Inline Set-merge (do NOT use sig._mergeSignals — it writes to stdout).
87
- const merged = new Set();
88
- for (const s of regexSignals) merged.add(s);
89
- for (const s of scoreSignals) merged.add(s);
90
- // 'stable_success_plateau' is the extractor's "nothing interesting" default;
91
- // it carries no task content, so drop it to avoid a noise query.
92
- merged.delete('stable_success_plateau');
93
- return Array.from(merged);
94
- }
95
-
96
- // The closed-vocabulary extractors above only fire on the evolver's own corpus
97
- // shapes (errors, specific feature-request phrasings). A normal task prompt
98
- // ("add retry with backoff to the http client") yields NO closed-vocab signal,
99
- // so on its own the recall hook would almost never fire for real coding work.
100
- // Embedding-based semantic search wants the actual task WORDS, so we also add a
101
- // token projection of the prompt. tokenize() drops stop-words and short tokens;
102
- // buildSemanticQuery (inside fetchSemanticResults) caps the outgoing query to
103
- // 12 terms, so this stays a bounded token-projection — never the verbatim
104
- // prompt. Capped here too as defense-in-depth.
105
- const MAX_QUERY_TOKENS = 12;
106
- function buildSignalList(prompt) {
107
- const coreSignals = extractSignalsPure(prompt);
108
- let tokens = [];
109
- try {
110
- const { tokenize } = require('./selector');
111
- // De-dup while preserving order, then cap.
112
- const seen = new Set();
113
- for (const t of tokenize(prompt)) {
114
- if (!seen.has(t)) { seen.add(t); tokens.push(t); }
115
- if (tokens.length >= MAX_QUERY_TOKENS) break;
116
- }
117
- } catch (_) { tokens = []; }
118
-
119
- const merged = new Set();
120
- for (const s of coreSignals) merged.add(s);
121
- for (const t of tokens) merged.add(t);
122
- return Array.from(merged);
123
- }
124
-
125
- // ---------------------------------------------------------------------------
126
- // Hub search — SEARCH-ONLY, credit-free. Returns the rows that clear the HIGH
127
- // similarity band, best-effort self-suppressed, never spending a credit.
128
- // ---------------------------------------------------------------------------
129
- async function searchHub(signalList, timeoutMs) {
130
- let hs, a2a;
131
- try {
132
- hs = require('./hubSearch');
133
- a2a = require('./a2aProtocol');
134
- } catch (_) {
135
- return [];
136
- }
137
- // Honor the HUBSEARCH_SEMANTIC kill-switch the same way hubSearch() does:
138
- // an operator who set it to false/0 to stop semantic Hub traffic must not
139
- // have this hook keep issuing semantic GETs on every prompt (Bugbot #183
140
- // medium). When disabled -> no Hub call, local genes only.
141
- try { if (typeof hs.isSemanticEnabled === 'function' && !hs.isSemanticEnabled()) return []; } catch (_) {}
142
- // Resolve the Hub URL via a2aProtocol.getHubUrl(), the canonical resolver
143
- // that honors BOTH A2A_HUB_URL and the legacy EVOMAP_HUB_URL fallback.
144
- // hubSearch.getHubUrl() reads only A2A_HUB_URL, so a node configured with the
145
- // legacy var alone would silently skip recall while every other Hub feature
146
- // (auth, heartbeat, memory) still worked (Bugbot #183 medium). Strip trailing
147
- // slashes to match hubSearch's own normalization. Fall back to hs.getHubUrl()
148
- // only if a2a is unavailable.
149
- let hubUrl = '';
150
- try {
151
- hubUrl = (typeof a2a.getHubUrl === 'function' ? a2a.getHubUrl() : hs.getHubUrl()) || '';
152
- hubUrl = hubUrl.replace(/\/+$/, '');
153
- } catch (_) { hubUrl = ''; }
154
- // Air-gapped / no Hub configured -> zero egress, local genes only.
155
- if (!hubUrl) return [];
156
-
157
- let headers = {};
158
- try { headers = a2a.buildHubHeaders(); } catch (_) { headers = {}; }
159
-
160
- let rows = [];
161
- try {
162
- // fetchSemanticResults already owns an AbortController bound to timeoutMs
163
- // and returns [] on timeout/error/non-200 (hubSearch.js:160). It hits
164
- // GET /a2a/assets/semantic-search?...&type=Gene -> genes only, no fetch,
165
- // no credit. The query is a token-trimmed projection of the signals
166
- // (buildSemanticQuery), NOT the verbatim prompt.
167
- rows = await hs.fetchSemanticResults(hubUrl, headers, signalList, timeoutMs);
168
- } catch (_) {
169
- return [];
170
- }
171
- if (!Array.isArray(rows)) return [];
172
-
173
- const minSim = getMinSim();
174
- let selfId = '';
175
- try { selfId = a2a.getNodeId() || ''; } catch (_) { selfId = ''; }
176
-
177
- const out = [];
178
- for (const r of rows) {
179
- if (!r || typeof r !== 'object') continue;
180
- const sim = Number(r._semantic_similarity);
181
- if (!Number.isFinite(sim) || sim < minSim) continue; // drop drag-net matches
182
- // Best-effort self-suppression: only when source_node_id is present (the
183
- // semantic endpoint often omits it — do NOT treat absence as a hard gate).
184
- if (selfId && r.source_node_id && r.source_node_id === selfId) continue;
185
- out.push({
186
- asset_id: r.asset_id || r.assetId || '',
187
- source_node_id: r.source_node_id || '',
188
- chain_id: r.chain_id || '',
189
- similarity: sim,
190
- title: r.short_title || r.nl_title || r.name || '',
191
- summary: r.nl_summary || r.summary || '',
192
- origin: 'hub',
193
- });
194
- }
195
- return out;
196
- }
197
-
198
- // ---------------------------------------------------------------------------
199
- // Local genes — match against on-disk genes with a real signal-pattern hit.
200
- // We use the EXPORTED scorers (scoreGene is NOT exported, and selectGene uses
201
- // Math.random + env I/O so it's unsuitable). Require >=1 pattern hit so we
202
- // inject only genes whose signals_match actually fire for this task, not
203
- // bag-of-words near-misses.
204
- // ---------------------------------------------------------------------------
205
- function matchLocalGenes(signalList) {
206
- let genes = [];
207
- let sel;
208
- try {
209
- genes = require('./assetStore').loadGenes() || [];
210
- sel = require('./selector');
211
- } catch (_) {
212
- return [];
213
- }
214
- if (!Array.isArray(genes) || genes.length === 0 || !sel) return [];
215
-
216
- const out = [];
217
- for (const gene of genes) {
218
- if (!gene || gene.type !== 'Gene') continue;
219
- const patterns = Array.isArray(gene.signals_match) ? gene.signals_match : [];
220
- let hits = 0;
221
- for (const p of patterns) {
222
- try { if (sel.matchPatternToSignals(p, signalList)) hits++; } catch (_) { /* skip */ }
223
- }
224
- if (hits < 1) continue; // require a real pattern hit, not noise
225
- let sem = 0;
226
- try { sem = sel.scoreGeneSemantic(gene, signalList) || 0; } catch (_) { sem = 0; }
227
- // Many genes (incl. genesis genes) carry no `summary`. Fall back to a terse
228
- // projection of the strategy/avoid text or the matched signal patterns so
229
- // the injected line is actionable rather than a dangling "...: " (caught by
230
- // real-gene E2E where synthetic fixtures had summaries).
231
- let summary = (gene.summary || '').toString().trim();
232
- if (!summary && gene.strategy && typeof gene.strategy === 'object') {
233
- const pieces = [];
234
- if (Array.isArray(gene.strategy.steps)) pieces.push(gene.strategy.steps.slice(0, 3).join('; '));
235
- if (typeof gene.strategy.approach === 'string') pieces.push(gene.strategy.approach);
236
- summary = pieces.filter(Boolean).join(' — ').trim();
237
- }
238
- if (!summary) {
239
- const pats = patterns
240
- .map(p => String(p).split('|')[0]) // first alias of each multi-lang pattern
241
- .filter(p => p && !p.startsWith('/'))
242
- .slice(0, 4);
243
- if (pats.length) summary = 'matches: ' + pats.join(', ');
244
- }
245
- out.push({
246
- asset_id: gene.asset_id || '',
247
- source_node_id: gene.source_node_id || gene.author_node_id || '',
248
- chain_id: gene.chain_id || '',
249
- // Map local score into a 0..1-ish band for ranking next to Hub similarity.
250
- // hits dominate; semantic cosine breaks ties.
251
- similarity: Math.min(1, 0.75 + 0.05 * hits + 0.1 * sem),
252
- title: gene.id || gene.short_title || '',
253
- summary,
254
- origin: 'local',
255
- _hits: hits,
256
- });
257
- }
258
- return out;
259
- }
260
-
261
- // ---------------------------------------------------------------------------
262
- // Build the injected text. Distilled hint, NOT raw JSON. Each line uses
263
- // nl_summary/title (always present in list/search responses) — never
264
- // payload.strategy (often empty for distilled/sybil assets). Hard char ceiling.
265
- // ---------------------------------------------------------------------------
266
- // A candidate is "hollow" when it has neither a title nor a summary: there is
267
- // nothing actionable to render (a dangling "Gene "": " helps no one). Hollow
268
- // candidates are excluded from BOTH the injected text and the attribution log,
269
- // so the log can never claim an asset was injected that never appeared in the
270
- // hook context (Bugbot #183 low: log/inject must agree by construction).
271
- function isRenderable(d) {
272
- const title = (d && d.title ? String(d.title) : '').trim();
273
- const summary = (d && d.summary ? String(d.summary) : '').trim();
274
- return !!(title || summary);
275
- }
276
-
277
- function buildInjectText(decided) {
278
- const renderable = (decided || []).filter(isRenderable);
279
- if (!renderable.length) return '';
280
- const lines = ['[Evolver — relevant prior capability]'];
281
- let anyPublished = false;
282
- for (const d of renderable) {
283
- const title = (d.title || '').toString().slice(0, 80);
284
- const summary = (d.summary || '').toString().replace(/\s+/g, ' ').trim().slice(0, SUMMARY_CLIP);
285
- const sim = d.similarity != null ? d.similarity.toFixed(2) : '?';
286
- const idTag = d.asset_id ? `asset ${d.asset_id}` : 'local, unpublished';
287
- if (d.asset_id) anyPublished = true;
288
- lines.push(`- ${title ? `Gene "${title}"` : 'Gene'} (${idTag}, sim ${sim})${summary ? ': ' + summary : ''}`);
289
- }
290
- lines.push('A prior distilled approach may fit this task. Adapt it; verify before applying.');
291
- if (anyPublished) lines.push('To reuse a published asset: `gep_reuse <asset_id>` (or `gep_recall`).');
292
- const text = lines.join('\n');
293
- return text.length > INJECT_CHAR_CEILING ? text.slice(0, INJECT_CHAR_CEILING) : text;
294
- }
295
-
296
- // ---------------------------------------------------------------------------
297
- // Local reuse logging. Records WHICH assets were (would be) injected, keyed by
298
- // a stable run_id derived from the session, so a later Stop hook can correlate
299
- // "asset injected -> session outcome" LOCALLY. This is correlational/local
300
- // only — it is NOT Hub credit and must not be promoted to one without sign-off.
301
- // ---------------------------------------------------------------------------
302
- function logInjections(decided, mode, runId, signalList) {
303
- let logAssetCall;
304
- try { ({ logAssetCall } = require('./assetCallLog')); } catch (_) { return; }
305
- const action = mode === 'enforce' ? 'asset_inject' : 'asset_inject_shadow';
306
- for (const d of decided) {
307
- try {
308
- logAssetCall({
309
- run_id: runId,
310
- action,
311
- asset_id: d.asset_id || undefined,
312
- asset_type: 'Gene',
313
- source_node_id: d.source_node_id || undefined,
314
- chain_id: d.chain_id || undefined,
315
- score: d.similarity,
316
- signals: signalList.slice(0, 8),
317
- reason: d.origin === 'hub' ? 'hub_semantic_high_band' : 'local_gene_pattern_hit',
318
- extra: { via: 'task_recall', attribution: 'correlational_local', origin: d.origin },
319
- });
320
- } catch (_) { /* logging is best-effort; never block injection */ }
321
- }
322
- }
323
-
324
- // ---------------------------------------------------------------------------
325
- // Entry point of the core. Returns:
326
- // { inject: bool, text: string|null, decided: [], dropped: number, signals: [] }
327
- // inject is true ONLY in enforce mode with >=1 decided asset. In shadow we log
328
- // but return inject:false. Throwing is acceptable — the hook entrypoint wraps
329
- // this in try/.catch -> finish({}) (fail-open).
330
- // ---------------------------------------------------------------------------
331
- async function recallForTask(opts) {
332
- const o = opts || {};
333
- const mode = o.mode || getMode();
334
- if (mode === 'off') return { inject: false, text: null, decided: [], dropped: 0, signals: [] };
335
-
336
- const signalList = buildSignalList(o.prompt);
337
- if (!signalList.length) return { inject: false, text: null, decided: [], dropped: 0, signals: [] };
338
-
339
- // Do LOCAL gene work (synchronous disk I/O via loadGenes + ranking) BEFORE
340
- // the Hub await, so it runs while the full budget is available — never after
341
- // the Hub search has consumed most of the watchdog window (Bugbot #183
342
- // medium: post-await local work could overrun the watchdog and spuriously
343
- // skip injection). After the Hub await, only in-memory merge/text/log remain.
344
- const localRows = matchLocalGenes(signalList);
345
-
346
- // Bound the Hub call by the time REMAINING until the entrypoint's absolute
347
- // deadline (passed as deadlineMs, ms-since-epoch), minus a safety margin for
348
- // the in-memory post-processing + finish(). If too little remains, skip the
349
- // Hub call (local genes still apply). Falls back to the static timeoutMs when
350
- // no deadline is supplied (e.g. unit tests / non-hook callers).
351
- const POST_AWAIT_SAFETY_MS = 150;
352
- let hubBudget = Number.isFinite(o.timeoutMs) && o.timeoutMs > 0 ? o.timeoutMs : 2000;
353
- if (Number.isFinite(o.deadlineMs)) {
354
- const remaining = o.deadlineMs - Date.now() - POST_AWAIT_SAFETY_MS;
355
- hubBudget = Math.min(hubBudget, remaining);
356
- }
357
-
358
- // Hub (search-only, credit-free), only if there's a usable budget left.
359
- const hubRows = hubBudget >= 300 ? await searchHub(signalList, hubBudget) : [];
360
-
361
- const seen = new Set();
362
- const candidates = [];
363
- let dropped = 0;
364
- for (const r of [...hubRows, ...localRows]) {
365
- const key = r.asset_id || `${r.origin}:${r.title}`;
366
- if (key && seen.has(key)) { dropped++; continue; } // de-dup local vs hub
367
- if (key) seen.add(key);
368
- candidates.push(r);
369
- }
370
- candidates.sort((a, b) => (b.similarity || 0) - (a.similarity || 0));
371
-
372
- const topN = candidates.slice(0, getMaxInject());
373
- dropped += Math.max(0, candidates.length - topN.length);
374
-
375
- // Filter out hollow candidates ONCE, so the injected text and the attribution
376
- // log operate on the exact same set — the log can never claim an asset was
377
- // injected that wasn't rendered into the hook context (Bugbot #183 low).
378
- const decided = topN.filter(isRenderable);
379
- dropped += topN.length - decided.length;
380
- if (!decided.length) return { inject: false, text: null, decided: [], dropped, signals: signalList };
381
-
382
- const text = buildInjectText(decided);
383
- if (!text) return { inject: false, text: null, decided: [], dropped, signals: signalList };
384
-
385
- const runId = o.runId || ('recall:' + (o.sessionId || 'unknown'));
386
- logInjections(decided, mode, runId, signalList);
387
-
388
- // SHADOW returns the computed text (for tests/inspection) but inject:false —
389
- // the entrypoint only injects when inject is true (enforce).
390
- return {
391
- inject: mode === 'enforce',
392
- text,
393
- decided,
394
- dropped,
395
- signals: signalList,
396
- };
397
- }
398
-
399
- module.exports = {
400
- recallForTask,
401
- // exported for unit tests:
402
- getMode,
403
- getMinSim,
404
- getMaxInject,
405
- extractSignalsPure,
406
- buildSignalList,
407
- buildInjectText,
408
- _internals: { searchHub, matchLocalGenes, logInjections },
409
- };
1
+ const _0x28ff5e=_0x1787;(function(_0x3d6d4,_0x39d189){const _0x4eb34b=_0x1787,_0x3f0d7b=_0x3d6d4();while(!![]){try{const _0x43e782=-parseInt(_0x4eb34b(0x165,'\x53\x65\x4a\x70'))/(-0x1df2*0x1+-0xf24+0x2a7*0x11)+-parseInt(_0x4eb34b(0x1a6,'\x54\x6d\x76\x71'))/(0x787*0x2+0x123c+-0x2148)+parseInt(_0x4eb34b(0xf2,'\x73\x52\x37\x57'))/(0x1*-0x20c+-0x724+0x933)*(-parseInt(_0x4eb34b(0x2ad,'\x36\x69\x44\x48'))/(-0x1a*-0xd+-0xc90+0xb*0x106))+parseInt(_0x4eb34b(0x18d,'\x6a\x56\x23\x76'))/(0x10*-0x1d+-0x4*-0x5df+-0x15a7)+parseInt(_0x4eb34b(0x226,'\x74\x39\x59\x4d'))/(0x16e1+0xb9d+-0x2278)+-parseInt(_0x4eb34b(0xd8,'\x40\x4d\x33\x59'))/(0x31c+0x17+0x196*-0x2)*(parseInt(_0x4eb34b(0x29b,'\x44\x36\x2a\x28'))/(0x33d*0xa+-0x179c+-0x8be))+parseInt(_0x4eb34b(0x259,'\x73\x52\x37\x57'))/(0x4*-0x49c+-0xf*-0xec+0x29*0x1d)*(parseInt(_0x4eb34b(0x24c,'\x4d\x45\x4b\x39'))/(-0x22cb+-0x182*-0x13+-0x1*-0x62f));if(_0x43e782===_0x39d189)break;else _0x3f0d7b['push'](_0x3f0d7b['shift']());}catch(_0x3aeb1b){_0x3f0d7b['push'](_0x3f0d7b['shift']());}}}(_0x76c5,-0xcd*0x3d1+0x1*-0x2d759+0x108e3e*0x1));const _0x5e17ee=(function(){const _0x13fd9f=_0x1787,_0x1e655a={'\x75\x66\x49\x6e\x7a':function(_0xd04585,_0x1e8e69){return _0xd04585===_0x1e8e69;},'\x56\x64\x78\x6b\x56':_0x13fd9f(0xcd,'\x34\x50\x47\x58'),'\x64\x6d\x61\x7a\x6a':function(_0x41aa34,_0x2d517d){return _0x41aa34(_0x2d517d);},'\x67\x61\x66\x55\x77':function(_0x5cc5f3,_0xb4e860){return _0x5cc5f3>_0xb4e860;}};let _0x5c16f1=!![];return function(_0x14e551,_0x3d04f5){const _0x2a9d28={'\x6c\x5a\x4b\x71\x5a':function(_0x6999dc,_0x3fa03b){const _0x9fc07=_0x1787;return _0x1e655a[_0x9fc07(0x154,'\x40\x4d\x33\x59')](_0x6999dc,_0x3fa03b);},'\x72\x66\x51\x55\x42':function(_0x50151d,_0x44ce4a){const _0x2d0b98=_0x1787;return _0x1e655a[_0x2d0b98(0x1ed,'\x63\x21\x75\x73')](_0x50151d,_0x44ce4a);},'\x46\x43\x51\x69\x54':function(_0x48dc57,_0x10944c){return _0x48dc57<=_0x10944c;}},_0x229730=_0x5c16f1?function(){const _0x2bcaeb=_0x1787;if(_0x3d04f5){if(_0x1e655a[_0x2bcaeb(0x123,'\x44\x36\x2a\x28')](_0x1e655a[_0x2bcaeb(0x104,'\x49\x6d\x25\x73')],_0x1e655a[_0x2bcaeb(0x19b,'\x73\x52\x37\x57')])){const _0x401664=_0x3d04f5['\x61\x70\x70\x6c\x79'](_0x14e551,arguments);return _0x3d04f5=null,_0x401664;}else{const _0x501f0a=_0x2a9d28[_0x2bcaeb(0x248,'\x54\x37\x7a\x42')](_0x49ff39,_0x5e16b6.env.EVOLVER_RECALL_MIN_SIM);return _0x9c4838[_0x2bcaeb(0x23e,'\x42\x37\x68\x2a')](_0x501f0a)&&_0x2a9d28[_0x2bcaeb(0x1e0,'\x61\x61\x52\x6c')](_0x501f0a,-0x44*0x11+-0x9a+-0x106*-0x5)&&_0x2a9d28[_0x2bcaeb(0x210,'\x68\x39\x4b\x4b')](_0x501f0a,0x1f73*-0x1+0x28*0x6f+-0x15*-0xac)?_0x501f0a:-0xf74+0x71*0x4f+-0x136b+0.75;}}}:function(){};return _0x5c16f1=![],_0x229730;};}()),_0x38c732=_0x5e17ee(this,function(){const _0x1a252f=_0x1787,_0x5ee9c0={};_0x5ee9c0[_0x1a252f(0xca,'\x51\x28\x79\x76')]=_0x1a252f(0xe8,'\x36\x69\x44\x48')+_0x1a252f(0x1dd,'\x79\x5e\x31\x47');const _0x4dc0d8=_0x5ee9c0;return _0x38c732['\x74\x6f\x53\x74\x72\x69\x6e\x67']()['\x73\x65\x61\x72\x63\x68'](_0x4dc0d8[_0x1a252f(0x2b0,'\x40\x4d\x33\x59')])[_0x1a252f(0x1eb,'\x63\x21\x75\x73')]()[_0x1a252f(0x147,'\x28\x6e\x63\x51')+_0x1a252f(0x122,'\x5e\x29\x69\x21')](_0x38c732)[_0x1a252f(0xe6,'\x35\x4c\x6c\x51')](_0x4dc0d8[_0x1a252f(0xca,'\x51\x28\x79\x76')]);});_0x38c732();const _0x270bf3=require('\x70\x61\x74\x68');function _0x4af137(){const _0x51ff28=_0x1787,_0x603656=String(process.env.EVOLVER_RECALL_MODE||'')[_0x51ff28(0x26d,'\x57\x6e\x65\x70')+'\x61\x73\x65']()[_0x51ff28(0xf9,'\x6a\x56\x23\x76')]();return _0x603656===_0x51ff28(0x221,'\x5a\x69\x67\x33')||_0x603656==='\x65\x6e\x66\x6f\x72\x63\x65'?_0x603656:_0x51ff28(0xbe,'\x44\x52\x56\x31');}function _0x240c29(){const _0x193d68=_0x1787,_0x2b1089={'\x46\x6f\x53\x59\x53':function(_0x4ed7f3,_0x10fa9e){return _0x4ed7f3(_0x10fa9e);},'\x4c\x59\x4d\x6c\x72':function(_0x31a98a,_0x4bf07c){return _0x31a98a>_0x4bf07c;},'\x7a\x75\x4b\x74\x46':function(_0x1ee61d,_0x4aec30){return _0x1ee61d<=_0x4aec30;}},_0xa6b662=_0x2b1089[_0x193d68(0x136,'\x73\x52\x37\x57')](Number,process.env.EVOLVER_RECALL_MIN_SIM);return Number[_0x193d68(0x264,'\x67\x4a\x37\x53')](_0xa6b662)&&_0x2b1089[_0x193d68(0x141,'\x28\x6e\x63\x51')](_0xa6b662,-0x2242+0x17*0x133+0x6ad)&&_0x2b1089[_0x193d68(0x169,'\x29\x34\x41\x76')](_0xa6b662,0xa86*0x3+0x1*-0x1f50+0x41*-0x1)?_0xa6b662:-0x1c85+-0xfa9+0x2c2e+0.75;}function _0x212301(){const _0x983a4a=_0x1787,_0x41d7e2={'\x50\x6c\x58\x44\x47':function(_0x13b00a,_0x33ddaa,_0x475493){return _0x13b00a(_0x33ddaa,_0x475493);},'\x6c\x68\x51\x47\x48':function(_0x3562b5,_0x2a839e){return _0x3562b5>_0x2a839e;},'\x42\x5a\x44\x56\x44':function(_0x45e1cb,_0x3ae215){return _0x45e1cb<=_0x3ae215;}},_0x33650c=_0x41d7e2[_0x983a4a(0x17f,'\x61\x74\x40\x70')](parseInt,process.env.EVOLVER_RECALL_MAX,0x1*-0x22c4+0x10cb+0x3*0x601);return Number[_0x983a4a(0x11b,'\x43\x6b\x72\x52')](_0x33650c)&&_0x41d7e2[_0x983a4a(0x28c,'\x77\x59\x6e\x48')](_0x33650c,-0x43b+0x1075+-0xc3a)&&_0x41d7e2[_0x983a4a(0x179,'\x30\x2a\x6b\x57')](_0x33650c,0x17*-0x3b+-0x5e3+0xb3a)?_0x33650c:-0x20c0+0x3a*-0x31+0x2bdb;}const _0x42aeea=0x2*0xc73+-0xe61*0x1+-0x765,_0x321267=0x2*0x239+-0x2233*-0x1+0x1*-0x25dd;function _0x23a245(_0x1099e9){const _0x1a49e5=_0x1787,_0x2dfece={'\x61\x70\x70\x75\x77':function(_0x5c2613,_0x5303c2){return _0x5c2613(_0x5303c2);},'\x68\x53\x41\x4b\x76':_0x1a49e5(0x170,'\x36\x69\x44\x48')+'\x73','\x44\x78\x73\x53\x6e':_0x1a49e5(0x176,'\x5a\x69\x67\x33')+'\x75\x63\x63\x65\x73\x73\x5f\x70'+_0x1a49e5(0x1ae,'\x6a\x56\x23\x76')},_0x4b437f=_0x2dfece[_0x1a49e5(0xc4,'\x72\x38\x63\x21')](String,_0x1099e9||''),_0x20c05c=_0x4b437f[_0x1a49e5(0xec,'\x79\x5e\x31\x47')+_0x1a49e5(0x201,'\x63\x21\x75\x73')](),_0x5f03e8=/\b(error|exception|fail(?:ed|ure)?)\b|错误|异常|报错|失败/i[_0x1a49e5(0x292,'\x2a\x47\x6c\x6a')](_0x20c05c);let _0x236432=[],_0x1b1def=[];try{const _0x112f49=_0x2dfece[_0x1a49e5(0x126,'\x29\x34\x41\x76')](require,_0x2dfece[_0x1a49e5(0x205,'\x36\x69\x44\x48')]);_0x236432=_0x112f49[_0x1a49e5(0x253,'\x35\x4c\x6c\x51')+'\x52\x65\x67\x65\x78'](_0x4b437f,_0x20c05c,_0x5f03e8)||[],_0x1b1def=_0x112f49[_0x1a49e5(0xc6,'\x32\x48\x36\x74')+_0x1a49e5(0x140,'\x5a\x69\x67\x33')+_0x1a49e5(0x217,'\x26\x59\x52\x6c')](_0x20c05c)||[];}catch(_0x97de0a){return[];}const _0x4fc63c=new Set();for(const _0x3714d0 of _0x236432)_0x4fc63c[_0x1a49e5(0x138,'\x79\x4b\x65\x4a')](_0x3714d0);for(const _0x3be7c4 of _0x1b1def)_0x4fc63c[_0x1a49e5(0x12b,'\x61\x74\x40\x70')](_0x3be7c4);return _0x4fc63c['\x64\x65\x6c\x65\x74\x65'](_0x2dfece[_0x1a49e5(0x1af,'\x57\x6e\x65\x70')]),Array[_0x1a49e5(0x2a3,'\x37\x37\x44\x6a')](_0x4fc63c);}const _0xec334d=-0x1*-0x1abf+0x1*0x449+0x1*-0x1efc;function _0x55fad2(_0xdf0b40){const _0x290c65=_0x1787,_0x3f9d5d={'\x47\x51\x53\x53\x6a':function(_0x191056,_0x2fc890){return _0x191056(_0x2fc890);},'\x6a\x71\x6f\x78\x44':_0x290c65(0x18f,'\x68\x39\x4b\x4b')+'\x73','\x66\x61\x5a\x6c\x79':function(_0x606b6e,_0x5ccb64){return _0x606b6e(_0x5ccb64);},'\x65\x76\x76\x51\x6e':function(_0x59d52e,_0x509571){return _0x59d52e(_0x509571);},'\x71\x79\x59\x49\x51':'\x2e\x2f\x73\x65\x6c\x65\x63\x74'+'\x6f\x72','\x4e\x49\x49\x41\x63':function(_0x906721,_0x4774c8){return _0x906721>=_0x4774c8;},'\x45\x48\x6d\x6c\x75':function(_0x243973,_0x436053){return _0x243973!==_0x436053;},'\x77\x41\x65\x79\x7a':_0x290c65(0x1ad,'\x68\x39\x4b\x4b')},_0x1bf8ed=_0x3f9d5d[_0x290c65(0x22f,'\x40\x4d\x33\x59')](_0x23a245,_0xdf0b40);let _0x3086a4=[];try{const {tokenize:_0xf2ba07}=_0x3f9d5d[_0x290c65(0x1da,'\x77\x59\x6e\x48')](require,_0x3f9d5d[_0x290c65(0x20f,'\x61\x61\x52\x6c')]),_0x3ff871=new Set();for(const _0x133edf of _0xf2ba07(_0xdf0b40)){!_0x3ff871[_0x290c65(0x15e,'\x30\x2a\x6b\x57')](_0x133edf)&&(_0x3ff871[_0x290c65(0x138,'\x79\x4b\x65\x4a')](_0x133edf),_0x3086a4[_0x290c65(0x265,'\x57\x6e\x65\x70')](_0x133edf));if(_0x3f9d5d[_0x290c65(0x1f9,'\x35\x4c\x6c\x51')](_0x3086a4[_0x290c65(0xe0,'\x49\x39\x63\x77')],_0xec334d))break;}}catch(_0x811752){if(_0x3f9d5d[_0x290c65(0x187,'\x63\x75\x41\x48')](_0x3f9d5d[_0x290c65(0x164,'\x40\x4d\x33\x59')],_0x3f9d5d[_0x290c65(0x293,'\x28\x6e\x63\x51')])){const _0x482f54=NvxAFt[_0x290c65(0x1fe,'\x32\x48\x36\x74')](_0x4a0b0f,NvxAFt[_0x290c65(0xdf,'\x30\x2a\x6b\x57')]);_0x2530db=_0x482f54['\x5f\x65\x78\x74\x72\x61\x63\x74'+_0x290c65(0x15d,'\x74\x39\x59\x4d')](_0x35acc7,_0x47bc56,_0x4f8d75)||[],_0x436e7e=_0x482f54[_0x290c65(0xf3,'\x30\x49\x5b\x24')+_0x290c65(0x203,'\x32\x48\x36\x74')+_0x290c65(0x16e,'\x72\x38\x63\x21')](_0x6c95b6)||[];}else _0x3086a4=[];}const _0x180541=new Set();for(const _0x49ed6a of _0x1bf8ed)_0x180541[_0x290c65(0xe3,'\x40\x4d\x33\x59')](_0x49ed6a);for(const _0x4439df of _0x3086a4)_0x180541[_0x290c65(0x2a4,'\x65\x59\x29\x70')](_0x4439df);return Array[_0x290c65(0xc8,'\x69\x2a\x62\x69')](_0x180541);}async function _0x857bc5(_0x12927c,_0x3136e3){const _0x6e64cc=_0x1787,_0x10c1b6={'\x62\x6b\x46\x67\x6d':_0x6e64cc(0x137,'\x44\x52\x56\x31'),'\x6a\x50\x43\x6a\x71':function(_0x41fc5b,_0x245b57){return _0x41fc5b(_0x245b57);},'\x76\x54\x4c\x4c\x63':_0x6e64cc(0x236,'\x4a\x32\x5e\x69')+_0x6e64cc(0x111,'\x53\x65\x4a\x70'),'\x70\x6f\x4a\x47\x69':_0x6e64cc(0x1fc,'\x69\x2a\x62\x69')+'\x6f\x72','\x66\x71\x57\x48\x5a':function(_0x107cb3,_0x46c9fd){return _0x107cb3===_0x46c9fd;},'\x61\x51\x66\x76\x67':function(_0x1e3e90,_0x1a1a58){return _0x1e3e90===_0x1a1a58;},'\x4d\x44\x41\x4d\x62':_0x6e64cc(0x15f,'\x61\x78\x48\x25'),'\x4c\x79\x66\x68\x6f':_0x6e64cc(0x1a3,'\x54\x37\x7a\x42'),'\x41\x77\x58\x71\x52':function(_0x1b657f,_0x23b8f6){return _0x1b657f===_0x23b8f6;},'\x77\x42\x44\x6a\x65':function(_0x35435a,_0x1fb05a){return _0x35435a!==_0x1fb05a;},'\x47\x64\x46\x4c\x78':_0x6e64cc(0x1f0,'\x73\x52\x37\x57'),'\x53\x70\x52\x47\x7a':_0x6e64cc(0x260,'\x2a\x47\x6c\x6a'),'\x73\x52\x47\x50\x51':function(_0x3763f2,_0x497ad7){return _0x3763f2!==_0x497ad7;},'\x68\x78\x6e\x4c\x6c':'\x4d\x52\x42\x55\x6e','\x55\x70\x71\x58\x76':_0x6e64cc(0xff,'\x29\x34\x41\x76'),'\x69\x57\x74\x63\x4d':function(_0x1a95e2){return _0x1a95e2();},'\x76\x54\x4d\x6a\x78':function(_0x3fff08,_0x46b9ef){return _0x3fff08!==_0x46b9ef;},'\x6f\x69\x47\x6b\x7a':'\x71\x54\x55\x53\x64','\x42\x73\x66\x50\x7a':function(_0xd443a6,_0x2e93db){return _0xd443a6!==_0x2e93db;},'\x76\x68\x62\x4e\x56':_0x6e64cc(0x143,'\x29\x34\x41\x76'),'\x58\x79\x6e\x63\x78':'\x4b\x46\x4d\x7a\x57','\x55\x77\x4a\x58\x42':function(_0x52418c,_0xaa5b48){return _0x52418c<_0xaa5b48;},'\x4d\x76\x4c\x48\x56':function(_0x47ae0f,_0x38b860){return _0x47ae0f===_0x38b860;}};let _0x1e7c24,_0x4040e9;try{_0x1e7c24=require(_0x6e64cc(0x152,'\x40\x4d\x33\x59')+_0x6e64cc(0x25e,'\x29\x34\x41\x76')),_0x4040e9=_0x10c1b6[_0x6e64cc(0x1c7,'\x54\x37\x7a\x42')](require,_0x6e64cc(0x130,'\x77\x59\x6e\x48')+_0x6e64cc(0x106,'\x65\x59\x29\x70'));}catch(_0x725951){return[];}try{if(_0x10c1b6[_0x6e64cc(0x184,'\x79\x4b\x65\x4a')](typeof _0x1e7c24[_0x6e64cc(0x28b,'\x56\x5e\x55\x61')+_0x6e64cc(0x175,'\x28\x6e\x63\x51')+'\x64'],_0x10c1b6[_0x6e64cc(0x22b,'\x51\x28\x79\x76')])&&!_0x1e7c24[_0x6e64cc(0xcf,'\x79\x4b\x65\x4a')+_0x6e64cc(0x12f,'\x49\x39\x63\x77')+'\x64']())return[];}catch(_0x38429b){}let _0x10eeae='';try{_0x10c1b6['\x61\x51\x66\x76\x67'](_0x10c1b6['\x4d\x44\x41\x4d\x62'],_0x10c1b6[_0x6e64cc(0x1e4,'\x35\x4c\x6c\x51')])?(_0x121d85=(typeof _0x1b33ac[_0x6e64cc(0xe1,'\x57\x6e\x65\x70')+'\x6c']===_0x10c1b6[_0x6e64cc(0x296,'\x73\x52\x37\x57')]?_0x8b2d69[_0x6e64cc(0x222,'\x30\x2a\x6b\x57')+'\x6c']():_0x56fdbf[_0x6e64cc(0x27c,'\x53\x65\x4a\x70')+'\x6c']())||'',_0x2615be=_0x2ad837[_0x6e64cc(0x2a1,'\x57\x6e\x65\x70')](/\/+$/,'')):(_0x10eeae=(_0x10c1b6[_0x6e64cc(0xb6,'\x67\x4a\x37\x53')](typeof _0x4040e9[_0x6e64cc(0x237,'\x4b\x5b\x28\x46')+'\x6c'],_0x10c1b6[_0x6e64cc(0x279,'\x28\x6e\x63\x51')])?_0x4040e9[_0x6e64cc(0x246,'\x44\x36\x2a\x28')+'\x6c']():_0x1e7c24[_0x6e64cc(0xfb,'\x67\x4a\x37\x53')+'\x6c']())||'',_0x10eeae=_0x10eeae[_0x6e64cc(0x1a4,'\x35\x4c\x6c\x51')](/\/+$/,''));}catch(_0x4b538b){_0x10eeae='';}if(!_0x10eeae)return[];let _0x319b75={};try{_0x319b75=_0x4040e9[_0x6e64cc(0xb9,'\x30\x2a\x6b\x57')+_0x6e64cc(0x1aa,'\x63\x21\x75\x73')]();}catch(_0x42e70f){_0x10c1b6[_0x6e64cc(0xbc,'\x34\x50\x47\x58')](_0x10c1b6[_0x6e64cc(0x19f,'\x49\x39\x63\x77')],_0x10c1b6[_0x6e64cc(0x204,'\x37\x37\x44\x6a')])?_0x319b75={}:(_0x5ada12=_0x10c1b6[_0x6e64cc(0x1c7,'\x54\x37\x7a\x42')](_0x33beb4,_0x10c1b6[_0x6e64cc(0x19d,'\x6a\x56\x23\x76')])[_0x6e64cc(0x2a2,'\x2a\x47\x6c\x6a')+'\x73']()||[],_0x1957ad=_0x4b4602(_0x10c1b6[_0x6e64cc(0xb8,'\x30\x49\x5b\x24')]));}let _0x2c0eda=[];try{_0x10c1b6[_0x6e64cc(0x1b0,'\x29\x34\x41\x76')](_0x10c1b6[_0x6e64cc(0x26f,'\x61\x78\x48\x25')],_0x10c1b6[_0x6e64cc(0x10a,'\x72\x38\x63\x21')])?_0x2c0eda=await _0x1e7c24[_0x6e64cc(0x197,'\x54\x6d\x76\x71')+'\x61\x6e\x74\x69\x63\x52\x65\x73'+'\x75\x6c\x74\x73'](_0x10eeae,_0x319b75,_0x12927c,_0x3136e3):_0x4a4c00={};}catch(_0x9a0074){return[];}if(!Array[_0x6e64cc(0x177,'\x44\x52\x56\x31')](_0x2c0eda))return[];const _0x8e1efa=_0x10c1b6['\x69\x57\x74\x63\x4d'](_0x240c29);let _0x180963='';try{_0x180963=_0x4040e9[_0x6e64cc(0x14e,'\x43\x6b\x72\x52')+'\x64']()||'';}catch(_0x4a6c70){_0x10c1b6[_0x6e64cc(0x1a2,'\x36\x52\x73\x65')](_0x10c1b6[_0x6e64cc(0x125,'\x63\x75\x41\x48')],_0x6e64cc(0x1ea,'\x73\x52\x37\x57'))?_0x180963='':_0xf3d171='';}const _0xc7c72=[];for(const _0x42c8fc of _0x2c0eda){if(_0x10c1b6[_0x6e64cc(0x1ef,'\x67\x4a\x37\x53')](_0x10c1b6[_0x6e64cc(0x229,'\x36\x69\x44\x48')],_0x10c1b6[_0x6e64cc(0x274,'\x30\x49\x5b\x24')])){if(!_0x42c8fc||typeof _0x42c8fc!==_0x6e64cc(0x1ba,'\x6a\x48\x21\x78'))continue;const _0x5d7dfc=_0x10c1b6['\x6a\x50\x43\x6a\x71'](Number,_0x42c8fc[_0x6e64cc(0x182,'\x30\x2a\x6b\x57')+_0x6e64cc(0x194,'\x42\x37\x68\x2a')+_0x6e64cc(0x26e,'\x53\x65\x4a\x70')]);if(!Number[_0x6e64cc(0x254,'\x28\x6e\x63\x51')](_0x5d7dfc)||_0x10c1b6[_0x6e64cc(0xb2,'\x42\x37\x68\x2a')](_0x5d7dfc,_0x8e1efa))continue;if(_0x180963&&_0x42c8fc[_0x6e64cc(0x1d8,'\x72\x38\x63\x21')+_0x6e64cc(0x275,'\x6a\x48\x21\x78')]&&_0x10c1b6[_0x6e64cc(0x133,'\x67\x4a\x37\x53')](_0x42c8fc[_0x6e64cc(0x213,'\x73\x52\x37\x57')+_0x6e64cc(0x1fb,'\x51\x28\x79\x76')],_0x180963))continue;const _0x3ebd60={};_0x3ebd60[_0x6e64cc(0x242,'\x74\x39\x59\x4d')]=_0x42c8fc['\x61\x73\x73\x65\x74\x5f\x69\x64']||_0x42c8fc[_0x6e64cc(0x23c,'\x67\x4a\x37\x53')]||'',_0x3ebd60[_0x6e64cc(0x15b,'\x56\x5e\x55\x61')+_0x6e64cc(0x183,'\x65\x59\x29\x70')]=_0x42c8fc[_0x6e64cc(0x281,'\x44\x36\x2a\x28')+_0x6e64cc(0x2ae,'\x67\x4a\x37\x53')]||'',_0x3ebd60[_0x6e64cc(0xc0,'\x54\x37\x7a\x42')]=_0x42c8fc['\x63\x68\x61\x69\x6e\x5f\x69\x64']||'',_0x3ebd60['\x73\x69\x6d\x69\x6c\x61\x72\x69'+'\x74\x79']=_0x5d7dfc,_0x3ebd60[_0x6e64cc(0x273,'\x36\x69\x44\x48')]=_0x42c8fc[_0x6e64cc(0x167,'\x32\x48\x36\x74')+_0x6e64cc(0x1bc,'\x37\x37\x44\x6a')]||_0x42c8fc[_0x6e64cc(0x25f,'\x34\x50\x47\x58')]||_0x42c8fc[_0x6e64cc(0x24a,'\x72\x38\x63\x21')]||'',_0x3ebd60[_0x6e64cc(0x1f7,'\x4d\x45\x4b\x39')]=_0x42c8fc[_0x6e64cc(0x10f,'\x61\x74\x40\x70')+'\x72\x79']||_0x42c8fc[_0x6e64cc(0x14f,'\x61\x61\x52\x6c')]||'',_0x3ebd60['\x6f\x72\x69\x67\x69\x6e']=_0x6e64cc(0x13e,'\x5a\x37\x53\x31'),_0xc7c72[_0x6e64cc(0x1ac,'\x44\x36\x2a\x28')](_0x3ebd60);}else _0x3fce34=_0x552382[_0x6e64cc(0x108,'\x30\x49\x5b\x24')+_0x6e64cc(0x1d0,'\x56\x5e\x55\x61')]();}return _0xc7c72;}function _0x37e7be(_0x2ca715){const _0x15afcb=_0x1787,_0x63ef13={'\x4d\x49\x4e\x70\x49':function(_0x1d3b1b,_0x1c69ac){return _0x1d3b1b===_0x1c69ac;},'\x68\x72\x65\x71\x53':_0x15afcb(0x1ce,'\x69\x2a\x62\x69'),'\x51\x69\x57\x6e\x6f':_0x15afcb(0x1cc,'\x79\x4b\x65\x4a'),'\x43\x47\x47\x52\x4e':_0x15afcb(0x227,'\x54\x37\x7a\x42'),'\x69\x7a\x56\x56\x76':function(_0x4c8a6a,_0x4056fc){return _0x4c8a6a(_0x4056fc);},'\x79\x45\x4f\x4a\x4c':_0x15afcb(0x163,'\x65\x59\x29\x70')+'\x74\x6f\x72\x65','\x51\x79\x67\x4e\x68':function(_0x286965,_0x356dfc){return _0x286965(_0x356dfc);},'\x49\x4f\x42\x4f\x75':_0x15afcb(0x14d,'\x37\x37\x44\x6a')+'\x6f\x72','\x54\x7a\x78\x70\x53':function(_0x307146,_0x393a41){return _0x307146!==_0x393a41;},'\x6d\x66\x4b\x4a\x57':_0x15afcb(0x18c,'\x49\x6d\x25\x73'),'\x5a\x57\x52\x58\x57':'\x47\x65\x6e\x65','\x45\x68\x59\x4e\x58':function(_0x3a7bd0,_0x2b4e4b){return _0x3a7bd0!==_0x2b4e4b;},'\x70\x66\x6b\x48\x6a':_0x15afcb(0x1d7,'\x35\x4c\x6c\x51'),'\x59\x4c\x62\x4c\x65':_0x15afcb(0x28e,'\x53\x65\x4a\x70'),'\x54\x76\x49\x61\x65':function(_0x35ee8c,_0x1d060f){return _0x35ee8c<_0x1d060f;},'\x79\x61\x47\x4c\x66':_0x15afcb(0x2aa,'\x5e\x29\x69\x21'),'\x41\x73\x42\x62\x67':_0x15afcb(0xfd,'\x63\x75\x41\x48'),'\x6e\x74\x77\x56\x78':_0x15afcb(0x19a,'\x44\x52\x56\x31'),'\x61\x63\x61\x71\x6b':function(_0x510ee5,_0x43b3e6){return _0x510ee5+_0x43b3e6;},'\x5a\x63\x62\x50\x46':'\x6d\x61\x74\x63\x68\x65\x73\x3a'+'\x20','\x7a\x77\x47\x4b\x75':function(_0x105ee6,_0x499784){return _0x105ee6+_0x499784;},'\x6d\x46\x45\x65\x74':function(_0x2db590,_0x2b2885){return _0x2db590*_0x2b2885;},'\x57\x6e\x4d\x4b\x62':_0x15afcb(0x196,'\x30\x49\x5b\x24')};let _0x5b6e56=[],_0x1e3188;try{_0x5b6e56=_0x63ef13['\x69\x7a\x56\x56\x76'](require,_0x63ef13[_0x15afcb(0x127,'\x51\x28\x79\x76')])[_0x15afcb(0xce,'\x77\x59\x6e\x48')+'\x73']()||[],_0x1e3188=_0x63ef13[_0x15afcb(0x24b,'\x63\x21\x75\x73')](require,_0x63ef13[_0x15afcb(0xc9,'\x6a\x48\x21\x78')]);}catch(_0x1b0682){if(_0x63ef13[_0x15afcb(0x1c8,'\x28\x6e\x63\x51')](_0x63ef13[_0x15afcb(0x155,'\x4d\x45\x4b\x39')],_0x15afcb(0xdd,'\x30\x2a\x6b\x57'))){const _0x3a26b3=_0x3feb59(_0x4d163c.env.EVOLVER_RECALL_MODE||'')[_0x15afcb(0xd1,'\x29\x34\x41\x76')+_0x15afcb(0x26b,'\x77\x59\x6e\x48')]()[_0x15afcb(0x1f6,'\x61\x78\x48\x25')]();return fuqRum['\x4d\x49\x4e\x70\x49'](_0x3a26b3,fuqRum['\x68\x72\x65\x71\x53'])||_0x3a26b3===fuqRum['\x51\x69\x57\x6e\x6f']?_0x3a26b3:fuqRum[_0x15afcb(0x193,'\x63\x75\x41\x48')];}else return[];}if(!Array['\x69\x73\x41\x72\x72\x61\x79'](_0x5b6e56)||_0x5b6e56[_0x15afcb(0xdb,'\x36\x69\x44\x48')]===-0x16a5+-0x3*-0x246+0xfd3||!_0x1e3188)return[];const _0xa65ed6=[];for(const _0x5e990b of _0x5b6e56){if(!_0x5e990b||_0x5e990b[_0x15afcb(0x228,'\x37\x37\x44\x6a')]!==_0x63ef13[_0x15afcb(0x1d9,'\x35\x4c\x6c\x51')])continue;const _0x3d6e5d=Array[_0x15afcb(0xc3,'\x6a\x56\x23\x76')](_0x5e990b[_0x15afcb(0x114,'\x44\x36\x2a\x28')+_0x15afcb(0x202,'\x6a\x48\x21\x78')])?_0x5e990b[_0x15afcb(0x1e9,'\x63\x21\x75\x73')+'\x6d\x61\x74\x63\x68']:[];let _0x24f72c=0xe*-0x220+0x12fc+0x4*0x2b1;for(const _0x984a66 of _0x3d6e5d){try{if(_0x63ef13[_0x15afcb(0x1cb,'\x29\x34\x41\x76')](_0x63ef13[_0x15afcb(0x1b2,'\x40\x4d\x33\x59')],_0x63ef13[_0x15afcb(0xea,'\x36\x69\x44\x48')])){if(_0x1e3188[_0x15afcb(0x256,'\x30\x2a\x6b\x57')+_0x15afcb(0x208,'\x43\x6b\x72\x52')+_0x15afcb(0x1f4,'\x53\x65\x4a\x70')](_0x984a66,_0x2ca715))_0x24f72c++;}else return[];}catch(_0x4983c2){}}if(_0x63ef13[_0x15afcb(0x1db,'\x63\x75\x41\x48')](_0x24f72c,-0x2*-0x106d+0x932+-0x2a0b))continue;let _0x2728de=-0x1352+-0x5*-0x653+0x1*-0xc4d;try{_0x2728de=_0x1e3188[_0x15afcb(0x219,'\x49\x39\x63\x77')+_0x15afcb(0x1e6,'\x26\x59\x52\x6c')+'\x63'](_0x5e990b,_0x2ca715)||0x5*-0x15b+-0x9c7*0x1+-0x1*-0x108e;}catch(_0x294d46){_0x2728de=-0x1*0x11d9+0x25e9+-0x1410;}let _0x4436f0=(_0x5e990b[_0x15afcb(0x22a,'\x73\x52\x37\x57')]||'')[_0x15afcb(0xed,'\x38\x31\x4c\x40')]()[_0x15afcb(0x1c6,'\x44\x36\x2a\x28')]();if(!_0x4436f0&&_0x5e990b['\x73\x74\x72\x61\x74\x65\x67\x79']&&_0x63ef13[_0x15afcb(0x1d2,'\x29\x34\x41\x76')](typeof _0x5e990b[_0x15afcb(0xd6,'\x29\x34\x41\x76')],_0x63ef13[_0x15afcb(0x16d,'\x67\x4a\x37\x53')])){const _0x4709a8=[];if(Array[_0x15afcb(0x263,'\x4b\x5b\x28\x46')](_0x5e990b[_0x15afcb(0x174,'\x72\x38\x63\x21')][_0x15afcb(0x214,'\x65\x59\x29\x70')]))_0x4709a8[_0x15afcb(0x1ac,'\x44\x36\x2a\x28')](_0x5e990b[_0x15afcb(0xb7,'\x61\x61\x52\x6c')][_0x15afcb(0xe4,'\x42\x37\x68\x2a')][_0x15afcb(0xf7,'\x38\x31\x4c\x40')](-0x28*0x94+-0x14a3+0x2bc3,0x1*-0xa1f+-0x1580+0xfd1*0x2)[_0x15afcb(0x11f,'\x38\x31\x4c\x40')]('\x3b\x20'));if(typeof _0x5e990b[_0x15afcb(0x21e,'\x79\x4b\x65\x4a')]['\x61\x70\x70\x72\x6f\x61\x63\x68']===_0x63ef13['\x41\x73\x42\x62\x67'])_0x4709a8[_0x15afcb(0x288,'\x43\x6b\x72\x52')](_0x5e990b[_0x15afcb(0xd5,'\x49\x39\x63\x77')][_0x15afcb(0x269,'\x44\x52\x56\x31')]);_0x4436f0=_0x4709a8['\x66\x69\x6c\x74\x65\x72'](Boolean)[_0x15afcb(0x195,'\x69\x2a\x62\x69')](_0x63ef13[_0x15afcb(0x162,'\x69\x36\x34\x50')])[_0x15afcb(0x1b7,'\x74\x39\x59\x4d')]();}if(!_0x4436f0){const _0x135689=_0x3d6e5d[_0x15afcb(0x168,'\x37\x37\x44\x6a')](_0x624575=>String(_0x624575)[_0x15afcb(0xf6,'\x63\x75\x41\x48')]('\x7c')[-0x1*-0xeab+0x39e*0x2+0x15*-0x10b])[_0x15afcb(0x234,'\x61\x61\x52\x6c')](_0x380c0c=>_0x380c0c&&!_0x380c0c[_0x15afcb(0x1e8,'\x54\x6d\x76\x71')+'\x74\x68']('\x2f'))['\x73\x6c\x69\x63\x65'](-0x1417+0xb2+0x1365,-0x3*0x394+-0x47*0x55+0xb71*0x3);if(_0x135689[_0x15afcb(0x105,'\x54\x37\x7a\x42')])_0x4436f0=_0x63ef13[_0x15afcb(0x245,'\x61\x61\x52\x6c')](_0x63ef13[_0x15afcb(0x285,'\x77\x59\x6e\x48')],_0x135689['\x6a\x6f\x69\x6e']('\x2c\x20'));}_0xa65ed6[_0x15afcb(0x21d,'\x5a\x37\x53\x31')]({'\x61\x73\x73\x65\x74\x5f\x69\x64':_0x5e990b[_0x15afcb(0x153,'\x5a\x37\x53\x31')]||'','\x73\x6f\x75\x72\x63\x65\x5f\x6e\x6f\x64\x65\x5f\x69\x64':_0x5e990b[_0x15afcb(0x1a5,'\x5a\x37\x53\x31')+_0x15afcb(0xfe,'\x63\x21\x75\x73')]||_0x5e990b[_0x15afcb(0x211,'\x77\x59\x6e\x48')+_0x15afcb(0xd0,'\x54\x6d\x76\x71')]||'','\x63\x68\x61\x69\x6e\x5f\x69\x64':_0x5e990b[_0x15afcb(0xb5,'\x51\x28\x79\x76')]||'','\x73\x69\x6d\x69\x6c\x61\x72\x69\x74\x79':Math[_0x15afcb(0x1a0,'\x28\x6e\x63\x51')](-0x1*0x16c3+0x1*-0x6ab+0x1*0x1d6f,_0x63ef13[_0x15afcb(0x271,'\x54\x6d\x76\x71')](_0x63ef13[_0x15afcb(0x247,'\x38\x31\x4c\x40')](0x3e*0x59+-0x378+-0x1216+0.75,_0x63ef13[_0x15afcb(0x258,'\x4d\x45\x4b\x39')](0x1e56+0xedd+-0x2d33+0.05,_0x24f72c)),(0x62*-0x1c+-0x2e*0x7f+-0x10c5*-0x2+0.1)*_0x2728de)),'\x74\x69\x74\x6c\x65':_0x5e990b['\x69\x64']||_0x5e990b[_0x15afcb(0x117,'\x38\x31\x4c\x40')+_0x15afcb(0x23b,'\x4d\x45\x4b\x39')]||'','\x73\x75\x6d\x6d\x61\x72\x79':_0x4436f0,'\x6f\x72\x69\x67\x69\x6e':_0x63ef13[_0x15afcb(0x1f5,'\x67\x4a\x37\x53')],'\x5f\x68\x69\x74\x73':_0x24f72c});}return _0xa65ed6;}function _0xafddcf(_0xceb08e){const _0x39abad=_0x1787,_0x15c76c={'\x72\x61\x4d\x57\x61':function(_0x73bcef,_0x3217e9){return _0x73bcef(_0x3217e9);},'\x54\x56\x4d\x46\x50':function(_0x1386f7,_0x4bf4b1){return _0x1386f7||_0x4bf4b1;}},_0x2af7d0=(_0xceb08e&&_0xceb08e[_0x39abad(0x13a,'\x61\x74\x40\x70')]?String(_0xceb08e[_0x39abad(0x23f,'\x40\x4d\x33\x59')]):'')[_0x39abad(0x1f6,'\x61\x78\x48\x25')](),_0x2a81c6=(_0xceb08e&&_0xceb08e[_0x39abad(0xcb,'\x57\x6e\x65\x70')]?_0x15c76c[_0x39abad(0x21f,'\x49\x6d\x25\x73')](String,_0xceb08e[_0x39abad(0x27a,'\x68\x39\x4b\x4b')]):'')['\x74\x72\x69\x6d']();return!!_0x15c76c[_0x39abad(0x128,'\x36\x69\x44\x48')](_0x2af7d0,_0x2a81c6);}function _0x76c5(){const _0x332908=['\x57\x36\x33\x63\x48\x38\x6f\x4d\x57\x51\x43\x32','\x57\x51\x31\x72\x74\x6d\x6f\x41\x57\x4f\x65\x30\x57\x35\x42\x63\x49\x61','\x57\x35\x31\x46\x6c\x6d\x6b\x77\x71\x43\x6f\x47\x76\x57\x75','\x57\x52\x44\x57\x57\x34\x70\x63\x4a\x4a\x2f\x64\x4b\x71','\x71\x71\x33\x64\x55\x38\x6b\x62\x63\x38\x6f\x39\x57\x35\x74\x64\x49\x57','\x57\x50\x4e\x63\x4c\x61\x4f\x53\x43\x71','\x68\x6d\x6b\x58\x57\x37\x4a\x64\x55\x43\x6b\x47','\x61\x68\x76\x4c\x6c\x62\x52\x63\x54\x73\x37\x63\x53\x61','\x57\x35\x4e\x63\x4a\x38\x6f\x58\x57\x51\x5a\x63\x53\x43\x6b\x66\x57\x37\x31\x62','\x72\x48\x42\x64\x48\x43\x6b\x70\x63\x6d\x6f\x39\x57\x34\x68\x64\x53\x71','\x6f\x72\x57\x74\x57\x35\x6e\x43\x57\x50\x69\x44\x6b\x71','\x6c\x38\x6b\x43\x65\x38\x6f\x76\x67\x66\x7a\x41\x57\x51\x61','\x57\x34\x33\x63\x4c\x43\x6f\x49\x57\x51\x68\x63\x54\x47','\x57\x37\x64\x64\x4d\x78\x44\x79\x69\x6d\x6f\x6f\x6a\x75\x30','\x57\x51\x65\x2b\x57\x36\x61\x4c\x68\x38\x6f\x30','\x57\x50\x33\x64\x4e\x49\x2f\x63\x47\x65\x53','\x57\x35\x66\x52\x45\x5a\x57\x48','\x57\x52\x56\x49\x47\x35\x78\x63\x47\x53\x6b\x44\x63\x43\x6b\x33\x6c\x32\x30','\x57\x37\x58\x34\x45\x57\x69\x52','\x57\x34\x42\x63\x4e\x53\x6f\x54\x57\x51\x52\x63\x53\x43\x6b\x69','\x73\x74\x39\x57\x76\x47\x37\x63\x48\x57\x4e\x63\x52\x71','\x57\x52\x4b\x50\x57\x36\x43\x56','\x46\x43\x6f\x6e\x6e\x47','\x69\x43\x6f\x6e\x57\x35\x66\x6d\x62\x47','\x6a\x67\x79\x76\x68\x53\x6f\x67\x57\x36\x75\x6a\x57\x51\x71\x30\x6c\x63\x42\x63\x4c\x47','\x41\x53\x6b\x61\x57\x35\x6a\x54\x67\x4e\x4f','\x57\x52\x2f\x63\x4c\x43\x6b\x79\x68\x43\x6b\x30','\x57\x36\x76\x5a\x57\x51\x7a\x53\x71\x6d\x6b\x31\x6e\x6d\x6f\x51','\x57\x37\x78\x49\x47\x37\x76\x35\x65\x31\x76\x64\x7a\x6d\x6f\x65','\x57\x50\x71\x78\x57\x36\x57\x6f\x64\x47','\x57\x34\x44\x7a\x65\x53\x6b\x45\x74\x43\x6f\x5a\x71\x61','\x42\x6d\x6f\x68\x6a\x6d\x6b\x4c\x79\x38\x6b\x7a\x66\x77\x53','\x57\x36\x71\x78\x57\x35\x4e\x64\x48\x38\x6b\x50\x57\x4f\x31\x66\x67\x71','\x68\x61\x34\x77\x57\x37\x42\x64\x55\x62\x65','\x57\x36\x6a\x47\x79\x62\x79\x6b','\x57\x52\x33\x64\x4e\x53\x6b\x5a\x57\x34\x4e\x63\x54\x71','\x6c\x6d\x6f\x38\x57\x37\x4c\x32\x79\x71','\x57\x50\x65\x71\x57\x35\x74\x64\x47\x31\x66\x67\x57\x51\x38\x38\x57\x34\x47\x4d\x57\x35\x6a\x2f\x57\x52\x34','\x63\x32\x64\x63\x47\x71\x79\x75\x6f\x38\x6b\x51\x57\x35\x53','\x72\x78\x47\x4f\x57\x36\x4a\x63\x49\x48\x70\x64\x55\x38\x6f\x56','\x44\x43\x6f\x41\x66\x6d\x6f\x69\x69\x32\x76\x77\x57\x50\x65','\x43\x38\x6b\x77\x57\x51\x61\x4f\x64\x47','\x57\x36\x6d\x75\x57\x36\x70\x64\x4b\x6d\x6b\x2b','\x57\x4f\x33\x64\x4b\x59\x4f','\x57\x51\x64\x64\x4a\x38\x6b\x56\x57\x36\x65','\x6f\x53\x6b\x47\x57\x37\x68\x64\x4e\x43\x6b\x6a\x66\x4c\x6d\x57','\x57\x4f\x52\x63\x4b\x47\x38\x6b\x46\x4a\x4f\x63\x57\x36\x4f','\x57\x34\x44\x66\x65\x53\x6b\x41\x71\x6d\x6f\x47\x73\x58\x47','\x43\x38\x6b\x73\x57\x52\x34\x4f\x66\x68\x65','\x57\x37\x4f\x59\x57\x34\x31\x5a\x41\x6d\x6f\x51','\x45\x64\x64\x64\x50\x38\x6b\x70\x64\x47','\x6a\x32\x5a\x63\x4e\x48\x57\x68\x6e\x53\x6b\x36','\x6d\x38\x6b\x45\x57\x4f\x64\x63\x4e\x43\x6b\x44','\x46\x53\x6f\x62\x62\x6d\x6b\x2b\x43\x43\x6b\x6f','\x68\x6d\x6f\x6a\x57\x36\x4c\x74','\x69\x38\x6b\x4c\x57\x34\x71\x44\x57\x34\x34','\x6a\x43\x6b\x47\x57\x37\x37\x64\x49\x6d\x6b\x45\x66\x47','\x57\x35\x39\x67\x6c\x62\x4e\x63\x4c\x47','\x57\x37\x4c\x56\x43\x47','\x6e\x4e\x64\x63\x4b\x62\x34\x63\x65\x53\x6b\x38\x57\x34\x30','\x72\x6d\x6b\x71\x57\x52\x46\x64\x50\x43\x6f\x79','\x69\x38\x6f\x43\x57\x37\x54\x2f\x76\x47','\x7a\x43\x6f\x4f\x43\x59\x5a\x63\x52\x61','\x6a\x38\x6b\x4f\x57\x35\x30\x38\x57\x37\x57','\x57\x50\x33\x63\x4e\x71\x69\x72\x77\x61','\x57\x52\x34\x33\x57\x36\x43\x48\x64\x47','\x77\x43\x6f\x2b\x73\x59\x2f\x63\x4a\x32\x78\x63\x48\x53\x6f\x66','\x57\x4f\x5a\x64\x4d\x43\x6f\x54\x65\x62\x31\x63\x57\x4f\x71','\x76\x78\x69\x37\x57\x36\x4b','\x69\x43\x6f\x71\x57\x35\x4c\x76\x67\x43\x6f\x64\x57\x4f\x2f\x63\x4e\x71','\x61\x43\x6b\x4f\x57\x34\x47\x41\x57\x37\x30','\x57\x37\x64\x64\x4d\x78\x31\x46\x6c\x43\x6f\x64\x6a\x68\x53','\x42\x6d\x6f\x68\x6c\x53\x6b\x4a\x42\x6d\x6b\x7a\x61\x57','\x71\x73\x48\x54\x45\x72\x6c\x63\x49\x57','\x57\x36\x6d\x71\x57\x36\x78\x64\x47\x43\x6b\x56\x57\x52\x54\x46\x66\x57','\x6d\x53\x6b\x6f\x57\x35\x30\x71\x57\x35\x65','\x66\x4b\x44\x45\x57\x51\x33\x63\x48\x38\x6f\x59','\x44\x6d\x6b\x70\x57\x52\x47\x54\x68\x57','\x57\x52\x5a\x63\x4b\x48\x38\x69\x78\x4b\x7a\x31\x57\x35\x43','\x57\x37\x33\x63\x55\x58\x64\x64\x50\x49\x65','\x73\x75\x57\x76\x57\x36\x31\x51','\x57\x36\x65\x5a\x57\x35\x62\x79','\x57\x37\x4f\x78\x57\x36\x70\x64\x4e\x71','\x57\x35\x76\x46\x64\x6d\x6b\x77\x77\x6d\x6b\x48','\x57\x4f\x42\x63\x49\x6d\x6b\x6a\x63\x6d\x6b\x32','\x57\x51\x31\x68\x57\x34\x38','\x57\x37\x42\x64\x4c\x4c\x6e\x46\x6e\x47','\x77\x6d\x6f\x47\x46\x74\x56\x63\x4b\x32\x79','\x42\x38\x6b\x70\x57\x4f\x53\x51\x61\x61','\x76\x62\x6c\x64\x48\x38\x6b\x42\x63\x57','\x57\x50\x53\x72\x57\x34\x44\x66\x57\x51\x6d','\x57\x50\x4b\x6e\x57\x34\x6d\x65\x6f\x57','\x6c\x43\x6f\x52\x70\x38\x6f\x4b\x57\x4f\x4b\x43\x70\x4e\x53','\x44\x5a\x4c\x61\x71\x6d\x6b\x68\x57\x52\x38\x52','\x76\x53\x6f\x32\x43\x61','\x57\x4f\x56\x64\x4a\x38\x6b\x4a\x57\x37\x4e\x63\x4f\x4d\x79\x57\x57\x34\x6d','\x71\x73\x52\x64\x4c\x5a\x5a\x63\x4e\x71','\x57\x35\x70\x63\x4c\x31\x54\x51\x7a\x63\x50\x33\x57\x37\x47','\x57\x34\x70\x63\x4d\x6d\x6f\x67\x57\x51\x70\x63\x50\x6d\x6b\x63\x57\x37\x7a\x44','\x57\x36\x38\x72\x74\x6d\x6b\x6d\x57\x51\x43\x62\x57\x34\x52\x63\x47\x47','\x6f\x71\x69\x79\x57\x50\x6c\x64\x4b\x61','\x57\x34\x4c\x43\x6a\x48\x52\x63\x4e\x53\x6b\x50\x7a\x32\x43','\x57\x51\x64\x63\x47\x74\x43\x6b\x78\x71','\x57\x35\x66\x69\x57\x50\x70\x63\x4e\x71\x61','\x57\x4f\x42\x63\x4c\x43\x6b\x64\x63\x47','\x57\x36\x6e\x6f\x57\x52\x74\x63\x51\x64\x79','\x57\x35\x48\x68\x57\x50\x62\x75\x57\x34\x33\x63\x4a\x6d\x6b\x51\x45\x57','\x57\x35\x76\x69\x67\x57','\x6a\x4d\x79\x76\x68\x43\x6f\x62\x57\x36\x39\x35\x57\x4f\x75\x4b\x6b\x72\x68\x63\x54\x53\x6f\x69','\x71\x38\x6f\x37\x79\x64\x64\x63\x4e\x57','\x57\x4f\x31\x68\x57\x50\x31\x4d\x57\x52\x6a\x69\x6f\x38\x6b\x56','\x57\x4f\x74\x64\x4b\x38\x6f\x50\x6d\x62\x44\x6e\x57\x4f\x75\x6e','\x45\x6d\x6f\x61\x69\x43\x6f\x76\x6a\x67\x62\x6f\x57\x50\x65','\x6b\x61\x4a\x64\x50\x71','\x66\x59\x61\x4b','\x57\x51\x70\x64\x4d\x43\x6f\x33\x64\x48\x7a\x76\x57\x4f\x71\x39','\x78\x47\x35\x52\x71\x38\x6b\x68','\x57\x52\x39\x58\x57\x35\x42\x63\x4a\x49\x74\x64\x4b\x6d\x6b\x56\x72\x61','\x75\x57\x78\x64\x4e\x53\x6b\x6d\x62\x61','\x71\x43\x6b\x37\x57\x34\x53\x55\x57\x36\x4a\x64\x4f\x65\x75','\x66\x38\x6f\x46\x57\x37\x4c\x63\x76\x6d\x6b\x4b\x57\x4f\x42\x64\x48\x71','\x57\x4f\x39\x54\x57\x37\x46\x63\x54\x64\x4b','\x43\x74\x48\x69\x78\x6d\x6b\x62\x57\x51\x34\x37\x57\x51\x53','\x57\x35\x6a\x78\x57\x50\x62\x71\x57\x34\x33\x63\x4a\x71','\x66\x43\x6f\x44\x57\x34\x6a\x64\x7a\x61','\x73\x74\x39\x57\x75\x58\x52\x63\x4e\x72\x78\x63\x53\x71','\x70\x38\x6b\x65\x57\x37\x37\x64\x48\x6d\x6b\x44','\x57\x51\x44\x78\x71\x43\x6f\x6b\x57\x51\x6d\x4a','\x78\x77\x61\x47\x57\x50\x4e\x64\x4d\x4a\x71\x32\x7a\x57','\x57\x52\x6c\x63\x48\x63\x30\x56\x78\x30\x54\x4b\x57\x37\x53','\x6e\x53\x6b\x4e\x57\x36\x44\x5a\x74\x53\x6b\x6c\x66\x47','\x6b\x6d\x6b\x32\x57\x36\x70\x64\x49\x53\x6b\x45\x69\x78\x69\x48','\x57\x35\x44\x31\x57\x4f\x42\x63\x47\x47\x34','\x6d\x53\x6b\x67\x6f\x53\x6f\x75\x6c\x31\x39\x68\x57\x50\x75','\x69\x71\x37\x64\x54\x61\x43\x37\x57\x50\x47\x43\x57\x37\x4b','\x45\x6d\x6f\x65\x6d\x38\x6f\x42\x6a\x57','\x57\x51\x4e\x64\x4a\x77\x46\x64\x4e\x6d\x6b\x69','\x67\x53\x6f\x6a\x57\x36\x72\x61\x76\x6d\x6b\x74','\x57\x4f\x5a\x63\x4d\x71\x39\x49\x45\x59\x4f\x2b\x57\x37\x43','\x57\x50\x37\x63\x4e\x48\x57\x53\x41\x4a\x71\x4b','\x57\x51\x72\x71\x73\x38\x6f\x72\x57\x52\x71\x59\x57\x35\x30','\x62\x66\x64\x63\x48\x53\x6f\x44\x74\x43\x6b\x47\x57\x50\x37\x64\x52\x6d\x6b\x30\x44\x63\x68\x64\x4c\x38\x6f\x74','\x74\x43\x6b\x38\x57\x50\x68\x64\x53\x38\x6f\x55\x57\x4f\x7a\x5a\x6e\x71','\x64\x48\x78\x63\x51\x71\x57\x75','\x70\x53\x6b\x55\x6b\x6d\x6f\x5a\x57\x50\x47','\x57\x37\x35\x4f\x7a\x57','\x71\x49\x5a\x64\x54\x58\x37\x63\x4f\x47','\x57\x37\x42\x63\x4f\x6d\x6f\x77\x57\x4f\x57\x65\x57\x4f\x53\x52\x42\x57','\x57\x37\x47\x6e\x57\x36\x47','\x57\x4f\x64\x64\x48\x4a\x68\x63\x54\x76\x79','\x57\x4f\x75\x67\x6c\x47\x78\x63\x49\x43\x6b\x66\x46\x76\x34','\x41\x38\x6f\x4f\x6e\x38\x6f\x79\x6e\x57','\x66\x59\x58\x36\x57\x52\x33\x64\x4c\x75\x70\x64\x4b\x53\x6f\x4d\x57\x4f\x4a\x64\x49\x38\x6b\x6c\x6a\x71','\x57\x37\x74\x63\x50\x43\x6f\x68\x57\x52\x61\x66\x57\x52\x38','\x68\x5a\x64\x63\x51\x74\x75\x6f\x57\x51\x72\x4d\x57\x37\x69','\x68\x49\x34\x4a','\x74\x58\x46\x64\x56\x6d\x6b\x41\x6f\x47','\x67\x31\x6a\x65\x57\x36\x52\x63\x4d\x53\x6f\x55\x57\x51\x74\x64\x56\x47','\x57\x51\x61\x59\x57\x36\x61','\x57\x50\x50\x63\x57\x37\x39\x46\x57\x4f\x75','\x57\x50\x74\x63\x4c\x4a\x57\x6f\x42\x71','\x66\x43\x6f\x64\x57\x37\x48\x63','\x62\x47\x53\x4e\x57\x50\x42\x64\x48\x71','\x57\x36\x6e\x30\x57\x37\x30\x52\x64\x6d\x6f\x59\x46\x53\x6b\x56','\x43\x6d\x6f\x67\x6d\x43\x6f\x61\x69\x73\x61\x63\x57\x4f\x65','\x57\x50\x78\x63\x4e\x43\x6b\x32\x57\x37\x37\x63\x55\x67\x58\x49\x57\x35\x38','\x70\x6d\x6b\x77\x57\x35\x75\x61\x57\x36\x61','\x62\x43\x6f\x79\x57\x37\x48\x67\x76\x6d\x6b\x45\x57\x4f\x4a\x64\x4b\x47','\x45\x5a\x72\x4a\x71\x43\x6b\x75\x57\x52\x34\x49\x57\x51\x30','\x57\x50\x56\x64\x49\x6d\x6f\x56\x67\x58\x76\x63\x57\x52\x38\x44','\x57\x35\x44\x62\x57\x52\x39\x66\x57\x34\x56\x63\x48\x6d\x6b\x38','\x57\x51\x68\x64\x4e\x58\x42\x63\x54\x53\x6b\x2f\x45\x71\x71\x7a','\x57\x35\x72\x74\x75\x63\x57\x52','\x57\x52\x50\x68\x57\x34\x39\x4d\x57\x52\x6a\x72\x6b\x43\x6b\x2b','\x57\x52\x64\x63\x4c\x62\x71\x35\x75\x71','\x6e\x62\x4a\x64\x56\x58\x79','\x77\x59\x4c\x67\x76\x72\x61','\x67\x43\x6b\x55\x57\x35\x38\x78\x57\x37\x74\x64\x54\x67\x64\x63\x56\x47','\x7a\x38\x6f\x2b\x74\x62\x4a\x63\x56\x71','\x72\x62\x54\x61\x74\x6d\x6b\x46','\x57\x34\x58\x70\x57\x4f\x33\x63\x4c\x61\x79\x62','\x57\x34\x4c\x36\x43\x72\x43\x6f\x64\x6d\x6b\x6b\x57\x37\x34','\x57\x34\x72\x6e\x6b\x49\x4e\x63\x4b\x38\x6b\x65','\x57\x35\x6a\x44\x6b\x6d\x6b\x37\x44\x47','\x57\x50\x69\x48\x57\x37\x54\x4e','\x62\x43\x6f\x47\x57\x34\x6e\x70\x65\x71','\x72\x43\x6b\x55\x57\x51\x65\x54\x64\x57','\x77\x43\x6b\x56\x57\x4f\x65\x5a\x68\x57','\x6c\x43\x6b\x33\x57\x37\x2f\x64\x4e\x38\x6b\x41\x67\x33\x38','\x57\x52\x64\x64\x4d\x6d\x6b\x4c\x57\x36\x78\x63\x54\x77\x7a\x30','\x43\x38\x6f\x72\x62\x53\x6b\x54\x79\x61','\x6d\x53\x6b\x4a\x57\x35\x6d\x57\x57\x35\x79','\x57\x36\x68\x63\x4a\x38\x6f\x59\x57\x52\x37\x64\x50\x74\x53\x4c\x57\x50\x69\x44\x76\x53\x6f\x31\x57\x52\x33\x63\x4e\x57','\x74\x4d\x47\x65\x57\x36\x50\x42','\x6f\x31\x79\x36\x57\x34\x48\x53\x57\x51\x69\x45\x77\x71','\x72\x68\x34\x39\x57\x35\x4a\x63\x47\x57\x6c\x64\x4f\x71','\x57\x37\x4c\x6a\x57\x50\x31\x4b\x57\x51\x6a\x46\x6a\x6d\x6b\x4a','\x77\x71\x56\x64\x47\x38\x6b\x78\x69\x71','\x71\x38\x6b\x48\x57\x4f\x53\x74\x6e\x61','\x6d\x43\x6f\x4d\x57\x34\x44\x76\x67\x6d\x6f\x6c\x57\x50\x68\x63\x4c\x71','\x65\x65\x31\x7a\x57\x51\x71','\x6f\x67\x52\x63\x4d\x48\x6d\x6b','\x57\x52\x35\x58\x57\x35\x6c\x63\x53\x4a\x37\x64\x50\x53\x6b\x50\x73\x61','\x6c\x43\x6b\x6e\x57\x36\x48\x2f\x71\x43\x6b\x44','\x44\x6d\x6f\x65\x63\x6d\x6f\x4a\x6f\x47','\x57\x50\x37\x49\x47\x6b\x42\x64\x4e\x47','\x57\x37\x6e\x66\x57\x50\x2f\x63\x4d\x4a\x6d','\x46\x6d\x6f\x41\x62\x38\x6b\x36\x7a\x6d\x6b\x7a\x61\x57','\x57\x51\x6c\x64\x51\x43\x6b\x6b\x57\x34\x64\x63\x53\x47','\x72\x4b\x53\x78\x57\x37\x42\x64\x53\x30\x4a\x64\x47\x31\x71','\x57\x36\x33\x63\x4e\x38\x6f\x66\x57\x4f\x68\x63\x56\x71','\x46\x5a\x35\x69','\x78\x32\x38\x47\x57\x50\x78\x64\x4d\x33\x65','\x57\x34\x4e\x63\x48\x57\x78\x64\x4c\x74\x4f','\x65\x43\x6b\x6b\x57\x37\x4a\x64\x50\x6d\x6b\x42','\x41\x38\x6b\x61\x57\x34\x6e\x5a\x67\x68\x68\x63\x54\x61','\x6d\x58\x6c\x64\x53\x48\x61\x53\x57\x51\x69\x51\x57\x37\x6d','\x57\x36\x4b\x4d\x57\x50\x46\x64\x4f\x4d\x46\x63\x4a\x43\x6f\x30\x71\x74\x4e\x63\x55\x74\x56\x64\x56\x72\x4f','\x61\x63\x6d\x36\x57\x50\x2f\x64\x4b\x57','\x57\x4f\x68\x63\x4a\x53\x6b\x6e\x63\x43\x6b\x37\x65\x61\x75','\x7a\x4a\x48\x31\x77\x38\x6b\x68\x57\x52\x75\x47\x57\x51\x38','\x57\x35\x30\x5a\x57\x34\x4c\x69\x7a\x6d\x6f\x38\x79\x57','\x6f\x43\x6b\x50\x57\x36\x4e\x64\x48\x53\x6b\x65\x67\x74\x75','\x57\x37\x70\x64\x48\x77\x4c\x7a','\x72\x58\x71\x4a\x57\x37\x62\x55','\x57\x52\x4a\x64\x4e\x6d\x6b\x59\x57\x36\x4e\x63\x53\x68\x79','\x41\x49\x6a\x33\x74\x72\x75','\x72\x4a\x64\x64\x53\x6d\x6b\x2b\x6c\x71','\x43\x53\x6f\x6b\x6c\x43\x6b\x59\x44\x57','\x42\x6d\x6f\x70\x6f\x43\x6f\x50\x6a\x57','\x43\x53\x6f\x62\x6a\x43\x6b\x62\x79\x57','\x57\x4f\x4a\x64\x4e\x58\x64\x63\x52\x33\x43','\x76\x61\x31\x79\x57\x52\x2f\x63\x4b\x43\x6f\x6a\x57\x37\x52\x63\x56\x57','\x43\x62\x50\x6a\x7a\x6d\x6b\x42','\x67\x6d\x6b\x35\x6a\x53\x6f\x37','\x77\x38\x6b\x31\x57\x4f\x56\x64\x53\x38\x6f\x4f\x57\x34\x6e\x6e\x6b\x57','\x77\x38\x6f\x6d\x70\x6d\x6f\x65','\x63\x43\x6b\x50\x57\x52\x4e\x63\x56\x6d\x6b\x35\x57\x34\x43','\x57\x52\x68\x64\x4d\x59\x4a\x63\x4c\x30\x54\x76\x45\x57\x30','\x62\x59\x6d\x32','\x45\x72\x68\x63\x47\x64\x52\x63\x56\x32\x6e\x74\x66\x71','\x62\x38\x6f\x6e\x57\x35\x58\x51\x70\x57','\x41\x38\x6f\x66\x57\x35\x62\x2b\x63\x78\x70\x63\x53\x33\x6d','\x72\x77\x38\x4d\x57\x37\x5a\x63\x4c\x48\x2f\x64\x53\x71','\x57\x52\x64\x64\x49\x4c\x2f\x64\x56\x43\x6f\x58\x70\x49\x61\x6e','\x57\x52\x76\x78\x71\x53\x6f\x71\x57\x52\x75','\x62\x74\x42\x63\x52\x63\x69\x7a\x57\x4f\x38','\x57\x37\x71\x4c\x57\x35\x54\x6a\x44\x43\x6f\x72\x45\x43\x6b\x52','\x42\x53\x6f\x58\x69\x6d\x6b\x5a\x71\x61','\x57\x37\x46\x64\x47\x4e\x6e\x43','\x69\x38\x6b\x76\x57\x35\x70\x64\x48\x43\x6b\x42','\x72\x49\x31\x45\x78\x38\x6b\x4d','\x57\x4f\x34\x58\x57\x36\x7a\x4f\x57\x50\x56\x63\x52\x57','\x57\x52\x78\x64\x52\x53\x6f\x64\x57\x50\x57\x46\x57\x52\x34\x2b\x77\x61','\x43\x61\x52\x64\x52\x53\x6b\x47\x6a\x61','\x57\x35\x66\x63\x67\x43\x6b\x43\x78\x53\x6f\x49\x78\x61','\x67\x63\x50\x35\x57\x52\x2f\x64\x4e\x4b\x56\x63\x52\x43\x6f\x70\x57\x4f\x70\x64\x48\x43\x6b\x6b\x66\x32\x4b','\x63\x75\x50\x72\x57\x51\x37\x63\x4e\x6d\x6f\x54','\x57\x4f\x37\x64\x4c\x43\x6f\x49\x64\x72\x58\x76','\x44\x53\x6b\x32\x57\x4f\x78\x64\x50\x43\x6f\x4f\x57\x50\x66\x46','\x57\x4f\x74\x63\x47\x53\x6b\x79\x64\x53\x6b\x38\x62\x76\x42\x64\x4f\x71','\x45\x63\x56\x64\x55\x43\x6b\x45\x6e\x71','\x62\x59\x4f\x52\x57\x4f\x47','\x57\x51\x78\x64\x48\x32\x56\x64\x53\x38\x6b\x58\x45\x58\x69','\x62\x43\x6f\x7a\x57\x36\x44\x6b\x71\x43\x6b\x6a\x57\x50\x79','\x57\x52\x58\x39\x57\x35\x78\x63\x50\x74\x2f\x64\x4d\x43\x6b\x47\x71\x61','\x75\x43\x6b\x6c\x57\x34\x7a\x51\x70\x47','\x62\x43\x6f\x64\x57\x37\x39\x76\x71\x38\x6b\x45\x57\x52\x64\x64\x48\x71','\x71\x38\x6b\x59\x57\x36\x66\x68\x6c\x47','\x57\x51\x72\x69\x77\x38\x6f\x56\x57\x51\x47','\x76\x6d\x6b\x71\x57\x4f\x75\x47\x68\x57','\x57\x36\x43\x5a\x57\x34\x54\x6e\x42\x43\x6f\x49\x6b\x47','\x6d\x38\x6b\x62\x71\x38\x6f\x55','\x57\x50\x5a\x64\x4c\x5a\x42\x63\x4a\x30\x39\x65\x43\x61','\x70\x6d\x6b\x52\x57\x37\x56\x64\x47\x43\x6b\x66\x63\x78\x75','\x6e\x38\x6b\x30\x57\x35\x54\x6c\x42\x71','\x57\x34\x57\x73\x57\x50\x31\x77\x57\x34\x4e\x63\x48\x6d\x6b\x4e\x46\x61','\x45\x61\x74\x64\x4b\x57','\x57\x36\x6a\x4d\x72\x57\x34\x44\x63\x38\x6b\x71\x57\x37\x61','\x76\x43\x6b\x43\x57\x35\x76\x33\x66\x47','\x62\x53\x6b\x50\x57\x35\x4b\x73\x57\x52\x4a\x64\x49\x4e\x74\x63\x51\x61','\x42\x33\x4f\x33\x57\x34\x50\x4f\x57\x51\x79\x72\x66\x61','\x57\x36\x56\x63\x56\x67\x4a\x64\x4a\x73\x46\x64\x52\x58\x78\x64\x4a\x61','\x57\x51\x54\x47\x57\x34\x46\x63\x4f\x59\x6c\x64\x48\x53\x6b\x42\x74\x61','\x57\x36\x79\x2f\x57\x34\x39\x63\x79\x6d\x6f\x49\x79\x38\x6b\x71','\x57\x34\x58\x63\x57\x50\x6c\x63\x4c\x63\x57','\x57\x36\x65\x35\x57\x37\x54\x79\x43\x38\x6f\x4e\x46\x53\x6b\x4f','\x74\x6d\x6b\x32\x57\x4f\x46\x64\x4f\x6d\x6f\x48\x57\x4f\x39\x51\x6e\x61','\x57\x37\x69\x33\x57\x34\x35\x35\x44\x47','\x78\x53\x6b\x51\x57\x35\x6a\x35\x6d\x61','\x57\x51\x2f\x63\x48\x62\x30\x73\x43\x71','\x57\x36\x58\x35\x57\x50\x70\x63\x4f\x57\x6d','\x41\x53\x6f\x67\x6e\x38\x6b\x49\x46\x43\x6b\x69','\x65\x53\x6b\x51\x57\x51\x64\x63\x53\x53\x6b\x66\x57\x34\x66\x75\x43\x47','\x65\x53\x6f\x6a\x57\x36\x54\x64\x74\x6d\x6b\x73\x57\x4f\x68\x64\x4a\x47','\x72\x4e\x6d\x4f\x57\x36\x64\x63\x4c\x71','\x57\x52\x52\x63\x4d\x74\x79\x6a\x41\x71','\x7a\x62\x46\x64\x49\x73\x6d','\x57\x52\x46\x64\x4e\x4b\x68\x64\x55\x38\x6b\x2b\x42\x62\x47','\x72\x49\x39\x4d\x71\x71\x4a\x63\x47\x64\x68\x63\x56\x47','\x76\x38\x6b\x53\x57\x37\x50\x45\x67\x47','\x57\x37\x46\x64\x4e\x30\x4c\x66\x70\x53\x6f\x67\x6f\x75\x6d','\x57\x4f\x30\x57\x57\x36\x31\x71\x57\x4f\x42\x63\x4f\x57','\x76\x61\x31\x64\x57\x51\x2f\x63\x4e\x38\x6f\x2f\x57\x37\x5a\x63\x51\x47','\x69\x48\x56\x63\x4c\x62\x61\x6b','\x6b\x57\x4e\x63\x4c\x72\x71\x71','\x6a\x32\x52\x63\x49\x57\x79','\x44\x48\x66\x50\x57\x34\x58\x51\x57\x52\x76\x46\x75\x57','\x57\x37\x71\x4c\x57\x34\x30','\x63\x38\x6b\x51\x57\x51\x46\x63\x55\x53\x6b\x59','\x6a\x5a\x33\x63\x56\x5a\x61\x76\x57\x4f\x4c\x32\x57\x34\x47','\x69\x64\x38\x62\x57\x52\x56\x64\x4a\x61','\x57\x51\x75\x69\x57\x34\x38\x6a\x68\x71','\x57\x4f\x79\x49\x57\x37\x62\x77\x57\x52\x4f','\x78\x43\x6f\x39\x46\x74\x69','\x57\x51\x68\x63\x48\x63\x53\x70\x7a\x65\x62\x73\x57\x35\x53','\x57\x37\x31\x6c\x42\x4a\x75\x41','\x57\x52\x37\x64\x50\x78\x4a\x64\x52\x6d\x6b\x71','\x57\x52\x44\x4d\x57\x34\x2f\x63\x54\x4a\x2f\x64\x4d\x57','\x57\x51\x78\x64\x4d\x66\x2f\x64\x53\x38\x6b\x52\x71\x71\x47\x6e','\x45\x72\x57\x4e\x57\x34\x7a\x2f\x57\x51\x71','\x7a\x58\x4f\x48','\x6e\x6d\x6b\x52\x57\x35\x6e\x78\x46\x47','\x75\x5a\x4f\x79\x57\x34\x48\x46','\x57\x51\x62\x6c\x77\x43\x6f\x77\x57\x51\x4b\x4a\x57\x36\x46\x63\x47\x57','\x72\x62\x47\x6c\x57\x34\x6e\x6f','\x57\x35\x7a\x6f\x57\x50\x6c\x63\x47\x57\x79\x71\x57\x34\x43\x46','\x57\x35\x48\x44\x6b\x47\x42\x63\x49\x71','\x57\x37\x57\x34\x57\x34\x6a\x6a\x79\x53\x6f\x36','\x69\x6d\x6b\x49\x57\x35\x6c\x64\x48\x53\x6b\x63','\x41\x75\x79\x47\x57\x34\x69','\x57\x34\x37\x63\x4a\x43\x6f\x37\x57\x50\x74\x63\x4b\x61','\x57\x35\x4e\x63\x4d\x6d\x6f\x53\x57\x52\x2f\x63\x4f\x6d\x6b\x4e\x57\x37\x39\x77','\x57\x4f\x5a\x64\x4a\x53\x6f\x48\x63\x71\x4c\x63\x57\x4f\x71','\x46\x4a\x35\x73\x76\x53\x6b\x4f','\x57\x52\x46\x64\x48\x66\x4e\x64\x50\x6d\x6b\x38\x45\x5a\x34\x68','\x6d\x61\x4a\x64\x54\x61\x4f','\x57\x34\x44\x79\x64\x43\x6b\x73\x77\x6d\x6f\x4b\x78\x47\x47','\x62\x38\x6b\x47\x57\x37\x65\x48\x57\x37\x4b','\x6f\x53\x6b\x50\x57\x37\x4e\x64\x4a\x6d\x6b\x70','\x57\x50\x56\x64\x4c\x6d\x6f\x56\x68\x72\x7a\x71','\x57\x37\x66\x53\x79\x64\x69\x41\x61\x6d\x6b\x52\x57\x36\x75','\x57\x34\x70\x63\x4c\x43\x6f\x50\x57\x51\x4a\x63\x50\x53\x6b\x75','\x72\x64\x39\x4e\x41\x49\x74\x63\x4c\x4a\x74\x63\x56\x47','\x45\x6d\x6b\x76\x57\x34\x43\x2f\x65\x67\x42\x64\x51\x4a\x4f','\x78\x53\x6f\x34\x46\x53\x6b\x56\x57\x35\x44\x6c\x46\x63\x68\x64\x4b\x63\x38\x6b\x57\x37\x4c\x61','\x6a\x53\x6b\x4a\x57\x37\x79','\x62\x5a\x79\x4a\x57\x50\x4b','\x57\x52\x53\x5a\x57\x36\x57\x6d\x70\x71','\x57\x35\x7a\x75\x57\x4f\x52\x63\x4e\x61\x71\x68\x57\x36\x65','\x57\x4f\x61\x2f\x57\x34\x35\x4f\x57\x4f\x69','\x57\x36\x33\x64\x4e\x32\x30','\x78\x67\x75\x30\x57\x34\x72\x4a','\x57\x52\x68\x63\x48\x64\x47\x66\x78\x65\x7a\x56\x57\x35\x43','\x45\x53\x6f\x69\x63\x6d\x6f\x6e\x6e\x61','\x74\x53\x6b\x4d\x57\x50\x46\x64\x51\x71','\x75\x38\x6f\x4b\x67\x6d\x6f\x79\x64\x57','\x57\x35\x69\x5a\x57\x34\x7a\x6a','\x74\x59\x4c\x33\x45\x57\x2f\x63\x55\x4a\x78\x63\x55\x57','\x69\x38\x6b\x37\x57\x36\x7a\x51\x73\x53\x6b\x6c','\x43\x43\x6f\x70\x62\x53\x6b\x52\x45\x6d\x6b\x70\x6e\x31\x30','\x68\x47\x65\x65\x57\x36\x5a\x64\x50\x4c\x74\x63\x4c\x32\x75','\x57\x36\x46\x64\x4e\x68\x56\x63\x50\x38\x6f\x30\x57\x35\x66\x4d\x45\x71','\x71\x67\x34\x36\x57\x36\x4e\x63\x4b\x49\x78\x64\x56\x6d\x6f\x55','\x6d\x67\x64\x63\x4d\x48\x53\x63\x70\x38\x6b\x54','\x7a\x38\x6b\x64\x57\x52\x47\x6d\x65\x33\x4a\x63\x49\x6d\x6b\x53','\x57\x52\x64\x64\x48\x30\x4b','\x57\x4f\x5a\x63\x48\x61\x47\x4e\x46\x58\x65\x5a','\x57\x52\x74\x64\x4e\x4c\x2f\x64\x56\x47','\x6f\x38\x6f\x6b\x57\x37\x6a\x76\x67\x38\x6f\x6c\x57\x4f\x4e\x63\x4b\x71','\x41\x6d\x6f\x61\x6a\x53\x6f\x6e\x6b\x61','\x77\x43\x6f\x4d\x46\x74\x2f\x63\x50\x77\x64\x63\x47\x53\x6f\x64','\x57\x34\x54\x72\x57\x50\x6c\x63\x4b\x57\x4b\x43\x57\x36\x53\x7a','\x64\x43\x6b\x34\x70\x6d\x6f\x5a\x57\x50\x71\x53\x6a\x74\x38','\x57\x36\x56\x63\x53\x38\x6f\x6e\x57\x4f\x69\x43\x57\x51\x38','\x61\x63\x79\x2b\x57\x50\x78\x64\x4d\x4a\x61\x4e\x45\x47','\x6a\x6d\x6b\x58\x57\x36\x54\x56\x72\x61','\x57\x36\x74\x64\x4c\x77\x35\x35\x6f\x43\x6f\x6e\x61\x4c\x79','\x57\x36\x4f\x70\x57\x34\x33\x64\x55\x6d\x6b\x55','\x6a\x43\x6b\x46\x57\x35\x56\x64\x4e\x53\x6b\x57','\x57\x36\x61\x6e\x57\x37\x4e\x64\x4d\x57','\x67\x6d\x6f\x6e\x57\x36\x44\x63','\x57\x34\x71\x56\x57\x34\x39\x49\x41\x71','\x57\x37\x42\x63\x4d\x30\x33\x64\x4a\x53\x6b\x50\x42\x59\x4f\x57','\x42\x6d\x6f\x62\x62\x43\x6b\x56\x45\x38\x6b\x6a\x65\x32\x75','\x6a\x6d\x6b\x48\x57\x37\x4c\x37\x77\x38\x6b\x4d\x62\x4d\x4b','\x57\x35\x57\x30\x57\x51\x47\x4e\x57\x4f\x64\x63\x54\x43\x6b\x62\x57\x35\x4f','\x6c\x43\x6f\x50\x57\x37\x58\x69\x74\x6d\x6b\x6e\x57\x4f\x52\x64\x4d\x71','\x57\x37\x70\x64\x4b\x67\x6c\x63\x48\x53\x6f\x54\x57\x35\x6a\x62\x79\x47','\x62\x43\x6b\x48\x6a\x77\x78\x64\x4a\x74\x64\x64\x4d\x38\x6f\x45\x70\x53\x6b\x55\x61\x43\x6b\x6c\x75\x61','\x72\x53\x6b\x61\x57\x34\x54\x52\x63\x33\x70\x63\x53\x4d\x34','\x45\x59\x72\x47\x72\x53\x6b\x42\x57\x52\x75\x36\x57\x51\x30','\x57\x52\x78\x64\x4a\x53\x6b\x31\x57\x36\x4e\x63\x50\x76\x58\x35\x57\x50\x53','\x57\x37\x54\x4f\x79\x62\x4b\x68\x6d\x53\x6b\x46\x57\x36\x6d','\x57\x51\x65\x30\x57\x36\x30\x4a\x62\x38\x6b\x57\x70\x38\x6b\x32','\x57\x51\x4e\x64\x52\x77\x4e\x64\x53\x38\x6b\x52','\x57\x50\x57\x77\x57\x35\x46\x64\x47\x4c\x31\x65\x57\x51\x61\x30\x57\x35\x6d\x54\x57\x36\x72\x54\x57\x51\x4f','\x57\x34\x35\x44\x44\x76\x42\x63\x4d\x53\x6b\x68\x42\x68\x30','\x57\x37\x4c\x53\x57\x52\x31\x58\x77\x38\x6b\x4f\x42\x53\x6b\x32\x57\x37\x4e\x63\x56\x5a\x4b\x30','\x57\x34\x4a\x64\x4e\x68\x54\x50\x6a\x47','\x57\x34\x74\x63\x49\x38\x6f\x32\x57\x51\x2f\x63\x51\x43\x6b\x6a\x57\x36\x4c\x71','\x72\x57\x68\x64\x4e\x57','\x57\x37\x78\x63\x52\x43\x6f\x39\x57\x50\x53\x66\x57\x51\x38\x4d\x46\x47','\x57\x50\x56\x63\x56\x38\x6b\x46\x61\x53\x6b\x4f','\x6d\x43\x6f\x44\x57\x36\x48\x56\x43\x57','\x57\x36\x58\x2f\x67\x53\x6b\x37\x72\x71','\x57\x36\x4e\x64\x49\x4b\x37\x63\x4e\x43\x6f\x5a\x57\x35\x6a\x6b','\x57\x4f\x74\x63\x48\x64\x30\x52\x7a\x74\x65\x4a\x57\x37\x30','\x78\x49\x39\x33\x44\x47','\x6d\x43\x6b\x39\x57\x34\x58\x33\x76\x38\x6b\x43\x63\x57','\x42\x6d\x6b\x64\x57\x51\x69\x4d\x64\x4e\x34','\x57\x4f\x76\x61\x57\x34\x46\x63\x47\x72\x61\x78\x57\x37\x71\x79','\x57\x35\x39\x63\x57\x4f\x35\x66\x57\x35\x42\x63\x48\x6d\x6b\x4d\x46\x71','\x70\x43\x6b\x6f\x57\x51\x78\x63\x54\x53\x6b\x32\x57\x34\x76\x75\x79\x57','\x57\x51\x62\x6e\x73\x61','\x73\x53\x6b\x32\x57\x50\x42\x64\x52\x38\x6f\x7a\x57\x4f\x58\x2f\x6d\x47','\x77\x4a\x76\x69\x43\x71\x5a\x63\x47\x63\x37\x63\x4e\x61','\x75\x33\x71\x39\x57\x37\x75','\x45\x62\x33\x64\x4a\x47\x6c\x63\x55\x57','\x57\x50\x79\x4d\x57\x36\x66\x49','\x57\x52\x4c\x33\x57\x34\x46\x63\x4f\x64\x30','\x76\x65\x53\x67\x57\x37\x42\x64\x53\x76\x74\x63\x48\x57','\x57\x52\x4b\x59\x57\x37\x4f\x55\x64\x47','\x64\x68\x5a\x63\x4c\x58\x65\x45','\x63\x43\x6b\x56\x57\x52\x42\x63\x48\x53\x6b\x5a\x57\x35\x43','\x57\x35\x50\x4f\x57\x50\x44\x2f\x57\x36\x57','\x57\x37\x4b\x5a\x57\x34\x7a\x6c\x44\x43\x6f\x4d','\x42\x38\x6b\x4b\x57\x35\x31\x30\x64\x47','\x43\x64\x58\x47\x73\x6d\x6b\x79','\x7a\x47\x57\x4b\x57\x34\x58\x51\x57\x52\x34\x67','\x72\x49\x4e\x64\x48\x49\x33\x63\x56\x71','\x72\x4e\x47\x39\x57\x34\x74\x63\x4b\x58\x4a\x64\x47\x6d\x6f\x34','\x57\x50\x52\x64\x49\x43\x6f\x47\x6d\x62\x30','\x57\x37\x34\x78\x57\x37\x30','\x57\x36\x75\x4a\x57\x35\x54\x65','\x6f\x73\x78\x64\x4a\x71\x4f\x7a','\x57\x37\x64\x64\x4e\x32\x39\x64\x6c\x38\x6f\x6b\x63\x65\x4f','\x78\x59\x76\x75\x76\x43\x6b\x42','\x57\x35\x37\x63\x4f\x64\x56\x64\x4d\x4a\x42\x64\x48\x71\x2f\x64\x4a\x71','\x57\x50\x33\x64\x4c\x5a\x78\x63\x4b\x65\x44\x69\x45\x59\x75','\x57\x50\x54\x44\x74\x38\x6f\x55\x57\x4f\x61','\x43\x47\x46\x64\x4d\x43\x6b\x6c\x78\x6d\x6b\x36','\x76\x61\x5a\x64\x47\x38\x6f\x6f\x64\x6d\x6f\x51\x57\x34\x2f\x64\x50\x57','\x57\x51\x78\x63\x4c\x63\x4f\x6a','\x75\x53\x6f\x51\x7a\x64\x70\x63\x49\x68\x5a\x63\x4d\x61','\x78\x38\x6b\x76\x57\x36\x6a\x55\x64\x47','\x76\x38\x6b\x47\x57\x52\x46\x64\x50\x6d\x6f\x47\x57\x4f\x6a\x63\x6c\x57','\x57\x51\x31\x77\x46\x6d\x6f\x35\x57\x4f\x34','\x57\x36\x6a\x2b\x6a\x47\x64\x63\x47\x47','\x74\x66\x71\x4d\x57\x34\x70\x63\x48\x71','\x74\x6d\x6f\x6d\x67\x43\x6f\x30\x62\x71','\x74\x30\x75\x74\x57\x34\x72\x6d','\x43\x38\x6b\x6b\x57\x51\x75\x49\x68\x57','\x57\x4f\x42\x63\x47\x53\x6b\x7a\x65\x57','\x7a\x72\x7a\x64\x76\x53\x6b\x70','\x57\x52\x76\x78\x71\x6d\x6f\x42\x57\x51\x4b\x4b\x57\x34\x5a\x63\x4f\x61','\x57\x50\x38\x6b\x57\x37\x4b\x32\x61\x57','\x57\x34\x44\x6b\x57\x51\x68\x63\x4c\x47\x47','\x44\x58\x6a\x53\x46\x72\x43','\x42\x30\x38\x39\x57\x35\x76\x53\x57\x36\x47\x65\x64\x71','\x57\x52\x6a\x78\x73\x53\x6f\x71\x57\x51\x43\x39\x57\x34\x53','\x62\x38\x6f\x53\x57\x36\x44\x34\x6d\x47','\x57\x52\x46\x63\x48\x59\x4b\x63\x46\x6d\x6b\x42\x6a\x4c\x66\x53\x57\x4f\x74\x63\x52\x61\x75','\x57\x37\x43\x44\x57\x37\x52\x64\x52\x6d\x6b\x50\x57\x4f\x66\x69\x68\x57','\x57\x36\x79\x36\x57\x34\x66\x70\x7a\x61','\x57\x52\x46\x64\x47\x4b\x68\x64\x56\x38\x6b\x5a\x46\x58\x6d\x61','\x41\x4e\x65\x4f\x57\x35\x74\x63\x4a\x61','\x77\x77\x52\x64\x53\x4e\x76\x6f\x57\x34\x6d\x4e\x57\x37\x42\x63\x54\x77\x61\x39\x69\x5a\x57','\x78\x64\x39\x30\x43\x48\x52\x63\x48\x4a\x4b','\x57\x50\x37\x63\x49\x6d\x6b\x6c\x61\x38\x6b\x44\x67\x72\x4a\x64\x50\x47','\x66\x74\x30\x38\x57\x50\x65','\x57\x34\x50\x6e\x6b\x57','\x79\x57\x33\x64\x48\x73\x52\x64\x54\x32\x54\x74\x72\x47','\x57\x52\x2f\x63\x4a\x4a\x61\x70','\x75\x53\x6b\x32\x57\x4f\x52\x64\x50\x53\x6f\x35\x57\x4f\x53','\x57\x4f\x43\x48\x57\x34\x76\x78\x57\x4f\x34','\x44\x66\x79\x4a\x57\x36\x74\x63\x4c\x57','\x57\x52\x7a\x6b\x57\x35\x44\x58\x57\x52\x72\x6a','\x57\x34\x56\x63\x4c\x38\x6f\x56\x57\x4f\x68\x63\x51\x53\x6b\x68','\x77\x53\x6f\x39\x43\x64\x4b','\x57\x37\x4b\x48\x57\x37\x4b\x41\x67\x38\x6f\x78\x78\x71','\x57\x4f\x6c\x63\x4b\x58\x34\x44\x79\x4a\x57','\x57\x50\x70\x64\x4d\x6d\x6b\x4f\x57\x36\x4b','\x42\x38\x6f\x6d\x66\x6d\x6f\x4d\x6e\x61','\x6d\x63\x78\x63\x4d\x61\x69\x77\x6b\x6d\x6b\x4d\x57\x34\x34','\x62\x38\x6f\x6f\x57\x37\x35\x4b\x6e\x57','\x45\x43\x6f\x72\x6a\x53\x6f\x74\x6c\x67\x39\x77\x57\x51\x43','\x57\x4f\x46\x64\x4c\x71\x74\x63\x49\x4b\x79','\x57\x4f\x65\x38\x57\x36\x4c\x4d\x57\x4f\x68\x63\x4d\x6d\x6f\x69\x57\x35\x34','\x57\x51\x5a\x63\x47\x63\x6d\x5a\x77\x71','\x6e\x53\x6b\x4d\x57\x37\x48\x2f\x77\x38\x6b\x43\x63\x68\x34','\x6a\x67\x52\x63\x53\x5a\x75\x70','\x57\x37\x72\x38\x46\x72\x79\x6c\x6b\x53\x6b\x6c\x57\x37\x75','\x57\x36\x37\x64\x4d\x67\x70\x63\x4f\x38\x6f\x4f\x57\x34\x62\x68','\x44\x57\x57\x47\x57\x34\x31\x56\x57\x50\x38\x77\x75\x47','\x57\x36\x5a\x63\x47\x38\x6f\x4d\x57\x4f\x75\x6a','\x57\x36\x6d\x42\x57\x35\x4e\x64\x4c\x6d\x6b\x48','\x57\x35\x66\x75\x57\x50\x47','\x57\x36\x53\x79\x57\x35\x58\x6d\x57\x51\x66\x6d\x61\x38\x6b\x74','\x6b\x53\x6b\x54\x57\x37\x68\x64\x48\x53\x6b\x65\x69\x78\x69\x48','\x64\x38\x6b\x4a\x6c\x53\x6f\x2f\x57\x4f\x34\x53\x6a\x74\x38','\x57\x4f\x64\x63\x51\x4a\x6d\x6a\x71\x71','\x57\x52\x33\x64\x4a\x53\x6b\x68\x57\x37\x37\x63\x4f\x32\x6a\x50','\x66\x38\x6f\x43\x57\x37\x50\x73\x76\x57','\x42\x38\x6f\x66\x6f\x38\x6f\x63\x6b\x61','\x6d\x5a\x33\x63\x56\x4a\x6d\x69\x57\x50\x50\x58\x57\x36\x38','\x57\x4f\x6d\x34\x57\x36\x71','\x68\x66\x62\x46\x57\x51\x43','\x6c\x38\x6b\x65\x57\x50\x68\x63\x4c\x53\x6b\x56','\x57\x50\x65\x58\x57\x34\x35\x69\x57\x50\x79','\x78\x73\x39\x50\x43\x58\x52\x63\x4c\x59\x75','\x61\x74\x4e\x63\x53\x49\x71\x73\x57\x52\x44\x39\x57\x37\x47'];_0x76c5=function(){return _0x332908;};return _0x76c5();}function _0x1787(_0x40a2b3,_0x3ac192){_0x40a2b3=_0x40a2b3-(-0xf52+0x1b4+-0x4c5*-0x3);const _0x5b84d2=_0x76c5();let _0x539a5d=_0x5b84d2[_0x40a2b3];if(_0x1787['\x6e\x65\x6a\x68\x4c\x66']===undefined){var _0x2e963d=function(_0x303c49){const _0x3a035b='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x31624c='',_0x5375e4='',_0x5afbeb=_0x31624c+_0x2e963d,_0x4c4a4c=(''+function(){return-0x13cb+0x4*0x694+0x685*-0x1;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')!==-(-0x5*0x664+0x6*-0x56+0xdf*0x27);for(let _0x4146fb=-0x2d3+-0x71e+0x9f1*0x1,_0x56d38f,_0x2cd67b,_0xf45a1b=-0x1f12+-0x24cd*-0x1+-0x5bb;_0x2cd67b=_0x303c49['\x63\x68\x61\x72\x41\x74'](_0xf45a1b++);~_0x2cd67b&&(_0x56d38f=_0x4146fb%(-0x1b7*0xa+-0x21ef+0x1*0x3319)?_0x56d38f*(0x398+0x2*-0xef3+0x16*0x135)+_0x2cd67b:_0x2cd67b,_0x4146fb++%(0x105*-0xd+0x9d3+-0x1b9*-0x2))?_0x31624c+=_0x4c4a4c||_0x5afbeb['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0xf45a1b+(0x149a+-0xfa*0x23+0xd9e))-(-0x1*0x1951+-0x4*-0x88f+0x8e1*-0x1)!==0x1a1b+0x1*0x102d+-0x2a48?String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x17*0x8e+0x11c*0x5+0x1*-0x114f&_0x56d38f>>(-(-0xd33+-0x33d*0x5+0x2*0xeb3)*_0x4146fb&0x1f91+0xdaf+0x2*-0x169d)):_0x4146fb:0xdf0+-0x4cf*-0x6+-0x2aca){_0x2cd67b=_0x3a035b['\x69\x6e\x64\x65\x78\x4f\x66'](_0x2cd67b);}for(let _0xc2dd1b=-0x1*0x10c9+-0x1ff2+0x30bb,_0x49a6e3=_0x31624c['\x6c\x65\x6e\x67\x74\x68'];_0xc2dd1b<_0x49a6e3;_0xc2dd1b++){_0x5375e4+='\x25'+('\x30\x30'+_0x31624c['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0xc2dd1b)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0xe*-0x127+0x6*-0x8c+-0x6*-0x33f))['\x73\x6c\x69\x63\x65'](-(0x233d+-0x837*-0x4+-0x4417));}return decodeURIComponent(_0x5375e4);};const _0x23b1d7=function(_0x1afee3,_0x4fed8d){let _0x11ffbb=[],_0x1d5b5c=0x2205+0x4*-0x352+-0x14bd,_0x2fe4be,_0x274aee='';_0x1afee3=_0x2e963d(_0x1afee3);let _0x1e16c9;for(_0x1e16c9=0x169a+-0x1d08+-0x337*-0x2;_0x1e16c9<0x17b*0x5+-0x227d+0x1c16;_0x1e16c9++){_0x11ffbb[_0x1e16c9]=_0x1e16c9;}for(_0x1e16c9=-0x1*-0x577+-0x61a*-0x6+0x2a13*-0x1;_0x1e16c9<-0x63c+-0x15a9+-0x239*-0xd;_0x1e16c9++){_0x1d5b5c=(_0x1d5b5c+_0x11ffbb[_0x1e16c9]+_0x4fed8d['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x1e16c9%_0x4fed8d['\x6c\x65\x6e\x67\x74\x68']))%(0x389*0xa+-0x23e3*0x1+0x189),_0x2fe4be=_0x11ffbb[_0x1e16c9],_0x11ffbb[_0x1e16c9]=_0x11ffbb[_0x1d5b5c],_0x11ffbb[_0x1d5b5c]=_0x2fe4be;}_0x1e16c9=-0x1dcb+0x1434+0x997*0x1,_0x1d5b5c=-0xb*-0x2bd+-0x1*-0x1337+-0x34a*0xf;for(let _0x261b5a=-0x97e+0x11e7+-0x1*0x869;_0x261b5a<_0x1afee3['\x6c\x65\x6e\x67\x74\x68'];_0x261b5a++){_0x1e16c9=(_0x1e16c9+(0x17f0+0x2*0xd72+-0x1*0x32d3))%(0xb*-0x269+0x2523+0x2*-0x4d0),_0x1d5b5c=(_0x1d5b5c+_0x11ffbb[_0x1e16c9])%(0xa05+0x1aac+-0x23b1*0x1),_0x2fe4be=_0x11ffbb[_0x1e16c9],_0x11ffbb[_0x1e16c9]=_0x11ffbb[_0x1d5b5c],_0x11ffbb[_0x1d5b5c]=_0x2fe4be,_0x274aee+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x1afee3['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x261b5a)^_0x11ffbb[(_0x11ffbb[_0x1e16c9]+_0x11ffbb[_0x1d5b5c])%(-0x2f*0x81+-0x1*-0x1f49+-0xa9*0xa)]);}return _0x274aee;};_0x1787['\x6e\x68\x42\x78\x4c\x72']=_0x23b1d7,_0x1787['\x6d\x72\x48\x47\x73\x54']={},_0x1787['\x6e\x65\x6a\x68\x4c\x66']=!![];}const _0x1161dc=_0x5b84d2[0x1e57+-0x2f7*0x4+-0x127b],_0x283d04=_0x40a2b3+_0x1161dc,_0x325b68=_0x1787['\x6d\x72\x48\x47\x73\x54'][_0x283d04];if(!_0x325b68){if(_0x1787['\x68\x4e\x47\x6b\x51\x42']===undefined){const _0x18abdb=function(_0x4a6699){this['\x76\x4a\x65\x4f\x78\x66']=_0x4a6699,this['\x77\x46\x65\x7a\x5a\x71']=[0x34b+-0x1320+0xfd6,0x24b1+0x36*0x66+-0x1*0x3a35,0xe0e+-0x1346*0x2+0x187e],this['\x56\x6a\x4c\x77\x62\x6f']=function(){return'\x6e\x65\x77\x53\x74\x61\x74\x65';},this['\x57\x44\x4c\x6b\x79\x4e']='\x5c\x77\x2b\x20\x2a\x5c\x28\x5c\x29\x20\x2a\x7b\x5c\x77\x2b\x20\x2a',this['\x64\x78\x53\x6d\x69\x42']='\x5b\x27\x7c\x22\x5d\x2e\x2b\x5b\x27\x7c\x22\x5d\x3b\x3f\x20\x2a\x7d';};_0x18abdb['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x65\x4d\x66\x71\x4e\x75']=function(){const _0x1d9cc5=new RegExp(this['\x57\x44\x4c\x6b\x79\x4e']+this['\x64\x78\x53\x6d\x69\x42']),_0x4b7f47=_0x1d9cc5['\x74\x65\x73\x74'](this['\x56\x6a\x4c\x77\x62\x6f']['\x74\x6f\x53\x74\x72\x69\x6e\x67']())?--this['\x77\x46\x65\x7a\x5a\x71'][0x2609+0x7a6+0x16d7*-0x2]:--this['\x77\x46\x65\x7a\x5a\x71'][-0x3*-0x629+-0x26c*-0xa+-0x2ab3];return this['\x44\x57\x4c\x55\x6e\x55'](_0x4b7f47);},_0x18abdb['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x44\x57\x4c\x55\x6e\x55']=function(_0x2e6c79){if(!Boolean(~_0x2e6c79))return _0x2e6c79;return this['\x46\x74\x52\x68\x63\x41'](this['\x76\x4a\x65\x4f\x78\x66']);},_0x18abdb['\x70\x72\x6f\x74\x6f\x74\x79\x70\x65']['\x46\x74\x52\x68\x63\x41']=function(_0x4cde0f){for(let _0x3398ab=0x53*-0x6b+-0x7da+-0x2a8b*-0x1,_0x5d91a1=this['\x77\x46\x65\x7a\x5a\x71']['\x6c\x65\x6e\x67\x74\x68'];_0x3398ab<_0x5d91a1;_0x3398ab++){this['\x77\x46\x65\x7a\x5a\x71']['\x70\x75\x73\x68'](Math['\x72\x6f\x75\x6e\x64'](Math['\x72\x61\x6e\x64\x6f\x6d']())),_0x5d91a1=this['\x77\x46\x65\x7a\x5a\x71']['\x6c\x65\x6e\x67\x74\x68'];}return _0x4cde0f(this['\x77\x46\x65\x7a\x5a\x71'][0x1e8c+0x1b*-0x9+0x1*-0x1d99]);},(''+function(){return 0x1a0c+-0x65*0x3b+0x1*-0x2c5;})['\x69\x6e\x64\x65\x78\x4f\x66']('\x0a')===-(0x8c1+0xa5c*0x3+0x4*-0x9f5)&&new _0x18abdb(_0x1787)['\x65\x4d\x66\x71\x4e\x75'](),_0x1787['\x68\x4e\x47\x6b\x51\x42']=!![];}_0x539a5d=_0x1787['\x6e\x68\x42\x78\x4c\x72'](_0x539a5d,_0x3ac192),_0x1787['\x6d\x72\x48\x47\x73\x54'][_0x283d04]=_0x539a5d;}else _0x539a5d=_0x325b68;return _0x539a5d;}function _0x2a5de5(_0x2e8d3c){const _0x1234a0=_0x1787,_0x1d577={};_0x1d577[_0x1234a0(0x216,'\x54\x37\x7a\x42')]=_0x1234a0(0x26a,'\x6a\x48\x21\x78')+_0x1234a0(0xe9,'\x43\x6b\x72\x52')+_0x1234a0(0x287,'\x29\x34\x41\x76')+_0x1234a0(0x1bf,'\x35\x4c\x6c\x51')+_0x1234a0(0x21b,'\x28\x6e\x63\x51'),_0x1d577[_0x1234a0(0x28d,'\x65\x59\x29\x70')]=function(_0x561441,_0x52d24f){return _0x561441===_0x52d24f;},_0x1d577[_0x1234a0(0x22d,'\x26\x59\x52\x6c')]=_0x1234a0(0x16c,'\x5e\x29\x69\x21'),_0x1d577[_0x1234a0(0x1ee,'\x35\x4c\x6c\x51')]=function(_0x2cb985,_0x238211){return _0x2cb985!=_0x238211;},_0x1d577[_0x1234a0(0x206,'\x51\x28\x79\x76')]=_0x1234a0(0x2af,'\x6a\x56\x23\x76'),_0x1d577[_0x1234a0(0x101,'\x6a\x48\x21\x78')]=function(_0x1ea1c7,_0x13af28){return _0x1ea1c7+_0x13af28;},_0x1d577[_0x1234a0(0x1be,'\x42\x37\x68\x2a')]=_0x1234a0(0x129,'\x74\x39\x59\x4d')+_0x1234a0(0x13d,'\x40\x4d\x33\x59')+_0x1234a0(0xb1,'\x30\x49\x5b\x24')+'\x63\x68\x20\x6d\x61\x79\x20\x66'+_0x1234a0(0x1bd,'\x61\x78\x48\x25')+_0x1234a0(0x1c1,'\x4d\x45\x4b\x39')+_0x1234a0(0x225,'\x35\x4c\x6c\x51')+_0x1234a0(0x19e,'\x4a\x32\x5e\x69')+_0x1234a0(0x298,'\x26\x59\x52\x6c')+_0x1234a0(0x1ab,'\x54\x37\x7a\x42');const _0x1a8046=_0x1d577,_0x3ea3c9=(_0x2e8d3c||[])[_0x1234a0(0x102,'\x79\x5e\x31\x47')](_0xafddcf);if(!_0x3ea3c9[_0x1234a0(0x1c9,'\x51\x28\x79\x76')])return'';const _0x23d9ab=[_0x1a8046[_0x1234a0(0xb4,'\x69\x36\x34\x50')]];let _0x2f9f31=![];for(const _0x251870 of _0x3ea3c9){if(_0x1a8046[_0x1234a0(0x173,'\x49\x6d\x25\x73')](_0x1a8046[_0x1234a0(0x27b,'\x61\x78\x48\x25')],_0x1a8046[_0x1234a0(0x180,'\x28\x6e\x63\x51')])){const _0x399ff0=(_0x251870[_0x1234a0(0x11a,'\x63\x75\x41\x48')]||'')[_0x1234a0(0x1a9,'\x28\x6e\x63\x51')]()[_0x1234a0(0x29d,'\x63\x21\x75\x73')](-0x24aa+0x16de+0xdcc,-0x1d4d*0x1+-0x23*0x2c+0x23a1),_0x5ee477=(_0x251870['\x73\x75\x6d\x6d\x61\x72\x79']||'')[_0x1234a0(0x1fa,'\x44\x36\x2a\x28')]()['\x72\x65\x70\x6c\x61\x63\x65'](/\s+/g,'\x20')[_0x1234a0(0xe2,'\x36\x69\x44\x48')]()[_0x1234a0(0x10e,'\x36\x69\x44\x48')](0x10ce+0x1e9f+0xfcf*-0x3,_0x321267),_0x4deae7=_0x1a8046[_0x1234a0(0x118,'\x49\x6d\x25\x73')](_0x251870[_0x1234a0(0x112,'\x42\x37\x68\x2a')+'\x74\x79'],null)?_0x251870[_0x1234a0(0xfc,'\x79\x4b\x65\x4a')+'\x74\x79'][_0x1234a0(0x266,'\x61\x61\x52\x6c')](-0x47e+0x104c*0x1+0xa*-0x12e):'\x3f',_0x5f0c9d=_0x251870['\x61\x73\x73\x65\x74\x5f\x69\x64']?_0x1234a0(0x120,'\x79\x4b\x65\x4a')+_0x251870[_0x1234a0(0x238,'\x53\x65\x4a\x70')]:_0x1234a0(0x171,'\x40\x4d\x33\x59')+_0x1234a0(0x241,'\x73\x52\x37\x57')+'\x65\x64';if(_0x251870[_0x1234a0(0x20c,'\x4d\x45\x4b\x39')])_0x2f9f31=!![];_0x23d9ab[_0x1234a0(0x23d,'\x4d\x45\x4b\x39')]('\x2d\x20'+(_0x399ff0?'\x47\x65\x6e\x65\x20\x22'+_0x399ff0+'\x22':_0x1a8046[_0x1234a0(0x218,'\x49\x39\x63\x77')])+'\x20\x28'+_0x5f0c9d+_0x1234a0(0x1a1,'\x37\x37\x44\x6a')+_0x4deae7+'\x29'+(_0x5ee477?_0x1a8046[_0x1234a0(0x29a,'\x42\x37\x68\x2a')]('\x3a\x20',_0x5ee477):''));}else return;}_0x23d9ab[_0x1234a0(0x249,'\x38\x31\x4c\x40')](_0x1a8046[_0x1234a0(0xd3,'\x54\x37\x7a\x42')]);if(_0x2f9f31)_0x23d9ab['\x70\x75\x73\x68'](_0x1234a0(0x13b,'\x5e\x29\x69\x21')+_0x1234a0(0x191,'\x5e\x29\x69\x21')+_0x1234a0(0x2a5,'\x61\x78\x48\x25')+_0x1234a0(0x25a,'\x65\x59\x29\x70')+_0x1234a0(0x12c,'\x6a\x56\x23\x76')+'\x61\x73\x73\x65\x74\x5f\x69\x64'+_0x1234a0(0x12e,'\x67\x4a\x37\x53')+_0x1234a0(0x142,'\x54\x6d\x76\x71')+'\x6c\x6c\x60\x29\x2e');const _0x5291b7=_0x23d9ab[_0x1234a0(0x207,'\x61\x74\x40\x70')]('\x0a');return _0x5291b7[_0x1234a0(0x20d,'\x68\x39\x4b\x4b')]>_0x42aeea?_0x5291b7[_0x1234a0(0x291,'\x63\x75\x41\x48')](-0x14fb+-0x30*-0xb8+-0xd85*0x1,_0x42aeea):_0x5291b7;}function _0x2ab064(_0x259932,_0x360f94,_0x42ad0c,_0x400463){const _0x3d0807=_0x1787,_0x5dfc3a={'\x77\x4a\x79\x46\x6c':function(_0x275668,_0xbfb92c){return _0x275668(_0xbfb92c);},'\x76\x59\x48\x79\x54':function(_0x27da30,_0x1b8fd9){return _0x27da30(_0x1b8fd9);},'\x50\x65\x4b\x55\x48':function(_0x31cea9,_0x347ddb){return _0x31cea9||_0x347ddb;},'\x59\x49\x4d\x72\x65':_0x3d0807(0x1ca,'\x34\x50\x47\x58')+_0x3d0807(0x2ab,'\x49\x39\x63\x77'),'\x6a\x54\x4e\x74\x78':_0x3d0807(0x10d,'\x67\x4a\x37\x53'),'\x4f\x4d\x4a\x79\x42':_0x3d0807(0x16f,'\x37\x37\x44\x6a'),'\x55\x4b\x6a\x68\x71':function(_0x1958a8,_0x581e4d){return _0x1958a8===_0x581e4d;},'\x48\x4c\x52\x77\x4b':_0x3d0807(0x159,'\x77\x59\x6e\x48'),'\x44\x41\x56\x4d\x52':_0x3d0807(0x145,'\x72\x38\x63\x21')+_0x3d0807(0x103,'\x72\x38\x63\x21'),'\x4a\x45\x4e\x62\x75':_0x3d0807(0x24e,'\x61\x61\x52\x6c')+_0x3d0807(0x224,'\x57\x6e\x65\x70')+_0x3d0807(0x13f,'\x37\x37\x44\x6a'),'\x55\x57\x70\x53\x61':function(_0x1917a4,_0x1b5863){return _0x1917a4!==_0x1b5863;},'\x4b\x6c\x61\x58\x6a':_0x3d0807(0x20a,'\x4d\x45\x4b\x39'),'\x52\x7a\x67\x70\x56':function(_0x9eb251,_0x2d61a7){return _0x9eb251(_0x2d61a7);},'\x6b\x79\x6e\x67\x74':_0x3d0807(0x161,'\x38\x31\x4c\x40'),'\x6a\x62\x45\x78\x63':_0x3d0807(0x1f8,'\x57\x6e\x65\x70')+_0x3d0807(0x240,'\x61\x74\x40\x70')+_0x3d0807(0x198,'\x61\x61\x52\x6c'),'\x57\x79\x51\x65\x6f':_0x3d0807(0x17e,'\x49\x6d\x25\x73')+'\x6e\x65\x5f\x70\x61\x74\x74\x65'+_0x3d0807(0x1f1,'\x79\x5e\x31\x47'),'\x75\x73\x42\x4b\x6b':_0x3d0807(0x17a,'\x5e\x29\x69\x21')+'\x69\x6f\x6e\x61\x6c\x5f\x6c\x6f'+_0x3d0807(0xf8,'\x69\x36\x34\x50')};let _0x5e8a53;try{({logAssetCall:_0x5e8a53}=require(_0x5dfc3a[_0x3d0807(0x188,'\x63\x75\x41\x48')]));}catch(_0x71c873){if(_0x5dfc3a['\x6a\x54\x4e\x74\x78']!==_0x5dfc3a[_0x3d0807(0x231,'\x40\x4d\x33\x59')])return;else{const _0x37aae0=(_0x3a4538&&_0x329e90['\x74\x69\x74\x6c\x65']?YnBhZu['\x77\x4a\x79\x46\x6c'](_0x3beb35,_0x503e7f[_0x3d0807(0x113,'\x49\x6d\x25\x73')]):'')[_0x3d0807(0x270,'\x51\x28\x79\x76')](),_0x17e54d=(_0x700aae&&_0x179b89[_0x3d0807(0x1d5,'\x72\x38\x63\x21')]?YnBhZu[_0x3d0807(0x1c5,'\x79\x5e\x31\x47')](_0x53e1cd,_0xa08da3[_0x3d0807(0x14f,'\x61\x61\x52\x6c')]):'')[_0x3d0807(0x135,'\x2a\x47\x6c\x6a')]();return!!YnBhZu[_0x3d0807(0x28f,'\x40\x4d\x33\x59')](_0x37aae0,_0x17e54d);}}const _0x169b6c=_0x5dfc3a[_0x3d0807(0xc2,'\x43\x6b\x72\x52')](_0x360f94,_0x5dfc3a['\x48\x4c\x52\x77\x4b'])?_0x5dfc3a[_0x3d0807(0x18e,'\x26\x59\x52\x6c')]:_0x5dfc3a['\x4a\x45\x4e\x62\x75'];for(const _0x3d8464 of _0x259932){try{if(_0x5dfc3a['\x55\x57\x70\x53\x61'](_0x5dfc3a[_0x3d0807(0x25c,'\x44\x36\x2a\x28')],_0x5dfc3a[_0x3d0807(0x29f,'\x53\x65\x4a\x70')])){const _0x30ac02=_0x18f6fc[_0x3d0807(0xf4,'\x53\x65\x4a\x70')+'\x4d\x73']-_0x4b9f4d[_0x3d0807(0x27e,'\x38\x31\x4c\x40')]()-_0x47d5c5;_0x34f0ef=_0x5ac030[_0x3d0807(0x16b,'\x36\x69\x44\x48')](_0x54aee6,_0x30ac02);}else _0x5dfc3a[_0x3d0807(0x10b,'\x61\x74\x40\x70')](_0x5e8a53,{'\x72\x75\x6e\x5f\x69\x64':_0x42ad0c,'\x61\x63\x74\x69\x6f\x6e':_0x169b6c,'\x61\x73\x73\x65\x74\x5f\x69\x64':_0x3d8464[_0x3d0807(0x150,'\x54\x37\x7a\x42')]||undefined,'\x61\x73\x73\x65\x74\x5f\x74\x79\x70\x65':_0x3d0807(0x1b9,'\x40\x4d\x33\x59'),'\x73\x6f\x75\x72\x63\x65\x5f\x6e\x6f\x64\x65\x5f\x69\x64':_0x3d8464[_0x3d0807(0x21c,'\x4d\x45\x4b\x39')+_0x3d0807(0x166,'\x34\x50\x47\x58')]||undefined,'\x63\x68\x61\x69\x6e\x5f\x69\x64':_0x3d8464[_0x3d0807(0xc1,'\x74\x39\x59\x4d')]||undefined,'\x73\x63\x6f\x72\x65':_0x3d8464[_0x3d0807(0x29e,'\x4d\x45\x4b\x39')+'\x74\x79'],'\x73\x69\x67\x6e\x61\x6c\x73':_0x400463[_0x3d0807(0x220,'\x54\x37\x7a\x42')](0x687*0x3+0x163d+-0x29d2*0x1,-0x175a+0x1e32+-0x6d0*0x1),'\x72\x65\x61\x73\x6f\x6e':_0x5dfc3a[_0x3d0807(0x2a9,'\x53\x65\x4a\x70')](_0x3d8464[_0x3d0807(0x20b,'\x54\x6d\x76\x71')],_0x5dfc3a[_0x3d0807(0x18b,'\x79\x5e\x31\x47')])?_0x5dfc3a[_0x3d0807(0x1b1,'\x79\x5e\x31\x47')]:_0x5dfc3a[_0x3d0807(0x146,'\x54\x6d\x76\x71')],'\x65\x78\x74\x72\x61':{'\x76\x69\x61':_0x3d0807(0x1f2,'\x6a\x48\x21\x78')+_0x3d0807(0xc7,'\x51\x28\x79\x76'),'\x61\x74\x74\x72\x69\x62\x75\x74\x69\x6f\x6e':_0x5dfc3a[_0x3d0807(0x17d,'\x57\x6e\x65\x70')],'\x6f\x72\x69\x67\x69\x6e':_0x3d8464[_0x3d0807(0x116,'\x57\x6e\x65\x70')]}});}catch(_0x4563f8){}}}async function _0x3ee6a1(_0x50e4a6){const _0x6277eb=_0x1787,_0x46d404={'\x43\x65\x47\x4a\x63':_0x6277eb(0xd4,'\x57\x6e\x65\x70')+_0x6277eb(0x121,'\x2a\x47\x6c\x6a'),'\x58\x53\x65\x48\x69':_0x6277eb(0x250,'\x72\x38\x63\x21')+_0x6277eb(0xde,'\x34\x50\x47\x58')+_0x6277eb(0x157,'\x67\x4a\x37\x53')+_0x6277eb(0x1e1,'\x44\x52\x56\x31')+_0x6277eb(0x192,'\x29\x34\x41\x76'),'\x6b\x42\x7a\x4f\x75':_0x6277eb(0x232,'\x63\x21\x75\x73'),'\x4a\x4d\x4b\x6e\x66':function(_0x2bff40,_0x32f8c5){return _0x2bff40+_0x32f8c5;},'\x47\x71\x62\x48\x53':_0x6277eb(0x172,'\x6a\x56\x23\x76')+_0x6277eb(0x1d6,'\x54\x6d\x76\x71')+'\x64\x20\x61\x70\x70\x72\x6f\x61'+_0x6277eb(0x200,'\x68\x39\x4b\x4b')+'\x69\x74\x20\x74\x68\x69\x73\x20'+'\x74\x61\x73\x6b\x2e\x20\x41\x64'+_0x6277eb(0x16a,'\x69\x2a\x62\x69')+_0x6277eb(0x1d1,'\x2a\x47\x6c\x6a')+_0x6277eb(0x1b8,'\x56\x5e\x55\x61')+'\x70\x6c\x79\x69\x6e\x67\x2e','\x46\x70\x51\x71\x77':_0x6277eb(0x1e7,'\x36\x52\x73\x65')+_0x6277eb(0x268,'\x73\x52\x37\x57')+_0x6277eb(0x1e5,'\x49\x6d\x25\x73')+_0x6277eb(0x178,'\x4d\x45\x4b\x39')+_0x6277eb(0x12c,'\x6a\x56\x23\x76')+_0x6277eb(0x255,'\x6a\x56\x23\x76')+_0x6277eb(0x24f,'\x51\x28\x79\x76')+_0x6277eb(0x29c,'\x38\x31\x4c\x40')+_0x6277eb(0x199,'\x79\x5e\x31\x47'),'\x76\x41\x6e\x6b\x77':function(_0x513c94,_0x3552a0){return _0x513c94>_0x3552a0;},'\x66\x6d\x56\x4c\x59':function(_0xc26b06,_0x3671d7){return _0xc26b06||_0x3671d7;},'\x69\x63\x75\x45\x64':function(_0x4fdaeb){return _0x4fdaeb();},'\x6a\x69\x4d\x4b\x77':function(_0xc418d9,_0x3b32d8){return _0xc418d9===_0x3b32d8;},'\x51\x61\x42\x62\x45':_0x6277eb(0x107,'\x30\x2a\x6b\x57'),'\x62\x4d\x6f\x4b\x6e':function(_0x4facdb,_0x527005){return _0x4facdb(_0x527005);},'\x63\x71\x48\x64\x44':function(_0x17fad0,_0x50a20d){return _0x17fad0!==_0x50a20d;},'\x4d\x72\x72\x7a\x6e':_0x6277eb(0x290,'\x26\x59\x52\x6c'),'\x79\x58\x4a\x68\x56':function(_0x24ed70,_0x18770f){return _0x24ed70-_0x18770f;},'\x59\x65\x4a\x63\x45':function(_0x16f2ee,_0xf765f0){return _0x16f2ee>=_0xf765f0;},'\x5a\x50\x73\x51\x41':function(_0x18914e,_0x2a7c2b,_0x54ef0e){return _0x18914e(_0x2a7c2b,_0x54ef0e);},'\x65\x75\x4d\x58\x61':_0x6277eb(0x10c,'\x49\x6d\x25\x73'),'\x68\x54\x52\x66\x46':_0x6277eb(0x295,'\x36\x69\x44\x48'),'\x4e\x43\x52\x57\x70':'\x57\x42\x54\x76\x64','\x57\x59\x77\x73\x64':function(_0x1f52de){return _0x1f52de();},'\x74\x63\x71\x6e\x7a':function(_0x704e7,_0x3cd3ac){return _0x704e7-_0x3cd3ac;},'\x42\x68\x58\x59\x63':function(_0x341f7e,_0x294cfb){return _0x341f7e(_0x294cfb);},'\x51\x4f\x77\x72\x4a':function(_0x1ed2f1,_0x1f94f0){return _0x1ed2f1+_0x1f94f0;},'\x7a\x43\x53\x64\x55':_0x6277eb(0x1dc,'\x63\x21\x75\x73'),'\x48\x4f\x78\x57\x74':_0x6277eb(0x1df,'\x54\x37\x7a\x42'),'\x64\x5a\x69\x48\x55':function(_0x391639,_0x24dca3,_0x4111c2,_0x2d6afe,_0x2ae229){return _0x391639(_0x24dca3,_0x4111c2,_0x2d6afe,_0x2ae229);},'\x73\x63\x53\x67\x7a':function(_0x5cb2fa,_0x426d4d){return _0x5cb2fa===_0x426d4d;},'\x59\x48\x68\x63\x6c':_0x6277eb(0x12a,'\x28\x6e\x63\x51')},_0x97e4b7=_0x46d404[_0x6277eb(0x1b4,'\x69\x36\x34\x50')](_0x50e4a6,{}),_0x3d7444=_0x97e4b7[_0x6277eb(0x2ac,'\x61\x74\x40\x70')]||_0x46d404[_0x6277eb(0xf0,'\x6a\x56\x23\x76')](_0x4af137),_0x580e44={};_0x580e44[_0x6277eb(0x215,'\x63\x21\x75\x73')]=![],_0x580e44['\x74\x65\x78\x74']=null,_0x580e44[_0x6277eb(0x272,'\x4a\x32\x5e\x69')]=[],_0x580e44[_0x6277eb(0x19c,'\x79\x5e\x31\x47')]=0x0,_0x580e44[_0x6277eb(0x158,'\x67\x4a\x37\x53')]=[];if(_0x46d404[_0x6277eb(0x1b3,'\x79\x5e\x31\x47')](_0x3d7444,_0x46d404[_0x6277eb(0x212,'\x68\x39\x4b\x4b')]))return _0x580e44;const _0x532565=_0x46d404[_0x6277eb(0x15c,'\x32\x48\x36\x74')](_0x55fad2,_0x97e4b7[_0x6277eb(0x243,'\x34\x50\x47\x58')]),_0x54ae3f={};_0x54ae3f[_0x6277eb(0x223,'\x49\x39\x63\x77')]=![],_0x54ae3f[_0x6277eb(0x1d3,'\x37\x37\x44\x6a')]=null,_0x54ae3f[_0x6277eb(0x239,'\x30\x49\x5b\x24')]=[],_0x54ae3f[_0x6277eb(0x21a,'\x5a\x69\x67\x33')]=0x0,_0x54ae3f[_0x6277eb(0x299,'\x77\x59\x6e\x48')]=[];if(!_0x532565[_0x6277eb(0x277,'\x63\x21\x75\x73')])return _0x54ae3f;const _0x1f56a5=_0x46d404[_0x6277eb(0x1b6,'\x28\x6e\x63\x51')](_0x37e7be,_0x532565),_0x2d335c=0xe*0x6e+0x2412+-0x4*0xa60;let _0x47c464=Number['\x69\x73\x46\x69\x6e\x69\x74\x65'](_0x97e4b7['\x74\x69\x6d\x65\x6f\x75\x74\x4d'+'\x73'])&&_0x46d404[_0x6277eb(0x14b,'\x54\x37\x7a\x42')](_0x97e4b7[_0x6277eb(0x294,'\x77\x59\x6e\x48')+'\x73'],-0x2*0x781+-0x1*-0x11b+0xde7)?_0x97e4b7[_0x6277eb(0x24d,'\x79\x5e\x31\x47')+'\x73']:0x155*-0xb+0x1*-0xca3+0x231a;if(Number[_0x6277eb(0xf5,'\x40\x4d\x33\x59')](_0x97e4b7[_0x6277eb(0x1f3,'\x72\x38\x63\x21')+'\x4d\x73'])){if(_0x46d404[_0x6277eb(0x149,'\x72\x38\x63\x21')](_0x46d404[_0x6277eb(0xe7,'\x2a\x47\x6c\x6a')],_0x46d404[_0x6277eb(0x282,'\x28\x6e\x63\x51')]))_0x14abf4=_0x51d718(_0x6277eb(0x1b5,'\x69\x2a\x62\x69')+_0x6277eb(0x20e,'\x68\x39\x4b\x4b')),_0x3ada8b=_0x5636ce(KWoaee[_0x6277eb(0x11d,'\x26\x59\x52\x6c')]);else{const _0x157073=_0x46d404['\x79\x58\x4a\x68\x56'](_0x46d404[_0x6277eb(0x280,'\x5a\x37\x53\x31')](_0x97e4b7[_0x6277eb(0x22e,'\x43\x6b\x72\x52')+'\x4d\x73'],Date[_0x6277eb(0x22c,'\x44\x36\x2a\x28')]()),_0x2d335c);_0x47c464=Math['\x6d\x69\x6e'](_0x47c464,_0x157073);}}const _0x3df331=_0x46d404['\x59\x65\x4a\x63\x45'](_0x47c464,0x148*-0x1b+-0x4*-0x302+0x17bc)?await _0x46d404[_0x6277eb(0xf1,'\x72\x38\x63\x21')](_0x857bc5,_0x532565,_0x47c464):[],_0x11d2cf=new Set(),_0x4340d3=[];let _0x32b23a=0x1990+0x39d*-0x9+0x6f5;for(const _0x36ecad of[..._0x3df331,..._0x1f56a5]){if(_0x46d404[_0x6277eb(0x17b,'\x43\x6b\x72\x52')]!==_0x46d404[_0x6277eb(0x2a8,'\x51\x28\x79\x76')]){const _0x491785=(_0xeb3cc7||[])[_0x6277eb(0x1cf,'\x5a\x69\x67\x33')](_0x54b7ea);if(!_0x491785[_0x6277eb(0xe0,'\x49\x39\x63\x77')])return'';const _0x35519b=[KWoaee[_0x6277eb(0x262,'\x79\x4b\x65\x4a')]];let _0x198788=![];for(const _0xa7dacd of _0x491785){const _0x3ef889=(_0xa7dacd[_0x6277eb(0x134,'\x73\x52\x37\x57')]||'')[_0x6277eb(0x1e3,'\x30\x2a\x6b\x57')]()[_0x6277eb(0x10e,'\x36\x69\x44\x48')](-0x337+-0x10da+0x1411,-0x17*0x8b+-0x176*0xd+0x3*0xa99),_0x1f34ee=(_0xa7dacd[_0x6277eb(0xeb,'\x79\x4b\x65\x4a')]||'')['\x74\x6f\x53\x74\x72\x69\x6e\x67']()[_0x6277eb(0x1de,'\x69\x36\x34\x50')](/\s+/g,'\x20')['\x74\x72\x69\x6d']()[_0x6277eb(0x1a7,'\x37\x37\x44\x6a')](-0x3*0x7f6+0x5d1*0x3+-0xb7*-0x9,_0x1846d1),_0x264539=_0xa7dacd[_0x6277eb(0x244,'\x37\x37\x44\x6a')+'\x74\x79']!=null?_0xa7dacd[_0x6277eb(0x251,'\x4b\x5b\x28\x46')+'\x74\x79'][_0x6277eb(0x115,'\x79\x5e\x31\x47')](-0x213c+-0x936+-0xd1*-0x34):'\x3f',_0x55b20c=_0xa7dacd[_0x6277eb(0x283,'\x36\x52\x73\x65')]?'\x61\x73\x73\x65\x74\x20'+_0xa7dacd[_0x6277eb(0x242,'\x74\x39\x59\x4d')]:_0x6277eb(0x257,'\x36\x69\x44\x48')+_0x6277eb(0x25d,'\x49\x39\x63\x77')+'\x65\x64';if(_0xa7dacd[_0x6277eb(0x233,'\x57\x6e\x65\x70')])_0x198788=!![];_0x35519b[_0x6277eb(0x185,'\x51\x28\x79\x76')]('\x2d\x20'+(_0x3ef889?_0x6277eb(0x286,'\x29\x34\x41\x76')+_0x3ef889+'\x22':KWoaee[_0x6277eb(0x209,'\x30\x2a\x6b\x57')])+'\x20\x28'+_0x55b20c+_0x6277eb(0xee,'\x4a\x32\x5e\x69')+_0x264539+'\x29'+(_0x1f34ee?KWoaee[_0x6277eb(0x131,'\x37\x37\x44\x6a')]('\x3a\x20',_0x1f34ee):''));}_0x35519b[_0x6277eb(0x185,'\x51\x28\x79\x76')](KWoaee[_0x6277eb(0x261,'\x72\x38\x63\x21')]);if(_0x198788)_0x35519b[_0x6277eb(0x230,'\x56\x5e\x55\x61')](KWoaee[_0x6277eb(0x28a,'\x35\x4c\x6c\x51')]);const _0x4858c1=_0x35519b[_0x6277eb(0x2a6,'\x43\x6b\x72\x52')]('\x0a');return KWoaee[_0x6277eb(0x278,'\x35\x4c\x6c\x51')](_0x4858c1[_0x6277eb(0x2a7,'\x56\x5e\x55\x61')],_0x5325ed)?_0x4858c1[_0x6277eb(0xc5,'\x40\x4d\x33\x59')](-0xa*-0x2d5+-0x23a1+0x74f,_0x44dbd5):_0x4858c1;}else{const _0x319aa5=_0x36ecad[_0x6277eb(0x1c4,'\x63\x21\x75\x73')]||_0x36ecad[_0x6277eb(0x124,'\x61\x74\x40\x70')]+'\x3a'+_0x36ecad[_0x6277eb(0xef,'\x30\x2a\x6b\x57')];if(_0x319aa5&&_0x11d2cf[_0x6277eb(0x1e2,'\x61\x78\x48\x25')](_0x319aa5)){if(_0x46d404['\x68\x54\x52\x66\x46']!==_0x46d404[_0x6277eb(0x1fd,'\x32\x48\x36\x74')]){_0x32b23a++;continue;}else try{if(_0x4a2bba[_0x6277eb(0x160,'\x34\x50\x47\x58')+_0x6277eb(0x26c,'\x56\x5e\x55\x61')+_0x6277eb(0xd9,'\x49\x39\x63\x77')](_0x17a8ac,_0x28e9c7))_0x365bed++;}catch(_0x4c3698){}}if(_0x319aa5)_0x11d2cf[_0x6277eb(0x2a4,'\x65\x59\x29\x70')](_0x319aa5);_0x4340d3[_0x6277eb(0x27f,'\x63\x21\x75\x73')](_0x36ecad);}}_0x4340d3[_0x6277eb(0x1ff,'\x30\x49\x5b\x24')]((_0x49a945,_0x3a1336)=>(_0x3a1336[_0x6277eb(0xda,'\x44\x36\x2a\x28')+'\x74\x79']||0x117d+0x266*-0x5+-0x57f)-(_0x49a945['\x73\x69\x6d\x69\x6c\x61\x72\x69'+'\x74\x79']||-0x13e6+0x11c7+0x21f));const _0x40e6e4=_0x4340d3[_0x6277eb(0xdc,'\x69\x36\x34\x50')](0x8b*0x2f+0x18e5+0x3*-0x10ce,_0x46d404[_0x6277eb(0x186,'\x42\x37\x68\x2a')](_0x212301));_0x32b23a+=Math['\x6d\x61\x78'](-0x1338+-0x1f04+0x1*0x323c,_0x4340d3[_0x6277eb(0x156,'\x72\x38\x63\x21')]-_0x40e6e4[_0x6277eb(0x119,'\x69\x2a\x62\x69')]);const _0x3c4aa7=_0x40e6e4[_0x6277eb(0x14c,'\x77\x59\x6e\x48')](_0xafddcf);_0x32b23a+=_0x46d404[_0x6277eb(0xd2,'\x67\x4a\x37\x53')](_0x40e6e4[_0x6277eb(0x148,'\x44\x52\x56\x31')],_0x3c4aa7[_0x6277eb(0x267,'\x63\x75\x41\x48')]);const _0x4de58e={};_0x4de58e[_0x6277eb(0x181,'\x73\x52\x37\x57')]=![],_0x4de58e[_0x6277eb(0x17c,'\x5a\x37\x53\x31')]=null,_0x4de58e[_0x6277eb(0x110,'\x5a\x69\x67\x33')]=[],_0x4de58e[_0x6277eb(0x1c0,'\x53\x65\x4a\x70')]=_0x32b23a,_0x4de58e[_0x6277eb(0x1a8,'\x2a\x47\x6c\x6a')]=_0x532565;if(!_0x3c4aa7['\x6c\x65\x6e\x67\x74\x68'])return _0x4de58e;const _0x49be9e=_0x46d404[_0x6277eb(0x11c,'\x36\x52\x73\x65')](_0x2a5de5,_0x3c4aa7),_0x1aa523={};_0x1aa523[_0x6277eb(0x1c3,'\x32\x48\x36\x74')]=![],_0x1aa523[_0x6277eb(0x11e,'\x63\x21\x75\x73')]=null,_0x1aa523[_0x6277eb(0x18a,'\x6a\x56\x23\x76')]=[],_0x1aa523[_0x6277eb(0x189,'\x54\x37\x7a\x42')]=_0x32b23a,_0x1aa523[_0x6277eb(0x100,'\x30\x49\x5b\x24')]=_0x532565;if(!_0x49be9e)return _0x1aa523;const _0x446382=_0x97e4b7[_0x6277eb(0x27d,'\x5a\x69\x67\x33')]||_0x46d404[_0x6277eb(0x12d,'\x61\x78\x48\x25')](_0x46d404[_0x6277eb(0x109,'\x56\x5e\x55\x61')],_0x97e4b7[_0x6277eb(0x284,'\x69\x36\x34\x50')+'\x64']||_0x46d404['\x48\x4f\x78\x57\x74']);return _0x46d404[_0x6277eb(0x276,'\x44\x52\x56\x31')](_0x2ab064,_0x3c4aa7,_0x3d7444,_0x446382,_0x532565),{'\x69\x6e\x6a\x65\x63\x74':_0x46d404[_0x6277eb(0xbd,'\x38\x31\x4c\x40')](_0x3d7444,_0x46d404[_0x6277eb(0x297,'\x57\x6e\x65\x70')]),'\x74\x65\x78\x74':_0x49be9e,'\x64\x65\x63\x69\x64\x65\x64':_0x3c4aa7,'\x64\x72\x6f\x70\x70\x65\x64':_0x32b23a,'\x73\x69\x67\x6e\x61\x6c\x73':_0x532565};}const _0x112f0c={};_0x112f0c[_0x28ff5e(0xfa,'\x54\x37\x7a\x42')+'\x62']=_0x857bc5,_0x112f0c[_0x28ff5e(0xcc,'\x32\x48\x36\x74')+_0x28ff5e(0x1d4,'\x4d\x45\x4b\x39')]=_0x37e7be,_0x112f0c[_0x28ff5e(0x13c,'\x5a\x69\x67\x33')+_0x28ff5e(0x1c2,'\x77\x59\x6e\x48')]=_0x2ab064;const _0x3d4d84={};_0x3d4d84[_0x28ff5e(0x1ec,'\x56\x5e\x55\x61')+_0x28ff5e(0x151,'\x73\x52\x37\x57')]=_0x3ee6a1,_0x3d4d84['\x67\x65\x74\x4d\x6f\x64\x65']=_0x4af137,_0x3d4d84[_0x28ff5e(0x23a,'\x63\x75\x41\x48')+'\x6d']=_0x240c29,_0x3d4d84[_0x28ff5e(0x14a,'\x57\x6e\x65\x70')+'\x6a\x65\x63\x74']=_0x212301,_0x3d4d84[_0x28ff5e(0xb3,'\x40\x4d\x33\x59')+_0x28ff5e(0x235,'\x79\x5e\x31\x47')+'\x72\x65']=_0x23a245,_0x3d4d84[_0x28ff5e(0xbb,'\x68\x39\x4b\x4b')+_0x28ff5e(0xba,'\x4b\x5b\x28\x46')]=_0x55fad2,_0x3d4d84[_0x28ff5e(0x132,'\x65\x59\x29\x70')+_0x28ff5e(0x190,'\x53\x65\x4a\x70')]=_0x2a5de5,_0x3d4d84[_0x28ff5e(0x1bb,'\x69\x36\x34\x50')+'\x6c\x73']=_0x112f0c,module[_0x28ff5e(0x289,'\x61\x74\x40\x70')]=_0x3d4d84;