@danetix/sentinel 2.0.0 → 2.1.0
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.
- package/dist/stl.cjs.min.js +1 -1
- package/dist/stl.esm.min.js +1 -1
- package/dist/stl.min.js +1 -1
- package/dist/stl.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/stl.cjs.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const _0x16c09d={};_0x16c09d['value']=!![],Object['defineProperty'](exports,'__esModule',_0x16c09d);const STORAGE_KEY_DEFAULT='_dxc';function composeKey(_0x1e1f68,_0x3a23ef){const _0xf3521f=JSON['stringify'](_0x3a23ef['tag']??null),_0x3f4c19=JSON['stringify'](_0x3a23ef['linkedId']??null);return _0x1e1f68+'__'+_0xf3521f+'__'+_0x3f4c19;}function createMemoryCache(_0x4e06c4,_0x35f66c){const _0x42a550=new Map();return{'get'(_0x8786bf={}){const _0x3db0a2=composeKey(_0x35f66c,_0x8786bf),_0x24b604=_0x42a550['get'](_0x3db0a2);if(_0x24b604===undefined)return null;if(Date['now']()-_0x24b604['ts']>_0x4e06c4*0x3e8)return _0x42a550['delete'](_0x3db0a2),null;return _0x24b604['result'];},'set'(_0x554c15,_0x4439d2={}){_0x42a550['set'](composeKey(_0x35f66c,_0x4439d2),{'result':_0x554c15,'ts':Date['now']()});},'clear'(){_0x42a550['clear']();}};}function createStorageCache(_0x35836c,_0x54e2c5,_0x5df202){return{'get'(_0x50b546={}){const _0x537ad2=composeKey(_0x5df202,_0x50b546);try{const _0x4c3730=_0x54e2c5['getItem'](_0x537ad2);if(_0x4c3730===null)return null;const _0x51a7f9=JSON['parse'](_0x4c3730);if(_0x51a7f9===null||typeof _0x51a7f9!=='object'||typeof _0x51a7f9['ts']!=='number')return _0x54e2c5['removeItem'](_0x537ad2),null;if(Date['now']()-_0x51a7f9['ts']>_0x35836c*0x3e8)return _0x54e2c5['removeItem'](_0x537ad2),null;return _0x51a7f9['result'];}catch{return null;}},'set'(_0x3a13e3,_0x37e755={}){try{_0x54e2c5['setItem'](composeKey(_0x5df202,_0x37e755),JSON['stringify']({'result':_0x3a13e3,'ts':Date['now']()}));}catch{}},'clear'(){try{const _0xbc0ea3=[];for(let _0x1c5f56=0x0;_0x1c5f56<_0x54e2c5['length'];_0x1c5f56++){const _0x1887d5=_0x54e2c5['key'](_0x1c5f56);_0x1887d5?.['startsWith'](_0x5df202+'__')===!![]&&_0xbc0ea3['push'](_0x1887d5);}for(const _0x2a7154 of _0xbc0ea3)_0x54e2c5['removeItem'](_0x2a7154);}catch{}}};}function createCache(_0x3570a6){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x3570a6;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl,prefix);try{const _0x4d5926=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x4d5926,prefix);}catch{return createMemoryCache(ttl,prefix);}}const REGISTRY_KEY='__danetix_integrations';function getRegistry(){if(typeof window==='undefined')return[];const _0x2ceb19=window;return!Array['isArray'](_0x2ceb19[REGISTRY_KEY])&&(_0x2ceb19[REGISTRY_KEY]=[]),_0x2ceb19[REGISTRY_KEY];}function registerIntegration(_0x507794){if(typeof _0x507794['name']!=='string'||_0x507794['name']['length']===0x0)return;if(typeof _0x507794['version']!=='string')return;const _0x4813ca=getRegistry();for(const _0x3f6741 of _0x4813ca){if(_0x3f6741['name']===_0x507794['name']&&_0x3f6741['version']===_0x507794['version'])return;}const _0x11385b={};_0x11385b['name']=_0x507794['name'],_0x11385b['version']=_0x507794['version'],_0x4813ca['push'](_0x11385b);}function listRegisteredIntegrations(){return getRegistry()['map'](_0x34fce9=>({'name':_0x34fce9['name'],'version':_0x34fce9['version']}));}function detectFrameworks(){if(typeof window==='undefined')return[];const _0x44a3bf=[],_0x26f570=window;if(_0x26f570['__NEXT_DATA__']!==undefined&&_0x26f570['__NEXT_DATA__']!==null){const _0x17799d=_0x26f570['next'];let _0x53e693='unknown';if(_0x17799d!==null&&typeof _0x17799d==='object'){const _0x5721c8=_0x17799d['version'];if(typeof _0x5721c8==='string')_0x53e693=_0x5721c8;}const _0x236f64={};_0x236f64['name']='next',_0x236f64['version']=_0x53e693,_0x44a3bf['push'](_0x236f64);}if(_0x26f570['__NUXT__']!==undefined&&_0x26f570['__NUXT__']!==null){const _0x33de01={};_0x33de01['name']='nuxt',_0x33de01['version']='unknown',_0x44a3bf['push'](_0x33de01);}if(_0x26f570['astro']!==undefined||typeof _0x26f570['__ASTRO_GLOB_TIME__']!=='undefined'){const _0x38da45={};_0x38da45['name']='astro',_0x38da45['version']='unknown',_0x44a3bf['push'](_0x38da45);}const _0x263c57=_0x26f570['React'];let _0x45ff4b=null;if(_0x263c57!==null&&typeof _0x263c57==='object'){const _0x103d03=_0x263c57['version'];if(typeof _0x103d03==='string')_0x45ff4b=_0x103d03;}if(_0x45ff4b!==null||_0x26f570['__REACT_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x44a3bf['some'](_0xc24098=>_0xc24098['name']==='next'||_0xc24098['name']==='react')){const _0x127f33={};_0x127f33['name']='react',_0x127f33['version']=_0x45ff4b??'unknown',_0x44a3bf['push'](_0x127f33);}}let _0x43b3d7=null;const _0x4babf7=_0x26f570['Vue'];if(_0x4babf7!==null&&typeof _0x4babf7==='object'){const _0x1bef1b=_0x4babf7['version'];if(typeof _0x1bef1b==='string')_0x43b3d7=_0x1bef1b;}if(_0x43b3d7!==null||_0x26f570['__VUE__']!==undefined||_0x26f570['__VUE_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x44a3bf['some'](_0x109a4b=>_0x109a4b['name']==='nuxt'||_0x109a4b['name']==='vue')){const _0x358b69={};_0x358b69['name']='vue',_0x358b69['version']=_0x43b3d7??'unknown',_0x44a3bf['push'](_0x358b69);}}if(_0x26f570['ng']!==undefined||_0x26f570['getAllAngularRootElements']!==undefined){const _0x3e2c47={};_0x3e2c47['name']='angular',_0x3e2c47['version']='unknown',_0x44a3bf['push'](_0x3e2c47);}if(_0x26f570['__svelte']!==undefined||_0x26f570['__SVELTEKIT_PAYLOAD__']!==undefined){const _0x3fc7f7={};_0x3fc7f7['name']='svelte',_0x3fc7f7['version']='unknown',_0x44a3bf['push'](_0x3fc7f7);}if(_0x26f570['__PREACT_DEVTOOLS__']!==undefined){const _0x2f325b={};_0x2f325b['name']='preact',_0x2f325b['version']='unknown',_0x44a3bf['push'](_0x2f325b);}return _0x44a3bf;}function collectIntegrations(_0x39a962){const _0x5e8a19=new Set(),_0x20e228=[],_0x4ea629=_0x275865=>{if(typeof _0x275865['name']!=='string'||_0x275865['name']['length']===0x0)return;if(typeof _0x275865['version']!=='string')return;if(_0x5e8a19['has'](_0x275865['name']))return;_0x5e8a19['add'](_0x275865['name']);const _0x2ccff0={};_0x2ccff0['name']=_0x275865['name'],_0x2ccff0['version']=_0x275865['version'],_0x20e228['push'](_0x2ccff0);};if(_0x39a962!==undefined){for(const _0x57ac9b of _0x39a962)_0x4ea629(_0x57ac9b);}for(const _0x24fc79 of getRegistry())_0x4ea629(_0x24fc79);for(const _0x32f040 of detectFrameworks())_0x4ea629(_0x32f040);return _0x20e228;}const PVID_KEY='__dx_pvid',PVID_LENGTH=0xa,PVID_ALPHABET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';function generatePageVisitId(){let _0x1f5306='';if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function'){const _0x16957b=new Uint8Array(PVID_LENGTH);crypto['getRandomValues'](_0x16957b);for(let _0x3d98d4=0x0;_0x3d98d4<PVID_LENGTH;_0x3d98d4+=0x1){_0x1f5306+=PVID_ALPHABET[_0x16957b[_0x3d98d4]%PVID_ALPHABET['length']];}return _0x1f5306;}for(let _0x218fac=0x0;_0x218fac<PVID_LENGTH;_0x218fac+=0x1){_0x1f5306+=PVID_ALPHABET[Math['floor'](Math['random']()*PVID_ALPHABET['length'])];}return _0x1f5306;}function getPageVisitId(){if(typeof window==='undefined')return generatePageVisitId();const _0x524b7d=window,_0x511e59=_0x524b7d[PVID_KEY];if(typeof _0x511e59==='string'&&_0x511e59['length']>0x0)return _0x511e59;const _0xb18ace=generatePageVisitId();return _0x524b7d[PVID_KEY]=_0xb18ace,_0xb18ace;}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x41547c=Date['now']();if(cachedSessionId!==null&&_0x41547c-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x41547c,persistSession(cachedSessionId,_0x41547c),cachedSessionId;const _0x4832a0=sessionStorage['getItem'](SESSION_KEY);if(_0x4832a0!==null)try{const _0x1f6a27=JSON['parse'](_0x4832a0);if(_0x41547c-_0x1f6a27['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x1f6a27['id'],lastActivity=_0x41547c,persistSession(_0x1f6a27['id'],_0x41547c),_0x1f6a27['id'];}catch{}const _0x4d2962=generateSessionId();return cachedSessionId=_0x4d2962,lastActivity=_0x41547c,persistSession(_0x4d2962,_0x41547c),_0x4d2962;}function persistSession(_0x3422cd,_0x26dbdd){try{const _0x11a79c={};_0x11a79c['id']=_0x3422cd,_0x11a79c['ts']=_0x26dbdd,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x11a79c));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0xf2e6d4=>{const _0x1b0ecb=Math['random']()*0x10|0x0,_0x19f734=_0xf2e6d4==='x'?_0x1b0ecb:_0x1b0ecb&0x3|0x8;return _0x19f734['toString'](0x10);});}const KEY_CLIENT_COOKIE='_dx',KEY_LOCAL_STORAGE='_dxl',KEY_IDB_STORE='_dx',KEY_IDB_KEY='d',IDB_DB_NAME='_dx',IDB_VERSION=0x1,COOKIE_MAX_AGE_SECONDS=0x16d*0x18*0x3c*0x3c;function*walkDomains(_0x2316bf){if(_0x2316bf['length']===0x0)return;if(/^[\d.]+$/['test'](_0x2316bf)||_0x2316bf['includes'](':'))return;if(!_0x2316bf['includes']('.'))return;const _0x2a3a0e=_0x2316bf['split']('.');for(let _0x5556d9=_0x2a3a0e['length']-0x2;_0x5556d9>=0x0;_0x5556d9--){const _0x331585=_0x2a3a0e['slice'](_0x5556d9)['join']('.');if(_0x331585===_0x2316bf)continue;yield _0x331585;}}function buildCookieAttributes(_0x4fa32c,_0xe87054){const _0x29be9c=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'',_0x120f52=_0x4fa32c!==null?';\x20domain='+_0x4fa32c:'';return';\x20path=/'+_0x120f52+';\x20'+_0xe87054+';\x20samesite=lax'+_0x29be9c;}function getCookie(){try{const _0x84522b=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x84522b?decodeURIComponent(_0x84522b[0x1]):null;}catch{return null;}}function writeCookieAtDomain(_0xcac8f7,_0x236b45){try{const _0x5788e1='max-age='+COOKIE_MAX_AGE_SECONDS;document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0xcac8f7)+buildCookieAttributes(_0x236b45,_0x5788e1);}catch{}}function setCookie(_0x9906fc){if(typeof document==='undefined'||typeof location==='undefined')return;for(const _0x173257 of walkDomains(location['hostname'])){writeCookieAtDomain(_0x9906fc,_0x173257);if(getCookie()===_0x9906fc)return;}writeCookieAtDomain(_0x9906fc,null);}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x10c85a){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x10c85a);}catch{}}function openIdb(){return new Promise(_0x4be3c2=>{try{const _0x4de92e=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x4de92e['onupgradeneeded']=()=>{const _0x394711=_0x4de92e['result'];!_0x394711['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x394711['createObjectStore'](KEY_IDB_STORE);},_0x4de92e['onsuccess']=()=>{const _0x353ed9=_0x4de92e['result'];_0x353ed9['onversionchange']=()=>_0x353ed9['close'](),_0x4be3c2(_0x353ed9);},_0x4de92e['onerror']=()=>_0x4be3c2(null),_0x4de92e['onblocked']=()=>_0x4be3c2(null);}catch{_0x4be3c2(null);}});}function getIndexedDb(){return new Promise(_0xe988c=>{openIdb()['then'](_0x2fd005=>{if(_0x2fd005===null){_0xe988c(null);return;}let _0x480914=![];const _0x1ee6c5=_0x138897=>{if(_0x480914)return;_0x480914=!![],_0x2fd005['close'](),_0xe988c(_0x138897);};try{const _0x3ac361=_0x2fd005['transaction'](KEY_IDB_STORE,'readonly'),_0xe0396f=_0x3ac361['objectStore'](KEY_IDB_STORE),_0x1ccd89=_0xe0396f['get'](KEY_IDB_KEY);_0x1ccd89['onsuccess']=()=>_0x1ee6c5(typeof _0x1ccd89['result']==='string'?_0x1ccd89['result']:null),_0x1ccd89['onerror']=()=>_0x1ee6c5(null),_0x3ac361['onabort']=()=>_0x1ee6c5(null);}catch{_0x1ee6c5(null);}})['catch'](()=>_0xe988c(null));});}function setIndexedDb(_0x3f9de6){openIdb()['then'](_0x262c25=>{if(_0x262c25===null)return;try{const _0x17b2cf=_0x262c25['transaction'](KEY_IDB_STORE,'readwrite'),_0x361992=_0x17b2cf['objectStore'](KEY_IDB_STORE);_0x361992['put'](_0x3f9de6,KEY_IDB_KEY),_0x17b2cf['oncomplete']=()=>_0x262c25['close'](),_0x17b2cf['onerror']=()=>_0x262c25['close']();}catch{_0x262c25['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x27fcce=getCookie();if(_0x27fcce!==null)return _0x27fcce;const _0x46fee0=getLocalStorage$1();if(_0x46fee0!==null)return _0x46fee0;return getIndexedDb();}function saveDeviceToken(_0x20b7df){setCookie(_0x20b7df),setLocalStorage(_0x20b7df),setIndexedDb(_0x20b7df);}class SentinelError extends Error{['code'];constructor(_0x128595,_0x31b239){super(_0x128595),this['name']='SentinelError',this['code']=_0x31b239,Object['setPrototypeOf'](this,new.target.prototype);}}function isSentinelError(_0x5015cc){if(_0x5015cc===null||typeof _0x5015cc!=='object')return![];const _0x4815d6=_0x5015cc;return(_0x4815d6['name']==='SentinelError'||_0x4815d6['name']==='CspBlockError'||_0x4815d6['name']==='FetchTimeoutError')&&typeof _0x4815d6['code']==='string';}class CspBlockError extends SentinelError{['violation'];constructor(_0x287589,_0x2c4656){super(_0x287589,'csp_block'),this['name']='CspBlockError',this['violation']=_0x2c4656,Object['setPrototypeOf'](this,new.target.prototype);}}async function withCspDetection(_0x26bcd5,_0x2896a1){if(typeof document==='undefined')return _0x2896a1();let _0x2f67d6;try{_0x2f67d6=new URL(_0x26bcd5,typeof location!=='undefined'?location['href']:'http://localhost/');}catch{return _0x2896a1();}const _0x1b639a={};_0x1b639a['event']=null;const _0x11cc90=_0x1b639a,_0x508568=_0x2f67d6['protocol']['slice'](0x0,-0x1),_0x18db38=_0x3ed8dc=>{const _0x25403a=_0x3ed8dc,_0x16a696=_0x25403a['blockedURI'];(_0x16a696===_0x2f67d6['href']||_0x16a696===_0x2f67d6['origin']||_0x16a696===_0x508568)&&(_0x11cc90['event']=_0x25403a);};document['addEventListener']('securitypolicyviolation',_0x18db38);try{return await _0x2896a1();}catch(_0x43aded){if(_0x11cc90['event']!==null)throw new CspBlockError('Request\x20to\x20'+_0x2f67d6['href']+'\x20blocked\x20by\x20Content-Security-Policy',_0x11cc90['event']);throw _0x43aded;}finally{document['removeEventListener']('securitypolicyviolation',_0x18db38);}}function visibilityAwareWait(_0x1a2f94,_0x8f8851){if(_0x8f8851?.['aborted']===!![])return Promise['resolve']();if(typeof document==='undefined')return new Promise(_0x363840=>{const _0x4532f6=setTimeout(_0x363840,_0x1a2f94),_0x8b1750={};_0x8b1750['once']=!![],_0x8f8851?.['addEventListener']('abort',()=>{clearTimeout(_0x4532f6),_0x363840();},_0x8b1750);});return new Promise(_0x4fb167=>{let _0x5a8c4e=_0x1a2f94,_0x5cc0e4=0x0,_0xca1176=null,_0x38457d=![];function _0xda9b3(){if(_0xca1176===null)return;clearTimeout(_0xca1176),_0xca1176=null,_0x5a8c4e-=Date['now']()-_0x5cc0e4;if(_0x5a8c4e<0x0)_0x5a8c4e=0x0;}function _0x33e62b(){if(_0x38457d)return;_0x38457d=!![],document['removeEventListener']('visibilitychange',_0x4a95ef);if(_0x8f8851!==undefined)_0x8f8851['removeEventListener']('abort',_0x10fde7);_0xca1176!==null&&(clearTimeout(_0xca1176),_0xca1176=null),_0x4fb167();}function _0x8b3d2e(){if(_0x38457d||_0xca1176!==null)return;if(_0x5a8c4e<=0x0){_0x33e62b();return;}_0x5cc0e4=Date['now'](),_0xca1176=setTimeout(_0x33e62b,_0x5a8c4e);}function _0x4a95ef(){document['hidden']?_0xda9b3():_0x8b3d2e();}function _0x10fde7(){_0x33e62b();}document['addEventListener']('visibilitychange',_0x4a95ef);const _0x370ce6={};_0x370ce6['once']=!![];if(_0x8f8851!==undefined)_0x8f8851['addEventListener']('abort',_0x10fde7,_0x370ce6);!document['hidden']&&_0x8b3d2e();});}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710,DEFAULT_TIMEOUT=0x7530;class FetchTimeoutError extends SentinelError{['timeoutMs'];constructor(_0x11c83d){super('fetch\x20did\x20not\x20complete\x20within\x20'+_0x11c83d+'ms','client_timeout'),this['name']='FetchTimeoutError',this['timeoutMs']=_0x11c83d,Object['setPrototypeOf'](this,new.target.prototype);}}async function fetchWithRetry(_0x289950,_0x5e85e4,_0x2cb49a){const _0x3ced26=_0x2cb49a?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x453fa6=_0x2cb49a?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x3f6b07=_0x2cb49a?.['maxDelayMs']??DEFAULT_MAX_DELAY,_0x35e4ef=_0x2cb49a?.['timeoutMs']??DEFAULT_TIMEOUT;for(let _0x52cf64=0x0;_0x52cf64<=_0x3ced26;_0x52cf64++){let _0x1bea05,_0x1ea87a,_0x137ef7,_0x37f111;const _0x2c7199=_0x5e85e4?.['signal'];try{_0x137ef7=new AbortController();if(_0x2c7199!==undefined&&_0x2c7199!==null){if(_0x2c7199['aborted'])_0x137ef7['abort'](_0x2c7199['reason']);else{const _0x214a37=_0x137ef7;_0x37f111=()=>_0x214a37['abort'](_0x2c7199['reason']);const _0x1ce2d2={};_0x1ce2d2['once']=!![],_0x2c7199['addEventListener']('abort',_0x37f111,_0x1ce2d2);}}_0x1ea87a=setTimeout(()=>{_0x1bea05=Date['now'](),_0x137ef7?.['abort']();},_0x35e4ef);const _0x2bc80a={..._0x5e85e4};_0x2bc80a['signal']=_0x137ef7['signal'];const _0x292a63=await fetch(_0x289950,_0x2bc80a);clearTimeout(_0x1ea87a);_0x37f111!==undefined&&_0x2c7199!==undefined&&_0x2c7199!==null&&_0x2c7199['removeEventListener']('abort',_0x37f111);if(_0x292a63['ok']||_0x292a63['status']<0x1f4&&_0x292a63['status']!==0x1ad)return _0x292a63;if((_0x292a63['status']===0x1ad||_0x292a63['status']>=0x1f4)&&_0x52cf64<_0x3ced26){const _0x4cd1a7=parseRetryAfter(_0x292a63['headers']['get']('Retry-After'));await visibilityAwareWait(_0x4cd1a7??computeBackoff(_0x52cf64,_0x453fa6,_0x3f6b07),_0x2c7199??undefined);continue;}return _0x292a63;}catch(_0x4c1c7c){clearTimeout(_0x1ea87a);_0x37f111!==undefined&&_0x2c7199!==undefined&&_0x2c7199!==null&&_0x2c7199['removeEventListener']('abort',_0x37f111);const _0x562c98=_0x2c7199?.['aborted']===!![];if(_0x562c98)throw _0x4c1c7c;if(_0x52cf64>=_0x3ced26){if(_0x1bea05!==undefined)throw new FetchTimeoutError(_0x35e4ef);throw _0x4c1c7c;}await visibilityAwareWait(computeBackoff(_0x52cf64,_0x453fa6,_0x3f6b07),_0x2c7199??undefined);}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x5f1b8a,_0x2540d1,_0x34e362){const _0x37ae66=Math['min'](_0x34e362,_0x2540d1*0x2**_0x5f1b8a);return _0x37ae66*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x3fcdb5){if(_0x3fcdb5===null)return null;const _0x1d5eb7=Number(_0x3fcdb5);if(!Number['isNaN'](_0x1d5eb7)&&_0x1d5eb7>0x0)return _0x1d5eb7*0x3e8;const _0x55c10b=Date['parse'](_0x3fcdb5);if(!Number['isNaN'](_0x55c10b))return Math['max'](0x0,_0x55c10b-Date['now']());return null;}const SENSITIVE_PARAMS=['token','key','secret','password','auth','session','jwt','api_key','apikey','credential','bearer','signature','sig','access_token','refresh_token','code','state','ssn','credit_card','card_number'];function sanitizeUrl(_0x20caa2){try{const _0x2c4c0f=new URL(_0x20caa2),_0x5224ed=[];for(const [_0x19e893]of _0x2c4c0f['searchParams']){const _0x5a3855=_0x19e893['toLowerCase']();SENSITIVE_PARAMS['some'](_0x3b6d6e=>_0x5a3855['includes'](_0x3b6d6e))&&_0x5224ed['push'](_0x19e893);}for(const _0x1c8ee4 of _0x5224ed){_0x2c4c0f['searchParams']['set'](_0x1c8ee4,'[REDACTED]');}return _0x2c4c0f['hash']='',_0x2c4c0f['toString']();}catch{return _0x20caa2;}}function fnv1aBytes(_0x10b66f){let _0x2971b2=0x811c9dc5;for(let _0x3543f3=0x0;_0x3543f3<_0x10b66f['length'];_0x3543f3++){_0x2971b2^=_0x10b66f[_0x3543f3],_0x2971b2=Math['imul'](_0x2971b2,0x1000193);}return _0x2971b2>>>0x0;}const SUFFIX_MIN_LEN=0x8,SUFFIX_MAX_LEN=0x16,CHUNK_MIN_LEN=0x3,CHUNK_MAX_LEN=0x6;function hash16(_0x5ad11f){const _0x50db5b=new TextEncoder()['encode'](_0x5ad11f),_0x35ebf2=new Uint8Array(0x10);for(let _0x41da86=0x0;_0x41da86<0x4;_0x41da86+=0x1){const _0x3ddef1=new Uint8Array(_0x50db5b['length']+0x1);_0x3ddef1[0x0]=0x55+_0x41da86*0x37,_0x3ddef1['set'](_0x50db5b,0x1);const _0x38c2e3=fnv1aBytes(_0x3ddef1);_0x35ebf2[_0x41da86*0x4]=_0x38c2e3>>>0x18&0xff,_0x35ebf2[_0x41da86*0x4+0x1]=_0x38c2e3>>>0x10&0xff,_0x35ebf2[_0x41da86*0x4+0x2]=_0x38c2e3>>>0x8&0xff,_0x35ebf2[_0x41da86*0x4+0x3]=_0x38c2e3&0xff;}return _0x35ebf2;}function toBase64Url$1(_0x4985f0){let _0x4776cb='';for(let _0x35f215=0x0;_0x35f215<_0x4985f0['length'];_0x35f215+=0x1){_0x4776cb+=String['fromCharCode'](_0x4985f0[_0x35f215]);}return btoa(_0x4776cb)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function mapByteToRange(_0x2eaa27,_0x5c5931,_0x5b6eee){return _0x5c5931+Math['floor']((_0x2eaa27&0xff)*(_0x5b6eee-_0x5c5931+0x1)/0x100);}function chunkBySlash(_0x1a40a9,_0x769e38){let _0x59b181=0x0,_0x1a4b60='';while(_0x59b181<_0x1a40a9['length']){const _0xad1e6e=mapByteToRange(_0x769e38[_0x59b181&0xf],CHUNK_MIN_LEN,CHUNK_MAX_LEN),_0x247509=Math['min'](_0x1a40a9['length'],_0x59b181+_0xad1e6e);if(_0x1a4b60['length']>0x0)_0x1a4b60+='/';_0x1a4b60+=_0x1a40a9['slice'](_0x59b181,_0x247509),_0x59b181=_0x247509;}return _0x1a4b60;}function buildEndpointSuffix(_0x26c27f,_0x538fad){const _0x43f475=_0x538fad!==undefined&&_0x538fad['length']>0x0?_0x26c27f+'\x00'+_0x538fad:_0x26c27f,_0x1a11d8=hash16(_0x43f475),_0x3ff6b9=mapByteToRange(_0x1a11d8[0xf],SUFFIX_MIN_LEN,SUFFIX_MAX_LEN),_0x5c9fa6=toBase64Url$1(_0x1a11d8)['slice'](0x0,_0x3ff6b9),_0x12c3cf=fnv1aBytes(new TextEncoder()['encode'](_0x5c9fa6)),_0x1ef744=toBase64Url$1(new Uint8Array([_0x12c3cf>>>0x18&0xff,_0x12c3cf>>>0x10&0xff]))['slice'](0x0,0x2);return chunkBySlash(_0x5c9fa6+_0x1ef744,_0x1a11d8);}function randomizeEndpoint(_0x2a93cd,_0x336242={}){const _0x586362=_0x336242['replacePath']??!![];let _0x4e34b7;try{_0x4e34b7=new URL(_0x2a93cd);}catch{return _0x2a93cd;}const _0x599796=buildEndpointSuffix(_0x2a93cd,_0x336242['nonce']);if(_0x586362)_0x4e34b7['pathname']='/'+_0x599796;else{let _0x263e4d=_0x4e34b7['pathname'];if(!_0x263e4d['endsWith']('/'))_0x263e4d+='/';_0x263e4d+=_0x599796,_0x4e34b7['pathname']=_0x263e4d;}return _0x4e34b7['toString']();}function toBase64Url(_0x3d60f7){let _0x154cb5='';for(let _0x2b9105=0x0;_0x2b9105<_0x3d60f7['length'];_0x2b9105++){_0x154cb5+=String['fromCharCode'](_0x3d60f7[_0x2b9105]);}return btoa(_0x154cb5)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function fromBase64Url(_0x4b25f9){const _0x5a0782=_0x4b25f9['replace'](/-/g,'+')['replace'](/_/g,'/'),_0x1d1518=_0x5a0782+'='['repeat']((0x4-_0x5a0782['length']%0x4)%0x4),_0x44545b=atob(_0x1d1518),_0x185d19=new Uint8Array(_0x44545b['length']);for(let _0x426915=0x0;_0x426915<_0x44545b['length'];_0x426915++){_0x185d19[_0x426915]=_0x44545b['charCodeAt'](_0x426915);}return _0x185d19;}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x4015a4){if(!isCompressionSupported())return _0x4015a4;const _0xc37893=new Blob([_0x4015a4])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x2c6121=await new Response(_0xc37893)['arrayBuffer']();return new Uint8Array(_0x2c6121);}function isDecompressionSupported(){return typeof DecompressionStream!=='undefined';}async function decompressPayload(_0x506e73){if(!isDecompressionSupported())return _0x506e73;const _0x82b133=new Blob([_0x506e73])['stream']()['pipeThrough'](new DecompressionStream('deflate-raw')),_0x4f1930=await new Response(_0x82b133)['arrayBuffer']();return new Uint8Array(_0x4f1930);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x2b9d27){const _0x39cde4=new Uint8Array(_0x2b9d27);try{if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function')return crypto['getRandomValues'](_0x39cde4),_0x39cde4;}catch{}for(let _0x23de07=0x0;_0x23de07<_0x2b9d27;_0x23de07++){_0x39cde4[_0x23de07]=Math['random']()*0x100&0xff;}return _0x39cde4;}function createXorEnvelope(_0x343278){const _0x2f7da0=getRandomBytes(0x1)[0x0],_0x2c1646=Math['floor'](Math['random']()*MAX_PADDING),_0x35f34b=getRandomBytes(_0x2c1646),_0x23b336=getRandomBytes(KEY_LENGTH),_0x4f45e7=0x1+0x2+0x1+_0x2c1646+KEY_LENGTH,_0x204f62=new Uint8Array(_0x4f45e7+_0x343278['length']);let _0x3fd332=0x0;_0x204f62[_0x3fd332++]=_0x2f7da0,_0x204f62[_0x3fd332++]=MARKER_1+_0x2f7da0&0xff,_0x204f62[_0x3fd332++]=MARKER_2+_0x2f7da0&0xff,_0x204f62[_0x3fd332++]=_0x2c1646+_0x2f7da0&0xff,_0x204f62['set'](_0x35f34b,_0x3fd332),_0x3fd332+=_0x2c1646,_0x204f62['set'](_0x23b336,_0x3fd332),_0x3fd332+=KEY_LENGTH;for(let _0x38af92=0x0;_0x38af92<_0x343278['length'];_0x38af92++){_0x204f62[_0x3fd332+_0x38af92]=_0x343278[_0x38af92]^_0x23b336[_0x38af92%KEY_LENGTH];}return _0x204f62;}async function encodePayload(_0x5ef1e9){const _0x37b00b=new TextEncoder()['encode'](_0x5ef1e9),_0x49ae0a=isCompressionSupported(),_0x4ee471=_0x49ae0a?await compressPayload(_0x37b00b):_0x37b00b,_0xdbdb55=createXorEnvelope(_0x4ee471),_0x1f8361={};_0x1f8361['v']=0x1,_0x1f8361['c']=_0x49ae0a;const _0x482c8d=JSON['stringify'](_0x1f8361),_0x18f207=new TextEncoder()['encode'](_0x482c8d);return toBase64Url(_0x18f207)+':'+toBase64Url(_0xdbdb55);}function decodeXorEnvelope(_0x5558b4){if(_0x5558b4['length']<0x1+0x2+0x1+KEY_LENGTH)throw new Error('xor-envelope:\x20buffer\x20too\x20short\x20to\x20contain\x20a\x20valid\x20envelope');const _0x179a4b=_0x5558b4[0x0],_0x418308=_0x5558b4[0x1]-_0x179a4b&0xff,_0x5a9fd7=_0x5558b4[0x2]-_0x179a4b&0xff;if(_0x418308!==MARKER_1||_0x5a9fd7!==MARKER_2)throw new Error('xor-envelope:\x20marker\x20mismatch\x20—\x20not\x20a\x20valid\x20envelope');const _0x3c873f=_0x5558b4[0x3]-_0x179a4b&0xff,_0x642a1e=0x1+0x2+0x1+_0x3c873f+KEY_LENGTH;if(_0x5558b4['length']<_0x642a1e)throw new Error('xor-envelope:\x20declared\x20padding/key\x20extends\x20past\x20buffer');const _0x32ad54=_0x5558b4['subarray'](0x4+_0x3c873f,0x4+_0x3c873f+KEY_LENGTH),_0x12bcb9=_0x642a1e,_0x29cefd=_0x5558b4['subarray'](_0x12bcb9),_0x3a6f88=new Uint8Array(_0x29cefd['length']);for(let _0x490492=0x0;_0x490492<_0x29cefd['length'];_0x490492+=0x1){_0x3a6f88[_0x490492]=_0x29cefd[_0x490492]^_0x32ad54[_0x490492%KEY_LENGTH];}return _0x3a6f88;}async function decodePayload(_0x3f7e4e){const _0x2751d0=_0x3f7e4e['indexOf'](':');if(_0x2751d0===-0x1)throw new Error('decodePayload:\x20missing\x20\x22:\x22\x20separator\x20between\x20metadata\x20and\x20envelope');const _0x46f7c1=_0x3f7e4e['slice'](0x0,_0x2751d0),_0x432bf5=_0x3f7e4e['slice'](_0x2751d0+0x1);let _0x223b1f;try{const _0x2bd2db=fromBase64Url(_0x46f7c1),_0x576c1d=new TextDecoder()['decode'](_0x2bd2db);_0x223b1f=JSON['parse'](_0x576c1d);}catch(_0x5129dc){throw new Error('decodePayload:\x20failed\x20to\x20parse\x20metadata\x20segment\x20('+String(_0x5129dc)+')');}if(_0x223b1f['v']!==0x1)throw new Error('decodePayload:\x20unsupported\x20envelope\x20version\x20'+String(_0x223b1f['v']));const _0x320ba5=fromBase64Url(_0x432bf5),_0xf6fb1d=decodeXorEnvelope(_0x320ba5),_0x54dd32=_0x223b1f['c']===!![]?await decompressPayload(_0xf6fb1d):_0xf6fb1d;return new TextDecoder()['decode'](_0x54dd32);}let chainTail=Promise['resolve']();async function capture(_0x1c8bb9,_0x47ae63,_0x1f6c11){const _0x37be5c=chainTail;let _0x142830=()=>undefined;const _0x1e97e3=new Promise(_0x347b89=>{_0x142830=_0x347b89;});chainTail=_0x37be5c['then'](()=>_0x1e97e3);try{await _0x37be5c;}catch{}try{return await doCapture(_0x1c8bb9,_0x47ae63,_0x1f6c11);}finally{_0x142830();}}async function doCapture(_0x5b4ee2,_0x5dddf8,_0x3972f4){const {components:_0x4e1d70,version:_0x4460b0}=await _0x5b4ee2['get'](),_0x54894e=await loadDeviceToken()??undefined,_0x289063=_0x5dddf8['replay']!==undefined?_0x5dddf8['replay']['list']():undefined,_0x39186=_0x5dddf8['urlPrivacy']==='minimal',_0x246549=_0xfbc836=>{if(!_0x39186)return sanitizeUrl(_0xfbc836);try{return new URL(_0xfbc836)['origin'];}catch{return'';}},_0x2c3757=typeof document!=='undefined'&&document['referrer']?document['referrer']:'',_0x69e7db=typeof document!=='undefined'?document['title']:'',_0x4c64fd={'components':_0x4e1d70,'version':_0x4460b0,'token':_0x54894e,'linkedId':_0x3972f4?.['linkedId'],'tag':_0x3972f4?.['tag'],'custom':_0x3972f4?.['custom'],'url':typeof location!=='undefined'?_0x246549(location['href']):undefined,'referrer':_0x2c3757!==''?_0x246549(_0x2c3757):undefined,'pageTitle':_0x39186?undefined:_0x69e7db||undefined,'sessionId':getSessionId(),'pageVisitId':getPageVisitId(),'previousRequestIds':_0x289063,'clientTimestamp':Date['now'](),'integrationInfo':((()=>{const _0x3569c1=collectIntegrations(_0x5dddf8['integrationInfo']);return _0x3569c1['length']>0x0?_0x3569c1:undefined;})())},_0x10d9e3=await encodePayload(JSON['stringify'](_0x4c64fd)),_0x4533c5=_0x5dddf8['randomizeStrategy']!==undefined&&_0x5dddf8['randomizeStrategy']!=='off'?randomizeEndpoint(_0x5dddf8['endpoint'],{'replacePath':_0x5dddf8['randomizeStrategy']==='replace','nonce':typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function'?crypto['randomUUID']():Date['now']()+'-'+Math['random']()}):_0x5dddf8['endpoint'],_0x2171a7={};_0x2171a7['Content-Type']='text/plain',_0x2171a7['X-API-Key']=_0x5dddf8['apiKey'];const _0x18ee84={};_0x18ee84['method']='POST',_0x18ee84['headers']=_0x2171a7,_0x18ee84['credentials']='include',_0x18ee84['body']=_0x10d9e3,_0x18ee84['signal']=_0x3972f4?.['signal'];const _0x34a6ca=await withCspDetection(_0x4533c5,()=>fetchWithRetry(_0x4533c5,_0x18ee84,_0x5dddf8['retry']));if(!_0x34a6ca['ok']){let _0x4120dd;try{const _0xe17cb4=await _0x34a6ca['json']();_0x4120dd=_0xe17cb4['error']??'HTTP\x20'+_0x34a6ca['status'];}catch{_0x4120dd='HTTP\x20'+_0x34a6ca['status'];}throw new Error('Endpoint\x20error:\x20'+_0x4120dd);}const _0x4cf54b=await _0x34a6ca['json']();return _0x4cf54b['token']&&saveDeviceToken(_0x4cf54b['token']),_0x5dddf8['replay']!==undefined&&typeof _0x4cf54b['requestId']==='string'&&_0x4cf54b['requestId']['length']>0x0&&_0x5dddf8['replay']['record'](_0x4cf54b['requestId']),_0x4cf54b;}function wait(_0x59f776,_0x470c66){return new Promise(_0x42969a=>setTimeout(_0x42969a,_0x59f776,_0x470c66));}function releaseEventLoop(){return new Promise(_0x2915b3=>{const _0x4a391d=new MessageChannel();_0x4a391d['port1']['onmessage']=()=>_0x2915b3(),_0x4a391d['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x4e087e,_0x26bff8=Infinity){const {requestIdleCallback:_0x1002a2}=window;if(typeof _0x1002a2==='function'){const _0x5bfdf3={};return _0x5bfdf3['timeout']=_0x26bff8,new Promise(_0x57d854=>_0x1002a2['call'](window,()=>_0x57d854(),_0x5bfdf3));}return wait(Math['min'](_0x4e087e,_0x26bff8));}function isPromise(_0x5689a2){return _0x5689a2!==null&&_0x5689a2!==undefined&&typeof _0x5689a2['then']==='function';}function awaitIfAsync(_0x1beae3,_0x41398c){try{const _0x56a56f=_0x1beae3();isPromise(_0x56a56f)?_0x56a56f['then'](_0x3615f4=>_0x41398c(!![],_0x3615f4),_0x2b7c92=>_0x41398c(![],_0x2b7c92)):_0x41398c(!![],_0x56a56f);}catch(_0x2f069e){_0x41398c(![],_0x2f069e);}}async function mapWithBreaks(_0x1be3f1,_0x81c86a,_0x2fc0fd=0x10){const _0x5a9e17=Array(_0x1be3f1['length']);let _0x4eb5e6=Date['now']();for(let _0x3c82d0=0x0;_0x3c82d0<_0x1be3f1['length'];++_0x3c82d0){_0x5a9e17[_0x3c82d0]=_0x81c86a(_0x1be3f1[_0x3c82d0],_0x3c82d0);const _0x31d171=Date['now']();_0x31d171>=_0x4eb5e6+_0x2fc0fd&&(_0x4eb5e6=_0x31d171,await releaseEventLoop());}return _0x5a9e17;}function withTimeout(_0x5df130,_0x4aa050,_0x340693){return new Promise(_0x2b050a=>{let _0x1257f5=![];const _0x4d72e3=setTimeout(()=>{!_0x1257f5&&(_0x1257f5=!![],_0x2b050a(_0x340693));},_0x4aa050);_0x5df130['then'](_0x128d07=>{!_0x1257f5&&(_0x1257f5=!![],clearTimeout(_0x4d72e3),_0x2b050a(_0x128d07));},()=>{!_0x1257f5&&(_0x1257f5=!![],clearTimeout(_0x4d72e3),_0x2b050a(_0x340693));});});}function withTimeoutReject(_0x4950ec,_0x37406d,_0x5871f4){return new Promise((_0x2afecd,_0x12c920)=>{let _0x3ea088=![];const _0x4ec272=setTimeout(()=>{!_0x3ea088&&(_0x3ea088=!![],_0x12c920(_0x5871f4()));},_0x37406d);_0x4950ec['then'](_0x5016a6=>{!_0x3ea088&&(_0x3ea088=!![],clearTimeout(_0x4ec272),_0x2afecd(_0x5016a6));},_0x922ccd=>{!_0x3ea088&&(_0x3ea088=!![],clearTimeout(_0x4ec272),_0x12c920(_0x922ccd instanceof Error?_0x922ccd:new Error(String(_0x922ccd))));});});}function suppressUnhandledRejectionWarning(_0x1f32e4){return _0x1f32e4['then'](undefined,()=>undefined),_0x1f32e4;}function includes(_0x668fcd,_0x5535d2){for(let _0x2bd774=0x0,_0x564485=_0x668fcd['length'];_0x2bd774<_0x564485;++_0x2bd774){if(_0x668fcd[_0x2bd774]===_0x5535d2)return!![];}return![];}function excludes(_0x8ae220,_0x410c06){return!includes(_0x8ae220,_0x410c06);}function toInt(_0x488990){return parseInt(_0x488990,0xa);}function toFloat(_0x2f5913){return parseFloat(_0x2f5913);}function replaceNaN(_0x4dc0da,_0x57ea20){return typeof _0x4dc0da==='number'&&isNaN(_0x4dc0da)?_0x57ea20:_0x4dc0da;}function countTruthy(_0x47e95f){return _0x47e95f['reduce']((_0x54f560,_0x56c124)=>_0x54f560+(Boolean(_0x56c124)?0x1:0x0),0x0);}function round$1(_0x1e2e8a,_0x407d92=0x1){if(Math['abs'](_0x407d92)>=0x1)return Math['round'](_0x1e2e8a/_0x407d92)*_0x407d92;const _0x2c80f0=0x1/_0x407d92;return Math['round'](_0x1e2e8a*_0x2c80f0)/_0x2c80f0;}function parseSimpleCssSelector(_0x460929){const _0x4e65ac='Unexpected\x20syntax\x20\x27'+_0x460929+'\x27',_0x1f624b=/^\s*([a-z-]*)(.*)$/i['exec'](_0x460929),_0x16c808=_0x1f624b[0x1]||undefined,_0x96c166={},_0x2b16f1=/([.:#][\w-]+|\[.+?\])/gi,_0xf2ca04=(_0x1cdd0b,_0x56419e)=>{!(_0x1cdd0b in _0x96c166)&&(_0x96c166[_0x1cdd0b]=[]),_0x96c166[_0x1cdd0b]['push'](_0x56419e);};for(;;){const _0x4c3645=_0x2b16f1['exec'](_0x1f624b[0x2]);if(!_0x4c3645)break;const _0x138818=_0x4c3645[0x0];switch(_0x138818[0x0]){case'.':_0xf2ca04('class',_0x138818['slice'](0x1));break;case'#':_0xf2ca04('id',_0x138818['slice'](0x1));break;case'[':{const _0x3f6488=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/['exec'](_0x138818);if(_0x3f6488)_0xf2ca04(_0x3f6488[0x1],_0x3f6488[0x4]??_0x3f6488[0x5]??'');else throw new Error(_0x4e65ac);break;}default:throw new Error(_0x4e65ac);}}return[_0x16c808,_0x96c166];}function getUTF8Bytes(_0x328a2d){const _0x5dbf74=new Uint8Array(_0x328a2d['length']);for(let _0x3a8ec8=0x0;_0x3a8ec8<_0x328a2d['length'];_0x3a8ec8++){const _0x516f92=_0x328a2d['charCodeAt'](_0x3a8ec8);if(_0x516f92>0x7f)return new TextEncoder()['encode'](_0x328a2d);_0x5dbf74[_0x3a8ec8]=_0x516f92;}return _0x5dbf74;}function isFinalResultLoaded(_0x43c596){return typeof _0x43c596!=='function';}function loadSource(_0x4043d1,_0x27801c){const _0xdb7259=suppressUnhandledRejectionWarning(new Promise(_0x3fdd63=>{awaitIfAsync(_0x4043d1['bind'](null,_0x27801c),(..._0x55c89a)=>{if(!_0x55c89a[0x0])return _0x3fdd63(()=>({'error':_0x55c89a[0x1]}));const _0x373c4d=_0x55c89a[0x1];if(isFinalResultLoaded(_0x373c4d))return _0x3fdd63(()=>({'value':_0x373c4d}));_0x3fdd63(()=>new Promise(_0x54c96d=>{awaitIfAsync(_0x373c4d,(..._0x101438)=>{if(!_0x101438[0x0]){const _0x307ce2={};return _0x307ce2['error']=_0x101438[0x1],_0x54c96d(_0x307ce2);}const _0x149da3={};_0x149da3['value']=_0x101438[0x1],_0x54c96d(_0x149da3);});}));});}));return function _0x19bba7(){return _0xdb7259['then'](_0x436699=>_0x436699());};}const COLLECTOR_HARD_TIMEOUT_MS=0x2710;function timeoutComponent(){return{'error':new Error('collector\x20timed\x20out'),'status':-0x2};}function loadSources(_0x1d8713,_0xfbe055,_0x1cc031,_0x2b9fa4){const _0x4fa661=Object['keys'](_0x1d8713)['filter'](_0x3373fa=>excludes(_0x1cc031,_0x3373fa)),_0x480482=suppressUnhandledRejectionWarning(mapWithBreaks(_0x4fa661,_0x569e40=>loadSource(_0x1d8713[_0x569e40],_0xfbe055),_0x2b9fa4));return async function _0x1ca338(){const _0x2e8258=await _0x480482,_0x3b220c=await mapWithBreaks(_0x2e8258,_0x3484d1=>suppressUnhandledRejectionWarning(withTimeout(_0x3484d1(),COLLECTOR_HARD_TIMEOUT_MS,timeoutComponent())),_0x2b9fa4),_0xe2647b=await Promise['all'](_0x3b220c),_0x4c06bc={};for(let _0x3aa9fe=0x0;_0x3aa9fe<_0x4fa661['length'];++_0x3aa9fe){_0x4c06bc[_0x4fa661[_0x3aa9fe]]=_0xe2647b[_0x3aa9fe];}return _0x4c06bc;};}function getAutomationDescriptor(){try{const _0x4cc283=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x4d2039=_0x4cc283!==undefined;let _0x1880cf=null;_0x4cc283&&(_0x1880cf=_0x4cc283['configurable']??null);let _0x4dfe3f=![],_0x4526e6=null;try{const _0x23c6e4=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x23c6e4&&(_0x4dfe3f=typeof _0x23c6e4['get']==='function',_0x4526e6=_0x23c6e4['configurable']??null);}catch{}const _0x5e195d={};return _0x5e195d['hasOwnWebdriver']=_0x4d2039,_0x5e195d['ownConfigurable']=_0x1880cf,_0x5e195d['prototypeHasGetter']=_0x4dfe3f,_0x5e195d['prototypeConfigurable']=_0x4526e6,_0x5e195d;}catch{const _0x5e5c3a={};return _0x5e5c3a['hasOwnWebdriver']=![],_0x5e5c3a['ownConfigurable']=null,_0x5e5c3a['prototypeHasGetter']=![],_0x5e5c3a['prototypeConfigurable']=null,_0x5e5c3a;}}function getCdpDetection(){try{const _0x52fb19=Error,_0x43fea1=_0x52fb19['prepareStackTrace'];let _0x93b54a=![];Object['defineProperty'](_0x52fb19,'prepareStackTrace',{'get'(){return _0x93b54a=!![],_0x43fea1;},'set'(_0x1cafe7){const _0x4c891b={};_0x4c891b['value']=_0x1cafe7,_0x4c891b['writable']=!![],_0x4c891b['configurable']=!![],Object['defineProperty'](_0x52fb19,'prepareStackTrace',_0x4c891b);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x3238f1={};_0x3238f1['value']=_0x43fea1,_0x3238f1['writable']=!![],_0x3238f1['configurable']=!![],Object['defineProperty'](_0x52fb19,'prepareStackTrace',_0x3238f1);}catch{}return _0x93b54a;}catch{return![];}}function getChromeRuntime(){try{const _0x4c7ccf=window,_0x5e6e5b=_0x4c7ccf['chrome'];if(!_0x5e6e5b||typeof _0x5e6e5b!=='object'){const _0x1e15cc={};return _0x1e15cc['hasChrome']=![],_0x1e15cc['hasRuntime']=![],_0x1e15cc['hasPlatformOs']=![],_0x1e15cc['hasConnect']=![],_0x1e15cc['connectNative']=![],_0x1e15cc['hasApp']=![],_0x1e15cc['appIsInstalled']=null,_0x1e15cc['hasCsi']=![],_0x1e15cc['hasLoadTimes']=![],_0x1e15cc['runtimeKeyCount']=0x0,_0x1e15cc;}const _0x22bbb1=_0x5e6e5b['runtime'],_0x302ca1=_0x22bbb1!==undefined&&_0x22bbb1!==null;let _0x41c541=![],_0x1a606c=![],_0x128725=![],_0x4f4a0a=0x0;if(_0x302ca1&&typeof _0x22bbb1==='object'){_0x41c541='PlatformOs'in _0x22bbb1||'PlatformArch'in _0x22bbb1,_0x1a606c=typeof _0x22bbb1['connect']==='function';if(_0x1a606c)try{_0x128725=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x22bbb1['connect']));}catch{_0x128725=![];}try{_0x4f4a0a=Object['getOwnPropertyNames'](_0x22bbb1)['length'];}catch{_0x4f4a0a=0x0;}}const _0x3a5fc1=_0x5e6e5b['app'],_0x32183b=_0x3a5fc1!==undefined&&_0x3a5fc1!==null;let _0x5d4efc=null;_0x32183b&&typeof _0x3a5fc1==='object'&&(_0x5d4efc=_0x3a5fc1['isInstalled']===!![]);const _0xcd7ea9=typeof _0x5e6e5b['csi']==='function',_0x34b49a=typeof _0x5e6e5b['loadTimes']==='function',_0x1f78c2={};return _0x1f78c2['hasChrome']=!![],_0x1f78c2['hasRuntime']=_0x302ca1,_0x1f78c2['hasPlatformOs']=_0x41c541,_0x1f78c2['hasConnect']=_0x1a606c,_0x1f78c2['connectNative']=_0x128725,_0x1f78c2['hasApp']=_0x32183b,_0x1f78c2['appIsInstalled']=_0x5d4efc,_0x1f78c2['hasCsi']=_0xcd7ea9,_0x1f78c2['hasLoadTimes']=_0x34b49a,_0x1f78c2['runtimeKeyCount']=_0x4f4a0a,_0x1f78c2;}catch{return null;}}function errorToObject(_0x721387){return{'name':_0x721387['name'],'message':_0x721387['message'],'stack':_0x721387['stack']?.['split']('\x0a'),..._0x721387};}function isFunctionNative(_0x295c99){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x295c99));}function isTrident(){const _0x818334=window,_0x407380=navigator;return countTruthy(['MSCSSMatrix'in _0x818334,'msSetImmediate'in _0x818334,'msIndexedDB'in _0x818334,'msMaxTouchPoints'in _0x407380,'msPointerEnabled'in _0x407380])>=0x4;}function isEdgeHTML(){const _0x262774=window,_0x4af7f0=navigator;return countTruthy(['msWriteProfilerMark'in _0x262774,'MSStream'in _0x262774,'msLaunchUri'in _0x4af7f0,'msSaveBlob'in _0x4af7f0])>=0x3&&!isTrident();}function isChromium(){const _0x134dc5=window,_0x305b00=navigator;return countTruthy(['webkitPersistentStorage'in _0x305b00,'webkitTemporaryStorage'in _0x305b00,(_0x305b00['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x134dc5,'BatteryManager'in _0x134dc5,'webkitMediaStream'in _0x134dc5,'webkitSpeechGrammar'in _0x134dc5])>=0x5;}function isWebKit(){const _0x896e31=window,_0x4e5c9c=navigator;return countTruthy(['ApplePayError'in _0x896e31,'CSSPrimitiveValue'in _0x896e31,'Counter'in _0x896e31,_0x4e5c9c['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x896e31,'WebKitMediaKeys'in _0x896e31])>=0x4;}function isDesktopWebKit(){const _0x3098bf=window;return countTruthy(['safari'in _0x3098bf,!('ongestureend'in _0x3098bf),!('TouchEvent'in _0x3098bf),!('orientation'in _0x3098bf),!('autocapitalize'in _0x3098bf['HTMLElement']['prototype']),'pointerLockElement'in _0x3098bf['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x54b27c=window;return isFunctionNative(_0x54b27c['print'])&&String(_0x54b27c['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x6b385d=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x6b385d,'mozInnerScreenX'in _0x6b385d,'CSSMozDocumentRule'in _0x6b385d,'CanvasCaptureMediaStream'in _0x6b385d])>=0x4;}function isGecko120OrNewer(){const _0x36aab7=window,_0x3e1644=navigator,{CSS:_0x50105d}=_0x36aab7;return countTruthy(['userActivation'in _0x3e1644,_0x50105d['supports']('color','light-dark(#000,\x20#fff)'),_0x50105d['supports']('height','1lh'),'globalPrivacyControl'in _0x3e1644])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x3395a5}=window;return countTruthy([_0x3395a5['supports']('selector(::details-content)'),_0x3395a5['supports']('selector(::before::marker)'),_0x3395a5['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x5ee2b5=window;return countTruthy([!('MediaSettingsRange'in _0x5ee2b5),'RTCEncodedAudioFrame'in _0x5ee2b5,''+_0x5ee2b5['Intl']==='[object\x20Intl]',''+_0x5ee2b5['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x4cb925=window,{URLPattern:_0x134efe}=_0x4cb925;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x4cb925,_0x134efe&&'hasRegExpGroups'in _0x134efe['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x301712=window;return countTruthy(['DOMRectList'in _0x301712,'RTCPeerConnectionIceEvent'in _0x301712,'SVGGeometryElement'in _0x301712,'ontransitioncancel'in _0x301712])>=0x3;}function isWebKit616OrNewer(){const _0x9632fc=window,_0x1095c0=navigator,{CSS:_0x26aebd,HTMLButtonElement:_0x3d9767}=_0x9632fc;return countTruthy([!('getStorageUpdates'in _0x1095c0),'popover'in _0x3d9767['prototype'],'CSSCounterStyleRule'in _0x9632fc,_0x26aebd['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x26aebd['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x3983ec=screen,_0x1b7410=_0x3983ec['width']/_0x3983ec['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x1b7410>0.65&&_0x1b7410<1.53])>=0x2;}function getFullscreenElement(){const _0x30a69c=document;return _0x30a69c['fullscreenElement']??_0x30a69c['msFullscreenElement']??_0x30a69c['mozFullScreenElement']??_0x30a69c['webkitFullscreenElement']??null;}function exitFullscreen(){const _0x3415cb=document;return _0x3415cb['exitFullscreen']['call'](_0x3415cb);}function isAndroid(){const _0x6f1d78=isChromium(),_0x32d687=isGecko(),_0x36aea6=window,_0x4b7ede=navigator,_0x26a253='connection';if(_0x6f1d78)return countTruthy([!('SharedWorker'in _0x36aea6),_0x4b7ede[_0x26a253]&&'ontypechange'in _0x4b7ede[_0x26a253],!('sinkId'in new Audio())])>=0x2;else{if(_0x32d687)return countTruthy(['onorientationchange'in _0x36aea6,'orientation'in _0x36aea6,/android/i['test'](_0x4b7ede['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x10f883=navigator,_0x5751b5=window,_0x40af41=Audio['prototype'],{visualViewport:_0x22a2d4}=_0x5751b5;return countTruthy(['srLatency'in _0x40af41,'srChannelCount'in _0x40af41,'devicePosture'in _0x10f883,_0x22a2d4&&'segments'in _0x22a2d4,'getTextInformation'in Image['prototype']])>=0x3;}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x3c429c=await new Promise(_0x540d48=>{if(isChromium()){const _0x2aa6b7=new Error();_0x2aa6b7['name']='\x20',Object['defineProperty'](_0x2aa6b7,'stack',{'get':_0x540d48['bind'](null,!![])}),console['debug'](_0x2aa6b7);}else{const _0x53ec99=document['createElement']('div');_0x53ec99['toString']=()=>'',Object['defineProperty'](_0x53ec99,'id',{'get'(){_0x540d48(!![]);const _0x37a65c=new Error();_0x37a65c['name']='';throw _0x37a65c;}}),console['debug'](_0x53ec99);}setTimeout(()=>_0x540d48(![]));});return _0x3c429c;}catch{return null;}}const THRESHOLD_PX=0xc8;function getDevtoolsWindowSize(){try{if(typeof window==='undefined')return null;if(window['top']!==window['self'])return null;const _0x2aea51=window['devicePixelRatio']||0x1,_0x1080f5=window['outerWidth']-window['innerWidth']*_0x2aea51,_0x425524=window['outerHeight']-window['innerHeight']*_0x2aea51;return _0x1080f5>THRESHOLD_PX||_0x425524>THRESHOLD_PX;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x3138a5=new Event(''),_0x32b5bf=_0x3138a5['isTrusted'];return typeof _0x32b5bf==='undefined'?null:{'isTrusted':_0x32b5bf};}catch{return null;}}const _0x3a30fd={};_0x3a30fd['window']=['awesomium'];const _0x1c2736={};_0x1c2736['window']=['RunPerfTest'];const _0x4ee565={};_0x4ee565['window']=['CefSharp'];const _0x3fac1c={};_0x3fac1c['window']=['emit'];const _0x4021b7={};_0x4021b7['window']=['fmget_targets'];const _0x4493f5={};_0x4493f5['window']=['geb'];const _0x553219={};_0x553219['window']=['__nightmare','nightmare'];const _0x3e734a={};_0x3e734a['window']=['__phantomas'];const _0x37a725={};_0x37a725['window']=['callPhantom','_phantom'];const _0x2b264f={};_0x2b264f['window']=['spawn'];const _0x304254={};_0x304254['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^[a-z]{3}_.*_(?:Array|Promise|Symbol)$/],_0x304254['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x88130f={};_0x88130f['window']=['wdioElectron'];const _0x2a03b1={};_0x2a03b1['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x2a03b1['document']=['__webdriver_script_fn','__driver_evaluate','__webdriver_evaluate','__fxdriver_evaluate','__driver_unwrapped','__webdriver_unwrapped','__fxdriver_unwrapped','__webdriver_script_fn','__webdriver_script_func','__webdriver_script_function','$cdc_asdjflasutopfhvcZLmcf','$cdc_asdjflasutopfhvcZLmcfl_','$chrome_asyncScriptInfo','__$webdriverAsyncExecutor'];const _0x572229={};_0x572229['window']=['domAutomation','domAutomationController'];const _0x53e6c9={};_0x53e6c9['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x25fc39={};_0x25fc39['window']=['__automa__'];const _0x3ddc3e={};_0x3ddc3e['window']=['_webscraper_data'];const _0x58df68={};_0x58df68['window']=['_KatalonRecorder'];const _0x29ac7b={};_0x29ac7b['window']=['uivision','__uivision'];const _0x4c0469={};_0x4c0469['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x22de41={};_0x22de41['window']=['__cypress'];const _0x130f87={};_0x130f87['window']=['__puppeteer_evaluation_script__'],_0x130f87['document']=['__puppeteer_evaluation_script__'];const _0x205801={};_0x205801['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x205801['document']=['__playwright_evaluation_script__'];const _0x4b879b={};_0x4b879b['awesomium']=_0x3a30fd,_0x4b879b['cef']=_0x1c2736,_0x4b879b['cefsharp']=_0x4ee565,_0x4b879b['coachjs']=_0x3fac1c,_0x4b879b['fminer']=_0x4021b7,_0x4b879b['geb']=_0x4493f5,_0x4b879b['nightmarejs']=_0x553219,_0x4b879b['phantomas']=_0x3e734a,_0x4b879b['phantomjs']=_0x37a725,_0x4b879b['rhino']=_0x2b264f,_0x4b879b['selenium']=_0x304254,_0x4b879b['webdriverio']=_0x88130f,_0x4b879b['webdriver']=_0x2a03b1,_0x4b879b['headless_chrome']=_0x572229,_0x4b879b['imacros']=_0x53e6c9,_0x4b879b['automa']=_0x25fc39,_0x4b879b['web_scraper']=_0x3ddc3e,_0x4b879b['katalon']=_0x58df68,_0x4b879b['ui_vision']=_0x29ac7b,_0x4b879b['testcafe']=_0x4c0469,_0x4b879b['cypress']=_0x22de41,_0x4b879b['puppeteer']=_0x130f87,_0x4b879b['playwright_internal']=_0x205801;const TOOL_MARKERS=_0x4b879b;function getOwnPropertyNames(_0x5bc1f0){try{return Object['getOwnPropertyNames'](_0x5bc1f0);}catch{return[];}}function matchesAny(_0x283a26,_0x30e56b){for(const _0x4dfca6 of _0x30e56b){if(typeof _0x4dfca6==='string'){if(_0x283a26['indexOf'](_0x4dfca6)!==-0x1)return!![];}else for(const _0x2f2fc1 of _0x283a26){if(_0x4dfca6['test'](_0x2f2fc1))return!![];}}return![];}function getHeadlessSignals(){const _0x31d169=getOwnPropertyNames(window),_0x4981c9=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x53bfd5={};for(const _0xeb09b6 of Object['keys'](TOOL_MARKERS)){const _0x50ed28=TOOL_MARKERS[_0xeb09b6],_0x22d3d1=_0x50ed28['window']?matchesAny(_0x31d169,_0x50ed28['window']):![],_0x3040af=_0x50ed28['document']&&_0x4981c9['length']?matchesAny(_0x4981c9,_0x50ed28['document']):![];_0x53bfd5[_0xeb09b6]=_0x22d3d1||_0x3040af;}return _0x53bfd5;}let cachedResult=null,observing$1=![];function startObserving$1(){if(observing$1||typeof window==='undefined')return;observing$1=!![];const _0x4e0bb4=performance['now'](),_0x2e5993=['click','touchstart','keydown'],_0x3a7fbd=_0x4166fe=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0x4e0bb4),'interactionType':_0x4166fe['type']};for(const _0x516297 of _0x2e5993){window['removeEventListener'](_0x516297,_0x3a7fbd);}};for(const _0x4c01dc of _0x2e5993){const _0x2a648c={};_0x2a648c['once']=!![],_0x2a648c['passive']=!![],window['addEventListener'](_0x4c01dc,_0x3a7fbd,_0x2a648c);}}function getInteractionTiming(){return startObserving$1(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x37771b=navigator['permissions'];if(_0x37771b===undefined||typeof _0x37771b['query']!=='function')return undefined;const _0x13c69c={};_0x13c69c['name']='notifications';const _0x4435b1=await _0x37771b['query'](_0x13c69c);return Notification['permission']==='denied'&&_0x4435b1['state']==='prompt';}catch{return undefined;}}const RESTRICTED_THRESHOLD=0x3;function computeRestrictedEnvironment(_0x47f4e8){let _0x49c3f1=0x0;if(_0x47f4e8['pushManager'])_0x49c3f1++;if(_0x47f4e8['audioBuffer'])_0x49c3f1++;if(_0x47f4e8['rtcPeerConnection'])_0x49c3f1++;if(_0x47f4e8['geolocation'])_0x49c3f1++;if(_0x47f4e8['serviceWorker'])_0x49c3f1++;const _0x19f642={};return _0x19f642['restricted']=_0x49c3f1>=RESTRICTED_THRESHOLD,_0x19f642['missing']=_0x49c3f1,_0x19f642['flags']=_0x47f4e8,_0x19f642;}function getRestrictedEnvironment(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x304bed=window,_0x55154d=navigator,_0x163dd7={};return _0x163dd7['pushManager']=!('PushManager'in _0x304bed),_0x163dd7['audioBuffer']=!('AudioBuffer'in _0x304bed),_0x163dd7['rtcPeerConnection']=!('RTCPeerConnection'in _0x304bed),_0x163dd7['geolocation']=!('geolocation'in _0x55154d),_0x163dd7['serviceWorker']=!('ServiceWorker'in _0x304bed),computeRestrictedEnvironment(_0x163dd7);}function getAppVersion(){const _0x3c8365=navigator['appVersion'];if(typeof _0x3c8365!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x3c8365;}function getArchitecture(){const _0x27ebf0=new Float32Array(0x1),_0x409f7b=new Uint8Array(_0x27ebf0['buffer']);return _0x27ebf0[0x0]=Infinity,_0x27ebf0[0x0]=_0x27ebf0[0x0]-_0x27ebf0[0x0],_0x409f7b[0x3];}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x215f5b=window,_0x436dac=_0x215f5b['OfflineAudioContext']??_0x215f5b['webkitOfflineAudioContext'];if(_0x436dac===undefined)return null;if(doesBrowserSuspendAudioContext())return null;const _0x532693=0x1194,_0x3b062e=0x1388,_0x909016=new _0x436dac(0x1,_0x3b062e,0xac44),_0x348102=_0x909016['createOscillator']();_0x348102['type']='triangle',_0x348102['frequency']['value']=0x2710;const _0x497550=_0x909016['createDynamicsCompressor']();_0x497550['threshold']['value']=-0x32,_0x497550['knee']['value']=0x28,_0x497550['ratio']['value']=0xc,_0x497550['attack']['value']=0x0,_0x497550['release']['value']=0.25,_0x348102['connect'](_0x497550),_0x497550['connect'](_0x909016['destination']),_0x348102['start'](0x0);const [_0x48c41e,_0x5f155f]=startRenderingAudio(_0x909016),_0x1dbfb0=suppressUnhandledRejectionWarning(_0x48c41e['then'](_0x131393=>getHash(_0x131393['getChannelData'](0x0)['subarray'](_0x532693)),_0x24125c=>{if(_0x24125c['name']==='timeout'||_0x24125c['name']==='suspended')return null;throw _0x24125c;}));return()=>{return _0x5f155f(),_0x1dbfb0;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x3a75bb){const _0x3489d9=0x3,_0x5247f0=0x1f4,_0x1e5b17=0x1f4,_0x10af58=0x1388;let _0x3cc277=()=>undefined;const _0x55f05f=new Promise((_0x3ec085,_0x6e6c26)=>{let _0x3b053e=![],_0xfc130b=0x0,_0x4dc310=0x0;_0x3a75bb['oncomplete']=_0x3f9c15=>{_0x3ec085(_0x3f9c15['renderedBuffer']);};const _0x4e4939=()=>{setTimeout(()=>_0x6e6c26(makeInnerError('timeout')),Math['min'](_0x1e5b17,_0x4dc310+_0x10af58-Date['now']()));},_0x331ce9=()=>{try{const _0x15ff85=_0x3a75bb['startRendering']();isPromise(_0x15ff85)&&void suppressUnhandledRejectionWarning(_0x15ff85);switch(_0x3a75bb['state']){case'running':_0x4dc310=Date['now']();_0x3b053e&&_0x4e4939();break;case'suspended':!document['hidden']&&_0xfc130b++;_0x3b053e&&_0xfc130b>=_0x3489d9?_0x6e6c26(makeInnerError('suspended')):setTimeout(_0x331ce9,_0x5247f0);break;case'closed':case'interrupted':break;}}catch(_0x51cfe9){_0x6e6c26(_0x51cfe9);}};_0x331ce9(),_0x3cc277=()=>{!_0x3b053e&&(_0x3b053e=!![],_0x4dc310>0x0&&_0x4e4939());};});return[_0x55f05f,_0x3cc277];}function roundToSignificant(_0x16ba34,_0x46db21){if(_0x16ba34===0x0)return 0x0;const _0x59487a=Math['pow'](0xa,_0x46db21-Math['ceil'](Math['log10'](Math['abs'](_0x16ba34))));return Math['round'](_0x16ba34*_0x59487a/0x5)*0x5/_0x59487a;}function getHash(_0x381dc1){let _0x51cf73=0x0;for(let _0x57c531=0x0;_0x57c531<_0x381dc1['length'];++_0x57c531){_0x51cf73+=Math['abs'](_0x381dc1[_0x57c531]);}return _0x51cf73;}const _0x2c3e34={};_0x2c3e34['oscType']='triangle',_0x2c3e34['freq']=0x2710,_0x2c3e34['useCompressor']=!![],_0x2c3e34['useAllpass']=![];const _0x6ca93d={};_0x6ca93d['oscType']='sine',_0x6ca93d['freq']=0x1f40,_0x6ca93d['useCompressor']=![],_0x6ca93d['useAllpass']=![];const _0x1b1b61={};_0x1b1b61['oscType']='square',_0x1b1b61['freq']=0x2710,_0x1b1b61['useCompressor']=!![],_0x1b1b61['useAllpass']=!![];const SCENES=[_0x2c3e34,_0x6ca93d,_0x1b1b61],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x15abd4={};_0x15abd4['from']=0x1194,_0x15abd4['to']=0x1388;const _0x75af4c={};_0x75af4c['from']=0x2710,_0x75af4c['to']=0x2904;const WINDOWS=[_0x15abd4,_0x75af4c];function extractMetrics(_0xab210d){const _0x128bd2=_0xab210d['length'];if(_0x128bd2===0x0)return[0x0,0x0,0x0,0x0];const _0x1489cb=[];for(let _0x56c4a2=0x0;_0x56c4a2<_0x128bd2;_0x56c4a2++){_0x1489cb['push'](roundToSignificant(_0xab210d[_0x56c4a2],SIG_DIGITS));}const _0xbb6703=[..._0x1489cb]['map'](Math['abs'])['sort']((_0x45ab8b,_0xa9e619)=>_0x45ab8b-_0xa9e619),_0xb1475f=Math['floor'](_0xbb6703['length']*0.05);let _0x458007=0x0;for(let _0x291cc7=_0xb1475f;_0x291cc7<_0xbb6703['length']-_0xb1475f;_0x291cc7++){_0x458007+=_0xbb6703[_0x291cc7];}let _0x1024f3=0x0;for(let _0x17b54a=0x0;_0x17b54a<_0x128bd2;_0x17b54a++){_0x1024f3+=_0x1489cb[_0x17b54a]*_0x1489cb[_0x17b54a];}_0x1024f3/=_0x128bd2;let _0x365a20=0x0;for(let _0xeed64=0x1;_0xeed64<_0x128bd2;_0xeed64++){Math['sign'](_0x1489cb[_0xeed64])!==Math['sign'](_0x1489cb[_0xeed64-0x1])&&_0x365a20++;}let _0x574f6e=0x0;for(let _0x4a54ca=0x1;_0x4a54ca<_0x128bd2;_0x4a54ca++){_0x574f6e+=Math['abs'](_0x1489cb[_0x4a54ca]-_0x1489cb[_0x4a54ca-0x1]);}return[_0x458007,_0x1024f3,_0x365a20,_0x574f6e];}async function renderScene(_0x11555c){const _0x2b0fc4=window,_0x40d21b=_0x2b0fc4['OfflineAudioContext']??_0x2b0fc4['webkitOfflineAudioContext'];if(_0x40d21b===undefined)return null;try{const _0xb996a8=new _0x40d21b(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x57e074=_0xb996a8['createOscillator']();_0x57e074['type']=_0x11555c['oscType'],_0x57e074['frequency']['value']=_0x11555c['freq'];let _0x784f4f=_0x57e074;if(_0x11555c['useCompressor']){const _0x258407=_0xb996a8['createDynamicsCompressor']();_0x258407['threshold']['value']=-0x32,_0x258407['knee']['value']=0x28,_0x258407['ratio']['value']=0xc,_0x258407['attack']['value']=0x0,_0x258407['release']['value']=0.25,_0x784f4f['connect'](_0x258407),_0x784f4f=_0x258407;}if(_0x11555c['useAllpass']){const _0x49af84=_0xb996a8['createBiquadFilter']();_0x49af84['type']='allpass',_0x49af84['frequency']['value']=0x1388,_0x49af84['Q']['value']=0x5,_0x784f4f['connect'](_0x49af84),_0x784f4f=_0x49af84;}_0x784f4f['connect'](_0xb996a8['destination']),_0x57e074['start'](0x0);const [_0x1c6e25,_0x285ede]=startRenderingAudio(_0xb996a8);_0x285ede();const _0x2150ca=await _0x1c6e25;return _0x2150ca['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x65105e=[];for(const _0x525559 of SCENES){const _0x3ae3bd=await renderScene(_0x525559);if(_0x3ae3bd===null)return null;for(const _0x23e7a4 of WINDOWS){const _0x394eac=_0x3ae3bd['subarray'](_0x23e7a4['from'],_0x23e7a4['to']);_0x65105e['push'](...extractMetrics(_0x394eac));}}const _0x268f72=[0x0,0x4,0x8,0xc,0x10,0x14],_0x76200d=[0x2,0x6,0xa,0xe,0x12,0x16],_0x4e4313=[];for(const _0x21d806 of _0x76200d)_0x4e4313['push'](_0x65105e[_0x21d806]);const _0x3c90f0=[[_0x268f72[0x0],_0x268f72[0x2]],[_0x268f72[0x0],_0x268f72[0x4]],[_0x268f72[0x2],_0x268f72[0x4]],[_0x268f72[0x1],_0x268f72[0x3]],[_0x268f72[0x1],_0x268f72[0x5]],[_0x268f72[0x3],_0x268f72[0x5]],[_0x268f72[0x0],_0x268f72[0x1]],[_0x268f72[0x2],_0x268f72[0x3]],[_0x268f72[0x4],_0x268f72[0x5]]],_0xdecc08=[];for(const [_0x573535,_0x5a4354]of _0x3c90f0){const _0x38ce55=_0x65105e[_0x5a4354];if(_0x38ce55===0x0)return null;_0xdecc08['push'](Math['round'](_0x65105e[_0x573535]/_0x38ce55*0x64)/0x64);}let _0x171afc=0x0;for(const _0x182652 of _0x4e4313){const _0x35e576=String(_0x182652);for(let _0x10378f=0x0;_0x10378f<_0x35e576['length'];_0x10378f++){_0x171afc=(_0x171afc<<0x5)-_0x171afc+_0x35e576['charCodeAt'](_0x10378f)|0x0;}}for(const _0x1c04dd of _0xdecc08){const _0x3cc94f=_0x1c04dd['toFixed'](0x2);for(let _0x2319f9=0x0;_0x2319f9<_0x3cc94f['length'];_0x2319f9++){_0x171afc=(_0x171afc<<0x5)-_0x171afc+_0x3cc94f['charCodeAt'](_0x2319f9)|0x0;}}return _0x171afc>>>0x0;};}function makeInnerError(_0x16d85c){const _0x4b08b6=new Error(_0x16d85c);return _0x4b08b6['name']=_0x16d85c,_0x4b08b6;}function renderAudio(){return new Promise(_0x3778e2=>{try{const _0x420c40=window,_0x3696cd=_0x420c40['OfflineAudioContext']??_0x420c40['webkitOfflineAudioContext'];if(!_0x3696cd){_0x3778e2(null);return;}const _0x3376d4=new _0x3696cd(0x1,0x1194,0xac44),_0x136d7a=_0x3376d4['createOscillator']();_0x136d7a['type']='triangle',_0x136d7a['frequency']['setValueAtTime'](0x2710,_0x3376d4['currentTime']);const _0x3f9a62=_0x3376d4['createDynamicsCompressor']();_0x3f9a62['threshold']['setValueAtTime'](-0x32,_0x3376d4['currentTime']),_0x3f9a62['knee']['setValueAtTime'](0x28,_0x3376d4['currentTime']),_0x3f9a62['ratio']['setValueAtTime'](0xc,_0x3376d4['currentTime']),_0x3f9a62['attack']['setValueAtTime'](0x0,_0x3376d4['currentTime']),_0x3f9a62['release']['setValueAtTime'](0.25,_0x3376d4['currentTime']),_0x136d7a['connect'](_0x3f9a62),_0x3f9a62['connect'](_0x3376d4['destination']),_0x136d7a['start'](0x0),_0x3376d4['startRendering']()['then'](_0xef98d0=>{_0x3778e2(_0xef98d0['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x3778e2(null)),setTimeout(()=>_0x3778e2(null),0x7d0);}catch{_0x3778e2(null);}});}async function getAudioConsistency(){try{const [_0x698aea,_0x36befd]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x698aea===null||_0x36befd===null)return null;const _0x54410c={};_0x54410c['consistent']=![],_0x54410c['delta']=0x1;if(_0x698aea['length']!==_0x36befd['length'])return _0x54410c;let _0x5aa492=0x0;for(let _0x199c67=0x0;_0x199c67<_0x698aea['length'];_0x199c67++){_0x5aa492+=Math['abs'](_0x698aea[_0x199c67]-_0x36befd[_0x199c67]);}return{'consistent':_0x5aa492===0x0,'delta':Math['round'](_0x5aa492*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x5c07a9=window['AudioContext']??window['webkitAudioContext'];if(_0x5c07a9===undefined)return null;const _0x42bb55=new _0x5c07a9(),_0x3502da=_0x42bb55['destination'],_0x4ddbfe={};_0x4ddbfe['maxChannelCount']=_0x3502da['maxChannelCount'],_0x4ddbfe['sampleRate']=_0x42bb55['sampleRate'],_0x4ddbfe['channelCountMode']=_0x3502da['channelCountMode'],_0x4ddbfe['channelInterpretation']=_0x3502da['channelInterpretation'],_0x4ddbfe['numberOfOutputs']=_0x3502da['numberOfOutputs'];const _0x433465=_0x4ddbfe;return _0x42bb55['close']()['catch'](()=>undefined),_0x433465;}catch{return null;}}function getAudioContextBaseLatency(){const _0x262325=isAndroid()||isWebKit();if(!_0x262325)return null;const _0x2136ab=window['AudioContext'];if(_0x2136ab===undefined)return null;const _0x355f87=new _0x2136ab()['baseLatency'];if(_0x355f87===undefined)return null;if(!isFinite(_0x355f87))return null;return _0x355f87;}function getAudioTrap(){return new Promise(_0xb313c5=>{try{const _0xb651c6=window,_0x4f9b8b=_0xb651c6['AudioContext']??_0xb651c6['webkitAudioContext'];if(!_0x4f9b8b){_0xb313c5(null);return;}const _0x3b8080=new _0x4f9b8b(),_0x3c71a7=_0x3b8080['sampleRate']||0xac44,_0x50cd36=0x80,_0x4852fd=_0x3b8080['createBuffer'](0x1,_0x50cd36,_0x3c71a7),_0x2669e9=new Float32Array(_0x50cd36);for(let _0x2a8529=0x0;_0x2a8529<_0x50cd36;_0x2a8529++){_0x2669e9[_0x2a8529]=_0x2a8529%0x2===0x0?0.5:-0.5;}if(typeof _0x4852fd['copyToChannel']==='function')_0x4852fd['copyToChannel'](_0x2669e9,0x0);else{const _0x4bd52b=_0x4852fd['getChannelData'](0x0);for(let _0x2e05f8=0x0;_0x2e05f8<_0x50cd36;_0x2e05f8++){_0x4bd52b[_0x2e05f8]=_0x2669e9[_0x2e05f8];}}const _0x2cf3e9=_0x4852fd['getChannelData'](0x0);let _0x25b20b=0x0;for(let _0x3fca71=0x0;_0x3fca71<_0x50cd36;_0x3fca71++){_0x25b20b+=Math['abs'](_0x2cf3e9[_0x3fca71]-_0x2669e9[_0x3fca71]);}try{void _0x3b8080['close']();}catch{}_0xb313c5({'clean':_0x25b20b===0x0,'delta':Math['round'](_0x25b20b*0x2540be400)/0x2540be400});}catch{_0xb313c5(null);}});}async function getBarcodeDetection(){try{const _0x2940bd=window['BarcodeDetector'];if(!_0x2940bd){const _0x3bfa6d={};return _0x3bfa6d['supported']=![],_0x3bfa6d['formats']=[],_0x3bfa6d;}const _0x51b592=await _0x2940bd['getSupportedFormats']();return{'supported':!![],'formats':_0x51b592['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x4d738f){const _0x8e474d=document['createElement']('canvas');_0x8e474d['width']=WIDTH,_0x8e474d['height']=HEIGHT;const _0x5dc310=_0x8e474d['getContext']('2d');if(!_0x5dc310)return'';_0x5dc310['drawImage'](_0x4d738f,0x0,0x0,WIDTH,HEIGHT);const _0x326120=_0x5dc310['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x57550f=WIDTH*HEIGHT,_0x468755=new Uint8Array(_0x57550f);for(let _0x501384=0x0;_0x501384<_0x57550f;_0x501384++){const _0x403e8e=_0x501384*0x4;_0x468755[_0x501384]=_0x326120[_0x403e8e]*0x4d+_0x326120[_0x403e8e+0x1]*0x96+_0x326120[_0x403e8e+0x2]*0x1d>>0x8;}let _0x15a2ae='',_0x1e018c=0x0,_0x44a927=0x0;for(let _0x411646=0x0;_0x411646<HEIGHT;_0x411646++){for(let _0x3a437c=0x0;_0x3a437c<HASH_SIZE;_0x3a437c++){const _0x20accb=_0x411646*WIDTH+_0x3a437c;_0x468755[_0x20accb]>_0x468755[_0x20accb+0x1]&&(_0x44a927|=0x1<<0x3-_0x1e018c),_0x1e018c++,_0x1e018c===0x4&&(_0x15a2ae+=_0x44a927['toString'](0x10),_0x44a927=0x0,_0x1e018c=0x0);}}return _0x15a2ae;}function x64Add(_0x19e176,_0x2bfddd){const _0x1db9b5=_0x19e176[0x0]>>>0x10,_0x5b0ca3=_0x19e176[0x0]&0xffff,_0x34291b=_0x19e176[0x1]>>>0x10,_0x435e0d=_0x19e176[0x1]&0xffff,_0x28b613=_0x2bfddd[0x0]>>>0x10,_0x1ce134=_0x2bfddd[0x0]&0xffff,_0x28aae0=_0x2bfddd[0x1]>>>0x10,_0x200c9d=_0x2bfddd[0x1]&0xffff;let _0x351f95=0x0,_0x5d33c0=0x0,_0x4440d7=0x0,_0x32068c=0x0;_0x32068c+=_0x435e0d+_0x200c9d,_0x4440d7+=_0x32068c>>>0x10,_0x32068c&=0xffff,_0x4440d7+=_0x34291b+_0x28aae0,_0x5d33c0+=_0x4440d7>>>0x10,_0x4440d7&=0xffff,_0x5d33c0+=_0x5b0ca3+_0x1ce134,_0x351f95+=_0x5d33c0>>>0x10,_0x5d33c0&=0xffff,_0x351f95+=_0x1db9b5+_0x28b613,_0x351f95&=0xffff,_0x19e176[0x0]=_0x351f95<<0x10|_0x5d33c0,_0x19e176[0x1]=_0x4440d7<<0x10|_0x32068c;}function x64Multiply(_0x284d9a,_0x290558){const _0x3c159c=_0x284d9a[0x0]>>>0x10,_0x395c8a=_0x284d9a[0x0]&0xffff,_0x124dde=_0x284d9a[0x1]>>>0x10,_0x4bbe07=_0x284d9a[0x1]&0xffff,_0x40ecd1=_0x290558[0x0]>>>0x10,_0x319a85=_0x290558[0x0]&0xffff,_0x39e387=_0x290558[0x1]>>>0x10,_0x2aafa0=_0x290558[0x1]&0xffff;let _0x122937=0x0,_0xb9bea6=0x0,_0x111216=0x0,_0x4fcc0e=0x0;_0x4fcc0e+=_0x4bbe07*_0x2aafa0,_0x111216+=_0x4fcc0e>>>0x10,_0x4fcc0e&=0xffff,_0x111216+=_0x124dde*_0x2aafa0,_0xb9bea6+=_0x111216>>>0x10,_0x111216&=0xffff,_0x111216+=_0x4bbe07*_0x39e387,_0xb9bea6+=_0x111216>>>0x10,_0x111216&=0xffff,_0xb9bea6+=_0x395c8a*_0x2aafa0,_0x122937+=_0xb9bea6>>>0x10,_0xb9bea6&=0xffff,_0xb9bea6+=_0x124dde*_0x39e387,_0x122937+=_0xb9bea6>>>0x10,_0xb9bea6&=0xffff,_0xb9bea6+=_0x4bbe07*_0x319a85,_0x122937+=_0xb9bea6>>>0x10,_0xb9bea6&=0xffff,_0x122937+=_0x3c159c*_0x2aafa0+_0x395c8a*_0x39e387+_0x124dde*_0x319a85+_0x4bbe07*_0x40ecd1,_0x122937&=0xffff,_0x284d9a[0x0]=_0x122937<<0x10|_0xb9bea6,_0x284d9a[0x1]=_0x111216<<0x10|_0x4fcc0e;}function x64Rotl(_0x2a20fd,_0x5af740){const _0x1962c8=_0x2a20fd[0x0],_0x434b2c=_0x5af740%0x40;if(_0x434b2c===0x20)_0x2a20fd[0x0]=_0x2a20fd[0x1],_0x2a20fd[0x1]=_0x1962c8;else{if(_0x434b2c<0x20)_0x2a20fd[0x0]=_0x1962c8<<_0x434b2c|_0x2a20fd[0x1]>>>0x20-_0x434b2c,_0x2a20fd[0x1]=_0x2a20fd[0x1]<<_0x434b2c|_0x1962c8>>>0x20-_0x434b2c;else{const _0x33d4d7=_0x434b2c-0x20;_0x2a20fd[0x0]=_0x2a20fd[0x1]<<_0x33d4d7|_0x1962c8>>>0x20-_0x33d4d7,_0x2a20fd[0x1]=_0x1962c8<<_0x33d4d7|_0x2a20fd[0x1]>>>0x20-_0x33d4d7;}}}function x64LeftShift(_0x5c64be,_0x5f2e56){const _0x5837b1=_0x5f2e56%0x40;if(_0x5837b1===0x0)return;else _0x5837b1<0x20?(_0x5c64be[0x0]=_0x5c64be[0x1]>>>0x20-_0x5837b1,_0x5c64be[0x1]=_0x5c64be[0x1]<<_0x5837b1):(_0x5c64be[0x0]=_0x5c64be[0x1]<<_0x5837b1-0x20,_0x5c64be[0x1]=0x0);}function x64Xor(_0x1772e0,_0x44ccfc){_0x1772e0[0x0]^=_0x44ccfc[0x0],_0x1772e0[0x1]^=_0x44ccfc[0x1];}const F1=[0xff51afd7,0xed558ccd],F2=[0xc4ceb9fe,0x1a85ec53];function x64Fmix(_0x4c4c0a){const _0x3e3f34=[0x0,_0x4c4c0a[0x0]>>>0x1];x64Xor(_0x4c4c0a,_0x3e3f34),x64Multiply(_0x4c4c0a,F1),_0x3e3f34[0x1]=_0x4c4c0a[0x0]>>>0x1,x64Xor(_0x4c4c0a,_0x3e3f34),x64Multiply(_0x4c4c0a,F2),_0x3e3f34[0x1]=_0x4c4c0a[0x0]>>>0x1,x64Xor(_0x4c4c0a,_0x3e3f34);}const C1=[0x87c37b91,0x114253d5],C2=[0x4cf5ad43,0x2745937f],M=[0x0,0x5],N1=[0x0,0x52dce729],N2=[0x0,0x38495ab5];function x64hash128(_0x540e8c,_0x959f29){const _0x5a8160=getUTF8Bytes(_0x540e8c),_0x2e71cd=0x0,_0x2011f7=[0x0,_0x5a8160['length']],_0x4dd63b=_0x2011f7[0x1]%0x10,_0x3ffdaf=_0x2011f7[0x1]-_0x4dd63b,_0xce2d8b=[0x0,_0x2e71cd],_0x15c29f=[0x0,_0x2e71cd],_0x5b8785=[0x0,0x0],_0x4276bb=[0x0,0x0];let _0x338250;for(_0x338250=0x0;_0x338250<_0x3ffdaf;_0x338250=_0x338250+0x10){_0x5b8785[0x0]=_0x5a8160[_0x338250+0x4]|_0x5a8160[_0x338250+0x5]<<0x8|_0x5a8160[_0x338250+0x6]<<0x10|_0x5a8160[_0x338250+0x7]<<0x18,_0x5b8785[0x1]=_0x5a8160[_0x338250]|_0x5a8160[_0x338250+0x1]<<0x8|_0x5a8160[_0x338250+0x2]<<0x10|_0x5a8160[_0x338250+0x3]<<0x18,_0x4276bb[0x0]=_0x5a8160[_0x338250+0xc]|_0x5a8160[_0x338250+0xd]<<0x8|_0x5a8160[_0x338250+0xe]<<0x10|_0x5a8160[_0x338250+0xf]<<0x18,_0x4276bb[0x1]=_0x5a8160[_0x338250+0x8]|_0x5a8160[_0x338250+0x9]<<0x8|_0x5a8160[_0x338250+0xa]<<0x10|_0x5a8160[_0x338250+0xb]<<0x18,x64Multiply(_0x5b8785,C1),x64Rotl(_0x5b8785,0x1f),x64Multiply(_0x5b8785,C2),x64Xor(_0xce2d8b,_0x5b8785),x64Rotl(_0xce2d8b,0x1b),x64Add(_0xce2d8b,_0x15c29f),x64Multiply(_0xce2d8b,M),x64Add(_0xce2d8b,N1),x64Multiply(_0x4276bb,C2),x64Rotl(_0x4276bb,0x21),x64Multiply(_0x4276bb,C1),x64Xor(_0x15c29f,_0x4276bb),x64Rotl(_0x15c29f,0x1f),x64Add(_0x15c29f,_0xce2d8b),x64Multiply(_0x15c29f,M),x64Add(_0x15c29f,N2);}_0x5b8785[0x0]=0x0,_0x5b8785[0x1]=0x0,_0x4276bb[0x0]=0x0,_0x4276bb[0x1]=0x0;const _0x1c9140=[0x0,0x0];switch(_0x4dd63b){case 0xf:_0x1c9140[0x1]=_0x5a8160[_0x338250+0xe],x64LeftShift(_0x1c9140,0x30),x64Xor(_0x4276bb,_0x1c9140);case 0xe:_0x1c9140[0x1]=_0x5a8160[_0x338250+0xd],x64LeftShift(_0x1c9140,0x28),x64Xor(_0x4276bb,_0x1c9140);case 0xd:_0x1c9140[0x1]=_0x5a8160[_0x338250+0xc],x64LeftShift(_0x1c9140,0x20),x64Xor(_0x4276bb,_0x1c9140);case 0xc:_0x1c9140[0x1]=_0x5a8160[_0x338250+0xb],x64LeftShift(_0x1c9140,0x18),x64Xor(_0x4276bb,_0x1c9140);case 0xb:_0x1c9140[0x1]=_0x5a8160[_0x338250+0xa],x64LeftShift(_0x1c9140,0x10),x64Xor(_0x4276bb,_0x1c9140);case 0xa:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x9],x64LeftShift(_0x1c9140,0x8),x64Xor(_0x4276bb,_0x1c9140);case 0x9:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x8],x64Xor(_0x4276bb,_0x1c9140),x64Multiply(_0x4276bb,C2),x64Rotl(_0x4276bb,0x21),x64Multiply(_0x4276bb,C1),x64Xor(_0x15c29f,_0x4276bb);case 0x8:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x7],x64LeftShift(_0x1c9140,0x38),x64Xor(_0x5b8785,_0x1c9140);case 0x7:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x6],x64LeftShift(_0x1c9140,0x30),x64Xor(_0x5b8785,_0x1c9140);case 0x6:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x5],x64LeftShift(_0x1c9140,0x28),x64Xor(_0x5b8785,_0x1c9140);case 0x5:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x4],x64LeftShift(_0x1c9140,0x20),x64Xor(_0x5b8785,_0x1c9140);case 0x4:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x3],x64LeftShift(_0x1c9140,0x18),x64Xor(_0x5b8785,_0x1c9140);case 0x3:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x2],x64LeftShift(_0x1c9140,0x10),x64Xor(_0x5b8785,_0x1c9140);case 0x2:_0x1c9140[0x1]=_0x5a8160[_0x338250+0x1],x64LeftShift(_0x1c9140,0x8),x64Xor(_0x5b8785,_0x1c9140);case 0x1:_0x1c9140[0x1]=_0x5a8160[_0x338250],x64Xor(_0x5b8785,_0x1c9140),x64Multiply(_0x5b8785,C1),x64Rotl(_0x5b8785,0x1f),x64Multiply(_0x5b8785,C2),x64Xor(_0xce2d8b,_0x5b8785);}return x64Xor(_0xce2d8b,_0x2011f7),x64Xor(_0x15c29f,_0x2011f7),x64Add(_0xce2d8b,_0x15c29f),x64Add(_0x15c29f,_0xce2d8b),x64Fmix(_0xce2d8b),x64Fmix(_0x15c29f),x64Add(_0xce2d8b,_0x15c29f),x64Add(_0x15c29f,_0xce2d8b),('00000000'+(_0xce2d8b[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0xce2d8b[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x15c29f[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x15c29f[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8);}const _0x801f9={};_0x801f9['winding']=![],_0x801f9['unstable']=![],_0x801f9['geometryMurHash']='',_0x801f9['textMurHash']='',_0x801f9['geometryDHash']='',_0x801f9['textDHash']='';const EMPTY$1=_0x801f9;function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x3a3f5e){const [_0x540bf6,_0x22b5ae]=makeCanvasContext();if(!isSupported(_0x540bf6,_0x22b5ae))return EMPTY$1;const _0x226bd2=doesSupportWinding(_0x22b5ae);return renderAll(_0x540bf6,_0x22b5ae,_0x226bd2);}function makeCanvasContext(){const _0x17bd1d=document['createElement']('canvas');return _0x17bd1d['width']=0x1,_0x17bd1d['height']=0x1,[_0x17bd1d,_0x17bd1d['getContext']('2d')];}function isSupported(_0x3fc92,_0x3c4239){return _0x3c4239!==undefined&&_0x3c4239!==null&&typeof _0x3fc92['toDataURL']==='function';}function doesSupportWinding(_0x4ff50b){return _0x4ff50b['rect'](0x0,0x0,0xa,0xa),_0x4ff50b['rect'](0x2,0x2,0x6,0x6),!_0x4ff50b['isPointInPath'](0x5,0x5,'evenodd');}function renderAll(_0x105d1b,_0x202b10,_0xdf9e74){renderTextImage(_0x105d1b,_0x202b10);const _0x3bdf73=computeDHash(_0x105d1b),_0x26edca=canvasToString(_0x105d1b),_0x40a8b4=canvasToString(_0x105d1b);if(_0x26edca!==_0x40a8b4){const _0x3484a5={};return _0x3484a5['winding']=_0xdf9e74,_0x3484a5['unstable']=!![],_0x3484a5['geometryMurHash']='',_0x3484a5['textMurHash']='',_0x3484a5['geometryDHash']='',_0x3484a5['textDHash']='',_0x3484a5;}renderGeometryImage(_0x105d1b,_0x202b10);const _0x2aa444=computeDHash(_0x105d1b),_0x6dd02a=canvasToString(_0x105d1b);return{'winding':_0xdf9e74,'unstable':![],'geometryMurHash':x64hash128(_0x6dd02a),'textMurHash':x64hash128(_0x26edca),'geometryDHash':_0x2aa444,'textDHash':_0x3bdf73};}function renderTextImage(_0x1a15f0,_0x43a18a){_0x1a15f0['width']=0xf0,_0x1a15f0['height']=0x3c,_0x43a18a['textBaseline']='alphabetic',_0x43a18a['fillStyle']='#f60',_0x43a18a['fillRect'](0x64,0x1,0x3e,0x14),_0x43a18a['fillStyle']='#069',_0x43a18a['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x5cbd97='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x43a18a['fillText'](_0x5cbd97,0x2,0xf),_0x43a18a['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x43a18a['font']='18pt\x20Arial',_0x43a18a['fillText'](_0x5cbd97,0x4,0x2d);}function renderGeometryImage(_0x29830a,_0x14f2e3){_0x29830a['width']=0x7a,_0x29830a['height']=0x6e,_0x14f2e3['globalCompositeOperation']='multiply';for(const [_0x4ba626,_0x312cd8,_0x14406b]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x14f2e3['fillStyle']=_0x4ba626,_0x14f2e3['beginPath'](),_0x14f2e3['arc'](_0x312cd8,_0x14406b,0x28,0x0,Math['PI']*0x2,!![]),_0x14f2e3['closePath'](),_0x14f2e3['fill']();}_0x14f2e3['fillStyle']='#f9c',_0x14f2e3['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x14f2e3['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x14f2e3['fill']('evenodd');}function canvasToString(_0x4e8cad){return _0x4e8cad['toDataURL']();}function getCanvasAdvanced(){try{const _0x1c3f72=document['createElement']('canvas'),_0x1ead79=_0x1c3f72['getContext']('2d');if(!_0x1ead79)return null;const _0x4f54c4=renderBlendModes(_0x1c3f72,_0x1ead79),_0x424dc2=renderShadows(_0x1c3f72,_0x1ead79),_0x2f0959=renderGradientPath(_0x1c3f72,_0x1ead79),_0x33d899=testOffscreenConsistency(_0x1c3f72,_0x1ead79),_0x185cf2={};return _0x185cf2['blendDHash']=_0x4f54c4['dHash'],_0x185cf2['shadowDHash']=_0x424dc2['dHash'],_0x185cf2['gradientDHash']=_0x2f0959['dHash'],_0x185cf2['blendMurHash']=_0x4f54c4['murHash'],_0x185cf2['shadowMurHash']=_0x424dc2['murHash'],_0x185cf2['gradientMurHash']=_0x2f0959['murHash'],_0x185cf2['offscreenConsistent']=_0x33d899,_0x185cf2;}catch{return null;}}function renderBlendModes(_0x3d273b,_0x103412){_0x3d273b['width']=0x64,_0x3d273b['height']=0x64,_0x103412['clearRect'](0x0,0x0,0x64,0x64),_0x103412['fillStyle']='#e74c3c',_0x103412['fillRect'](0xa,0xa,0x3c,0x3c),_0x103412['globalCompositeOperation']='multiply',_0x103412['fillStyle']='#3498db',_0x103412['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x103412['globalCompositeOperation']='screen',_0x103412['fillStyle']='#2ecc71',_0x103412['beginPath'](),_0x103412['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x103412['fill'](),_0x103412['globalCompositeOperation']='overlay',_0x103412['fillStyle']='#f39c12',_0x103412['fillRect'](0x14,0x14,0x1e,0x3c),_0x103412['globalCompositeOperation']='source-over';const _0x2dc446=computeDHash(_0x3d273b),_0x34e07e=x64hash128(_0x3d273b['toDataURL']()),_0x3455f6={};return _0x3455f6['dHash']=_0x2dc446,_0x3455f6['murHash']=_0x34e07e,_0x3455f6;}function renderShadows(_0x47c841,_0x13c58b){_0x47c841['width']=0x78,_0x47c841['height']=0x50,_0x13c58b['clearRect'](0x0,0x0,0x78,0x50),_0x13c58b['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x13c58b['shadowBlur']=0xa,_0x13c58b['shadowOffsetX']=0x5,_0x13c58b['shadowOffsetY']=0x5,_0x13c58b['fillStyle']='#9b59b6',_0x13c58b['fillRect'](0x14,0xf,0x28,0x28),_0x13c58b['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x13c58b['shadowBlur']=0xf,_0x13c58b['shadowOffsetX']=-0x3,_0x13c58b['shadowOffsetY']=0x3,_0x13c58b['fillStyle']='#1abc9c',_0x13c58b['beginPath'](),_0x13c58b['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x13c58b['fill'](),_0x13c58b['shadowColor']='transparent',_0x13c58b['shadowBlur']=0x0,_0x13c58b['shadowOffsetX']=0x0,_0x13c58b['shadowOffsetY']=0x0;const _0x38827b=computeDHash(_0x47c841),_0x21e997=x64hash128(_0x47c841['toDataURL']()),_0x2ded47={};return _0x2ded47['dHash']=_0x38827b,_0x2ded47['murHash']=_0x21e997,_0x2ded47;}function renderGradientPath(_0x12ade3,_0x1c6e27){_0x12ade3['width']=0x64,_0x12ade3['height']=0x64,_0x1c6e27['clearRect'](0x0,0x0,0x64,0x64);const _0x1a9d2d=_0x1c6e27['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x1a9d2d['addColorStop'](0x0,'#e74c3c'),_0x1a9d2d['addColorStop'](0.5,'#f39c12'),_0x1a9d2d['addColorStop'](0x1,'#2ecc71'),_0x1c6e27['fillStyle']=_0x1a9d2d,_0x1c6e27['beginPath'](),_0x1c6e27['moveTo'](0x32,0x5),_0x1c6e27['lineTo'](0x5f,0x23),_0x1c6e27['lineTo'](0x50,0x5a),_0x1c6e27['lineTo'](0x14,0x5a),_0x1c6e27['lineTo'](0x5,0x23),_0x1c6e27['closePath'](),_0x1c6e27['fill']();try{const _0x56c910=_0x1c6e27['createConicGradient'](0x0,0x32,0x32);_0x56c910['addColorStop'](0x0,'red'),_0x56c910['addColorStop'](0.33,'green'),_0x56c910['addColorStop'](0.66,'blue'),_0x56c910['addColorStop'](0x1,'red'),_0x1c6e27['globalCompositeOperation']='difference',_0x1c6e27['fillStyle']=_0x56c910,_0x1c6e27['fillRect'](0xa,0xa,0x50,0x50),_0x1c6e27['globalCompositeOperation']='source-over';}catch{}const _0x24cd6a=computeDHash(_0x12ade3),_0x58a995=x64hash128(_0x12ade3['toDataURL']()),_0xde917e={};return _0xde917e['dHash']=_0x24cd6a,_0xde917e['murHash']=_0x58a995,_0xde917e;}function testOffscreenConsistency(_0x2bfa80,_0x4b7b3c){if(typeof OffscreenCanvas==='undefined')return null;try{_0x2bfa80['width']=0x32,_0x2bfa80['height']=0x32,_0x4b7b3c['clearRect'](0x0,0x0,0x32,0x32),_0x4b7b3c['fillStyle']='#e74c3c',_0x4b7b3c['beginPath'](),_0x4b7b3c['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x4b7b3c['fill']();const _0x3ec932=computeDHash(_0x2bfa80),_0x36dfa7=new OffscreenCanvas(0x32,0x32),_0x2615d5=_0x36dfa7['getContext']('2d');if(!_0x2615d5)return null;_0x2615d5['fillStyle']='#e74c3c',_0x2615d5['beginPath'](),_0x2615d5['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x2615d5['fill']();const _0x4a6697=document['createElement']('canvas');_0x4a6697['width']=0x32,_0x4a6697['height']=0x32;const _0x160c47=_0x4a6697['getContext']('2d');if(!_0x160c47)return null;const _0x3c720b=_0x36dfa7['transferToImageBitmap']();_0x160c47['drawImage'](_0x3c720b,0x0,0x0);const _0x7ca9e1=computeDHash(_0x4a6697);return _0x3ec932===_0x7ca9e1;}catch{return null;}}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x13900b,_0x2cb0c1,_0x530bed,_0x11bd6d){let _0x100451=_0x13900b,_0x116cfa=_0x2cb0c1,_0x2c2c0d=_0x530bed,_0x1b7727=_0x11bd6d;return function(){const _0xb4a845=_0x116cfa<<0x9;let _0x26341b=0x5*_0x100451;return _0x26341b=0x9*(_0x26341b<<0x7|_0x26341b>>>0x19),_0x1b7727^=_0x116cfa,_0x116cfa^=_0x2c2c0d^=_0x100451,_0x100451^=_0x1b7727,_0x2c2c0d^=_0xb4a845,_0x1b7727=_0x1b7727<<0xb|_0x1b7727>>>0x15,(_0x26341b>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x1c52f8=document['createElement']('canvas'),_0xd08600=_0x1c52f8['getContext']('2d');if(_0xd08600===null)return null;_0x1c52f8['width']=CANVAS_DIM,_0x1c52f8['height']=CANVAS_DIM;const _0x558f42=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x358c9d=_0x558f42()*CANVAS_DIM,_0x19df16=_0x558f42()*CANVAS_DIM,_0x58e3ab=_0xd08600['createRadialGradient'](_0x358c9d,_0x19df16,0x2,_0x358c9d,_0x19df16,CANVAS_DIM*0.8);for(let _0x575351=0x0;_0x575351<0x5;_0x575351++){const _0x1bf925=Math['floor'](_0x558f42()*0x100),_0x37e8ab=Math['floor'](_0x558f42()*0x100),_0x21b68d=Math['floor'](_0x558f42()*0x100);_0x58e3ab['addColorStop'](_0x575351/0x4,'rgb('+_0x1bf925+','+_0x37e8ab+','+_0x21b68d+')');}_0xd08600['fillStyle']=_0x58e3ab,_0xd08600['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x512b61=0x0;_0x512b61<0x3;_0x512b61++){_0xd08600['beginPath'](),_0xd08600['arc'](_0x558f42()*CANVAS_DIM,_0x558f42()*CANVAS_DIM,_0x558f42()*CANVAS_DIM*0.4+0x2,_0x558f42()*Math['PI']*0x2,_0x558f42()*Math['PI']*0x2),_0xd08600['strokeStyle']='rgba('+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+(_0x558f42()*0.5+0.5)['toFixed'](0x2)+')',_0xd08600['lineWidth']=_0x558f42()*0x3+0.5,_0xd08600['stroke']();}for(let _0x4b7e57=0x0;_0x4b7e57<0x2;_0x4b7e57++){_0xd08600['beginPath'](),_0xd08600['moveTo'](_0x558f42()*CANVAS_DIM,_0x558f42()*CANVAS_DIM),_0xd08600['bezierCurveTo'](_0x558f42()*CANVAS_DIM,_0x558f42()*CANVAS_DIM,_0x558f42()*CANVAS_DIM,_0x558f42()*CANVAS_DIM,_0x558f42()*CANVAS_DIM,_0x558f42()*CANVAS_DIM),_0xd08600['strokeStyle']='rgba('+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+(_0x558f42()*0.5+0.5)['toFixed'](0x2)+')',_0xd08600['lineWidth']=_0x558f42()*0x2+0.5,_0xd08600['stroke']();}_0xd08600['shadowBlur']=_0x558f42()*0x8+0x2,_0xd08600['shadowColor']='rgba('+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+',0.7)',_0xd08600['shadowOffsetX']=_0x558f42()*0x4-0x2,_0xd08600['shadowOffsetY']=_0x558f42()*0x4-0x2,_0xd08600['fillStyle']='rgb('+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+')',_0xd08600['fillRect'](_0x558f42()*CANVAS_DIM*0.5,_0x558f42()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0xd08600['shadowBlur']=0x0,_0xd08600['shadowColor']='transparent',_0xd08600['shadowOffsetX']=0x0,_0xd08600['shadowOffsetY']=0x0;const _0x126a19=['serif','sans-serif','monospace'];for(let _0x3a81a1=0x0;_0x3a81a1<0x3;_0x3a81a1++){const _0x486fe5=Math['floor'](_0x558f42()*0xc)+0x8;_0xd08600['font']=_0x486fe5+'px\x20'+_0x126a19[_0x3a81a1%0x3],_0xd08600['fillStyle']='rgb('+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+')',_0xd08600['fillText'](String['fromCharCode'](Math['floor'](_0x558f42()*0x1a)+0x41,Math['floor'](_0x558f42()*0x1a)+0x61,Math['floor'](_0x558f42()*0xa)+0x30),_0x558f42()*CANVAS_DIM*0.7,_0x558f42()*CANVAS_DIM*0.8+_0x486fe5);}_0xd08600['globalAlpha']=0.3;const _0x39ad6b=_0xd08600['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x39ad6b['addColorStop'](0x0,'rgba('+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+',1)'),_0x39ad6b['addColorStop'](0x1,'rgba('+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+','+Math['floor'](_0x558f42()*0x100)+',1)'),_0xd08600['fillStyle']=_0x39ad6b,_0xd08600['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0xd08600['globalAlpha']=0x1;const _0x8c6cb=_0xd08600['getImageData'](0x0,0x0,_0x1c52f8['width'],_0x1c52f8['height']),_0x5d2d70=fnv1a$2(_0x8c6cb['data']),_0x243ca6=computeDHash(_0x1c52f8),_0x51b76b=x64hash128(_0x1c52f8['toDataURL']()),_0x502f79={};return _0x502f79['p']=_0x5d2d70,_0x502f79['d']=CANVAS_DIM,_0x502f79['dHash']=_0x243ca6,_0x502f79['murHash']=_0x51b76b,_0x502f79;}catch{return null;}}function getColorGamut(){for(const _0x38ab26 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x38ab26+')')['matches'])return _0x38ab26;}return undefined;}const _0x1973bc={};_0x1973bc['prop']='width',_0x1973bc['value']='calc(sin(1)\x20*\x201000px)',_0x1973bc['label']='sin1';const _0x7c7998={};_0x7c7998['prop']='width',_0x7c7998['value']='calc(cos(1)\x20*\x201000px)',_0x7c7998['label']='cos1';const _0x4f3956={};_0x4f3956['prop']='width',_0x4f3956['value']='calc(tan(0.5)\x20*\x201000px)',_0x4f3956['label']='tan05';const _0x283445={};_0x283445['prop']='width',_0x283445['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x283445['label']='sincos';const _0x45f16c={};_0x45f16c['prop']='width',_0x45f16c['value']='calc(sin(0.001)\x20*\x201000000px)',_0x45f16c['label']='sin_small';const _0x28c155={};_0x28c155['prop']='width',_0x28c155['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x28c155['label']='cos_pi';const _0x431175={};_0x431175['prop']='width',_0x431175['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0x431175['label']='tan15';const _0x403236={};_0x403236['prop']='width',_0x403236['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x403236['label']='sin_large';const _0x43f161={};_0x43f161['prop']='height',_0x43f161['value']='calc(sqrt(2)\x20*\x201000px)',_0x43f161['label']='sqrt2';const _0x2d5b1a={};_0x2d5b1a['prop']='height',_0x2d5b1a['value']='calc(exp(1)\x20*\x20100px)',_0x2d5b1a['label']='exp1';const _0x4d5667={};_0x4d5667['prop']='height',_0x4d5667['value']='calc(log(10)\x20*\x201000px)',_0x4d5667['label']='log10';const _0x57c7cc={};_0x57c7cc['prop']='height',_0x57c7cc['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x57c7cc['label']='hypot34';const EXPRESSIONS=[_0x1973bc,_0x7c7998,_0x4f3956,_0x283445,_0x45f16c,_0x28c155,_0x431175,_0x403236,_0x43f161,_0x2d5b1a,_0x4d5667,_0x57c7cc];function getCssTrigPrecision(){try{if(typeof CSS==='undefined'||typeof CSS['supports']!=='function')return null;if(!CSS['supports']('width','calc(sin(1)\x20*\x201px)'))return null;const _0x57b603=document['createElement']('div');_0x57b603['style']['position']='absolute',_0x57b603['style']['visibility']='hidden',_0x57b603['style']['overflow']='hidden',_0x57b603['style']['top']='-9999px',_0x57b603['style']['left']='-9999px',document['body']['appendChild'](_0x57b603);const _0x2acd98={};for(const _0x487989 of EXPRESSIONS){const _0x9fe7fc=document['createElement']('div');_0x9fe7fc['style']['position']='absolute',_0x9fe7fc['style'][_0x487989['prop']]=_0x487989['value'],_0x57b603['appendChild'](_0x9fe7fc);const _0x47ee83=getComputedStyle(_0x9fe7fc),_0x3fa026=parseFloat(_0x47ee83[_0x487989['prop']]);!isNaN(_0x3fa026)&&isFinite(_0x3fa026)&&(_0x2acd98[_0x487989['label']]=Math['round'](_0x3fa026*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x57b603),Object['keys'](_0x2acd98)['length']>0x0?_0x2acd98:null;}catch{return null;}}const KEY_SYSTEMS=[['wv','com.widevine.alpha'],['wvp','com.widevine.alpha.experiment'],['pr','com.microsoft.playready'],['ck','org.w3.clearkey'],['pt','com.adobe.primetime'],['fp','com.apple.fairplay']],_0x301b32={};_0x301b32['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x27bad5={};_0x27bad5['initDataTypes']=['cenc'],_0x27bad5['audioCapabilities']=[_0x301b32];const PROBE_CONFIG=[_0x27bad5];function getRequestFn(){if(typeof navigator==='undefined')return null;const _0x352a5f=navigator['requestMediaKeySystemAccess'];if(typeof _0x352a5f!=='function')return null;return _0x352a5f;}function getDrmSystems(){const _0x576732=getRequestFn();if(_0x576732===null)return null;return async()=>{const _0x5254ed={};_0x5254ed['wv']=![],_0x5254ed['wvp']=![],_0x5254ed['pr']=![],_0x5254ed['ck']=![],_0x5254ed['pt']=![],_0x5254ed['fp']=![];const _0x45147b=_0x5254ed;return await Promise['all'](KEY_SYSTEMS['map'](async([_0x3d5a49,_0xb06667])=>{try{await _0x576732['call'](navigator,_0xb06667,PROBE_CONFIG),_0x45147b[_0x3d5a49]=!![];}catch{_0x45147b[_0x3d5a49]=![];}})),_0x45147b;};}const IFRAME_INIT_TIMEOUT_MS=0x1388,IFRAME_ACTION_TIMEOUT_MS=0xbb8,BODY_POLL_TIMEOUT_MS=0x1388;async function withIframe(_0x264080,_0xee01f4,_0x9b05c8=0x32){const _0x565ccc=document;while(_0x565ccc['body']===null){await wait(_0x9b05c8);}const _0x277711=_0x565ccc['createElement']('iframe');try{await new Promise((_0x41186a,_0x3def48)=>{let _0x3bad00=![];const _0x58a7e2=()=>{_0x3bad00=!![],_0x41186a();},_0x558807=_0x42dde=>{_0x3bad00=!![],_0x3def48(_0x42dde);};_0x277711['onload']=_0x58a7e2,_0x277711['onerror']=_0x558807;const {style:_0x292646}=_0x277711;_0x292646['setProperty']('display','block','important'),_0x292646['position']='absolute',_0x292646['top']='0',_0x292646['left']='0',_0x292646['visibility']='hidden';_0xee01f4!==undefined&&_0xee01f4!==''&&'srcdoc'in _0x277711?_0x277711['srcdoc']=_0xee01f4:_0x277711['src']='about:blank';_0x565ccc['body']['appendChild'](_0x277711);const _0x4ed466=()=>{if(_0x3bad00)return;_0x277711['contentWindow']?.['document']['readyState']==='complete'?_0x58a7e2():setTimeout(_0x4ed466,0xa);};_0x4ed466();});while(!_0x277711['contentWindow']?.['document']['body']){await wait(_0x9b05c8);}return await _0x264080(_0x277711,_0x277711['contentWindow']);}finally{_0x277711['parentNode']?.['removeChild'](_0x277711);}}function emptyCounters(){const _0x5d54e1={};return _0x5d54e1['creations']=0x0,_0x5d54e1['loadsCompleted']=0x0,_0x5d54e1['initErrors']=0x0,_0x5d54e1['initTimeouts']=0x0,_0x5d54e1['actionTimeouts']=0x0,_0x5d54e1['actionsCompleted']=0x0,_0x5d54e1['actionsErrored']=0x0,_0x5d54e1['readyStateSpins']=0x0,_0x5d54e1['bodyAwaitSpins']=0x0,_0x5d54e1['bodyAwaitMs']=0x0,_0x5d54e1;}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];['dc']=emptyCounters();constructor(_0x1760e7=0x1388){this['idleTimeoutMs']=_0x1760e7;}['getDebugCounters'](){const _0x55c513={...this['dc']};return _0x55c513;}['execute'](_0x57cf0c){return new Promise((_0x220efa,_0x65c09b)=>{const _0x5b51b7={};_0x5b51b7['action']=_0x57cf0c,_0x5b51b7['resolve']=_0x220efa,_0x5b51b7['reject']=_0x65c09b,this['queue']['push'](_0x5b51b7),void this['processQueue']();});}async['processQueue'](){if(this['processing'])return;this['processing']=!![];try{while(this['queue']['length']>0x0){this['idleTimer']!==null&&(clearTimeout(this['idleTimer']),this['idleTimer']=null);try{await withTimeoutReject(this['ensureIframe'](),IFRAME_INIT_TIMEOUT_MS,()=>{return this['dc']['initTimeouts']+=0x1,new Error('IframePool:\x20ensureIframe\x20timed\x20out\x20after\x20'+IFRAME_INIT_TIMEOUT_MS+'ms');});}catch(_0x5eb3be){this['dc']['initErrors']+=0x1;const _0x513ebe=this['queue']['shift']();_0x513ebe?.['reject'](_0x5eb3be);continue;}const _0x50cb94=this['queue']['shift'](),_0x2c11d2=this['iframe'];if(_0x50cb94===undefined)continue;if(_0x2c11d2===null){_0x50cb94['reject'](new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run'));continue;}try{const _0x400ce6=await withTimeoutReject(Promise['resolve'](_0x50cb94['action'](_0x2c11d2,_0x2c11d2['contentWindow'])),IFRAME_ACTION_TIMEOUT_MS,()=>{return this['dc']['actionTimeouts']+=0x1,new Error('IframePool:\x20action\x20timed\x20out\x20after\x20'+IFRAME_ACTION_TIMEOUT_MS+'ms');});this['dc']['actionsCompleted']+=0x1,_0x50cb94['resolve'](_0x400ce6);}catch(_0x59f184){this['dc']['actionsErrored']+=0x1,_0x50cb94['reject'](_0x59f184);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0xa429fd=document,_0x176725=Date['now'](),_0x4f314f=_0x176725+BODY_POLL_TIMEOUT_MS;while(_0xa429fd['body']===null){if(Date['now']()>_0x4f314f){this['dc']['bodyAwaitMs']+=Date['now']()-_0x176725;throw new Error('IframePool:\x20document.body\x20did\x20not\x20appear\x20within\x20'+BODY_POLL_TIMEOUT_MS+'ms');}this['dc']['bodyAwaitSpins']+=0x1,await wait(0x32);}this['dc']['bodyAwaitMs']+=Date['now']()-_0x176725;if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x17c13f=_0xa429fd['createElement']('iframe');this['dc']['creations']+=0x1,this['iframe']=_0x17c13f,this['iframeReady']=new Promise((_0xac4577,_0x4cd1e8)=>{let _0x3022d6=![];_0x17c13f['onload']=()=>{_0x3022d6=!![],this['dc']['loadsCompleted']+=0x1,_0xac4577();},_0x17c13f['onerror']=_0x51b98e=>{_0x3022d6=!![],this['dc']['initErrors']+=0x1,_0x4cd1e8(_0x51b98e);};const {style:_0x579477}=_0x17c13f;_0x579477['setProperty']('display','block','important'),_0x579477['position']='absolute',_0x579477['top']='0',_0x579477['left']='0',_0x579477['visibility']='hidden',_0x17c13f['src']='about:blank',_0xa429fd['body']['appendChild'](_0x17c13f);const _0x37013d=()=>{if(_0x3022d6)return;_0x17c13f['contentWindow']?.['document']['readyState']==='complete'?(_0x3022d6=!![],this['dc']['loadsCompleted']+=0x1,_0xac4577()):(this['dc']['readyStateSpins']+=0x1,setTimeout(_0x37013d,0xa));};_0x37013d();}),await this['iframeReady'];const _0x55f5f3=Date['now']()+BODY_POLL_TIMEOUT_MS;while(!_0x17c13f['contentWindow']?.['document']['body']){if(Date['now']()>_0x55f5f3)throw new Error('IframePool:\x20iframe\x20body\x20did\x20not\x20appear\x20within\x20'+BODY_POLL_TIMEOUT_MS+'ms');await wait(0x32);}}['scheduleCleanup'](){this['idleTimer']=setTimeout(()=>{this['destroy']();},this['idleTimeoutMs']);}['destroy'](){this['idleTimer']!==null&&(clearTimeout(this['idleTimer']),this['idleTimer']=null);this['iframe']&&(this['iframe']['parentNode']?.['removeChild'](this['iframe']),this['iframe']=null,this['iframeReady']=null);if(this['queue']['length']>0x0){const _0x2d7e9e=this['queue']['splice'](0x0),_0x62adb4=new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run');for(const _0x130abc of _0x2d7e9e)_0x130abc['reject'](_0x62adb4);}}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function addStyleString(_0x39c925,_0x2af966){for(const _0x248cd2 of _0x2af966['split'](';')){const _0x28d6bf=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/['exec'](_0x248cd2);if(_0x28d6bf){const [,_0x3b4063,_0x2936c4,,_0x92ecf7]=_0x28d6bf;_0x39c925['setProperty'](_0x3b4063,_0x2936c4,_0x92ecf7??'');}}}function isAnyParentCrossOrigin(){let _0x2a27f8=window;for(;;){const _0x81ab61=_0x2a27f8['parent'];if(_0x81ab61===_0x2a27f8)return![];try{if(_0x81ab61['location']['origin']!==_0x2a27f8['location']['origin'])return!![];}catch(_0xf71ae9){if(_0xf71ae9 instanceof Error&&_0xf71ae9['name']==='SecurityError')return!![];throw _0xf71ae9;}_0x2a27f8=_0x81ab61;}}function getEmojiSignal(){let _0x4de049='';for(let _0x397846=0x1f600;_0x397846<=0x1f64f;_0x397846++){_0x4de049+=String['fromCodePoint'](_0x397846);}return getIframePool()['execute']((_0x3f2105,_0x254571)=>{const _0x5e8bb5=_0x254571['document'],_0x351957=_0x5e8bb5['createElement']('span');_0x351957['style']['whiteSpace']='nowrap',_0x351957['innerText']=_0x4de049,_0x5e8bb5['body']['append'](_0x351957);const _0x35e741={},_0x2293bc=['x','y','left','right','bottom','height','top','width'],_0x44313b=_0x351957['getBoundingClientRect']();for(const _0x511ebc of _0x2293bc){_0x511ebc in _0x44313b&&(_0x35e741[_0x511ebc]=Math['round'](_0x44313b[_0x511ebc]*0x64)/0x64);}const _0x4fa2d4=_0x254571['getComputedStyle'](_0x351957,null)['getPropertyValue']('font-family');return _0x35e741['font']=_0x4fa2d4,_0x5e8bb5['body']['removeChild'](_0x351957),_0x35e741;});}function getEndianness(){const _0x1630c3=new Float32Array(0x1),_0x206834=new Uint8Array(_0x1630c3['buffer']);return _0x1630c3[0x0]=Infinity,_0x1630c3[0x0]=_0x1630c3[0x0]-_0x1630c3[0x0],_0x206834[0x3];}const defaultText='mmMwWLliI0fiflO&1',_0x2b8ce3={};_0x2b8ce3['font']='-apple-system-body';const _0x45acbe={};_0x45acbe['fontFamily']='serif';const _0x39af6a={};_0x39af6a['fontFamily']='sans-serif';const _0x589cf7={};_0x589cf7['fontFamily']='monospace';const _0x5f4d9e={};_0x5f4d9e['fontSize']='1px';const _0x35c3b8={};_0x35c3b8['fontFamily']='system-ui';const _0x46c55c={};_0x46c55c['default']=[],_0x46c55c['apple']=[_0x2b8ce3],_0x46c55c['serif']=[_0x45acbe],_0x46c55c['sans']=[_0x39af6a],_0x46c55c['mono']=[_0x589cf7],_0x46c55c['min']=[_0x5f4d9e],_0x46c55c['system']=[_0x35c3b8];const presets=_0x46c55c;function getFontPreferences(){return withNaturalFonts((_0x1a3d7e,_0x3f51c6,_0x35ea66)=>{const _0xc19258={},_0xf865da={};for(const _0x574245 of Object['keys'](presets)){const [_0x16d2f2={},_0x2e4bfb=defaultText]=presets[_0x574245],_0x483db4=_0x1a3d7e['createElement']('span');_0x483db4['textContent']=_0x2e4bfb,_0x483db4['style']['whiteSpace']='nowrap';for(const _0x193284 of Object['keys'](_0x16d2f2)){const _0x16c72f=_0x16d2f2[_0x193284];_0x16c72f!==undefined&&(_0x483db4['style'][_0x193284]=_0x16c72f);}_0xc19258[_0x574245]=_0x483db4,_0x3f51c6['append'](_0x1a3d7e['createElement']('br'),_0x483db4);}const _0x527d1d=_0x35ea66['devicePixelRatio']>0x0?_0x35ea66['devicePixelRatio']:0x1;for(const _0x2798c7 of Object['keys'](presets)){_0xf865da[_0x2798c7]=Math['round'](_0xc19258[_0x2798c7]['getBoundingClientRect']()['width']*_0x527d1d*0x64)/0x64;}return _0xf865da;});}function withNaturalFonts(_0x40e0a9,_0xd14363=0xfa0){return withIframe((_0xfdc490,_0xa6d795)=>{const _0x1b51d4=_0xa6d795['document'],_0x2e8aed=_0x1b51d4['body'],_0x2ac9a1=_0x2e8aed['style'];_0x2ac9a1['width']=_0xd14363+'px',_0x2ac9a1['webkitTextSizeAdjust']=_0x2ac9a1['textSizeAdjust']='none';if(isChromium())_0x2e8aed['style']['zoom']=''+0x1/_0xa6d795['devicePixelRatio'];else isWebKit()&&(_0x2e8aed['style']['zoom']='reset');const _0x36e1ce=_0x1b51d4['createElement']('div'),_0x407cca={};return _0x407cca['length']=_0xd14363/0x14<<0x0,_0x36e1ce['textContent']=Array['from'](_0x407cca)['map'](()=>'word')['join']('\x20'),_0x2e8aed['appendChild'](_0x36e1ce),_0x40e0a9(_0x1b51d4,_0x2e8aed,_0xa6d795);},'<!doctype\x20html><html><head><meta\x20name=\x22viewport\x22\x20content=\x22width=device-width,\x20initial-scale=1\x22>');}const testString='mmMwWLliI0fiflO&1',textSize='48px',baseFonts=['monospace','sans-serif','serif'],fontList=['sans-serif-thin','ARNO\x20PRO','Agency\x20FB','Arabic\x20Typesetting','Arial','Arial\x20Black','Arial\x20Narrow','Arial\x20Rounded\x20MT','Arial\x20Unicode\x20MS','Arimo','Archivo','AvantGarde\x20Bk\x20BT','BankGothic\x20Md\x20BT','Barlow','Batang','Bebas\x20Neue','Bitter','Bitstream\x20Vera\x20Sans\x20Mono','Bookman','Cabin','Calibri','Candara','Century','Century\x20Gothic','Clarendon','Comic\x20Sans\x20MS','Constantia','Courier','Courier\x20New','Crimson\x20Text','DM\x20Mono','DM\x20Sans','DM\x20Serif\x20Display','DM\x20Serif\x20Text','Dosis','Droid\x20Sans','EUROSTILE','Exo','Fira\x20Code','Fira\x20Sans','Franklin\x20Gothic','Franklin\x20Gothic\x20Medium','Futura\x20Bk\x20BT','Futura\x20Md\x20BT','Garamond','Geneva','Georgia','GOTHAM','Gill\x20Sans','HELV','Haettenschweiler','Helvetica','Helvetica\x20Neue','Humanst521\x20BT','Impact','Inconsolata','Indie\x20Flower','Inter','Josefin\x20Sans','Karla','Lato','Leelawadee','Letter\x20Gothic','Levenim\x20MT','Lexend','Lucida\x20Bright','Lucida\x20Console','Lucida\x20Sans','Lucida\x20Sans\x20Unicode','Manrope','Marlett','Meiryo\x20UI','Menlo','Merriweather','Merriweather\x20Sans','Microsoft\x20Uighur','Minion\x20Pro','Monotype\x20Corsiva','Montserrat','MS\x20Mincho','MS\x20Outlook','MS\x20Reference\x20Specialty','MS\x20UI\x20Gothic','MT\x20Extra','Myriad','MYRIAD\x20PRO','Noto\x20Sans','Nunito','Nunito\x20Sans','Open\x20Sans','Optima','Orbitron','Oswald','Pacifico','Palatino','Perpetua','PMingLiU','Poppins','Pristina','Prompt','PT\x20Sans','PT\x20Serif','Public\x20Sans','Quicksand','Rajdhani','Recursive','Roboto','Roboto\x20Condensed','Rockwell','Rubik','SCRIPTINA','Segoe\x20Print','Segoe\x20Script','Segoe\x20UI','Segoe\x20UI\x20Light','Serifa','SimHei','Small\x20Fonts','Sora','Source\x20Sans\x20Pro','Space\x20Mono','Staccato222\x20BT','Tahoma','Taviraj','Times','Times\x20New\x20Roman','Titillium\x20Web','TRAJAN\x20PRO','Trebuchet\x20MS','Ubuntu','Univers\x20CE\x2055\x20Medium','Varela\x20Round','Verdana','Vrinda','Work\x20Sans','ZWAdobeF'];function getFonts(){return getIframePool()['execute']((_0x4666f9,{document:_0x473793})=>{const _0x5a1f12=_0x473793['body'];_0x5a1f12['style']['fontSize']=textSize;const _0x4b0f61=_0x473793['createElement']('div');_0x4b0f61['style']['setProperty']('visibility','hidden','important');const _0x55cd16={},_0xc1590e={},_0x30261c=_0x371c54=>{const _0x35b57c=_0x473793['createElement']('span'),{style:_0x14277a}=_0x35b57c;return _0x14277a['position']='absolute',_0x14277a['top']='0',_0x14277a['left']='0',_0x14277a['fontFamily']=_0x371c54,_0x35b57c['textContent']=testString,_0x4b0f61['appendChild'](_0x35b57c),_0x35b57c;},_0x1d4183=(_0x39a2ff,_0x529778)=>{return _0x30261c('\x27'+_0x39a2ff+'\x27,'+_0x529778);},_0x70c2cb=()=>{return baseFonts['map'](_0x30261c);},_0xff0a=()=>{const _0x3614cb={};for(const _0x39aa3e of fontList){_0x3614cb[_0x39aa3e]=baseFonts['map'](_0x27cacb=>_0x1d4183(_0x39aa3e,_0x27cacb));}return _0x3614cb;},_0x393736=_0x306d43=>{return baseFonts['some']((_0x2f9285,_0x35fbf6)=>_0x306d43[_0x35fbf6]['offsetWidth']!==_0x55cd16[_0x2f9285]||_0x306d43[_0x35fbf6]['offsetHeight']!==_0xc1590e[_0x2f9285]);},_0x32c537=_0x70c2cb(),_0x18171b=_0xff0a();_0x5a1f12['appendChild'](_0x4b0f61);for(let _0x331ffb=0x0;_0x331ffb<baseFonts['length'];_0x331ffb++){_0x55cd16[baseFonts[_0x331ffb]]=_0x32c537[_0x331ffb]['offsetWidth'],_0xc1590e[baseFonts[_0x331ffb]]=_0x32c537[_0x331ffb]['offsetHeight'];}return fontList['filter'](_0xc39011=>_0x393736(_0x18171b[_0xc39011]));});}const ROTATION_MATRICES=[[0x0,0x1,0x0,Math['PI']/0x7],[0x1,0x0,0x0,Math['PI']/0x8],[0x0,0x1,0x1,Math['PI']/0x4],[0x1,0x2,0x1,Math['PI']/0x8]],TEX_WIDTH=0x7,TEX_HEIGHT=0x9,BYTES_PER_PIXEL=0x4,RT_WIDTH=0x20,RT_HEIGHT=0x20,TIMING_BUCKET_US=0x64,TIMEOUT_MS=0x5dc,WGSL_SHADER='\x0astruct\x20Uniforms\x20{\x0a\x20\x20params:\x20vec4f,\x0a}\x0a\x0a@group(0)\x20@binding(0)\x20var\x20mySampler:\x20sampler;\x0a@group(0)\x20@binding(1)\x20var\x20myTexture:\x20texture_2d<f32>;\x0a@group(1)\x20@binding(0)\x20var<uniform>\x20uniforms:\x20Uniforms;\x0a\x0astruct\x20VertexOutput\x20{\x0a\x20\x20@builtin(position)\x20position:\x20vec4f,\x0a\x20\x20@location(0)\x20uv:\x20vec2f,\x0a}\x0a\x0a@vertex\x0afn\x20vs(@builtin(vertex_index)\x20idx:\x20u32)\x20->\x20VertexOutput\x20{\x0a\x20\x20var\x20pos\x20=\x20array<vec2f,\x206>(\x0a\x20\x20\x20\x20vec2f(-1,\x20-1),\x20vec2f(1,\x20-1),\x20vec2f(-1,\x201),\x0a\x20\x20\x20\x20vec2f(-1,\x201),\x20vec2f(1,\x20-1),\x20vec2f(1,\x201),\x0a\x20\x20);\x0a\x20\x20let\x20p\x20=\x20uniforms.params;\x0a\x20\x20let\x20angle\x20=\x20p.w;\x0a\x20\x20let\x20axis\x20=\x20normalize(p.xyz);\x0a\x20\x20let\x20c\x20=\x20cos(angle);\x0a\x20\x20let\x20s\x20=\x20sin(angle);\x0a\x20\x20let\x20t\x20=\x201.0\x20-\x20c;\x0a\x20\x20let\x20x\x20=\x20axis.x;\x20let\x20y\x20=\x20axis.y;\x20let\x20z\x20=\x20axis.z;\x0a\x20\x20let\x20m\x20=\x20mat3x3f(\x0a\x20\x20\x20\x20vec3f(t*x*x\x20+\x20c,\x20t*x*y\x20+\x20s*z,\x20t*x*z\x20-\x20s*y),\x0a\x20\x20\x20\x20vec3f(t*x*y\x20-\x20s*z,\x20t*y*y\x20+\x20c,\x20t*y*z\x20+\x20s*x),\x0a\x20\x20\x20\x20vec3f(t*x*z\x20+\x20s*y,\x20t*y*z\x20-\x20s*x,\x20t*z*z\x20+\x20c),\x0a\x20\x20);\x0a\x20\x20let\x20v\x20=\x20pos[idx];\x0a\x20\x20let\x20rotated\x20=\x20m\x20*\x20vec3f(v,\x200.0);\x0a\x20\x20var\x20out:\x20VertexOutput;\x0a\x20\x20out.position\x20=\x20vec4f(rotated.xy,\x200.0,\x201.0);\x0a\x20\x20out.uv\x20=\x20v\x20*\x200.5\x20+\x200.5;\x0a\x20\x20return\x20out;\x0a}\x0a\x0a@fragment\x0afn\x20fs(@location(0)\x20uv:\x20vec2f)\x20->\x20@location(0)\x20vec4f\x20{\x0a\x20\x20return\x20textureSample(myTexture,\x20mySampler,\x20uv);\x0a}\x0a';async function getAdapterInfo$1(_0x4f4d2b){const _0x31b677=_0x4f4d2b['info'];if(_0x31b677!==undefined&&_0x31b677!==null){const _0x1f37ad={};return _0x1f37ad['vendor']=_0x31b677['vendor'],_0x1f37ad['architecture']=_0x31b677['architecture'],_0x1f37ad;}if(typeof _0x4f4d2b['requestAdapterInfo']==='function'){const _0x596ce0=await _0x4f4d2b['requestAdapterInfo'](),_0x172ab3={};return _0x172ab3['vendor']=_0x596ce0['vendor'],_0x172ab3['architecture']=_0x596ce0['architecture'],_0x172ab3;}const _0x320a25={};return _0x320a25['vendor']='',_0x320a25['architecture']='',_0x320a25;}function createTextureData(){const _0x5a5041=[],_0x1aff2f=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x58f5f4=0x0;_0x58f5f4<TEX_WIDTH*TEX_HEIGHT;_0x58f5f4++){_0x5a5041['push'](..._0x1aff2f[_0x58f5f4%0x3]);}return new Uint8Array(_0x5a5041);}function quantizeTiming(_0x3eb8f9){const _0x31bef3=Number(_0x3eb8f9/0x3e8n);return Math['round'](_0x31bef3/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x526331,_0x18c450){const _0x11d26f=[];for(const _0x34e793 of _0x18c450){_0x11d26f['push'](_0x34e793);}const _0x1a7d14={};_0x1a7d14['requiredFeatures']=_0x11d26f;const _0xc6dd81=await _0x526331['requestDevice'](_0x1a7d14);try{return await renderAndReadbackOnDevice(_0xc6dd81);}finally{typeof _0xc6dd81['destroy']==='function'&&_0xc6dd81['destroy']();}}async function renderAndReadbackOnDevice(_0x496058){const _0x5b54b1='rgba8unorm',_0x2a3cdc={};_0x2a3cdc['label']='fp-shader',_0x2a3cdc['code']=WGSL_SHADER;const _0x24a12c=_0x496058['createShaderModule'](_0x2a3cdc),_0x4ebb1e={};_0x4ebb1e['module']=_0x24a12c;const _0x91f06a={};_0x91f06a['format']=_0x5b54b1;const _0x5adde3={};_0x5adde3['module']=_0x24a12c,_0x5adde3['targets']=[_0x91f06a];const _0x250202={};_0x250202['topology']='triangle-list';const _0x3a86bf={};_0x3a86bf['label']='fp-pipeline',_0x3a86bf['layout']='auto',_0x3a86bf['vertex']=_0x4ebb1e,_0x3a86bf['fragment']=_0x5adde3,_0x3a86bf['primitive']=_0x250202;const _0x4fa2af=_0x496058['createRenderPipeline'](_0x3a86bf),_0x56ea23=createTextureData(),_0x52bde2={};_0x52bde2['label']='fp-src-texture',_0x52bde2['size']=[TEX_WIDTH,TEX_HEIGHT],_0x52bde2['format']='rgba8unorm',_0x52bde2['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x2343e0=_0x496058['createTexture'](_0x52bde2),_0x3f7679={};_0x3f7679['texture']=_0x2343e0;const _0x252010={};_0x252010['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x1813e2={};_0x1813e2['width']=TEX_WIDTH,_0x1813e2['height']=TEX_HEIGHT,_0x496058['queue']['writeTexture'](_0x3f7679,_0x56ea23['buffer'],_0x252010,_0x1813e2);const _0x2633d6={};_0x2633d6['label']='fp-sampler';const _0x1821f4=_0x496058['createSampler'](_0x2633d6),_0xd61f6b={};_0xd61f6b['binding']=0x0,_0xd61f6b['resource']=_0x1821f4;const _0x495532=_0x496058['createBindGroup']({'layout':_0x4fa2af['getBindGroupLayout'](0x0),'entries':[_0xd61f6b,{'binding':0x1,'resource':_0x2343e0['createView']()}]}),_0x18556d=ROTATION_MATRICES['map'](_0x337a22=>{const _0x3a901e={};_0x3a901e['label']='fp-uniform',_0x3a901e['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x3a901e['usage']=GPUBufferUsage['UNIFORM'],_0x3a901e['mappedAtCreation']=!![];const _0x2f49d5=_0x496058['createBuffer'](_0x3a901e);new Float32Array(_0x2f49d5['getMappedRange']())['set'](_0x337a22),_0x2f49d5['unmap']();const _0x207b7a={};_0x207b7a['buffer']=_0x2f49d5;const _0x14866a={};return _0x14866a['binding']=0x0,_0x14866a['resource']=_0x207b7a,_0x496058['createBindGroup']({'layout':_0x4fa2af['getBindGroupLayout'](0x1),'entries':[_0x14866a]});}),_0xee2709=_0x496058['features']['has']('timestamp-query');let _0x3c7d2e=null,_0x4c6183=null,_0x4ed541=null;if(_0xee2709){const _0x31835f={};_0x31835f['label']='fp-ts',_0x31835f['type']='timestamp',_0x31835f['count']=0x2,_0x3c7d2e=_0x496058['createQuerySet'](_0x31835f);const _0x4ece85={};_0x4ece85['size']=0x2*0x8,_0x4ece85['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x4c6183=_0x496058['createBuffer'](_0x4ece85);const _0x35faf8={};_0x35faf8['size']=0x2*0x8,_0x35faf8['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x4ed541=_0x496058['createBuffer'](_0x35faf8);}const _0x4ab38f={};_0x4ab38f['label']='fp-rt',_0x4ab38f['size']=[RT_WIDTH,RT_HEIGHT],_0x4ab38f['format']=_0x5b54b1,_0x4ab38f['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x4e2f43=_0x496058['createTexture'](_0x4ab38f),_0x2bf3e7=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x2c9651={};_0x2c9651['label']='fp-pixel-read',_0x2c9651['size']=_0x2bf3e7*RT_HEIGHT,_0x2c9651['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x2040e2=_0x496058['createBuffer'](_0x2c9651),_0x3ea8b9=[],_0x90885f=[];for(let _0x25961b=0x0;_0x25961b<ROTATION_MATRICES['length'];_0x25961b++){const _0x4eac17=_0x4e2f43['createView'](),_0x4b736a={};_0x4b736a['label']='fp-enc-'+_0x25961b;const _0x31ed14=_0x496058['createCommandEncoder'](_0x4b736a),_0xecd2ba={};_0xecd2ba['r']=0x0,_0xecd2ba['g']=0x0,_0xecd2ba['b']=0x0,_0xecd2ba['a']=0x1;const _0x2bd896={};_0x2bd896['view']=_0x4eac17,_0x2bd896['clearValue']=_0xecd2ba,_0x2bd896['loadOp']='clear',_0x2bd896['storeOp']='store';const _0x4e985c={'label':'fp-pass-'+_0x25961b,'colorAttachments':[_0x2bd896],..._0xee2709&&_0x3c7d2e?{'timestampWrites':{'querySet':_0x3c7d2e,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x785775=_0x4e985c,_0x43918a=_0x31ed14['beginRenderPass'](_0x785775);_0x43918a['setPipeline'](_0x4fa2af),_0x43918a['setBindGroup'](0x0,_0x495532),_0x43918a['setBindGroup'](0x1,_0x18556d[_0x25961b]),_0x43918a['draw'](0x6),_0x43918a['end']();_0xee2709&&_0x3c7d2e&&_0x4c6183&&_0x4ed541&&(_0x31ed14['resolveQuerySet'](_0x3c7d2e,0x0,0x2,_0x4c6183,0x0),_0x31ed14['copyBufferToBuffer'](_0x4c6183,0x0,_0x4ed541,0x0,_0x4c6183['size']));const _0x28f96f={};_0x28f96f['x']=0x0,_0x28f96f['y']=0x0;const _0x4c9206={};_0x4c9206['texture']=_0x4e2f43,_0x4c9206['origin']=_0x28f96f;const _0x3d51a4={};_0x3d51a4['buffer']=_0x2040e2,_0x3d51a4['bytesPerRow']=_0x2bf3e7,_0x3d51a4['rowsPerImage']=RT_HEIGHT;const _0x2cb8b9={};_0x2cb8b9['width']=RT_WIDTH,_0x2cb8b9['height']=RT_HEIGHT,_0x31ed14['copyTextureToBuffer'](_0x4c9206,_0x3d51a4,_0x2cb8b9),_0x496058['queue']['submit']([_0x31ed14['finish']()]),await _0x2040e2['mapAsync'](GPUMapMode['READ']);const _0x541fee=new Uint8Array(_0x2040e2['getMappedRange']()),_0x45038f=RT_WIDTH*BYTES_PER_PIXEL,_0x4224b1=new Uint8Array(_0x45038f*RT_HEIGHT);for(let _0x142047=0x0;_0x142047<RT_HEIGHT;_0x142047++){_0x4224b1['set'](_0x541fee['subarray'](_0x142047*_0x2bf3e7,_0x142047*_0x2bf3e7+_0x45038f),_0x142047*_0x45038f);}_0x3ea8b9['push'](fnv1a$1(_0x4224b1)),_0x2040e2['unmap']();if(_0xee2709&&_0x4ed541)try{await _0x4ed541['mapAsync'](GPUMapMode['READ']);const _0x4924fe=new BigUint64Array(_0x4ed541['getMappedRange']()),_0x4304d0=_0x4924fe[0x0],_0x11dcf6=_0x4924fe[0x1];_0x11dcf6>_0x4304d0&&_0x90885f['push'](quantizeTiming(_0x11dcf6-_0x4304d0)),_0x4ed541['unmap']();}catch{}}const _0x4f0db2=new Uint8Array(_0x3ea8b9['length']*0x4),_0x4b939a=new DataView(_0x4f0db2['buffer']);for(let _0x132e03=0x0;_0x132e03<_0x3ea8b9['length'];_0x132e03++){_0x4b939a['setUint32'](_0x132e03*0x4,_0x3ea8b9[_0x132e03],!![]);}let _0x5901f0='';for(let _0x58c6a9=0x0;_0x58c6a9<_0x4f0db2['length'];_0x58c6a9++){_0x5901f0+=String['fromCharCode'](_0x4f0db2[_0x58c6a9]);}return{'pixelHash':btoa(_0x5901f0),'timingBuckets':_0x90885f};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x275fe8={};return _0x275fe8['s']=-0x1,_0x275fe8['v']=null,_0x275fe8;}const _0x2fc968={};_0x2fc968['s']=-0x2,_0x2fc968['v']=null;const _0x8ab9fc=await Promise['race']([collectWebGpuSignal(),new Promise(_0x2daf9c=>setTimeout(()=>_0x2daf9c(_0x2fc968),TIMEOUT_MS))]);return _0x8ab9fc;}async function collectWebGpuSignal(){const {getCachedGpuAdapter:_0x4a5139}=await Promise['resolve']()['then'](function(){return webgpuAdapter;});let _0x28a093;try{const _0x2628d6=_0x4a5139(),_0x50848c={};_0x50848c['s']=-0x4,_0x50848c['v']=null;if(_0x2628d6===null)return _0x50848c;const _0x258925=await _0x2628d6;if(_0x258925===null){const _0x2de97d={};return _0x2de97d['s']=-0x4,_0x2de97d['v']=null,_0x2de97d;}_0x28a093=_0x258925;}catch(_0x544463){if(_0x544463 instanceof Error){const _0x452742={};return _0x452742['s']=-0x3,_0x452742['v']=null,_0x452742;}throw _0x544463;}try{const _0x34d0dc=Array['from'](_0x28a093['features']['values']())['sort'](),[_0x21104d,_0x3158ec]=await Promise['all']([renderAndReadback(_0x28a093,_0x34d0dc),getAdapterInfo$1(_0x28a093)]),_0x2b2bd3={};_0x2b2bd3['s']=_0x34d0dc,_0x2b2bd3['f']=_0x21104d['pixelHash'],_0x2b2bd3['t']=_0x21104d['timingBuckets'],_0x2b2bd3['v']=_0x3158ec['vendor'],_0x2b2bd3['a']=_0x3158ec['architecture'];const _0x3790ae={};return _0x3790ae['s']=0x0,_0x3790ae['v']=_0x2b2bd3,_0x3790ae;}catch(_0x2046c5){if(_0x2046c5 instanceof TypeError){const _0x172ea8={};return _0x172ea8['s']=-0x7,_0x172ea8['v']=null,_0x172ea8;}throw _0x2046c5;}}const _0x4dc3d8={};_0x4dc3d8['text']='今天天气真好我们出去玩吧',_0x4dc3d8['locale']='zh',_0x4dc3d8['gran']='word';const _0x4ffac3={};_0x4ffac3['text']='東京都は日本の首都です',_0x4ffac3['locale']='ja',_0x4ffac3['gran']='word';const _0x161792={};_0x161792['text']='สวัสดีครับวันนี้อากาศดี',_0x161792['locale']='th',_0x161792['gran']='word';const _0x5561f6={};_0x5561f6['text']='오늘날씨가좋아서산책했습니다',_0x5561f6['locale']='ko',_0x5561f6['gran']='word';const _0x19935c={};_0x19935c['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x19935c['locale']='en',_0x19935c['gran']='word';const _0x89c6a={};_0x89c6a['text']='👨👩👧👦🏳️🌈👩🏽💻',_0x89c6a['locale']='en',_0x89c6a['gran']='grapheme';const SEGMENTER_TESTS=[_0x4dc3d8,_0x4ffac3,_0x161792,_0x5561f6,_0x19935c,_0x89c6a],_0x322df6={};_0x322df6['code']='XK',_0x322df6['type']='region';const _0x4a5e86={};_0x4a5e86['code']='EH',_0x4a5e86['type']='region';const _0x47b77a={};_0x47b77a['code']='SX',_0x47b77a['type']='region';const _0x144441={};_0x144441['code']='BQ',_0x144441['type']='region';const _0x59b0ec={};_0x59b0ec['code']='SS',_0x59b0ec['type']='region';const _0x410225={};_0x410225['code']='CW',_0x410225['type']='region';const DISPLAY_NAMES_TESTS=[_0x322df6,_0x4a5e86,_0x47b77a,_0x144441,_0x59b0ec,_0x410225];function getIntlSegmenter(){const _0x21fa7d={};_0x21fa7d['segmenter']=null,_0x21fa7d['displayNames']=null;const _0xd7c874=_0x21fa7d;try{const _0x515b9b=Intl['Segmenter'];if(_0x515b9b){const _0x1c7cc3={};for(const _0x2f7e8a of SEGMENTER_TESTS){try{const _0x57d61d=new _0x515b9b(_0x2f7e8a['locale'],{'granularity':_0x2f7e8a['gran']}),_0x278ac3=[..._0x57d61d['segment'](_0x2f7e8a['text'])]['length'];_0x1c7cc3[_0x2f7e8a['locale']+'_'+_0x2f7e8a['gran']]=_0x278ac3;}catch{}}Object['keys'](_0x1c7cc3)['length']>0x0&&(_0xd7c874['segmenter']=_0x1c7cc3);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x10d13a={},_0x4c8e23={};_0x4c8e23['type']='region';const _0x393ad6=new Intl['DisplayNames'](['en'],_0x4c8e23);for(const _0x28492d of DISPLAY_NAMES_TESTS){try{const _0x33f768=_0x393ad6['of'](_0x28492d['code']);_0x33f768!==undefined&&_0x33f768!==''&&(_0x10d13a[_0x28492d['code']]=_0x33f768);}catch{}}Object['keys'](_0x10d13a)['length']>0x0&&(_0xd7c874['displayNames']=_0x10d13a);}}catch{}return _0xd7c874;}const fallbackFn=()=>0x0;function getMathFn(_0x323241){const _0x1d79d4=globalThis['Math'][_0x323241];return typeof _0x1d79d4==='function'?_0x1d79d4:fallbackFn;}function getMathSignal(){const _0x466e8e=getMathFn('acos'),_0xe97d23=getMathFn('acosh'),_0xf89f05=getMathFn('asin'),_0x279531=getMathFn('asinh'),_0x145293=getMathFn('atanh'),_0x313bc4=getMathFn('atan'),_0x50e282=getMathFn('sin'),_0x3c59aa=getMathFn('sinh'),_0x3b952b=getMathFn('cos'),_0x318372=getMathFn('cosh'),_0x490571=getMathFn('tan'),_0x36c318=getMathFn('tanh'),_0x3040b7=getMathFn('exp'),_0x7e9b1b=getMathFn('expm1'),_0x1a7cf6=getMathFn('log1p'),_0x2c5730=_0x584bac=>Math['pow'](Math['PI'],_0x584bac),_0x3f9d6a=_0x3df1e9=>Math['log'](_0x3df1e9+Math['sqrt'](_0x3df1e9*_0x3df1e9-0x1)),_0x8b2b03=_0x42038f=>Math['log'](_0x42038f+Math['sqrt'](_0x42038f*_0x42038f+0x1)),_0x5462c1=_0x448181=>Math['log']((0x1+_0x448181)/(0x1-_0x448181))/0x2,_0x46bb4e=_0x3ab3a3=>Math['exp'](_0x3ab3a3)-0x1/Math['exp'](_0x3ab3a3)/0x2,_0xd36263=_0x149f19=>(Math['exp'](_0x149f19)+0x1/Math['exp'](_0x149f19))/0x2,_0x13e6fa=_0x28802e=>Math['exp'](_0x28802e)-0x1,_0x1075c0=_0x289484=>(Math['exp'](0x2*_0x289484)-0x1)/(Math['exp'](0x2*_0x289484)+0x1),_0x50ae0a=_0x2172cc=>Math['log'](0x1+_0x2172cc);return{'acos':_0x466e8e(0.12312423423423424),'acosh':_0xe97d23(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x3f9d6a(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0xf89f05(0.12312423423423424),'asinh':_0x279531(0x1),'asinhPf':_0x8b2b03(0x1),'atanh':_0x145293(0.5),'atanhPf':_0x5462c1(0.5),'atan':_0x313bc4(0.5),'sin':_0x50e282(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x3c59aa(0x1),'sinhPf':_0x46bb4e(0x1),'cos':_0x3b952b(10.000000000123),'cosh':_0x318372(0x1),'coshPf':_0xd36263(0x1),'tan':_0x490571(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x36c318(0x1),'tanhPf':_0x1075c0(0x1),'exp':_0x3040b7(0x1),'expm1':_0x7e9b1b(0x1),'expm1Pf':_0x13e6fa(0x1),'log1p':_0x1a7cf6(0xa),'log1pPf':_0x50ae0a(0xa),'powPI':_0x2c5730(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x24a5f9=document['createDocumentFragment'](),_0x3afcd1=createMathElement(_0x24a5f9,'mrow'),_0x341772=createMathElement(_0x3afcd1,'munderover'),_0x33b88f=createMathElement(_0x341772,'mmultiscripts');createMathElement(_0x33b88f,'mo','∏');for(const [_0xfa9989,_0x305f86,_0x182b7a,_0x1387ee,_0x5f037a]of QUINTUPLETS){const _0x26014b=document['createElement']('mmultiscripts');createMathElement(_0x26014b,'mi',_0xfa9989),createMathElement(_0x26014b,'mi',_0x305f86),createMathElement(_0x26014b,'mi',_0x182b7a),createMathElement(_0x26014b,'mprescripts'),createMathElement(_0x26014b,'mi',_0x1387ee),createMathElement(_0x26014b,'mi',_0x5f037a),_0x33b88f['append'](_0x26014b);}return getIframePool()['execute']((_0x3284cb,_0x44b9cf)=>{const _0x171c71=_0x44b9cf['document'],_0x52c0ef=_0x171c71['createElement']('math');_0x52c0ef['style']['whiteSpace']='nowrap',_0x52c0ef['append'](_0x24a5f9),_0x171c71['body']['append'](_0x52c0ef);const _0x5b1aac={},_0x40a8a9=_0x52c0ef['getBoundingClientRect'](),_0x3d2c52=['x','y','left','right','bottom','height','top','width'];for(const _0x4592d2 of _0x3d2c52){_0x4592d2 in _0x40a8a9&&(_0x5b1aac[_0x4592d2]=_0x40a8a9[_0x4592d2]);}const _0x3faa56=_0x44b9cf['getComputedStyle'](_0x52c0ef,null)['getPropertyValue']('font-family');return _0x5b1aac['font']=_0x3faa56,_0x171c71['body']['removeChild'](_0x52c0ef),_0x5b1aac;});}function createMathElement(_0x309269,_0x5d4a26,_0x574c27=''){const _0x2b7205=document['createElement'](_0x5d4a26);return _0x2b7205['textContent']=_0x574c27,_0x309269['appendChild'](_0x2b7205),_0x2b7205;}const MSE_AUDIO_CODECS=['audio/mp4;\x20codecs=\x22mp4a.40.2\x22','audio/webm;\x20codecs=\x22vorbis\x22','audio/ogg;\x20codecs=\x22vorbis\x22','audio/wav;\x20codecs=\x221\x22','audio/ogg;\x20codecs=\x22speex\x22','audio/ogg;\x20codecs=\x22flac\x22','audio/mpeg','audio/3gpp'],MSE_VIDEO_CODECS=['video/mp4;\x20codecs=\x22avc1.42E01E\x22','video/mp4;\x20codecs=\x22avc1.58A01E\x22','video/mp4;\x20codecs=\x22avc1.4D401E\x22','video/mp4;\x20codecs=\x22avc1.64001E\x22','video/mp4;\x20codecs=\x22mp4v.20.8\x22','video/webm;\x20codecs=\x22vp8\x22','video/webm;\x20codecs=\x22vp9\x22','video/ogg;\x20codecs=\x22theora\x22','video/mp4;\x20codecs=\x22hvc1\x22','video/mp4;\x20codecs=\x22av01.0.01M.08\x22','video/webm;\x20codecs=\x22av1\x22'];function getMediaCodecsExtended(){return{'mseAudio':getMseBitmask(MSE_AUDIO_CODECS),'mseVideo':getMseBitmask(MSE_VIDEO_CODECS),'rtcAudioCodecs':getRtcCodecs('audio'),'rtcVideoCodecs':getRtcCodecs('video')};}function getMseBitmask(_0x1add63){const _0x20cca6=window,_0x36a16c=_0x20cca6['MediaSource'];if(_0x36a16c===undefined||typeof _0x36a16c['isTypeSupported']!=='function')return-0x1;let _0x17833b=0x0;for(let _0x304bcc=0x0;_0x304bcc<_0x1add63['length'];_0x304bcc++){try{_0x36a16c['isTypeSupported'](_0x1add63[_0x304bcc])&&(_0x17833b|=0x1<<_0x304bcc);}catch{}}return _0x17833b;}function getRtcCodecs(_0x541043){const _0x14eae1=window,_0x2b0065=_0x14eae1['RTCRtpReceiver'];if(_0x2b0065===undefined||typeof _0x2b0065['getCapabilities']!=='function')return null;try{const _0x3a5d04=_0x2b0065['getCapabilities'](_0x541043);if(_0x3a5d04===null)return null;const _0x1e4eb1=_0x3a5d04['codecs']['map'](_0x11a896=>''+_0x11a896['mimeType']+(_0x11a896['sdpFmtpLine']!==undefined&&_0x11a896['sdpFmtpLine']!==''?';'+_0x11a896['sdpFmtpLine']:''));return _0x1e4eb1['sort']();}catch{return null;}}const VOICES_CHANGED_EVENT='voiceschanged',POLL_TIMEOUT_MS=0x258;function escapeField(_0x5e3ba5){if(_0x5e3ba5===undefined||_0x5e3ba5===null||_0x5e3ba5==='')return'';return String(_0x5e3ba5)['replace'](/([,\\])/g,'\x5c$1');}function getSpeechSynthesis(){if(typeof window==='undefined')return null;const _0x29219d=window['speechSynthesis'];if(!_0x29219d||typeof _0x29219d['getVoices']!=='function')return null;return _0x29219d;}function readVoicesOnce(_0x629438){try{const _0x2d9727=_0x629438['getVoices']();if(Array['isArray'](_0x2d9727)&&_0x2d9727['length']>0x0)return _0x2d9727;}catch{}return null;}function awaitVoicesPopulated(_0x58c473){return new Promise(_0x36e913=>{let _0x531afb=![];const _0x1d4845=_0x1f7c6b=>{if(_0x531afb)return;_0x531afb=!![];if(_0x1d8371!==null)clearTimeout(_0x1d8371);if(_0x5ddf38!==null&&typeof _0x58c473['removeEventListener']==='function')try{_0x58c473['removeEventListener'](VOICES_CHANGED_EVENT,_0x5ddf38);}catch{}_0x36e913(_0x1f7c6b);},_0x14878d=readVoicesOnce(_0x58c473);if(_0x14878d!==null){_0x36e913(_0x14878d);return;}let _0x1d8371=setTimeout(()=>{_0x1d4845(null);},POLL_TIMEOUT_MS),_0x5ddf38=null;if(typeof _0x58c473['addEventListener']==='function'){_0x5ddf38=()=>{const _0x113f2d=readVoicesOnce(_0x58c473);if(_0x113f2d!==null)_0x1d4845(_0x113f2d);};try{_0x58c473['addEventListener'](VOICES_CHANGED_EVENT,_0x5ddf38);}catch{_0x5ddf38=null;}}});}function buildDescriptors(_0x297703){const _0x47f34b=[];for(const _0x1e537a of _0x297703){const _0x49c6f2=escapeField(_0x1e537a['voiceURI']),_0x2dc62b=escapeField(_0x1e537a['name']),_0x42b4f3=escapeField(_0x1e537a['lang']),_0x461511=_0x1e537a['localService']===!![]?'1':'0',_0x1c99e2=_0x1e537a['default']===!![]?'1':'0';_0x47f34b['push'](_0x49c6f2+','+_0x2dc62b+','+_0x42b4f3+','+_0x461511+','+_0x1c99e2);}return _0x47f34b['sort'](),_0x47f34b;}function buildMask(_0x5c0e0b){let _0x554534=0x0;for(const _0x4ba4db of _0x5c0e0b){if(_0x4ba4db['localService']===!![])_0x554534|=0x1;if(_0x4ba4db['default']===!![])_0x554534|=0x2;}return _0x554534;}function getSpeechVoices(){const _0x553d7f=getSpeechSynthesis();if(_0x553d7f===null)return null;return async()=>{let _0x1bd3d4=await awaitVoicesPopulated(_0x553d7f);if(_0x1bd3d4===null)try{const _0x4ab195=_0x553d7f['getVoices']();if(Array['isArray'](_0x4ab195))_0x1bd3d4=_0x4ab195;else return null;}catch{return null;}const _0x16df34=buildDescriptors(_0x1bd3d4),_0x30da1b=x64hash128(JSON['stringify'](_0x16df34)),_0x2bd9b1=buildMask(_0x1bd3d4),_0x101529=_0x1bd3d4['length'],_0xbffbaf={};return _0xbffbaf['hash']=_0x30da1b,_0xbffbaf['mask']=_0x2bd9b1,_0xbffbaf['count']=_0x101529,_0xbffbaf;};}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x1db062,_0x28ac57)=>{const _0x1e8f74=_0x28ac57['document'],_0x512b8e=_0x1e8f74['createElement']('div');_0x512b8e['style']['border']='.5px\x20dotted\x20transparent',_0x1e8f74['body']['appendChild'](_0x512b8e);const _0x4526b2=_0x512b8e['offsetHeight'];return _0x1e8f74['body']['removeChild'](_0x512b8e),_0x4526b2;});}catch{return null;}}function getSupportedConstraints(){try{const _0x5da9d4=navigator['mediaDevices'];if(_0x5da9d4===undefined||typeof _0x5da9d4['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x5da9d4['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x33b6ed='';for(let _0x4c19fc=0x1f600;_0x4c19fc<=0x1f64f;_0x4c19fc++){_0x33b6ed+=String['fromCodePoint'](_0x4c19fc);}return getIframePool()['execute']((_0x41c2db,_0x49d600)=>{const _0x4efa06=_0x49d600['document'],_0x43578d='http://www.w3.org/2000/svg',_0x56b2f5=_0x4efa06['createElementNS'](_0x43578d,'svg');_0x56b2f5['setAttribute']('width','0'),_0x56b2f5['setAttribute']('height','0'),_0x56b2f5['style']['position']='absolute',_0x56b2f5['style']['visibility']='hidden';const _0xedec9e=_0x4efa06['createElementNS'](_0x43578d,'text');_0xedec9e['setAttribute']('x','0'),_0xedec9e['setAttribute']('y','50'),_0xedec9e['setAttribute']('font-size','16'),_0xedec9e['textContent']=_0x33b6ed,_0x56b2f5['appendChild'](_0xedec9e),_0x4efa06['body']['appendChild'](_0x56b2f5);const _0x34982f=_0x49d600['getComputedStyle'](_0xedec9e)['getPropertyValue']('font-family');let _0x1c1fac=null;try{const _0x584830=_0xedec9e['getBBox']();_0x1c1fac={'x':round(_0x584830['x']),'y':round(_0x584830['y']),'width':round(_0x584830['width']),'height':round(_0x584830['height'])};}catch{}let _0x376c9e=null;try{const _0x55648d=_0xedec9e,_0x461631=_0x55648d['getExtentOfChar'](0x0);_0x376c9e={'x':round(_0x461631['x']),'y':round(_0x461631['y']),'width':round(_0x461631['width']),'height':round(_0x461631['height'])};}catch{}let _0x3314f2=null;try{const _0x35bee0=_0xedec9e;_0x3314f2=round(_0x35bee0['getSubStringLength'](0x0,0xa));}catch{}let _0x375fe8=null;try{const _0x191b2f=_0xedec9e;_0x375fe8=round(_0x191b2f['getComputedTextLength']());}catch{}_0x4efa06['body']['removeChild'](_0x56b2f5);const _0x32276a={};return _0x32276a['bbox']=_0x1c1fac,_0x32276a['charExtent']=_0x376c9e,_0x32276a['substringLength']=_0x3314f2,_0x32276a['computedTextLength']=_0x375fe8,_0x32276a['font']=_0x34982f,_0x32276a;});}function round(_0x657bfc){return Math['round'](_0x657bfc*0x64)/0x64;}const _0x56e1c2={};_0x56e1c2['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x56e1c2['width']=0x780,_0x56e1c2['height']=0x438,_0x56e1c2['bitrate']=0x4c4b40,_0x56e1c2['framerate']=0x1e;const _0x6ccc2={};_0x6ccc2['type']='file',_0x6ccc2['video']=_0x56e1c2;const _0x497984={};_0x497984['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x497984['width']=0x780,_0x497984['height']=0x438,_0x497984['bitrate']=0x4c4b40,_0x497984['framerate']=0x1e;const _0x3cacc7={};_0x3cacc7['type']='file',_0x3cacc7['video']=_0x497984;const _0x33b660={};_0x33b660['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x33b660['width']=0x780,_0x33b660['height']=0x438,_0x33b660['bitrate']=0x4c4b40,_0x33b660['framerate']=0x1e;const _0xfb238={};_0xfb238['type']='file',_0xfb238['video']=_0x33b660;const _0x374149={};_0x374149['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x374149['width']=0x780,_0x374149['height']=0x438,_0x374149['bitrate']=0x4c4b40,_0x374149['framerate']=0x1e;const _0x65478f={};_0x65478f['type']='file',_0x65478f['video']=_0x374149;const _0x58cc4b={};_0x58cc4b['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x58cc4b['width']=0x780,_0x58cc4b['height']=0x438,_0x58cc4b['bitrate']=0x4c4b40,_0x58cc4b['framerate']=0x1e;const _0xb0d1b2={};_0xb0d1b2['type']='file',_0xb0d1b2['video']=_0x58cc4b;const _0x114876={};_0x114876['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x114876['width']=0xf00,_0x114876['height']=0x870,_0x114876['bitrate']=0x1312d00,_0x114876['framerate']=0x3c;const _0x3dddad={};_0x3dddad['type']='file',_0x3dddad['video']=_0x114876;const _0x50ece1={};_0x50ece1['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x50ece1['width']=0xf00,_0x50ece1['height']=0x870,_0x50ece1['bitrate']=0x1312d00,_0x50ece1['framerate']=0x3c;const _0x350a1d={};_0x350a1d['type']='file',_0x350a1d['video']=_0x50ece1;const _0x21f0b7={};_0x21f0b7['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x21f0b7['width']=0xf00,_0x21f0b7['height']=0x870,_0x21f0b7['bitrate']=0x1312d00,_0x21f0b7['framerate']=0x3c;const _0x135e5c={};_0x135e5c['type']='file',_0x135e5c['video']=_0x21f0b7;const CODEC_CONFIGS=[_0x6ccc2,_0x3cacc7,_0xfb238,_0x65478f,_0xb0d1b2,_0x3dddad,_0x350a1d,_0x135e5c];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x4aad47=>{try{const _0x17b521=await navigator['mediaCapabilities']['decodingInfo'](_0x4aad47);let _0x266c85=0x0;if(_0x17b521['supported'])_0x266c85|=0x1;if(_0x17b521['smooth'])_0x266c85|=0x2;if(_0x17b521['powerEfficient'])_0x266c85|=0x4;return _0x266c85;}catch(_0x4beec4){return _0x4beec4 instanceof Error?_0x4beec4['message']:String(_0x4beec4);}}));}const WASM_PREFIX$1=[0x0,0x61,0x73,0x6d,0x1,0x0,0x0,0x0,0x1,0x4,0x1,0x60,0x0,0x0,0x3,0x2,0x1,0x0,0xa],FEATURE_MODULES$1=[[0x9,0x1,0x7,0x0,0x41,0x0,0xfd,0xf,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0xf0,0x43,0x0,0x0,0x0,0xc,0x1,0xa,0x0,0xfc,0x2,0x3,0x1,0x1,0x0,0x0,0x6e,0x1a,0xb,0xa1,0xa],[0x6,0x1,0x4,0x0,0x12,0x0,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x8,0x1,0x6,0x0,0x41,0x0,0xc0,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x7,0x1,0x5,0x0,0xd0,0x70,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0]];function getWasmFeatures(){try{if(typeof WebAssembly==='undefined'||typeof WebAssembly['validate']!=='function')return undefined;let _0x551821=0x0;for(const _0x2c25bc of FEATURE_MODULES$1){_0x551821<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX$1,..._0x2c25bc)['buffer'])&&(_0x551821|=0x1);}return _0x551821;}catch{return undefined;}}const WASM_PREFIX=[0x0,0x61,0x73,0x6d,0x1,0x0,0x0,0x0,0x1,0x4,0x1,0x60,0x0,0x0,0x3,0x2,0x1,0x0,0xa],FEATURE_MODULES=[[0x9,0x1,0x7,0x0,0x41,0x0,0xfd,0xf,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0xf0,0x43,0x0,0x0,0x0,0xc,0x1,0xa,0x0,0xfc,0x2,0x3,0x1,0x1,0x0,0x0,0x6e,0x1a,0xb,0xa1,0xa],[0x6,0x1,0x4,0x0,0x12,0x0,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x8,0x1,0x6,0x0,0x41,0x0,0xc0,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x7,0x1,0x5,0x0,0xd0,0x70,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0]],WORKER_SOURCE='\x0aself.onmessage\x20=\x20function\x20(e)\x20{\x0a\x20\x20if\x20(e.data\x20!==\x20\x27probe\x27)\x20return;\x0a\x20\x20if\x20(typeof\x20WebAssembly\x20===\x20\x27undefined\x27\x20||\x20typeof\x20WebAssembly.validate\x20!==\x20\x27function\x27)\x20{\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20false,\x20reason:\x20\x27no-wasm\x27\x20});\x0a\x20\x20\x20\x20return;\x0a\x20\x20}\x0a\x20\x20var\x20PREFIX\x20=\x20'+JSON['stringify'](WASM_PREFIX)+';\x0a\x20\x20var\x20MODS\x20=\x20'+JSON['stringify'](FEATURE_MODULES)+';\x0a\x20\x20try\x20{\x0a\x20\x20\x20\x20var\x20mask\x20=\x200;\x0a\x20\x20\x20\x20for\x20(var\x20i\x20=\x200;\x20i\x20<\x20MODS.length;\x20i++)\x20{\x0a\x20\x20\x20\x20\x20\x20mask\x20<<=\x201;\x0a\x20\x20\x20\x20\x20\x20var\x20bytes\x20=\x20new\x20Uint8Array(PREFIX.length\x20+\x20MODS[i].length);\x0a\x20\x20\x20\x20\x20\x20bytes.set(PREFIX,\x200);\x0a\x20\x20\x20\x20\x20\x20bytes.set(MODS[i],\x20PREFIX.length);\x0a\x20\x20\x20\x20\x20\x20if\x20(WebAssembly.validate(bytes.buffer))\x20mask\x20|=\x201;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20true,\x20mask:\x20mask\x20});\x0a\x20\x20}\x20catch\x20(err)\x20{\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20false,\x20reason:\x20\x27throw\x27\x20});\x0a\x20\x20}\x0a};\x0a',WORKER_PROBE_TIMEOUT_MS=0x5dc;function getWasmFeaturesWorker(){if(typeof Worker!=='function'||typeof Blob!=='function'||typeof URL!=='function')return null;if(typeof URL['createObjectURL']!=='function')return null;return async()=>{const _0x1fb71b=Date['now']();let _0x359030=null,_0xd586b0=null;try{const _0x17789d={};_0x17789d['type']='application/javascript';const _0x5006f6=new Blob([WORKER_SOURCE],_0x17789d);_0xd586b0=URL['createObjectURL'](_0x5006f6),_0x359030=new Worker(_0xd586b0);}catch{if(_0xd586b0!==null)URL['revokeObjectURL'](_0xd586b0);return _0x359030?.['terminate'](),null;}const _0x2db33b=_0x359030;try{const _0x4974dc=await new Promise(_0x303c82=>{const _0x176ad9=setTimeout(()=>_0x303c82(undefined),WORKER_PROBE_TIMEOUT_MS);_0x2db33b['onmessage']=_0xbe93b9=>{clearTimeout(_0x176ad9),_0xbe93b9['data']['ok']&&typeof _0xbe93b9['data']['mask']==='number'?_0x303c82(_0xbe93b9['data']['mask']):_0x303c82(undefined);},_0x2db33b['onerror']=()=>{clearTimeout(_0x176ad9),_0x303c82(undefined);},_0x2db33b['postMessage']('probe');});return{'mask':_0x4974dc,'durationMs':Date['now']()-_0x1fb71b};}finally{_0x2db33b['terminate']();if(_0xd586b0!==null)URL['revokeObjectURL'](_0xd586b0);}};}const _0x1c29c3={};_0x1c29c3['conditionalCreate']='cc',_0x1c29c3['conditionalGet']='cg',_0x1c29c3['hybridTransport']='ht',_0x1c29c3['passkeyPlatformAuthenticator']='ppa',_0x1c29c3['userVerifyingPlatformAuthenticator']='uvpa',_0x1c29c3['relatedOrigins']='ro',_0x1c29c3['signalAllAcceptedCredentials']='saac',_0x1c29c3['signalCurrentUserDetails']='scud',_0x1c29c3['signalUnknownCredential']='suc',_0x1c29c3['extension:credProps']='ecp',_0x1c29c3['extension:prf']='ep',_0x1c29c3['extension:appid']='eai',_0x1c29c3['extension:appidExclude']='eaie',_0x1c29c3['extension:credBlob']='ecb',_0x1c29c3['extension:credProtect']='ecpr',_0x1c29c3['extension:hmacSecret']='ehs',_0x1c29c3['extension:largeBlob']='elb',_0x1c29c3['extension:minPinLength']='empl',_0x1c29c3['extension:payment']='epy';const CAPABILITY_SHORT_CODE=_0x1c29c3;function getPublicKeyCredential(){if(typeof window==='undefined')return null;const _0x9f8278=window['PublicKeyCredential'];if(!_0x9f8278||typeof _0x9f8278['getClientCapabilities']!=='function')return null;return _0x9f8278;}function getWebAuthnCapabilities(){const _0x34981c=getPublicKeyCredential();if(_0x34981c===null||_0x34981c['getClientCapabilities']===undefined)return null;const _0x84b15b=_0x34981c['getClientCapabilities'];return async()=>{let _0x5b4b41;try{_0x5b4b41=await _0x84b15b();}catch{return null;}if(_0x5b4b41===null||typeof _0x5b4b41!=='object')return null;const _0x3f33c5={};for(const [_0x9ef3ae,_0x329421]of Object['entries'](_0x5b4b41)){const _0x4abdfc=CAPABILITY_SHORT_CODE[_0x9ef3ae];if(_0x4abdfc!==undefined)_0x3f33c5[_0x4abdfc]=_0x329421===!![];}return _0x3f33c5;};}const _0x32eedd={};_0x32eedd['codec']='avc1.42001E',_0x32eedd['width']=0x780,_0x32eedd['height']=0x438,_0x32eedd['label']='h264-baseline-1080';const _0x3d6a58={};_0x3d6a58['codec']='avc1.4D0032',_0x3d6a58['width']=0xf00,_0x3d6a58['height']=0x870,_0x3d6a58['label']='h264-main-4k';const _0x36915e={};_0x36915e['codec']='avc1.640033',_0x36915e['width']=0xf00,_0x36915e['height']=0x870,_0x36915e['label']='h264-high-4k';const _0x5dfc80={};_0x5dfc80['codec']='hev1.1.6.L150.B0',_0x5dfc80['width']=0x780,_0x5dfc80['height']=0x438,_0x5dfc80['label']='hevc-main-1080';const _0x1c1e03={};_0x1c1e03['codec']='hev1.2.4.L153.B0',_0x1c1e03['width']=0xf00,_0x1c1e03['height']=0x870,_0x1c1e03['label']='hevc-main10-4k';const _0x6db2fa={};_0x6db2fa['codec']='hev1.1.6.L180.B0',_0x6db2fa['width']=0x1e00,_0x6db2fa['height']=0x10e0,_0x6db2fa['label']='hevc-main-8k';const _0x369ae0={};_0x369ae0['codec']='vp09.00.40.08',_0x369ae0['width']=0x780,_0x369ae0['height']=0x438,_0x369ae0['label']='vp9-profile0-1080';const _0x56d399={};_0x56d399['codec']='vp09.02.40.10',_0x56d399['width']=0xf00,_0x56d399['height']=0x870,_0x56d399['label']='vp9-profile2-4k-10bit';const _0x397d89={};_0x397d89['codec']='av01.0.08M.08',_0x397d89['width']=0x780,_0x397d89['height']=0x438,_0x397d89['label']='av1-main-1080';const _0x2fa7e4={};_0x2fa7e4['codec']='av01.0.12M.10',_0x2fa7e4['width']=0xf00,_0x2fa7e4['height']=0x870,_0x2fa7e4['label']='av1-main-4k-10bit';const _0xe704dd={};_0xe704dd['codec']='av01.0.16M.10',_0xe704dd['width']=0x1e00,_0xe704dd['height']=0x10e0,_0xe704dd['label']='av1-main-8k-10bit';const _0x1c7e3d={};_0x1c7e3d['codec']='vp8',_0x1c7e3d['width']=0x780,_0x1c7e3d['height']=0x438,_0x1c7e3d['label']='vp8-1080';const CODEC_TESTS=[_0x32eedd,_0x3d6a58,_0x36915e,_0x5dfc80,_0x1c1e03,_0x6db2fa,_0x369ae0,_0x56d399,_0x397d89,_0x2fa7e4,_0xe704dd,_0x1c7e3d];async function getWebCodecsHardware(){try{const _0x5072f2=window['VideoDecoder'];if(!_0x5072f2||typeof _0x5072f2['isConfigSupported']!=='function')return null;const _0x49894d=_0x5072f2['isConfigSupported']['bind'](_0x5072f2),_0x44fa58=[],_0x28585a=CODEC_TESTS['map'](async _0x39fdf1=>{try{const _0x44e578={};_0x44e578['codec']=_0x39fdf1['codec'],_0x44e578['codedWidth']=_0x39fdf1['width'],_0x44e578['codedHeight']=_0x39fdf1['height'],_0x44e578['hardwareAcceleration']='prefer-hardware';const _0x53fe4d=_0x44e578,_0xd90145=await Promise['race']([_0x49894d(_0x53fe4d),new Promise(_0x4f5f20=>setTimeout(()=>_0x4f5f20(null),0x1f4))]);if(_0xd90145?.['supported']===!![]){const _0x18fb0a=_0xd90145['config'],_0x1e70a5=_0x18fb0a?.['hardwareAcceleration'];(_0x1e70a5==='prefer-hardware'||_0x1e70a5===undefined)&&_0x44fa58['push'](_0x39fdf1['label']);}}catch{}});return await Promise['all'](_0x28585a),_0x44fa58['sort']();}catch{return null;}}const STATUS_NO_GL_CONTEXT=-0x1,STATUS_GET_PARAMETER_NOT_A_FUNCTION=-0x2,validContextParameters=new Set([0x2a00,0xb21,0xb44,0xb45,0xb46,0xb70,0xb71,0xb72,0xb73,0xb74,0xb90,0xb91,0xb92,0xb93,0xb94,0xb95,0xb96,0xb97,0xb98,0xba2,0xbd0,0xbe2,0xc10,0xc11,0xc22,0xc23,0x8005,0x8009,0x8009,0x8037,0x8038,0x80a8,0x80a9,0x80aa,0x80ab,0x80c8,0x80c9,0x80ca,0x80cb,0xcf5,0x8192,0xd05,0xd33,0xd39,0xd3a,0xd4b,0xd66,0x846d,0x846e,0x84e0,0x84e8,0x851c,0xd50,0xd52,0xd53,0xd54,0xd55,0xd56,0xd57,0x86a3,0x8800,0x8801,0x8802,0x8803,0x883d,0x8869,0x8872,0x8b4c,0x8b4d,0x8b8c,0x8b9a,0x8b9b,0x8ca3,0x8ca4,0x8ca5,0x8dfb,0x8dfc,0x8dfd,0x9240,0x9241,0x9243,0x1f00,0x1f01,0x1f02]),validExtensionParams=new Set([0x84ff,0x8b8b,0x8cdf,0x8824,0x8825,0x8826,0x85b5,0x8e28,0x8fbb,0x9631]),shaderTypes=['FRAGMENT_SHADER','VERTEX_SHADER'],precisionTypes=['LOW_FLOAT','MEDIUM_FLOAT','HIGH_FLOAT','LOW_INT','MEDIUM_INT','HIGH_INT'],rendererInfoExtensionName='WEBGL_debug_renderer_info',polygonModeExtensionName='WEBGL_polygon_mode';function getWebGlBasics({cache:_0x2ddd40}){const _0x1146be=getWebGLContext(_0x2ddd40);if(!_0x1146be)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x1146be))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x27d366=shouldAvoidDebugRendererInfo()?null:_0x1146be['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x1146be,_0x1146be['VERSION']),'vendor':getParamString(_0x1146be,_0x1146be['VENDOR']),'vendorUnmasked':_0x27d366!==null?getParamString(_0x1146be,_0x27d366['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x1146be,_0x1146be['RENDERER']),'rendererUnmasked':_0x27d366!==null?getParamString(_0x1146be,_0x27d366['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x1146be,_0x1146be['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x296dbd}){const _0x2c9a51=getWebGLContext(_0x296dbd);if(!_0x2c9a51)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x2c9a51))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x233429=_0x2c9a51['getSupportedExtensions'](),_0x1615c9=_0x2c9a51['getContextAttributes'](),_0x3f5452=[],_0x4b6f3f=[],_0x6ad791=[],_0x1f380f=[],_0x3c3f52=[];if(_0x1615c9)for(const _0x4509a6 of Object['keys'](_0x1615c9)){_0x4b6f3f['push'](_0x4509a6+'='+_0x1615c9[_0x4509a6]);}const _0x764c48=getConstantsFromPrototype(_0x2c9a51);for(const _0x23a45d of _0x764c48){const _0xd48cff=_0x2c9a51[_0x23a45d],_0x18d891=validContextParameters['has'](_0xd48cff)?'='+String(_0x2c9a51['getParameter'](_0xd48cff)):'';_0x6ad791['push'](_0x23a45d+'='+_0xd48cff+_0x18d891);}if(_0x233429!==null)for(const _0x4ffa35 of _0x233429){if(_0x4ffa35===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x4ffa35===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x5db2ff=_0x2c9a51['getExtension'](_0x4ffa35);if(_0x5db2ff===null){_0x3f5452['push'](_0x4ffa35);continue;}for(const _0x5cc19b of getConstantsFromPrototype(_0x5db2ff)){const _0x45530e=_0x5db2ff[_0x5cc19b],_0x34b3f6=validExtensionParams['has'](_0x45530e)?'='+String(_0x2c9a51['getParameter'](_0x45530e)):'';_0x1f380f['push'](_0x5cc19b+'='+_0x45530e+_0x34b3f6);}}for(const _0x2bb0dc of shaderTypes){for(const _0xae1a88 of precisionTypes){const _0x1845aa=getShaderPrecision(_0x2c9a51,_0x2bb0dc,_0xae1a88);_0x3c3f52['push'](_0x2bb0dc+'.'+_0xae1a88+'='+_0x1845aa['join'](','));}}_0x1f380f['sort'](),_0x6ad791['sort']();const _0x3ed9d5={};return _0x3ed9d5['contextAttributes']=_0x4b6f3f,_0x3ed9d5['parameters']=_0x6ad791,_0x3ed9d5['shaderPrecisions']=_0x3c3f52,_0x3ed9d5['extensions']=_0x233429,_0x3ed9d5['extensionParameters']=_0x1f380f,_0x3ed9d5['unsupportedExtensions']=_0x3f5452,_0x3ed9d5;}function getWebGLContext(_0xe2ea52){if(_0xe2ea52['webgl'])return _0xe2ea52['webgl']['context'];const _0x24efff=document['createElement']('canvas');let _0x2ad6c4;_0x24efff['addEventListener']('webglCreateContextError',()=>_0x2ad6c4=undefined);for(const _0x2e9f4d of['webgl','experimental-webgl']){try{_0x2ad6c4=_0x24efff['getContext'](_0x2e9f4d);}catch{}if(_0x2ad6c4)break;}const _0x5a934b={};return _0x5a934b['context']=_0x2ad6c4,_0xe2ea52['webgl']=_0x5a934b,_0x2ad6c4;}function getShaderPrecision(_0x36259a,_0x4e67b8,_0x19ddba){const _0x590057=_0x36259a['getShaderPrecisionFormat'](_0x36259a[_0x4e67b8],_0x36259a[_0x19ddba]);return _0x590057?[_0x590057['rangeMin'],_0x590057['rangeMax'],_0x590057['precision']]:[];}function getConstantsFromPrototype(_0x11cc46){const _0x316172=Object['getPrototypeOf'](_0x11cc46);if(_0x316172===null)return[];const _0x52e50c=Object['keys'](_0x316172);return _0x52e50c['filter'](isConstantLike);}function isConstantLike(_0x56bee5){return typeof _0x56bee5==='string'&&!_0x56bee5['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x68c1e4,_0x29810d){const _0x5ccc84=_0x68c1e4['getParameter'](_0x29810d);if(_0x5ccc84===undefined||_0x5ccc84===null)return'';return String(_0x5ccc84);}function isValidParameterGetter(_0x24066f){return typeof _0x24066f['getParameter']==='function';}const _0x42bf66={};_0x42bf66['dHash']='',_0x42bf66['imageMurHash']='',_0x42bf66['unstable']=![];const EMPTY=_0x42bf66;function getWebGlCanvas(){try{const _0x1cfee2=document['createElement']('canvas');_0x1cfee2['width']=0x100,_0x1cfee2['height']=0x100;const _0x1b38bc=_0x1cfee2['getContext']('webgl')??_0x1cfee2['getContext']('experimental-webgl');if(!_0x1b38bc||!(_0x1b38bc instanceof WebGLRenderingContext))return EMPTY;renderTriangle(_0x1b38bc);const _0x1bc578=computeDHash(_0x1cfee2),_0xd6eda6=_0x1cfee2['toDataURL'](),_0x5799c1=_0x1cfee2['toDataURL']();if(_0xd6eda6!==_0x5799c1){const _0x48c208={};return _0x48c208['dHash']=_0x1bc578,_0x48c208['imageMurHash']='',_0x48c208['unstable']=!![],_0x48c208;}return{'dHash':_0x1bc578,'imageMurHash':x64hash128(_0xd6eda6),'unstable':![]};}catch{return EMPTY;}}function renderTriangle(_0x11db11){_0x11db11['clearColor'](0x0,0x0,0x1,0x1);const _0x29257d=_0x11db11['createProgram']();if(_0x29257d===null)return;const _0x162ab0=_0x29257d;function _0x4f958f(_0x313cfc,_0xd4d425){const _0x55461e=_0x11db11['createShader'](_0x313cfc);if(_0x55461e===null)return;_0x11db11['shaderSource'](_0x55461e,_0xd4d425),_0x11db11['compileShader'](_0x55461e),_0x11db11['attachShader'](_0x162ab0,_0x55461e);}_0x4f958f(_0x11db11['VERTEX_SHADER'],'attribute\x20vec2\x20p;uniform\x20float\x20t;void\x20main(){float\x20s=sin(t);float\x20c=cos(t);gl_Position=vec4(p*mat2(c,s,-s,c),1,1);}'),_0x4f958f(_0x11db11['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x11db11['linkProgram'](_0x29257d),_0x11db11['useProgram'](_0x29257d),_0x11db11['enableVertexAttribArray'](0x0);const _0x307654=_0x11db11['getUniformLocation'](_0x29257d,'t'),_0x6a39d7=_0x11db11['createBuffer']();_0x11db11['bindBuffer'](_0x11db11['ARRAY_BUFFER'],_0x6a39d7),_0x11db11['bufferData'](_0x11db11['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x11db11['STATIC_DRAW']),_0x11db11['vertexAttribPointer'](0x0,0x2,_0x11db11['FLOAT'],![],0x0,0x0),_0x11db11['clear'](_0x11db11['COLOR_BUFFER_BIT']),_0x11db11['uniform1f'](_0x307654,3.65),_0x11db11['drawArrays'](_0x11db11['TRIANGLES'],0x0,0x3);}const GPU_LIMIT_NAMES=['maxTextureDimension1D','maxTextureDimension2D','maxTextureDimension3D','maxTextureArrayLayers','maxBindGroups','maxBindingsPerBindGroup','maxDynamicUniformBuffersPerPipelineLayout','maxDynamicStorageBuffersPerPipelineLayout','maxSampledTexturesPerShaderStage','maxSamplersPerShaderStage','maxStorageBuffersPerShaderStage','maxStorageTexturesPerShaderStage','maxUniformBuffersPerShaderStage','maxUniformBufferBindingSize','maxStorageBufferBindingSize','minUniformBufferOffsetAlignment','minStorageBufferOffsetAlignment','maxVertexBuffers','maxBufferSize','maxVertexAttributes','maxVertexBufferArrayStride','maxInterStageShaderComponents','maxInterStageShaderVariables','maxColorAttachments','maxColorAttachmentBytesPerSample','maxComputeWorkgroupStorageSize','maxComputeInvocationsPerWorkgroup','maxComputeWorkgroupSizeX','maxComputeWorkgroupSizeY','maxComputeWorkgroupSizeZ','maxComputeWorkgroupsPerDimension','maxBindGroupsPlusVertexBuffers','maxStorageBuffersInFragmentStage','maxStorageBuffersInVertexStage','maxStorageTexturesInFragmentStage','maxStorageTexturesInVertexStage'];async function getAdapterInfo(_0x4166af){const _0x460673=_0x4166af['info'];if(_0x460673!==null&&_0x460673!==undefined)return _0x460673;const _0x1ed0be=_0x4166af['requestAdapterInfo'];if(typeof _0x1ed0be==='function')try{return await _0x1ed0be['call'](_0x4166af);}catch{return null;}return null;}async function getWebGlExtended(){try{const {getCachedGpuAdapter:_0x3c0227}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x1c926d=_0x3c0227();if(_0x1c926d===null)return null;const _0x2d93d7=await _0x1c926d;if(!_0x2d93d7)return null;const _0x36b014=_0x2d93d7['limits'],_0x1d00a8=[];for(const _0x22d937 of GPU_LIMIT_NAMES){if(_0x36b014&&_0x22d937 in _0x36b014){const _0x256630=_0x36b014[_0x22d937];_0x1d00a8['push'](typeof _0x256630==='number'?_0x256630:null);}else _0x1d00a8['push'](null);}const _0x55761d=await getAdapterInfo(_0x2d93d7);let _0x5bd7fa=null,_0x5d5962=null;_0x55761d!==null&&(_0x5bd7fa=typeof _0x55761d['description']==='string'?_0x55761d['description']:null,_0x5d5962=typeof _0x55761d['device']==='string'?_0x55761d['device']:null);const _0x2fc698='isFallbackAdapter'in _0x2d93d7?Boolean(_0x2d93d7['isFallbackAdapter']):null,_0xac9d0b={};return _0xac9d0b['ds']=_0x5bd7fa,_0xac9d0b['dv']=_0x5d5962,_0xac9d0b['f']=_0x2fc698,_0xac9d0b['l']=_0x1d00a8,_0xac9d0b;}catch{return null;}}const AH_TOKEN='34047',KH_BLACKLIST=new Set(['32926','32928']);function transformParameters(_0xf0c2ca){return _0xf0c2ca['map'](_0x2a54bc=>{const _0x123bbd=_0x2a54bc['split']('=',0x3),_0x3044bc=_0x123bbd[0x0],_0x2de124=_0x123bbd[0x1],_0x2cf7f0=_0x123bbd[0x2];if(_0x2cf7f0!==undefined||_0x2de124!==undefined&&KH_BLACKLIST['has'](_0x2de124))return _0x3044bc+'('+(_0x2de124??'')+')=null';return _0x2a54bc;});}function transformExtensionParameters(_0x17270f){return _0x17270f['map'](_0x1288c2=>{const _0xa5e693=_0x1288c2['split']('=',0x3),_0x36ed0c=_0xa5e693[0x0],_0x56fa89=_0xa5e693[0x1],_0x32c227=_0xa5e693[0x2];if(_0x32c227!==undefined&&_0x56fa89!==AH_TOKEN)return _0x36ed0c+'('+(_0x56fa89??'')+')='+_0x32c227;return _0x1288c2;});}function getWebGlExtensionsHashed({cache:_0x17a3b3}){const _0x9d7017={};_0x9d7017['cache']=_0x17a3b3;const _0xe1c58f=getWebGlExtensions(_0x9d7017);if(typeof _0xe1c58f==='number')return _0xe1c58f;const {contextAttributes:_0x47a9d0,parameters:_0x4eb9be,shaderPrecisions:_0x45c2a3,extensions:_0x403abc,extensionParameters:_0x4e28de,unsupportedExtensions:_0x42e04e}=_0xe1c58f,_0x5c15ca=_0x403abc??[],_0x6dd4c8=transformParameters(_0x4eb9be),_0x9bab46=transformExtensionParameters(_0x4e28de);return{'contextAttributes':x64hash128(_0x47a9d0['join']('&')),'parameters':x64hash128(_0x6dd4c8['join']('&')),'parameters2':x64hash128(_0x4eb9be['join']('&')),'shaderPrecisions':x64hash128(_0x45c2a3['join']('&')),'extensions':x64hash128(_0x5c15ca['join'](',')),'extensionParameters':x64hash128(_0x9bab46['join'](',')),'extensionParameters2':x64hash128(_0x4e28de['join']('&')),'unsupportedExtensions':_0x42e04e,'extensionsList':_0x5c15ca};}const SIZE=0x43,LAT_BANDS=0x32,LON_BANDS=0x32,RADIUS=0x2,VERT_SHADER='\x0aattribute\x20vec3\x20aPosition;\x0aattribute\x20vec3\x20aNormal;\x0auniform\x20vec4\x20uLightPos;\x0auniform\x20vec3\x20uKd;\x0auniform\x20vec3\x20uLd;\x0auniform\x20mat4\x20uMVMatrix;\x0auniform\x20mat4\x20uMVPMatrix;\x0avarying\x20vec3\x20vLight;\x0avoid\x20main()\x20{\x0a\x20\x20vec3\x20n\x20=\x20normalize(aNormal);\x0a\x20\x20vec4\x20pos\x20=\x20uMVMatrix\x20*\x20vec4(aPosition,\x201.0);\x0a\x20\x20vec3\x20s\x20=\x20normalize(vec3(uLightPos\x20-\x20pos));\x0a\x20\x20vLight\x20=\x20uLd\x20*\x20uKd\x20*\x20max(dot(s,\x20n),\x200.0);\x0a\x20\x20gl_Position\x20=\x20uMVPMatrix\x20*\x20vec4(aPosition,\x201.0);\x0a}\x0a',FRAG_SHADER='\x0aprecision\x20mediump\x20float;\x0avarying\x20vec3\x20vLight;\x0avoid\x20main()\x20{\x0a\x20\x20gl_FragColor\x20=\x20vec4(vLight,\x201.0);\x0a}\x0a';function getWebGlSphere(){try{const _0x4e2708=document['createElement']('canvas');_0x4e2708['width']=SIZE,_0x4e2708['height']=SIZE;const _0x44a125=_0x4e2708['getContext']('webgl')??_0x4e2708['getContext']('experimental-webgl');if(!_0x44a125)return null;const _0x2e5a80=buildProgram(_0x44a125);if(!_0x2e5a80)return null;const _0x3d7907=buildSphere();renderSphere(_0x44a125,_0x2e5a80,_0x3d7907);const _0x29ff76=_0x4e2708['toDataURL'](),_0x485003=_0x4e2708['toDataURL']();if(_0x29ff76!==_0x485003)return null;return fnv1a(_0x29ff76);}catch{return null;}}function buildProgram(_0x312c5b){const _0x4790f5=_0x312c5b['createProgram'](),_0x529406=_0x312c5b['createShader'](_0x312c5b['VERTEX_SHADER']),_0x29bf1b=_0x312c5b['createShader'](_0x312c5b['FRAGMENT_SHADER']);if(_0x529406===null||_0x29bf1b===null)return null;_0x312c5b['shaderSource'](_0x529406,VERT_SHADER),_0x312c5b['compileShader'](_0x529406),_0x312c5b['attachShader'](_0x4790f5,_0x529406),_0x312c5b['shaderSource'](_0x29bf1b,FRAG_SHADER),_0x312c5b['compileShader'](_0x29bf1b),_0x312c5b['attachShader'](_0x4790f5,_0x29bf1b),_0x312c5b['linkProgram'](_0x4790f5);if(_0x312c5b['getProgramParameter'](_0x4790f5,_0x312c5b['LINK_STATUS'])!==!![])return null;return _0x4790f5;}function buildSphere(){const _0x41d0f5=[],_0x482b2c=[],_0x5af106=[];for(let _0x58b5a7=0x0;_0x58b5a7<=LAT_BANDS;_0x58b5a7++){const _0x1caf53=_0x58b5a7*Math['PI']/LAT_BANDS,_0x3a439f=Math['sin'](_0x1caf53),_0x56e0eb=Math['cos'](_0x1caf53);for(let _0x212fe0=0x0;_0x212fe0<=LON_BANDS;_0x212fe0++){const _0x4d5c14=_0x212fe0*0x2*Math['PI']/LON_BANDS,_0x46bbae=_0x3a439f*Math['cos'](_0x4d5c14),_0x410a99=_0x56e0eb,_0x22b947=_0x3a439f*Math['sin'](_0x4d5c14);_0x482b2c['push'](_0x46bbae,_0x410a99,_0x22b947),_0x41d0f5['push'](_0x46bbae*RADIUS,_0x410a99*RADIUS,_0x22b947*RADIUS);}}for(let _0x3864be=0x0;_0x3864be<LAT_BANDS;_0x3864be++){for(let _0x46be3a=0x0;_0x46be3a<LON_BANDS;_0x46be3a++){const _0x4f1205=_0x3864be*(LON_BANDS+0x1)+_0x46be3a,_0x484359=_0x4f1205+LON_BANDS+0x1;_0x5af106['push'](_0x4f1205,_0x484359,_0x4f1205+0x1),_0x5af106['push'](_0x484359,_0x484359+0x1,_0x4f1205+0x1);}}return{'vertices':new Float32Array(_0x41d0f5),'normals':new Float32Array(_0x482b2c),'indices':new Uint16Array(_0x5af106)};}function renderSphere(_0x29309b,_0x3e145e,_0x139b0d){_0x29309b['useProgram'](_0x3e145e),_0x29309b['viewport'](0x0,0x0,SIZE,SIZE),_0x29309b['clearColor'](0x0,0x0,0x0,0x1),_0x29309b['enable'](_0x29309b['DEPTH_TEST']),_0x29309b['clear'](_0x29309b['COLOR_BUFFER_BIT']|_0x29309b['DEPTH_BUFFER_BIT']);const _0x3188fb=_0x29309b['createBuffer']();_0x29309b['bindBuffer'](_0x29309b['ARRAY_BUFFER'],_0x3188fb),_0x29309b['bufferData'](_0x29309b['ARRAY_BUFFER'],_0x139b0d['vertices'],_0x29309b['STATIC_DRAW']);const _0x37b69f=_0x29309b['getAttribLocation'](_0x3e145e,'aPosition');_0x29309b['enableVertexAttribArray'](_0x37b69f),_0x29309b['vertexAttribPointer'](_0x37b69f,0x3,_0x29309b['FLOAT'],![],0x0,0x0);const _0x5caec6=_0x29309b['createBuffer']();_0x29309b['bindBuffer'](_0x29309b['ARRAY_BUFFER'],_0x5caec6),_0x29309b['bufferData'](_0x29309b['ARRAY_BUFFER'],_0x139b0d['normals'],_0x29309b['STATIC_DRAW']);const _0x168e27=_0x29309b['getAttribLocation'](_0x3e145e,'aNormal');_0x29309b['enableVertexAttribArray'](_0x168e27),_0x29309b['vertexAttribPointer'](_0x168e27,0x3,_0x29309b['FLOAT'],![],0x0,0x0);const _0x557bfa=_0x29309b['createBuffer']();_0x29309b['bindBuffer'](_0x29309b['ELEMENT_ARRAY_BUFFER'],_0x557bfa),_0x29309b['bufferData'](_0x29309b['ELEMENT_ARRAY_BUFFER'],_0x139b0d['indices'],_0x29309b['STATIC_DRAW']);const _0xcf0e06=Math['PI']/0x6,_0x54375b=0x1,_0xd0e3b6=0.1,_0xb6d21a=0x64,_0x21e14b=0x1/Math['tan'](_0xcf0e06/0x2),_0x4def8d=new Float32Array([_0x21e14b/_0x54375b,0x0,0x0,0x0,0x0,_0x21e14b,0x0,0x0,0x0,0x0,(_0xb6d21a+_0xd0e3b6)/(_0xd0e3b6-_0xb6d21a),-0x1,0x0,0x0,0x2*_0xb6d21a*_0xd0e3b6/(_0xd0e3b6-_0xb6d21a),0x0]),_0x170561=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x21bb70=multiplyMat4(_0x4def8d,_0x170561);_0x29309b['uniformMatrix4fv'](_0x29309b['getUniformLocation'](_0x3e145e,'uMVMatrix'),![],_0x170561),_0x29309b['uniformMatrix4fv'](_0x29309b['getUniformLocation'](_0x3e145e,'uMVPMatrix'),![],_0x21bb70),_0x29309b['uniform4f'](_0x29309b['getUniformLocation'](_0x3e145e,'uLightPos'),0xa,0xa,0xa,0x1),_0x29309b['uniform3f'](_0x29309b['getUniformLocation'](_0x3e145e,'uKd'),0.9,0.5,0.3),_0x29309b['uniform3f'](_0x29309b['getUniformLocation'](_0x3e145e,'uLd'),0x1,0x1,0x1),_0x29309b['drawElements'](_0x29309b['TRIANGLES'],_0x139b0d['indices']['length'],_0x29309b['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x10ec17,_0x4fe0a5){const _0x5d22ab=new Float32Array(0x10);for(let _0x3955f3=0x0;_0x3955f3<0x4;_0x3955f3++){for(let _0x4fdcdd=0x0;_0x4fdcdd<0x4;_0x4fdcdd++){_0x5d22ab[_0x4fdcdd*0x4+_0x3955f3]=0x0;for(let _0x2c25e8=0x0;_0x2c25e8<0x4;_0x2c25e8++){_0x5d22ab[_0x4fdcdd*0x4+_0x3955f3]+=_0x10ec17[_0x2c25e8*0x4+_0x3955f3]*_0x4fe0a5[_0x4fdcdd*0x4+_0x2c25e8];}}}return _0x5d22ab;}function fnv1a(_0x5ec181){let _0x1dc6b0=0x811c9dc5;for(let _0x198d02=0x0;_0x198d02<_0x5ec181['length'];_0x198d02++){_0x1dc6b0^=_0x5ec181['charCodeAt'](_0x198d02),_0x1dc6b0+=(_0x1dc6b0<<0x1)+(_0x1dc6b0<<0x4)+(_0x1dc6b0<<0x7)+(_0x1dc6b0<<0x8)+(_0x1dc6b0<<0x18);}return _0x1dc6b0>>>0x0;}let cached=null;function getCachedGpuAdapter(){if(typeof navigator==='undefined')return null;const _0x455dba=navigator['gpu'];if(_0x455dba===undefined||_0x455dba===null)return null;const _0x38522e=_0x455dba['requestAdapter'];if(typeof _0x38522e!=='function')return null;return cached===null&&(cached=((async()=>{try{const _0x27c53c=await _0x38522e['call'](_0x455dba);return _0x27c53c===null||_0x27c53c===undefined?null:_0x27c53c;}catch{return null;}})())),cached;}function resetCachedGpuAdapter(){cached=null;}const _0x166f28={};_0x166f28['__proto__']=null,_0x166f28['getCachedGpuAdapter']=getCachedGpuAdapter,_0x166f28['resetCachedGpuAdapter']=resetCachedGpuAdapter;var webgpuAdapter=Object['freeze'](_0x166f28);const DISCRIMINATING_LIMITS=['maxTextureDimension1D','maxTextureDimension2D','maxTextureDimension3D','maxTextureArrayLayers','maxBindGroups','maxBindGroupsPlusVertexBuffers','maxBindingsPerBindGroup','maxDynamicUniformBuffersPerPipelineLayout','maxDynamicStorageBuffersPerPipelineLayout','maxSampledTexturesPerShaderStage','maxSamplersPerShaderStage','maxStorageBuffersPerShaderStage','maxStorageTexturesPerShaderStage','maxUniformBuffersPerShaderStage','maxUniformBufferBindingSize','maxStorageBufferBindingSize','maxVertexBuffers','maxBufferSize','maxVertexAttributes','maxVertexBufferArrayStride','maxInterStageShaderVariables','maxColorAttachments','maxColorAttachmentBytesPerSample','maxComputeWorkgroupStorageSize','maxComputeInvocationsPerWorkgroup','maxComputeWorkgroupSizeX','maxComputeWorkgroupSizeY','maxComputeWorkgroupSizeZ','maxComputeWorkgroupsPerDimension'];async function getWebGpuSignal(){try{const _0x15555b=getCachedGpuAdapter();if(_0x15555b===null)return null;const _0x25ee0d=await _0x15555b;if(!_0x25ee0d)return null;const _0x58158f=_0x25ee0d['info'],_0x156606=_0x58158f?.['vendor']??'',_0x43d29f=_0x58158f?.['architecture']??'',_0x1d6d86=_0x58158f?.['device']??'',_0xcf326e=_0x58158f?.['description']??'',_0x27250e=[];_0x25ee0d['features']['forEach'](_0x41885d=>_0x27250e['push'](_0x41885d)),_0x27250e['sort']();const _0x5aa288={};for(const _0x3e766d of DISCRIMINATING_LIMITS){_0x3e766d in _0x25ee0d['limits']&&(_0x5aa288[_0x3e766d]=_0x25ee0d['limits'][_0x3e766d]);}const _0x35d666={};return _0x35d666['vendor']=_0x156606,_0x35d666['architecture']=_0x43d29f,_0x35d666['device']=_0x1d6d86,_0x35d666['description']=_0xcf326e,_0x35d666['features']=_0x27250e,_0x35d666['limits']=_0x5aa288,_0x35d666;}catch{return null;}}const SHADER='\x0astruct\x20Counter\x20{\x20n:\x20atomic<u32>\x20}\x0a@group(0)\x20@binding(0)\x20var<storage,\x20read_write>\x20g:\x20Counter;\x0a\x0astruct\x20OutBuf\x20{\x20vals:\x20array<atomic<u32>>\x20}\x0a@group(0)\x20@binding(1)\x20var<storage,\x20read_write>\x20out:\x20OutBuf;\x0a\x0astruct\x20Params\x20{\x20limit:\x20u32,\x20_p1:\x20u32,\x20_p2:\x20u32,\x20_p3:\x20u32\x20}\x0a@group(0)\x20@binding(2)\x20var<uniform>\x20params:\x20Params;\x0a\x0aoverride\x20WG_SIZE:\x20u32\x20=\x2064u;\x0a\x0a@compute\x20@workgroup_size(WG_SIZE)\x0afn\x20main(@builtin(workgroup_id)\x20wid:\x20vec3<u32>,\x20@builtin(local_invocation_id)\x20lid:\x20vec3<u32>)\x20{\x0a\x20\x20if\x20(lid.x\x20==\x200u)\x20{\x20atomicStore(&out.vals[wid.x],\x200u);\x20}\x0a\x20\x20workgroupBarrier();\x0a\x20\x20var\x20local:\x20u32\x20=\x200u;\x0a\x20\x20loop\x20{\x0a\x20\x20\x20\x20let\x20prev\x20=\x20atomicAdd(&g.n,\x201u);\x0a\x20\x20\x20\x20if\x20(prev\x20>=\x20params.limit)\x20{\x20break;\x20}\x0a\x20\x20\x20\x20local\x20=\x20local\x20+\x201u;\x0a\x20\x20}\x0a\x20\x20atomicAdd(&out.vals[wid.x],\x20local);\x0a}\x0a',_0x50951f={};_0x50951f['wgCount']=0x80,_0x50951f['wgSize']=0x40;const _0x3111fd={};_0x3111fd['wgCount']=0x100,_0x3111fd['wgSize']=0x40;const _0x365f24={};_0x365f24['wgCount']=0x80,_0x365f24['wgSize']=0x80;const CONFIGS=[_0x50951f,_0x3111fd,_0x365f24],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{const {getCachedGpuAdapter:_0x377191}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x88ac3e=_0x377191();if(_0x88ac3e===null)return null;const _0x472dad=await _0x88ac3e;if(_0x472dad===null)return null;const _0x53278c=await _0x472dad['requestDevice']();try{const _0x9007c0=_0x53278c['queue'],_0x2b43f5={};_0x2b43f5['code']=SHADER;const _0x2932c5=_0x53278c['createShaderModule'](_0x2b43f5),_0x8165bd=await collectDistribution(_0x53278c,_0x9007c0,_0x2932c5),_0x45ec49=await collectDistribution(_0x53278c,_0x9007c0,_0x2932c5),_0x5d9239=cosine(_0x8165bd,_0x45ec49);if(_0x5d9239<0.8)return null;const _0x823280=_0x8165bd['map']((_0x21f05c,_0x34e976)=>(_0x21f05c+_0x45ec49[_0x34e976])/0x2);return _0x823280['map'](_0x231a24=>Math['round'](_0x231a24*0x2710)/0x2710);}finally{_0x53278c['destroy']();}}catch{return null;}}async function collectDistribution(_0x141265,_0x83dba2,_0x3e3fe5){const _0x24897f=[];for(const _0x2daf2b of CONFIGS){const _0x54fd23=[];for(let _0x9fb9fc=0x0;_0x9fb9fc<TRIALS;_0x9fb9fc++){const _0x441244=await runTrial(_0x141265,_0x83dba2,_0x3e3fe5,_0x2daf2b['wgCount'],_0x2daf2b['wgSize'],LIMIT);_0x54fd23['push'](_0x441244);}const _0x4a714d=medianOfTrials(_0x54fd23),_0x3bd8be=normalize(_0x4a714d),_0x37a0c2=downsample(_0x3bd8be,BINS);_0x24897f['push'](..._0x37a0c2);}return _0x24897f;}function cosine(_0xc35fb5,_0x40db31){let _0x5991d1=0x0,_0x23b123=0x0,_0x2e95ab=0x0;for(let _0xf772b9=0x0;_0xf772b9<_0xc35fb5['length'];_0xf772b9++){_0x5991d1+=_0xc35fb5[_0xf772b9]*_0x40db31[_0xf772b9],_0x23b123+=_0xc35fb5[_0xf772b9]*_0xc35fb5[_0xf772b9],_0x2e95ab+=_0x40db31[_0xf772b9]*_0x40db31[_0xf772b9];}const _0x42ddfc=Math['sqrt'](_0x23b123)*Math['sqrt'](_0x2e95ab);return _0x42ddfc===0x0?0x0:_0x5991d1/_0x42ddfc;}async function runTrial(_0xe46377,_0x14dca9,_0x37ae2d,_0x5ae1d1,_0x1d7865,_0x4acc16){const _0x3e97dd={};_0x3e97dd['WG_SIZE']=_0x1d7865;const _0x4a474e={};_0x4a474e['module']=_0x37ae2d,_0x4a474e['entryPoint']='main',_0x4a474e['constants']=_0x3e97dd;const _0x403404={};_0x403404['layout']='auto',_0x403404['compute']=_0x4a474e;const _0x3e41dd=_0xe46377['createComputePipeline'](_0x403404),_0x4ca6a8=_0x5ae1d1*0x4,_0xd77af3={};_0xd77af3['size']=0x4,_0xd77af3['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x5d5265=_0xe46377['createBuffer'](_0xd77af3),_0x1c8129={};_0x1c8129['size']=_0x4ca6a8,_0x1c8129['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x23ff14=_0xe46377['createBuffer'](_0x1c8129),_0x3528e2={};_0x3528e2['size']=0x10,_0x3528e2['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x1e04f0=_0xe46377['createBuffer'](_0x3528e2),_0x2ccbc0={};_0x2ccbc0['size']=_0x4ca6a8,_0x2ccbc0['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x4c3828=_0xe46377['createBuffer'](_0x2ccbc0);try{_0x14dca9['writeBuffer'](_0x5d5265,0x0,new Uint32Array([0x0])),_0x14dca9['writeBuffer'](_0x23ff14,0x0,new Uint8Array(_0x4ca6a8)),_0x14dca9['writeBuffer'](_0x1e04f0,0x0,new Uint32Array([_0x4acc16,0x0,0x0,0x0]));const _0x41d8c0={};_0x41d8c0['buffer']=_0x5d5265;const _0xe40c67={};_0xe40c67['binding']=0x0,_0xe40c67['resource']=_0x41d8c0;const _0xd52f1a={};_0xd52f1a['buffer']=_0x23ff14;const _0x4a9aa0={};_0x4a9aa0['binding']=0x1,_0x4a9aa0['resource']=_0xd52f1a;const _0xcf5b2e={};_0xcf5b2e['buffer']=_0x1e04f0;const _0x3d4fd8={};_0x3d4fd8['binding']=0x2,_0x3d4fd8['resource']=_0xcf5b2e;const _0x1fe1fd=_0xe46377['createBindGroup']({'layout':_0x3e41dd['getBindGroupLayout'](0x0),'entries':[_0xe40c67,_0x4a9aa0,_0x3d4fd8]}),_0x509dec=_0xe46377['createCommandEncoder'](),_0x3b2756=_0x509dec['beginComputePass']();_0x3b2756['setPipeline'](_0x3e41dd),_0x3b2756['setBindGroup'](0x0,_0x1fe1fd),_0x3b2756['dispatchWorkgroups'](_0x5ae1d1,0x1,0x1),_0x3b2756['end'](),_0x509dec['copyBufferToBuffer'](_0x23ff14,0x0,_0x4c3828,0x0,_0x4ca6a8),_0x14dca9['submit']([_0x509dec['finish']()]),await _0x14dca9['onSubmittedWorkDone'](),await _0x4c3828['mapAsync'](GPUMapMode['READ']);const _0x172377=new Uint32Array(_0x4c3828['getMappedRange']()['slice'](0x0));return _0x4c3828['unmap'](),Array['from'](_0x172377);}finally{_0x5d5265['destroy'](),_0x23ff14['destroy'](),_0x1e04f0['destroy'](),_0x4c3828['destroy']();}}function medianOfTrials(_0x2c026f){const _0x3ccff3=_0x2c026f[0x0]['length'],_0x294daf=new Array(_0x3ccff3);for(let _0x5860e5=0x0;_0x5860e5<_0x3ccff3;_0x5860e5++){const _0x15474c=_0x2c026f['map'](_0x47a845=>_0x47a845[_0x5860e5])['sort']((_0x497674,_0x1b6391)=>_0x497674-_0x1b6391),_0x687f97=Math['floor'](_0x15474c['length']/0x2);_0x294daf[_0x5860e5]=_0x15474c['length']%0x2?_0x15474c[_0x687f97]:(_0x15474c[_0x687f97-0x1]+_0x15474c[_0x687f97])/0x2;}return _0x294daf;}function normalize(_0x1ab9c8){const _0x934baa=_0x1ab9c8['reduce']((_0x10a37,_0x67ce04)=>_0x10a37+_0x67ce04,0x0)||0x1;return _0x1ab9c8['map'](_0x1cc345=>_0x1cc345/_0x934baa);}function downsample(_0x561724,_0x363313){const _0x41521e=_0x561724['length'],_0x380655=new Array(_0x363313)['fill'](0x0);for(let _0x41bd75=0x0;_0x41bd75<_0x41521e;_0x41bd75++){_0x380655[Math['floor'](_0x41bd75*_0x363313/_0x41521e)]+=_0x561724[_0x41bd75];}const _0x1b459a=_0x380655['reduce']((_0x21c603,_0x123737)=>_0x21c603+_0x123737,0x0)||0x1;return _0x380655['map'](_0x13e5b2=>_0x13e5b2/_0x1b459a);}async function getWebRtcDevices(){const _0x1131f4=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x1131f4===undefined||typeof _0x1131f4['enumerateDevices']!=='function')return undefined;try{const _0x30a86c=await _0x1131f4['enumerateDevices']();let _0x2322f7=0x0,_0x30e8c0=0x0,_0x265909=0x0;const _0x587146=[];for(const _0x37a765 of _0x30a86c){_0x587146['push'](_0x37a765['kind']);if(_0x37a765['kind']==='audioinput')_0x2322f7++;else{if(_0x37a765['kind']==='audiooutput')_0x30e8c0++;else _0x265909++;}}const _0x2175a6=_0x587146['join'](',');let _0x284ff0=0x0;for(let _0x2df7de=0x0;_0x2df7de<_0x2175a6['length'];_0x2df7de++){_0x284ff0=(_0x284ff0<<0x5)-_0x284ff0+_0x2175a6['charCodeAt'](_0x2df7de)|0x0;}return{'audioInputCount':_0x2322f7,'audioOutputCount':_0x30e8c0,'videoInputCount':_0x265909,'totalCount':_0x30a86c['length'],'kindsHash':(_0x284ff0>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAncestorOrigins(){try{const _0x3ab416=window['location'],_0x31473e=_0x3ab416['href'],_0x28b66d=_0x3ab416['ancestorOrigins'];let _0x21b70c=null;if(_0x28b66d!==undefined&&_0x28b66d!==null){_0x21b70c=[];for(let _0x435822=0x0;_0x435822<_0x28b66d['length'];_0x435822++){const _0x5854fa=_0x28b66d[_0x435822];if(typeof _0x5854fa==='string')_0x21b70c['push'](_0x5854fa);}}const _0x982f5d={};return _0x982f5d['w']=_0x31473e,_0x982f5d['l']=_0x31473e,_0x982f5d['a']=_0x21b70c,_0x982f5d;}catch{return null;}}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x330097}=window;if(typeof _0x330097?.['canMakePayments']!=='function')return null;if(willPrintConsoleError())return null;try{return _0x330097['canMakePayments']();}catch(_0x2e3b71){if(_0x2e3b71 instanceof Error&&_0x2e3b71['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x2e3b71['message']))return null;throw _0x2e3b71;}}async function getBatterySignal(){const _0x17adb3=navigator;if(typeof _0x17adb3['getBattery']!=='function')return null;try{const _0x98dfe9=await _0x17adb3['getBattery']();if(_0x98dfe9===undefined||_0x98dfe9===null)return null;const _0x28abbb=_0x98dfe9['chargingTime'],_0x5bef63=_0x98dfe9['dischargingTime'];return{'level':_0x98dfe9['level'],'charging':_0x98dfe9['charging'],'ct':Number['isFinite'](_0x28abbb)?_0x28abbb:null,'dt':Number['isFinite'](_0x5bef63)?_0x5bef63:null};}catch{return null;}}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x2dfd36=0x0;_0x2dfd36<0x100;_0x2dfd36++){let _0x4f4f27=_0x2dfd36;for(let _0x33b3fb=0x0;_0x33b3fb<0x8;_0x33b3fb++)_0x4f4f27=_0x4f4f27&0x1?0xedb88320^_0x4f4f27>>>0x1:_0x4f4f27>>>0x1;table[_0x2dfd36]=_0x4f4f27;}return table;}function crc32(_0x34ef5a){const _0x3fb4cd=getTable();let _0x4d82a9=0xffffffff;for(let _0x3a5a90=0x0;_0x3a5a90<_0x34ef5a['length'];_0x3a5a90++){_0x4d82a9=_0x3fb4cd[(_0x4d82a9^_0x34ef5a['charCodeAt'](_0x3a5a90))&0xff]^_0x4d82a9>>>0x8;}return(_0x4d82a9^0xffffffff)>>>0x0;}function summarizePrototype(_0x56e64c){const _0x5932a3={};_0x5932a3['count']=0x0,_0x5932a3['hash']=0x0;if(!_0x56e64c)return _0x5932a3;try{const _0x801777=Object['getOwnPropertyNames'](_0x56e64c)['sort'](),_0x4f7381=_0x801777['join'](',');return{'count':_0x801777['length'],'hash':crc32(_0x4f7381)};}catch{const _0x5e7272={};return _0x5e7272['count']=0x0,_0x5e7272['hash']=0x0,_0x5e7272;}}function isNativeFunction$1(_0xd889ad){try{return typeof _0xd889ad==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0xd889ad));}catch{return![];}}function getBomEnumeration(){try{const _0x1a2a38=summarizePrototype(Navigator['prototype']),_0x3737d8=summarizePrototype(Screen['prototype']),_0x354a7d=summarizePrototype(HTMLElement['prototype']),_0xa51032=summarizePrototype(Document['prototype']),_0x455696={};_0x455696['count']=0x0,_0x455696['hash']=0x0;let _0x32e8bb=_0x455696;typeof Performance!=='undefined'&&(_0x32e8bb=summarizePrototype(Performance['prototype']));const _0x10e87e=_0x1a2a38['count']+_0x3737d8['count']+_0x354a7d['count']+_0xa51032['count']+_0x32e8bb['count'],_0x5380d1=window,_0x52e16c='chrome'in window&&typeof _0x5380d1['chrome']==='object',_0x29be7c=typeof navigator['brave']==='object',_0xf05597='__playwright'in _0x5380d1||'__selenium_unwrapped'in _0x5380d1||'__webdriver_evaluate'in _0x5380d1||'__nightmare'in _0x5380d1||'_phantom'in _0x5380d1||'__lastWatirAlert'in _0x5380d1;let _0x430044=!![];try{const _0x2dc120=navigator['plugins'];_0x430044=_0x2dc120['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x430044=![];}let _0x17551f=!![];try{const _0x52f61d=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x52f61d)_0x17551f=![];else{if('value'in _0x52f61d)_0x17551f=![];else _0x52f61d['get']?_0x17551f=isNativeFunction$1(_0x52f61d['get']):_0x17551f=![];}}catch{_0x17551f=![];}const _0x404a5f=typeof SharedWorker!=='undefined',_0x58774b=typeof Notification!=='undefined',_0x463eb7={};_0x463eb7['hasChrome']=_0x52e16c,_0x463eb7['hasBraveShield']=_0x29be7c,_0x463eb7['hasAutomation']=_0xf05597,_0x463eb7['pluginConsistent']=_0x430044,_0x463eb7['webdriverNative']=_0x17551f,_0x463eb7['hasSharedWorker']=_0x404a5f,_0x463eb7['hasNotification']=_0x58774b;const _0x18d634={};return _0x18d634['nav']=_0x1a2a38,_0x18d634['scr']=_0x3737d8,_0x18d634['html']=_0x354a7d,_0x18d634['doc']=_0xa51032,_0x18d634['perf']=_0x32e8bb,_0x18d634['total']=_0x10e87e,_0x18d634['markers']=_0x463eb7,_0x18d634;}catch{return null;}}function getColorDepth(){return window['screen']['colorDepth'];}function getColorScheme(){if(matchMedia('(prefers-color-scheme:\x20dark)')['matches'])return!![];if(matchMedia('(prefers-color-scheme:\x20light)')['matches'])return![];return null;}function getConnectionExtended(){if(typeof navigator==='undefined')return null;const _0x5136d9=navigator['connection'];if(_0x5136d9===undefined||_0x5136d9===null)return null;const _0x4905cc=typeof _0x5136d9['downlink']==='number'?_0x5136d9['downlink']:0x0,_0x126670=Math['round'](_0x4905cc*0xa)/0xa|0x0,_0x1dae0e=_0x5136d9['metered']===!![],_0x179b68={};return _0x179b68['downlink']=_0x126670,_0x179b68['metered']=_0x1dae0e,_0x179b68;}function getConnectionInfo(){try{const _0xb6feea=navigator['connection'];if(!_0xb6feea)return null;const _0x2cc114=Object['getOwnPropertyDescriptor'](_0xb6feea,Symbol['toStringTag']);if(_0x2cc114?.['configurable']===!![])return!![];for(let _0x136f9b=0x0;_0x136f9b<_0xb6feea['length'];_0x136f9b++){const _0x4c803a=Object['getOwnPropertyDescriptor'](_0xb6feea,_0x136f9b);if(_0x4c803a!==undefined&&(_0x4c803a['configurable']===!![]||_0x4c803a['enumerable']===!![]))return!![];}return![];}catch{return null;}}function getConnectionSaveData(){if(typeof navigator==='undefined')return null;const _0xc081b1=navigator['connection'];if(_0xc081b1===undefined||_0xc081b1===null)return null;return _0xc081b1['saveData']===!![];}const PROBE_VALUE='calc(0.207912px)';function getCssCalcResolved(){if(typeof document==='undefined')return null;const _0x20eed1=document['createElement']('div');_0x20eed1['style']['cssText']='width:'+PROBE_VALUE+';position:absolute;left:-9999px',document['body']['appendChild'](_0x20eed1);let _0x5e797a;try{_0x5e797a=getComputedStyle(_0x20eed1)['width'];}finally{_0x20eed1['remove']();}return _0x5e797a['startsWith']('0')||_0x5e797a['startsWith']('calc')?PROBE_VALUE:_0x5e797a;}function getCssRegisterProperty(){if(typeof window==='undefined')return null;const _0x3948fb=window['CSS'];if(_0x3948fb===undefined||_0x3948fb===null)return![];return typeof _0x3948fb['registerProperty']==='function';}function getContrastPreference(){if(doesMatch$4('no-preference'))return 0x0;if(doesMatch$4('high')||doesMatch$4('more'))return 0x1;if(doesMatch$4('low')||doesMatch$4('less'))return-0x1;if(doesMatch$4('forced'))return 0xa;return undefined;}function doesMatch$4(_0x26eb21){return matchMedia('(prefers-contrast:\x20'+_0x26eb21+')')['matches'];}function areCookiesEnabled(){const _0x3eb812=document;try{_0x3eb812['cookie']='cookietest=1;\x20SameSite=Strict;';const _0xcf653=_0x3eb812['cookie']['indexOf']('cookietest=')!==-0x1;return _0x3eb812['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0xcf653;}catch{return![];}}function getCssSupports(){if(typeof CSS==='undefined')return null;return CSS['supports']('backdrop-filter','blur(2px)');}function getDateTimeLocale(){const _0x2767ca=window['Intl'];if(_0x2767ca===undefined)return-0x1;const _0x5dce8c=_0x2767ca['DateTimeFormat'];if(_0x5dce8c===undefined)return-0x2;const _0x226572=_0x5dce8c()['resolvedOptions']()['locale'];if(!_0x226572&&_0x226572!=='')return-0x3;return _0x226572;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x5503d2=window['devicePixelRatio'];return _0x5503d2??null;}function getDoNotTrack(){const _0x56c7d0=navigator['doNotTrack'];return _0x56c7d0??null;}function getEpochTimestamp(){return Math['floor'](Date['now']()/0x3e8);}function getDocumentAttributes(){try{return document['documentElement']['getAttributeNames']();}catch{return[];}}function getDocumentFocus(){try{return document['hasFocus']();}catch{return![];}}async function getFileSystemAccess(){try{const _0x653fe9=navigator['storage'];if(_0x653fe9===undefined||typeof _0x653fe9['getDirectory']!=='function')return undefined;return await _0x653fe9['getDirectory'](),!![];}catch{return![];}}const PROBE_FILENAME='default.ini',PROBE_TIMEOUT_MS$2=0xc8;function fsProbe(_0x17697f){return new Promise(_0x3ea9fa=>{const _0x13d1a4=new Image();let _0x4492d2=![];const _0x67aaf2=_0x2eb437=>{if(_0x4492d2)return;_0x4492d2=!![];const _0xafdda6={};_0xafdda6['n']=_0x17697f,_0xafdda6['l']=_0x2eb437,_0x3ea9fa(_0xafdda6);};_0x13d1a4['onload']=()=>_0x67aaf2(_0x13d1a4['naturalWidth']|0x0),_0x13d1a4['onerror']=()=>_0x67aaf2(-0x1),_0x13d1a4['src']='file:///'+_0x17697f+'?_='+Date['now'](),setTimeout(()=>_0x67aaf2(-0x1),PROBE_TIMEOUT_MS$2);});}function getFilesystemUrlProbe(){if(typeof window==='undefined'||typeof Image!=='function')return null;if(typeof location!=='undefined'){const _0xe712a0=location['protocol'];if(_0xe712a0==='http:'||_0xe712a0==='https:')return null;}return async()=>{const _0x20fd87=await fsProbe(PROBE_FILENAME);return[_0x20fd87];};}const POSITION_TIMEOUT_MS=0x2710;function getGeolocationProbe(){if(typeof navigator==='undefined')return null;const _0x326eaa=navigator['geolocation'];if(_0x326eaa===undefined||_0x326eaa===null)return null;const _0x18c219=navigator['permissions'];if(!_0x18c219||typeof _0x18c219['query']!=='function')return null;const _0x3d08ad=_0x18c219['query'];return async()=>{let _0x189900;try{const _0x59af8e={};_0x59af8e['name']='geolocation',_0x189900=(await _0x3d08ad['call'](_0x18c219,_0x59af8e))['state'];}catch{return null;}const _0x3a195b={};_0x3a195b['state']='prompt';if(_0x189900==='prompt')return _0x3a195b;const _0x29a4aa={};_0x29a4aa['state']='denied';if(_0x189900==='denied')return _0x29a4aa;if(_0x189900!=='granted')return null;return new Promise(_0x44a80c=>{const _0x5b5ca0={};_0x5b5ca0['enableHighAccuracy']=!![],_0x5b5ca0['timeout']=POSITION_TIMEOUT_MS,_0x5b5ca0['maximumAge']=0x0,_0x326eaa['getCurrentPosition'](_0x43d13c=>{const _0x3f52da=_0x43d13c['coords'],_0x59e8a4={};_0x59e8a4['la']=_0x3f52da['latitude'],_0x59e8a4['lo']=_0x3f52da['longitude'],_0x59e8a4['al']=_0x3f52da['altitude'],_0x59e8a4['ac']=_0x3f52da['accuracy'],_0x59e8a4['alac']=_0x3f52da['altitudeAccuracy'],_0x59e8a4['h']=_0x3f52da['heading'],_0x59e8a4['s']=_0x3f52da['speed'],_0x59e8a4['t']=_0x43d13c['timestamp'],_0x44a80c(_0x59e8a4);},_0x1b2f05=>{const _0x224607={};_0x224607['state']='denied';const _0x52b8fb={};_0x52b8fb['state']='timeout';const _0x2546bb={};_0x2546bb['state']='unavailable';if(_0x1b2f05['code']===0x1)_0x44a80c(_0x224607);else{if(_0x1b2f05['code']===0x3)_0x44a80c(_0x52b8fb);else _0x44a80c(_0x2546bb);}},_0x5b5ca0);});};}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x2729eb){return matchMedia('(forced-colors:\x20'+_0x2729eb+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x36da7c,_0x877a9b)=>{const _0x12a6f3=_0x877a9b['document'],_0x58b2f6=_0x12a6f3['createElement']('input');_0x58b2f6['type']='radio',_0x12a6f3['body']['appendChild'](_0x58b2f6);const _0x336f0=_0x877a9b['getComputedStyle'](_0x58b2f6)['getPropertyValue']('font-family');return _0x12a6f3['body']['removeChild'](_0x58b2f6),_0x336f0||undefined;});}function getHardwareConcurrency(){const _0x9e5751=getUnstableHardwareConcurrency();if(_0x9e5751!==undefined&&isGecko()&&isGecko143OrNewer())return _0x9e5751>=0x8?0x8:0x4;return _0x9e5751;}function getUnstableHardwareConcurrency(){return replaceNaN(toInt(navigator['hardwareConcurrency']),undefined);}function isHDR(){if(doesMatch$2('high'))return!![];if(doesMatch$2('standard'))return![];return undefined;}function doesMatch$2(_0xb85d30){return matchMedia('(dynamic-range:\x20'+_0xb85d30+')')['matches'];}async function getIncognitoDetection(){try{if(typeof navigator==='undefined')return null;return await new Promise((_0x4fb3ec,_0x529aad)=>{let _0x5fcdbd='Unknown',_0x2c6f8e=![];const _0x515df6=_0x187761=>{if(_0x2c6f8e)return;_0x2c6f8e=!![];const _0xabc054={};_0xabc054['isPrivate']=_0x187761,_0xabc054['browserName']=_0x5fcdbd,_0x4fb3ec(_0xabc054);},_0x31fcdd=()=>{const _0x11d256=navigator['userAgent'];if(_0x11d256['match'](/Chrome/)){if(navigator['brave']!==undefined)return'Brave';if(_0x11d256['match'](/Edg/))return'Edge';if(_0x11d256['match'](/OPR/))return'Opera';return'Chrome';}return'Chromium';},_0x574e7a=async()=>{try{const _0x156d3c=navigator['storage'];await _0x156d3c['getDirectory'](),_0x515df6(![]);}catch(_0x14d59e){const _0x3879ab=_0x14d59e instanceof Error&&typeof _0x14d59e['message']==='string'?_0x14d59e['message']:String(_0x14d59e);_0x515df6(_0x3879ab['includes']('unknown\x20transient\x20reason'));}},_0x42a7c7=()=>{const _0x190776=String(Math['random']());try{const _0x29f559=indexedDB['open'](_0x190776,0x1);_0x29f559['onupgradeneeded']=_0x421d80=>{const _0x2d6838=_0x421d80['target']['result'],_0x3a366b=_0x27b5db=>{_0x515df6(_0x27b5db);};try{const _0x1a9052={};_0x1a9052['autoIncrement']=!![],_0x2d6838['createObjectStore']('t',_0x1a9052)['put'](new Blob()),_0x3a366b(![]);}catch(_0x228113){const _0x2d231=_0x228113 instanceof Error&&typeof _0x228113['message']==='string'?_0x228113['message']:String(_0x228113);if(_0x2d231['includes']('are\x20not\x20yet\x20supported'))_0x3a366b(!![]);else _0x3a366b(![]);}finally{_0x2d6838['close'](),indexedDB['deleteDatabase'](_0x190776);}},_0x29f559['onerror']=()=>_0x515df6(![]);}catch{_0x515df6(![]);}},_0x28609d=()=>{const _0x249f4a=window['openDatabase'],_0x314c64=window['localStorage'];try{_0x249f4a(null,null,null,null);}catch{_0x515df6(!![]);return;}try{_0x314c64['setItem']('test','1'),_0x314c64['removeItem']('test');}catch{_0x515df6(!![]);return;}_0x515df6(![]);},_0x417e32=async()=>{const _0x1fa58f=navigator['storage'];if(typeof _0x1fa58f?.['getDirectory']==='function')await _0x574e7a();else navigator['maxTouchPoints']!==undefined?_0x42a7c7():_0x28609d();},_0x2489e7=()=>{const _0xdc86c9=window;return _0xdc86c9['performance']?.['memory']?.['jsHeapSizeLimit']??0x40000000;},_0x38c87d=()=>{const _0x4bca87=navigator['webkitTemporaryStorage'];_0x4bca87['queryUsageAndQuota']((_0x447a43,_0x5ad974)=>{const _0x4bde64=Math['round'](_0x5ad974/(0x400*0x400)),_0x5a1f76=Math['round'](_0x2489e7()/(0x400*0x400))*0x2;_0x515df6(_0x4bde64<_0x5a1f76);},_0xf1db01=>_0x529aad(new Error('detectIncognito\x20somehow\x20failed\x20to\x20query\x20storage\x20quota:\x20'+_0xf1db01['message'])));},_0x3e97e1=()=>{const _0x2fc36f=window['webkitRequestFileSystem'];_0x2fc36f(0x0,0x1,()=>_0x515df6(![]),()=>_0x515df6(!![]));},_0x359720=()=>{self['Promise']!==undefined&&self['Promise']['allSettled']!==undefined?_0x38c87d():_0x3e97e1();},_0x36c859=async()=>{const _0x204e27=navigator['storage'];if(typeof _0x204e27?.['getDirectory']==='function'){try{await _0x204e27['getDirectory'](),_0x515df6(![]);}catch(_0xe5d5b4){const _0x1f7f32=_0xe5d5b4 instanceof Error&&typeof _0xe5d5b4['message']==='string'?_0xe5d5b4['message']:String(_0xe5d5b4);_0x515df6(_0x1f7f32['includes']('Security\x20error'));}return;}const _0x4d45d4=indexedDB['open']('inPrivate');_0x4d45d4['onerror']=_0x35b3d3=>{_0x4d45d4['error']!==null&&_0x4d45d4['error']['name']==='InvalidStateError'&&_0x35b3d3['preventDefault'](),_0x515df6(!![]);},_0x4d45d4['onsuccess']=()=>{indexedDB['deleteDatabase']('inPrivate'),_0x515df6(![]);};},_0x55865c=()=>{_0x515df6(window['indexedDB']===undefined);},_0x238d11=async()=>{if(isSafariWebKit())_0x5fcdbd='Safari',await _0x417e32();else{if(isChromium())_0x5fcdbd=_0x31fcdd(),_0x359720();else{if(isGecko())_0x5fcdbd='Firefox',await _0x36c859();else isTrident()||navigator['msSaveBlob']!==undefined?(_0x5fcdbd='Internet\x20Explorer',_0x55865c()):_0x529aad(new Error('detectIncognito\x20cannot\x20determine\x20the\x20browser'));}}};_0x238d11()['catch'](_0x529aad);});}catch{return null;}}const PROBE_TIMEOUT_MS$1=0x3e8;function getInstalledRelatedApps(){if(typeof navigator==='undefined')return null;const _0x4fc663=navigator['getInstalledRelatedApps'];if(typeof _0x4fc663!=='function')return null;return async()=>{const _0x4b93c5=((async()=>{try{const _0x32a90f=await _0x4fc663['call'](navigator);if(!Array['isArray'](_0x32a90f)||_0x32a90f['length']===0x0)return null;return _0x32a90f['length'];}catch{return null;}})()),_0x59b12b=new Promise(_0x163388=>setTimeout(()=>_0x163388(null),PROBE_TIMEOUT_MS$1));return Promise['race']([_0x4b93c5,_0x59b12b]);};}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x5a6318=await Promise['race']([new Promise(_0x3e338f=>{try{const _0x5a06ae='mw_blob_test',_0x3521fe='store',_0x357cee=indexedDB['deleteDatabase'](_0x5a06ae);_0x357cee['onsuccess']=_0x252a7e,_0x357cee['onerror']=_0x252a7e;function _0x252a7e(){try{const _0x3421c4=indexedDB['open'](_0x5a06ae,0x1);_0x3421c4['onupgradeneeded']=()=>{try{_0x3421c4['result']['createObjectStore'](_0x3521fe);}catch{_0x3e338f(null);}},_0x3421c4['onsuccess']=()=>{try{const _0x147fa5=_0x3421c4['result'],_0x628b78=_0x147fa5['transaction'](_0x3521fe,'readwrite'),_0x17095c=_0x628b78['objectStore'](_0x3521fe);try{const _0x462d64=_0x17095c['put'](new Blob(['test']),'blob_key');_0x462d64['onsuccess']=()=>{_0x147fa5['close']();try{indexedDB['deleteDatabase'](_0x5a06ae);}catch{}_0x3e338f(![]);},_0x462d64['onerror']=()=>{_0x147fa5['close']();try{indexedDB['deleteDatabase'](_0x5a06ae);}catch{}const _0x14cf6b=_0x462d64['error']?.['message']??'';_0x3e338f(_0x14cf6b['includes']('not\x20yet\x20supported')||_0x14cf6b['includes']('not\x20supported'));};}catch(_0x1236e6){_0x147fa5['close']();try{indexedDB['deleteDatabase'](_0x5a06ae);}catch{}if(_0x1236e6 instanceof DOMException){const _0x3e4392=_0x1236e6['message'];_0x3e338f(_0x3e4392['includes']('not\x20yet\x20supported')||_0x3e4392['includes']('not\x20supported'));}else _0x3e338f(null);}}catch{_0x3e338f(null);}},_0x3421c4['onerror']=()=>{_0x3e338f(null);};}catch{_0x3e338f(null);}}}catch{_0x3e338f(null);}}),new Promise(_0xa7a745=>setTimeout(()=>_0xa7a745(null),0x3e8))]);return _0x5a6318;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x5b1148){return matchMedia('(inverted-colors:\x20'+_0x5b1148+')')['matches'];}function getLanguages(){const _0x134d29=navigator,_0x847cd3=[],_0x29c1fa=_0x134d29['language']??_0x134d29['userLanguage']??_0x134d29['browserLanguage']??_0x134d29['systemLanguage'];_0x29c1fa!==undefined&&_0x847cd3['push']([_0x29c1fa]);if(Array['isArray'](_0x134d29['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x847cd3['push'](_0x134d29['languages']);else{if(typeof _0x134d29['languages']==='string'){const _0x2c6945=_0x134d29['languages'];_0x2c6945!==''&&_0x847cd3['push'](_0x2c6945['split'](','));}}return _0x847cd3;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getIntlCurrency(){try{const _0x35de62=window['Intl'],_0x310fdb=_0x35de62?.['NumberFormat'];if(_0x310fdb===undefined)return null;try{const _0x31494b={};_0x31494b['style']='currency';const _0x16d43e=new _0x310fdb(undefined,_0x31494b),_0x56fcc3=_0x16d43e['resolvedOptions']();if(typeof _0x56fcc3['currency']==='string'&&_0x56fcc3['currency']['length']===0x3)return _0x56fcc3['currency']['toUpperCase']();}catch{}return null;}catch{return null;}}function getIntlMetadata(){try{const _0x455b6b=window['Intl'],_0x270e4f=_0x455b6b?.['DateTimeFormat'];if(_0x270e4f===undefined){const _0x591c4b={};return _0x591c4b['hourCycle']=null,_0x591c4b['numberingSystem']=null,_0x591c4b['calendar']=null,_0x591c4b;}const _0xd6003f=new _0x270e4f()['resolvedOptions'](),_0x452b62={};return _0x452b62['hourCycle']=typeof _0xd6003f['hourCycle']==='string'?_0xd6003f['hourCycle']:null,_0x452b62['numberingSystem']=typeof _0xd6003f['numberingSystem']==='string'?_0xd6003f['numberingSystem']:null,_0x452b62['calendar']=typeof _0xd6003f['calendar']==='string'?_0xd6003f['calendar']:null,_0x452b62;}catch{const _0x240efe={};return _0x240efe['hourCycle']=null,_0x240efe['numberingSystem']=null,_0x240efe['calendar']=null,_0x240efe;}}function getLocaleCurrency(){try{const _0x1fa690=navigator['language'];if(!_0x1fa690)return null;const _0x33fdcc={};_0x33fdcc['style']='currency',_0x33fdcc['currency']='USD';const _0x4b99bd=0x1['toLocaleString'](_0x1fa690,_0x33fdcc),_0x150258={};_0x150258['style']='currency',_0x150258['currency']='USD';const _0x177108=0x1['toLocaleString'](undefined,_0x150258),_0x1a6033={};return _0x1a6033['match']=_0x4b99bd===_0x177108,_0x1a6033['explicit']=_0x4b99bd,_0x1a6033['implicit']=_0x177108,_0x1a6033;}catch{return null;}}const _0x224e44={};_0x224e44['any-hover']=['hover','none'],_0x224e44['any-pointer']=['none','coarse','fine'],_0x224e44['pointer']=['none','coarse','fine'],_0x224e44['hover']=['hover','none'],_0x224e44['update']=['fast','slow'],_0x224e44['scripting']=['none','initial-only','enabled'];const queries=_0x224e44;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0xe60799={};for(const [_0x408837,_0x119f90]of Object['entries'](queries)){for(const _0xc5e663 of _0x119f90){if(matchMedia('('+_0x408837+':\x20'+_0xc5e663+')')['matches']){_0xe60799[_0x408837]=_0xc5e663;break;}}}return _0xe60799;}function getMediaSession(){try{const _0x30f7c7=navigator['mediaSession'];if(_0x30f7c7===undefined||_0x30f7c7===null)return null;let _0x45ce65=null;if(_0x30f7c7['metadata']!==null&&_0x30f7c7['metadata']!==undefined){const _0x5a31f1=_0x30f7c7['metadata']['artwork'],_0x1f2a59=Array['isArray'](_0x5a31f1)?_0x5a31f1['length']:0x0,_0xf50cb0={};_0xf50cb0['artworkCount']=_0x1f2a59,_0x45ce65=_0xf50cb0;}const _0x2a5fe2={};return _0x2a5fe2['metadata']=_0x45ce65,_0x2a5fe2['playbackState']=typeof _0x30f7c7['playbackState']==='string'?_0x30f7c7['playbackState']:'none',_0x2a5fe2['hasSetActionHandler']=typeof _0x30f7c7['setActionHandler']==='function',_0x2a5fe2;}catch{return null;}}function getMimeTypes(){try{const _0x3652ab=navigator['mimeTypes'];if(_0x3652ab===undefined)return undefined;let _0x3e077b=Object['getPrototypeOf'](_0x3652ab)===MimeTypeArray['prototype'];for(let _0x5dea13=0x0;_0x5dea13<_0x3652ab['length'];_0x5dea13++){_0x3e077b&&(_0x3e077b=Object['getPrototypeOf'](_0x3652ab[_0x5dea13])===MimeType['prototype']);}return _0x3e077b;}catch{return undefined;}}function getMimeTypesCount(){if(typeof navigator==='undefined')return null;const _0x546a45=navigator['mimeTypes'];return _0x546a45?.['length']??0x0;}function getNavigatorLanguages(){const _0x4d533a=navigator['languages'];return _0x4d533a??null;}function getNavigatorOnline(){if(typeof navigator==='undefined')return null;return navigator['onLine']===!![];}const PROBE_TIMEOUT_MS=0xfa,STUN_URL='stun:stun.l.google.com:19302',PROBE_DATA_CHANNEL_LABEL='';function getRTCConstructor(){if(typeof window==='undefined')return null;const _0x2faced=window['RTCPeerConnection'];if(typeof _0x2faced!=='function')return null;return _0x2faced;}function getNetworkIceProbe(){const _0x5851d4=getRTCConstructor();if(_0x5851d4===null)return null;return()=>new Promise(_0x540a1b=>{let _0x5e873d=null,_0x48b2af=![],_0x3d5f0a=null;const _0x5e7ade=_0x13cf53=>{if(_0x48b2af)return;_0x48b2af=!![];if(_0x3d5f0a!==null)clearTimeout(_0x3d5f0a);if(_0x5e873d!==null)try{_0x5e873d['close']();}catch{}_0x540a1b(_0x13cf53);};try{const _0x4fa16d={};_0x4fa16d['urls']=STUN_URL;const _0x346b0f={};_0x346b0f['iceServers']=[_0x4fa16d],_0x5e873d=new _0x5851d4(_0x346b0f),_0x5e873d['createDataChannel'](PROBE_DATA_CHANNEL_LABEL),_0x5e873d['onicecandidate']=_0x58b425=>{if(_0x58b425['candidate']===null)_0x5e7ade(!![]);},_0x5e873d['onicecandidateerror']=()=>_0x5e7ade(![]),_0x5e873d['createOffer']()['then'](_0x11c3b0=>{if(_0x48b2af||_0x5e873d===null)return;return _0x5e873d['setLocalDescription'](_0x11c3b0);})['catch'](()=>_0x5e7ade(![])),_0x3d5f0a=setTimeout(()=>_0x5e7ade(![]),PROBE_TIMEOUT_MS);}catch{_0x5e7ade(![]);}});}function getNetworkRTT(){const _0x4da38e=navigator;return _0x4da38e['connection']?.['rtt']??null;}function getNotificationPresence(){return typeof window['Notification']!=='undefined';}function getOsCpu(){if(typeof navigator==='undefined')return null;const _0x38e254=navigator['oscpu'];return _0x38e254??null;}function getPageUrl(){try{if(typeof window==='undefined')return null;const _0x10e3fd={};return _0x10e3fd['l']=window['location']['href'],_0x10e3fd['f']='',[_0x10e3fd];}catch{return null;}}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0xa532d3=performance['memory'];if(_0xa532d3===undefined||typeof _0xa532d3['jsHeapSizeLimit']!=='number')return undefined;return _0xa532d3['jsHeapSizeLimit'];}function getPerformanceNowMicroseconds(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;return Math['floor'](performance['now']()*0x3e8);}function getPerformanceResolution(){const _0x389896=window['performance'];if(typeof _0x389896['now']!=='function')return null;let _0x1302ee=0x1,_0x103004=0x1,_0x2ade6b=_0x389896['now'](),_0x43ec6a=_0x2ade6b;for(let _0x381673=0x0;_0x381673<0xc350;_0x381673++){_0x2ade6b=_0x43ec6a,_0x43ec6a=_0x389896['now']();if(_0x2ade6b<_0x43ec6a){const _0x4d7605=_0x43ec6a-_0x2ade6b;if(_0x4d7605>_0x1302ee){if(_0x4d7605<_0x103004)_0x103004=_0x4d7605;}else _0x4d7605<_0x1302ee&&(_0x103004=_0x1302ee,_0x1302ee=_0x4d7605);}}return[_0x1302ee,_0x103004];}const permissionNames=['accelerometer','ambient-light-sensor','background-fetch','background-sync','bluetooth','camera','clipboard-read','clipboard-write','display-capture','geolocation','gyroscope','local-fonts','magnetometer','microphone','midi','nfc','notifications','payment-handler','persistent-storage','push','screen-wake-lock','speaker-selection','storage-access','window-management'],PERMISSION_QUERY_TIMEOUT_MS=0x3e8,PERMISSION_RETRIES=0x3,_0x5118c1={};_0x5118c1['kind']='timeout';const TIMEOUT_OUTCOME=_0x5118c1;async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x147f89=[],_0x30ce3f=new Set();for(let _0x3e1d5e=0x0;_0x3e1d5e<PERMISSION_RETRIES;_0x3e1d5e++){const _0x5b29dc={},_0x1d44c7=permissionNames['filter'](_0x1ae037=>!_0x30ce3f['has'](_0x1ae037))['map'](async _0x6d5f19=>{const _0x268070={};_0x268070['name']=_0x6d5f19;const _0x29d75e=navigator['permissions']['query'](_0x268070)['then'](_0x1c88eb=>({'kind':'ok','state':_0x1c88eb['state']}),()=>({'kind':'unsupported'})),_0x5721c4=await withTimeout(_0x29d75e,PERMISSION_QUERY_TIMEOUT_MS,TIMEOUT_OUTCOME);if(_0x5721c4['kind']==='timeout')_0x30ce3f['add'](_0x6d5f19);else _0x5721c4['kind']==='ok'&&(_0x5b29dc[_0x6d5f19]=_0x5721c4['state']);});await Promise['all'](_0x1d44c7),_0x147f89['push'](_0x5b29dc);}const _0x3c0a72={},_0x3e72c9=new Set(_0x147f89['flatMap'](_0x5c2204=>Object['keys'](_0x5c2204)));for(const _0x1a04cd of _0x3e72c9){const _0x52a19d={};for(const _0x35c292 of _0x147f89){const _0x2f8591=_0x35c292[_0x1a04cd];_0x2f8591&&(_0x52a19d[_0x2f8591]=(_0x52a19d[_0x2f8591]||0x0)+0x1);}let _0x17d340='',_0x5bbbd0=0x0;for(const [_0x3e31bd,_0x4b8b97]of Object['entries'](_0x52a19d)){_0x4b8b97>_0x5bbbd0&&(_0x17d340=_0x3e31bd,_0x5bbbd0=_0x4b8b97);}_0x17d340&&(_0x3c0a72[_0x1a04cd]=_0x17d340);}return _0x3c0a72;}function getPlatform(){const {platform:_0x2a991a}=navigator;if(_0x2a991a==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x2a991a;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x52f887=navigator['plugins'];let _0x5d8ade=Object['getPrototypeOf'](_0x52f887)===PluginArray['prototype'];for(let _0x10f00a=0x0;_0x10f00a<_0x52f887['length'];_0x10f00a++){_0x5d8ade&&(_0x5d8ade=Object['getPrototypeOf'](_0x52f887[_0x10f00a])===Plugin['prototype']);}return _0x5d8ade;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x48946c=navigator['plugins'],_0x1ee4d5=[];for(let _0xac9bf7=0x0;_0xac9bf7<_0x48946c['length'];++_0xac9bf7){const _0x5bb912=_0x48946c['item'](_0xac9bf7);if(_0x5bb912===null)continue;const _0x134fcf=[];for(let _0x2f408a=0x0;_0x2f408a<_0x5bb912['length'];++_0x2f408a){const _0x11df74=_0x5bb912[_0x2f408a],_0x198d1b={};_0x198d1b['type']=_0x11df74['type'],_0x198d1b['suffixes']=_0x11df74['suffixes'],_0x134fcf['push'](_0x198d1b);}const _0x2e2817={};_0x2e2817['name']=_0x5bb912['name'],_0x2e2817['description']=_0x5bb912['description'],_0x2e2817['mimeTypes']=_0x134fcf,_0x1ee4d5['push'](_0x2e2817);}return _0x1ee4d5;}function getPluginsArray(){try{if(!('plugins'in navigator))return null;if(typeof PluginArray==='undefined')return null;return navigator['plugins']instanceof PluginArray;}catch{return null;}}function getPluginsCount(){if(!('plugins'in navigator))throw new Error('navigator.plugins\x20is\x20undefined');const _0x3c16d4=navigator['plugins'];if(typeof _0x3c16d4['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x3c16d4['length'];}function getProductSub(){if(!('productSub'in navigator))throw new Error('navigator.productSub\x20is\x20undefined');return navigator['productSub'];}function isMotionReduced(){if(doesMatch('reduce'))return!![];if(doesMatch('no-preference'))return![];return undefined;}function doesMatch(_0x4c1220){return matchMedia('(prefers-reduced-motion:\x20'+_0x4c1220+')')['matches'];}function getReducedTransparency(){if(typeof matchMedia!=='function')return null;if(matchMedia('(prefers-reduced-transparency:\x20reduce)')['matches'])return!![];if(matchMedia('(prefers-reduced-transparency:\x20no-preference)')['matches'])return![];return undefined;}const screenFrameCheckInterval=0x9c4,roundingPrecision=0xa,MAX_FRAME_POLL_ATTEMPTS=0x1e;let screenFrameBackup,screenFrameSizeTimeoutId,screenFrameAttempts=0x0;function watchScreenFrame(){if(screenFrameSizeTimeoutId!==undefined)return;const _0x37986c=()=>{const _0x1869da=getCurrentScreenFrame();if(isFrameSizeNull(_0x1869da)){screenFrameAttempts+=0x1;if(screenFrameAttempts>=MAX_FRAME_POLL_ATTEMPTS){screenFrameSizeTimeoutId=undefined;return;}screenFrameSizeTimeoutId=setTimeout(_0x37986c,screenFrameCheckInterval);}else screenFrameBackup=_0x1869da,screenFrameSizeTimeoutId=undefined;};_0x37986c();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x131159=getCurrentScreenFrame();if(isFrameSizeNull(_0x131159)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x131159=getCurrentScreenFrame());}return!isFrameSizeNull(_0x131159)&&(screenFrameBackup=_0x131159),_0x131159;};}function getScreenFrame(){const _0x28e1b5=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x2c96b7=isGecko()&&isGecko143OrNewer();if(_0x28e1b5||_0x2c96b7)return()=>Promise['resolve'](undefined);const _0x156369=getUnstableScreenFrame();return async()=>{const _0x24cfbd=await _0x156369(),_0x3750a4=_0x4a4399=>_0x4a4399===null?null:round$1(_0x4a4399,roundingPrecision);return[_0x3750a4(_0x24cfbd[0x0]),_0x3750a4(_0x24cfbd[0x1]),_0x3750a4(_0x24cfbd[0x2]),_0x3750a4(_0x24cfbd[0x3])];};}function getCurrentScreenFrame(){const _0x28297c=screen;return[replaceNaN(toFloat(_0x28297c['availTop']),null),replaceNaN(toFloat(_0x28297c['width'])-toFloat(_0x28297c['availWidth'])-replaceNaN(toFloat(_0x28297c['availLeft']),0x0),null),replaceNaN(toFloat(_0x28297c['height'])-toFloat(_0x28297c['availHeight'])-replaceNaN(toFloat(_0x28297c['availTop']),0x0),null),replaceNaN(toFloat(_0x28297c['availLeft']),null)];}function isFrameSizeNull(_0x40e079){for(let _0x563673=0x0;_0x563673<0x4;++_0x563673){if(_0x40e079[_0x563673]!==null&&_0x40e079[_0x563673]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x1029f8,_0x5f49bf)=>{const _0x56fc03=_0x5f49bf['screen'],_0x1c604b=_0x264e95=>{const _0x4a91ea=parseInt(_0x264e95);return typeof _0x4a91ea==='number'&&isNaN(_0x4a91ea)?-0x1:_0x4a91ea;};return{'w':_0x1c604b(_0x56fc03['width']),'h':_0x1c604b(_0x56fc03['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x4d2f4a=screen,_0x420d4c=_0x3f96b1=>replaceNaN(toInt(_0x3f96b1),null),_0x3b865b=[_0x420d4c(_0x4d2f4a['width']),_0x420d4c(_0x4d2f4a['height'])];return _0x3b865b['sort']()['reverse'](),_0x3b865b;}const MIN_EVENTS=0x5,MAX_SAMPLES=0xc8,velocities=[];let lastY=0x0,lastTime=0x0,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x58cbeb={};_0x58cbeb['passive']=!![],window['addEventListener']('scroll',()=>{const _0x4d797c=performance['now'](),_0x3f5533=window['scrollY'];if(lastTime>0x0){const _0x25d399=_0x4d797c-lastTime;if(_0x25d399>0x0&&_0x25d399<0x1f4){const _0xb6d448=Math['abs'](_0x3f5533-lastY)/(_0x25d399/0x3e8);if(velocities['length']>=MAX_SAMPLES)velocities['shift']();velocities['push'](Math['round'](_0xb6d448));}}lastY=_0x3f5533,lastTime=_0x4d797c;},_0x58cbeb);}function getScrollBehavior(){startObserving();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0x1a0273=[...velocities]['sort']((_0x2ed1fc,_0x2003e0)=>_0x2ed1fc-_0x2003e0),_0x30bf19=_0x1a0273[Math['floor'](_0x1a0273['length']*0.5)]??0x0,_0x168887=_0x1a0273[Math['floor'](_0x1a0273['length']*0.9)]??0x0,_0x157ac7={};return _0x157ac7['p50']=_0x30bf19,_0x157ac7['p90']=_0x168887,_0x157ac7['count']=_0x1a0273['length'],Promise['resolve'](_0x157ac7);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x277dbf,_0xeaa2d7)=>{const _0x3a7a99=_0xeaa2d7['document'],_0x1a8c7d=_0x3a7a99['createElement']('div');_0x1a8c7d['style']['width']='100px',_0x1a8c7d['style']['height']='100px',_0x1a8c7d['style']['overflow']='scroll',_0x1a8c7d['style']['visibility']='hidden',_0x3a7a99['body']['appendChild'](_0x1a8c7d);const _0x27006e=_0x1a8c7d['offsetWidth']===_0x1a8c7d['clientWidth'];return _0x3a7a99['body']['removeChild'](_0x1a8c7d),_0x27006e;});}function getSecureContext(){if(typeof window==='undefined')return null;const _0x5b6bb2=window['isSecureContext'];return _0x5b6bb2===!![];}function getServiceWorkerPresence(){if(typeof navigator==='undefined')return null;return typeof navigator['serviceWorker']!=='undefined';}const PROBE_KEY='_t';function getSessionStorage(){try{const _0x5d7c6f=window['sessionStorage'];if(_0x5d7c6f===null||_0x5d7c6f===undefined)return![];return _0x5d7c6f['setItem'](PROBE_KEY,'1'),_0x5d7c6f['removeItem'](PROBE_KEY),!![];}catch{return![];}}function getSharedArrayBuffer(){if(typeof window==='undefined')return null;const _0x2f987c=window['SharedArrayBuffer'];if(typeof _0x2f987c!=='function')return null;try{const _0x370f61=new _0x2f987c(0x1);if(_0x370f61['byteLength']===undefined)return null;return _0x370f61['byteLength'];}catch{return null;}}function getStandalonePwa(){if(typeof navigator==='undefined')return null;const _0x3b8f42=navigator['standalone'];return _0x3b8f42===!![];}function getStoragePersisted(){if(typeof navigator==='undefined')return null;const _0x1d1f13=navigator['storage'],_0x5a1d78=_0x1d1f13?.['persisted'];if(typeof _0x5a1d78!=='function')return()=>Promise['resolve'](![]);return async()=>{try{return await _0x5a1d78['call'](_0x1d1f13)===!![];}catch{return![];}};}const ITER=0x40,BUDGET_MS=0x19;function getTimerReliability(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;if(typeof setTimeout!=='function')return null;return()=>new Promise(_0x4d5143=>{let _0x2d0f24=0x0;const _0x1ab219=performance['now']();function _0x439775(){_0x2d0f24++,_0x2d0f24>=ITER||performance['now']()-_0x1ab219>BUDGET_MS?_0x4d5143(_0x2d0f24*0x4|0x0):setTimeout(_0x439775,0x0);}setTimeout(_0x439775,0x0);});}async function getStorageEstimate(){const _0x1c00e1=navigator['storage'];if(_0x1c00e1===undefined||typeof _0x1c00e1['estimate']!=='function')return null;try{const _0x4ec1e4=await Promise['race']([_0x1c00e1['estimate'](),new Promise((_0x61b8da,_0x5c520c)=>setTimeout(()=>_0x5c520c(new Error('timeout')),0x1f4))]);if(_0x4ec1e4['quota']!==undefined&&_0x4ec1e4['quota']>0x0)return Math['round'](_0x4ec1e4['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x1b155c=navigator['storage'];if(_0x1b155c===undefined)return null;const _0x47b816=_0x1b155c['getDirectory'];if(typeof _0x47b816!=='function')return null;try{const _0x1dece4=await Promise['race']([_0x1b155c['getDirectory']()['then'](()=>'',_0x33333d=>_0x33333d instanceof Error?_0x33333d['message']:String(_0x33333d)),new Promise((_0x4560f0,_0x566f36)=>setTimeout(()=>_0x566f36(new Error('timeout')),0xfa))]);return _0x1dece4;}catch{return null;}}const _0x5529be={};_0x5529be['AccentColor']='ac',_0x5529be['AccentColorText']='act',_0x5529be['ActiveText']='at',_0x5529be['ActiveBorder']='ab',_0x5529be['ActiveCaption']='aca',_0x5529be['AppWorkspace']='aw',_0x5529be['Background']='b',_0x5529be['ButtonHighlight']='bh',_0x5529be['ButtonShadow']='bs',_0x5529be['ButtonBorder']='bb',_0x5529be['ButtonFace']='bf',_0x5529be['ButtonText']='bt',_0x5529be['FieldText']='ft',_0x5529be['GrayText']='gt',_0x5529be['Highlight']='h',_0x5529be['HighlightText']='ht',_0x5529be['InactiveBorder']='ib',_0x5529be['InactiveCaption']='ic',_0x5529be['InactiveCaptionText']='ict',_0x5529be['InfoBackground']='infb',_0x5529be['InfoText']='it',_0x5529be['LinkText']='lt',_0x5529be['Mark']='m',_0x5529be['Menu']='me',_0x5529be['Scrollbar']='s',_0x5529be['ThreeDDarkShadow']='tdds',_0x5529be['ThreeDFace']='tdf',_0x5529be['ThreeDHighlight']='tdh',_0x5529be['ThreeDLightShadow']='tdls',_0x5529be['ThreeDShadow']='tds',_0x5529be['VisitedText']='vt',_0x5529be['Window']='w',_0x5529be['WindowFrame']='wf',_0x5529be['WindowText']='wt',_0x5529be['Selecteditem']='si',_0x5529be['Selecteditemtext']='sit';const systemColorMap=_0x5529be;function getSystemColors(){return getIframePool()['execute']((_0x432947,_0x18ae43)=>{const _0x17952b=_0x18ae43['document'];_0x17952b['documentElement']['style']['colorScheme']='light';const _0x397d54=_0x17952b['createElement']('div');_0x17952b['body']['appendChild'](_0x397d54);const _0x528caf={};for(const _0xdb5ca of Object['keys'](systemColorMap)){_0x397d54['style']['color']=_0xdb5ca,_0x528caf[systemColorMap[_0xdb5ca]]=_0x18ae43['getComputedStyle'](_0x397d54)['color'];}return _0x17952b['body']['removeChild'](_0x397d54),_0x528caf;});}function getTimezone(){const _0x493e2c=window['Intl'],_0x2e6559=_0x493e2c?.['DateTimeFormat'];if(_0x2e6559!==undefined){const _0x3eba2f=new _0x2e6559()['resolvedOptions']()['timeZone'];if(_0x3eba2f!=='')return _0x3eba2f;}const _0x46558f=-getTimezoneOffset();return'UTC'+(_0x46558f>=0x0?'+':'')+_0x46558f;}function getTimezoneOffset(){const _0x199074=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0x199074,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0x199074,0x6,0x1)['getTimezoneOffset']()));}function getUrlProtocolParser(){if(typeof URL!=='function')return null;try{return new URL('C:/')['protocol'];}catch{return null;}}function getUrlSegmentsHash(){try{if(typeof URL!=='function'||typeof window==='undefined')return null;const _0x96fe26=window['location']['href'],_0x31103e=new URL(_0x96fe26),_0x4d5e89=[_0x31103e['protocol'],_0x31103e['hostname'],_0x31103e['port'],_0x31103e['pathname'],_0x31103e['search'],_0x31103e['hash']];return _0x4d5e89['map'](_0x3e57c2=>x64hash128(_0x3e57c2));}catch{return null;}}function getMeasuredTimezone(){let _0x121153='';try{const _0x21d70d=window['Intl'],_0x4104c6=_0x21d70d?.['DateTimeFormat'];_0x4104c6!==undefined&&(_0x121153=new _0x4104c6()['resolvedOptions']()['timeZone']);}catch{}const _0x378b1c=new Date()['getTimezoneOffset'](),_0x568374=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x2f3157=new Date()['getFullYear'](),_0x1f2844=new Date(_0x2f3157,0x0,0x1)['getTimezoneOffset'](),_0x59b67c=new Date(_0x2f3157,0x6,0x1)['getTimezoneOffset'](),_0x8e9b43={};return _0x8e9b43['reported']=_0x121153,_0x8e9b43['offset']=_0x378b1c,_0x8e9b43['historicalOffset']=_0x568374,_0x8e9b43['janOffset']=_0x1f2844,_0x8e9b43['julOffset']=_0x59b67c,_0x8e9b43;}function getTouchSupport(){const _0x14392f=navigator;let _0x4a3e93=0x0,_0x42d438;if('maxTouchPoints'in _0x14392f)_0x4a3e93=toInt(_0x14392f['maxTouchPoints']);else _0x14392f['msMaxTouchPoints']!==undefined&&(_0x4a3e93=_0x14392f['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x42d438=!![];}catch{_0x42d438=![];}const _0x45cb6f='ontouchstart'in window,_0x19bde2={};return _0x19bde2['maxTouchPoints']=_0x4a3e93,_0x19bde2['touchEvent']=_0x42d438,_0x19bde2['touchStart']=_0x45cb6f,_0x19bde2;}function getUserAgent(){return navigator['userAgent'];}function getUserAgentData(){const _0x4762a7=navigator['userAgentData'];return _0x4762a7!==undefined&&_0x4762a7!==null&&typeof _0x4762a7==='object';}function getVendor(){return navigator['vendor']||'';}function getWebSqlDatabase(){if(typeof window==='undefined')return null;const _0x357fc9=window['openDatabase'];return typeof _0x357fc9==='function';}function getWindowDimensions(){const _0x4aeda0={};return _0x4aeda0['outerWidth']=window['outerWidth'],_0x4aeda0['outerHeight']=window['outerHeight'],_0x4aeda0['innerWidth']=window['innerWidth'],_0x4aeda0['innerHeight']=window['innerHeight'],_0x4aeda0;}function getLockdownFeatures(){return{'wasm':checkWasm(),'webAudio':checkWebAudio(),'gamepad':checkGamepad(),'speechRec':checkSpeechRec(),'rtcDataChannel':checkRtcDataChannel(),'webgl':checkWebGl()};}function checkWasm(){try{return typeof WebAssembly!=='undefined'&&typeof WebAssembly['instantiate']==='function';}catch{return![];}}function checkWebAudio(){try{const _0x2d5cd4=window['AudioContext']??window['webkitAudioContext'];if(_0x2d5cd4===undefined)return![];return typeof _0x2d5cd4==='function';}catch{return![];}}function checkGamepad(){try{return typeof navigator['getGamepads']==='function';}catch{return![];}}function checkSpeechRec(){try{return typeof window['SpeechRecognition']==='function'||typeof window['webkitSpeechRecognition']==='function';}catch{return![];}}function checkRtcDataChannel(){const _0x358310=window['RTCPeerConnection']??window['webkitRTCPeerConnection'];if(_0x358310===undefined)return![];let _0x374b04=null;try{_0x374b04=new _0x358310();const _0x5beb52=_0x374b04['createDataChannel']('lockdown-probe');return _0x5beb52['close'](),!![];}catch{return![];}finally{_0x374b04?.['close']();}}function checkWebGl(){let _0x190e44=null;try{const _0x4b0123=document['createElement']('canvas');return _0x190e44=_0x4b0123['getContext']('webgl')??_0x4b0123['getContext']('experimental-webgl')??_0x4b0123['getContext']('webgl2'),_0x190e44!==null;}catch{return![];}finally{if(_0x190e44!==null)try{const _0x3b20ea=_0x190e44['getExtension']('WEBGL_lose_context');_0x3b20ea?.['loseContext']();}catch{}}}const EXPECTED=[0x0,0x7f,0xff,0xff];function getCanvasPow(){try{const _0xea9a76=document['createElement']('canvas');_0xea9a76['width']=0x10,_0xea9a76['height']=0x10;const _0xfb2469=_0xea9a76['getContext']('2d');if(_0xfb2469===null)return null;_0xfb2469['fillStyle']='rgba(0,\x20127,\x20255,\x201)',_0xfb2469['fillRect'](0x0,0x0,0x10,0x10);const _0x26874e=_0xfb2469['getImageData'](0x0,0x0,0x1,0x1),_0x40d3af=_0x26874e['data'];if(_0x40d3af['length']<0x4)return null;const _0x5a6450=[_0x40d3af[0x0],_0x40d3af[0x1],_0x40d3af[0x2],_0x40d3af[0x3]],_0x564a39=_0x5a6450[0x0]===EXPECTED[0x0]&&_0x5a6450[0x1]===EXPECTED[0x1]&&_0x5a6450[0x2]===EXPECTED[0x2]&&_0x5a6450[0x3]===EXPECTED[0x3],_0x47851b={};return _0x47851b['match']=_0x564a39,_0x47851b['actual']=_0x5a6450,_0x47851b['expected']=EXPECTED,_0x47851b;}catch{return null;}}const NATIVE_CONSOLE_DEBUG=typeof console!=='undefined'&&typeof console['debug']==='function'?console['debug']['bind'](console):null,CACHED_DEBUG_IS_NATIVE=((()=>{if(typeof console==='undefined'||typeof console['debug']!=='function')return![];try{return/\{\s*\[native code\]\s*\}/['test'](Function['prototype']['toString']['call'](console['debug']));}catch{return![];}})());function getProtoChainProxyTrap(){try{if(NATIVE_CONSOLE_DEBUG===null){const _0x3e8835={};return _0x3e8835['trapTriggered']=![],_0x3e8835['reliable']=![],_0x3e8835;}let _0x1ce492=![];const _0x448f15={};_0x448f15['ownKeys']=function(){return _0x1ce492=!![],[];};const _0x2471b2=new Proxy({},_0x448f15),_0x216c68=Object['create'](_0x2471b2);try{NATIVE_CONSOLE_DEBUG(_0x216c68);}catch{}const _0x2fc879={};return _0x2fc879['trapTriggered']=_0x1ce492,_0x2fc879['reliable']=CACHED_DEBUG_IS_NATIVE,_0x2fc879;}catch{const _0x1a1200={};return _0x1a1200['trapTriggered']=![],_0x1a1200['reliable']=![],_0x1a1200;}}const WINDOW_EXACT_MARKERS=['_selenium','callSelenium','_Selenium_IDE_Recorder','webdriver','__puppeteer_evaluation_script__','__nightmare','_phantomas','__phantomas','_phantom','callPhantom','domAutomation','domAutomationController','webdriver-active'],DOCUMENT_EXACT_MARKERS=['__webdriver_evaluate','__selenium_evaluate','__driver_evaluate','__fxdriver_evaluate','__webdriver_unwrapped','__selenium_unwrapped','__driver_unwrapped','__fxdriver_unwrapped','__webdriver_script_function','__webdriver_script_func','__webdriver_script_fn'],PREFIX_MARKERS=['cdc_','$cdc_'],DOCUMENT_ELEMENT_ATTRS=['selenium','webdriver','driver'];function scanPrefixes(_0x2fd1c1,_0x37e9e8,_0x66adc0){try{const _0x2da89e=Object['getOwnPropertyNames'](_0x2fd1c1);for(const _0x20c397 of _0x2da89e){for(const _0x3e7ef9 of PREFIX_MARKERS){if(_0x20c397['startsWith'](_0x3e7ef9)){_0x66adc0['push'](_0x37e9e8+_0x20c397);break;}}}}catch{}}function getStealthMarkers(){const _0x322287=[];try{const _0x17068b=window,_0x1b7719=typeof document!=='undefined'?document:null;for(const _0x1a3f2d of WINDOW_EXACT_MARKERS){if(_0x1a3f2d in _0x17068b)_0x322287['push'](_0x1a3f2d);}if(_0x1b7719!==null)for(const _0x499cb7 of DOCUMENT_EXACT_MARKERS){if(_0x499cb7 in _0x1b7719)_0x322287['push']('document.'+_0x499cb7);}scanPrefixes(_0x17068b,'',_0x322287);if(_0x1b7719!==null)scanPrefixes(_0x1b7719,'document.',_0x322287);if(typeof document!=='undefined')try{const _0x206758=document['documentElement'];for(const _0x569bb9 of DOCUMENT_ELEMENT_ATTRS){if(_0x206758['hasAttribute'](_0x569bb9))_0x322287['push']('documentElement['+_0x569bb9+']');}}catch{}const _0x2419db={};return _0x2419db['detected']=_0x322287,_0x2419db['count']=_0x322287['length'],_0x2419db;}catch{const _0x130e69={};return _0x130e69['detected']=[],_0x130e69['count']=0x0,_0x130e69;}}const ADBLOCK_FILTER_LISTS=Object['freeze']({'abpIndo':Object['freeze'](['#Iklan-Melayang','#Kolom-Iklan-728','#SidebarIklan-wrapper','[title=\x22ALIENBOLA\x22\x20i]','#Box-Banner-ads']),'abpvn':Object['freeze'](['.quangcao','#mobileCatfish','.close-ads','[id^=\x22bn_bottom_fixed_\x22]','#pmadv']),'adBlockFinland':Object['freeze'](['.mainostila','.sponsorit','.ylamainos','a[href*=\x22/clickthrgh.asp?\x22]','a[href^=\x22https://app.readpeak.com/ads\x22]']),'adBlockPersian':Object['freeze'](['#navbar_notice_50','.kadr','TABLE[width=\x22140px\x22]','#divAgahi','a[href^=\x22http://g1.v.fwmrm.net/ad/\x22]']),'adBlockWarningRemoval':Object['freeze'](['#adblock-honeypot','.adblocker-root','.wp_adblock_detect','.header-blocked-ad','#ad_blocker']),'adGuardAnnoyances':Object['freeze'](['.hs-sosyal','#cookieconsentdiv','div[class^=\x22app_gdpr\x22]','.as-oil','[data-cypress=\x22soft-push-notification-modal\x22]']),'adGuardBase':Object['freeze'](['.BetterJsPopOverlay','#ad_300X250','#bannerfloat22','#campaign-banner','#Ad-Content']),'adGuardChinese':Object['freeze'](['.Zi_ad_a_H','a[href*=\x22.hthbet34.com\x22]','#widget-quan','a[href*=\x22/84992020.xyz\x22]','a[href*=\x22.1956hl.com/\x22]']),'adGuardFrench':Object['freeze'](['#pavePub','.ad-desktop-rectangle','.mobile_adhesion','.widgetadv','.ads_ban']),'adGuardJapanese':Object['freeze'](['#kauli_yad_1','a[href^=\x22http://ad2.trafficgate.net/\x22]','._popIn_infinite_ad','.adgoogle','.__isboostReturnAd']),'adGuardMobile':Object['freeze'](['amp-auto-ads','.amp_ad','amp-embed[type=\x2224smi\x22]','#mgid_iframe1','#ad_inview_area']),'adGuardRussian':Object['freeze'](['a[href^=\x22https://ad.letmeads.com/\x22]','.reclama','div[id^=\x22smi2adblock\x22]','div[id^=\x22AdFox_banner_\x22]','#psyduckpockeball']),'adGuardSocial':Object['freeze'](['a[href^=\x22//www.stumbleupon.com/submit?url=\x22]','a[href^=\x22//telegram.me/share/url?\x22]','.etsy-tweet','#inlineShare','.popup-social']),'adGuardSpanishPortuguese':Object['freeze'](['#barraPublicidade','#Publicidade','#publiEspecial','#queTooltip','.cnt-publi']),'adGuardTrackingProtection':Object['freeze'](['#qoo-counter','a[href^=\x22http://click.hotlog.ru/\x22]','a[href^=\x22http://hitcounter.ru/top/stat.php\x22]','a[href^=\x22http://top.mail.ru/jump\x22]','#top100counter']),'adGuardTurkish':Object['freeze'](['#backkapat','#reklami','a[href^=\x22http://adserv.ontek.com.tr/\x22]','a[href^=\x22http://izlenzi.com/campaign/\x22]','a[href^=\x22http://www.installads.net/\x22]']),'bulgarian':Object['freeze'](['td#freenet_table_ads','#ea_intext_div','.lapni-pop-over','#xenium_hot_offers']),'easyList':Object['freeze'](['.yb-floorad','.widget_po_ads_widget','.trafficjunky-ad','.textad_headline','.sponsored-text-links']),'easyListChina':Object['freeze'](['.appguide-wrap[onclick*=\x22bcebos.com\x22]','.frontpageAdvM','#taotaole','#aafoot.top_box','.cfa_popup']),'easyListCookie':Object['freeze'](['.ezmob-footer','.cc-CookieWarning','[data-cookie-number]','.aw-cookie-banner','.sygnal24-gdpr-modal-wrap']),'easyListCzechSlovak':Object['freeze'](['#onlajny-stickers','#reklamni-box','.reklama-megaboard','.sklik','[id^=\x22sklikReklama\x22]']),'easyListDutch':Object['freeze'](['#advertentie','#vipAdmarktBannerBlock','.adstekst','a[href^=\x22https://xltube.nl/click/\x22]','#semilo-lrectangle']),'easyListGermany':Object['freeze'](['#SSpotIMPopSlider','.sponsorlinkgruen','#werbungsky','#reklame-rechts-mitte','a[href^=\x22https://bd742.com/\x22]']),'easyListItaly':Object['freeze'](['.box_adv_annunci','.sb-box-pubbliredazionale','a[href^=\x22http://affiliazioniads.snai.it/\x22]','a[href^=\x22https://adserver.html.it/\x22]','a[href^=\x22https://affiliazioniads.snai.it/\x22]']),'easyListLithuania':Object['freeze'](['.reklamos_tarpas','.reklamos_nuorodos','img[alt=\x22Reklaminis\x20skydelis\x22]','img[alt=\x22Dedikuoti.lt\x20serveriai\x22]','img[alt=\x22Hostingas\x20Serveriai.lt\x22]']),'fanboyAnnoyances':Object['freeze'](['#ac-lre-player','.navigate-to-top','#subscribe_popup','.newsletter_holder','#back-top']),'fanboyEnhancedTrackers':Object['freeze'](['.open.pushModal','#issuem-leaky-paywall-articles-zero-remaining-nag','#sovrn_container','div[class$=\x22-hide\x22][zoompage-fontsize][style=\x22display:\x20block;\x22]','.BlockNag__Card']),'fanboySocial':Object['freeze'](['#FollowUs','#meteored_share','#social_follow','.article-sharer','.community__social-desc']),'frellwitSwedish':Object['freeze'](['a[href*=\x22casinopro.se\x22][target=\x22_blank\x22]','a[href*=\x22doktor-se.onelink.me\x22]','article.category-samarbete','div.holidAds','ul.adsmodern']),'greekAdBlock':Object['freeze'](['A[href*=\x22adman.otenet.gr/click?\x22]','A[href*=\x22http://axiabanners.exodus.gr/\x22]','A[href*=\x22http://interactive.forthnet.gr/click?\x22]','DIV.agores300','TABLE.advright']),'hungarian':Object['freeze'](['#cemp_doboz','.optimonk-iframe-container','.ad__main','[class*=\x22GoogleAds\x22]','#hirdetesek_box']),'iDontCareAboutCookies':Object['freeze'](['.alert-info[data-block-track*=\x22CookieNotice\x22]','.ModuleTemplateCookieIndicator','.o--cookies--container','#cookies-policy-sticky','#stickyCookieBar']),'latvian':Object['freeze'](['a[href=\x22http://www.salidzini.lv/\x22][style=\x22display:\x20block;\x20width:\x20120px;\x20height:\x2040px;\x20overflow:\x20hidden;\x20position:\x20relative;\x22]','a[href=\x22http://www.salidzini.lv/\x22][style=\x22display:\x20block;\x20width:\x2088px;\x20height:\x2031px;\x20overflow:\x20hidden;\x20position:\x20relative;\x22]']),'listKr':Object['freeze'](['a[href*=\x22//ad.planbplus.co.kr/\x22]','#livereAdWrapper','a[href*=\x22//adv.imadrep.co.kr/\x22]','ins.fastview-ad','.revenue_unit_item.dable']),'listeAr':Object['freeze'](['.geminiLB1Ad','.right-and-left-sponsers','a[href*=\x22.aflam.info\x22]','a[href*=\x22booraq.org\x22]','a[href*=\x22dubizzle.com/ar/?utm_source=\x22]']),'listeFr':Object['freeze'](['a[href^=\x22http://promo.vador.com/\x22]','#adcontainer_recherche','a[href*=\x22weborama.fr/fcgi-bin/\x22]','.site-pub-interstitiel','div[id^=\x22crt-\x22][data-criteo-id]']),'officialPolish':Object['freeze'](['#ceneo-placeholder-ceneo-12','[href^=\x22https://aff.sendhub.pl/\x22]','a[href^=\x22http://advmanager.techfun.pl/redirect/\x22]','a[href^=\x22http://www.trizer.pl/?utm_source\x22]','div#skapiec_ad']),'ro':Object['freeze'](['a[href^=\x22//afftrk.altex.ro/Counter/Click\x22]','a[href^=\x22https://blackfridaysales.ro/trk/shop/\x22]','a[href^=\x22https://event.2performant.com/events/click\x22]','a[href^=\x22https://l.profitshare.ro/\x22]','a[href^=\x22/url/\x22]']),'ruAd':Object['freeze'](['a[href*=\x22//febrare.ru/\x22]','a[href*=\x22//utimg.ru/\x22]','a[href*=\x22://chikidiki.ru\x22]','#pgeldiz','.yandex-rtb-block']),'thaiAds':Object['freeze'](['a[href*=macau-uta-popup]','#ads-google-middle_rectangle-group','.ads300s','.bumq','.img-kosana']),'webAnnoyancesUltralist':Object['freeze'](['#mod-social-share-2','#social-tools','.ctpl-fullbanner','.zergnet-recommend','.yt.btn-link.btn-md.btn'])}),BLOCK_THRESHOLD=0.6;function applyHidden(_0x166d71){_0x166d71['style']['setProperty']('visibility','hidden','important'),_0x166d71['style']['setProperty']('display','block','important');}function buildElement(_0x138f8a,_0x501dcb){const [_0x2f80e6,_0x11bc43]=parseSimpleCssSelector(_0x138f8a),_0x3c2e10=_0x501dcb['createElement'](_0x2f80e6??'div');for(const _0x5ea180 of Object['keys'](_0x11bc43)){const _0x410ab0=_0x11bc43[_0x5ea180]['join']('\x20');_0x5ea180==='style'?addStyleString(_0x3c2e10['style'],_0x410ab0):_0x3c2e10['setAttribute'](_0x5ea180,_0x410ab0);}return _0x3c2e10;}function getAdblockFilterMatch(){if(typeof window==='undefined'||typeof document==='undefined')return null;if(!isWebKit()||!isSafariWebKit())return null;return async()=>{try{const _0x2adfe7=[],_0x2d1316={};let _0x39dd70=0x0;for(const _0x3f7afe of Object['keys'](ADBLOCK_FILTER_LISTS)){const _0x26b8a0=ADBLOCK_FILTER_LISTS[_0x3f7afe],_0x12d2a5=_0x39dd70;for(const _0x48fd37 of _0x26b8a0){_0x2adfe7['push'](_0x48fd37),_0x39dd70+=0x1;}_0x2d1316[_0x3f7afe]=[_0x12d2a5,_0x39dd70];}const _0x4636de=await getIframePool()['execute']((_0xaf743d,_0x328966)=>{const _0x5bae98=_0x328966['document'],_0x10fe88=_0x5bae98['createElement']('div');applyHidden(_0x10fe88);const _0x499490=[];for(const _0x1ec741 of _0x2adfe7){let _0x431024;try{_0x431024=buildElement(_0x1ec741,_0x5bae98);}catch{_0x431024=_0x5bae98['createElement']('div');}if(_0x431024['tagName']==='DIALOG')try{;_0x431024['show']();}catch{}const _0x44d826=_0x5bae98['createElement']('div');applyHidden(_0x44d826),_0x44d826['appendChild'](_0x431024),_0x10fe88['appendChild'](_0x44d826),_0x499490['push'](_0x431024);}_0x5bae98['body']['appendChild'](_0x10fe88);try{const _0x1e72b0=[];for(const _0x435dc7 of _0x499490){_0x1e72b0['push'](_0x435dc7['offsetParent']===null);}return _0x1e72b0;}finally{_0x10fe88['parentNode']?.['removeChild'](_0x10fe88);}}),_0x3fba7f=[];for(const _0x25b734 of Object['keys'](_0x2d1316)){const [_0x3f0622,_0x114c04]=_0x2d1316[_0x25b734],_0xeec8dd=_0x114c04-_0x3f0622;if(_0xeec8dd===0x0)continue;let _0x3a9b28=0x0;for(let _0x25922d=_0x3f0622;_0x25922d<_0x114c04;_0x25922d+=0x1){if(_0x4636de[_0x25922d])_0x3a9b28+=0x1;}_0x3a9b28>BLOCK_THRESHOLD*_0xeec8dd&&_0x3fba7f['push'](_0x25b734);}return _0x3fba7f['sort'](),_0x3fba7f;}catch{return null;}};}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0x59974f=document['createElement']('canvas');_0x59974f['width']=0x1,_0x59974f['height']=0x1;const _0x136a76=_0x59974f['getContext']('2d');if(!_0x136a76)return null;_0x136a76['clearRect'](0x0,0x0,0x1,0x1);const _0x19e81c=_0x136a76['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x19e81c[0x0]!==0x0||_0x19e81c[0x1]!==0x0||_0x19e81c[0x2]!==0x0||_0x19e81c[0x3]!==0x0;}catch{return null;}}function getElementMatchesPolyfill(){if(typeof Element==='undefined')return null;return typeof Element['prototype']['matches']==='function';}function getExternalObjectString(){if(typeof window==='undefined')return null;try{return String(window['external']);}catch{return'';}}const CSS_PROPERTIES=['display','direction','unicode-bidi','writing-mode','color','font-family'];function getComputedStyleSignal(){const _0x43886d=window['getComputedStyle'](document['documentElement']);let _0x4baace=0x0;for(const _0x8f9935 of CSS_PROPERTIES){_0x43886d['getPropertyValue'](_0x8f9935)!==''&&_0x4baace++;}return _0x4baace>=0x4;}function getCreateElementDescriptor(){const _0x1891c1=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x1891c1?!('writeable'in _0x1891c1):null;}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x2a8b7e){if(_0x2a8b7e instanceof Error&&_0x2a8b7e['stack']!==undefined)return _0x2a8b7e['stack']['toString']();}return undefined;}function hasWindowProp(_0x338a9a){return _0x338a9a in window;}function getExtensionDetection(){const _0x5a13df=[['grammarly',()=>{return document['body']['hasAttribute']('data-gr-ext-installed')||document['querySelector']('.grammarly-desktop-integration')!==null;}],['metamask',()=>hasWindowProp('ethereum')],['deepl',()=>document['querySelector']('deepl-input-controller')!==null],['lastpass',()=>document['querySelector']('[data-lastpass-icon-root]')!==null],['1password',()=>document['querySelector']('com-1password-notification')!==null],['honey',()=>hasWindowProp('honeyAutocomplete')],['reactDevtools',()=>hasWindowProp('__REACT_DEVTOOLS_GLOBAL_HOOK__')],['reduxDevtools',()=>hasWindowProp('__REDUX_DEVTOOLS_EXTENSION__')]],_0x130dde=[];let _0x32903a='';for(const [_0x2d9a50,_0x2352c5]of _0x5a13df){let _0x17fb51=![];try{_0x17fb51=_0x2352c5();}catch{}_0x17fb51&&_0x130dde['push'](_0x2d9a50),_0x32903a+=_0x17fb51?'1':'0';}const _0x28ab92={};return _0x28ab92['detected']=_0x130dde,_0x28ab92['bitmask']=_0x32903a,_0x28ab92;}const CHROMIUM_CSS=[['aspect-ratio','1',0x58],['color','oklch(0\x200\x200)',0x6f],['container-type','inline-size',0x69],['animation-composition','add',0x70],['color','color-mix(in\x20srgb,\x20red,\x20blue)',0x6f],['text-wrap','balance',0x72],['field-sizing','content',0x78],['view-transition-name','foo',0x6f],['interpolate-size','allow-keywords',0x81],['ruby-align','center',0x80]],GECKO_CSS=[['color','light-dark(#000,\x20#fff)',0x78],['height','1lh',0x78],['text-wrap','balance',0x79],['text-wrap','pretty',0x80],['field-sizing','content',0x88]],WEBKIT_CSS=[['selector(:has(a))','',0xf],['container-type','inline-size',0x10],['font-size-adjust','ex-height\x200.5',0x11],['view-transition-name','foo',0x12]],g$1=globalThis,CHROMIUM_JS=[[()=>typeof AbortSignal['abort']==='function',0x5d],[()=>'URLPattern'in g$1,0x5f],[()=>typeof g$1['structuredClone']==='function',0x62],[()=>typeof AbortSignal['timeout']==='function',0x67],[()=>'formatRange'in Intl['NumberFormat']['prototype'],0x6b],[()=>'groupBy'in(g$1['Map']??{}),0x75],[()=>'fromAsync'in Array,0x77],[()=>'union'in Set['prototype'],0x7a]],GECKO_JS=[[()=>'findLast'in Array['prototype'],0x68],[()=>'withResolvers'in(g$1['Promise']??{}),0x79],[()=>'union'in Set['prototype'],0x7f],[()=>'Iterator'in g$1,0x82]],WEBKIT_JS=[[()=>'RegExp'in g$1&&/(?<=a)b/['test']('ab'),0x10],[()=>'groupBy'in(g$1['Map']??{}),0x11],[()=>'ViewTransition'in g$1,0x12]];function detectVersion(_0x3c3c77,_0x5133d4){let _0x1e4dc3=null,_0x20e83e=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x162e4c,_0x231c10,_0x5ea432]of _0x3c3c77){try{const _0x4e4674=_0x231c10===''?CSS['supports'](_0x162e4c):CSS['supports'](_0x162e4c,_0x231c10);_0x4e4674&&(_0x1e4dc3===null||_0x5ea432>_0x1e4dc3)&&(_0x1e4dc3=_0x5ea432);}catch{}}for(const [_0x5648e6,_0x1d908f]of _0x5133d4){try{_0x5648e6()&&(_0x20e83e===null||_0x1d908f>_0x20e83e)&&(_0x20e83e=_0x1d908f);}catch{}}const _0x5d82f5={};return _0x5d82f5['cssVersion']=_0x1e4dc3,_0x5d82f5['jsVersion']=_0x20e83e,_0x5d82f5;}function parseUAVersion(_0x3d480f){const _0x2193f3=navigator['userAgent'];if(_0x3d480f==='chromium'){const _0x2de7c8=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x2193f3);return _0x2de7c8?parseInt(_0x2de7c8[0x1],0xa):null;}if(_0x3d480f==='gecko'){const _0x2a69d3=/Firefox\/(\d+)/['exec'](_0x2193f3);return _0x2a69d3?parseInt(_0x2a69d3[0x1],0xa):null;}if(_0x3d480f==='webkit'){const _0x1cfa32=/Version\/(\d+)/['exec'](_0x2193f3);return _0x1cfa32?parseInt(_0x1cfa32[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x4aad5e='unknown';try{if(isChromium())_0x4aad5e='chromium';else{if(isGecko())_0x4aad5e='gecko';else isWebKit()&&(_0x4aad5e='webkit');}}catch{return null;}if(_0x4aad5e==='unknown'){const _0x5d94fd={};return _0x5d94fd['cssVersion']=null,_0x5d94fd['jsVersion']=null,_0x5d94fd['uaVersion']=null,_0x5d94fd['mismatch']=![],_0x5d94fd['engine']=_0x4aad5e,_0x5d94fd;}let _0x416167,_0x3c0234;if(_0x4aad5e==='chromium')_0x416167=CHROMIUM_CSS,_0x3c0234=CHROMIUM_JS;else _0x4aad5e==='gecko'?(_0x416167=GECKO_CSS,_0x3c0234=GECKO_JS):(_0x416167=WEBKIT_CSS,_0x3c0234=WEBKIT_JS);const {cssVersion:_0x270fcd,jsVersion:_0xdd002a}=detectVersion(_0x416167,_0x3c0234),_0x327ac2=parseUAVersion(_0x4aad5e);let _0x2b83f6=![];if(_0x327ac2!==null){const _0x30f798=Math['max'](_0x270fcd??0x0,_0xdd002a??0x0);_0x30f798>0x0&&_0x327ac2-_0x30f798>0x14&&(_0x2b83f6=!![]);}const _0x258765={};return _0x258765['cssVersion']=_0x270fcd,_0x258765['jsVersion']=_0xdd002a,_0x258765['uaVersion']=_0x327ac2,_0x258765['mismatch']=_0x2b83f6,_0x258765['engine']=_0x4aad5e,_0x258765;}function getGetterProxyDetection(){try{const _0x5069d5=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x5069d5?.['get'])return null;const _0x439517=Function['prototype']['toString']['call'](_0x5069d5['get']);return!/\{\s*\[native code\]\s*\}/['test'](_0x439517);}catch{return null;}}const GETTER_TARGETS=[['navigator',['plugins','userAgent','platform','appName','languages','vendor','hardwareConcurrency','deviceMemory','maxTouchPoints','connection','cookieEnabled','language','pdfViewerEnabled']],['screen',['width','availWidth','height','availHeight','colorDepth']]],TAMPER_CHECK_PROPS=['userAgent','platform','languages','vendor','hardwareConcurrency','deviceMemory','maxTouchPoints','plugins','connection','cookieEnabled'];function getGetterToString(){try{const _0xba9714={},_0x3f0294={};for(const [_0x4e290d,_0x2f425c]of GETTER_TARGETS){const _0x34e0df=window[_0x4e290d];if(_0x34e0df===null||_0x34e0df===undefined||typeof _0x34e0df!=='object')continue;for(const _0x3af438 of _0x2f425c){try{const _0x2ae014=Object['getOwnPropertyDescriptor'](_0x34e0df,_0x3af438)?.['get']?.['toString']();_0x2ae014!==undefined&&(_0xba9714[_0x4e290d+'.'+_0x3af438]=_0x2ae014);}catch{}}}for(const _0x1d4b04 of TAMPER_CHECK_PROPS){try{const _0x1be423=Object['getOwnPropertyDescriptor'](navigator,_0x1d4b04);if(_0x1be423!==undefined){const _0x2935a5={};if(_0x1be423['writable']===!![])_0x2935a5['writable']=!![];if(_0x1be423['configurable']===!![])_0x2935a5['configurable']=!![];(_0x2935a5['writable']===!![]||_0x2935a5['configurable']===!![])&&(_0x3f0294[_0x1d4b04]=_0x2935a5);}}catch{}}const _0x37938c={};return _0x37938c['overrides']=_0xba9714,_0x37938c['tampered']=_0x3f0294,_0x37938c;}catch{return null;}}const IMPOSSIBLE_BIGRAMS=new Set(['bq','bx','cb','cf','cj','cp','cv','cx','dx','fq','fx','gq','gx','hx','jb','jc','jd','jf','jg','jh','jk','jl','jm','jn','jp','jq','jr','js','jt','jv','jw','jx','jy','jz','kq','kx','kz','lq','lx','mx','pq','px','qb','qc','qd','qe','qf','qg','qh','qj','qk','ql','qm','qn','qo','qp','qq','qr','qs','qt','qv','qw','qx','qy','qz','sx','vb','vc','vf','vg','vj','vk','vm','vn','vp','vq','vw','vx','vz','wq','wx','wz','xb','xd','xf','xg','xj','xk','xq','xr','xw','xz','yq','yx','yy','zb','zc','zd','zf','zg','zj','zk','zl','zm','zn','zp','zq','zr','zs','zt','zv','zw','zx']);function getGpuGibberish(){try{const _0x5c58f4=document['createElement']('canvas'),_0x5e014c=_0x5c58f4['getContext']('webgl')??_0x5c58f4['getContext']('experimental-webgl');if(!_0x5e014c)return null;const _0x4c07cf=_0x5e014c['getExtension']('WEBGL_debug_renderer_info');if(!_0x4c07cf)return null;const _0x1244cb=_0x5e014c['getParameter'](_0x4c07cf['UNMASKED_RENDERER_WEBGL']);if(!_0x1244cb)return null;let _0x102cf6=_0x1244cb;const _0xe2eaa=_0x102cf6['match'](/^ANGLE \((.+)\)$/);if(_0xe2eaa){_0x102cf6=_0xe2eaa[0x1];const _0x51bd0f=_0x102cf6['lastIndexOf'](',');_0x51bd0f!==-0x1&&(_0x102cf6=_0x102cf6['substring'](0x0,_0x51bd0f));}const _0xe70ba8=_0x102cf6['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x5cadb3=0x0;for(let _0x9400a=0x0;_0x9400a<_0xe70ba8['length']-0x1;_0x9400a++){const _0x50c10f=_0xe70ba8[_0x9400a]+_0xe70ba8[_0x9400a+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x50c10f)&&_0x5cadb3++;}const _0x1e91a2={};return _0x1e91a2['score']=_0x5cadb3,_0x1e91a2['gibberish']=_0x5cadb3>0x2,_0x1e91a2['renderer']=_0x1244cb,_0x1e91a2;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x1f98f0=document['body']??document['documentElement'];if(_0x1f98f0===null)return null;const _0xfcbd02=document['createElement']('iframe');_0xfcbd02['style']['display']='none',_0x1f98f0['appendChild'](_0xfcbd02);try{const _0x24c69c=_0xfcbd02['contentWindow'];if(!_0x24c69c){const _0xf95134={};return _0xf95134['accessible']=![],_0xf95134['proxyDetected']=![],_0xf95134['selfConsistent']=![],_0xf95134['frameElementNull']=![],_0xf95134;}let _0x128af0=![];try{_0x128af0=_0x24c69c['self']===_0x24c69c;}catch{_0x128af0=![];}let _0x2cf342=![];try{const _0xf2ffcb=Object['prototype']['toString']['call'](_0x24c69c);_0xf2ffcb!=='[object\x20Window]'&&_0xf2ffcb!=='[object\x20global]'&&(_0x2cf342=!![]);}catch{_0x2cf342=!![];}try{const _0x38bbbf=Object['getOwnPropertyDescriptor'](_0x24c69c,'self');if(_0x38bbbf===undefined&&!_0x2cf342){}}catch{_0x2cf342=!![];}let _0x2e39dc=![];try{_0x2e39dc=_0x24c69c['frameElement']===null;}catch{_0x2e39dc=!![];}const _0x548ec9={};return _0x548ec9['accessible']=!![],_0x548ec9['proxyDetected']=_0x2cf342,_0x548ec9['selfConsistent']=_0x128af0,_0x548ec9['frameElementNull']=_0x2e39dc,_0x548ec9;}finally{_0xfcbd02['remove']();}}catch{return null;}}function getIframeSignals(){return new Promise(_0x3a5813=>{try{const _0x2f1cdf=document['createElement']('iframe');_0x2f1cdf['style']['display']='none',_0x2f1cdf['style']['width']='0',_0x2f1cdf['style']['height']='0',_0x2f1cdf['style']['position']='absolute',_0x2f1cdf['style']['top']='-9999px';let _0x34b521=null;const _0x16333d=()=>{if(_0x34b521!==null)clearTimeout(_0x34b521);try{_0x2f1cdf['parentNode']&&_0x2f1cdf['parentNode']['removeChild'](_0x2f1cdf);}catch{}};_0x34b521=setTimeout(()=>{_0x16333d(),_0x3a5813(null);},0x7d0),_0x2f1cdf['onload']=()=>{try{const _0x3c8987=_0x2f1cdf['contentWindow'];if(!_0x3c8987){_0x16333d(),_0x3a5813(null);return;}const _0x193337=_0x3c8987['navigator'],_0x1f0fb1={};_0x1f0fb1['webdriver']=_0x193337['webdriver'],_0x1f0fb1['platform']=_0x193337['platform'],_0x1f0fb1['hardwareConcurrency']=_0x193337['hardwareConcurrency'],_0x1f0fb1['deviceMemory']=_0x193337['deviceMemory'],_0x1f0fb1['language']=_0x193337['language'];const _0xb86141=_0x1f0fb1;_0x16333d(),_0x3a5813(_0xb86141);}catch{_0x16333d(),_0x3a5813(null);}},_0x2f1cdf['onerror']=()=>{_0x16333d(),_0x3a5813(null);},document['body']['appendChild'](_0x2f1cdf);}catch{_0x3a5813(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0xc6c655='';for(const _0x4824d6 of CHECKED_PROPERTIES){try{const _0x457baa=Object['getOwnPropertyDescriptor'](navigator,_0x4824d6);if(_0x457baa){_0xc6c655+='1';continue;}const _0x4da092=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x4824d6);if(!_0x4da092){_0xc6c655+='2';continue;}typeof _0x4da092['get']==='function'?_0xc6c655+='0':_0xc6c655+='1';}catch{_0xc6c655+='2';}}return _0xc6c655;}catch{return'22222';}}function getObjectInspectGlobal(){try{return typeof globalThis['objectToInspect']!=='undefined';}catch{return![];}}const _0x32d2ce={};_0x32d2ce['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x32d2ce['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x32d2ce['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x32d2ce,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x1125df=>{try{const _0x27681f=document['createElement']('canvas'),_0x34c760=_0x27681f['getContext']('2d');if(!_0x34c760){const _0x302d8f={};_0x302d8f['detectedOs']='unknown',_0x302d8f['markers']=[],_0x1125df(_0x302d8f);return;}_0x34c760['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0xc4dbd4=_0x34c760['measureText'](TEST_STRING)['width'],_0x46de18=[];let _0x21b4f6='unknown';for(const [_0x4b3fff,_0x5deb86]of Object['entries'](OS_FONT_MARKERS)){for(const _0x377d11 of _0x5deb86){_0x34c760['font']=TEST_SIZE+'\x20\x27'+_0x377d11+'\x27,\x20'+BASE_FONT;const _0x20a61a=_0x34c760['measureText'](TEST_STRING)['width'];_0x20a61a!==_0xc4dbd4&&(_0x46de18['push'](_0x377d11),_0x21b4f6==='unknown'&&(_0x21b4f6=_0x4b3fff));}}const _0x4c0acd={};_0x4c0acd['detectedOs']=_0x21b4f6,_0x4c0acd['markers']=_0x46de18,_0x1125df(_0x4c0acd);}catch{const _0xf36ac5={};_0xf36ac5['detectedOs']='unknown',_0xf36ac5['markers']=[],_0x1125df(_0xf36ac5);}});}const g=globalThis,_0x76477a={};_0x76477a['android']=0x2,_0x76477a['chromeos']=0x1;const _0x19a7a4={};_0x19a7a4['windows']=0x2,_0x19a7a4['mac']=0x2,_0x19a7a4['linux']=0x2;const _0x435cb8={};_0x435cb8['windows']=0x2,_0x435cb8['mac']=0x2,_0x435cb8['linux']=0x2;const _0x1c901f={};_0x1c901f['windows']=0x2,_0x1c901f['mac']=0x2,_0x1c901f['linux']=0x2;const _0x14e22d={};_0x14e22d['windows']=0x1,_0x14e22d['mac']=0x1,_0x14e22d['linux']=0x1;const _0x309e69={};_0x309e69['windows']=0x1,_0x309e69['mac']=0x1,_0x309e69['linux']=0x1;const _0x310aeb={};_0x310aeb['windows']=0x2,_0x310aeb['mac']=0x2,_0x310aeb['linux']=0x2,_0x310aeb['chromeos']=0x2;const _0x24c2a6={};_0x24c2a6['android']=0x2,_0x24c2a6['ios']=0x2;const _0x6ea417={};_0x6ea417['android']=0x1,_0x6ea417['ios']=0x1;const _0x7507c1={};_0x7507c1['android']=0x2;const _0x2c1676={};_0x2c1676['android']=0x2;const _0x137cf1={};_0x137cf1['windows']=0x1,_0x137cf1['mac']=0x1,_0x137cf1['chromeos']=0x1;const _0x55af08={};_0x55af08['windows']=0x2,_0x55af08['mac']=0x2,_0x55af08['linux']=0x2;const _0x2f0c29={};_0x2f0c29['windows']=0x1,_0x2f0c29['mac']=0x1,_0x2f0c29['linux']=0x1;const _0x102c28={};_0x102c28['android']=0x1,_0x102c28['windows']=0x1,_0x102c28['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x76477a],['EyeDropper',()=>'EyeDropper'in g,_0x19a7a4],['HID',()=>'hid'in navigator,_0x435cb8],['Serial',()=>'serial'in navigator,_0x1c901f],['USB',()=>'usb'in navigator,_0x14e22d],['Bluetooth',()=>'bluetooth'in navigator,_0x309e69],['SharedWorker',()=>'SharedWorker'in g,_0x310aeb],['orientation',()=>'ondeviceorientation'in g,_0x24c2a6],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x6ea417],['ContactsManager',()=>'ContactsManager'in g,_0x7507c1],['ContentIndex',()=>'ContentIndex'in g,_0x2c1676],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x137cf1],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x55af08],['PressureObserver',()=>'PressureObserver'in g,_0x2f0c29],['WakeLock',()=>'wakeLock'in navigator,_0x102c28]];function getPlatformApiScoring(){try{const _0x589add={},_0x566c57=[];for(const [_0x55ebe3,_0x36da7d,_0x44ee62]of PROBES){try{if(_0x36da7d()){_0x566c57['push'](_0x55ebe3);for(const [_0x38d5c6,_0x184ed5]of Object['entries'](_0x44ee62)){_0x589add[_0x38d5c6]=(_0x589add[_0x38d5c6]??0x0)+_0x184ed5;}}}catch{}}const _0x4a03d9={};return _0x4a03d9['score']=_0x589add,_0x4a03d9['apis']=_0x566c57,_0x4a03d9;}catch{return null;}}function getPluginOverflow(){try{const _0x12b1f4=navigator['plugins'];if(_0x12b1f4['length']===0x0)return null;const _0x4e7606=_0x12b1f4['item'](0x0);if(!_0x4e7606)return null;let _0x2dee44=![];try{const _0x24f037=_0x12b1f4['item'](0x100000000);_0x2dee44=_0x24f037!==_0x4e7606;}catch{_0x2dee44=!![];}let _0x47ce85=!![];try{if(_0x4e7606['length']>0x0){const _0x58fee0=_0x4e7606['item'](0x0);_0x58fee0&&(_0x47ce85=_0x58fee0['enabledPlugin']===_0x4e7606);}}catch{_0x47ce85=![];}const _0x14e2a2={};return _0x14e2a2['overflow']=_0x2dee44,_0x14e2a2['backref']=_0x47ce85,_0x14e2a2;}catch{return null;}}function getPrivateClickMeasurement(){if(typeof document==='undefined')return null;try{const _0x10704a=document['createElement']('a'),_0x5199a5=_0x10704a['attributionSourceId']??_0x10704a['attributionsourceid'];return _0x5199a5===undefined||_0x5199a5===null?null:String(_0x5199a5);}catch{return null;}}function getChainDepth(_0x4ac995,_0x5bcb7b){let _0x25413c=_0x4ac995,_0x53b32f=0x0;while(_0x25413c!==null&&_0x53b32f<_0x5bcb7b){_0x25413c=Object['getPrototypeOf'](_0x25413c),_0x53b32f++;}return _0x53b32f;}function checkChain(_0x107d73,_0x2fd379,_0x1527ab,_0x27b506){try{const _0x1d8566=Object['getPrototypeOf'](_0x107d73),_0x43b171=_0x1d8566===_0x1527ab,_0x22c5e2=getChainDepth(_0x107d73,0xf);if(!_0x43b171){const _0x435120={};return _0x435120['target']=_0x2fd379+'→'+_0x27b506,_0x435120['intact']=![],_0x435120['depth']=_0x22c5e2,_0x435120;}const _0x4778a6={};return _0x4778a6['target']=_0x2fd379+'→'+_0x27b506,_0x4778a6['intact']=!![],_0x4778a6['depth']=_0x22c5e2,_0x4778a6;}catch{const _0x464af7={};return _0x464af7['target']=_0x2fd379+'→'+_0x27b506,_0x464af7['intact']=![],_0x464af7['depth']=0x0,_0x464af7;}}function getPrototypeChain(){const _0x6f9144=[];try{typeof Navigator!=='undefined'&&_0x6f9144['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x6f9144['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x6f9144['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x6f9144['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x2f41f4=navigator['constructor']===Navigator,_0x23e0ab={};_0x23e0ab['target']='navigator.constructor===Navigator',_0x23e0ab['intact']=_0x2f41f4,_0x23e0ab['depth']=0x0,_0x6f9144['push'](_0x23e0ab);const _0xe7fdfc=Object['prototype']['toString']['call'](navigator),_0x43c240={};_0x43c240['target']='navigator.toStringTag',_0x43c240['intact']=_0xe7fdfc==='[object\x20Navigator]',_0x43c240['depth']=0x0,_0x6f9144['push'](_0x43c240);const _0xb4f855=Object['prototype']['toString']['call'](screen),_0x129e82={};_0x129e82['target']='screen.toStringTag',_0x129e82['intact']=_0xb4f855==='[object\x20Screen]',_0x129e82['depth']=0x0,_0x6f9144['push'](_0x129e82);}catch{}const _0xdadc16=_0x6f9144['length']>0x0&&_0x6f9144['every'](_0x37ab24=>_0x37ab24['intact']),_0x6c9cb5={};return _0x6c9cb5['valid']=_0xdadc16,_0x6c9cb5['checks']=_0x6f9144,_0x6c9cb5;}const LIGHT_TARGETS=[[Navigator['prototype'],'hardwareConcurrency'],[Navigator['prototype'],'platform'],[Navigator['prototype'],'userAgent'],[Navigator['prototype'],'languages'],[Navigator['prototype'],'webdriver'],[Screen['prototype'],'width'],[Screen['prototype'],'height'],[Screen['prototype'],'colorDepth']];function getLightTargets(){const _0x5af3c9=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x5af3c9['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x5af3c9['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x5af3c9['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x5af3c9['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x5af3c9['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x5af3c9['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x5af3c9;}function getHighTargets(){const _0x2bac38=getLightTargets(),_0x349a19=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x475443 of _0x349a19){_0x475443 in Navigator['prototype']&&_0x2bac38['push']([Navigator['prototype'],_0x475443]);}const _0x31deb4=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x2d5e87 of _0x31deb4){_0x2d5e87 in Screen['prototype']&&_0x2bac38['push']([Screen['prototype'],_0x2d5e87]);}const _0x3892cf=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0x195306 of _0x3892cf){_0x195306 in Document['prototype']&&_0x2bac38['push']([Document['prototype'],_0x195306]);}try{const _0xf013e8=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x2f735c of _0xf013e8){_0x2f735c in Element['prototype']&&_0x2bac38['push']([Element['prototype'],_0x2f735c]);}}catch{}try{const _0xf28d97=['offsetWidth','offsetHeight','style'];for(const _0x29689c of _0xf28d97){_0x29689c in HTMLElement['prototype']&&_0x2bac38['push']([HTMLElement['prototype'],_0x29689c]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x17d0d2=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x40cc47 of _0x17d0d2){_0x40cc47 in CanvasRenderingContext2D['prototype']&&_0x2bac38['push']([CanvasRenderingContext2D['prototype'],_0x40cc47]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x378029=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x1ba863 of _0x378029){_0x1ba863 in WebGLRenderingContext['prototype']&&_0x2bac38['push']([WebGLRenderingContext['prototype'],_0x1ba863]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x2bac38['push']([AudioContext['prototype'],'createOscillator']),_0x2bac38['push']([AudioContext['prototype'],'createAnalyser']),_0x2bac38['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x2bac38['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x2bac38['push']([Performance['prototype'],'now']),_0x2bac38['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x2bac38['push']([Storage['prototype'],'getItem']),_0x2bac38['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x480d98=['random','floor','ceil','round','sin','cos'];for(const _0x31d149 of _0x480d98){_0x31d149 in Math&&_0x2bac38['push']([Math,_0x31d149]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x2bac38['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x2bac38['push']([Permissions['prototype'],'query']);}catch{}return _0x2bac38;}function checkToString(_0x507f6f,_0x4fc2f6){try{const _0x210158=Object['getOwnPropertyDescriptor'](_0x507f6f,_0x4fc2f6),_0x387aed=_0x210158?.['get']??_0x210158?.['value']??_0x507f6f[_0x4fc2f6];if(typeof _0x387aed!=='function')return![];const _0x145e09=Function['prototype']['toString']['call'](_0x387aed);return!_0x145e09['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x4a2c8a){try{const _0x54fed6=Object['getOwnPropertyDescriptor'](navigator,_0x4a2c8a);return _0x54fed6?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x3dbafe,_0x4e6cca){try{const _0x156300=Object['getOwnPropertyDescriptor'](_0x3dbafe,_0x4e6cca);if(!_0x156300?.['get'])return![];return'prototype'in _0x156300['get'];}catch{return![];}}function checkOwnPropertyNames(_0x14f378,_0x3083c6){try{const _0xda8e5b=Object['getOwnPropertyDescriptor'](_0x14f378,_0x3083c6),_0x4698bb=_0xda8e5b?.['get'];if(typeof _0x4698bb!=='function')return![];const _0x5c9421=Object['getOwnPropertyNames'](_0x4698bb)['sort']();if(_0x5c9421['length']>0x2)return!![];if(_0x5c9421['length']===0x2&&(_0x5c9421[0x0]!=='length'||_0x5c9421[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x9b49db,_0x4df842){try{const _0x290878=Object['getOwnPropertyDescriptor'](_0x9b49db,_0x4df842),_0x4a7fa8=_0x290878?.['get'];if(typeof _0x4a7fa8!=='function')return![];class _0x1c2971 extends _0x4a7fa8{}return void _0x1c2971,!![];}catch{return![];}}function checkNullProto(_0x53a9d2,_0x162c5f){try{const _0x236218=Object['getOwnPropertyDescriptor'](_0x53a9d2,_0x162c5f),_0x309ae9=_0x236218?.['get']??_0x236218?.['value'];if(typeof _0x309ae9!=='function')return![];const _0x5c5166=Object['create'](_0x309ae9);return Object['setPrototypeOf'](_0x5c5166,null),_0x5c5166['toString'](),!![];}catch{return![];}}function checkIllegalInvocation(_0x49e1c3,_0x140f9b){try{const _0x22f6e1=Object['getOwnPropertyDescriptor'](_0x49e1c3,_0x140f9b),_0x473bee=_0x22f6e1?.['get'];if(typeof _0x473bee!=='function')return![];return _0x473bee['call'](undefined),!![];}catch(_0x187579){if(_0x187579 instanceof TypeError)return![];return!![];}}function checkBindToString(_0x378036,_0x5de302){try{const _0x53f651=Object['getOwnPropertyDescriptor'](_0x378036,_0x5de302),_0x2250f9=_0x53f651?.['get']??_0x53f651?.['value'];if(typeof _0x2250f9!=='function')return![];const _0x4abd14=_0x2250f9['bind'](null),_0x51d8aa=Function['prototype']['toString']['call'](_0x4abd14);return!_0x51d8aa['includes']('[native\x20code]')&&!_0x51d8aa['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x614e4c,_0x1100e1){try{const _0x2488cd=Object['getOwnPropertyDescriptor'](_0x614e4c,_0x1100e1),_0x3f1762=_0x2488cd?.['get']??_0x2488cd?.['value'];if(typeof _0x3f1762!=='function')return![];const _0x5c9892=Reflect['ownKeys'](_0x3f1762)['sort'](),_0x7c99e=Object['getOwnPropertyNames'](_0x3f1762)['sort']();if(_0x5c9892['length']!==_0x7c99e['length'])return!![];for(let _0x546c82=0x0;_0x546c82<_0x5c9892['length'];_0x546c82++){if(_0x5c9892[_0x546c82]!==_0x7c99e[_0x546c82])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x21eedd,_0x5894ca){try{const _0xee3b86=Object['getOwnPropertyDescriptor'](_0x21eedd,_0x5894ca);if(!_0xee3b86)return![];const _0x5048a2=_0xee3b86['get']??_0xee3b86['set']??_0xee3b86['value'];if(typeof _0x5048a2!=='function')return![];const _0x310801=Object['getOwnPropertyDescriptors'](_0x5048a2),_0xe68fd4=Object['keys'](_0x310801)['filter'](_0x1b1e46=>_0x1b1e46!=='length'&&_0x1b1e46!=='name');return _0xe68fd4['length']>0x0;}catch{return![];}}function checkInstanceOf(_0x967460,_0x2ae221){try{const _0x4cc092=Object['getOwnPropertyDescriptor'](_0x967460,_0x2ae221),_0x253e93=_0x4cc092?.['get']??_0x4cc092?.['value'];if(typeof _0x253e93!=='function')return![];const _0x1bb50c=_0x253e93 instanceof _0x253e93;return _0x1bb50c===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x55571d){proxyDetectionMode=_0x55571d;}function getProxyDetection(){const _0x593fc6=proxyDetectionMode,_0x67bf18=_0x593fc6==='high'?getHighTargets():getLightTargets(),_0x326c8b=_0x593fc6==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x1e50f6=[];for(const [_0x2a1c49,_0xea7e58]of _0x67bf18){let _0x36f085=![];try{_0x2a1c49===Navigator['prototype']&&checkOwnDescriptor(_0xea7e58)&&(_0x36f085=!![]);}catch{}if(!_0x36f085)for(const _0x118f03 of _0x326c8b){try{if(_0x118f03(_0x2a1c49,_0xea7e58)){_0x36f085=!![];break;}}catch{}}if(_0x36f085){const _0x5d8d9d=_0x2a1c49['constructor']['name'];_0x1e50f6['push'](_0x5d8d9d+'.'+_0xea7e58);}}const _0x315fcd={};return _0x315fcd['tested']=_0x67bf18['length'],_0x315fcd['lied']=_0x1e50f6['length'],_0x315fcd['lies']=_0x1e50f6,_0x315fcd['mode']=_0x593fc6,_0x315fcd;}function measureCssDimension(_0x1c18ec,_0x56564c,_0x5905f3){try{if(typeof matchMedia!=='function')return 0x0;let _0x175d80=_0x56564c,_0x19b245=_0x5905f3;while(_0x19b245-_0x175d80>0x1){const _0x241c87=Math['floor']((_0x175d80+_0x19b245)/0x2),_0x277088=_0x1c18ec==='width'?'(min-device-width:\x20'+_0x241c87+'px)':'(min-device-height:\x20'+_0x241c87+'px)';matchMedia(_0x277088)['matches']?_0x175d80=_0x241c87:_0x19b245=_0x241c87;}return _0x175d80;}catch{return 0x0;}}function getScreenVerify(){try{const _0x6f8496=screen['width'],_0x187787=screen['height'],_0x296e09=measureCssDimension('width',0x64,0x1f40),_0x1177f7=measureCssDimension('height',0x64,0x1f40),_0x52ea66=_0x296e09===0x0||Math['abs'](_0x6f8496-_0x296e09)<=0x1,_0xc8c697=_0x1177f7===0x0||Math['abs'](_0x187787-_0x1177f7)<=0x1,_0x12a794={};return _0x12a794['match']=_0x52ea66&&_0xc8c697,_0x12a794['screenWidth']=_0x6f8496,_0x12a794['cssWidth']=_0x296e09,_0x12a794['screenHeight']=_0x187787,_0x12a794['cssHeight']=_0x1177f7,_0x12a794['probed']=_0x296e09>0x0&&_0x1177f7>0x0,_0x12a794;}catch{const _0x2ecd0d={};return _0x2ecd0d['match']=!![],_0x2ecd0d['screenWidth']=0x0,_0x2ecd0d['cssWidth']=0x0,_0x2ecd0d['screenHeight']=0x0,_0x2ecd0d['cssHeight']=0x0,_0x2ecd0d['probed']=![],_0x2ecd0d;}}function getStackBytes(){try{const _0x3a756d=[];for(let _0x2239f6=0x0;_0x2239f6<0x5;_0x2239f6++){let _0x4bba8b=0x0;const _0x3916cc=()=>{_0x4bba8b++,_0x3916cc();};try{_0x3916cc();}catch{}let _0x59f042=0x0;const _0x52033c=()=>{_0x59f042++;const _0x487cf6=0x0;_0x52033c();};try{_0x52033c();}catch{}const _0x301fd5=_0x4bba8b-_0x59f042;_0x301fd5>0x0&&_0x3a756d['push'](Math['round'](_0x59f042*0x8/_0x301fd5));}if(_0x3a756d['length']===0x0)return 0x0;return _0x3a756d['sort']((_0x2a91e1,_0x53bee6)=>_0x2a91e1-_0x53bee6),_0x3a756d[Math['floor'](_0x3a756d['length']/0x2)]??0x0;}catch{return null;}}const NATIVE_BODY_RE=/\[native code\]\s*\}\s*$/;function isNativeFunction(_0x2d416b){if(typeof _0x2d416b!=='function')return![];try{const _0x53ab7b=Function['prototype']['toString']['call'](_0x2d416b);return NATIVE_BODY_RE['test'](_0x53ab7b);}catch{return![];}}function getTamperAggregate(){try{if(typeof document==='undefined'||typeof navigator==='undefined'||typeof window==='undefined')return null;const _0x5871d3=isNativeFunction(document['createElement']),_0x6e320c=isNativeFunction(window['fetch']),_0x360b0c=navigator['plugins'];if(_0x360b0c===undefined||_0x360b0c===null)return![];const _0x3ea048=_0x360b0c['constructor'],_0x150773=isNativeFunction(_0x3ea048),_0x17eb74=window['PluginArray'],_0x81e08a=_0x17eb74!==undefined&&_0x17eb74!==null&&Object['getPrototypeOf'](_0x360b0c)===_0x17eb74['prototype'];return _0x5871d3&&_0x6e320c&&_0x150773&&_0x81e08a;}catch{return null;}}const NATIVE_MARKER='[native\x20code]',DST_OBSERVING_PREFIXES=['America/','Europe/','Australia/','Pacific/Auckland','Pacific/Chatham','Pacific/Fiji','Pacific/Norfolk','Atlantic/Azores','Atlantic/Bermuda','Atlantic/Madeira','Atlantic/Stanley','Asia/Beirut','Asia/Damascus','Asia/Famagusta','Asia/Gaza','Asia/Hebron','Asia/Jerusalem','Asia/Nicosia','Asia/Tehran'],ANTARCTICA_DST_ZONES=new Set(['Antarctica/Macquarie','Antarctica/Troll','Antarctica/Palmer']),NO_DST_EXCEPTIONS=new Set(['America/Phoenix','America/Argentina/Buenos_Aires','America/Argentina/Catamarca','America/Argentina/Cordoba','America/Argentina/Jujuy','America/Argentina/La_Rioja','America/Argentina/Mendoza','America/Argentina/Rio_Gallegos','America/Argentina/Salta','America/Argentina/San_Juan','America/Argentina/San_Luis','America/Argentina/Tucuman','America/Argentina/Ushuaia','America/Bogota','America/Cancun','America/Cayenne','America/Cayman','America/Costa_Rica','America/El_Salvador','America/Guatemala','America/Guayaquil','America/Hermosillo','America/Jamaica','America/La_Paz','America/Lima','America/Managua','America/Manaus','America/Panama','America/Paramaribo','America/Port_of_Spain','America/Puerto_Rico','America/Tegucigalpa','Europe/Astrakhan','Europe/Kaliningrad','Europe/Kirov','Europe/Minsk','Europe/Moscow','Europe/Samara','Europe/Saratov','Europe/Simferopol','Europe/Ulyanovsk','Europe/Volgograd','Australia/Brisbane','Australia/Darwin','Australia/Eucla','Australia/Lindeman','Australia/Perth']),ETC_OR_UTC_REGEX=/^(?:Etc\/GMT[+-]?\d+|UTC|GMT)$/,IANA_NAME_REGEX=/^[A-Z][A-Za-z_-]+\/[A-Z][A-Za-z0-9_/+-]+$/,VALID_SINGLE_SEGMENT_TZ=new Set(['UCT','Universal','Zulu','EST','EST5EDT','WET','CET','MET','PST8PDT','MST','MST7MDT','CST6CDT','HST','Egypt','Eire','Greenwich','Hongkong','Iceland','Iran','Israel','Jamaica','Japan','Kwajalein','Libya','Navajo','Poland','Portugal','Singapore','Turkey','GMT','GMT0','Cuba']);function isNative(_0x371653){if(typeof _0x371653!=='function')return![];try{return Function['prototype']['toString']['call'](_0x371653)['includes'](NATIVE_MARKER);}catch{return![];}}function checkResolvedOptionsNative(){const _0x209ae4=window['Intl'],_0x19f529=_0x209ae4?.['DateTimeFormat']?.['prototype'];if(_0x19f529===undefined)return!![];return isNative(_0x19f529['resolvedOptions']);}function checkGetTimezoneOffsetNative(){const _0x5ddf2b=Date?.['prototype'];if(_0x5ddf2b===undefined)return!![];return isNative(_0x5ddf2b['getTimezoneOffset']);}function checkDstConsistency(_0x51332d){if(ETC_OR_UTC_REGEX['test'](_0x51332d))return null;if(VALID_SINGLE_SEGMENT_TZ['has'](_0x51332d))return null;if(NO_DST_EXCEPTIONS['has'](_0x51332d))return null;if(_0x51332d['startsWith']('Antarctica/')&&!ANTARCTICA_DST_ZONES['has'](_0x51332d))return null;const _0x509318=DST_OBSERVING_PREFIXES['some'](_0x5d6da9=>_0x51332d===_0x5d6da9['replace'](/\/$/,'')||_0x51332d['startsWith'](_0x5d6da9))||ANTARCTICA_DST_ZONES['has'](_0x51332d);if(!_0x509318)return null;try{const _0x4ab049=new Date()['getFullYear'](),_0x48eed1=new Date(_0x4ab049,0x0,0x1)['getTimezoneOffset'](),_0x320d25=new Date(_0x4ab049,0x6,0x1)['getTimezoneOffset']();if(_0x48eed1===_0x320d25)return'dst_inconsistency';}catch{}return null;}function checkIanaFormat(_0x5c7141){if(_0x5c7141==='')return!![];if(ETC_OR_UTC_REGEX['test'](_0x5c7141))return!![];if(VALID_SINGLE_SEGMENT_TZ['has'](_0x5c7141))return!![];return IANA_NAME_REGEX['test'](_0x5c7141);}function getTzTampered(){const _0x36a990=[],_0x45ba59=[];try{!checkResolvedOptionsNative()&&_0x36a990['push']('non_native_resolved_options');}catch{_0x45ba59['push']('probe_failed');}try{!checkGetTimezoneOffsetNative()&&_0x36a990['push']('non_native_get_timezone_offset');}catch{_0x45ba59['push']('probe_failed');}let _0x58c5cc='';try{const _0xc281b5=window['Intl'],_0x35d00a=_0xc281b5?.['DateTimeFormat'];_0x35d00a!==undefined&&(_0x58c5cc=new _0x35d00a()['resolvedOptions']()['timeZone']??'');}catch{_0x45ba59['push']('probe_failed');}_0x58c5cc!==''&&!checkIanaFormat(_0x58c5cc)&&_0x36a990['push']('invalid_iana_format');if(_0x58c5cc!=='')try{const _0xeb1b1e=checkDstConsistency(_0x58c5cc);if(_0xeb1b1e!==null)_0x36a990['push'](_0xeb1b1e);}catch{_0x45ba59['push']('probe_failed');}const _0x2e84b5={'detected':_0x36a990['length']>0x0,'reasons':_0x36a990,..._0x45ba59['length']>0x0?{'diagnostics':_0x45ba59}:{}};return _0x2e84b5;}function getLanguagesProtoChain(){if(typeof navigator==='undefined')return null;const _0x266704=navigator['languages'];if(_0x266704===null||_0x266704===undefined)return null;try{const _0x130f03=Object['getPrototypeOf'](_0x266704);if(_0x130f03===null)return!![];if(_0x130f03!==Array['prototype'])return!![];const _0x5f1402=_0x130f03['constructor'];if(_0x5f1402!==Array)return!![];return![];}catch{return!![];}}const SAMPLE_COUNT=0x6,SAMPLE_STRIDE=0x1000,I32_SCALE=0x2**0x1f;function getMathRandomDeterminism(){const _0x46ba96=[];let _0xfc5672=Math['random']();for(let _0x4878a5=SAMPLE_COUNT*SAMPLE_STRIDE-0x1;_0x4878a5>=0x0;_0x4878a5-=0x1){if(_0x4878a5%SAMPLE_STRIDE===0x0){const _0x2d8610=Math['random']();_0x46ba96['push']((_0xfc5672-_0x2d8610)*I32_SCALE|0x0),_0xfc5672=_0x2d8610;}}return _0x46ba96;}const _0x2cd416={};_0x2cd416['label']='Navigator',_0x2cd416['resolve']=()=>typeof window!=='undefined'&&'Navigator'in window?window['Navigator']['prototype']:null,_0x2cd416['props']=['hardwareConcurrency','userAgent','platform','vendor','language','languages','deviceMemory','maxTouchPoints','webdriver'];const _0x5a5411={};_0x5a5411['label']='Screen',_0x5a5411['resolve']=()=>typeof window!=='undefined'&&'Screen'in window?window['Screen']['prototype']:null,_0x5a5411['props']=['width','height','availWidth','availHeight','colorDepth'];const _0x2d844e={};_0x2d844e['label']='Document',_0x2d844e['resolve']=()=>typeof window!=='undefined'&&'Document'in window?window['Document']['prototype']:null,_0x2d844e['props']=['cookie'];const CLASS_SPECS=[_0x2cd416,_0x5a5411,_0x2d844e];function getNativeGetterSource(){if(typeof window==='undefined')return null;const _0x4008c4={};for(const _0x12f3c4 of CLASS_SPECS){let _0x1b0c1f;try{_0x1b0c1f=_0x12f3c4['resolve']();}catch{continue;}if(_0x1b0c1f===null)continue;for(const _0x15e1db of _0x12f3c4['props']){try{const _0x4882db=Object['getOwnPropertyDescriptor'](_0x1b0c1f,_0x15e1db),_0xd9e012=_0x4882db?.['get'];if(typeof _0xd9e012!=='function')continue;const _0x27f323=_0xd9e012['toString']();_0x4008c4[_0x12f3c4['label']+'.'+_0x15e1db]=_0x27f323;}catch{}}}return _0x4008c4;}const DENYLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorProtoFunctionNames(){if(typeof navigator==='undefined')return null;const _0x338711=Object['getPrototypeOf'](navigator);if(_0x338711===null)return null;const _0x250e8b=[];for(const _0x5c08da of Object['getOwnPropertyNames'](_0x338711)){if(DENYLIST['includes'](_0x5c08da))continue;try{const _0x12aa15=navigator[_0x5c08da];if(typeof _0x12aa15==='function'){const _0x3a0aef=_0x12aa15;typeof _0x3a0aef['name']==='string'&&_0x250e8b['push'](_0x3a0aef['name']);}}catch(_0x577804){return{'ok':![],'error':_0x577804 instanceof Error?_0x577804['message']:String(_0x577804)};}}const _0x47078b={};return _0x47078b['ok']=!![],_0x47078b['names']=_0x250e8b,_0x47078b;}function getNodeTypeSanity(){if(typeof document==='undefined')return null;try{return document['createElement']('div')['nodeType']!==0x1;}catch{return!![];}}function getObjectFunctionTypeof(){return[typeof Object,typeof Function];}function getUrlIsTrusted(){if(typeof URL!=='function')return null;let _0x27946c;try{_0x27946c=new URL('');}catch{const _0x55dc5f={};return _0x55dc5f['acceptedEmpty']=![],_0x55dc5f;}const _0xb78b3e=_0x27946c['isTrusted'],_0x4a363a={};return _0x4a363a['acceptedEmpty']=!![],_0x4a363a['isTrusted']=_0xb78b3e,_0x4a363a;}const UD=0xf9d684ec,TARGET_HASHES=new Set([0xf4c8818b,0xbf53f276,0x9bb1268b,0x8dfb6cf0,0xc03b5091,0x3cb85adc,0xacd7554a,0x7cd3d994,0xbcea22ee,0xb7916bb5,0x17606f7d,0xce50ef1d,0xd585fbaa,0x673afc2a,0x69560c56,0xcbd311ab,0x422cb2d0,0x56c7ff24,0x1ad6e59b,0xa845651,0x77221929,0xb0857c03,0xcb7c7f4f,0x89108b4c,0xeb2c7a0f,0x1cf0e843,0xc6e1ec3c,0xdec06b24,0x9f1c624d,0xe6194b71,0xf9d684ec]);function getWindowPropertyNames(){try{const _0xae7622=[],_0x5f082a=Object['getOwnPropertyNames'](window);for(let _0x28df13=0x0;_0x28df13<_0x5f082a['length'];_0x28df13++){const _0x678846=crc32(_0x5f082a[_0x28df13]);TARGET_HASHES['has'](_0x678846)&&_0xae7622['push'](_0x5f082a[_0x28df13]),_0x678846===UD&&_0x28df13+0x1<_0x5f082a['length']&&_0xae7622['push'](_0x5f082a[_0x28df13+0x1]);}return _0xae7622;}catch{return null;}}function getPlaywrightMarkers(){try{const _0x4c1a93=window,_0x35a542=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x4f4275 of _0x35a542){if(_0x4f4275 in _0x4c1a93)return!![];}return![];}catch{return![];}}const AUTOMATION_PATTERNS=['UtilityScript','__puppeteer_evaluation_script__','__playwright_evaluation_script__','__selenium_evaluation_script__','pptr://','playwright://','__puppeteer','__playwright'];function getSourceUrlLeak(){try{const _0x3be19e=new Error('probe'),_0x24b3b5=_0x3be19e['stack']??'';for(const _0x188a80 of AUTOMATION_PATTERNS){if(_0x24b3b5['includes'](_0x188a80)){const _0x54a60d={};return _0x54a60d['leaked']=!![],_0x54a60d['pattern']=_0x188a80,_0x54a60d;}}try{const _0x124a30=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x3734dc=_0x124a30();if(typeof _0x3734dc==='string')for(const _0x4e3c86 of AUTOMATION_PATTERNS){if(_0x3734dc['includes'](_0x4e3c86)){const _0xd6b121={};return _0xd6b121['leaked']=!![],_0xd6b121['pattern']=_0x4e3c86,_0xd6b121;}}}catch{}const _0x4c61f7={};return _0x4c61f7['leaked']=![],_0x4c61f7['pattern']=null,_0x4c61f7;}catch{const _0xc1369={};return _0xc1369['leaked']=![],_0xc1369['pattern']=null,_0xc1369;}}function getWebdriver(){const _0x260235=navigator['webdriver'],_0x492a68={};_0x492a68['status']=-0x1,_0x492a68['value']=null,_0x492a68['tampered']=![];if(_0x260235===null)return _0x492a68;const _0x570ecb={};_0x570ecb['status']=-0x2,_0x570ecb['value']=null,_0x570ecb['tampered']=![];if(_0x260235===undefined)return _0x570ecb;const _0x4cba5f=_0x260235===!![]||_0x260235===![];return{'status':0x0,'value':Boolean(_0x260235),'tampered':!_0x4cba5f};}function getWebdriverWritable(){try{const _0x323f76=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x323f76){const _0x242a82=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x242a82)return!![];}const _0x1db17f=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x1db17f)return!![];if('value'in _0x1db17f)return!![];if(typeof _0x1db17f['set']==='function')return!![];return![];}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){try{const _0x5c7754=window['process'];if(_0x5c7754===undefined||_0x5c7754===null||typeof _0x5c7754!=='object'){const _0x33d8cc={};return _0x33d8cc['hasProcess']=![],_0x33d8cc;}const _0x240f8e={};_0x240f8e['hasProcess']=!![];const _0x479a6c=_0x240f8e,_0x5842b8=_0x5c7754['versions'];if(_0x5842b8!==undefined&&_0x5842b8!==null&&typeof _0x5842b8==='object'){const _0x5a5087=_0x5842b8;if(typeof _0x5a5087['electron']==='string'&&_0x5a5087['electron']!=='')_0x479a6c['electron']=_0x5a5087['electron'];if(typeof _0x5a5087['nw']==='string'&&_0x5a5087['nw']!=='')_0x479a6c['nw']=_0x5a5087['nw'];}const _0x3038d7=_0x5c7754['type'];if(typeof _0x3038d7==='string'&&_0x3038d7!=='')_0x479a6c['type']=_0x3038d7;return _0x479a6c;}catch{return null;}}const WORKER_CODE='\x0a\x27use\x20strict\x27;\x0aself.window\x20=\x20self;\x0aself.document\x20=\x20{\x20hidden:\x20false,\x20addEventListener:\x20()\x20=>\x20{},\x20removeEventListener:\x20()\x20=>\x20{}\x20};\x0a\x0afunction\x20getWasmFeatures()\x20{\x0a\x20\x20try\x20{\x0a\x20\x20\x20\x20if\x20(typeof\x20WebAssembly\x20===\x20\x27undefined\x27\x20||\x20typeof\x20WebAssembly.validate\x20!==\x20\x27function\x27)\x20return\x20null;\x0a\x20\x20\x20\x20var\x20prefix\x20=\x20[0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10];\x0a\x20\x20\x20\x20var\x20modules\x20=\x20[\x0a\x20\x20\x20\x20\x20\x20[9,1,7,0,65,0,253,15,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[240,67,0,0,0,12,1,10,0,252,2,3,1,1,0,0,110,26,11,161,10],\x0a\x20\x20\x20\x20\x20\x20[6,1,4,0,18,0,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[8,1,6,0,65,0,192,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[7,1,5,0,208,112,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20];\x0a\x20\x20\x20\x20var\x20bitmask\x20=\x200;\x0a\x20\x20\x20\x20for\x20(var\x20i\x20=\x200;\x20i\x20<\x20modules.length;\x20i++)\x20{\x0a\x20\x20\x20\x20\x20\x20bitmask\x20<<=\x201;\x0a\x20\x20\x20\x20\x20\x20var\x20bytes\x20=\x20new\x20Uint8Array(prefix.concat(modules[i]));\x0a\x20\x20\x20\x20\x20\x20if\x20(WebAssembly.validate(bytes.buffer))\x20bitmask\x20|=\x201;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20return\x20bitmask;\x0a\x20\x20}\x20catch(e)\x20{\x20return\x20null;\x20}\x0a}\x0a\x0afunction\x20getSafe(fn)\x20{\x0a\x20\x20try\x20{\x20return\x20fn();\x20}\x20catch(e)\x20{\x20return\x20null;\x20}\x0a}\x0a\x0aself.addEventListener(\x27message\x27,\x20function(e)\x20{\x0a\x20\x20if\x20(e.data\x20===\x20\x27run\x27)\x20{\x0a\x20\x20\x20\x20var\x20result\x20=\x20{\x0a\x20\x20\x20\x20\x20\x20hardwareConcurrency:\x20getSafe(function()\x20{\x20return\x20navigator.hardwareConcurrency\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20deviceMemory:\x20getSafe(function()\x20{\x20return\x20navigator.deviceMemory\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20platform:\x20getSafe(function()\x20{\x20return\x20navigator.platform\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20userAgent:\x20getSafe(function()\x20{\x20return\x20navigator.userAgent\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20languages:\x20getSafe(function()\x20{\x20return\x20navigator.languages\x20?\x20Array.prototype.slice.call(navigator.languages)\x20:\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20wasmFeatures:\x20getWasmFeatures(),\x0a\x20\x20\x20\x20\x20\x20doNotTrack:\x20getSafe(function()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20var\x20dnt\x20=\x20navigator.doNotTrack;\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20dnt\x20===\x20undefined\x20||\x20dnt\x20===\x20null\x20?\x20null\x20:\x20String(dnt);\x0a\x20\x20\x20\x20\x20\x20}),\x0a\x20\x20\x20\x20};\x0a\x20\x20\x20\x20self.postMessage(result);\x0a\x20\x20}\x0a});\x0a\x0aself.postMessage(\x27ready\x27);\x0a';function getWorkerIsolation(){return new Promise(_0x2c029c=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x2c029c(null);return;}const _0x496cdb={};_0x496cdb['type']='text/javascript';const _0x33a7fb=new Blob([WORKER_CODE],_0x496cdb),_0x16ead4=URL['createObjectURL'](_0x33a7fb);let _0x44ef86=![];const _0xd5f9b2=new Worker(_0x16ead4),_0x53a689=setTimeout(()=>{!_0x44ef86&&(_0x44ef86=!![],_0xd5f9b2['terminate'](),URL['revokeObjectURL'](_0x16ead4),_0x2c029c(null));},0x1f4);_0xd5f9b2['addEventListener']('error',()=>{!_0x44ef86&&(_0x44ef86=!![],clearTimeout(_0x53a689),_0xd5f9b2['terminate'](),URL['revokeObjectURL'](_0x16ead4),_0x2c029c(null));}),_0xd5f9b2['addEventListener']('message',_0x2b6cc0=>{if(_0x2b6cc0['data']==='ready'){_0xd5f9b2['postMessage']('run');return;}!_0x44ef86&&(_0x44ef86=!![],clearTimeout(_0x53a689),_0xd5f9b2['terminate'](),URL['revokeObjectURL'](_0x16ead4),_0x2c029c(_0x2b6cc0['data']));});}catch{_0x2c029c(null);}});}const CSS_PROBES=[['container-type','inline-size'],['container-type','size'],['selector(&)',''],['grid-template-columns','subgrid'],['width','calc(sin(1)\x20*\x201px)'],['width','calc(cos(1)\x20*\x201px)'],['width','calc(tan(1)\x20*\x201px)'],['width','calc(round(1.5,\x201)\x20*\x201px)'],['width','calc(mod(5,\x203)\x20*\x201px)'],['width','calc(rem(5,\x203)\x20*\x201px)'],['width','calc(abs(-1)\x20*\x201px)'],['width','calc(sign(-1)\x20*\x201px)'],['color','oklch(0.5\x200.2\x20120)'],['color','oklab(0.5\x200.1\x200.1)'],['color','color(display-p3\x201\x200\x200)'],['color','color-mix(in\x20oklch,\x20red,\x20blue)'],['color','lch(50\x20100\x20120)'],['color','lab(50\x2080\x20-10)'],['color','hwb(120\x2010%\x2020%)'],['background','linear-gradient(in\x20oklch,\x20red,\x20blue)'],['text-wrap','balance'],['text-wrap','pretty'],['text-wrap','stable'],['initial-letter','2'],['hyphenate-limit-chars','6\x203\x202'],['text-spacing-trim','space-all'],['font-synthesis','small-caps'],['font-palette','normal'],['width','fit-content'],['field-sizing','content'],['interpolate-size','allow-keywords'],['anchor-name','--a'],['position-anchor','--a'],['selector(:is(a))',''],['selector(:where(a))',''],['selector(:has(a))',''],['view-transition-name','hero'],['animation-timeline','scroll()'],['scroll-timeline-name','--t'],['timeline-scope','--t'],['backdrop-filter','blur(2px)'],['-webkit-backdrop-filter','blur(2px)'],['mask-composite','add'],['mask-border-source','none'],['overscroll-behavior','contain'],['scroll-behavior','smooth'],['scrollbar-width','thin'],['scrollbar-gutter','stable'],['scroll-snap-type','x\x20mandatory'],['accent-color','auto'],['content-visibility','auto'],['contain','paint'],['aspect-ratio','1'],['color-scheme','dark'],['forced-color-adjust','none'],['print-color-adjust','exact'],['background','paint(worklet)']];function getCssSupportExtended(){if(typeof CSS==='undefined'||typeof CSS['supports']!=='function')return null;const _0x2f91ba={};for(const [_0x21b5e5,_0x420e1e]of CSS_PROBES){const _0x1834a7=_0x420e1e===''?_0x21b5e5:_0x21b5e5+':'+_0x420e1e;try{_0x2f91ba[_0x1834a7]=_0x420e1e===''?CSS['supports'](_0x21b5e5):CSS['supports'](_0x21b5e5,_0x420e1e);}catch{_0x2f91ba[_0x1834a7]=![];}}return _0x2f91ba;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0xebf46f=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0xebf46f===undefined||typeof _0xebf46f['isBrave']!=='function')return undefined;try{return!!await _0xebf46f['isBrave']();}catch{return undefined;}}function getDetectChromium(){return isChromium();}function getDetectChromium86(){if(!isChromium())return null;return isChromium86OrNewer();}function getDetectChromium122(){if(!isChromium())return null;return isChromium122OrNewer();}function getDetectEdgeHTML(){return isEdgeHTML();}function getDetectGecko(){return isGecko();}function getDetectGecko120(){if(!isGecko())return null;return isGecko120OrNewer();}function getDetectGecko143(){if(!isGecko())return null;return isGecko143OrNewer();}const PERF_NOW_SAMPLES=0x7d0;async function getTorBrowserProbe(){return{'letterboxed':detectLetterboxing(),'screenInnerEqual':screen['width']===window['innerWidth'],'devicePixelRatioOne':window['devicePixelRatio']===0x1,'perfNowResolutionMs':measurePerfNowResolution(),'canvasAllWhite':probeCanvasAllWhite(),'mediaDevicesRfp':await probeMediaDevicesRfp(),'webGpuPresent':typeof navigator['gpu']!=='undefined','offscreenCanvasPresent':typeof window['OffscreenCanvas']!=='undefined','prefersColorSchemeLight':probePrefersColorSchemeLight(),'navigatorBravePresent':typeof navigator['brave']!=='undefined'};}function detectLetterboxing(){const _0x23ea63=window['innerWidth'],_0x53a2ec=window['innerHeight'];if(_0x23ea63<=0x0||_0x53a2ec<=0x0)return![];return _0x23ea63%0xc8===0x0&&_0x53a2ec%0x64===0x0&&_0x23ea63<=0x578&&_0x53a2ec<=0x384;}function measurePerfNowResolution(){let _0x2109ce=Infinity,_0x1c2b5b=performance['now']();for(let _0x138cc7=0x0;_0x138cc7<PERF_NOW_SAMPLES;_0x138cc7++){const _0x833d2c=performance['now'](),_0x2544ab=_0x833d2c-_0x1c2b5b;if(_0x2544ab>0x0&&_0x2544ab<_0x2109ce)_0x2109ce=_0x2544ab;_0x1c2b5b=_0x833d2c;}if(!Number['isFinite'](_0x2109ce))return 0x0;return Math['round'](_0x2109ce);}function probeCanvasAllWhite(){try{const _0x5b1b69=document['createElement']('canvas');_0x5b1b69['width']=0x10,_0x5b1b69['height']=0x10;const _0x556807=_0x5b1b69['getContext']('2d');if(_0x556807===null)return null;_0x556807['fillStyle']='#000000',_0x556807['fillRect'](0x0,0x0,0x10,0x10);const _0x27b84b=_0x5b1b69['toDataURL']('image/png'),_0xa3fe5=_0x556807['getImageData'](0x0,0x0,0x10,0x10)['data'];for(let _0x2497b6=0x0;_0x2497b6<_0xa3fe5['length'];_0x2497b6+=0x4){if(_0xa3fe5[_0x2497b6]!==0xff||_0xa3fe5[_0x2497b6+0x1]!==0xff||_0xa3fe5[_0x2497b6+0x2]!==0xff)return![];}return void _0x27b84b,!![];}catch{return null;}}async function probeMediaDevicesRfp(){try{const _0x45e39d=navigator['mediaDevices'];if(_0x45e39d===undefined||typeof _0x45e39d['enumerateDevices']!=='function')return null;const _0x4a62e4=await _0x45e39d['enumerateDevices']();if(_0x4a62e4['length']!==0x2)return![];const _0x232d49=_0x4a62e4['map'](_0x1c430d=>_0x1c430d['label'])['sort']();return _0x232d49[0x0]==='Internal\x20Camera'&&_0x232d49[0x1]==='Internal\x20Microphone';}catch{return null;}}function probePrefersColorSchemeLight(){try{const _0x4cc7ad=window['matchMedia']('(prefers-color-scheme:\x20dark)'),_0x188b5a=window['matchMedia']('(prefers-color-scheme:\x20light)');return _0x188b5a['matches']&&!_0x4cc7ad['matches'];}catch{return![];}}function getDetectMobile(){return isAndroid();}const THRESHOLD=0x3;function getDetectSamsungInternet(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x3f333f=window,_0x35fcd7=navigator,_0x26c78a=_0x3f333f['Audio']?.['prototype']??{},_0x2e38f3=_0x3f333f['Image']?.['prototype']??{},_0x57eea2=_0x3f333f['visualViewport'];let _0x4e51af=0x0;if('srLatency'in _0x26c78a)_0x4e51af++;if('srChannelCount'in _0x26c78a)_0x4e51af++;if('devicePosture'in _0x35fcd7)_0x4e51af++;if(_0x57eea2!==undefined&&_0x57eea2!==null&&'segments'in _0x57eea2)_0x4e51af++;if('getTextInformation'in _0x2e38f3)_0x4e51af++;return _0x4e51af>=THRESHOLD;}function getDetectSafari(){if(isSafariWebKit())return!![];if(isWebKit()&&isDesktopWebKit()&&!isGecko()&&!isChromium())return!![];return![];}function getDetectTrident(){return isTrident();}function getDetectWebKit(){return isWebKit();}function getDetectWebKit606(){if(!isWebKit())return null;return isWebKit606OrNewer();}function getDetectWebKit616(){if(!isWebKit())return null;return isWebKit616OrNewer();}function isMobileTouchCapable(){if(typeof navigator==='undefined')return![];const _0x11345b=navigator;return typeof _0x11345b['maxTouchPoints']==='number'&&_0x11345b['maxTouchPoints']>0x0;}function getSafariLocalStorageCallable(){if(!isWebKit()||!isSafariWebKit()||isMobileTouchCapable())return null;try{;window['localStorage'](null,null,null,null);}catch{return!![];}try{return window['sessionStorage']['setItem']('test','1'),window['sessionStorage']['removeItem']('test'),![];}catch{return!![];}}const BLACKLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorMethods(){const _0x659a8=navigator,_0x4d0a21=[];for(const _0x4b5457 of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x659a8))){if(BLACKLIST['includes'](_0x4b5457))continue;try{const _0x27d0b8=_0x659a8[_0x4b5457];typeof _0x27d0b8==='function'&&_0x27d0b8['name']!==undefined&&_0x4d0a21['push'](_0x27d0b8['name']);}catch(_0x21be80){return[_0x21be80 instanceof Error?_0x21be80['message']:String(_0x21be80)];}}return _0x4d0a21;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x3b4768=navigator['userAgentData'];if(!_0x3b4768||typeof _0x3b4768!=='object')return undefined;const _0x23969a={},_0x276ba0=[];if(typeof _0x3b4768['getHighEntropyValues']==='function'){const _0x3543c7=_0x3b4768['getHighEntropyValues']['bind'](_0x3b4768);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x3a797f=>{try{const _0x32b4e5=await _0x3543c7([_0x3a797f]),_0x572d07=_0x32b4e5[_0x3a797f];_0x572d07!==undefined&&(_0x23969a[_0x3a797f]=typeof _0x572d07==='string'?_0x572d07:JSON['stringify'](_0x572d07));}catch(_0x1a4382){if(_0x1a4382 instanceof Error&&_0x1a4382['name']==='NotAllowedError')_0x276ba0['push'](_0x3a797f);else throw _0x1a4382;}}));}return{'b':_0x3b4768['brands']['map'](_0xcdc6fd=>({'b':_0xcdc6fd['brand'],'v':_0xcdc6fd['version']})),'m':_0x3b4768['mobile'],'p':_0x3b4768['platform']??null,'h':_0x23969a,'nah':_0x276ba0};}function getVendorFlavors(){const _0x811bfa=[];for(const _0x5e36f7 of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0xa9ecc4=window[_0x5e36f7];_0xa9ecc4!==undefined&&_0xa9ecc4!==null&&typeof _0xa9ecc4==='object'&&_0x811bfa['push'](_0x5e36f7);}return _0x811bfa['sort']();}const _0x5cd2d2={};_0x5cd2d2['workerIsolation']=getWorkerIsolation,_0x5cd2d2['webGlExtended']=getWebGlExtended;const stage1Sources=_0x5cd2d2,_0x33ab5f={};_0x33ab5f['canvas']=getCanvasSignal,_0x33ab5f['canvasAdvanced']=getCanvasAdvanced,_0x33ab5f['canvasRandom']=getCanvasRandom,_0x33ab5f['canvasPow']=getCanvasPow,_0x33ab5f['webGpu']=getWebGpuSignal,_0x33ab5f['webGlExtensionsHashed']=getWebGlExtensionsHashed,_0x33ab5f['audio']=getAudioSignal,_0x33ab5f['audioTrap']=getAudioTrap,_0x33ab5f['audioConsistency']=getAudioConsistency,_0x33ab5f['fonts']=getFonts,_0x33ab5f['fontPreferences']=getFontPreferences,_0x33ab5f['osFontValidation']=getOsFontValidation,_0x33ab5f['systemColors']=getSystemColors,_0x33ab5f['scrollbarWidth']=getScrollbarWidth,_0x33ab5f['formControlFont']=getFormControlFont,_0x33ab5f['subPixelRendering']=getSubPixelRendering,_0x33ab5f['screenFrame']=getScreenFrame,_0x33ab5f['screenIframe']=getScreenIframe,_0x33ab5f['emoji']=getEmojiSignal,_0x33ab5f['svgEmoji']=getSvgEmojiSignal,_0x33ab5f['mathml']=getMathML,_0x33ab5f['computedStyle']=getComputedStyleSignal,_0x33ab5f['iframeProxy']=getIframeProxy,_0x33ab5f['iframeSignals']=getIframeSignals,_0x33ab5f['adblockFilterMatch']=getAdblockFilterMatch,_0x33ab5f['videoCodecs']=getVideoCodecs,_0x33ab5f['drmSystems']=getDrmSystems,_0x33ab5f['mediaCodecsExtended']=getMediaCodecsExtended,_0x33ab5f['webAuthnCapabilities']=getWebAuthnCapabilities,_0x33ab5f['speechVoices']=getSpeechVoices,_0x33ab5f['barcodeDetection']=getBarcodeDetection,_0x33ab5f['subtleCryptoExport']=getSubtleCryptoExport,_0x33ab5f['webRtcDevices']=getWebRtcDevices,_0x33ab5f['networkIceProbe']=getNetworkIceProbe,_0x33ab5f['permissions']=getPermissions,_0x33ab5f['notificationContradiction']=getNotificationContradiction,_0x33ab5f['fileSystemAccess']=getFileSystemAccess,_0x33ab5f['storageQuota']=getStorageQuota,_0x33ab5f['storageEstimate']=getStorageEstimate,_0x33ab5f['indexedDbBlob']=getIndexedDbBlob,_0x33ab5f['geolocationProbe']=getGeolocationProbe,_0x33ab5f['battery']=getBatterySignal,_0x33ab5f['filesystemUrlProbe']=getFilesystemUrlProbe,_0x33ab5f['storagePersisted']=getStoragePersisted,_0x33ab5f['incognitoDetection']=getIncognitoDetection,_0x33ab5f['headless']=getHeadlessSignals,_0x33ab5f['restrictedEnvironment']=getRestrictedEnvironment,_0x33ab5f['uaClientHints']=getUAClientHints,_0x33ab5f['detectBrave']=getDetectBrave,_0x33ab5f['detectSamsungInternet']=getDetectSamsungInternet,_0x33ab5f['torBrowserProbe']=getTorBrowserProbe,_0x33ab5f['wasmFeaturesWorker']=getWasmFeaturesWorker,_0x33ab5f['scrollBehavior']=getScrollBehavior,_0x33ab5f['interactionTiming']=getInteractionTiming;const stage2Sources=_0x33ab5f,_0x184942={};_0x184942['osCpu']=getOsCpu,_0x184942['languages']=getLanguages,_0x184942['navigatorLanguages']=getNavigatorLanguages,_0x184942['colorDepth']=getColorDepth,_0x184942['deviceMemory']=getDeviceMemory,_0x184942['screenResolution']=getScreenResolution,_0x184942['hardwareConcurrency']=getHardwareConcurrency,_0x184942['timezone']=getTimezone,_0x184942['platform']=getPlatform,_0x184942['plugins']=getPlugins,_0x184942['pluginsCount']=getPluginsCount,_0x184942['pluginsArray']=getPluginsArray,_0x184942['touchSupport']=getTouchSupport,_0x184942['vendor']=getVendor,_0x184942['vendorFlavors']=getVendorFlavors,_0x184942['userAgent']=getUserAgent,_0x184942['appVersion']=getAppVersion,_0x184942['userAgentData']=getUserAgentData,_0x184942['productSub']=getProductSub,_0x184942['windowDimensions']=getWindowDimensions,_0x184942['devicePixelRatio']=getDevicePixelRatio,_0x184942['sessionStorage']=getSessionStorage,_0x184942['localStorage']=getLocalStorage,_0x184942['indexedDB']=getIndexedDB,_0x184942['cookiesEnabled']=areCookiesEnabled,_0x184942['webSqlDatabase']=getWebSqlDatabase,_0x184942['colorGamut']=getColorGamut,_0x184942['colorScheme']=getColorScheme,_0x184942['invertedColors']=areColorsInverted,_0x184942['forcedColors']=areColorsForced,_0x184942['contrast']=getContrastPreference,_0x184942['reducedMotion']=isMotionReduced,_0x184942['reducedTransparency']=getReducedTransparency,_0x184942['hdr']=isHDR,_0x184942['mediaQueries']=getMediaQueries,_0x184942['cssSupports']=getCssSupports,_0x184942['cssSupportExtended']=getCssSupportExtended,_0x184942['cssRegisterProperty']=getCssRegisterProperty,_0x184942['cssCalcResolved']=getCssCalcResolved,_0x184942['cssTrigPrecision']=getCssTrigPrecision,_0x184942['math']=getMathSignal,_0x184942['endianness']=getEndianness,_0x184942['performanceNowMicroseconds']=getPerformanceNowMicroseconds,_0x184942['performanceResolution']=getPerformanceResolution,_0x184942['performanceMemory']=getPerformanceMemory,_0x184942['timerReliability']=getTimerReliability,_0x184942['epochTimestamp']=getEpochTimestamp,_0x184942['measuredTimezone']=getMeasuredTimezone,_0x184942['tzTampered']=getTzTampered,_0x184942['connectionInfo']=getConnectionInfo,_0x184942['connectionExtended']=getConnectionExtended,_0x184942['connectionSaveData']=getConnectionSaveData,_0x184942['networkRtt']=getNetworkRTT,_0x184942['navigatorOnline']=getNavigatorOnline,_0x184942['secureContext']=getSecureContext,_0x184942['serviceWorkerPresence']=getServiceWorkerPresence,_0x184942['sharedArrayBuffer']=getSharedArrayBuffer,_0x184942['notificationPresence']=getNotificationPresence,_0x184942['documentFocus']=getDocumentFocus,_0x184942['documentAttributes']=getDocumentAttributes,_0x184942['pageUrl']=getPageUrl,_0x184942['urlSegmentsHash']=getUrlSegmentsHash,_0x184942['ancestorOrigins']=getAncestorOrigins,_0x184942['doNotTrack']=getDoNotTrack,_0x184942['pdfViewerEnabled']=isPdfViewerEnabled,_0x184942['privateClickMeasurement']=getPrivateClickMeasurement,_0x184942['installedRelatedApps']=getInstalledRelatedApps,_0x184942['standalonePwa']=getStandalonePwa,_0x184942['applePay']=getApplePayState,_0x184942['audioBaseLatency']=getAudioContextBaseLatency,_0x184942['audioContextInfo']=getAudioContextInfo,_0x184942['mediaSession']=getMediaSession,_0x184942['mimeTypes']=getMimeTypes,_0x184942['mimeTypesCount']=getMimeTypesCount,_0x184942['pluginPropsEnum']=getPluginPropsEnum,_0x184942['supportedConstraints']=getSupportedConstraints,_0x184942['bomEnumeration']=getBomEnumeration,_0x184942['urlProtocolParser']=getUrlProtocolParser,_0x184942['architecture']=getArchitecture,_0x184942['wasmFeatures']=getWasmFeatures,_0x184942['featureVersion']=getFeatureVersion,_0x184942['lockdownFeatures']=getLockdownFeatures,_0x184942['intlCurrency']=getIntlCurrency,_0x184942['intlMetadata']=getIntlMetadata,_0x184942['intlSegmenter']=getIntlSegmenter,_0x184942['localeCurrency']=getLocaleCurrency,_0x184942['dateTimeLocale']=getDateTimeLocale,_0x184942['detectTrident']=getDetectTrident,_0x184942['detectEdgeHTML']=getDetectEdgeHTML,_0x184942['detectChromium']=getDetectChromium,_0x184942['detectChromium86']=getDetectChromium86,_0x184942['detectChromium122']=getDetectChromium122,_0x184942['detectGecko']=getDetectGecko,_0x184942['detectGecko120']=getDetectGecko120,_0x184942['detectGecko143']=getDetectGecko143,_0x184942['detectWebKit']=getDetectWebKit,_0x184942['detectWebKit606']=getDetectWebKit606,_0x184942['detectWebKit616']=getDetectWebKit616,_0x184942['detectSafari']=getDetectSafari,_0x184942['detectMobile']=getDetectMobile,_0x184942['navigatorMethods']=getNavigatorMethods,_0x184942['safariLocalStorageCallable']=getSafariLocalStorageCallable,_0x184942['webdriver']=getWebdriver,_0x184942['webdriverWritable']=getWebdriverWritable,_0x184942['windowProcess']=getWindowProcess,_0x184942['windowClose']=getWindowClose,_0x184942['windowPropertyNames']=getWindowPropertyNames,_0x184942['navigatorProtoFunctionNames']=getNavigatorProtoFunctionNames,_0x184942['nativeGetterSource']=getNativeGetterSource,_0x184942['navigatorDescriptors']=getNavigatorDescriptors,_0x184942['bindToString']=getBindToString,_0x184942['evalLength']=getEvalLength,_0x184942['errorStack']=getErrorStackFormat,_0x184942['createElementDescriptor']=getCreateElementDescriptor,_0x184942['getterProxyDetection']=getGetterProxyDetection,_0x184942['getterToString']=getGetterToString,_0x184942['externalObjectString']=getExternalObjectString,_0x184942['objectInspectGlobal']=getObjectInspectGlobal,_0x184942['objectFunctionTypeof']=getObjectFunctionTypeof,_0x184942['prototypeChain']=getPrototypeChain,_0x184942['pluginOverflow']=getPluginOverflow,_0x184942['languagesProtoChain']=getLanguagesProtoChain,_0x184942['elementMatchesPolyfill']=getElementMatchesPolyfill,_0x184942['nodeTypeSanity']=getNodeTypeSanity,_0x184942['proxyDetection']=getProxyDetection,_0x184942['protoChainProxyTrap']=getProtoChainProxyTrap,_0x184942['tamperAggregate']=getTamperAggregate,_0x184942['screenVerify']=getScreenVerify,_0x184942['canvasModified']=getCanvasModified,_0x184942['gpuGibberish']=getGpuGibberish,_0x184942['extensionDetection']=getExtensionDetection,_0x184942['platformApiScoring']=getPlatformApiScoring,_0x184942['stackBytes']=getStackBytes,_0x184942['mathRandomDeterminism']=getMathRandomDeterminism,_0x184942['urlIsTrusted']=getUrlIsTrusted,_0x184942['eventIsTrusted']=getEventIsTrusted,_0x184942['automationDescriptor']=getAutomationDescriptor,_0x184942['cdpDetection']=getCdpDetection,_0x184942['chromeRuntime']=getChromeRuntime,_0x184942['playwrightMarkers']=getPlaywrightMarkers,_0x184942['stealthMarkers']=getStealthMarkers,_0x184942['sourceUrlLeak']=getSourceUrlLeak,_0x184942['devtoolsDetection']=getDevtoolsDetection,_0x184942['devtoolsWindowSize']=getDevtoolsWindowSize,_0x184942['webGlBasics']=getWebGlBasics,_0x184942['webGlCanvas']=getWebGlCanvas,_0x184942['webGlSphere']=getWebGlSphere,_0x184942['webGpuContention']=getWebGpuContention,_0x184942['webCodecsHardware']=getWebCodecsHardware;const stage3Sources=_0x184942;let lastPipelineTrace=null;function timedSource(_0x9f7392,_0x5753fa,_0x7b7345){return _0x2d3774=>{const _0xbc2faa=performance['now'](),_0x5881e2=()=>{_0x7b7345[_0x9f7392]=performance['now']()-_0xbc2faa;},_0x1ffbe2=_0x3f0b65=>{return()=>{const _0x21814a=_0x3f0b65();if(isPromise(_0x21814a))return _0x21814a['then'](_0x4c7d86=>{return _0x5881e2(),_0x4c7d86;});return _0x5881e2(),_0x21814a;};},_0x432436=_0x5753fa(_0x2d3774);if(isPromise(_0x432436))return _0x432436['then'](_0x383c4c=>{if(typeof _0x383c4c==='function')return _0x1ffbe2(_0x383c4c);return _0x5881e2(),_0x383c4c;});if(typeof _0x432436==='function')return _0x1ffbe2(_0x432436);return _0x5881e2(),_0x432436;};}function instrumentSources(_0x42f3a2,_0x2f1f6f){const _0x130f58={};for(const _0x4a7018 of Object['keys'](_0x42f3a2)){_0x130f58[_0x4a7018]=timedSource(_0x4a7018,_0x42f3a2[_0x4a7018],_0x2f1f6f);}return _0x130f58;}function getPipelineTrace(){return lastPipelineTrace;}function loadBuiltinSources(_0xfa72e1){const _0x4584fa={'initTime':performance['now'](),'wave1LoadStart':null,'idleResolvedAt':null,'wave2LoadStart':null,'getStart':null,'wave1Done':null,'wave2Done':null,'allDone':null,'stage1Keys':Object['keys'](stage1Sources),'stage2Keys':Object['keys'](stage2Sources),'stage3Keys':Object['keys'](stage3Sources),'collectorTimings':{}};lastPipelineTrace=_0x4584fa;const _0x4dc52d={...stage1Sources,...stage2Sources},_0x13832c=instrumentSources(_0x4dc52d,_0x4584fa['collectorTimings']),_0x150649=Object['keys'](_0x13832c)['length']>0x0,_0xb0f1f1=_0x150649?((()=>{return _0x4584fa['wave1LoadStart']=performance['now'](),loadSources(_0x13832c,_0xfa72e1,[]);})()):null,_0x1dc8fa=instrumentSources(stage3Sources,_0x4584fa['collectorTimings']),_0x31e8c1=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x4584fa['idleResolvedAt']=performance['now'](),_0x4584fa['wave2LoadStart']=performance['now'](),loadSources(_0x1dc8fa,_0xfa72e1,[]);});return _0x31e8c1['then'](undefined,()=>undefined),async function _0x1333d6(){_0x4584fa['getStart']=performance['now']();if(_0xb0f1f1){const [_0x481c44,_0x180648]=await Promise['all']([_0xb0f1f1()['then'](_0x5d16a1=>{return _0x4584fa['wave1Done']=performance['now'](),_0x5d16a1;}),_0x31e8c1['then'](_0x28c37a=>_0x28c37a())['then'](_0x1a82df=>{return _0x4584fa['wave2Done']=performance['now'](),_0x1a82df;})]);_0x4584fa['allDone']=performance['now']();const _0x13b3f9={..._0x180648,..._0x481c44};return _0x13b3f9;}const _0x55fc05=await _0x31e8c1,_0x147a3a=await _0x55fc05();return _0x4584fa['wave2Done']=performance['now'](),_0x4584fa['allDone']=performance['now'](),_0x147a3a;};}const SANDBOX_MESSAGE_PATTERNS=[/sandboxed.*allow-same-origin/i,/operation is insecure/i,/forbidden in a sandboxed/i];function isSandboxedIframe(){if(typeof document==='undefined')return![];try{return void document['cookie'],![];}catch(_0x20201a){if(!(_0x20201a instanceof DOMException))return![];const _0x6e7e9b=_0x20201a['message'];for(const _0x27fbbe of SANDBOX_MESSAGE_PATTERNS){if(_0x27fbbe['test'](_0x6e7e9b))return!![];}return _0x20201a['name']==='SecurityError';}}const version='2.0.0';function componentsToDebugString(_0x211587){return JSON['stringify'](_0x211587,(_0x2fe786,_0x107803)=>{if(_0x107803 instanceof Error)return errorToObject(_0x107803);return _0x107803;},0x2);}function makeEngine(_0x131bf4,_0xc8f97c){const _0x493f36=Date['now']();return{async 'get'(_0x4ee533){const _0x1d7845=Date['now'](),_0x445f8d=await _0x131bf4();(_0xc8f97c===!![]||_0x4ee533?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x1d7845-_0x493f36)+'\x0acomponents:\x20'+componentsToDebugString(_0x445f8d)+'\x0a```');const _0x16773f={};return _0x16773f['components']=_0x445f8d,_0x16773f['version']=version,_0x16773f;}};}function load(_0x253723={}){if(isSandboxedIframe())throw new SentinelError('Running\x20inside\x20sandboxed\x20iframes\x20(without\x20allow-same-origin)\x20is\x20not\x20supported','sandboxed_iframe');const {debug:_0xd4229b,proxyDetection:proxyDetection='high',apiKey:_0x298491,endpoint:_0x5f5d7d,linkedId:_0x44643b,tag:_0x41882e}=_0x253723;setProxyDetectionMode(proxyDetection);const _0x201b5d={};_0x201b5d['cache']={},_0x201b5d['debug']=_0xd4229b;const _0xeb445e=loadBuiltinSources(_0x201b5d),_0x50de10=makeEngine(_0xeb445e,_0xd4229b);if(_0x298491!==undefined&&_0x5f5d7d!==undefined){const _0x216c0d={};_0x216c0d['apiKey']=_0x298491,_0x216c0d['endpoint']=_0x5f5d7d;const _0x3fbc12={};_0x3fbc12['linkedId']=_0x44643b,_0x3fbc12['tag']=_0x41882e,_0x50de10['result']=capture(_0x50de10,_0x216c0d,_0x3fbc12)['catch'](_0x2a3b05=>{_0xd4229b===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x2a3b05);throw _0x2a3b05;}),_0x50de10['result']['catch'](()=>undefined);}return _0x50de10;}function createPageHideAbortController(){const _0x4ab7bb=new AbortController();if(typeof window==='undefined'){const _0x3af376={};return _0x3af376['signal']=_0x4ab7bb['signal'],_0x3af376['dispose']=()=>undefined,_0x3af376;}const _0x30e8f4=()=>{if(!_0x4ab7bb['signal']['aborted'])_0x4ab7bb['abort']();},_0xcf0dea={};_0xcf0dea['once']=!![],window['addEventListener']('pagehide',_0x30e8f4,_0xcf0dea);const _0x37d73f={};_0x37d73f['once']=!![],window['addEventListener']('beforeunload',_0x30e8f4,_0x37d73f);let _0x52bc17=![];const _0x2f92e6=()=>{if(_0x52bc17)return;_0x52bc17=!![],window['removeEventListener']('pagehide',_0x30e8f4),window['removeEventListener']('beforeunload',_0x30e8f4);},_0x362014={};return _0x362014['signal']=_0x4ab7bb['signal'],_0x362014['dispose']=_0x2f92e6,_0x362014;}const WITHOUT_DEFAULT_TAG='@danetix/sentinel/without-default/v1';function withoutDefault(_0x50a433){const _0x2d3cf2={};return _0x2d3cf2['__type__']=WITHOUT_DEFAULT_TAG,_0x2d3cf2['value']=_0x50a433,_0x2d3cf2;}function isWithoutDefault(_0x22a8b5){if(_0x22a8b5===null||typeof _0x22a8b5!=='object')return![];const _0x1d73b6=_0x22a8b5;return _0x1d73b6['__type__']===WITHOUT_DEFAULT_TAG&&'value'in _0x1d73b6;}function unwrapWithoutDefault(_0x6ddfe1){return isWithoutDefault(_0x6ddfe1)?_0x6ddfe1['value']:_0x6ddfe1;}async function handleAgentData(_0x19c87b,_0x1538a6){let _0x4661b1;try{_0x4661b1=_0x1538a6?.['raw']===!![]?_0x19c87b:await decodePayload(_0x19c87b);}catch(_0x31d6e5){throw new SentinelError('handleAgentData:\x20decode\x20failed\x20('+(_0x31d6e5 instanceof Error?_0x31d6e5['message']:String(_0x31d6e5))+')','bad_response_format');}let _0x541dc3;try{_0x541dc3=JSON['parse'](_0x4661b1);}catch(_0x1f9517){throw new SentinelError('handleAgentData:\x20not\x20valid\x20JSON\x20('+(_0x1f9517 instanceof Error?_0x1f9517['message']:String(_0x1f9517))+')','bad_response_format');}if(_0x541dc3===null||typeof _0x541dc3!=='object'||typeof _0x541dc3['requestId']!=='string'||typeof _0x541dc3['token']!=='string')throw new SentinelError('handleAgentData:\x20response\x20missing\x20required\x20fields\x20(requestId,\x20token)','bad_response_format');if(_0x541dc3['token']['length']===0x0||_0x541dc3['token']['length']>0x1000||/[\x00-\x1f\x7f]/['test'](_0x541dc3['token']))throw new SentinelError('handleAgentData:\x20token\x20failed\x20format\x20validation','bad_response_format');return saveDeviceToken(_0x541dc3['token']),Array['isArray'](_0x541dc3['notifications'])&&dispatchNotifications(_0x541dc3['notifications']),_0x541dc3;}function dispatchNotifications(_0xbbc29d){for(const _0x3aec4f of _0xbbc29d){if(_0x3aec4f===null||typeof _0x3aec4f!=='object')continue;const _0x14e44c=String(_0x3aec4f['message']);if(_0x3aec4f['level']==='error')console['error'](_0x14e44c);else{if(_0x3aec4f['level']==='warning')console['warn'](_0x14e44c);else console['log'](_0x14e44c);}}}const STORAGE_SUFFIX='lr',RING_SIZE=0x2;function createReplayChannel(_0x1f6bcd={}){const _0x494b28=_0x1f6bcd['prefix']??'_dx',_0x297bf8=Math['max'](0x1,_0x1f6bcd['ringSize']??RING_SIZE),_0x3b243d=''+_0x494b28+STORAGE_SUFFIX;function _0x415bce(){if(typeof localStorage==='undefined')return[];try{const _0x1e7bc4=localStorage['getItem'](_0x3b243d);if(_0x1e7bc4===null)return[];const _0x408131=JSON['parse'](_0x1e7bc4);if(!Array['isArray'](_0x408131))return[];return _0x408131['filter'](_0x171b62=>typeof _0x171b62==='string');}catch{return[];}}function _0x1590ab(_0x133140){if(typeof localStorage==='undefined')return;try{localStorage['setItem'](_0x3b243d,JSON['stringify'](_0x133140));}catch{}}return{'list'(){return _0x415bce();},'record'(_0x44ea97){if(typeof _0x44ea97!=='string'||_0x44ea97['length']===0x0)return;const _0x4efd92=_0x415bce(),_0x2060c1=_0x4efd92['filter'](_0x27b197=>_0x27b197!==_0x44ea97);_0x2060c1['push'](_0x44ea97);while(_0x2060c1['length']>_0x297bf8)_0x2060c1['shift']();_0x1590ab(_0x2060c1);},'acknowledge'(_0x251466){if(_0x251466['length']===0x0)return;const _0x1c232f=_0x415bce(),_0x420e2d=new Set(_0x251466),_0x23e9c3=_0x1c232f['filter'](_0x3a91ce=>!_0x420e2d['has'](_0x3a91ce));if(_0x23e9c3['length']===_0x1c232f['length'])return;_0x1590ab(_0x23e9c3);},'clear'(){if(typeof localStorage==='undefined')return;try{localStorage['removeItem'](_0x3b243d);}catch{}}};}function resolveRandomizeStrategy(_0x50fe91){if(_0x50fe91===undefined)return'replace';if(_0x50fe91===![]||_0x50fe91==='off')return'off';if(_0x50fe91===!![]||_0x50fe91==='replace')return'replace';return'append';}function start(_0x2c5a4f){const {apiKey:_0x3b101f,endpoint:_0x251cfd,cache:_0x40ffc1,randomizeEndpointPath:_0x47eb7e,integrationInfo:_0x19743c,urlPrivacy:_0x211eca,..._0x2a5c8d}=_0x2c5a4f,_0x5a72da=load(_0x2a5c8d),_0x4a8838={'apiKey':_0x3b101f,'endpoint':_0x251cfd,'randomizeStrategy':resolveRandomizeStrategy(_0x47eb7e),'integrationInfo':_0x19743c,'urlPrivacy':_0x211eca},_0x3e1247=_0x40ffc1?createCache(_0x40ffc1):null;return{'get'(_0x5804a5){const {ignoreCache:_0x4eaa06,..._0x55ab7c}=_0x5804a5??{},_0x26218a={};_0x26218a['tag']=_0x55ab7c['tag'],_0x26218a['linkedId']=_0x55ab7c['linkedId'];const _0x4b4785=_0x26218a;if(_0x4eaa06!==!![]&&_0x3e1247!==null){const _0x121505=_0x3e1247['get'](_0x4b4785);if(_0x121505!==null)return Promise['resolve'](_0x121505);}return capture(_0x5a72da,_0x4a8838,_0x55ab7c)['then'](_0x2f8573=>{if(_0x3e1247!==null)_0x3e1247['set'](_0x2f8573,_0x4b4785);return _0x2f8573;});},'clearCache'(){if(_0x3e1247!==null)_0x3e1247['clear']();}};}const _0x4b3da1={};_0x4b3da1['start']=start;var index=_0x4b3da1;exports['CspBlockError']=CspBlockError,exports['FetchTimeoutError']=FetchTimeoutError,exports['SentinelError']=SentinelError,exports['buildEndpointSuffix']=buildEndpointSuffix,exports['createPageHideAbortController']=createPageHideAbortController,exports['createReplayChannel']=createReplayChannel,exports['default']=index,exports['detectFrameworks']=detectFrameworks,exports['getPageVisitId']=getPageVisitId,exports['getPipelineTrace']=getPipelineTrace,exports['handleAgentData']=handleAgentData,exports['isSentinelError']=isSentinelError,exports['isWithoutDefault']=isWithoutDefault,exports['listRegisteredIntegrations']=listRegisteredIntegrations,exports['load']=load,exports['randomizeEndpoint']=randomizeEndpoint,exports['registerIntegration']=registerIntegration,exports['start']=start,exports['unwrapWithoutDefault']=unwrapWithoutDefault,exports['withoutDefault']=withoutDefault;
|
|
1
|
+
'use strict';const _0x1b28dc={};_0x1b28dc['value']=!![],Object['defineProperty'](exports,'__esModule',_0x1b28dc);const STORAGE_KEY_DEFAULT='_dxc';function composeKey(_0x17d76a,_0x4c75f7){const _0x486ac4=JSON['stringify'](_0x4c75f7['tag']??null),_0x248aa6=JSON['stringify'](_0x4c75f7['linkedId']??null);return _0x17d76a+'__'+_0x486ac4+'__'+_0x248aa6;}function createMemoryCache(_0x30e672,_0xe4bd8c){const _0x1a6b75=new Map();return{'get'(_0xc1eaf7={}){const _0x202db4=composeKey(_0xe4bd8c,_0xc1eaf7),_0x1fa9c7=_0x1a6b75['get'](_0x202db4);if(_0x1fa9c7===undefined)return null;if(Date['now']()-_0x1fa9c7['ts']>_0x30e672*0x3e8)return _0x1a6b75['delete'](_0x202db4),null;return _0x1fa9c7['result'];},'set'(_0x54743e,_0x586b33={}){_0x1a6b75['set'](composeKey(_0xe4bd8c,_0x586b33),{'result':_0x54743e,'ts':Date['now']()});},'clear'(){_0x1a6b75['clear']();}};}function createStorageCache(_0x23db4f,_0x1067e2,_0x3e7241){return{'get'(_0x1c24af={}){const _0x5c17dc=composeKey(_0x3e7241,_0x1c24af);try{const _0x27f59a=_0x1067e2['getItem'](_0x5c17dc);if(_0x27f59a===null)return null;const _0x51c9f9=JSON['parse'](_0x27f59a);if(_0x51c9f9===null||typeof _0x51c9f9!=='object'||typeof _0x51c9f9['ts']!=='number')return _0x1067e2['removeItem'](_0x5c17dc),null;if(Date['now']()-_0x51c9f9['ts']>_0x23db4f*0x3e8)return _0x1067e2['removeItem'](_0x5c17dc),null;return _0x51c9f9['result'];}catch{return null;}},'set'(_0x30a783,_0x509ad2={}){try{_0x1067e2['setItem'](composeKey(_0x3e7241,_0x509ad2),JSON['stringify']({'result':_0x30a783,'ts':Date['now']()}));}catch{}},'clear'(){try{const _0x230932=[];for(let _0x5aa9a8=0x0;_0x5aa9a8<_0x1067e2['length'];_0x5aa9a8++){const _0x3c4401=_0x1067e2['key'](_0x5aa9a8);_0x3c4401?.['startsWith'](_0x3e7241+'__')===!![]&&_0x230932['push'](_0x3c4401);}for(const _0x34438e of _0x230932)_0x1067e2['removeItem'](_0x34438e);}catch{}}};}function createCache(_0x305625){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x305625;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl,prefix);try{const _0x537db3=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x537db3,prefix);}catch{return createMemoryCache(ttl,prefix);}}const REGISTRY_KEY='__danetix_integrations';function getRegistry(){if(typeof window==='undefined')return[];const _0x28cfe5=window;return!Array['isArray'](_0x28cfe5[REGISTRY_KEY])&&(_0x28cfe5[REGISTRY_KEY]=[]),_0x28cfe5[REGISTRY_KEY];}function registerIntegration(_0x2c0391){if(typeof _0x2c0391['name']!=='string'||_0x2c0391['name']['length']===0x0)return;if(typeof _0x2c0391['version']!=='string')return;const _0x1cc732=getRegistry();for(const _0x5a1ad2 of _0x1cc732){if(_0x5a1ad2['name']===_0x2c0391['name']&&_0x5a1ad2['version']===_0x2c0391['version'])return;}const _0x5e76d4={};_0x5e76d4['name']=_0x2c0391['name'],_0x5e76d4['version']=_0x2c0391['version'],_0x1cc732['push'](_0x5e76d4);}function listRegisteredIntegrations(){return getRegistry()['map'](_0x389632=>({'name':_0x389632['name'],'version':_0x389632['version']}));}function detectFrameworks(){if(typeof window==='undefined')return[];const _0x2e371e=[],_0x230f09=window;if(_0x230f09['__NEXT_DATA__']!==undefined&&_0x230f09['__NEXT_DATA__']!==null){const _0x3b4118=_0x230f09['next'];let _0x1a0afc='unknown';if(_0x3b4118!==null&&typeof _0x3b4118==='object'){const _0x31a4fe=_0x3b4118['version'];if(typeof _0x31a4fe==='string')_0x1a0afc=_0x31a4fe;}const _0xc0e16={};_0xc0e16['name']='next',_0xc0e16['version']=_0x1a0afc,_0x2e371e['push'](_0xc0e16);}if(_0x230f09['__NUXT__']!==undefined&&_0x230f09['__NUXT__']!==null){const _0x560b4f={};_0x560b4f['name']='nuxt',_0x560b4f['version']='unknown',_0x2e371e['push'](_0x560b4f);}if(_0x230f09['astro']!==undefined||typeof _0x230f09['__ASTRO_GLOB_TIME__']!=='undefined'){const _0x11dc5b={};_0x11dc5b['name']='astro',_0x11dc5b['version']='unknown',_0x2e371e['push'](_0x11dc5b);}const _0x1c1f9c=_0x230f09['React'];let _0x37b6d1=null;if(_0x1c1f9c!==null&&typeof _0x1c1f9c==='object'){const _0x3abec5=_0x1c1f9c['version'];if(typeof _0x3abec5==='string')_0x37b6d1=_0x3abec5;}if(_0x37b6d1!==null||_0x230f09['__REACT_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x2e371e['some'](_0x3b79fa=>_0x3b79fa['name']==='next'||_0x3b79fa['name']==='react')){const _0x40da7a={};_0x40da7a['name']='react',_0x40da7a['version']=_0x37b6d1??'unknown',_0x2e371e['push'](_0x40da7a);}}let _0x4404f0=null;const _0x28d337=_0x230f09['Vue'];if(_0x28d337!==null&&typeof _0x28d337==='object'){const _0x16e8fc=_0x28d337['version'];if(typeof _0x16e8fc==='string')_0x4404f0=_0x16e8fc;}if(_0x4404f0!==null||_0x230f09['__VUE__']!==undefined||_0x230f09['__VUE_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x2e371e['some'](_0x4a53b4=>_0x4a53b4['name']==='nuxt'||_0x4a53b4['name']==='vue')){const _0x442aa7={};_0x442aa7['name']='vue',_0x442aa7['version']=_0x4404f0??'unknown',_0x2e371e['push'](_0x442aa7);}}if(_0x230f09['ng']!==undefined||_0x230f09['getAllAngularRootElements']!==undefined){const _0x1cfec9={};_0x1cfec9['name']='angular',_0x1cfec9['version']='unknown',_0x2e371e['push'](_0x1cfec9);}if(_0x230f09['__svelte']!==undefined||_0x230f09['__SVELTEKIT_PAYLOAD__']!==undefined){const _0x556156={};_0x556156['name']='svelte',_0x556156['version']='unknown',_0x2e371e['push'](_0x556156);}if(_0x230f09['__PREACT_DEVTOOLS__']!==undefined){const _0x32f7c9={};_0x32f7c9['name']='preact',_0x32f7c9['version']='unknown',_0x2e371e['push'](_0x32f7c9);}return _0x2e371e;}function collectIntegrations(_0x2ca454){const _0x2288d5=new Set(),_0x1cd0bf=[],_0x38493b=_0x214020=>{if(typeof _0x214020['name']!=='string'||_0x214020['name']['length']===0x0)return;if(typeof _0x214020['version']!=='string')return;if(_0x2288d5['has'](_0x214020['name']))return;_0x2288d5['add'](_0x214020['name']);const _0x2b5ad5={};_0x2b5ad5['name']=_0x214020['name'],_0x2b5ad5['version']=_0x214020['version'],_0x1cd0bf['push'](_0x2b5ad5);};if(_0x2ca454!==undefined){for(const _0x4c7db1 of _0x2ca454)_0x38493b(_0x4c7db1);}for(const _0x572c4a of getRegistry())_0x38493b(_0x572c4a);for(const _0x5a94a7 of detectFrameworks())_0x38493b(_0x5a94a7);return _0x1cd0bf;}const PVID_KEY='__dx_pvid',PVID_LENGTH=0xa,PVID_ALPHABET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';function generatePageVisitId(){let _0x5a986b='';if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function'){const _0x224d0b=new Uint8Array(PVID_LENGTH);crypto['getRandomValues'](_0x224d0b);for(let _0x14141e=0x0;_0x14141e<PVID_LENGTH;_0x14141e+=0x1){_0x5a986b+=PVID_ALPHABET[_0x224d0b[_0x14141e]%PVID_ALPHABET['length']];}return _0x5a986b;}for(let _0x24d325=0x0;_0x24d325<PVID_LENGTH;_0x24d325+=0x1){_0x5a986b+=PVID_ALPHABET[Math['floor'](Math['random']()*PVID_ALPHABET['length'])];}return _0x5a986b;}function getPageVisitId(){if(typeof window==='undefined')return generatePageVisitId();const _0x37018b=window,_0xa6a7f8=_0x37018b[PVID_KEY];if(typeof _0xa6a7f8==='string'&&_0xa6a7f8['length']>0x0)return _0xa6a7f8;const _0x19fb14=generatePageVisitId();return _0x37018b[PVID_KEY]=_0x19fb14,_0x19fb14;}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x5e795d=Date['now']();if(cachedSessionId!==null&&_0x5e795d-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x5e795d,persistSession(cachedSessionId,_0x5e795d),cachedSessionId;const _0x419f01=sessionStorage['getItem'](SESSION_KEY);if(_0x419f01!==null)try{const _0x33a2e0=JSON['parse'](_0x419f01);if(_0x5e795d-_0x33a2e0['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x33a2e0['id'],lastActivity=_0x5e795d,persistSession(_0x33a2e0['id'],_0x5e795d),_0x33a2e0['id'];}catch{}const _0x52c3e9=generateSessionId();return cachedSessionId=_0x52c3e9,lastActivity=_0x5e795d,persistSession(_0x52c3e9,_0x5e795d),_0x52c3e9;}function persistSession(_0x57d12b,_0x1cfa94){try{const _0x833662={};_0x833662['id']=_0x57d12b,_0x833662['ts']=_0x1cfa94,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x833662));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0x18c01a=>{const _0x4de093=Math['random']()*0x10|0x0,_0x2b0c07=_0x18c01a==='x'?_0x4de093:_0x4de093&0x3|0x8;return _0x2b0c07['toString'](0x10);});}const KEY_CLIENT_COOKIE='_dx',KEY_LOCAL_STORAGE='_dxl',KEY_IDB_STORE='_dx',KEY_IDB_KEY='d',IDB_DB_NAME='_dx',IDB_VERSION=0x1,COOKIE_MAX_AGE_SECONDS=0x16d*0x18*0x3c*0x3c;function*walkDomains(_0x367921){if(_0x367921['length']===0x0)return;if(/^[\d.]+$/['test'](_0x367921)||_0x367921['includes'](':'))return;if(!_0x367921['includes']('.'))return;const _0xfbb6a3=_0x367921['split']('.');for(let _0xda12f0=_0xfbb6a3['length']-0x2;_0xda12f0>=0x0;_0xda12f0--){const _0x41885e=_0xfbb6a3['slice'](_0xda12f0)['join']('.');if(_0x41885e===_0x367921)continue;yield _0x41885e;}}function buildCookieAttributes(_0x2185e4,_0xf282a7){const _0x9e5253=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'',_0xfb6822=_0x2185e4!==null?';\x20domain='+_0x2185e4:'';return';\x20path=/'+_0xfb6822+';\x20'+_0xf282a7+';\x20samesite=lax'+_0x9e5253;}function getCookie(){try{const _0x4544cf=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x4544cf?decodeURIComponent(_0x4544cf[0x1]):null;}catch{return null;}}function writeCookieAtDomain(_0x478db6,_0x308f28){try{const _0x33ad13='max-age='+COOKIE_MAX_AGE_SECONDS;document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x478db6)+buildCookieAttributes(_0x308f28,_0x33ad13);}catch{}}function setCookie(_0x547257){if(typeof document==='undefined'||typeof location==='undefined')return;for(const _0x702602 of walkDomains(location['hostname'])){writeCookieAtDomain(_0x547257,_0x702602);if(getCookie()===_0x547257)return;}writeCookieAtDomain(_0x547257,null);}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x5b898f){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x5b898f);}catch{}}function openIdb(){return new Promise(_0xc3c5c9=>{try{const _0x5e4fb3=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x5e4fb3['onupgradeneeded']=()=>{const _0x29fcda=_0x5e4fb3['result'];!_0x29fcda['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x29fcda['createObjectStore'](KEY_IDB_STORE);},_0x5e4fb3['onsuccess']=()=>{const _0x5003ff=_0x5e4fb3['result'];_0x5003ff['onversionchange']=()=>_0x5003ff['close'](),_0xc3c5c9(_0x5003ff);},_0x5e4fb3['onerror']=()=>_0xc3c5c9(null),_0x5e4fb3['onblocked']=()=>_0xc3c5c9(null);}catch{_0xc3c5c9(null);}});}function getIndexedDb(){return new Promise(_0x3c87af=>{openIdb()['then'](_0x3be619=>{if(_0x3be619===null){_0x3c87af(null);return;}let _0x5a2970=![];const _0x57a21f=_0x58f881=>{if(_0x5a2970)return;_0x5a2970=!![],_0x3be619['close'](),_0x3c87af(_0x58f881);};try{const _0x22b28d=_0x3be619['transaction'](KEY_IDB_STORE,'readonly'),_0xbef75b=_0x22b28d['objectStore'](KEY_IDB_STORE),_0x4c55c5=_0xbef75b['get'](KEY_IDB_KEY);_0x4c55c5['onsuccess']=()=>_0x57a21f(typeof _0x4c55c5['result']==='string'?_0x4c55c5['result']:null),_0x4c55c5['onerror']=()=>_0x57a21f(null),_0x22b28d['onabort']=()=>_0x57a21f(null);}catch{_0x57a21f(null);}})['catch'](()=>_0x3c87af(null));});}function setIndexedDb(_0x10cc41){openIdb()['then'](_0x144343=>{if(_0x144343===null)return;try{const _0x2df901=_0x144343['transaction'](KEY_IDB_STORE,'readwrite'),_0x4b2fc7=_0x2df901['objectStore'](KEY_IDB_STORE);_0x4b2fc7['put'](_0x10cc41,KEY_IDB_KEY),_0x2df901['oncomplete']=()=>_0x144343['close'](),_0x2df901['onerror']=()=>_0x144343['close']();}catch{_0x144343['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x1a8875=getCookie();if(_0x1a8875!==null)return _0x1a8875;const _0x3dd206=getLocalStorage$1();if(_0x3dd206!==null)return _0x3dd206;return getIndexedDb();}function saveDeviceToken(_0x4fed49){setCookie(_0x4fed49),setLocalStorage(_0x4fed49),setIndexedDb(_0x4fed49);}class SentinelError extends Error{['code'];constructor(_0x2de400,_0x316526){super(_0x2de400),this['name']='SentinelError',this['code']=_0x316526,Object['setPrototypeOf'](this,new.target.prototype);}}function isSentinelError(_0x2f132f){if(_0x2f132f===null||typeof _0x2f132f!=='object')return![];const _0x171e14=_0x2f132f;return(_0x171e14['name']==='SentinelError'||_0x171e14['name']==='CspBlockError'||_0x171e14['name']==='FetchTimeoutError')&&typeof _0x171e14['code']==='string';}class CspBlockError extends SentinelError{['violation'];constructor(_0x1b9b74,_0x4883a0){super(_0x1b9b74,'csp_block'),this['name']='CspBlockError',this['violation']=_0x4883a0,Object['setPrototypeOf'](this,new.target.prototype);}}async function withCspDetection(_0x433b01,_0xc65f56){if(typeof document==='undefined')return _0xc65f56();let _0x9029d9;try{_0x9029d9=new URL(_0x433b01,typeof location!=='undefined'?location['href']:'http://localhost/');}catch{return _0xc65f56();}const _0x47214f={};_0x47214f['event']=null;const _0xda5ac0=_0x47214f,_0x197c0c=_0x9029d9['protocol']['slice'](0x0,-0x1),_0x1b35f1=_0x55555c=>{const _0x5d5fa7=_0x55555c,_0x1b93ed=_0x5d5fa7['blockedURI'];(_0x1b93ed===_0x9029d9['href']||_0x1b93ed===_0x9029d9['origin']||_0x1b93ed===_0x197c0c)&&(_0xda5ac0['event']=_0x5d5fa7);};document['addEventListener']('securitypolicyviolation',_0x1b35f1);try{return await _0xc65f56();}catch(_0x26758e){if(_0xda5ac0['event']!==null)throw new CspBlockError('Request\x20to\x20'+_0x9029d9['href']+'\x20blocked\x20by\x20Content-Security-Policy',_0xda5ac0['event']);throw _0x26758e;}finally{document['removeEventListener']('securitypolicyviolation',_0x1b35f1);}}function visibilityAwareWait(_0x1ad8ab,_0x28dff0){if(_0x28dff0?.['aborted']===!![])return Promise['resolve']();if(typeof document==='undefined')return new Promise(_0x50c2cf=>{const _0x4c451d=setTimeout(_0x50c2cf,_0x1ad8ab),_0x4b8513={};_0x4b8513['once']=!![],_0x28dff0?.['addEventListener']('abort',()=>{clearTimeout(_0x4c451d),_0x50c2cf();},_0x4b8513);});return new Promise(_0x2e5ab5=>{let _0x239221=_0x1ad8ab,_0x37435f=0x0,_0x4843bb=null,_0x40f105=![];function _0x29ef2e(){if(_0x4843bb===null)return;clearTimeout(_0x4843bb),_0x4843bb=null,_0x239221-=Date['now']()-_0x37435f;if(_0x239221<0x0)_0x239221=0x0;}function _0x360b59(){if(_0x40f105)return;_0x40f105=!![],document['removeEventListener']('visibilitychange',_0x56330d);if(_0x28dff0!==undefined)_0x28dff0['removeEventListener']('abort',_0x2d22ca);_0x4843bb!==null&&(clearTimeout(_0x4843bb),_0x4843bb=null),_0x2e5ab5();}function _0x374891(){if(_0x40f105||_0x4843bb!==null)return;if(_0x239221<=0x0){_0x360b59();return;}_0x37435f=Date['now'](),_0x4843bb=setTimeout(_0x360b59,_0x239221);}function _0x56330d(){document['hidden']?_0x29ef2e():_0x374891();}function _0x2d22ca(){_0x360b59();}document['addEventListener']('visibilitychange',_0x56330d);const _0x1ea04e={};_0x1ea04e['once']=!![];if(_0x28dff0!==undefined)_0x28dff0['addEventListener']('abort',_0x2d22ca,_0x1ea04e);!document['hidden']&&_0x374891();});}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710,DEFAULT_TIMEOUT=0x7530;class FetchTimeoutError extends SentinelError{['timeoutMs'];constructor(_0x58f128){super('fetch\x20did\x20not\x20complete\x20within\x20'+_0x58f128+'ms','client_timeout'),this['name']='FetchTimeoutError',this['timeoutMs']=_0x58f128,Object['setPrototypeOf'](this,new.target.prototype);}}async function fetchWithRetry(_0x2f4309,_0x141d62,_0x1e1d0d){const _0x3b7191=_0x1e1d0d?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x1164d2=_0x1e1d0d?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x28f764=_0x1e1d0d?.['maxDelayMs']??DEFAULT_MAX_DELAY,_0xa71f4=_0x1e1d0d?.['timeoutMs']??DEFAULT_TIMEOUT;for(let _0x4c4bf7=0x0;_0x4c4bf7<=_0x3b7191;_0x4c4bf7++){let _0x2160a0,_0x55b689,_0x40b0c5,_0x41f556;const _0x308198=_0x141d62?.['signal'];try{_0x40b0c5=new AbortController();if(_0x308198!==undefined&&_0x308198!==null){if(_0x308198['aborted'])_0x40b0c5['abort'](_0x308198['reason']);else{const _0x483c44=_0x40b0c5;_0x41f556=()=>_0x483c44['abort'](_0x308198['reason']);const _0x48c15f={};_0x48c15f['once']=!![],_0x308198['addEventListener']('abort',_0x41f556,_0x48c15f);}}_0x55b689=setTimeout(()=>{_0x2160a0=Date['now'](),_0x40b0c5?.['abort']();},_0xa71f4);const _0x147653={..._0x141d62};_0x147653['signal']=_0x40b0c5['signal'];const _0x3970fa=await fetch(_0x2f4309,_0x147653);clearTimeout(_0x55b689);_0x41f556!==undefined&&_0x308198!==undefined&&_0x308198!==null&&_0x308198['removeEventListener']('abort',_0x41f556);if(_0x3970fa['ok']||_0x3970fa['status']<0x1f4&&_0x3970fa['status']!==0x1ad)return _0x3970fa;if((_0x3970fa['status']===0x1ad||_0x3970fa['status']>=0x1f4)&&_0x4c4bf7<_0x3b7191){const _0x37cc2c=parseRetryAfter(_0x3970fa['headers']['get']('Retry-After'));await visibilityAwareWait(_0x37cc2c??computeBackoff(_0x4c4bf7,_0x1164d2,_0x28f764),_0x308198??undefined);continue;}return _0x3970fa;}catch(_0x31fbbe){clearTimeout(_0x55b689);_0x41f556!==undefined&&_0x308198!==undefined&&_0x308198!==null&&_0x308198['removeEventListener']('abort',_0x41f556);const _0x581374=_0x308198?.['aborted']===!![];if(_0x581374)throw _0x31fbbe;if(_0x4c4bf7>=_0x3b7191){if(_0x2160a0!==undefined)throw new FetchTimeoutError(_0xa71f4);throw _0x31fbbe;}await visibilityAwareWait(computeBackoff(_0x4c4bf7,_0x1164d2,_0x28f764),_0x308198??undefined);}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x55b805,_0x35bf28,_0x181f04){const _0x25157b=Math['min'](_0x181f04,_0x35bf28*0x2**_0x55b805);return _0x25157b*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x42de75){if(_0x42de75===null)return null;const _0x253989=Number(_0x42de75);if(!Number['isNaN'](_0x253989)&&_0x253989>0x0)return _0x253989*0x3e8;const _0x5d1d50=Date['parse'](_0x42de75);if(!Number['isNaN'](_0x5d1d50))return Math['max'](0x0,_0x5d1d50-Date['now']());return null;}const SENSITIVE_PARAMS=['token','key','secret','password','auth','session','jwt','api_key','apikey','credential','bearer','signature','sig','access_token','refresh_token','code','state','ssn','credit_card','card_number'];function sanitizeUrl(_0x105c4f){try{const _0x24663f=new URL(_0x105c4f),_0x3eca6e=[];for(const [_0x15fd13]of _0x24663f['searchParams']){const _0x53d8fa=_0x15fd13['toLowerCase']();SENSITIVE_PARAMS['some'](_0x1a6ef8=>_0x53d8fa['includes'](_0x1a6ef8))&&_0x3eca6e['push'](_0x15fd13);}for(const _0x347f57 of _0x3eca6e){_0x24663f['searchParams']['set'](_0x347f57,'[REDACTED]');}return _0x24663f['hash']='',_0x24663f['toString']();}catch{return _0x105c4f;}}function fnv1aBytes(_0x56a48b){let _0x56b665=0x811c9dc5;for(let _0x451f75=0x0;_0x451f75<_0x56a48b['length'];_0x451f75++){_0x56b665^=_0x56a48b[_0x451f75],_0x56b665=Math['imul'](_0x56b665,0x1000193);}return _0x56b665>>>0x0;}const SUFFIX_MIN_LEN=0x8,SUFFIX_MAX_LEN=0x16,CHUNK_MIN_LEN=0x3,CHUNK_MAX_LEN=0x6;function hash16(_0x33b139){const _0xa0bc2e=new TextEncoder()['encode'](_0x33b139),_0x24e0e8=new Uint8Array(0x10);for(let _0x41f1a1=0x0;_0x41f1a1<0x4;_0x41f1a1+=0x1){const _0x35806e=new Uint8Array(_0xa0bc2e['length']+0x1);_0x35806e[0x0]=0x55+_0x41f1a1*0x37,_0x35806e['set'](_0xa0bc2e,0x1);const _0x36188f=fnv1aBytes(_0x35806e);_0x24e0e8[_0x41f1a1*0x4]=_0x36188f>>>0x18&0xff,_0x24e0e8[_0x41f1a1*0x4+0x1]=_0x36188f>>>0x10&0xff,_0x24e0e8[_0x41f1a1*0x4+0x2]=_0x36188f>>>0x8&0xff,_0x24e0e8[_0x41f1a1*0x4+0x3]=_0x36188f&0xff;}return _0x24e0e8;}function toBase64Url$1(_0x4659d2){let _0x496081='';for(let _0x47843b=0x0;_0x47843b<_0x4659d2['length'];_0x47843b+=0x1){_0x496081+=String['fromCharCode'](_0x4659d2[_0x47843b]);}return btoa(_0x496081)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function mapByteToRange(_0x5ab2e5,_0x43ff3c,_0x4b2edd){return _0x43ff3c+Math['floor']((_0x5ab2e5&0xff)*(_0x4b2edd-_0x43ff3c+0x1)/0x100);}function chunkBySlash(_0x37543f,_0x4147eb){let _0x119e7b=0x0,_0x4fef61='';while(_0x119e7b<_0x37543f['length']){const _0x5e992a=mapByteToRange(_0x4147eb[_0x119e7b&0xf],CHUNK_MIN_LEN,CHUNK_MAX_LEN),_0x1e5c09=Math['min'](_0x37543f['length'],_0x119e7b+_0x5e992a);if(_0x4fef61['length']>0x0)_0x4fef61+='/';_0x4fef61+=_0x37543f['slice'](_0x119e7b,_0x1e5c09),_0x119e7b=_0x1e5c09;}return _0x4fef61;}function buildEndpointSuffix(_0x531e34,_0x196ac1){const _0x54fa0b=_0x196ac1!==undefined&&_0x196ac1['length']>0x0?_0x531e34+'\x00'+_0x196ac1:_0x531e34,_0x218543=hash16(_0x54fa0b),_0x1eab38=mapByteToRange(_0x218543[0xf],SUFFIX_MIN_LEN,SUFFIX_MAX_LEN),_0x2cd600=toBase64Url$1(_0x218543)['slice'](0x0,_0x1eab38),_0x71c02e=fnv1aBytes(new TextEncoder()['encode'](_0x2cd600)),_0x54ae6d=toBase64Url$1(new Uint8Array([_0x71c02e>>>0x18&0xff,_0x71c02e>>>0x10&0xff]))['slice'](0x0,0x2);return chunkBySlash(_0x2cd600+_0x54ae6d,_0x218543);}function randomizeEndpoint(_0x21ef95,_0x367956={}){const _0x597e14=_0x367956['replacePath']??!![];let _0x2f47a5;try{_0x2f47a5=new URL(_0x21ef95);}catch{return _0x21ef95;}const _0x1da802=buildEndpointSuffix(_0x21ef95,_0x367956['nonce']);if(_0x597e14)_0x2f47a5['pathname']='/'+_0x1da802;else{let _0x1bdc15=_0x2f47a5['pathname'];if(!_0x1bdc15['endsWith']('/'))_0x1bdc15+='/';_0x1bdc15+=_0x1da802,_0x2f47a5['pathname']=_0x1bdc15;}return _0x2f47a5['toString']();}function toBase64Url(_0x72d241){let _0x12adca='';for(let _0x53a57b=0x0;_0x53a57b<_0x72d241['length'];_0x53a57b++){_0x12adca+=String['fromCharCode'](_0x72d241[_0x53a57b]);}return btoa(_0x12adca)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function fromBase64Url(_0x1a5d2e){const _0x4e33c3=_0x1a5d2e['replace'](/-/g,'+')['replace'](/_/g,'/'),_0x5038ed=_0x4e33c3+'='['repeat']((0x4-_0x4e33c3['length']%0x4)%0x4),_0x7c52e8=atob(_0x5038ed),_0xd14e95=new Uint8Array(_0x7c52e8['length']);for(let _0x2fc42c=0x0;_0x2fc42c<_0x7c52e8['length'];_0x2fc42c++){_0xd14e95[_0x2fc42c]=_0x7c52e8['charCodeAt'](_0x2fc42c);}return _0xd14e95;}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x30f32f){if(!isCompressionSupported())return _0x30f32f;const _0x262507=new Blob([_0x30f32f])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x2c1ae6=await new Response(_0x262507)['arrayBuffer']();return new Uint8Array(_0x2c1ae6);}function isDecompressionSupported(){return typeof DecompressionStream!=='undefined';}async function decompressPayload(_0x4ee9fe){if(!isDecompressionSupported())return _0x4ee9fe;const _0x16303c=new Blob([_0x4ee9fe])['stream']()['pipeThrough'](new DecompressionStream('deflate-raw')),_0x2b4661=await new Response(_0x16303c)['arrayBuffer']();return new Uint8Array(_0x2b4661);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x425d65){const _0x5304eb=new Uint8Array(_0x425d65);try{if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function')return crypto['getRandomValues'](_0x5304eb),_0x5304eb;}catch{}for(let _0x35eefe=0x0;_0x35eefe<_0x425d65;_0x35eefe++){_0x5304eb[_0x35eefe]=Math['random']()*0x100&0xff;}return _0x5304eb;}function createXorEnvelope(_0xfd7818){const _0x5dcd78=getRandomBytes(0x1)[0x0],_0x33bb50=Math['floor'](Math['random']()*MAX_PADDING),_0x324f4e=getRandomBytes(_0x33bb50),_0x3a15bd=getRandomBytes(KEY_LENGTH),_0x1ae60c=0x1+0x2+0x1+_0x33bb50+KEY_LENGTH,_0x171855=new Uint8Array(_0x1ae60c+_0xfd7818['length']);let _0x12e3a6=0x0;_0x171855[_0x12e3a6++]=_0x5dcd78,_0x171855[_0x12e3a6++]=MARKER_1+_0x5dcd78&0xff,_0x171855[_0x12e3a6++]=MARKER_2+_0x5dcd78&0xff,_0x171855[_0x12e3a6++]=_0x33bb50+_0x5dcd78&0xff,_0x171855['set'](_0x324f4e,_0x12e3a6),_0x12e3a6+=_0x33bb50,_0x171855['set'](_0x3a15bd,_0x12e3a6),_0x12e3a6+=KEY_LENGTH;for(let _0x4b510d=0x0;_0x4b510d<_0xfd7818['length'];_0x4b510d++){_0x171855[_0x12e3a6+_0x4b510d]=_0xfd7818[_0x4b510d]^_0x3a15bd[_0x4b510d%KEY_LENGTH];}return _0x171855;}async function encodePayload(_0x1d2ed4){const _0x50b268=new TextEncoder()['encode'](_0x1d2ed4),_0x1c0e5d=isCompressionSupported(),_0x43a36e=_0x1c0e5d?await compressPayload(_0x50b268):_0x50b268,_0x3ea7e1=createXorEnvelope(_0x43a36e),_0x3421d9={};_0x3421d9['v']=0x1,_0x3421d9['c']=_0x1c0e5d;const _0x16c084=JSON['stringify'](_0x3421d9),_0x121968=new TextEncoder()['encode'](_0x16c084);return toBase64Url(_0x121968)+':'+toBase64Url(_0x3ea7e1);}function decodeXorEnvelope(_0x476aeb){if(_0x476aeb['length']<0x1+0x2+0x1+KEY_LENGTH)throw new Error('xor-envelope:\x20buffer\x20too\x20short\x20to\x20contain\x20a\x20valid\x20envelope');const _0x3a4b68=_0x476aeb[0x0],_0x22ff76=_0x476aeb[0x1]-_0x3a4b68&0xff,_0xfc709c=_0x476aeb[0x2]-_0x3a4b68&0xff;if(_0x22ff76!==MARKER_1||_0xfc709c!==MARKER_2)throw new Error('xor-envelope:\x20marker\x20mismatch\x20—\x20not\x20a\x20valid\x20envelope');const _0x498491=_0x476aeb[0x3]-_0x3a4b68&0xff,_0x2cfaa0=0x1+0x2+0x1+_0x498491+KEY_LENGTH;if(_0x476aeb['length']<_0x2cfaa0)throw new Error('xor-envelope:\x20declared\x20padding/key\x20extends\x20past\x20buffer');const _0x4f1e97=_0x476aeb['subarray'](0x4+_0x498491,0x4+_0x498491+KEY_LENGTH),_0x3710c6=_0x2cfaa0,_0x4c3c1a=_0x476aeb['subarray'](_0x3710c6),_0x120e16=new Uint8Array(_0x4c3c1a['length']);for(let _0x2c8862=0x0;_0x2c8862<_0x4c3c1a['length'];_0x2c8862+=0x1){_0x120e16[_0x2c8862]=_0x4c3c1a[_0x2c8862]^_0x4f1e97[_0x2c8862%KEY_LENGTH];}return _0x120e16;}async function decodePayload(_0x2f444d){const _0x51b898=_0x2f444d['indexOf'](':');if(_0x51b898===-0x1)throw new Error('decodePayload:\x20missing\x20\x22:\x22\x20separator\x20between\x20metadata\x20and\x20envelope');const _0x13926e=_0x2f444d['slice'](0x0,_0x51b898),_0x497928=_0x2f444d['slice'](_0x51b898+0x1);let _0x4275ab;try{const _0x4c9d15=fromBase64Url(_0x13926e),_0x458a96=new TextDecoder()['decode'](_0x4c9d15);_0x4275ab=JSON['parse'](_0x458a96);}catch(_0x3016d3){throw new Error('decodePayload:\x20failed\x20to\x20parse\x20metadata\x20segment\x20('+String(_0x3016d3)+')');}if(_0x4275ab['v']!==0x1)throw new Error('decodePayload:\x20unsupported\x20envelope\x20version\x20'+String(_0x4275ab['v']));const _0x383014=fromBase64Url(_0x497928),_0x3d57eb=decodeXorEnvelope(_0x383014),_0x21e7d7=_0x4275ab['c']===!![]?await decompressPayload(_0x3d57eb):_0x3d57eb;return new TextDecoder()['decode'](_0x21e7d7);}let chainTail=Promise['resolve']();async function capture(_0x417600,_0x2b2592,_0x46790b){const _0x4e2b41=chainTail;let _0x39ec83=()=>undefined;const _0x38e349=new Promise(_0x473fda=>{_0x39ec83=_0x473fda;});chainTail=_0x4e2b41['then'](()=>_0x38e349);try{await _0x4e2b41;}catch{}try{return await doCapture(_0x417600,_0x2b2592,_0x46790b);}finally{_0x39ec83();}}async function doCapture(_0x373140,_0x4d1df2,_0x2b08c8){const {components:_0x259e9b,version:_0x4dd50f}=await _0x373140['get'](),_0x436d89=await loadDeviceToken()??undefined,_0x6b695c=_0x4d1df2['replay']!==undefined?_0x4d1df2['replay']['list']():undefined,_0x2fb173=_0x4d1df2['urlPrivacy']==='minimal',_0x527bdb=_0x4d806d=>{if(!_0x2fb173)return sanitizeUrl(_0x4d806d);try{return new URL(_0x4d806d)['origin'];}catch{return'';}},_0x3fe987=typeof document!=='undefined'&&document['referrer']?document['referrer']:'',_0x1c9c29=typeof document!=='undefined'?document['title']:'',_0x340235={'components':_0x259e9b,'version':_0x4dd50f,'token':_0x436d89,'linkedId':_0x2b08c8?.['linkedId'],'tag':_0x2b08c8?.['tag'],'custom':_0x2b08c8?.['custom'],'url':typeof location!=='undefined'?_0x527bdb(location['href']):undefined,'referrer':_0x3fe987!==''?_0x527bdb(_0x3fe987):undefined,'pageTitle':_0x2fb173?undefined:_0x1c9c29||undefined,'sessionId':getSessionId(),'pageVisitId':getPageVisitId(),'previousRequestIds':_0x6b695c,'clientTimestamp':Date['now'](),'integrationInfo':((()=>{const _0x590056=collectIntegrations(_0x4d1df2['integrationInfo']);return _0x590056['length']>0x0?_0x590056:undefined;})())},_0x1edac8=await encodePayload(JSON['stringify'](_0x340235)),_0x2b0509=_0x4d1df2['randomizeStrategy']!==undefined&&_0x4d1df2['randomizeStrategy']!=='off'?randomizeEndpoint(_0x4d1df2['endpoint'],{'replacePath':_0x4d1df2['randomizeStrategy']==='replace','nonce':typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function'?crypto['randomUUID']():Date['now']()+'-'+Math['random']()}):_0x4d1df2['endpoint'],_0x7018b5={};_0x7018b5['Content-Type']='text/plain',_0x7018b5['X-API-Key']=_0x4d1df2['apiKey'];const _0x33be26={};_0x33be26['method']='POST',_0x33be26['headers']=_0x7018b5,_0x33be26['credentials']='include',_0x33be26['body']=_0x1edac8,_0x33be26['signal']=_0x2b08c8?.['signal'];const _0x204fd9=await withCspDetection(_0x2b0509,()=>fetchWithRetry(_0x2b0509,_0x33be26,_0x4d1df2['retry']));if(!_0x204fd9['ok']){let _0x1b7a3a;try{const _0x5cc4f5=await _0x204fd9['json']();_0x1b7a3a=_0x5cc4f5['error']??'HTTP\x20'+_0x204fd9['status'];}catch{_0x1b7a3a='HTTP\x20'+_0x204fd9['status'];}throw new Error('Endpoint\x20error:\x20'+_0x1b7a3a);}const _0x4d7dee=await _0x204fd9['json']();return _0x4d7dee['token']&&saveDeviceToken(_0x4d7dee['token']),_0x4d1df2['replay']!==undefined&&typeof _0x4d7dee['requestId']==='string'&&_0x4d7dee['requestId']['length']>0x0&&_0x4d1df2['replay']['record'](_0x4d7dee['requestId']),_0x4d7dee;}function wait(_0x4f8066,_0x294198){return new Promise(_0x362faa=>setTimeout(_0x362faa,_0x4f8066,_0x294198));}function releaseEventLoop(){return new Promise(_0x4a8d9a=>{const _0x380e47=new MessageChannel();_0x380e47['port1']['onmessage']=()=>_0x4a8d9a(),_0x380e47['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x420c89,_0x441ff7=Infinity){const {requestIdleCallback:_0x4fb714}=window;if(typeof _0x4fb714==='function'){const _0x287c12={};return _0x287c12['timeout']=_0x441ff7,new Promise(_0x2ef16e=>_0x4fb714['call'](window,()=>_0x2ef16e(),_0x287c12));}return wait(Math['min'](_0x420c89,_0x441ff7));}function isPromise(_0x21f6e9){return _0x21f6e9!==null&&_0x21f6e9!==undefined&&typeof _0x21f6e9['then']==='function';}function awaitIfAsync(_0x8e9c8f,_0x247d81){try{const _0x1a8a16=_0x8e9c8f();isPromise(_0x1a8a16)?_0x1a8a16['then'](_0x5632ba=>_0x247d81(!![],_0x5632ba),_0x16b95d=>_0x247d81(![],_0x16b95d)):_0x247d81(!![],_0x1a8a16);}catch(_0x478ca8){_0x247d81(![],_0x478ca8);}}async function mapWithBreaks(_0x8b9fb,_0x373d38,_0x2a2deb=0x10){const _0x59e409=Array(_0x8b9fb['length']);let _0x26077a=Date['now']();for(let _0x138c32=0x0;_0x138c32<_0x8b9fb['length'];++_0x138c32){_0x59e409[_0x138c32]=_0x373d38(_0x8b9fb[_0x138c32],_0x138c32);const _0x3b5f41=Date['now']();_0x3b5f41>=_0x26077a+_0x2a2deb&&(_0x26077a=_0x3b5f41,await releaseEventLoop());}return _0x59e409;}function withTimeout(_0x204d1b,_0xade657,_0x26d345){return new Promise(_0x364249=>{let _0x4aa003=![];const _0x3fcf38=setTimeout(()=>{!_0x4aa003&&(_0x4aa003=!![],_0x364249(_0x26d345));},_0xade657);_0x204d1b['then'](_0x33aabf=>{!_0x4aa003&&(_0x4aa003=!![],clearTimeout(_0x3fcf38),_0x364249(_0x33aabf));},()=>{!_0x4aa003&&(_0x4aa003=!![],clearTimeout(_0x3fcf38),_0x364249(_0x26d345));});});}function withTimeoutReject(_0x1d74ea,_0x4b027b,_0x50525c){return new Promise((_0x138763,_0x3be8e0)=>{let _0x49a5c9=![];const _0x242134=setTimeout(()=>{!_0x49a5c9&&(_0x49a5c9=!![],_0x3be8e0(_0x50525c()));},_0x4b027b);_0x1d74ea['then'](_0x5b6adc=>{!_0x49a5c9&&(_0x49a5c9=!![],clearTimeout(_0x242134),_0x138763(_0x5b6adc));},_0x63299=>{!_0x49a5c9&&(_0x49a5c9=!![],clearTimeout(_0x242134),_0x3be8e0(_0x63299 instanceof Error?_0x63299:new Error(String(_0x63299))));});});}function suppressUnhandledRejectionWarning(_0x3f2f09){return _0x3f2f09['then'](undefined,()=>undefined),_0x3f2f09;}function includes(_0x180199,_0x28fed2){for(let _0x580cbb=0x0,_0x1ea79d=_0x180199['length'];_0x580cbb<_0x1ea79d;++_0x580cbb){if(_0x180199[_0x580cbb]===_0x28fed2)return!![];}return![];}function excludes(_0xfc9b9f,_0x4e1251){return!includes(_0xfc9b9f,_0x4e1251);}function toInt(_0x10be87){return parseInt(_0x10be87,0xa);}function toFloat(_0x25168a){return parseFloat(_0x25168a);}function replaceNaN(_0x41fca5,_0x320eea){return typeof _0x41fca5==='number'&&isNaN(_0x41fca5)?_0x320eea:_0x41fca5;}function countTruthy(_0x5d98b5){return _0x5d98b5['reduce']((_0x1126bd,_0x2a94ea)=>_0x1126bd+(Boolean(_0x2a94ea)?0x1:0x0),0x0);}function round$1(_0x53c870,_0x44b001=0x1){if(Math['abs'](_0x44b001)>=0x1)return Math['round'](_0x53c870/_0x44b001)*_0x44b001;const _0x581519=0x1/_0x44b001;return Math['round'](_0x53c870*_0x581519)/_0x581519;}function parseSimpleCssSelector(_0x5c0115){const _0x5a928a='Unexpected\x20syntax\x20\x27'+_0x5c0115+'\x27',_0x2b6304=/^\s*([a-z-]*)(.*)$/i['exec'](_0x5c0115),_0x3091de=_0x2b6304[0x1]||undefined,_0x4c783d={},_0x16e72b=/([.:#][\w-]+|\[.+?\])/gi,_0x168ff7=(_0x3a4380,_0x3cb699)=>{!(_0x3a4380 in _0x4c783d)&&(_0x4c783d[_0x3a4380]=[]),_0x4c783d[_0x3a4380]['push'](_0x3cb699);};for(;;){const _0x207b4e=_0x16e72b['exec'](_0x2b6304[0x2]);if(!_0x207b4e)break;const _0x6c73b8=_0x207b4e[0x0];switch(_0x6c73b8[0x0]){case'.':_0x168ff7('class',_0x6c73b8['slice'](0x1));break;case'#':_0x168ff7('id',_0x6c73b8['slice'](0x1));break;case'[':{const _0x3f0698=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/['exec'](_0x6c73b8);if(_0x3f0698)_0x168ff7(_0x3f0698[0x1],_0x3f0698[0x4]??_0x3f0698[0x5]??'');else throw new Error(_0x5a928a);break;}default:throw new Error(_0x5a928a);}}return[_0x3091de,_0x4c783d];}function getUTF8Bytes(_0x37dfd4){const _0x1e69ac=new Uint8Array(_0x37dfd4['length']);for(let _0x3656ea=0x0;_0x3656ea<_0x37dfd4['length'];_0x3656ea++){const _0xa5935f=_0x37dfd4['charCodeAt'](_0x3656ea);if(_0xa5935f>0x7f)return new TextEncoder()['encode'](_0x37dfd4);_0x1e69ac[_0x3656ea]=_0xa5935f;}return _0x1e69ac;}function isFinalResultLoaded(_0xddfe60){return typeof _0xddfe60!=='function';}function loadSource(_0x4bef79,_0x425bb5){const _0x1f1f24=suppressUnhandledRejectionWarning(new Promise(_0x2c7304=>{awaitIfAsync(_0x4bef79['bind'](null,_0x425bb5),(..._0x57911e)=>{if(!_0x57911e[0x0])return _0x2c7304(()=>({'error':_0x57911e[0x1]}));const _0x29e4be=_0x57911e[0x1];if(isFinalResultLoaded(_0x29e4be))return _0x2c7304(()=>({'value':_0x29e4be}));_0x2c7304(()=>new Promise(_0x26f6df=>{awaitIfAsync(_0x29e4be,(..._0x4c1980)=>{if(!_0x4c1980[0x0]){const _0xcc0b02={};return _0xcc0b02['error']=_0x4c1980[0x1],_0x26f6df(_0xcc0b02);}const _0xf0e1c0={};_0xf0e1c0['value']=_0x4c1980[0x1],_0x26f6df(_0xf0e1c0);});}));});}));return function _0x195139(){return _0x1f1f24['then'](_0x26cbc7=>_0x26cbc7());};}const COLLECTOR_HARD_TIMEOUT_MS=0x2710;function timeoutComponent(){return{'error':new Error('collector\x20timed\x20out'),'status':-0x2};}function loadSources(_0xe7bc11,_0x311f66,_0x3e62da,_0x4813cf){const _0x1b3129=Object['keys'](_0xe7bc11)['filter'](_0x52bb16=>excludes(_0x3e62da,_0x52bb16)),_0x326010=suppressUnhandledRejectionWarning(mapWithBreaks(_0x1b3129,_0x5b6bd7=>loadSource(_0xe7bc11[_0x5b6bd7],_0x311f66),_0x4813cf));return async function _0x8d6faf(){const _0x364fab=await _0x326010,_0x22a25f=await mapWithBreaks(_0x364fab,_0x8ccb91=>suppressUnhandledRejectionWarning(withTimeout(_0x8ccb91(),COLLECTOR_HARD_TIMEOUT_MS,timeoutComponent())),_0x4813cf),_0x24c8b7=await Promise['all'](_0x22a25f),_0x23e6be={};for(let _0x465aba=0x0;_0x465aba<_0x1b3129['length'];++_0x465aba){_0x23e6be[_0x1b3129[_0x465aba]]=_0x24c8b7[_0x465aba];}return _0x23e6be;};}function getAutomationDescriptor(){try{const _0x3b39f8=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x3f3fd4=_0x3b39f8!==undefined;let _0x282dbc=null;_0x3b39f8&&(_0x282dbc=_0x3b39f8['configurable']??null);let _0x1cd57d=![],_0x12fcb0=null;try{const _0x30182e=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x30182e&&(_0x1cd57d=typeof _0x30182e['get']==='function',_0x12fcb0=_0x30182e['configurable']??null);}catch{}const _0x5b7568={};return _0x5b7568['hasOwnWebdriver']=_0x3f3fd4,_0x5b7568['ownConfigurable']=_0x282dbc,_0x5b7568['prototypeHasGetter']=_0x1cd57d,_0x5b7568['prototypeConfigurable']=_0x12fcb0,_0x5b7568;}catch{const _0x25e372={};return _0x25e372['hasOwnWebdriver']=![],_0x25e372['ownConfigurable']=null,_0x25e372['prototypeHasGetter']=![],_0x25e372['prototypeConfigurable']=null,_0x25e372;}}function getCdpDetection(){try{const _0x5c9da5=Error,_0x2bcb9d=_0x5c9da5['prepareStackTrace'];let _0x5096c1=![];Object['defineProperty'](_0x5c9da5,'prepareStackTrace',{'get'(){return _0x5096c1=!![],_0x2bcb9d;},'set'(_0x37303e){const _0x20dbb7={};_0x20dbb7['value']=_0x37303e,_0x20dbb7['writable']=!![],_0x20dbb7['configurable']=!![],Object['defineProperty'](_0x5c9da5,'prepareStackTrace',_0x20dbb7);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x2d84b6={};_0x2d84b6['value']=_0x2bcb9d,_0x2d84b6['writable']=!![],_0x2d84b6['configurable']=!![],Object['defineProperty'](_0x5c9da5,'prepareStackTrace',_0x2d84b6);}catch{}return _0x5096c1;}catch{return![];}}function getChromeRuntime(){try{const _0x53c5aa=window,_0x451207=_0x53c5aa['chrome'];if(!_0x451207||typeof _0x451207!=='object'){const _0x4c8b9c={};return _0x4c8b9c['hasChrome']=![],_0x4c8b9c['hasRuntime']=![],_0x4c8b9c['hasPlatformOs']=![],_0x4c8b9c['hasConnect']=![],_0x4c8b9c['connectNative']=![],_0x4c8b9c['hasApp']=![],_0x4c8b9c['appIsInstalled']=null,_0x4c8b9c['hasCsi']=![],_0x4c8b9c['hasLoadTimes']=![],_0x4c8b9c['runtimeKeyCount']=0x0,_0x4c8b9c;}const _0x2ab90d=_0x451207['runtime'],_0x154d98=_0x2ab90d!==undefined&&_0x2ab90d!==null;let _0x6f2442=![],_0x466081=![],_0xdbf6ee=![],_0x403ec9=0x0;if(_0x154d98&&typeof _0x2ab90d==='object'){_0x6f2442='PlatformOs'in _0x2ab90d||'PlatformArch'in _0x2ab90d,_0x466081=typeof _0x2ab90d['connect']==='function';if(_0x466081)try{_0xdbf6ee=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x2ab90d['connect']));}catch{_0xdbf6ee=![];}try{_0x403ec9=Object['getOwnPropertyNames'](_0x2ab90d)['length'];}catch{_0x403ec9=0x0;}}const _0x375937=_0x451207['app'],_0x54cdb2=_0x375937!==undefined&&_0x375937!==null;let _0x11b396=null;_0x54cdb2&&typeof _0x375937==='object'&&(_0x11b396=_0x375937['isInstalled']===!![]);const _0x19730c=typeof _0x451207['csi']==='function',_0x5e9751=typeof _0x451207['loadTimes']==='function',_0x1ad6f6={};return _0x1ad6f6['hasChrome']=!![],_0x1ad6f6['hasRuntime']=_0x154d98,_0x1ad6f6['hasPlatformOs']=_0x6f2442,_0x1ad6f6['hasConnect']=_0x466081,_0x1ad6f6['connectNative']=_0xdbf6ee,_0x1ad6f6['hasApp']=_0x54cdb2,_0x1ad6f6['appIsInstalled']=_0x11b396,_0x1ad6f6['hasCsi']=_0x19730c,_0x1ad6f6['hasLoadTimes']=_0x5e9751,_0x1ad6f6['runtimeKeyCount']=_0x403ec9,_0x1ad6f6;}catch{return null;}}function errorToObject(_0x5773a3){return{'name':_0x5773a3['name'],'message':_0x5773a3['message'],'stack':_0x5773a3['stack']?.['split']('\x0a'),..._0x5773a3};}function isFunctionNative(_0x363942){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x363942));}function isTrident(){const _0x5cc579=window,_0x2f94ff=navigator;return countTruthy(['MSCSSMatrix'in _0x5cc579,'msSetImmediate'in _0x5cc579,'msIndexedDB'in _0x5cc579,'msMaxTouchPoints'in _0x2f94ff,'msPointerEnabled'in _0x2f94ff])>=0x4;}function isEdgeHTML(){const _0x5e42a9=window,_0x4d0ae2=navigator;return countTruthy(['msWriteProfilerMark'in _0x5e42a9,'MSStream'in _0x5e42a9,'msLaunchUri'in _0x4d0ae2,'msSaveBlob'in _0x4d0ae2])>=0x3&&!isTrident();}function isChromium(){const _0x55bc41=window,_0x5f3c0c=navigator;return countTruthy(['webkitPersistentStorage'in _0x5f3c0c,'webkitTemporaryStorage'in _0x5f3c0c,(_0x5f3c0c['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x55bc41,'BatteryManager'in _0x55bc41,'webkitMediaStream'in _0x55bc41,'webkitSpeechGrammar'in _0x55bc41])>=0x5;}function isWebKit(){const _0x347c3d=window,_0x555125=navigator;return countTruthy(['ApplePayError'in _0x347c3d,'CSSPrimitiveValue'in _0x347c3d,'Counter'in _0x347c3d,_0x555125['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x347c3d,'WebKitMediaKeys'in _0x347c3d])>=0x4;}function isDesktopWebKit(){const _0x5be80f=window;return countTruthy(['safari'in _0x5be80f,!('ongestureend'in _0x5be80f),!('TouchEvent'in _0x5be80f),!('orientation'in _0x5be80f),!('autocapitalize'in _0x5be80f['HTMLElement']['prototype']),'pointerLockElement'in _0x5be80f['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x23aec3=window;return isFunctionNative(_0x23aec3['print'])&&String(_0x23aec3['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x161191=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x161191,'mozInnerScreenX'in _0x161191,'CSSMozDocumentRule'in _0x161191,'CanvasCaptureMediaStream'in _0x161191])>=0x4;}function isGecko120OrNewer(){const _0x189003=window,_0x2397db=navigator,{CSS:_0x2c8432}=_0x189003;return countTruthy(['userActivation'in _0x2397db,_0x2c8432['supports']('color','light-dark(#000,\x20#fff)'),_0x2c8432['supports']('height','1lh'),'globalPrivacyControl'in _0x2397db])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x5247e2}=window;return countTruthy([_0x5247e2['supports']('selector(::details-content)'),_0x5247e2['supports']('selector(::before::marker)'),_0x5247e2['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x5df30f=window;return countTruthy([!('MediaSettingsRange'in _0x5df30f),'RTCEncodedAudioFrame'in _0x5df30f,''+_0x5df30f['Intl']==='[object\x20Intl]',''+_0x5df30f['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x32ee34=window,{URLPattern:_0x525589}=_0x32ee34;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x32ee34,_0x525589&&'hasRegExpGroups'in _0x525589['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x34b435=window;return countTruthy(['DOMRectList'in _0x34b435,'RTCPeerConnectionIceEvent'in _0x34b435,'SVGGeometryElement'in _0x34b435,'ontransitioncancel'in _0x34b435])>=0x3;}function isWebKit616OrNewer(){const _0x49f0f7=window,_0x30522f=navigator,{CSS:_0x2f98cd,HTMLButtonElement:_0xd6c961}=_0x49f0f7;return countTruthy([!('getStorageUpdates'in _0x30522f),'popover'in _0xd6c961['prototype'],'CSSCounterStyleRule'in _0x49f0f7,_0x2f98cd['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x2f98cd['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x12a162=screen,_0x4fee91=_0x12a162['width']/_0x12a162['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x4fee91>0.65&&_0x4fee91<1.53])>=0x2;}function getFullscreenElement(){const _0x5a6e80=document;return _0x5a6e80['fullscreenElement']??_0x5a6e80['msFullscreenElement']??_0x5a6e80['mozFullScreenElement']??_0x5a6e80['webkitFullscreenElement']??null;}function exitFullscreen(){const _0xb2720e=document;return _0xb2720e['exitFullscreen']['call'](_0xb2720e);}function isAndroid(){const _0x4e893c=isChromium(),_0x4c074b=isGecko(),_0x5d354d=window,_0xb39a08=navigator,_0x580e7c='connection';if(_0x4e893c)return countTruthy([!('SharedWorker'in _0x5d354d),_0xb39a08[_0x580e7c]&&'ontypechange'in _0xb39a08[_0x580e7c],!('sinkId'in new Audio())])>=0x2;else{if(_0x4c074b)return countTruthy(['onorientationchange'in _0x5d354d,'orientation'in _0x5d354d,/android/i['test'](_0xb39a08['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x549cab=navigator,_0x1dee0c=window,_0x2535ea=Audio['prototype'],{visualViewport:_0x44a301}=_0x1dee0c;return countTruthy(['srLatency'in _0x2535ea,'srChannelCount'in _0x2535ea,'devicePosture'in _0x549cab,_0x44a301&&'segments'in _0x44a301,'getTextInformation'in Image['prototype']])>=0x3;}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x1749d6=await new Promise(_0xf3edb3=>{if(isChromium()){const _0x6cfec=new Error();_0x6cfec['name']='\x20',Object['defineProperty'](_0x6cfec,'stack',{'get':_0xf3edb3['bind'](null,!![])}),console['debug'](_0x6cfec);}else{const _0x161ad6=document['createElement']('div');_0x161ad6['toString']=()=>'',Object['defineProperty'](_0x161ad6,'id',{'get'(){_0xf3edb3(!![]);const _0x388d3b=new Error();_0x388d3b['name']='';throw _0x388d3b;}}),console['debug'](_0x161ad6);}setTimeout(()=>_0xf3edb3(![]));});return _0x1749d6;}catch{return null;}}const THRESHOLD_PX=0xc8;function getDevtoolsWindowSize(){try{if(typeof window==='undefined')return null;if(window['top']!==window['self'])return null;const _0x4dfbc7=window['devicePixelRatio']||0x1,_0x328326=window['outerWidth']-window['innerWidth']*_0x4dfbc7,_0x57d34b=window['outerHeight']-window['innerHeight']*_0x4dfbc7;return _0x328326>THRESHOLD_PX||_0x57d34b>THRESHOLD_PX;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x1b50fd=new Event(''),_0x3645af=_0x1b50fd['isTrusted'];return typeof _0x3645af==='undefined'?null:{'isTrusted':_0x3645af};}catch{return null;}}const _0x3cb58a={};_0x3cb58a['window']=['awesomium'];const _0xdae906={};_0xdae906['window']=['RunPerfTest'];const _0xfdec39={};_0xfdec39['window']=['CefSharp'];const _0x1db974={};_0x1db974['window']=['emit'];const _0x134a11={};_0x134a11['window']=['fmget_targets'];const _0x4ac66b={};_0x4ac66b['window']=['geb'];const _0x29bddd={};_0x29bddd['window']=['__nightmare','nightmare'];const _0x2b1c17={};_0x2b1c17['window']=['__phantomas'];const _0x573e93={};_0x573e93['window']=['callPhantom','_phantom'];const _0x33e78d={};_0x33e78d['window']=['spawn'];const _0x2c4801={};_0x2c4801['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^[a-z]{3}_.*_(?:Array|Promise|Symbol)$/],_0x2c4801['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x3a7970={};_0x3a7970['window']=['wdioElectron'];const _0x5d1cb9={};_0x5d1cb9['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x5d1cb9['document']=['__webdriver_script_fn','__driver_evaluate','__webdriver_evaluate','__fxdriver_evaluate','__driver_unwrapped','__webdriver_unwrapped','__fxdriver_unwrapped','__webdriver_script_fn','__webdriver_script_func','__webdriver_script_function','$cdc_asdjflasutopfhvcZLmcf','$cdc_asdjflasutopfhvcZLmcfl_','$chrome_asyncScriptInfo','__$webdriverAsyncExecutor'];const _0x22bf1e={};_0x22bf1e['window']=['domAutomation','domAutomationController'];const _0x57d751={};_0x57d751['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x398617={};_0x398617['window']=['__automa__'];const _0x222d25={};_0x222d25['window']=['_webscraper_data'];const _0x24e486={};_0x24e486['window']=['_KatalonRecorder'];const _0x5ee374={};_0x5ee374['window']=['uivision','__uivision'];const _0x542c0c={};_0x542c0c['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x67afd9={};_0x67afd9['window']=['__cypress'];const _0x5bc156={};_0x5bc156['window']=['__puppeteer_evaluation_script__'],_0x5bc156['document']=['__puppeteer_evaluation_script__'];const _0x17a404={};_0x17a404['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x17a404['document']=['__playwright_evaluation_script__'];const _0x443137={};_0x443137['awesomium']=_0x3cb58a,_0x443137['cef']=_0xdae906,_0x443137['cefsharp']=_0xfdec39,_0x443137['coachjs']=_0x1db974,_0x443137['fminer']=_0x134a11,_0x443137['geb']=_0x4ac66b,_0x443137['nightmarejs']=_0x29bddd,_0x443137['phantomas']=_0x2b1c17,_0x443137['phantomjs']=_0x573e93,_0x443137['rhino']=_0x33e78d,_0x443137['selenium']=_0x2c4801,_0x443137['webdriverio']=_0x3a7970,_0x443137['webdriver']=_0x5d1cb9,_0x443137['headless_chrome']=_0x22bf1e,_0x443137['imacros']=_0x57d751,_0x443137['automa']=_0x398617,_0x443137['web_scraper']=_0x222d25,_0x443137['katalon']=_0x24e486,_0x443137['ui_vision']=_0x5ee374,_0x443137['testcafe']=_0x542c0c,_0x443137['cypress']=_0x67afd9,_0x443137['puppeteer']=_0x5bc156,_0x443137['playwright_internal']=_0x17a404;const TOOL_MARKERS=_0x443137;function getOwnPropertyNames(_0x45fdb6){try{return Object['getOwnPropertyNames'](_0x45fdb6);}catch{return[];}}function matchesAny(_0x498af5,_0x326c62){for(const _0x23ad21 of _0x326c62){if(typeof _0x23ad21==='string'){if(_0x498af5['indexOf'](_0x23ad21)!==-0x1)return!![];}else for(const _0x4a0366 of _0x498af5){if(_0x23ad21['test'](_0x4a0366))return!![];}}return![];}function getHeadlessSignals(){const _0x4a695f=getOwnPropertyNames(window),_0x556f42=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x40fc14={};for(const _0x19d142 of Object['keys'](TOOL_MARKERS)){const _0x261602=TOOL_MARKERS[_0x19d142],_0x53e2a3=_0x261602['window']?matchesAny(_0x4a695f,_0x261602['window']):![],_0x55698b=_0x261602['document']&&_0x556f42['length']?matchesAny(_0x556f42,_0x261602['document']):![];_0x40fc14[_0x19d142]=_0x53e2a3||_0x55698b;}return _0x40fc14;}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0xc78fbc=navigator['permissions'];if(_0xc78fbc===undefined||typeof _0xc78fbc['query']!=='function')return undefined;const _0x2a1094={};_0x2a1094['name']='notifications';const _0x3bfdac=await _0xc78fbc['query'](_0x2a1094);return Notification['permission']==='denied'&&_0x3bfdac['state']==='prompt';}catch{return undefined;}}const RESTRICTED_THRESHOLD=0x3;function computeRestrictedEnvironment(_0x563c7e){let _0x58b708=0x0;if(_0x563c7e['pushManager'])_0x58b708++;if(_0x563c7e['audioBuffer'])_0x58b708++;if(_0x563c7e['rtcPeerConnection'])_0x58b708++;if(_0x563c7e['geolocation'])_0x58b708++;if(_0x563c7e['serviceWorker'])_0x58b708++;const _0x49fb04={};return _0x49fb04['restricted']=_0x58b708>=RESTRICTED_THRESHOLD,_0x49fb04['missing']=_0x58b708,_0x49fb04['flags']=_0x563c7e,_0x49fb04;}function getRestrictedEnvironment(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x2fc831=window,_0x4f3661=navigator,_0x48eb47={};return _0x48eb47['pushManager']=!('PushManager'in _0x2fc831),_0x48eb47['audioBuffer']=!('AudioBuffer'in _0x2fc831),_0x48eb47['rtcPeerConnection']=!('RTCPeerConnection'in _0x2fc831),_0x48eb47['geolocation']=!('geolocation'in _0x4f3661),_0x48eb47['serviceWorker']=!('ServiceWorker'in _0x2fc831),computeRestrictedEnvironment(_0x48eb47);}function getAppVersion(){const _0x352e68=navigator['appVersion'];if(typeof _0x352e68!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x352e68;}function getArchitecture(){const _0x284c2b=new Float32Array(0x1),_0x1a6909=new Uint8Array(_0x284c2b['buffer']);return _0x284c2b[0x0]=Infinity,_0x284c2b[0x0]=_0x284c2b[0x0]-_0x284c2b[0x0],_0x1a6909[0x3];}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x1fe05e=window,_0x332b0c=_0x1fe05e['OfflineAudioContext']??_0x1fe05e['webkitOfflineAudioContext'];if(_0x332b0c===undefined)return null;if(doesBrowserSuspendAudioContext())return null;const _0x2dcd0c=0x1194,_0x81d37b=0x1388,_0x4fdf40=new _0x332b0c(0x1,_0x81d37b,0xac44),_0x636bd5=_0x4fdf40['createOscillator']();_0x636bd5['type']='triangle',_0x636bd5['frequency']['value']=0x2710;const _0x393357=_0x4fdf40['createDynamicsCompressor']();_0x393357['threshold']['value']=-0x32,_0x393357['knee']['value']=0x28,_0x393357['ratio']['value']=0xc,_0x393357['attack']['value']=0x0,_0x393357['release']['value']=0.25,_0x636bd5['connect'](_0x393357),_0x393357['connect'](_0x4fdf40['destination']),_0x636bd5['start'](0x0);const [_0x5aa9b2,_0x1cd0eb]=startRenderingAudio(_0x4fdf40),_0x3d61c1=suppressUnhandledRejectionWarning(_0x5aa9b2['then'](_0x264058=>getHash(_0x264058['getChannelData'](0x0)['subarray'](_0x2dcd0c)),_0xc794e9=>{if(_0xc794e9['name']==='timeout'||_0xc794e9['name']==='suspended')return null;throw _0xc794e9;}));return()=>{return _0x1cd0eb(),_0x3d61c1;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x319c94){const _0x2e41d8=0x3,_0xafe403=0x1f4,_0x7f79dd=0x1f4,_0x2ee8c9=0x1388;let _0x261230=()=>undefined;const _0x4fe96e=new Promise((_0x415901,_0x572ff0)=>{let _0x92e12=![],_0x557f03=0x0,_0x3ac4fc=0x0;_0x319c94['oncomplete']=_0x234617=>{_0x415901(_0x234617['renderedBuffer']);};const _0x54503c=()=>{setTimeout(()=>_0x572ff0(makeInnerError('timeout')),Math['min'](_0x7f79dd,_0x3ac4fc+_0x2ee8c9-Date['now']()));},_0x31fefd=()=>{try{const _0x5b0e96=_0x319c94['startRendering']();isPromise(_0x5b0e96)&&void suppressUnhandledRejectionWarning(_0x5b0e96);switch(_0x319c94['state']){case'running':_0x3ac4fc=Date['now']();_0x92e12&&_0x54503c();break;case'suspended':!document['hidden']&&_0x557f03++;_0x92e12&&_0x557f03>=_0x2e41d8?_0x572ff0(makeInnerError('suspended')):setTimeout(_0x31fefd,_0xafe403);break;case'closed':case'interrupted':break;}}catch(_0x27aa00){_0x572ff0(_0x27aa00);}};_0x31fefd(),_0x261230=()=>{!_0x92e12&&(_0x92e12=!![],_0x3ac4fc>0x0&&_0x54503c());};});return[_0x4fe96e,_0x261230];}function roundToSignificant(_0x4f10b6,_0x359ff7){if(_0x4f10b6===0x0)return 0x0;const _0x33e81b=Math['pow'](0xa,_0x359ff7-Math['ceil'](Math['log10'](Math['abs'](_0x4f10b6))));return Math['round'](_0x4f10b6*_0x33e81b/0x5)*0x5/_0x33e81b;}function getHash(_0x38e54c){let _0x22f307=0x0;for(let _0x488acd=0x0;_0x488acd<_0x38e54c['length'];++_0x488acd){_0x22f307+=Math['abs'](_0x38e54c[_0x488acd]);}return _0x22f307;}const _0x311b76={};_0x311b76['oscType']='triangle',_0x311b76['freq']=0x2710,_0x311b76['useCompressor']=!![],_0x311b76['useAllpass']=![];const _0x4b3ae1={};_0x4b3ae1['oscType']='sine',_0x4b3ae1['freq']=0x1f40,_0x4b3ae1['useCompressor']=![],_0x4b3ae1['useAllpass']=![];const _0x7fd29a={};_0x7fd29a['oscType']='square',_0x7fd29a['freq']=0x2710,_0x7fd29a['useCompressor']=!![],_0x7fd29a['useAllpass']=!![];const SCENES=[_0x311b76,_0x4b3ae1,_0x7fd29a],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x3fe18c={};_0x3fe18c['from']=0x1194,_0x3fe18c['to']=0x1388;const _0x5ed188={};_0x5ed188['from']=0x2710,_0x5ed188['to']=0x2904;const WINDOWS=[_0x3fe18c,_0x5ed188];function extractMetrics(_0x25c71f){const _0x197565=_0x25c71f['length'];if(_0x197565===0x0)return[0x0,0x0,0x0,0x0];const _0x460a9f=[];for(let _0x2c8648=0x0;_0x2c8648<_0x197565;_0x2c8648++){_0x460a9f['push'](roundToSignificant(_0x25c71f[_0x2c8648],SIG_DIGITS));}const _0x47458e=[..._0x460a9f]['map'](Math['abs'])['sort']((_0x4c2036,_0x267aac)=>_0x4c2036-_0x267aac),_0x7bc2d=Math['floor'](_0x47458e['length']*0.05);let _0x32450f=0x0;for(let _0x5aacad=_0x7bc2d;_0x5aacad<_0x47458e['length']-_0x7bc2d;_0x5aacad++){_0x32450f+=_0x47458e[_0x5aacad];}let _0x4de09a=0x0;for(let _0x1fd603=0x0;_0x1fd603<_0x197565;_0x1fd603++){_0x4de09a+=_0x460a9f[_0x1fd603]*_0x460a9f[_0x1fd603];}_0x4de09a/=_0x197565;let _0x516385=0x0;for(let _0x44fcb6=0x1;_0x44fcb6<_0x197565;_0x44fcb6++){Math['sign'](_0x460a9f[_0x44fcb6])!==Math['sign'](_0x460a9f[_0x44fcb6-0x1])&&_0x516385++;}let _0x24948f=0x0;for(let _0x282598=0x1;_0x282598<_0x197565;_0x282598++){_0x24948f+=Math['abs'](_0x460a9f[_0x282598]-_0x460a9f[_0x282598-0x1]);}return[_0x32450f,_0x4de09a,_0x516385,_0x24948f];}async function renderScene(_0x1ddaea){const _0x34ad83=window,_0x399886=_0x34ad83['OfflineAudioContext']??_0x34ad83['webkitOfflineAudioContext'];if(_0x399886===undefined)return null;try{const _0xf2082b=new _0x399886(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x4efe56=_0xf2082b['createOscillator']();_0x4efe56['type']=_0x1ddaea['oscType'],_0x4efe56['frequency']['value']=_0x1ddaea['freq'];let _0x344bcd=_0x4efe56;if(_0x1ddaea['useCompressor']){const _0xbfbcd7=_0xf2082b['createDynamicsCompressor']();_0xbfbcd7['threshold']['value']=-0x32,_0xbfbcd7['knee']['value']=0x28,_0xbfbcd7['ratio']['value']=0xc,_0xbfbcd7['attack']['value']=0x0,_0xbfbcd7['release']['value']=0.25,_0x344bcd['connect'](_0xbfbcd7),_0x344bcd=_0xbfbcd7;}if(_0x1ddaea['useAllpass']){const _0x28c2d5=_0xf2082b['createBiquadFilter']();_0x28c2d5['type']='allpass',_0x28c2d5['frequency']['value']=0x1388,_0x28c2d5['Q']['value']=0x5,_0x344bcd['connect'](_0x28c2d5),_0x344bcd=_0x28c2d5;}_0x344bcd['connect'](_0xf2082b['destination']),_0x4efe56['start'](0x0);const [_0x4a955e,_0x42d18c]=startRenderingAudio(_0xf2082b);_0x42d18c();const _0x5824bd=await _0x4a955e;return _0x5824bd['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x24c0b0=[];for(const _0x27512a of SCENES){const _0x27fe31=await renderScene(_0x27512a);if(_0x27fe31===null)return null;for(const _0x239710 of WINDOWS){const _0x163033=_0x27fe31['subarray'](_0x239710['from'],_0x239710['to']);_0x24c0b0['push'](...extractMetrics(_0x163033));}}const _0x16a504=[0x0,0x4,0x8,0xc,0x10,0x14],_0x15cc50=[0x2,0x6,0xa,0xe,0x12,0x16],_0x76e70=[];for(const _0x4d6112 of _0x15cc50)_0x76e70['push'](_0x24c0b0[_0x4d6112]);const _0x594d33=[[_0x16a504[0x0],_0x16a504[0x2]],[_0x16a504[0x0],_0x16a504[0x4]],[_0x16a504[0x2],_0x16a504[0x4]],[_0x16a504[0x1],_0x16a504[0x3]],[_0x16a504[0x1],_0x16a504[0x5]],[_0x16a504[0x3],_0x16a504[0x5]],[_0x16a504[0x0],_0x16a504[0x1]],[_0x16a504[0x2],_0x16a504[0x3]],[_0x16a504[0x4],_0x16a504[0x5]]],_0x17ce69=[];for(const [_0x57885f,_0x4f1dc7]of _0x594d33){const _0x5839ea=_0x24c0b0[_0x4f1dc7];if(_0x5839ea===0x0)return null;_0x17ce69['push'](Math['round'](_0x24c0b0[_0x57885f]/_0x5839ea*0x64)/0x64);}let _0x39e5f6=0x0;for(const _0x67ae97 of _0x76e70){const _0xa60e6a=String(_0x67ae97);for(let _0x54b567=0x0;_0x54b567<_0xa60e6a['length'];_0x54b567++){_0x39e5f6=(_0x39e5f6<<0x5)-_0x39e5f6+_0xa60e6a['charCodeAt'](_0x54b567)|0x0;}}for(const _0x20f3b6 of _0x17ce69){const _0x55629f=_0x20f3b6['toFixed'](0x2);for(let _0x4b671d=0x0;_0x4b671d<_0x55629f['length'];_0x4b671d++){_0x39e5f6=(_0x39e5f6<<0x5)-_0x39e5f6+_0x55629f['charCodeAt'](_0x4b671d)|0x0;}}return _0x39e5f6>>>0x0;};}function makeInnerError(_0x4f11f3){const _0x27c448=new Error(_0x4f11f3);return _0x27c448['name']=_0x4f11f3,_0x27c448;}function renderAudio(){return new Promise(_0x4fd6e5=>{try{const _0x2613ff=window,_0x2ce393=_0x2613ff['OfflineAudioContext']??_0x2613ff['webkitOfflineAudioContext'];if(!_0x2ce393){_0x4fd6e5(null);return;}const _0x21dd66=new _0x2ce393(0x1,0x1194,0xac44),_0x4a7381=_0x21dd66['createOscillator']();_0x4a7381['type']='triangle',_0x4a7381['frequency']['setValueAtTime'](0x2710,_0x21dd66['currentTime']);const _0x1a6a8f=_0x21dd66['createDynamicsCompressor']();_0x1a6a8f['threshold']['setValueAtTime'](-0x32,_0x21dd66['currentTime']),_0x1a6a8f['knee']['setValueAtTime'](0x28,_0x21dd66['currentTime']),_0x1a6a8f['ratio']['setValueAtTime'](0xc,_0x21dd66['currentTime']),_0x1a6a8f['attack']['setValueAtTime'](0x0,_0x21dd66['currentTime']),_0x1a6a8f['release']['setValueAtTime'](0.25,_0x21dd66['currentTime']),_0x4a7381['connect'](_0x1a6a8f),_0x1a6a8f['connect'](_0x21dd66['destination']),_0x4a7381['start'](0x0),_0x21dd66['startRendering']()['then'](_0x4bea91=>{_0x4fd6e5(_0x4bea91['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x4fd6e5(null)),setTimeout(()=>_0x4fd6e5(null),0x7d0);}catch{_0x4fd6e5(null);}});}async function getAudioConsistency(){try{const [_0x350583,_0x4848f0]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x350583===null||_0x4848f0===null)return null;const _0x47b6be={};_0x47b6be['consistent']=![],_0x47b6be['delta']=0x1;if(_0x350583['length']!==_0x4848f0['length'])return _0x47b6be;let _0x32567e=0x0;for(let _0x7cb629=0x0;_0x7cb629<_0x350583['length'];_0x7cb629++){_0x32567e+=Math['abs'](_0x350583[_0x7cb629]-_0x4848f0[_0x7cb629]);}return{'consistent':_0x32567e===0x0,'delta':Math['round'](_0x32567e*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x5dafb9=window['AudioContext']??window['webkitAudioContext'];if(_0x5dafb9===undefined)return null;const _0x536b38=new _0x5dafb9(),_0x14c499=_0x536b38['destination'],_0x3041d3={};_0x3041d3['maxChannelCount']=_0x14c499['maxChannelCount'],_0x3041d3['sampleRate']=_0x536b38['sampleRate'],_0x3041d3['channelCountMode']=_0x14c499['channelCountMode'],_0x3041d3['channelInterpretation']=_0x14c499['channelInterpretation'],_0x3041d3['numberOfOutputs']=_0x14c499['numberOfOutputs'];const _0x35266b=_0x3041d3;return _0x536b38['close']()['catch'](()=>undefined),_0x35266b;}catch{return null;}}function getAudioContextBaseLatency(){const _0x3a0e8f=isAndroid()||isWebKit();if(!_0x3a0e8f)return null;const _0x800446=window['AudioContext'];if(_0x800446===undefined)return null;const _0x9440f4=new _0x800446()['baseLatency'];if(_0x9440f4===undefined)return null;if(!isFinite(_0x9440f4))return null;return _0x9440f4;}function getAudioTrap(){return new Promise(_0x161d32=>{try{const _0x5dfda2=window,_0x1af125=_0x5dfda2['AudioContext']??_0x5dfda2['webkitAudioContext'];if(!_0x1af125){_0x161d32(null);return;}const _0x2dbdcb=new _0x1af125(),_0x4ba8cf=_0x2dbdcb['sampleRate']||0xac44,_0x2b7112=0x80,_0xd13a1b=_0x2dbdcb['createBuffer'](0x1,_0x2b7112,_0x4ba8cf),_0x289333=new Float32Array(_0x2b7112);for(let _0x424790=0x0;_0x424790<_0x2b7112;_0x424790++){_0x289333[_0x424790]=_0x424790%0x2===0x0?0.5:-0.5;}if(typeof _0xd13a1b['copyToChannel']==='function')_0xd13a1b['copyToChannel'](_0x289333,0x0);else{const _0x1e8c94=_0xd13a1b['getChannelData'](0x0);for(let _0x1a8f66=0x0;_0x1a8f66<_0x2b7112;_0x1a8f66++){_0x1e8c94[_0x1a8f66]=_0x289333[_0x1a8f66];}}const _0x202880=_0xd13a1b['getChannelData'](0x0);let _0x4af372=0x0;for(let _0x40fee8=0x0;_0x40fee8<_0x2b7112;_0x40fee8++){_0x4af372+=Math['abs'](_0x202880[_0x40fee8]-_0x289333[_0x40fee8]);}try{void _0x2dbdcb['close']();}catch{}_0x161d32({'clean':_0x4af372===0x0,'delta':Math['round'](_0x4af372*0x2540be400)/0x2540be400});}catch{_0x161d32(null);}});}async function getBarcodeDetection(){try{const _0x227d8f=window['BarcodeDetector'];if(!_0x227d8f){const _0x158da6={};return _0x158da6['supported']=![],_0x158da6['formats']=[],_0x158da6;}const _0xada6e0=await _0x227d8f['getSupportedFormats']();return{'supported':!![],'formats':_0xada6e0['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x1e1602){const _0x95f4c3=document['createElement']('canvas');_0x95f4c3['width']=WIDTH,_0x95f4c3['height']=HEIGHT;const _0xad5d33=_0x95f4c3['getContext']('2d');if(!_0xad5d33)return'';_0xad5d33['drawImage'](_0x1e1602,0x0,0x0,WIDTH,HEIGHT);const _0x3994d0=_0xad5d33['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x3d0875=WIDTH*HEIGHT,_0x1e2808=new Uint8Array(_0x3d0875);for(let _0x2316dc=0x0;_0x2316dc<_0x3d0875;_0x2316dc++){const _0x5c4e8d=_0x2316dc*0x4;_0x1e2808[_0x2316dc]=_0x3994d0[_0x5c4e8d]*0x4d+_0x3994d0[_0x5c4e8d+0x1]*0x96+_0x3994d0[_0x5c4e8d+0x2]*0x1d>>0x8;}let _0x7ac2ec='',_0x2c42c1=0x0,_0x4d0bd7=0x0;for(let _0x1b09a6=0x0;_0x1b09a6<HEIGHT;_0x1b09a6++){for(let _0xbf2daf=0x0;_0xbf2daf<HASH_SIZE;_0xbf2daf++){const _0x5674a1=_0x1b09a6*WIDTH+_0xbf2daf;_0x1e2808[_0x5674a1]>_0x1e2808[_0x5674a1+0x1]&&(_0x4d0bd7|=0x1<<0x3-_0x2c42c1),_0x2c42c1++,_0x2c42c1===0x4&&(_0x7ac2ec+=_0x4d0bd7['toString'](0x10),_0x4d0bd7=0x0,_0x2c42c1=0x0);}}return _0x7ac2ec;}function x64Add(_0x369ad9,_0x167742){const _0x4de144=_0x369ad9[0x0]>>>0x10,_0xc1dbb4=_0x369ad9[0x0]&0xffff,_0x5dfe8c=_0x369ad9[0x1]>>>0x10,_0x487f9e=_0x369ad9[0x1]&0xffff,_0x5b70f2=_0x167742[0x0]>>>0x10,_0x1f03ed=_0x167742[0x0]&0xffff,_0x4fd8de=_0x167742[0x1]>>>0x10,_0x53235f=_0x167742[0x1]&0xffff;let _0x2933d9=0x0,_0x5eb161=0x0,_0x562439=0x0,_0x3b435c=0x0;_0x3b435c+=_0x487f9e+_0x53235f,_0x562439+=_0x3b435c>>>0x10,_0x3b435c&=0xffff,_0x562439+=_0x5dfe8c+_0x4fd8de,_0x5eb161+=_0x562439>>>0x10,_0x562439&=0xffff,_0x5eb161+=_0xc1dbb4+_0x1f03ed,_0x2933d9+=_0x5eb161>>>0x10,_0x5eb161&=0xffff,_0x2933d9+=_0x4de144+_0x5b70f2,_0x2933d9&=0xffff,_0x369ad9[0x0]=_0x2933d9<<0x10|_0x5eb161,_0x369ad9[0x1]=_0x562439<<0x10|_0x3b435c;}function x64Multiply(_0x5160d5,_0x2e8b89){const _0x2a3a82=_0x5160d5[0x0]>>>0x10,_0x2e6669=_0x5160d5[0x0]&0xffff,_0x2e6309=_0x5160d5[0x1]>>>0x10,_0x2c47fb=_0x5160d5[0x1]&0xffff,_0x1b0bf4=_0x2e8b89[0x0]>>>0x10,_0x3fd80f=_0x2e8b89[0x0]&0xffff,_0x5504dd=_0x2e8b89[0x1]>>>0x10,_0x32b4ca=_0x2e8b89[0x1]&0xffff;let _0x455f7f=0x0,_0x2243e5=0x0,_0x4d3ef1=0x0,_0x3a1c30=0x0;_0x3a1c30+=_0x2c47fb*_0x32b4ca,_0x4d3ef1+=_0x3a1c30>>>0x10,_0x3a1c30&=0xffff,_0x4d3ef1+=_0x2e6309*_0x32b4ca,_0x2243e5+=_0x4d3ef1>>>0x10,_0x4d3ef1&=0xffff,_0x4d3ef1+=_0x2c47fb*_0x5504dd,_0x2243e5+=_0x4d3ef1>>>0x10,_0x4d3ef1&=0xffff,_0x2243e5+=_0x2e6669*_0x32b4ca,_0x455f7f+=_0x2243e5>>>0x10,_0x2243e5&=0xffff,_0x2243e5+=_0x2e6309*_0x5504dd,_0x455f7f+=_0x2243e5>>>0x10,_0x2243e5&=0xffff,_0x2243e5+=_0x2c47fb*_0x3fd80f,_0x455f7f+=_0x2243e5>>>0x10,_0x2243e5&=0xffff,_0x455f7f+=_0x2a3a82*_0x32b4ca+_0x2e6669*_0x5504dd+_0x2e6309*_0x3fd80f+_0x2c47fb*_0x1b0bf4,_0x455f7f&=0xffff,_0x5160d5[0x0]=_0x455f7f<<0x10|_0x2243e5,_0x5160d5[0x1]=_0x4d3ef1<<0x10|_0x3a1c30;}function x64Rotl(_0x19af92,_0x420581){const _0x523e64=_0x19af92[0x0],_0x3be655=_0x420581%0x40;if(_0x3be655===0x20)_0x19af92[0x0]=_0x19af92[0x1],_0x19af92[0x1]=_0x523e64;else{if(_0x3be655<0x20)_0x19af92[0x0]=_0x523e64<<_0x3be655|_0x19af92[0x1]>>>0x20-_0x3be655,_0x19af92[0x1]=_0x19af92[0x1]<<_0x3be655|_0x523e64>>>0x20-_0x3be655;else{const _0x104eab=_0x3be655-0x20;_0x19af92[0x0]=_0x19af92[0x1]<<_0x104eab|_0x523e64>>>0x20-_0x104eab,_0x19af92[0x1]=_0x523e64<<_0x104eab|_0x19af92[0x1]>>>0x20-_0x104eab;}}}function x64LeftShift(_0x551796,_0x166cad){const _0x5c3e8c=_0x166cad%0x40;if(_0x5c3e8c===0x0)return;else _0x5c3e8c<0x20?(_0x551796[0x0]=_0x551796[0x1]>>>0x20-_0x5c3e8c,_0x551796[0x1]=_0x551796[0x1]<<_0x5c3e8c):(_0x551796[0x0]=_0x551796[0x1]<<_0x5c3e8c-0x20,_0x551796[0x1]=0x0);}function x64Xor(_0x1cde8c,_0x3c05dc){_0x1cde8c[0x0]^=_0x3c05dc[0x0],_0x1cde8c[0x1]^=_0x3c05dc[0x1];}const F1=[0xff51afd7,0xed558ccd],F2=[0xc4ceb9fe,0x1a85ec53];function x64Fmix(_0x2a63bf){const _0x4eb036=[0x0,_0x2a63bf[0x0]>>>0x1];x64Xor(_0x2a63bf,_0x4eb036),x64Multiply(_0x2a63bf,F1),_0x4eb036[0x1]=_0x2a63bf[0x0]>>>0x1,x64Xor(_0x2a63bf,_0x4eb036),x64Multiply(_0x2a63bf,F2),_0x4eb036[0x1]=_0x2a63bf[0x0]>>>0x1,x64Xor(_0x2a63bf,_0x4eb036);}const C1=[0x87c37b91,0x114253d5],C2=[0x4cf5ad43,0x2745937f],M=[0x0,0x5],N1=[0x0,0x52dce729],N2=[0x0,0x38495ab5];function x64hash128(_0x1ecda1,_0x40f2b3){const _0x1a036d=getUTF8Bytes(_0x1ecda1),_0x2c66de=0x0,_0x253a1c=[0x0,_0x1a036d['length']],_0x5350e4=_0x253a1c[0x1]%0x10,_0x348aab=_0x253a1c[0x1]-_0x5350e4,_0x493bc0=[0x0,_0x2c66de],_0x4d9b28=[0x0,_0x2c66de],_0x188192=[0x0,0x0],_0x4a7d33=[0x0,0x0];let _0x277f91;for(_0x277f91=0x0;_0x277f91<_0x348aab;_0x277f91=_0x277f91+0x10){_0x188192[0x0]=_0x1a036d[_0x277f91+0x4]|_0x1a036d[_0x277f91+0x5]<<0x8|_0x1a036d[_0x277f91+0x6]<<0x10|_0x1a036d[_0x277f91+0x7]<<0x18,_0x188192[0x1]=_0x1a036d[_0x277f91]|_0x1a036d[_0x277f91+0x1]<<0x8|_0x1a036d[_0x277f91+0x2]<<0x10|_0x1a036d[_0x277f91+0x3]<<0x18,_0x4a7d33[0x0]=_0x1a036d[_0x277f91+0xc]|_0x1a036d[_0x277f91+0xd]<<0x8|_0x1a036d[_0x277f91+0xe]<<0x10|_0x1a036d[_0x277f91+0xf]<<0x18,_0x4a7d33[0x1]=_0x1a036d[_0x277f91+0x8]|_0x1a036d[_0x277f91+0x9]<<0x8|_0x1a036d[_0x277f91+0xa]<<0x10|_0x1a036d[_0x277f91+0xb]<<0x18,x64Multiply(_0x188192,C1),x64Rotl(_0x188192,0x1f),x64Multiply(_0x188192,C2),x64Xor(_0x493bc0,_0x188192),x64Rotl(_0x493bc0,0x1b),x64Add(_0x493bc0,_0x4d9b28),x64Multiply(_0x493bc0,M),x64Add(_0x493bc0,N1),x64Multiply(_0x4a7d33,C2),x64Rotl(_0x4a7d33,0x21),x64Multiply(_0x4a7d33,C1),x64Xor(_0x4d9b28,_0x4a7d33),x64Rotl(_0x4d9b28,0x1f),x64Add(_0x4d9b28,_0x493bc0),x64Multiply(_0x4d9b28,M),x64Add(_0x4d9b28,N2);}_0x188192[0x0]=0x0,_0x188192[0x1]=0x0,_0x4a7d33[0x0]=0x0,_0x4a7d33[0x1]=0x0;const _0x7208e7=[0x0,0x0];switch(_0x5350e4){case 0xf:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0xe],x64LeftShift(_0x7208e7,0x30),x64Xor(_0x4a7d33,_0x7208e7);case 0xe:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0xd],x64LeftShift(_0x7208e7,0x28),x64Xor(_0x4a7d33,_0x7208e7);case 0xd:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0xc],x64LeftShift(_0x7208e7,0x20),x64Xor(_0x4a7d33,_0x7208e7);case 0xc:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0xb],x64LeftShift(_0x7208e7,0x18),x64Xor(_0x4a7d33,_0x7208e7);case 0xb:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0xa],x64LeftShift(_0x7208e7,0x10),x64Xor(_0x4a7d33,_0x7208e7);case 0xa:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x9],x64LeftShift(_0x7208e7,0x8),x64Xor(_0x4a7d33,_0x7208e7);case 0x9:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x8],x64Xor(_0x4a7d33,_0x7208e7),x64Multiply(_0x4a7d33,C2),x64Rotl(_0x4a7d33,0x21),x64Multiply(_0x4a7d33,C1),x64Xor(_0x4d9b28,_0x4a7d33);case 0x8:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x7],x64LeftShift(_0x7208e7,0x38),x64Xor(_0x188192,_0x7208e7);case 0x7:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x6],x64LeftShift(_0x7208e7,0x30),x64Xor(_0x188192,_0x7208e7);case 0x6:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x5],x64LeftShift(_0x7208e7,0x28),x64Xor(_0x188192,_0x7208e7);case 0x5:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x4],x64LeftShift(_0x7208e7,0x20),x64Xor(_0x188192,_0x7208e7);case 0x4:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x3],x64LeftShift(_0x7208e7,0x18),x64Xor(_0x188192,_0x7208e7);case 0x3:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x2],x64LeftShift(_0x7208e7,0x10),x64Xor(_0x188192,_0x7208e7);case 0x2:_0x7208e7[0x1]=_0x1a036d[_0x277f91+0x1],x64LeftShift(_0x7208e7,0x8),x64Xor(_0x188192,_0x7208e7);case 0x1:_0x7208e7[0x1]=_0x1a036d[_0x277f91],x64Xor(_0x188192,_0x7208e7),x64Multiply(_0x188192,C1),x64Rotl(_0x188192,0x1f),x64Multiply(_0x188192,C2),x64Xor(_0x493bc0,_0x188192);}return x64Xor(_0x493bc0,_0x253a1c),x64Xor(_0x4d9b28,_0x253a1c),x64Add(_0x493bc0,_0x4d9b28),x64Add(_0x4d9b28,_0x493bc0),x64Fmix(_0x493bc0),x64Fmix(_0x4d9b28),x64Add(_0x493bc0,_0x4d9b28),x64Add(_0x4d9b28,_0x493bc0),('00000000'+(_0x493bc0[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x493bc0[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x4d9b28[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x4d9b28[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8);}const _0x4947c0={};_0x4947c0['winding']=![],_0x4947c0['unstable']=![],_0x4947c0['geometryMurHash']='',_0x4947c0['textMurHash']='',_0x4947c0['geometryDHash']='',_0x4947c0['textDHash']='';const EMPTY$1=_0x4947c0;function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x4492b4){const [_0x39cf7d,_0x12658b]=makeCanvasContext();if(!isSupported(_0x39cf7d,_0x12658b))return EMPTY$1;const _0x5c03a3=doesSupportWinding(_0x12658b);return renderAll(_0x39cf7d,_0x12658b,_0x5c03a3);}function makeCanvasContext(){const _0x4c079a=document['createElement']('canvas');return _0x4c079a['width']=0x1,_0x4c079a['height']=0x1,[_0x4c079a,_0x4c079a['getContext']('2d')];}function isSupported(_0x502d19,_0x2de797){return _0x2de797!==undefined&&_0x2de797!==null&&typeof _0x502d19['toDataURL']==='function';}function doesSupportWinding(_0x367a2b){return _0x367a2b['rect'](0x0,0x0,0xa,0xa),_0x367a2b['rect'](0x2,0x2,0x6,0x6),!_0x367a2b['isPointInPath'](0x5,0x5,'evenodd');}function renderAll(_0x11bd01,_0x16c805,_0x37e746){renderTextImage(_0x11bd01,_0x16c805);const _0x13cb01=computeDHash(_0x11bd01),_0x9c106a=canvasToString(_0x11bd01),_0x37c8b5=canvasToString(_0x11bd01);if(_0x9c106a!==_0x37c8b5){const _0x4a7c70={};return _0x4a7c70['winding']=_0x37e746,_0x4a7c70['unstable']=!![],_0x4a7c70['geometryMurHash']='',_0x4a7c70['textMurHash']='',_0x4a7c70['geometryDHash']='',_0x4a7c70['textDHash']='',_0x4a7c70;}renderGeometryImage(_0x11bd01,_0x16c805);const _0x41fe21=computeDHash(_0x11bd01),_0x5714ee=canvasToString(_0x11bd01);return{'winding':_0x37e746,'unstable':![],'geometryMurHash':x64hash128(_0x5714ee),'textMurHash':x64hash128(_0x9c106a),'geometryDHash':_0x41fe21,'textDHash':_0x13cb01};}function renderTextImage(_0x2d9f51,_0x427286){_0x2d9f51['width']=0xf0,_0x2d9f51['height']=0x3c,_0x427286['textBaseline']='alphabetic',_0x427286['fillStyle']='#f60',_0x427286['fillRect'](0x64,0x1,0x3e,0x14),_0x427286['fillStyle']='#069',_0x427286['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x25bbb0='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x427286['fillText'](_0x25bbb0,0x2,0xf),_0x427286['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x427286['font']='18pt\x20Arial',_0x427286['fillText'](_0x25bbb0,0x4,0x2d);}function renderGeometryImage(_0x2c3261,_0x4b3b46){_0x2c3261['width']=0x7a,_0x2c3261['height']=0x6e,_0x4b3b46['globalCompositeOperation']='multiply';for(const [_0xd60752,_0x30a1ed,_0x4ecf09]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x4b3b46['fillStyle']=_0xd60752,_0x4b3b46['beginPath'](),_0x4b3b46['arc'](_0x30a1ed,_0x4ecf09,0x28,0x0,Math['PI']*0x2,!![]),_0x4b3b46['closePath'](),_0x4b3b46['fill']();}_0x4b3b46['fillStyle']='#f9c',_0x4b3b46['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x4b3b46['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x4b3b46['fill']('evenodd');}function canvasToString(_0x24b2eb){return _0x24b2eb['toDataURL']();}function getCanvasAdvanced(){try{const _0x2d1409=document['createElement']('canvas'),_0x17a149=_0x2d1409['getContext']('2d');if(!_0x17a149)return null;const _0x14ac27=renderBlendModes(_0x2d1409,_0x17a149),_0x14522d=renderShadows(_0x2d1409,_0x17a149),_0x412d04=renderGradientPath(_0x2d1409,_0x17a149),_0x43dae7=testOffscreenConsistency(_0x2d1409,_0x17a149),_0x2aedeb={};return _0x2aedeb['blendDHash']=_0x14ac27['dHash'],_0x2aedeb['shadowDHash']=_0x14522d['dHash'],_0x2aedeb['gradientDHash']=_0x412d04['dHash'],_0x2aedeb['blendMurHash']=_0x14ac27['murHash'],_0x2aedeb['shadowMurHash']=_0x14522d['murHash'],_0x2aedeb['gradientMurHash']=_0x412d04['murHash'],_0x2aedeb['offscreenConsistent']=_0x43dae7,_0x2aedeb;}catch{return null;}}function renderBlendModes(_0x15ef5d,_0x3b1a84){_0x15ef5d['width']=0x64,_0x15ef5d['height']=0x64,_0x3b1a84['clearRect'](0x0,0x0,0x64,0x64),_0x3b1a84['fillStyle']='#e74c3c',_0x3b1a84['fillRect'](0xa,0xa,0x3c,0x3c),_0x3b1a84['globalCompositeOperation']='multiply',_0x3b1a84['fillStyle']='#3498db',_0x3b1a84['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x3b1a84['globalCompositeOperation']='screen',_0x3b1a84['fillStyle']='#2ecc71',_0x3b1a84['beginPath'](),_0x3b1a84['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x3b1a84['fill'](),_0x3b1a84['globalCompositeOperation']='overlay',_0x3b1a84['fillStyle']='#f39c12',_0x3b1a84['fillRect'](0x14,0x14,0x1e,0x3c),_0x3b1a84['globalCompositeOperation']='source-over';const _0x4bf817=computeDHash(_0x15ef5d),_0x183773=x64hash128(_0x15ef5d['toDataURL']()),_0x53524c={};return _0x53524c['dHash']=_0x4bf817,_0x53524c['murHash']=_0x183773,_0x53524c;}function renderShadows(_0x21b378,_0x4bc8b5){_0x21b378['width']=0x78,_0x21b378['height']=0x50,_0x4bc8b5['clearRect'](0x0,0x0,0x78,0x50),_0x4bc8b5['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x4bc8b5['shadowBlur']=0xa,_0x4bc8b5['shadowOffsetX']=0x5,_0x4bc8b5['shadowOffsetY']=0x5,_0x4bc8b5['fillStyle']='#9b59b6',_0x4bc8b5['fillRect'](0x14,0xf,0x28,0x28),_0x4bc8b5['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x4bc8b5['shadowBlur']=0xf,_0x4bc8b5['shadowOffsetX']=-0x3,_0x4bc8b5['shadowOffsetY']=0x3,_0x4bc8b5['fillStyle']='#1abc9c',_0x4bc8b5['beginPath'](),_0x4bc8b5['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x4bc8b5['fill'](),_0x4bc8b5['shadowColor']='transparent',_0x4bc8b5['shadowBlur']=0x0,_0x4bc8b5['shadowOffsetX']=0x0,_0x4bc8b5['shadowOffsetY']=0x0;const _0xeb6c43=computeDHash(_0x21b378),_0x36a906=x64hash128(_0x21b378['toDataURL']()),_0xe7e19={};return _0xe7e19['dHash']=_0xeb6c43,_0xe7e19['murHash']=_0x36a906,_0xe7e19;}function renderGradientPath(_0x386c87,_0x137527){_0x386c87['width']=0x64,_0x386c87['height']=0x64,_0x137527['clearRect'](0x0,0x0,0x64,0x64);const _0x5261a9=_0x137527['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x5261a9['addColorStop'](0x0,'#e74c3c'),_0x5261a9['addColorStop'](0.5,'#f39c12'),_0x5261a9['addColorStop'](0x1,'#2ecc71'),_0x137527['fillStyle']=_0x5261a9,_0x137527['beginPath'](),_0x137527['moveTo'](0x32,0x5),_0x137527['lineTo'](0x5f,0x23),_0x137527['lineTo'](0x50,0x5a),_0x137527['lineTo'](0x14,0x5a),_0x137527['lineTo'](0x5,0x23),_0x137527['closePath'](),_0x137527['fill']();try{const _0x330dc0=_0x137527['createConicGradient'](0x0,0x32,0x32);_0x330dc0['addColorStop'](0x0,'red'),_0x330dc0['addColorStop'](0.33,'green'),_0x330dc0['addColorStop'](0.66,'blue'),_0x330dc0['addColorStop'](0x1,'red'),_0x137527['globalCompositeOperation']='difference',_0x137527['fillStyle']=_0x330dc0,_0x137527['fillRect'](0xa,0xa,0x50,0x50),_0x137527['globalCompositeOperation']='source-over';}catch{}const _0x52e2d6=computeDHash(_0x386c87),_0xfae262=x64hash128(_0x386c87['toDataURL']()),_0x486ed={};return _0x486ed['dHash']=_0x52e2d6,_0x486ed['murHash']=_0xfae262,_0x486ed;}function testOffscreenConsistency(_0x23c35b,_0x1a0ee8){if(typeof OffscreenCanvas==='undefined')return null;try{_0x23c35b['width']=0x32,_0x23c35b['height']=0x32,_0x1a0ee8['clearRect'](0x0,0x0,0x32,0x32),_0x1a0ee8['fillStyle']='#e74c3c',_0x1a0ee8['beginPath'](),_0x1a0ee8['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x1a0ee8['fill']();const _0x12e307=computeDHash(_0x23c35b),_0x480a69=new OffscreenCanvas(0x32,0x32),_0x3d8b39=_0x480a69['getContext']('2d');if(!_0x3d8b39)return null;_0x3d8b39['fillStyle']='#e74c3c',_0x3d8b39['beginPath'](),_0x3d8b39['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x3d8b39['fill']();const _0x5c3f51=document['createElement']('canvas');_0x5c3f51['width']=0x32,_0x5c3f51['height']=0x32;const _0x428ac8=_0x5c3f51['getContext']('2d');if(!_0x428ac8)return null;const _0x3e4eb1=_0x480a69['transferToImageBitmap']();_0x428ac8['drawImage'](_0x3e4eb1,0x0,0x0);const _0x158d30=computeDHash(_0x5c3f51);return _0x12e307===_0x158d30;}catch{return null;}}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x360f14,_0x4fac09,_0x2862cc,_0xed4965){let _0x584cca=_0x360f14,_0x389ff3=_0x4fac09,_0x1d75e4=_0x2862cc,_0x10f126=_0xed4965;return function(){const _0x483dd9=_0x389ff3<<0x9;let _0x3b9a0d=0x5*_0x584cca;return _0x3b9a0d=0x9*(_0x3b9a0d<<0x7|_0x3b9a0d>>>0x19),_0x10f126^=_0x389ff3,_0x389ff3^=_0x1d75e4^=_0x584cca,_0x584cca^=_0x10f126,_0x1d75e4^=_0x483dd9,_0x10f126=_0x10f126<<0xb|_0x10f126>>>0x15,(_0x3b9a0d>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x508f6f=document['createElement']('canvas'),_0x2b3aee=_0x508f6f['getContext']('2d');if(_0x2b3aee===null)return null;_0x508f6f['width']=CANVAS_DIM,_0x508f6f['height']=CANVAS_DIM;const _0x186acd=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x5e41af=_0x186acd()*CANVAS_DIM,_0x451f4c=_0x186acd()*CANVAS_DIM,_0x63c311=_0x2b3aee['createRadialGradient'](_0x5e41af,_0x451f4c,0x2,_0x5e41af,_0x451f4c,CANVAS_DIM*0.8);for(let _0xdf8df=0x0;_0xdf8df<0x5;_0xdf8df++){const _0xd8c5e2=Math['floor'](_0x186acd()*0x100),_0x7581b6=Math['floor'](_0x186acd()*0x100),_0x69fc39=Math['floor'](_0x186acd()*0x100);_0x63c311['addColorStop'](_0xdf8df/0x4,'rgb('+_0xd8c5e2+','+_0x7581b6+','+_0x69fc39+')');}_0x2b3aee['fillStyle']=_0x63c311,_0x2b3aee['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0xfd4514=0x0;_0xfd4514<0x3;_0xfd4514++){_0x2b3aee['beginPath'](),_0x2b3aee['arc'](_0x186acd()*CANVAS_DIM,_0x186acd()*CANVAS_DIM,_0x186acd()*CANVAS_DIM*0.4+0x2,_0x186acd()*Math['PI']*0x2,_0x186acd()*Math['PI']*0x2),_0x2b3aee['strokeStyle']='rgba('+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+(_0x186acd()*0.5+0.5)['toFixed'](0x2)+')',_0x2b3aee['lineWidth']=_0x186acd()*0x3+0.5,_0x2b3aee['stroke']();}for(let _0x722b56=0x0;_0x722b56<0x2;_0x722b56++){_0x2b3aee['beginPath'](),_0x2b3aee['moveTo'](_0x186acd()*CANVAS_DIM,_0x186acd()*CANVAS_DIM),_0x2b3aee['bezierCurveTo'](_0x186acd()*CANVAS_DIM,_0x186acd()*CANVAS_DIM,_0x186acd()*CANVAS_DIM,_0x186acd()*CANVAS_DIM,_0x186acd()*CANVAS_DIM,_0x186acd()*CANVAS_DIM),_0x2b3aee['strokeStyle']='rgba('+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+(_0x186acd()*0.5+0.5)['toFixed'](0x2)+')',_0x2b3aee['lineWidth']=_0x186acd()*0x2+0.5,_0x2b3aee['stroke']();}_0x2b3aee['shadowBlur']=_0x186acd()*0x8+0x2,_0x2b3aee['shadowColor']='rgba('+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+',0.7)',_0x2b3aee['shadowOffsetX']=_0x186acd()*0x4-0x2,_0x2b3aee['shadowOffsetY']=_0x186acd()*0x4-0x2,_0x2b3aee['fillStyle']='rgb('+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+')',_0x2b3aee['fillRect'](_0x186acd()*CANVAS_DIM*0.5,_0x186acd()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x2b3aee['shadowBlur']=0x0,_0x2b3aee['shadowColor']='transparent',_0x2b3aee['shadowOffsetX']=0x0,_0x2b3aee['shadowOffsetY']=0x0;const _0x1ad15f=['serif','sans-serif','monospace'];for(let _0x519103=0x0;_0x519103<0x3;_0x519103++){const _0x14afc4=Math['floor'](_0x186acd()*0xc)+0x8;_0x2b3aee['font']=_0x14afc4+'px\x20'+_0x1ad15f[_0x519103%0x3],_0x2b3aee['fillStyle']='rgb('+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+')',_0x2b3aee['fillText'](String['fromCharCode'](Math['floor'](_0x186acd()*0x1a)+0x41,Math['floor'](_0x186acd()*0x1a)+0x61,Math['floor'](_0x186acd()*0xa)+0x30),_0x186acd()*CANVAS_DIM*0.7,_0x186acd()*CANVAS_DIM*0.8+_0x14afc4);}_0x2b3aee['globalAlpha']=0.3;const _0x4236bd=_0x2b3aee['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x4236bd['addColorStop'](0x0,'rgba('+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+',1)'),_0x4236bd['addColorStop'](0x1,'rgba('+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+','+Math['floor'](_0x186acd()*0x100)+',1)'),_0x2b3aee['fillStyle']=_0x4236bd,_0x2b3aee['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x2b3aee['globalAlpha']=0x1;const _0x2f230a=_0x2b3aee['getImageData'](0x0,0x0,_0x508f6f['width'],_0x508f6f['height']),_0x14734a=fnv1a$2(_0x2f230a['data']),_0x38caa8=computeDHash(_0x508f6f),_0x2cdf11=x64hash128(_0x508f6f['toDataURL']()),_0x550822={};return _0x550822['p']=_0x14734a,_0x550822['d']=CANVAS_DIM,_0x550822['dHash']=_0x38caa8,_0x550822['murHash']=_0x2cdf11,_0x550822;}catch{return null;}}function getColorGamut(){for(const _0x1c26ed of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x1c26ed+')')['matches'])return _0x1c26ed;}return undefined;}const _0x31c8e5={};_0x31c8e5['prop']='width',_0x31c8e5['value']='calc(sin(1)\x20*\x201000px)',_0x31c8e5['label']='sin1';const _0x2acfe0={};_0x2acfe0['prop']='width',_0x2acfe0['value']='calc(cos(1)\x20*\x201000px)',_0x2acfe0['label']='cos1';const _0x42446b={};_0x42446b['prop']='width',_0x42446b['value']='calc(tan(0.5)\x20*\x201000px)',_0x42446b['label']='tan05';const _0x11543f={};_0x11543f['prop']='width',_0x11543f['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x11543f['label']='sincos';const _0x15e407={};_0x15e407['prop']='width',_0x15e407['value']='calc(sin(0.001)\x20*\x201000000px)',_0x15e407['label']='sin_small';const _0x446a5c={};_0x446a5c['prop']='width',_0x446a5c['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x446a5c['label']='cos_pi';const _0xe582a6={};_0xe582a6['prop']='width',_0xe582a6['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0xe582a6['label']='tan15';const _0x56149f={};_0x56149f['prop']='width',_0x56149f['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x56149f['label']='sin_large';const _0x568407={};_0x568407['prop']='height',_0x568407['value']='calc(sqrt(2)\x20*\x201000px)',_0x568407['label']='sqrt2';const _0x4caa7e={};_0x4caa7e['prop']='height',_0x4caa7e['value']='calc(exp(1)\x20*\x20100px)',_0x4caa7e['label']='exp1';const _0x165b75={};_0x165b75['prop']='height',_0x165b75['value']='calc(log(10)\x20*\x201000px)',_0x165b75['label']='log10';const _0x128f7b={};_0x128f7b['prop']='height',_0x128f7b['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x128f7b['label']='hypot34';const EXPRESSIONS=[_0x31c8e5,_0x2acfe0,_0x42446b,_0x11543f,_0x15e407,_0x446a5c,_0xe582a6,_0x56149f,_0x568407,_0x4caa7e,_0x165b75,_0x128f7b];function getCssTrigPrecision(){try{if(typeof CSS==='undefined'||typeof CSS['supports']!=='function')return null;if(!CSS['supports']('width','calc(sin(1)\x20*\x201px)'))return null;const _0x43193b=document['createElement']('div');_0x43193b['style']['position']='absolute',_0x43193b['style']['visibility']='hidden',_0x43193b['style']['overflow']='hidden',_0x43193b['style']['top']='-9999px',_0x43193b['style']['left']='-9999px',document['body']['appendChild'](_0x43193b);const _0x327a5c={};for(const _0x4b9545 of EXPRESSIONS){const _0x1e0f3a=document['createElement']('div');_0x1e0f3a['style']['position']='absolute',_0x1e0f3a['style'][_0x4b9545['prop']]=_0x4b9545['value'],_0x43193b['appendChild'](_0x1e0f3a);const _0x348850=getComputedStyle(_0x1e0f3a),_0x379395=parseFloat(_0x348850[_0x4b9545['prop']]);!isNaN(_0x379395)&&isFinite(_0x379395)&&(_0x327a5c[_0x4b9545['label']]=Math['round'](_0x379395*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x43193b),Object['keys'](_0x327a5c)['length']>0x0?_0x327a5c:null;}catch{return null;}}const KEY_SYSTEMS=[['wv','com.widevine.alpha'],['wvp','com.widevine.alpha.experiment'],['pr','com.microsoft.playready'],['ck','org.w3.clearkey'],['pt','com.adobe.primetime'],['fp','com.apple.fairplay']],_0x58f7df={};_0x58f7df['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x4ce68a={};_0x4ce68a['initDataTypes']=['cenc'],_0x4ce68a['audioCapabilities']=[_0x58f7df];const PROBE_CONFIG=[_0x4ce68a];function getRequestFn(){if(typeof navigator==='undefined')return null;const _0x29e31b=navigator['requestMediaKeySystemAccess'];if(typeof _0x29e31b!=='function')return null;return _0x29e31b;}function getDrmSystems(){const _0x14d500=getRequestFn();if(_0x14d500===null)return null;return async()=>{const _0x23df60={};_0x23df60['wv']=![],_0x23df60['wvp']=![],_0x23df60['pr']=![],_0x23df60['ck']=![],_0x23df60['pt']=![],_0x23df60['fp']=![];const _0xa8e6d7=_0x23df60;return await Promise['all'](KEY_SYSTEMS['map'](async([_0x4b7428,_0x3fefad])=>{try{await _0x14d500['call'](navigator,_0x3fefad,PROBE_CONFIG),_0xa8e6d7[_0x4b7428]=!![];}catch{_0xa8e6d7[_0x4b7428]=![];}})),_0xa8e6d7;};}const IFRAME_INIT_TIMEOUT_MS=0x1388,IFRAME_ACTION_TIMEOUT_MS=0xbb8,BODY_POLL_TIMEOUT_MS=0x1388;async function withIframe(_0x3695fd,_0x11cff6,_0x330cc6=0x32){const _0x191050=document;while(_0x191050['body']===null){await wait(_0x330cc6);}const _0x2e1ea7=_0x191050['createElement']('iframe');try{await new Promise((_0x382641,_0x4059bf)=>{let _0x4771fb=![];const _0x5804de=()=>{_0x4771fb=!![],_0x382641();},_0x305084=_0x383444=>{_0x4771fb=!![],_0x4059bf(_0x383444);};_0x2e1ea7['onload']=_0x5804de,_0x2e1ea7['onerror']=_0x305084;const {style:_0x1efacf}=_0x2e1ea7;_0x1efacf['setProperty']('display','block','important'),_0x1efacf['position']='absolute',_0x1efacf['top']='0',_0x1efacf['left']='0',_0x1efacf['visibility']='hidden';_0x11cff6!==undefined&&_0x11cff6!==''&&'srcdoc'in _0x2e1ea7?_0x2e1ea7['srcdoc']=_0x11cff6:_0x2e1ea7['src']='about:blank';_0x191050['body']['appendChild'](_0x2e1ea7);const _0x38fcd8=()=>{if(_0x4771fb)return;_0x2e1ea7['contentWindow']?.['document']['readyState']==='complete'?_0x5804de():setTimeout(_0x38fcd8,0xa);};_0x38fcd8();});while(!_0x2e1ea7['contentWindow']?.['document']['body']){await wait(_0x330cc6);}return await _0x3695fd(_0x2e1ea7,_0x2e1ea7['contentWindow']);}finally{_0x2e1ea7['parentNode']?.['removeChild'](_0x2e1ea7);}}function emptyCounters(){const _0x5b0501={};return _0x5b0501['creations']=0x0,_0x5b0501['loadsCompleted']=0x0,_0x5b0501['initErrors']=0x0,_0x5b0501['initTimeouts']=0x0,_0x5b0501['actionTimeouts']=0x0,_0x5b0501['actionsCompleted']=0x0,_0x5b0501['actionsErrored']=0x0,_0x5b0501['readyStateSpins']=0x0,_0x5b0501['bodyAwaitSpins']=0x0,_0x5b0501['bodyAwaitMs']=0x0,_0x5b0501;}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];['dc']=emptyCounters();constructor(_0x559c90=0x1388){this['idleTimeoutMs']=_0x559c90;}['getDebugCounters'](){const _0x2c20c1={...this['dc']};return _0x2c20c1;}['execute'](_0x1aba64){return new Promise((_0x2ccba8,_0x25d5c3)=>{const _0xabbcf4={};_0xabbcf4['action']=_0x1aba64,_0xabbcf4['resolve']=_0x2ccba8,_0xabbcf4['reject']=_0x25d5c3,this['queue']['push'](_0xabbcf4),void this['processQueue']();});}async['processQueue'](){if(this['processing'])return;this['processing']=!![];try{while(this['queue']['length']>0x0){this['idleTimer']!==null&&(clearTimeout(this['idleTimer']),this['idleTimer']=null);try{await withTimeoutReject(this['ensureIframe'](),IFRAME_INIT_TIMEOUT_MS,()=>{return this['dc']['initTimeouts']+=0x1,new Error('IframePool:\x20ensureIframe\x20timed\x20out\x20after\x20'+IFRAME_INIT_TIMEOUT_MS+'ms');});}catch(_0x3b1b85){this['dc']['initErrors']+=0x1;const _0x84b1e0=this['queue']['shift']();_0x84b1e0?.['reject'](_0x3b1b85);continue;}const _0x1bbab4=this['queue']['shift'](),_0x4f7cfe=this['iframe'];if(_0x1bbab4===undefined)continue;if(_0x4f7cfe===null){_0x1bbab4['reject'](new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run'));continue;}try{const _0x230279=await withTimeoutReject(Promise['resolve'](_0x1bbab4['action'](_0x4f7cfe,_0x4f7cfe['contentWindow'])),IFRAME_ACTION_TIMEOUT_MS,()=>{return this['dc']['actionTimeouts']+=0x1,new Error('IframePool:\x20action\x20timed\x20out\x20after\x20'+IFRAME_ACTION_TIMEOUT_MS+'ms');});this['dc']['actionsCompleted']+=0x1,_0x1bbab4['resolve'](_0x230279);}catch(_0x18f4ff){this['dc']['actionsErrored']+=0x1,_0x1bbab4['reject'](_0x18f4ff);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x5a8939=document,_0x12b411=Date['now'](),_0x422ca8=_0x12b411+BODY_POLL_TIMEOUT_MS;while(_0x5a8939['body']===null){if(Date['now']()>_0x422ca8){this['dc']['bodyAwaitMs']+=Date['now']()-_0x12b411;throw new Error('IframePool:\x20document.body\x20did\x20not\x20appear\x20within\x20'+BODY_POLL_TIMEOUT_MS+'ms');}this['dc']['bodyAwaitSpins']+=0x1,await wait(0x32);}this['dc']['bodyAwaitMs']+=Date['now']()-_0x12b411;if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x5b9bb9=_0x5a8939['createElement']('iframe');this['dc']['creations']+=0x1,this['iframe']=_0x5b9bb9,this['iframeReady']=new Promise((_0x38637a,_0x37ae4c)=>{let _0x2b9d29=![];_0x5b9bb9['onload']=()=>{_0x2b9d29=!![],this['dc']['loadsCompleted']+=0x1,_0x38637a();},_0x5b9bb9['onerror']=_0x2efc99=>{_0x2b9d29=!![],this['dc']['initErrors']+=0x1,_0x37ae4c(_0x2efc99);};const {style:_0x62be0c}=_0x5b9bb9;_0x62be0c['setProperty']('display','block','important'),_0x62be0c['position']='absolute',_0x62be0c['top']='0',_0x62be0c['left']='0',_0x62be0c['visibility']='hidden',_0x5b9bb9['src']='about:blank',_0x5a8939['body']['appendChild'](_0x5b9bb9);const _0x1a9173=()=>{if(_0x2b9d29)return;_0x5b9bb9['contentWindow']?.['document']['readyState']==='complete'?(_0x2b9d29=!![],this['dc']['loadsCompleted']+=0x1,_0x38637a()):(this['dc']['readyStateSpins']+=0x1,setTimeout(_0x1a9173,0xa));};_0x1a9173();}),await this['iframeReady'];const _0xdff6e2=Date['now']()+BODY_POLL_TIMEOUT_MS;while(!_0x5b9bb9['contentWindow']?.['document']['body']){if(Date['now']()>_0xdff6e2)throw new Error('IframePool:\x20iframe\x20body\x20did\x20not\x20appear\x20within\x20'+BODY_POLL_TIMEOUT_MS+'ms');await wait(0x32);}}['scheduleCleanup'](){this['idleTimer']=setTimeout(()=>{this['destroy']();},this['idleTimeoutMs']);}['destroy'](){this['idleTimer']!==null&&(clearTimeout(this['idleTimer']),this['idleTimer']=null);this['iframe']&&(this['iframe']['parentNode']?.['removeChild'](this['iframe']),this['iframe']=null,this['iframeReady']=null);if(this['queue']['length']>0x0){const _0x279a9e=this['queue']['splice'](0x0),_0x237246=new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run');for(const _0x378907 of _0x279a9e)_0x378907['reject'](_0x237246);}}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function addStyleString(_0x346023,_0x2650e9){for(const _0x290a97 of _0x2650e9['split'](';')){const _0x1dca79=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/['exec'](_0x290a97);if(_0x1dca79){const [,_0xe4caed,_0x576d18,,_0xc9f037]=_0x1dca79;_0x346023['setProperty'](_0xe4caed,_0x576d18,_0xc9f037??'');}}}function isAnyParentCrossOrigin(){let _0x4c7cf9=window;for(;;){const _0x15a035=_0x4c7cf9['parent'];if(_0x15a035===_0x4c7cf9)return![];try{if(_0x15a035['location']['origin']!==_0x4c7cf9['location']['origin'])return!![];}catch(_0x30c437){if(_0x30c437 instanceof Error&&_0x30c437['name']==='SecurityError')return!![];throw _0x30c437;}_0x4c7cf9=_0x15a035;}}function getEmojiSignal(){let _0x6b2713='';for(let _0x307065=0x1f600;_0x307065<=0x1f64f;_0x307065++){_0x6b2713+=String['fromCodePoint'](_0x307065);}return getIframePool()['execute']((_0xd1624f,_0x14ebb8)=>{const _0x39ae0d=_0x14ebb8['document'],_0xbc6187=_0x39ae0d['createElement']('span');_0xbc6187['style']['whiteSpace']='nowrap',_0xbc6187['innerText']=_0x6b2713,_0x39ae0d['body']['append'](_0xbc6187);const _0x5cc91f={},_0x318ea0=['x','y','left','right','bottom','height','top','width'],_0x2b38f9=_0xbc6187['getBoundingClientRect']();for(const _0x199c06 of _0x318ea0){_0x199c06 in _0x2b38f9&&(_0x5cc91f[_0x199c06]=Math['round'](_0x2b38f9[_0x199c06]*0x64)/0x64);}const _0xa186a=_0x14ebb8['getComputedStyle'](_0xbc6187,null)['getPropertyValue']('font-family');return _0x5cc91f['font']=_0xa186a,_0x39ae0d['body']['removeChild'](_0xbc6187),_0x5cc91f;});}function getEndianness(){const _0x26c897=new Float32Array(0x1),_0x3a4cbf=new Uint8Array(_0x26c897['buffer']);return _0x26c897[0x0]=Infinity,_0x26c897[0x0]=_0x26c897[0x0]-_0x26c897[0x0],_0x3a4cbf[0x3];}const defaultText='mmMwWLliI0fiflO&1',_0x442caa={};_0x442caa['font']='-apple-system-body';const _0x2b4929={};_0x2b4929['fontFamily']='serif';const _0x4080ec={};_0x4080ec['fontFamily']='sans-serif';const _0x49b52e={};_0x49b52e['fontFamily']='monospace';const _0x258f80={};_0x258f80['fontSize']='1px';const _0x253c43={};_0x253c43['fontFamily']='system-ui';const _0x12b52f={};_0x12b52f['default']=[],_0x12b52f['apple']=[_0x442caa],_0x12b52f['serif']=[_0x2b4929],_0x12b52f['sans']=[_0x4080ec],_0x12b52f['mono']=[_0x49b52e],_0x12b52f['min']=[_0x258f80],_0x12b52f['system']=[_0x253c43];const presets=_0x12b52f;function getFontPreferences(){return withNaturalFonts((_0x4cf6e2,_0x66c6bb,_0x204652)=>{const _0x278c41={},_0x4e0c1f={};for(const _0xec1f6c of Object['keys'](presets)){const [_0x31826b={},_0x449795=defaultText]=presets[_0xec1f6c],_0x45964f=_0x4cf6e2['createElement']('span');_0x45964f['textContent']=_0x449795,_0x45964f['style']['whiteSpace']='nowrap';for(const _0x5ed9ce of Object['keys'](_0x31826b)){const _0x5b79f3=_0x31826b[_0x5ed9ce];_0x5b79f3!==undefined&&(_0x45964f['style'][_0x5ed9ce]=_0x5b79f3);}_0x278c41[_0xec1f6c]=_0x45964f,_0x66c6bb['append'](_0x4cf6e2['createElement']('br'),_0x45964f);}const _0xde97b6=_0x204652['devicePixelRatio']>0x0?_0x204652['devicePixelRatio']:0x1;for(const _0x32c0c8 of Object['keys'](presets)){_0x4e0c1f[_0x32c0c8]=Math['round'](_0x278c41[_0x32c0c8]['getBoundingClientRect']()['width']*_0xde97b6*0x64)/0x64;}return _0x4e0c1f;});}function withNaturalFonts(_0x29df05,_0x496ce1=0xfa0){return withIframe((_0x66ac5e,_0xd93086)=>{const _0x5a9c1d=_0xd93086['document'],_0x5d3c94=_0x5a9c1d['body'],_0x534bbc=_0x5d3c94['style'];_0x534bbc['width']=_0x496ce1+'px',_0x534bbc['webkitTextSizeAdjust']=_0x534bbc['textSizeAdjust']='none';if(isChromium())_0x5d3c94['style']['zoom']=''+0x1/_0xd93086['devicePixelRatio'];else isWebKit()&&(_0x5d3c94['style']['zoom']='reset');const _0x2c7bfb=_0x5a9c1d['createElement']('div'),_0x463e93={};return _0x463e93['length']=_0x496ce1/0x14<<0x0,_0x2c7bfb['textContent']=Array['from'](_0x463e93)['map'](()=>'word')['join']('\x20'),_0x5d3c94['appendChild'](_0x2c7bfb),_0x29df05(_0x5a9c1d,_0x5d3c94,_0xd93086);},'<!doctype\x20html><html><head><meta\x20name=\x22viewport\x22\x20content=\x22width=device-width,\x20initial-scale=1\x22>');}const testString='mmMwWLliI0fiflO&1',textSize='48px',baseFonts=['monospace','sans-serif','serif'],fontList=['sans-serif-thin','ARNO\x20PRO','Agency\x20FB','Arabic\x20Typesetting','Arial','Arial\x20Black','Arial\x20Narrow','Arial\x20Rounded\x20MT','Arial\x20Unicode\x20MS','Arimo','Archivo','AvantGarde\x20Bk\x20BT','BankGothic\x20Md\x20BT','Barlow','Batang','Bebas\x20Neue','Bitter','Bitstream\x20Vera\x20Sans\x20Mono','Bookman','Cabin','Calibri','Candara','Century','Century\x20Gothic','Clarendon','Comic\x20Sans\x20MS','Constantia','Courier','Courier\x20New','Crimson\x20Text','DM\x20Mono','DM\x20Sans','DM\x20Serif\x20Display','DM\x20Serif\x20Text','Dosis','Droid\x20Sans','EUROSTILE','Exo','Fira\x20Code','Fira\x20Sans','Franklin\x20Gothic','Franklin\x20Gothic\x20Medium','Futura\x20Bk\x20BT','Futura\x20Md\x20BT','Garamond','Geneva','Georgia','GOTHAM','Gill\x20Sans','HELV','Haettenschweiler','Helvetica','Helvetica\x20Neue','Humanst521\x20BT','Impact','Inconsolata','Indie\x20Flower','Inter','Josefin\x20Sans','Karla','Lato','Leelawadee','Letter\x20Gothic','Levenim\x20MT','Lexend','Lucida\x20Bright','Lucida\x20Console','Lucida\x20Sans','Lucida\x20Sans\x20Unicode','Manrope','Marlett','Meiryo\x20UI','Menlo','Merriweather','Merriweather\x20Sans','Microsoft\x20Uighur','Minion\x20Pro','Monotype\x20Corsiva','Montserrat','MS\x20Mincho','MS\x20Outlook','MS\x20Reference\x20Specialty','MS\x20UI\x20Gothic','MT\x20Extra','Myriad','MYRIAD\x20PRO','Noto\x20Sans','Nunito','Nunito\x20Sans','Open\x20Sans','Optima','Orbitron','Oswald','Pacifico','Palatino','Perpetua','PMingLiU','Poppins','Pristina','Prompt','PT\x20Sans','PT\x20Serif','Public\x20Sans','Quicksand','Rajdhani','Recursive','Roboto','Roboto\x20Condensed','Rockwell','Rubik','SCRIPTINA','Segoe\x20Print','Segoe\x20Script','Segoe\x20UI','Segoe\x20UI\x20Light','Serifa','SimHei','Small\x20Fonts','Sora','Source\x20Sans\x20Pro','Space\x20Mono','Staccato222\x20BT','Tahoma','Taviraj','Times','Times\x20New\x20Roman','Titillium\x20Web','TRAJAN\x20PRO','Trebuchet\x20MS','Ubuntu','Univers\x20CE\x2055\x20Medium','Varela\x20Round','Verdana','Vrinda','Work\x20Sans','ZWAdobeF'];function getFonts(){return getIframePool()['execute']((_0x3ebeb6,{document:_0x4f6860})=>{const _0x3f7a2a=_0x4f6860['body'];_0x3f7a2a['style']['fontSize']=textSize;const _0x235b6a=_0x4f6860['createElement']('div');_0x235b6a['style']['setProperty']('visibility','hidden','important');const _0x58e634={},_0x4d8a3c={},_0x84d13e=_0xb3d60f=>{const _0x41b122=_0x4f6860['createElement']('span'),{style:_0x28bd75}=_0x41b122;return _0x28bd75['position']='absolute',_0x28bd75['top']='0',_0x28bd75['left']='0',_0x28bd75['fontFamily']=_0xb3d60f,_0x41b122['textContent']=testString,_0x235b6a['appendChild'](_0x41b122),_0x41b122;},_0x45e65f=(_0x10e2b3,_0x5864e9)=>{return _0x84d13e('\x27'+_0x10e2b3+'\x27,'+_0x5864e9);},_0x3ee9b7=()=>{return baseFonts['map'](_0x84d13e);},_0x52b377=()=>{const _0x4c3f47={};for(const _0xb57f27 of fontList){_0x4c3f47[_0xb57f27]=baseFonts['map'](_0x30ab0b=>_0x45e65f(_0xb57f27,_0x30ab0b));}return _0x4c3f47;},_0x37ffc4=_0x491945=>{return baseFonts['some']((_0x43799c,_0x5422dc)=>_0x491945[_0x5422dc]['offsetWidth']!==_0x58e634[_0x43799c]||_0x491945[_0x5422dc]['offsetHeight']!==_0x4d8a3c[_0x43799c]);},_0xae8d70=_0x3ee9b7(),_0xdae37f=_0x52b377();_0x3f7a2a['appendChild'](_0x235b6a);for(let _0x1ca0b4=0x0;_0x1ca0b4<baseFonts['length'];_0x1ca0b4++){_0x58e634[baseFonts[_0x1ca0b4]]=_0xae8d70[_0x1ca0b4]['offsetWidth'],_0x4d8a3c[baseFonts[_0x1ca0b4]]=_0xae8d70[_0x1ca0b4]['offsetHeight'];}return fontList['filter'](_0x1d9293=>_0x37ffc4(_0xdae37f[_0x1d9293]));});}const ROTATION_MATRICES=[[0x0,0x1,0x0,Math['PI']/0x7],[0x1,0x0,0x0,Math['PI']/0x8],[0x0,0x1,0x1,Math['PI']/0x4],[0x1,0x2,0x1,Math['PI']/0x8]],TEX_WIDTH=0x7,TEX_HEIGHT=0x9,BYTES_PER_PIXEL=0x4,RT_WIDTH=0x20,RT_HEIGHT=0x20,TIMING_BUCKET_US=0x64,TIMEOUT_MS=0x5dc,WGSL_SHADER='\x0astruct\x20Uniforms\x20{\x0a\x20\x20params:\x20vec4f,\x0a}\x0a\x0a@group(0)\x20@binding(0)\x20var\x20mySampler:\x20sampler;\x0a@group(0)\x20@binding(1)\x20var\x20myTexture:\x20texture_2d<f32>;\x0a@group(1)\x20@binding(0)\x20var<uniform>\x20uniforms:\x20Uniforms;\x0a\x0astruct\x20VertexOutput\x20{\x0a\x20\x20@builtin(position)\x20position:\x20vec4f,\x0a\x20\x20@location(0)\x20uv:\x20vec2f,\x0a}\x0a\x0a@vertex\x0afn\x20vs(@builtin(vertex_index)\x20idx:\x20u32)\x20->\x20VertexOutput\x20{\x0a\x20\x20var\x20pos\x20=\x20array<vec2f,\x206>(\x0a\x20\x20\x20\x20vec2f(-1,\x20-1),\x20vec2f(1,\x20-1),\x20vec2f(-1,\x201),\x0a\x20\x20\x20\x20vec2f(-1,\x201),\x20vec2f(1,\x20-1),\x20vec2f(1,\x201),\x0a\x20\x20);\x0a\x20\x20let\x20p\x20=\x20uniforms.params;\x0a\x20\x20let\x20angle\x20=\x20p.w;\x0a\x20\x20let\x20axis\x20=\x20normalize(p.xyz);\x0a\x20\x20let\x20c\x20=\x20cos(angle);\x0a\x20\x20let\x20s\x20=\x20sin(angle);\x0a\x20\x20let\x20t\x20=\x201.0\x20-\x20c;\x0a\x20\x20let\x20x\x20=\x20axis.x;\x20let\x20y\x20=\x20axis.y;\x20let\x20z\x20=\x20axis.z;\x0a\x20\x20let\x20m\x20=\x20mat3x3f(\x0a\x20\x20\x20\x20vec3f(t*x*x\x20+\x20c,\x20t*x*y\x20+\x20s*z,\x20t*x*z\x20-\x20s*y),\x0a\x20\x20\x20\x20vec3f(t*x*y\x20-\x20s*z,\x20t*y*y\x20+\x20c,\x20t*y*z\x20+\x20s*x),\x0a\x20\x20\x20\x20vec3f(t*x*z\x20+\x20s*y,\x20t*y*z\x20-\x20s*x,\x20t*z*z\x20+\x20c),\x0a\x20\x20);\x0a\x20\x20let\x20v\x20=\x20pos[idx];\x0a\x20\x20let\x20rotated\x20=\x20m\x20*\x20vec3f(v,\x200.0);\x0a\x20\x20var\x20out:\x20VertexOutput;\x0a\x20\x20out.position\x20=\x20vec4f(rotated.xy,\x200.0,\x201.0);\x0a\x20\x20out.uv\x20=\x20v\x20*\x200.5\x20+\x200.5;\x0a\x20\x20return\x20out;\x0a}\x0a\x0a@fragment\x0afn\x20fs(@location(0)\x20uv:\x20vec2f)\x20->\x20@location(0)\x20vec4f\x20{\x0a\x20\x20return\x20textureSample(myTexture,\x20mySampler,\x20uv);\x0a}\x0a';async function getAdapterInfo$1(_0x5d7203){const _0xccdf25=_0x5d7203['info'];if(_0xccdf25!==undefined&&_0xccdf25!==null){const _0x4f0363={};return _0x4f0363['vendor']=_0xccdf25['vendor'],_0x4f0363['architecture']=_0xccdf25['architecture'],_0x4f0363;}if(typeof _0x5d7203['requestAdapterInfo']==='function'){const _0x5f3887=await _0x5d7203['requestAdapterInfo'](),_0x442786={};return _0x442786['vendor']=_0x5f3887['vendor'],_0x442786['architecture']=_0x5f3887['architecture'],_0x442786;}const _0x188082={};return _0x188082['vendor']='',_0x188082['architecture']='',_0x188082;}function createTextureData(){const _0xf9cfff=[],_0x15f628=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x262b26=0x0;_0x262b26<TEX_WIDTH*TEX_HEIGHT;_0x262b26++){_0xf9cfff['push'](..._0x15f628[_0x262b26%0x3]);}return new Uint8Array(_0xf9cfff);}function quantizeTiming(_0x28d522){const _0xe5d2d3=Number(_0x28d522/0x3e8n);return Math['round'](_0xe5d2d3/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0xd01f2d,_0x5e9d80){const _0x566e7a=[];for(const _0x11e566 of _0x5e9d80){_0x566e7a['push'](_0x11e566);}const _0x9b268c={};_0x9b268c['requiredFeatures']=_0x566e7a;const _0x544cdf=await _0xd01f2d['requestDevice'](_0x9b268c);try{return await renderAndReadbackOnDevice(_0x544cdf);}finally{typeof _0x544cdf['destroy']==='function'&&_0x544cdf['destroy']();}}async function renderAndReadbackOnDevice(_0x1eddef){const _0x139640='rgba8unorm',_0x13bbe5={};_0x13bbe5['label']='fp-shader',_0x13bbe5['code']=WGSL_SHADER;const _0x2bc379=_0x1eddef['createShaderModule'](_0x13bbe5),_0x468eec={};_0x468eec['module']=_0x2bc379;const _0x4d2719={};_0x4d2719['format']=_0x139640;const _0x4d44ef={};_0x4d44ef['module']=_0x2bc379,_0x4d44ef['targets']=[_0x4d2719];const _0x58e9c9={};_0x58e9c9['topology']='triangle-list';const _0x54d825={};_0x54d825['label']='fp-pipeline',_0x54d825['layout']='auto',_0x54d825['vertex']=_0x468eec,_0x54d825['fragment']=_0x4d44ef,_0x54d825['primitive']=_0x58e9c9;const _0x18f479=_0x1eddef['createRenderPipeline'](_0x54d825),_0x294e01=createTextureData(),_0x551004={};_0x551004['label']='fp-src-texture',_0x551004['size']=[TEX_WIDTH,TEX_HEIGHT],_0x551004['format']='rgba8unorm',_0x551004['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x25a2d8=_0x1eddef['createTexture'](_0x551004),_0x30b694={};_0x30b694['texture']=_0x25a2d8;const _0x5e0a0b={};_0x5e0a0b['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0xf8a682={};_0xf8a682['width']=TEX_WIDTH,_0xf8a682['height']=TEX_HEIGHT,_0x1eddef['queue']['writeTexture'](_0x30b694,_0x294e01['buffer'],_0x5e0a0b,_0xf8a682);const _0x3da834={};_0x3da834['label']='fp-sampler';const _0x83a05d=_0x1eddef['createSampler'](_0x3da834),_0x537348={};_0x537348['binding']=0x0,_0x537348['resource']=_0x83a05d;const _0x1b1a5d=_0x1eddef['createBindGroup']({'layout':_0x18f479['getBindGroupLayout'](0x0),'entries':[_0x537348,{'binding':0x1,'resource':_0x25a2d8['createView']()}]}),_0x22cdf0=ROTATION_MATRICES['map'](_0xd4d52=>{const _0x161633={};_0x161633['label']='fp-uniform',_0x161633['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x161633['usage']=GPUBufferUsage['UNIFORM'],_0x161633['mappedAtCreation']=!![];const _0x478e58=_0x1eddef['createBuffer'](_0x161633);new Float32Array(_0x478e58['getMappedRange']())['set'](_0xd4d52),_0x478e58['unmap']();const _0x510405={};_0x510405['buffer']=_0x478e58;const _0x206b9c={};return _0x206b9c['binding']=0x0,_0x206b9c['resource']=_0x510405,_0x1eddef['createBindGroup']({'layout':_0x18f479['getBindGroupLayout'](0x1),'entries':[_0x206b9c]});}),_0x4f206a=_0x1eddef['features']['has']('timestamp-query');let _0x3ec4c5=null,_0xb54f31=null,_0x3c0267=null;if(_0x4f206a){const _0x6347fd={};_0x6347fd['label']='fp-ts',_0x6347fd['type']='timestamp',_0x6347fd['count']=0x2,_0x3ec4c5=_0x1eddef['createQuerySet'](_0x6347fd);const _0x12a4bd={};_0x12a4bd['size']=0x2*0x8,_0x12a4bd['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0xb54f31=_0x1eddef['createBuffer'](_0x12a4bd);const _0x5e2bbf={};_0x5e2bbf['size']=0x2*0x8,_0x5e2bbf['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x3c0267=_0x1eddef['createBuffer'](_0x5e2bbf);}const _0xcedf3d={};_0xcedf3d['label']='fp-rt',_0xcedf3d['size']=[RT_WIDTH,RT_HEIGHT],_0xcedf3d['format']=_0x139640,_0xcedf3d['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x3f33bd=_0x1eddef['createTexture'](_0xcedf3d),_0x47dd9b=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0xc39420={};_0xc39420['label']='fp-pixel-read',_0xc39420['size']=_0x47dd9b*RT_HEIGHT,_0xc39420['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x173817=_0x1eddef['createBuffer'](_0xc39420),_0x5019e5=[],_0x2cdd69=[];for(let _0x4e4125=0x0;_0x4e4125<ROTATION_MATRICES['length'];_0x4e4125++){const _0xd2dbcc=_0x3f33bd['createView'](),_0x3dda51={};_0x3dda51['label']='fp-enc-'+_0x4e4125;const _0x34b81d=_0x1eddef['createCommandEncoder'](_0x3dda51),_0xeb4f6f={};_0xeb4f6f['r']=0x0,_0xeb4f6f['g']=0x0,_0xeb4f6f['b']=0x0,_0xeb4f6f['a']=0x1;const _0x50654c={};_0x50654c['view']=_0xd2dbcc,_0x50654c['clearValue']=_0xeb4f6f,_0x50654c['loadOp']='clear',_0x50654c['storeOp']='store';const _0x12a96e={'label':'fp-pass-'+_0x4e4125,'colorAttachments':[_0x50654c],..._0x4f206a&&_0x3ec4c5?{'timestampWrites':{'querySet':_0x3ec4c5,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x35f69b=_0x12a96e,_0x16b838=_0x34b81d['beginRenderPass'](_0x35f69b);_0x16b838['setPipeline'](_0x18f479),_0x16b838['setBindGroup'](0x0,_0x1b1a5d),_0x16b838['setBindGroup'](0x1,_0x22cdf0[_0x4e4125]),_0x16b838['draw'](0x6),_0x16b838['end']();_0x4f206a&&_0x3ec4c5&&_0xb54f31&&_0x3c0267&&(_0x34b81d['resolveQuerySet'](_0x3ec4c5,0x0,0x2,_0xb54f31,0x0),_0x34b81d['copyBufferToBuffer'](_0xb54f31,0x0,_0x3c0267,0x0,_0xb54f31['size']));const _0x2eedfb={};_0x2eedfb['x']=0x0,_0x2eedfb['y']=0x0;const _0x5a4b5b={};_0x5a4b5b['texture']=_0x3f33bd,_0x5a4b5b['origin']=_0x2eedfb;const _0x4c73b7={};_0x4c73b7['buffer']=_0x173817,_0x4c73b7['bytesPerRow']=_0x47dd9b,_0x4c73b7['rowsPerImage']=RT_HEIGHT;const _0xf83beb={};_0xf83beb['width']=RT_WIDTH,_0xf83beb['height']=RT_HEIGHT,_0x34b81d['copyTextureToBuffer'](_0x5a4b5b,_0x4c73b7,_0xf83beb),_0x1eddef['queue']['submit']([_0x34b81d['finish']()]),await _0x173817['mapAsync'](GPUMapMode['READ']);const _0x53dabb=new Uint8Array(_0x173817['getMappedRange']()),_0x420b96=RT_WIDTH*BYTES_PER_PIXEL,_0x4aef97=new Uint8Array(_0x420b96*RT_HEIGHT);for(let _0x140b87=0x0;_0x140b87<RT_HEIGHT;_0x140b87++){_0x4aef97['set'](_0x53dabb['subarray'](_0x140b87*_0x47dd9b,_0x140b87*_0x47dd9b+_0x420b96),_0x140b87*_0x420b96);}_0x5019e5['push'](fnv1a$1(_0x4aef97)),_0x173817['unmap']();if(_0x4f206a&&_0x3c0267)try{await _0x3c0267['mapAsync'](GPUMapMode['READ']);const _0x4fb46c=new BigUint64Array(_0x3c0267['getMappedRange']()),_0x5294f4=_0x4fb46c[0x0],_0x3ad9b1=_0x4fb46c[0x1];_0x3ad9b1>_0x5294f4&&_0x2cdd69['push'](quantizeTiming(_0x3ad9b1-_0x5294f4)),_0x3c0267['unmap']();}catch{}}const _0x1b2c3f=new Uint8Array(_0x5019e5['length']*0x4),_0x5614e8=new DataView(_0x1b2c3f['buffer']);for(let _0x411580=0x0;_0x411580<_0x5019e5['length'];_0x411580++){_0x5614e8['setUint32'](_0x411580*0x4,_0x5019e5[_0x411580],!![]);}let _0x452d80='';for(let _0x52a5b9=0x0;_0x52a5b9<_0x1b2c3f['length'];_0x52a5b9++){_0x452d80+=String['fromCharCode'](_0x1b2c3f[_0x52a5b9]);}return{'pixelHash':btoa(_0x452d80),'timingBuckets':_0x2cdd69};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x1993d7={};return _0x1993d7['s']=-0x1,_0x1993d7['v']=null,_0x1993d7;}const _0x2b3b86={};_0x2b3b86['s']=-0x2,_0x2b3b86['v']=null;const _0x5d58f6=await Promise['race']([collectWebGpuSignal(),new Promise(_0x17dece=>setTimeout(()=>_0x17dece(_0x2b3b86),TIMEOUT_MS))]);return _0x5d58f6;}async function collectWebGpuSignal(){const {getCachedGpuAdapter:_0x384995}=await Promise['resolve']()['then'](function(){return webgpuAdapter;});let _0x281b10;try{const _0x35cef4=_0x384995(),_0x1824f7={};_0x1824f7['s']=-0x4,_0x1824f7['v']=null;if(_0x35cef4===null)return _0x1824f7;const _0xa071=await _0x35cef4;if(_0xa071===null){const _0x398119={};return _0x398119['s']=-0x4,_0x398119['v']=null,_0x398119;}_0x281b10=_0xa071;}catch(_0x424ddc){if(_0x424ddc instanceof Error){const _0x5867ac={};return _0x5867ac['s']=-0x3,_0x5867ac['v']=null,_0x5867ac;}throw _0x424ddc;}try{const _0x383365=Array['from'](_0x281b10['features']['values']())['sort'](),[_0x3867b9,_0xc01898]=await Promise['all']([renderAndReadback(_0x281b10,_0x383365),getAdapterInfo$1(_0x281b10)]),_0x123de9={};_0x123de9['s']=_0x383365,_0x123de9['f']=_0x3867b9['pixelHash'],_0x123de9['t']=_0x3867b9['timingBuckets'],_0x123de9['v']=_0xc01898['vendor'],_0x123de9['a']=_0xc01898['architecture'];const _0x1ba71a={};return _0x1ba71a['s']=0x0,_0x1ba71a['v']=_0x123de9,_0x1ba71a;}catch(_0x23eab7){if(_0x23eab7 instanceof TypeError){const _0x3cf6b5={};return _0x3cf6b5['s']=-0x7,_0x3cf6b5['v']=null,_0x3cf6b5;}throw _0x23eab7;}}const _0x29e91f={};_0x29e91f['text']='今天天气真好我们出去玩吧',_0x29e91f['locale']='zh',_0x29e91f['gran']='word';const _0x481552={};_0x481552['text']='東京都は日本の首都です',_0x481552['locale']='ja',_0x481552['gran']='word';const _0x8b10d7={};_0x8b10d7['text']='สวัสดีครับวันนี้อากาศดี',_0x8b10d7['locale']='th',_0x8b10d7['gran']='word';const _0x568c7a={};_0x568c7a['text']='오늘날씨가좋아서산책했습니다',_0x568c7a['locale']='ko',_0x568c7a['gran']='word';const _0x48e410={};_0x48e410['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x48e410['locale']='en',_0x48e410['gran']='word';const _0x48aac1={};_0x48aac1['text']='👨👩👧👦🏳️🌈👩🏽💻',_0x48aac1['locale']='en',_0x48aac1['gran']='grapheme';const SEGMENTER_TESTS=[_0x29e91f,_0x481552,_0x8b10d7,_0x568c7a,_0x48e410,_0x48aac1],_0x521fe3={};_0x521fe3['code']='XK',_0x521fe3['type']='region';const _0x5df288={};_0x5df288['code']='EH',_0x5df288['type']='region';const _0x3afbdd={};_0x3afbdd['code']='SX',_0x3afbdd['type']='region';const _0x37b4e3={};_0x37b4e3['code']='BQ',_0x37b4e3['type']='region';const _0x1f12e3={};_0x1f12e3['code']='SS',_0x1f12e3['type']='region';const _0x307c72={};_0x307c72['code']='CW',_0x307c72['type']='region';const DISPLAY_NAMES_TESTS=[_0x521fe3,_0x5df288,_0x3afbdd,_0x37b4e3,_0x1f12e3,_0x307c72];function getIntlSegmenter(){const _0x5590c9={};_0x5590c9['segmenter']=null,_0x5590c9['displayNames']=null;const _0x531c45=_0x5590c9;try{const _0x1febbf=Intl['Segmenter'];if(_0x1febbf){const _0x556f63={};for(const _0x39a057 of SEGMENTER_TESTS){try{const _0x281bcc=new _0x1febbf(_0x39a057['locale'],{'granularity':_0x39a057['gran']}),_0x48b9ef=[..._0x281bcc['segment'](_0x39a057['text'])]['length'];_0x556f63[_0x39a057['locale']+'_'+_0x39a057['gran']]=_0x48b9ef;}catch{}}Object['keys'](_0x556f63)['length']>0x0&&(_0x531c45['segmenter']=_0x556f63);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x18687e={},_0x3397d3={};_0x3397d3['type']='region';const _0x272416=new Intl['DisplayNames'](['en'],_0x3397d3);for(const _0x4c56be of DISPLAY_NAMES_TESTS){try{const _0x5268f9=_0x272416['of'](_0x4c56be['code']);_0x5268f9!==undefined&&_0x5268f9!==''&&(_0x18687e[_0x4c56be['code']]=_0x5268f9);}catch{}}Object['keys'](_0x18687e)['length']>0x0&&(_0x531c45['displayNames']=_0x18687e);}}catch{}return _0x531c45;}const fallbackFn=()=>0x0;function getMathFn(_0x4e1cbe){const _0x4d6114=globalThis['Math'][_0x4e1cbe];return typeof _0x4d6114==='function'?_0x4d6114:fallbackFn;}function getMathSignal(){const _0x13e6eb=getMathFn('acos'),_0x1616a5=getMathFn('acosh'),_0x51012e=getMathFn('asin'),_0x559647=getMathFn('asinh'),_0x561747=getMathFn('atanh'),_0x5f4fdb=getMathFn('atan'),_0x480003=getMathFn('sin'),_0x5a73c7=getMathFn('sinh'),_0x4ce2ae=getMathFn('cos'),_0x2610dd=getMathFn('cosh'),_0xd29944=getMathFn('tan'),_0x19aac8=getMathFn('tanh'),_0x2c8636=getMathFn('exp'),_0x257376=getMathFn('expm1'),_0x227f2c=getMathFn('log1p'),_0x452c5d=_0x22fe05=>Math['pow'](Math['PI'],_0x22fe05),_0x291c31=_0x84ec99=>Math['log'](_0x84ec99+Math['sqrt'](_0x84ec99*_0x84ec99-0x1)),_0x371581=_0x207083=>Math['log'](_0x207083+Math['sqrt'](_0x207083*_0x207083+0x1)),_0x5d4c7b=_0x38c5dc=>Math['log']((0x1+_0x38c5dc)/(0x1-_0x38c5dc))/0x2,_0x53b224=_0x29fa68=>Math['exp'](_0x29fa68)-0x1/Math['exp'](_0x29fa68)/0x2,_0x17ba91=_0x5e6432=>(Math['exp'](_0x5e6432)+0x1/Math['exp'](_0x5e6432))/0x2,_0x21a66f=_0x5afe38=>Math['exp'](_0x5afe38)-0x1,_0x238866=_0x190d13=>(Math['exp'](0x2*_0x190d13)-0x1)/(Math['exp'](0x2*_0x190d13)+0x1),_0x38946d=_0x5e7deb=>Math['log'](0x1+_0x5e7deb);return{'acos':_0x13e6eb(0.12312423423423424),'acosh':_0x1616a5(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x291c31(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x51012e(0.12312423423423424),'asinh':_0x559647(0x1),'asinhPf':_0x371581(0x1),'atanh':_0x561747(0.5),'atanhPf':_0x5d4c7b(0.5),'atan':_0x5f4fdb(0.5),'sin':_0x480003(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x5a73c7(0x1),'sinhPf':_0x53b224(0x1),'cos':_0x4ce2ae(10.000000000123),'cosh':_0x2610dd(0x1),'coshPf':_0x17ba91(0x1),'tan':_0xd29944(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x19aac8(0x1),'tanhPf':_0x238866(0x1),'exp':_0x2c8636(0x1),'expm1':_0x257376(0x1),'expm1Pf':_0x21a66f(0x1),'log1p':_0x227f2c(0xa),'log1pPf':_0x38946d(0xa),'powPI':_0x452c5d(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x33283d=document['createDocumentFragment'](),_0xe25d44=createMathElement(_0x33283d,'mrow'),_0x102dd3=createMathElement(_0xe25d44,'munderover'),_0x4e3683=createMathElement(_0x102dd3,'mmultiscripts');createMathElement(_0x4e3683,'mo','∏');for(const [_0x68dba0,_0x42770f,_0x3cac59,_0x19b54f,_0x1604fa]of QUINTUPLETS){const _0x355fe9=document['createElement']('mmultiscripts');createMathElement(_0x355fe9,'mi',_0x68dba0),createMathElement(_0x355fe9,'mi',_0x42770f),createMathElement(_0x355fe9,'mi',_0x3cac59),createMathElement(_0x355fe9,'mprescripts'),createMathElement(_0x355fe9,'mi',_0x19b54f),createMathElement(_0x355fe9,'mi',_0x1604fa),_0x4e3683['append'](_0x355fe9);}return getIframePool()['execute']((_0x3b3458,_0x38a1d3)=>{const _0xd21b84=_0x38a1d3['document'],_0x575803=_0xd21b84['createElement']('math');_0x575803['style']['whiteSpace']='nowrap',_0x575803['append'](_0x33283d),_0xd21b84['body']['append'](_0x575803);const _0x3f39f2={},_0x474198=_0x575803['getBoundingClientRect'](),_0x11d9a8=['x','y','left','right','bottom','height','top','width'];for(const _0x4d884c of _0x11d9a8){_0x4d884c in _0x474198&&(_0x3f39f2[_0x4d884c]=_0x474198[_0x4d884c]);}const _0x59d50e=_0x38a1d3['getComputedStyle'](_0x575803,null)['getPropertyValue']('font-family');return _0x3f39f2['font']=_0x59d50e,_0xd21b84['body']['removeChild'](_0x575803),_0x3f39f2;});}function createMathElement(_0x163b88,_0x548a2c,_0x241c91=''){const _0x531e91=document['createElement'](_0x548a2c);return _0x531e91['textContent']=_0x241c91,_0x163b88['appendChild'](_0x531e91),_0x531e91;}const MSE_AUDIO_CODECS=['audio/mp4;\x20codecs=\x22mp4a.40.2\x22','audio/webm;\x20codecs=\x22vorbis\x22','audio/ogg;\x20codecs=\x22vorbis\x22','audio/wav;\x20codecs=\x221\x22','audio/ogg;\x20codecs=\x22speex\x22','audio/ogg;\x20codecs=\x22flac\x22','audio/mpeg','audio/3gpp'],MSE_VIDEO_CODECS=['video/mp4;\x20codecs=\x22avc1.42E01E\x22','video/mp4;\x20codecs=\x22avc1.58A01E\x22','video/mp4;\x20codecs=\x22avc1.4D401E\x22','video/mp4;\x20codecs=\x22avc1.64001E\x22','video/mp4;\x20codecs=\x22mp4v.20.8\x22','video/webm;\x20codecs=\x22vp8\x22','video/webm;\x20codecs=\x22vp9\x22','video/ogg;\x20codecs=\x22theora\x22','video/mp4;\x20codecs=\x22hvc1\x22','video/mp4;\x20codecs=\x22av01.0.01M.08\x22','video/webm;\x20codecs=\x22av1\x22'];function getMediaCodecsExtended(){return{'mseAudio':getMseBitmask(MSE_AUDIO_CODECS),'mseVideo':getMseBitmask(MSE_VIDEO_CODECS),'rtcAudioCodecs':getRtcCodecs('audio'),'rtcVideoCodecs':getRtcCodecs('video')};}function getMseBitmask(_0xb62c00){const _0xd71890=window,_0x142099=_0xd71890['MediaSource'];if(_0x142099===undefined||typeof _0x142099['isTypeSupported']!=='function')return-0x1;let _0x470b2e=0x0;for(let _0x51f14f=0x0;_0x51f14f<_0xb62c00['length'];_0x51f14f++){try{_0x142099['isTypeSupported'](_0xb62c00[_0x51f14f])&&(_0x470b2e|=0x1<<_0x51f14f);}catch{}}return _0x470b2e;}function getRtcCodecs(_0x1fa04b){const _0x48b1e0=window,_0x3732c2=_0x48b1e0['RTCRtpReceiver'];if(_0x3732c2===undefined||typeof _0x3732c2['getCapabilities']!=='function')return null;try{const _0x441954=_0x3732c2['getCapabilities'](_0x1fa04b);if(_0x441954===null)return null;const _0x1d8c72=_0x441954['codecs']['map'](_0x3277be=>''+_0x3277be['mimeType']+(_0x3277be['sdpFmtpLine']!==undefined&&_0x3277be['sdpFmtpLine']!==''?';'+_0x3277be['sdpFmtpLine']:''));return _0x1d8c72['sort']();}catch{return null;}}const VOICES_CHANGED_EVENT='voiceschanged',POLL_TIMEOUT_MS=0x258;function escapeField(_0x20e930){if(_0x20e930===undefined||_0x20e930===null||_0x20e930==='')return'';return String(_0x20e930)['replace'](/([,\\])/g,'\x5c$1');}function getSpeechSynthesis(){if(typeof window==='undefined')return null;const _0x20e9b2=window['speechSynthesis'];if(!_0x20e9b2||typeof _0x20e9b2['getVoices']!=='function')return null;return _0x20e9b2;}function readVoicesOnce(_0x1579e5){try{const _0x60ddf1=_0x1579e5['getVoices']();if(Array['isArray'](_0x60ddf1)&&_0x60ddf1['length']>0x0)return _0x60ddf1;}catch{}return null;}function awaitVoicesPopulated(_0x147738){return new Promise(_0x71ac01=>{let _0x905327=![];const _0x50f96c=_0x545588=>{if(_0x905327)return;_0x905327=!![];if(_0xc63f13!==null)clearTimeout(_0xc63f13);if(_0x182fbe!==null&&typeof _0x147738['removeEventListener']==='function')try{_0x147738['removeEventListener'](VOICES_CHANGED_EVENT,_0x182fbe);}catch{}_0x71ac01(_0x545588);},_0x544856=readVoicesOnce(_0x147738);if(_0x544856!==null){_0x71ac01(_0x544856);return;}let _0xc63f13=setTimeout(()=>{_0x50f96c(null);},POLL_TIMEOUT_MS),_0x182fbe=null;if(typeof _0x147738['addEventListener']==='function'){_0x182fbe=()=>{const _0x45bac0=readVoicesOnce(_0x147738);if(_0x45bac0!==null)_0x50f96c(_0x45bac0);};try{_0x147738['addEventListener'](VOICES_CHANGED_EVENT,_0x182fbe);}catch{_0x182fbe=null;}}});}function buildDescriptors(_0x590e58){const _0xd3d933=[];for(const _0x4270a4 of _0x590e58){const _0x4e44d7=escapeField(_0x4270a4['voiceURI']),_0x561248=escapeField(_0x4270a4['name']),_0x5e1746=escapeField(_0x4270a4['lang']),_0x4654c1=_0x4270a4['localService']===!![]?'1':'0',_0x493c66=_0x4270a4['default']===!![]?'1':'0';_0xd3d933['push'](_0x4e44d7+','+_0x561248+','+_0x5e1746+','+_0x4654c1+','+_0x493c66);}return _0xd3d933['sort'](),_0xd3d933;}function buildMask(_0x3958d0){let _0x473854=0x0;for(const _0xbbd461 of _0x3958d0){if(_0xbbd461['localService']===!![])_0x473854|=0x1;if(_0xbbd461['default']===!![])_0x473854|=0x2;}return _0x473854;}function getSpeechVoices(){const _0x8a8a11=getSpeechSynthesis();if(_0x8a8a11===null)return null;return async()=>{let _0x48fac9=await awaitVoicesPopulated(_0x8a8a11);if(_0x48fac9===null)try{const _0x5191e5=_0x8a8a11['getVoices']();if(Array['isArray'](_0x5191e5))_0x48fac9=_0x5191e5;else return null;}catch{return null;}const _0x1d735d=buildDescriptors(_0x48fac9),_0x7f23d7=x64hash128(JSON['stringify'](_0x1d735d)),_0x336e95=buildMask(_0x48fac9),_0x42e7af=_0x48fac9['length'],_0x445d34={};return _0x445d34['hash']=_0x7f23d7,_0x445d34['mask']=_0x336e95,_0x445d34['count']=_0x42e7af,_0x445d34;};}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x4e8a5a,_0xc58565)=>{const _0x34be1d=_0xc58565['document'],_0x4c4d34=_0x34be1d['createElement']('div');_0x4c4d34['style']['border']='.5px\x20dotted\x20transparent',_0x34be1d['body']['appendChild'](_0x4c4d34);const _0x3cd78c=_0x4c4d34['offsetHeight'];return _0x34be1d['body']['removeChild'](_0x4c4d34),_0x3cd78c;});}catch{return null;}}function getSupportedConstraints(){try{const _0x4a5d7=navigator['mediaDevices'];if(_0x4a5d7===undefined||typeof _0x4a5d7['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x4a5d7['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x36641e='';for(let _0xb263a7=0x1f600;_0xb263a7<=0x1f64f;_0xb263a7++){_0x36641e+=String['fromCodePoint'](_0xb263a7);}return getIframePool()['execute']((_0x32722e,_0x240560)=>{const _0x25ed18=_0x240560['document'],_0x41ba05='http://www.w3.org/2000/svg',_0x2b5be3=_0x25ed18['createElementNS'](_0x41ba05,'svg');_0x2b5be3['setAttribute']('width','0'),_0x2b5be3['setAttribute']('height','0'),_0x2b5be3['style']['position']='absolute',_0x2b5be3['style']['visibility']='hidden';const _0x336e35=_0x25ed18['createElementNS'](_0x41ba05,'text');_0x336e35['setAttribute']('x','0'),_0x336e35['setAttribute']('y','50'),_0x336e35['setAttribute']('font-size','16'),_0x336e35['textContent']=_0x36641e,_0x2b5be3['appendChild'](_0x336e35),_0x25ed18['body']['appendChild'](_0x2b5be3);const _0x666df1=_0x240560['getComputedStyle'](_0x336e35)['getPropertyValue']('font-family');let _0x6fd533=null;try{const _0x2db373=_0x336e35['getBBox']();_0x6fd533={'x':round(_0x2db373['x']),'y':round(_0x2db373['y']),'width':round(_0x2db373['width']),'height':round(_0x2db373['height'])};}catch{}let _0x2d7ee0=null;try{const _0x5acfcd=_0x336e35,_0x56c5a8=_0x5acfcd['getExtentOfChar'](0x0);_0x2d7ee0={'x':round(_0x56c5a8['x']),'y':round(_0x56c5a8['y']),'width':round(_0x56c5a8['width']),'height':round(_0x56c5a8['height'])};}catch{}let _0x14aaec=null;try{const _0x4da35f=_0x336e35;_0x14aaec=round(_0x4da35f['getSubStringLength'](0x0,0xa));}catch{}let _0x5140d6=null;try{const _0x5e9225=_0x336e35;_0x5140d6=round(_0x5e9225['getComputedTextLength']());}catch{}_0x25ed18['body']['removeChild'](_0x2b5be3);const _0x1cf63d={};return _0x1cf63d['bbox']=_0x6fd533,_0x1cf63d['charExtent']=_0x2d7ee0,_0x1cf63d['substringLength']=_0x14aaec,_0x1cf63d['computedTextLength']=_0x5140d6,_0x1cf63d['font']=_0x666df1,_0x1cf63d;});}function round(_0x23ade4){return Math['round'](_0x23ade4*0x64)/0x64;}const _0x4c79a1={};_0x4c79a1['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x4c79a1['width']=0x780,_0x4c79a1['height']=0x438,_0x4c79a1['bitrate']=0x4c4b40,_0x4c79a1['framerate']=0x1e;const _0x3a5568={};_0x3a5568['type']='file',_0x3a5568['video']=_0x4c79a1;const _0x253665={};_0x253665['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x253665['width']=0x780,_0x253665['height']=0x438,_0x253665['bitrate']=0x4c4b40,_0x253665['framerate']=0x1e;const _0x1bdfca={};_0x1bdfca['type']='file',_0x1bdfca['video']=_0x253665;const _0x5180d2={};_0x5180d2['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x5180d2['width']=0x780,_0x5180d2['height']=0x438,_0x5180d2['bitrate']=0x4c4b40,_0x5180d2['framerate']=0x1e;const _0x189fd0={};_0x189fd0['type']='file',_0x189fd0['video']=_0x5180d2;const _0x1dc9c2={};_0x1dc9c2['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x1dc9c2['width']=0x780,_0x1dc9c2['height']=0x438,_0x1dc9c2['bitrate']=0x4c4b40,_0x1dc9c2['framerate']=0x1e;const _0x5cf8a0={};_0x5cf8a0['type']='file',_0x5cf8a0['video']=_0x1dc9c2;const _0x1c319e={};_0x1c319e['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x1c319e['width']=0x780,_0x1c319e['height']=0x438,_0x1c319e['bitrate']=0x4c4b40,_0x1c319e['framerate']=0x1e;const _0x5c0923={};_0x5c0923['type']='file',_0x5c0923['video']=_0x1c319e;const _0x13a0ac={};_0x13a0ac['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x13a0ac['width']=0xf00,_0x13a0ac['height']=0x870,_0x13a0ac['bitrate']=0x1312d00,_0x13a0ac['framerate']=0x3c;const _0x47b0d8={};_0x47b0d8['type']='file',_0x47b0d8['video']=_0x13a0ac;const _0x17c416={};_0x17c416['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x17c416['width']=0xf00,_0x17c416['height']=0x870,_0x17c416['bitrate']=0x1312d00,_0x17c416['framerate']=0x3c;const _0x5aa564={};_0x5aa564['type']='file',_0x5aa564['video']=_0x17c416;const _0x4b46b5={};_0x4b46b5['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x4b46b5['width']=0xf00,_0x4b46b5['height']=0x870,_0x4b46b5['bitrate']=0x1312d00,_0x4b46b5['framerate']=0x3c;const _0x5b8d3c={};_0x5b8d3c['type']='file',_0x5b8d3c['video']=_0x4b46b5;const CODEC_CONFIGS=[_0x3a5568,_0x1bdfca,_0x189fd0,_0x5cf8a0,_0x5c0923,_0x47b0d8,_0x5aa564,_0x5b8d3c];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x35e0ab=>{try{const _0x513186=await navigator['mediaCapabilities']['decodingInfo'](_0x35e0ab);let _0xaae83e=0x0;if(_0x513186['supported'])_0xaae83e|=0x1;if(_0x513186['smooth'])_0xaae83e|=0x2;if(_0x513186['powerEfficient'])_0xaae83e|=0x4;return _0xaae83e;}catch(_0x6e91a4){return _0x6e91a4 instanceof Error?_0x6e91a4['message']:String(_0x6e91a4);}}));}const WASM_PREFIX$1=[0x0,0x61,0x73,0x6d,0x1,0x0,0x0,0x0,0x1,0x4,0x1,0x60,0x0,0x0,0x3,0x2,0x1,0x0,0xa],FEATURE_MODULES$1=[[0x9,0x1,0x7,0x0,0x41,0x0,0xfd,0xf,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0xf0,0x43,0x0,0x0,0x0,0xc,0x1,0xa,0x0,0xfc,0x2,0x3,0x1,0x1,0x0,0x0,0x6e,0x1a,0xb,0xa1,0xa],[0x6,0x1,0x4,0x0,0x12,0x0,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x8,0x1,0x6,0x0,0x41,0x0,0xc0,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x7,0x1,0x5,0x0,0xd0,0x70,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0]];function getWasmFeatures(){try{if(typeof WebAssembly==='undefined'||typeof WebAssembly['validate']!=='function')return undefined;let _0x2d4140=0x0;for(const _0x2a4971 of FEATURE_MODULES$1){_0x2d4140<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX$1,..._0x2a4971)['buffer'])&&(_0x2d4140|=0x1);}return _0x2d4140;}catch{return undefined;}}const WASM_PREFIX=[0x0,0x61,0x73,0x6d,0x1,0x0,0x0,0x0,0x1,0x4,0x1,0x60,0x0,0x0,0x3,0x2,0x1,0x0,0xa],FEATURE_MODULES=[[0x9,0x1,0x7,0x0,0x41,0x0,0xfd,0xf,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0xf0,0x43,0x0,0x0,0x0,0xc,0x1,0xa,0x0,0xfc,0x2,0x3,0x1,0x1,0x0,0x0,0x6e,0x1a,0xb,0xa1,0xa],[0x6,0x1,0x4,0x0,0x12,0x0,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x8,0x1,0x6,0x0,0x41,0x0,0xc0,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x7,0x1,0x5,0x0,0xd0,0x70,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0]],WORKER_SOURCE='\x0aself.onmessage\x20=\x20function\x20(e)\x20{\x0a\x20\x20if\x20(e.data\x20!==\x20\x27probe\x27)\x20return;\x0a\x20\x20if\x20(typeof\x20WebAssembly\x20===\x20\x27undefined\x27\x20||\x20typeof\x20WebAssembly.validate\x20!==\x20\x27function\x27)\x20{\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20false,\x20reason:\x20\x27no-wasm\x27\x20});\x0a\x20\x20\x20\x20return;\x0a\x20\x20}\x0a\x20\x20var\x20PREFIX\x20=\x20'+JSON['stringify'](WASM_PREFIX)+';\x0a\x20\x20var\x20MODS\x20=\x20'+JSON['stringify'](FEATURE_MODULES)+';\x0a\x20\x20try\x20{\x0a\x20\x20\x20\x20var\x20mask\x20=\x200;\x0a\x20\x20\x20\x20for\x20(var\x20i\x20=\x200;\x20i\x20<\x20MODS.length;\x20i++)\x20{\x0a\x20\x20\x20\x20\x20\x20mask\x20<<=\x201;\x0a\x20\x20\x20\x20\x20\x20var\x20bytes\x20=\x20new\x20Uint8Array(PREFIX.length\x20+\x20MODS[i].length);\x0a\x20\x20\x20\x20\x20\x20bytes.set(PREFIX,\x200);\x0a\x20\x20\x20\x20\x20\x20bytes.set(MODS[i],\x20PREFIX.length);\x0a\x20\x20\x20\x20\x20\x20if\x20(WebAssembly.validate(bytes.buffer))\x20mask\x20|=\x201;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20true,\x20mask:\x20mask\x20});\x0a\x20\x20}\x20catch\x20(err)\x20{\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20false,\x20reason:\x20\x27throw\x27\x20});\x0a\x20\x20}\x0a};\x0a',WORKER_PROBE_TIMEOUT_MS=0x5dc;function getWasmFeaturesWorker(){if(typeof Worker!=='function'||typeof Blob!=='function'||typeof URL!=='function')return null;if(typeof URL['createObjectURL']!=='function')return null;return async()=>{const _0x1e5a65=Date['now']();let _0x287d66=null,_0x408a3e=null;try{const _0x3af6c8={};_0x3af6c8['type']='application/javascript';const _0x237c9a=new Blob([WORKER_SOURCE],_0x3af6c8);_0x408a3e=URL['createObjectURL'](_0x237c9a),_0x287d66=new Worker(_0x408a3e);}catch{if(_0x408a3e!==null)URL['revokeObjectURL'](_0x408a3e);return _0x287d66?.['terminate'](),null;}const _0x56e5aa=_0x287d66;try{const _0x2cfaf1=await new Promise(_0x3ec8cf=>{const _0x18b162=setTimeout(()=>_0x3ec8cf(undefined),WORKER_PROBE_TIMEOUT_MS);_0x56e5aa['onmessage']=_0x13b0ad=>{clearTimeout(_0x18b162),_0x13b0ad['data']['ok']&&typeof _0x13b0ad['data']['mask']==='number'?_0x3ec8cf(_0x13b0ad['data']['mask']):_0x3ec8cf(undefined);},_0x56e5aa['onerror']=()=>{clearTimeout(_0x18b162),_0x3ec8cf(undefined);},_0x56e5aa['postMessage']('probe');});return{'mask':_0x2cfaf1,'durationMs':Date['now']()-_0x1e5a65};}finally{_0x56e5aa['terminate']();if(_0x408a3e!==null)URL['revokeObjectURL'](_0x408a3e);}};}const _0x293003={};_0x293003['conditionalCreate']='cc',_0x293003['conditionalGet']='cg',_0x293003['hybridTransport']='ht',_0x293003['passkeyPlatformAuthenticator']='ppa',_0x293003['userVerifyingPlatformAuthenticator']='uvpa',_0x293003['relatedOrigins']='ro',_0x293003['signalAllAcceptedCredentials']='saac',_0x293003['signalCurrentUserDetails']='scud',_0x293003['signalUnknownCredential']='suc',_0x293003['extension:credProps']='ecp',_0x293003['extension:prf']='ep',_0x293003['extension:appid']='eai',_0x293003['extension:appidExclude']='eaie',_0x293003['extension:credBlob']='ecb',_0x293003['extension:credProtect']='ecpr',_0x293003['extension:hmacSecret']='ehs',_0x293003['extension:largeBlob']='elb',_0x293003['extension:minPinLength']='empl',_0x293003['extension:payment']='epy';const CAPABILITY_SHORT_CODE=_0x293003;function getPublicKeyCredential(){if(typeof window==='undefined')return null;const _0x453277=window['PublicKeyCredential'];if(!_0x453277||typeof _0x453277['getClientCapabilities']!=='function')return null;return _0x453277;}function getWebAuthnCapabilities(){const _0xef0373=getPublicKeyCredential();if(_0xef0373===null||_0xef0373['getClientCapabilities']===undefined)return null;const _0x17dd89=_0xef0373['getClientCapabilities'];return async()=>{let _0x5672c0;try{_0x5672c0=await _0x17dd89();}catch{return null;}if(_0x5672c0===null||typeof _0x5672c0!=='object')return null;const _0x3dda2c={};for(const [_0x21744e,_0x380c0d]of Object['entries'](_0x5672c0)){const _0x3ca6ab=CAPABILITY_SHORT_CODE[_0x21744e];if(_0x3ca6ab!==undefined)_0x3dda2c[_0x3ca6ab]=_0x380c0d===!![];}return _0x3dda2c;};}const _0x29f5bc={};_0x29f5bc['codec']='avc1.42001E',_0x29f5bc['width']=0x780,_0x29f5bc['height']=0x438,_0x29f5bc['label']='h264-baseline-1080';const _0x22657a={};_0x22657a['codec']='avc1.4D0032',_0x22657a['width']=0xf00,_0x22657a['height']=0x870,_0x22657a['label']='h264-main-4k';const _0x3905cc={};_0x3905cc['codec']='avc1.640033',_0x3905cc['width']=0xf00,_0x3905cc['height']=0x870,_0x3905cc['label']='h264-high-4k';const _0x25d807={};_0x25d807['codec']='hev1.1.6.L150.B0',_0x25d807['width']=0x780,_0x25d807['height']=0x438,_0x25d807['label']='hevc-main-1080';const _0x3e44d4={};_0x3e44d4['codec']='hev1.2.4.L153.B0',_0x3e44d4['width']=0xf00,_0x3e44d4['height']=0x870,_0x3e44d4['label']='hevc-main10-4k';const _0x3ec5ee={};_0x3ec5ee['codec']='hev1.1.6.L180.B0',_0x3ec5ee['width']=0x1e00,_0x3ec5ee['height']=0x10e0,_0x3ec5ee['label']='hevc-main-8k';const _0x3e0948={};_0x3e0948['codec']='vp09.00.40.08',_0x3e0948['width']=0x780,_0x3e0948['height']=0x438,_0x3e0948['label']='vp9-profile0-1080';const _0x300352={};_0x300352['codec']='vp09.02.40.10',_0x300352['width']=0xf00,_0x300352['height']=0x870,_0x300352['label']='vp9-profile2-4k-10bit';const _0x5b86d1={};_0x5b86d1['codec']='av01.0.08M.08',_0x5b86d1['width']=0x780,_0x5b86d1['height']=0x438,_0x5b86d1['label']='av1-main-1080';const _0xfa0c52={};_0xfa0c52['codec']='av01.0.12M.10',_0xfa0c52['width']=0xf00,_0xfa0c52['height']=0x870,_0xfa0c52['label']='av1-main-4k-10bit';const _0x2d4b4f={};_0x2d4b4f['codec']='av01.0.16M.10',_0x2d4b4f['width']=0x1e00,_0x2d4b4f['height']=0x10e0,_0x2d4b4f['label']='av1-main-8k-10bit';const _0x5977ab={};_0x5977ab['codec']='vp8',_0x5977ab['width']=0x780,_0x5977ab['height']=0x438,_0x5977ab['label']='vp8-1080';const CODEC_TESTS=[_0x29f5bc,_0x22657a,_0x3905cc,_0x25d807,_0x3e44d4,_0x3ec5ee,_0x3e0948,_0x300352,_0x5b86d1,_0xfa0c52,_0x2d4b4f,_0x5977ab];async function getWebCodecsHardware(){try{const _0x3645c2=window['VideoDecoder'];if(!_0x3645c2||typeof _0x3645c2['isConfigSupported']!=='function')return null;const _0x11b60a=_0x3645c2['isConfigSupported']['bind'](_0x3645c2),_0x53841c=[],_0x4e4ce8=CODEC_TESTS['map'](async _0x34ac9e=>{try{const _0x94049f={};_0x94049f['codec']=_0x34ac9e['codec'],_0x94049f['codedWidth']=_0x34ac9e['width'],_0x94049f['codedHeight']=_0x34ac9e['height'],_0x94049f['hardwareAcceleration']='prefer-hardware';const _0x2de304=_0x94049f,_0x480c56=await Promise['race']([_0x11b60a(_0x2de304),new Promise(_0x38da7e=>setTimeout(()=>_0x38da7e(null),0x1f4))]);if(_0x480c56?.['supported']===!![]){const _0x5e6d91=_0x480c56['config'],_0xa4ccc4=_0x5e6d91?.['hardwareAcceleration'];(_0xa4ccc4==='prefer-hardware'||_0xa4ccc4===undefined)&&_0x53841c['push'](_0x34ac9e['label']);}}catch{}});return await Promise['all'](_0x4e4ce8),_0x53841c['sort']();}catch{return null;}}const STATUS_NO_GL_CONTEXT=-0x1,STATUS_GET_PARAMETER_NOT_A_FUNCTION=-0x2,validContextParameters=new Set([0x2a00,0xb21,0xb44,0xb45,0xb46,0xb70,0xb71,0xb72,0xb73,0xb74,0xb90,0xb91,0xb92,0xb93,0xb94,0xb95,0xb96,0xb97,0xb98,0xba2,0xbd0,0xbe2,0xc10,0xc11,0xc22,0xc23,0x8005,0x8009,0x8009,0x8037,0x8038,0x80a8,0x80a9,0x80aa,0x80ab,0x80c8,0x80c9,0x80ca,0x80cb,0xcf5,0x8192,0xd05,0xd33,0xd39,0xd3a,0xd4b,0xd66,0x846d,0x846e,0x84e0,0x84e8,0x851c,0xd50,0xd52,0xd53,0xd54,0xd55,0xd56,0xd57,0x86a3,0x8800,0x8801,0x8802,0x8803,0x883d,0x8869,0x8872,0x8b4c,0x8b4d,0x8b8c,0x8b9a,0x8b9b,0x8ca3,0x8ca4,0x8ca5,0x8dfb,0x8dfc,0x8dfd,0x9240,0x9241,0x9243,0x1f00,0x1f01,0x1f02]),validExtensionParams=new Set([0x84ff,0x8b8b,0x8cdf,0x8824,0x8825,0x8826,0x85b5,0x8e28,0x8fbb,0x9631]),shaderTypes=['FRAGMENT_SHADER','VERTEX_SHADER'],precisionTypes=['LOW_FLOAT','MEDIUM_FLOAT','HIGH_FLOAT','LOW_INT','MEDIUM_INT','HIGH_INT'],rendererInfoExtensionName='WEBGL_debug_renderer_info',polygonModeExtensionName='WEBGL_polygon_mode';function getWebGlBasics({cache:_0x29d6c7}){const _0x1dcd89=getWebGLContext(_0x29d6c7);if(!_0x1dcd89)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x1dcd89))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0xa7b647=shouldAvoidDebugRendererInfo()?null:_0x1dcd89['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x1dcd89,_0x1dcd89['VERSION']),'vendor':getParamString(_0x1dcd89,_0x1dcd89['VENDOR']),'vendorUnmasked':_0xa7b647!==null?getParamString(_0x1dcd89,_0xa7b647['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x1dcd89,_0x1dcd89['RENDERER']),'rendererUnmasked':_0xa7b647!==null?getParamString(_0x1dcd89,_0xa7b647['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x1dcd89,_0x1dcd89['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x53e309}){const _0x47a99d=getWebGLContext(_0x53e309);if(!_0x47a99d)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x47a99d))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x2570ee=_0x47a99d['getSupportedExtensions'](),_0x493367=_0x47a99d['getContextAttributes'](),_0x4bc845=[],_0x25901f=[],_0x4e5066=[],_0xde1a07=[],_0x1e3262=[];if(_0x493367)for(const _0x17c53e of Object['keys'](_0x493367)){_0x25901f['push'](_0x17c53e+'='+_0x493367[_0x17c53e]);}const _0x4e21f0=getConstantsFromPrototype(_0x47a99d);for(const _0x1c8dd6 of _0x4e21f0){const _0x23f670=_0x47a99d[_0x1c8dd6],_0x4037bc=validContextParameters['has'](_0x23f670)?'='+String(_0x47a99d['getParameter'](_0x23f670)):'';_0x4e5066['push'](_0x1c8dd6+'='+_0x23f670+_0x4037bc);}if(_0x2570ee!==null)for(const _0x395b51 of _0x2570ee){if(_0x395b51===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x395b51===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x3d9dbb=_0x47a99d['getExtension'](_0x395b51);if(_0x3d9dbb===null){_0x4bc845['push'](_0x395b51);continue;}for(const _0x38c934 of getConstantsFromPrototype(_0x3d9dbb)){const _0x5ce8c8=_0x3d9dbb[_0x38c934],_0x5abd69=validExtensionParams['has'](_0x5ce8c8)?'='+String(_0x47a99d['getParameter'](_0x5ce8c8)):'';_0xde1a07['push'](_0x38c934+'='+_0x5ce8c8+_0x5abd69);}}for(const _0x51dcd0 of shaderTypes){for(const _0x386bdc of precisionTypes){const _0x53f2bb=getShaderPrecision(_0x47a99d,_0x51dcd0,_0x386bdc);_0x1e3262['push'](_0x51dcd0+'.'+_0x386bdc+'='+_0x53f2bb['join'](','));}}_0xde1a07['sort'](),_0x4e5066['sort']();const _0x44cbe7={};return _0x44cbe7['contextAttributes']=_0x25901f,_0x44cbe7['parameters']=_0x4e5066,_0x44cbe7['shaderPrecisions']=_0x1e3262,_0x44cbe7['extensions']=_0x2570ee,_0x44cbe7['extensionParameters']=_0xde1a07,_0x44cbe7['unsupportedExtensions']=_0x4bc845,_0x44cbe7;}function getWebGLContext(_0x435594){if(_0x435594['webgl'])return _0x435594['webgl']['context'];const _0x46d829=document['createElement']('canvas');let _0x5d0d5c;_0x46d829['addEventListener']('webglCreateContextError',()=>_0x5d0d5c=undefined);for(const _0x1b68a9 of['webgl','experimental-webgl']){try{_0x5d0d5c=_0x46d829['getContext'](_0x1b68a9);}catch{}if(_0x5d0d5c)break;}const _0x31fc6e={};return _0x31fc6e['context']=_0x5d0d5c,_0x435594['webgl']=_0x31fc6e,_0x5d0d5c;}function getShaderPrecision(_0x2066f7,_0x3382ff,_0x20f42c){const _0x35836b=_0x2066f7['getShaderPrecisionFormat'](_0x2066f7[_0x3382ff],_0x2066f7[_0x20f42c]);return _0x35836b?[_0x35836b['rangeMin'],_0x35836b['rangeMax'],_0x35836b['precision']]:[];}function getConstantsFromPrototype(_0x466ad5){const _0x43cdbf=Object['getPrototypeOf'](_0x466ad5);if(_0x43cdbf===null)return[];const _0x516cb4=Object['keys'](_0x43cdbf);return _0x516cb4['filter'](isConstantLike);}function isConstantLike(_0x1c2511){return typeof _0x1c2511==='string'&&!_0x1c2511['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x4f60e1,_0x6188ce){const _0x184a48=_0x4f60e1['getParameter'](_0x6188ce);if(_0x184a48===undefined||_0x184a48===null)return'';return String(_0x184a48);}function isValidParameterGetter(_0x3ad13e){return typeof _0x3ad13e['getParameter']==='function';}const _0x41460f={};_0x41460f['dHash']='',_0x41460f['imageMurHash']='',_0x41460f['unstable']=![];const EMPTY=_0x41460f;function getWebGlCanvas(){try{const _0x54d185=document['createElement']('canvas');_0x54d185['width']=0x100,_0x54d185['height']=0x100;const _0x2590aa=_0x54d185['getContext']('webgl')??_0x54d185['getContext']('experimental-webgl');if(!_0x2590aa||!(_0x2590aa instanceof WebGLRenderingContext))return EMPTY;renderTriangle(_0x2590aa);const _0x5b1b13=computeDHash(_0x54d185),_0x146666=_0x54d185['toDataURL'](),_0x4491b5=_0x54d185['toDataURL']();if(_0x146666!==_0x4491b5){const _0x577504={};return _0x577504['dHash']=_0x5b1b13,_0x577504['imageMurHash']='',_0x577504['unstable']=!![],_0x577504;}return{'dHash':_0x5b1b13,'imageMurHash':x64hash128(_0x146666),'unstable':![]};}catch{return EMPTY;}}function renderTriangle(_0x56cb92){_0x56cb92['clearColor'](0x0,0x0,0x1,0x1);const _0x5823f7=_0x56cb92['createProgram']();if(_0x5823f7===null)return;const _0x41a10=_0x5823f7;function _0x509170(_0x59f6b4,_0x12459c){const _0x4b162b=_0x56cb92['createShader'](_0x59f6b4);if(_0x4b162b===null)return;_0x56cb92['shaderSource'](_0x4b162b,_0x12459c),_0x56cb92['compileShader'](_0x4b162b),_0x56cb92['attachShader'](_0x41a10,_0x4b162b);}_0x509170(_0x56cb92['VERTEX_SHADER'],'attribute\x20vec2\x20p;uniform\x20float\x20t;void\x20main(){float\x20s=sin(t);float\x20c=cos(t);gl_Position=vec4(p*mat2(c,s,-s,c),1,1);}'),_0x509170(_0x56cb92['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x56cb92['linkProgram'](_0x5823f7),_0x56cb92['useProgram'](_0x5823f7),_0x56cb92['enableVertexAttribArray'](0x0);const _0x4bce94=_0x56cb92['getUniformLocation'](_0x5823f7,'t'),_0x49b788=_0x56cb92['createBuffer']();_0x56cb92['bindBuffer'](_0x56cb92['ARRAY_BUFFER'],_0x49b788),_0x56cb92['bufferData'](_0x56cb92['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x56cb92['STATIC_DRAW']),_0x56cb92['vertexAttribPointer'](0x0,0x2,_0x56cb92['FLOAT'],![],0x0,0x0),_0x56cb92['clear'](_0x56cb92['COLOR_BUFFER_BIT']),_0x56cb92['uniform1f'](_0x4bce94,3.65),_0x56cb92['drawArrays'](_0x56cb92['TRIANGLES'],0x0,0x3);}const GPU_LIMIT_NAMES=['maxTextureDimension1D','maxTextureDimension2D','maxTextureDimension3D','maxTextureArrayLayers','maxBindGroups','maxBindingsPerBindGroup','maxDynamicUniformBuffersPerPipelineLayout','maxDynamicStorageBuffersPerPipelineLayout','maxSampledTexturesPerShaderStage','maxSamplersPerShaderStage','maxStorageBuffersPerShaderStage','maxStorageTexturesPerShaderStage','maxUniformBuffersPerShaderStage','maxUniformBufferBindingSize','maxStorageBufferBindingSize','minUniformBufferOffsetAlignment','minStorageBufferOffsetAlignment','maxVertexBuffers','maxBufferSize','maxVertexAttributes','maxVertexBufferArrayStride','maxInterStageShaderComponents','maxInterStageShaderVariables','maxColorAttachments','maxColorAttachmentBytesPerSample','maxComputeWorkgroupStorageSize','maxComputeInvocationsPerWorkgroup','maxComputeWorkgroupSizeX','maxComputeWorkgroupSizeY','maxComputeWorkgroupSizeZ','maxComputeWorkgroupsPerDimension','maxBindGroupsPlusVertexBuffers','maxStorageBuffersInFragmentStage','maxStorageBuffersInVertexStage','maxStorageTexturesInFragmentStage','maxStorageTexturesInVertexStage'];async function getAdapterInfo(_0x10c6d0){const _0x31797d=_0x10c6d0['info'];if(_0x31797d!==null&&_0x31797d!==undefined)return _0x31797d;const _0x334d01=_0x10c6d0['requestAdapterInfo'];if(typeof _0x334d01==='function')try{return await _0x334d01['call'](_0x10c6d0);}catch{return null;}return null;}async function getWebGlExtended(){try{const {getCachedGpuAdapter:_0x5731a2}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x315d94=_0x5731a2();if(_0x315d94===null)return null;const _0x1f1037=await _0x315d94;if(!_0x1f1037)return null;const _0x2d1b39=_0x1f1037['limits'],_0x21032e=[];for(const _0x305d01 of GPU_LIMIT_NAMES){if(_0x2d1b39&&_0x305d01 in _0x2d1b39){const _0x3b8fdb=_0x2d1b39[_0x305d01];_0x21032e['push'](typeof _0x3b8fdb==='number'?_0x3b8fdb:null);}else _0x21032e['push'](null);}const _0x18b547=await getAdapterInfo(_0x1f1037);let _0x287fdb=null,_0x1b5699=null;_0x18b547!==null&&(_0x287fdb=typeof _0x18b547['description']==='string'?_0x18b547['description']:null,_0x1b5699=typeof _0x18b547['device']==='string'?_0x18b547['device']:null);const _0x224c4f='isFallbackAdapter'in _0x1f1037?Boolean(_0x1f1037['isFallbackAdapter']):null,_0x1c9fda={};return _0x1c9fda['ds']=_0x287fdb,_0x1c9fda['dv']=_0x1b5699,_0x1c9fda['f']=_0x224c4f,_0x1c9fda['l']=_0x21032e,_0x1c9fda;}catch{return null;}}const AH_TOKEN='34047',KH_BLACKLIST=new Set(['32926','32928']);function transformParameters(_0x5dca92){return _0x5dca92['map'](_0x16e01=>{const _0x285c1f=_0x16e01['split']('=',0x3),_0x500e84=_0x285c1f[0x0],_0x2e6ef0=_0x285c1f[0x1],_0x10139b=_0x285c1f[0x2];if(_0x10139b!==undefined||_0x2e6ef0!==undefined&&KH_BLACKLIST['has'](_0x2e6ef0))return _0x500e84+'('+(_0x2e6ef0??'')+')=null';return _0x16e01;});}function transformExtensionParameters(_0x4bf840){return _0x4bf840['map'](_0x593b70=>{const _0x263bed=_0x593b70['split']('=',0x3),_0x130e62=_0x263bed[0x0],_0x5a194b=_0x263bed[0x1],_0x168cb4=_0x263bed[0x2];if(_0x168cb4!==undefined&&_0x5a194b!==AH_TOKEN)return _0x130e62+'('+(_0x5a194b??'')+')='+_0x168cb4;return _0x593b70;});}function getWebGlExtensionsHashed({cache:_0x39a9fa}){const _0x344e90={};_0x344e90['cache']=_0x39a9fa;const _0x5c522d=getWebGlExtensions(_0x344e90);if(typeof _0x5c522d==='number')return _0x5c522d;const {contextAttributes:_0xe4bd9b,parameters:_0x87ea35,shaderPrecisions:_0x2efab1,extensions:_0x47a446,extensionParameters:_0x3c093d,unsupportedExtensions:_0x448588}=_0x5c522d,_0x537c6a=_0x47a446??[],_0x347b67=transformParameters(_0x87ea35),_0x52fda8=transformExtensionParameters(_0x3c093d);return{'contextAttributes':x64hash128(_0xe4bd9b['join']('&')),'parameters':x64hash128(_0x347b67['join']('&')),'parameters2':x64hash128(_0x87ea35['join']('&')),'shaderPrecisions':x64hash128(_0x2efab1['join']('&')),'extensions':x64hash128(_0x537c6a['join'](',')),'extensionParameters':x64hash128(_0x52fda8['join'](',')),'extensionParameters2':x64hash128(_0x3c093d['join']('&')),'unsupportedExtensions':_0x448588,'extensionsList':_0x537c6a};}const SIZE=0x43,LAT_BANDS=0x32,LON_BANDS=0x32,RADIUS=0x2,VERT_SHADER='\x0aattribute\x20vec3\x20aPosition;\x0aattribute\x20vec3\x20aNormal;\x0auniform\x20vec4\x20uLightPos;\x0auniform\x20vec3\x20uKd;\x0auniform\x20vec3\x20uLd;\x0auniform\x20mat4\x20uMVMatrix;\x0auniform\x20mat4\x20uMVPMatrix;\x0avarying\x20vec3\x20vLight;\x0avoid\x20main()\x20{\x0a\x20\x20vec3\x20n\x20=\x20normalize(aNormal);\x0a\x20\x20vec4\x20pos\x20=\x20uMVMatrix\x20*\x20vec4(aPosition,\x201.0);\x0a\x20\x20vec3\x20s\x20=\x20normalize(vec3(uLightPos\x20-\x20pos));\x0a\x20\x20vLight\x20=\x20uLd\x20*\x20uKd\x20*\x20max(dot(s,\x20n),\x200.0);\x0a\x20\x20gl_Position\x20=\x20uMVPMatrix\x20*\x20vec4(aPosition,\x201.0);\x0a}\x0a',FRAG_SHADER='\x0aprecision\x20mediump\x20float;\x0avarying\x20vec3\x20vLight;\x0avoid\x20main()\x20{\x0a\x20\x20gl_FragColor\x20=\x20vec4(vLight,\x201.0);\x0a}\x0a';function getWebGlSphere(){try{const _0x4fbe0e=document['createElement']('canvas');_0x4fbe0e['width']=SIZE,_0x4fbe0e['height']=SIZE;const _0x1efd6f=_0x4fbe0e['getContext']('webgl')??_0x4fbe0e['getContext']('experimental-webgl');if(!_0x1efd6f)return null;const _0x10ed09=buildProgram(_0x1efd6f);if(!_0x10ed09)return null;const _0x46e0ca=buildSphere();renderSphere(_0x1efd6f,_0x10ed09,_0x46e0ca);const _0x773ea7=_0x4fbe0e['toDataURL'](),_0x550b45=_0x4fbe0e['toDataURL']();if(_0x773ea7!==_0x550b45)return null;return fnv1a(_0x773ea7);}catch{return null;}}function buildProgram(_0x3d42ac){const _0x44bab3=_0x3d42ac['createProgram'](),_0x53480d=_0x3d42ac['createShader'](_0x3d42ac['VERTEX_SHADER']),_0x63b89=_0x3d42ac['createShader'](_0x3d42ac['FRAGMENT_SHADER']);if(_0x53480d===null||_0x63b89===null)return null;_0x3d42ac['shaderSource'](_0x53480d,VERT_SHADER),_0x3d42ac['compileShader'](_0x53480d),_0x3d42ac['attachShader'](_0x44bab3,_0x53480d),_0x3d42ac['shaderSource'](_0x63b89,FRAG_SHADER),_0x3d42ac['compileShader'](_0x63b89),_0x3d42ac['attachShader'](_0x44bab3,_0x63b89),_0x3d42ac['linkProgram'](_0x44bab3);if(_0x3d42ac['getProgramParameter'](_0x44bab3,_0x3d42ac['LINK_STATUS'])!==!![])return null;return _0x44bab3;}function buildSphere(){const _0x33728d=[],_0x1bbcff=[],_0x5a9b01=[];for(let _0x4bb30b=0x0;_0x4bb30b<=LAT_BANDS;_0x4bb30b++){const _0x39cd58=_0x4bb30b*Math['PI']/LAT_BANDS,_0x3886a5=Math['sin'](_0x39cd58),_0x293634=Math['cos'](_0x39cd58);for(let _0x4e09f1=0x0;_0x4e09f1<=LON_BANDS;_0x4e09f1++){const _0x39df19=_0x4e09f1*0x2*Math['PI']/LON_BANDS,_0x23ba6a=_0x3886a5*Math['cos'](_0x39df19),_0x2768d6=_0x293634,_0x22fd82=_0x3886a5*Math['sin'](_0x39df19);_0x1bbcff['push'](_0x23ba6a,_0x2768d6,_0x22fd82),_0x33728d['push'](_0x23ba6a*RADIUS,_0x2768d6*RADIUS,_0x22fd82*RADIUS);}}for(let _0x2aa84a=0x0;_0x2aa84a<LAT_BANDS;_0x2aa84a++){for(let _0x4b155a=0x0;_0x4b155a<LON_BANDS;_0x4b155a++){const _0x154c80=_0x2aa84a*(LON_BANDS+0x1)+_0x4b155a,_0x4828db=_0x154c80+LON_BANDS+0x1;_0x5a9b01['push'](_0x154c80,_0x4828db,_0x154c80+0x1),_0x5a9b01['push'](_0x4828db,_0x4828db+0x1,_0x154c80+0x1);}}return{'vertices':new Float32Array(_0x33728d),'normals':new Float32Array(_0x1bbcff),'indices':new Uint16Array(_0x5a9b01)};}function renderSphere(_0x4a9861,_0x55363b,_0x37f703){_0x4a9861['useProgram'](_0x55363b),_0x4a9861['viewport'](0x0,0x0,SIZE,SIZE),_0x4a9861['clearColor'](0x0,0x0,0x0,0x1),_0x4a9861['enable'](_0x4a9861['DEPTH_TEST']),_0x4a9861['clear'](_0x4a9861['COLOR_BUFFER_BIT']|_0x4a9861['DEPTH_BUFFER_BIT']);const _0x153515=_0x4a9861['createBuffer']();_0x4a9861['bindBuffer'](_0x4a9861['ARRAY_BUFFER'],_0x153515),_0x4a9861['bufferData'](_0x4a9861['ARRAY_BUFFER'],_0x37f703['vertices'],_0x4a9861['STATIC_DRAW']);const _0x2f592f=_0x4a9861['getAttribLocation'](_0x55363b,'aPosition');_0x4a9861['enableVertexAttribArray'](_0x2f592f),_0x4a9861['vertexAttribPointer'](_0x2f592f,0x3,_0x4a9861['FLOAT'],![],0x0,0x0);const _0x1f1d81=_0x4a9861['createBuffer']();_0x4a9861['bindBuffer'](_0x4a9861['ARRAY_BUFFER'],_0x1f1d81),_0x4a9861['bufferData'](_0x4a9861['ARRAY_BUFFER'],_0x37f703['normals'],_0x4a9861['STATIC_DRAW']);const _0x39853c=_0x4a9861['getAttribLocation'](_0x55363b,'aNormal');_0x4a9861['enableVertexAttribArray'](_0x39853c),_0x4a9861['vertexAttribPointer'](_0x39853c,0x3,_0x4a9861['FLOAT'],![],0x0,0x0);const _0x2735ba=_0x4a9861['createBuffer']();_0x4a9861['bindBuffer'](_0x4a9861['ELEMENT_ARRAY_BUFFER'],_0x2735ba),_0x4a9861['bufferData'](_0x4a9861['ELEMENT_ARRAY_BUFFER'],_0x37f703['indices'],_0x4a9861['STATIC_DRAW']);const _0x219ce4=Math['PI']/0x6,_0x3e1f3f=0x1,_0x162929=0.1,_0x29e1a5=0x64,_0x2b53c2=0x1/Math['tan'](_0x219ce4/0x2),_0x3af8f2=new Float32Array([_0x2b53c2/_0x3e1f3f,0x0,0x0,0x0,0x0,_0x2b53c2,0x0,0x0,0x0,0x0,(_0x29e1a5+_0x162929)/(_0x162929-_0x29e1a5),-0x1,0x0,0x0,0x2*_0x29e1a5*_0x162929/(_0x162929-_0x29e1a5),0x0]),_0x4c360f=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x5e9e55=multiplyMat4(_0x3af8f2,_0x4c360f);_0x4a9861['uniformMatrix4fv'](_0x4a9861['getUniformLocation'](_0x55363b,'uMVMatrix'),![],_0x4c360f),_0x4a9861['uniformMatrix4fv'](_0x4a9861['getUniformLocation'](_0x55363b,'uMVPMatrix'),![],_0x5e9e55),_0x4a9861['uniform4f'](_0x4a9861['getUniformLocation'](_0x55363b,'uLightPos'),0xa,0xa,0xa,0x1),_0x4a9861['uniform3f'](_0x4a9861['getUniformLocation'](_0x55363b,'uKd'),0.9,0.5,0.3),_0x4a9861['uniform3f'](_0x4a9861['getUniformLocation'](_0x55363b,'uLd'),0x1,0x1,0x1),_0x4a9861['drawElements'](_0x4a9861['TRIANGLES'],_0x37f703['indices']['length'],_0x4a9861['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x548a86,_0x56f388){const _0x188d0b=new Float32Array(0x10);for(let _0x4a0928=0x0;_0x4a0928<0x4;_0x4a0928++){for(let _0x25a3c7=0x0;_0x25a3c7<0x4;_0x25a3c7++){_0x188d0b[_0x25a3c7*0x4+_0x4a0928]=0x0;for(let _0x5b1d09=0x0;_0x5b1d09<0x4;_0x5b1d09++){_0x188d0b[_0x25a3c7*0x4+_0x4a0928]+=_0x548a86[_0x5b1d09*0x4+_0x4a0928]*_0x56f388[_0x25a3c7*0x4+_0x5b1d09];}}}return _0x188d0b;}function fnv1a(_0x36d401){let _0x178e93=0x811c9dc5;for(let _0x48fc29=0x0;_0x48fc29<_0x36d401['length'];_0x48fc29++){_0x178e93^=_0x36d401['charCodeAt'](_0x48fc29),_0x178e93+=(_0x178e93<<0x1)+(_0x178e93<<0x4)+(_0x178e93<<0x7)+(_0x178e93<<0x8)+(_0x178e93<<0x18);}return _0x178e93>>>0x0;}let cached=null;function getCachedGpuAdapter(){if(typeof navigator==='undefined')return null;const _0x5f3a40=navigator['gpu'];if(_0x5f3a40===undefined||_0x5f3a40===null)return null;const _0x1ab6b4=_0x5f3a40['requestAdapter'];if(typeof _0x1ab6b4!=='function')return null;return cached===null&&(cached=((async()=>{try{const _0x2c8bc9=await _0x1ab6b4['call'](_0x5f3a40);return _0x2c8bc9===null||_0x2c8bc9===undefined?null:_0x2c8bc9;}catch{return null;}})())),cached;}function resetCachedGpuAdapter(){cached=null;}const _0x2b7802={};_0x2b7802['__proto__']=null,_0x2b7802['getCachedGpuAdapter']=getCachedGpuAdapter,_0x2b7802['resetCachedGpuAdapter']=resetCachedGpuAdapter;var webgpuAdapter=Object['freeze'](_0x2b7802);const DISCRIMINATING_LIMITS=['maxTextureDimension1D','maxTextureDimension2D','maxTextureDimension3D','maxTextureArrayLayers','maxBindGroups','maxBindGroupsPlusVertexBuffers','maxBindingsPerBindGroup','maxDynamicUniformBuffersPerPipelineLayout','maxDynamicStorageBuffersPerPipelineLayout','maxSampledTexturesPerShaderStage','maxSamplersPerShaderStage','maxStorageBuffersPerShaderStage','maxStorageTexturesPerShaderStage','maxUniformBuffersPerShaderStage','maxUniformBufferBindingSize','maxStorageBufferBindingSize','maxVertexBuffers','maxBufferSize','maxVertexAttributes','maxVertexBufferArrayStride','maxInterStageShaderVariables','maxColorAttachments','maxColorAttachmentBytesPerSample','maxComputeWorkgroupStorageSize','maxComputeInvocationsPerWorkgroup','maxComputeWorkgroupSizeX','maxComputeWorkgroupSizeY','maxComputeWorkgroupSizeZ','maxComputeWorkgroupsPerDimension'];async function getWebGpuSignal(){try{const _0xc851a6=getCachedGpuAdapter();if(_0xc851a6===null)return null;const _0x11f6ac=await _0xc851a6;if(!_0x11f6ac)return null;const _0x27ec25=_0x11f6ac['info'],_0x52d5d4=_0x27ec25?.['vendor']??'',_0x2d9268=_0x27ec25?.['architecture']??'',_0x29813b=_0x27ec25?.['device']??'',_0x3b69d3=_0x27ec25?.['description']??'',_0x37b20f=[];_0x11f6ac['features']['forEach'](_0x3367ae=>_0x37b20f['push'](_0x3367ae)),_0x37b20f['sort']();const _0x114d30={};for(const _0x4520e9 of DISCRIMINATING_LIMITS){_0x4520e9 in _0x11f6ac['limits']&&(_0x114d30[_0x4520e9]=_0x11f6ac['limits'][_0x4520e9]);}const _0x162a83={};return _0x162a83['vendor']=_0x52d5d4,_0x162a83['architecture']=_0x2d9268,_0x162a83['device']=_0x29813b,_0x162a83['description']=_0x3b69d3,_0x162a83['features']=_0x37b20f,_0x162a83['limits']=_0x114d30,_0x162a83;}catch{return null;}}const SHADER='\x0astruct\x20Counter\x20{\x20n:\x20atomic<u32>\x20}\x0a@group(0)\x20@binding(0)\x20var<storage,\x20read_write>\x20g:\x20Counter;\x0a\x0astruct\x20OutBuf\x20{\x20vals:\x20array<atomic<u32>>\x20}\x0a@group(0)\x20@binding(1)\x20var<storage,\x20read_write>\x20out:\x20OutBuf;\x0a\x0astruct\x20Params\x20{\x20limit:\x20u32,\x20_p1:\x20u32,\x20_p2:\x20u32,\x20_p3:\x20u32\x20}\x0a@group(0)\x20@binding(2)\x20var<uniform>\x20params:\x20Params;\x0a\x0aoverride\x20WG_SIZE:\x20u32\x20=\x2064u;\x0a\x0a@compute\x20@workgroup_size(WG_SIZE)\x0afn\x20main(@builtin(workgroup_id)\x20wid:\x20vec3<u32>,\x20@builtin(local_invocation_id)\x20lid:\x20vec3<u32>)\x20{\x0a\x20\x20if\x20(lid.x\x20==\x200u)\x20{\x20atomicStore(&out.vals[wid.x],\x200u);\x20}\x0a\x20\x20workgroupBarrier();\x0a\x20\x20var\x20local:\x20u32\x20=\x200u;\x0a\x20\x20loop\x20{\x0a\x20\x20\x20\x20let\x20prev\x20=\x20atomicAdd(&g.n,\x201u);\x0a\x20\x20\x20\x20if\x20(prev\x20>=\x20params.limit)\x20{\x20break;\x20}\x0a\x20\x20\x20\x20local\x20=\x20local\x20+\x201u;\x0a\x20\x20}\x0a\x20\x20atomicAdd(&out.vals[wid.x],\x20local);\x0a}\x0a',_0x389153={};_0x389153['wgCount']=0x80,_0x389153['wgSize']=0x40;const _0xa2b3f0={};_0xa2b3f0['wgCount']=0x100,_0xa2b3f0['wgSize']=0x40;const _0x3d097f={};_0x3d097f['wgCount']=0x80,_0x3d097f['wgSize']=0x80;const CONFIGS=[_0x389153,_0xa2b3f0,_0x3d097f],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{const {getCachedGpuAdapter:_0x2fe97c}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x58d56b=_0x2fe97c();if(_0x58d56b===null)return null;const _0x206216=await _0x58d56b;if(_0x206216===null)return null;const _0x503f70=await _0x206216['requestDevice']();try{const _0x37b1b2=_0x503f70['queue'],_0xc86565={};_0xc86565['code']=SHADER;const _0x33ba89=_0x503f70['createShaderModule'](_0xc86565),_0x726f8=await collectDistribution(_0x503f70,_0x37b1b2,_0x33ba89),_0x5bbc8d=await collectDistribution(_0x503f70,_0x37b1b2,_0x33ba89),_0x19bbd7=cosine(_0x726f8,_0x5bbc8d);if(_0x19bbd7<0.8)return null;const _0x4575f8=_0x726f8['map']((_0x493fcf,_0x42d5cd)=>(_0x493fcf+_0x5bbc8d[_0x42d5cd])/0x2);return _0x4575f8['map'](_0x2bce01=>Math['round'](_0x2bce01*0x2710)/0x2710);}finally{_0x503f70['destroy']();}}catch{return null;}}async function collectDistribution(_0x1a2b3b,_0x2128af,_0x51cb47){const _0x2fbe53=[];for(const _0x48e29e of CONFIGS){const _0x5bf38a=[];for(let _0x343e2d=0x0;_0x343e2d<TRIALS;_0x343e2d++){const _0x56cf40=await runTrial(_0x1a2b3b,_0x2128af,_0x51cb47,_0x48e29e['wgCount'],_0x48e29e['wgSize'],LIMIT);_0x5bf38a['push'](_0x56cf40);}const _0x19c98e=medianOfTrials(_0x5bf38a),_0x1fd303=normalize(_0x19c98e),_0x34ad3a=downsample(_0x1fd303,BINS);_0x2fbe53['push'](..._0x34ad3a);}return _0x2fbe53;}function cosine(_0x3c963b,_0x546db9){let _0x4ac301=0x0,_0xc26fe9=0x0,_0x8bd705=0x0;for(let _0x55a664=0x0;_0x55a664<_0x3c963b['length'];_0x55a664++){_0x4ac301+=_0x3c963b[_0x55a664]*_0x546db9[_0x55a664],_0xc26fe9+=_0x3c963b[_0x55a664]*_0x3c963b[_0x55a664],_0x8bd705+=_0x546db9[_0x55a664]*_0x546db9[_0x55a664];}const _0x29bfdf=Math['sqrt'](_0xc26fe9)*Math['sqrt'](_0x8bd705);return _0x29bfdf===0x0?0x0:_0x4ac301/_0x29bfdf;}async function runTrial(_0x46855a,_0x207c90,_0x1f08a1,_0x119c8f,_0x2c289c,_0x5d5e2d){const _0x23a88a={};_0x23a88a['WG_SIZE']=_0x2c289c;const _0x46788f={};_0x46788f['module']=_0x1f08a1,_0x46788f['entryPoint']='main',_0x46788f['constants']=_0x23a88a;const _0x573543={};_0x573543['layout']='auto',_0x573543['compute']=_0x46788f;const _0x5be584=_0x46855a['createComputePipeline'](_0x573543),_0x29385d=_0x119c8f*0x4,_0x307d4e={};_0x307d4e['size']=0x4,_0x307d4e['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x2b6d76=_0x46855a['createBuffer'](_0x307d4e),_0x495245={};_0x495245['size']=_0x29385d,_0x495245['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x1bbe3b=_0x46855a['createBuffer'](_0x495245),_0x12a7c2={};_0x12a7c2['size']=0x10,_0x12a7c2['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x311ceb=_0x46855a['createBuffer'](_0x12a7c2),_0x5e38c9={};_0x5e38c9['size']=_0x29385d,_0x5e38c9['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x4a57d6=_0x46855a['createBuffer'](_0x5e38c9);try{_0x207c90['writeBuffer'](_0x2b6d76,0x0,new Uint32Array([0x0])),_0x207c90['writeBuffer'](_0x1bbe3b,0x0,new Uint8Array(_0x29385d)),_0x207c90['writeBuffer'](_0x311ceb,0x0,new Uint32Array([_0x5d5e2d,0x0,0x0,0x0]));const _0x3b7386={};_0x3b7386['buffer']=_0x2b6d76;const _0x770028={};_0x770028['binding']=0x0,_0x770028['resource']=_0x3b7386;const _0x139493={};_0x139493['buffer']=_0x1bbe3b;const _0x88bc0f={};_0x88bc0f['binding']=0x1,_0x88bc0f['resource']=_0x139493;const _0x28caf8={};_0x28caf8['buffer']=_0x311ceb;const _0x317e5a={};_0x317e5a['binding']=0x2,_0x317e5a['resource']=_0x28caf8;const _0x323807=_0x46855a['createBindGroup']({'layout':_0x5be584['getBindGroupLayout'](0x0),'entries':[_0x770028,_0x88bc0f,_0x317e5a]}),_0x3d7358=_0x46855a['createCommandEncoder'](),_0x2010b8=_0x3d7358['beginComputePass']();_0x2010b8['setPipeline'](_0x5be584),_0x2010b8['setBindGroup'](0x0,_0x323807),_0x2010b8['dispatchWorkgroups'](_0x119c8f,0x1,0x1),_0x2010b8['end'](),_0x3d7358['copyBufferToBuffer'](_0x1bbe3b,0x0,_0x4a57d6,0x0,_0x29385d),_0x207c90['submit']([_0x3d7358['finish']()]),await _0x207c90['onSubmittedWorkDone'](),await _0x4a57d6['mapAsync'](GPUMapMode['READ']);const _0x513432=new Uint32Array(_0x4a57d6['getMappedRange']()['slice'](0x0));return _0x4a57d6['unmap'](),Array['from'](_0x513432);}finally{_0x2b6d76['destroy'](),_0x1bbe3b['destroy'](),_0x311ceb['destroy'](),_0x4a57d6['destroy']();}}function medianOfTrials(_0xb3b7c1){const _0x364a29=_0xb3b7c1[0x0]['length'],_0x1dce7e=new Array(_0x364a29);for(let _0x26a2eb=0x0;_0x26a2eb<_0x364a29;_0x26a2eb++){const _0x13d48a=_0xb3b7c1['map'](_0x2a8ce4=>_0x2a8ce4[_0x26a2eb])['sort']((_0x28ec51,_0x32635a)=>_0x28ec51-_0x32635a),_0x2f9110=Math['floor'](_0x13d48a['length']/0x2);_0x1dce7e[_0x26a2eb]=_0x13d48a['length']%0x2?_0x13d48a[_0x2f9110]:(_0x13d48a[_0x2f9110-0x1]+_0x13d48a[_0x2f9110])/0x2;}return _0x1dce7e;}function normalize(_0x13d58c){const _0x27bbd8=_0x13d58c['reduce']((_0x3b22fd,_0x3aa698)=>_0x3b22fd+_0x3aa698,0x0)||0x1;return _0x13d58c['map'](_0x26e6fe=>_0x26e6fe/_0x27bbd8);}function downsample(_0x221fb4,_0x1dbcd5){const _0x4e55e=_0x221fb4['length'],_0x537401=new Array(_0x1dbcd5)['fill'](0x0);for(let _0x1b7d2f=0x0;_0x1b7d2f<_0x4e55e;_0x1b7d2f++){_0x537401[Math['floor'](_0x1b7d2f*_0x1dbcd5/_0x4e55e)]+=_0x221fb4[_0x1b7d2f];}const _0x4b1c57=_0x537401['reduce']((_0x230ea9,_0x115c34)=>_0x230ea9+_0x115c34,0x0)||0x1;return _0x537401['map'](_0x4fbe6f=>_0x4fbe6f/_0x4b1c57);}async function getWebRtcDevices(){const _0x471e96=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x471e96===undefined||typeof _0x471e96['enumerateDevices']!=='function')return undefined;try{const _0x546473=await _0x471e96['enumerateDevices']();let _0x1e2325=0x0,_0x49f210=0x0,_0x210e4d=0x0;const _0x51ee24=[];for(const _0xa84817 of _0x546473){_0x51ee24['push'](_0xa84817['kind']);if(_0xa84817['kind']==='audioinput')_0x1e2325++;else{if(_0xa84817['kind']==='audiooutput')_0x49f210++;else _0x210e4d++;}}const _0x27fead=_0x51ee24['join'](',');let _0x40edf4=0x0;for(let _0x5cdb1e=0x0;_0x5cdb1e<_0x27fead['length'];_0x5cdb1e++){_0x40edf4=(_0x40edf4<<0x5)-_0x40edf4+_0x27fead['charCodeAt'](_0x5cdb1e)|0x0;}return{'audioInputCount':_0x1e2325,'audioOutputCount':_0x49f210,'videoInputCount':_0x210e4d,'totalCount':_0x546473['length'],'kindsHash':(_0x40edf4>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAncestorOrigins(){try{const _0x483dc1=window['location'],_0x31059b=_0x483dc1['href'],_0x2bb19f=_0x483dc1['ancestorOrigins'];let _0x134db6=null;if(_0x2bb19f!==undefined&&_0x2bb19f!==null){_0x134db6=[];for(let _0x4823e1=0x0;_0x4823e1<_0x2bb19f['length'];_0x4823e1++){const _0x4be25a=_0x2bb19f[_0x4823e1];if(typeof _0x4be25a==='string')_0x134db6['push'](_0x4be25a);}}const _0x2ae167={};return _0x2ae167['w']=_0x31059b,_0x2ae167['l']=_0x31059b,_0x2ae167['a']=_0x134db6,_0x2ae167;}catch{return null;}}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x5e5bf0}=window;if(typeof _0x5e5bf0?.['canMakePayments']!=='function')return null;if(willPrintConsoleError())return null;try{return _0x5e5bf0['canMakePayments']();}catch(_0x48683a){if(_0x48683a instanceof Error&&_0x48683a['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x48683a['message']))return null;throw _0x48683a;}}async function getBatterySignal(){const _0x21bc24=navigator;if(typeof _0x21bc24['getBattery']!=='function')return null;try{const _0x4d24d6=await _0x21bc24['getBattery']();if(_0x4d24d6===undefined||_0x4d24d6===null)return null;const _0x2de07b=_0x4d24d6['chargingTime'],_0x4c5562=_0x4d24d6['dischargingTime'];return{'level':_0x4d24d6['level'],'charging':_0x4d24d6['charging'],'ct':Number['isFinite'](_0x2de07b)?_0x2de07b:null,'dt':Number['isFinite'](_0x4c5562)?_0x4c5562:null};}catch{return null;}}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x406ec4=0x0;_0x406ec4<0x100;_0x406ec4++){let _0x388a94=_0x406ec4;for(let _0x151a47=0x0;_0x151a47<0x8;_0x151a47++)_0x388a94=_0x388a94&0x1?0xedb88320^_0x388a94>>>0x1:_0x388a94>>>0x1;table[_0x406ec4]=_0x388a94;}return table;}function crc32(_0x5c0a2a){const _0x52374a=getTable();let _0x27228a=0xffffffff;for(let _0xb975e6=0x0;_0xb975e6<_0x5c0a2a['length'];_0xb975e6++){_0x27228a=_0x52374a[(_0x27228a^_0x5c0a2a['charCodeAt'](_0xb975e6))&0xff]^_0x27228a>>>0x8;}return(_0x27228a^0xffffffff)>>>0x0;}function summarizePrototype(_0x17baaf){const _0x533388={};_0x533388['count']=0x0,_0x533388['hash']=0x0;if(!_0x17baaf)return _0x533388;try{const _0x56d77d=Object['getOwnPropertyNames'](_0x17baaf)['sort'](),_0x4d7972=_0x56d77d['join'](',');return{'count':_0x56d77d['length'],'hash':crc32(_0x4d7972)};}catch{const _0x286315={};return _0x286315['count']=0x0,_0x286315['hash']=0x0,_0x286315;}}function isNativeFunction$1(_0x5a8a10){try{return typeof _0x5a8a10==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x5a8a10));}catch{return![];}}function getBomEnumeration(){try{const _0x236680=summarizePrototype(Navigator['prototype']),_0x196232=summarizePrototype(Screen['prototype']),_0x486fac=summarizePrototype(HTMLElement['prototype']),_0x511426=summarizePrototype(Document['prototype']),_0x5759a1={};_0x5759a1['count']=0x0,_0x5759a1['hash']=0x0;let _0x4bdb06=_0x5759a1;typeof Performance!=='undefined'&&(_0x4bdb06=summarizePrototype(Performance['prototype']));const _0x518f84=_0x236680['count']+_0x196232['count']+_0x486fac['count']+_0x511426['count']+_0x4bdb06['count'],_0x543167=window,_0x655d70='chrome'in window&&typeof _0x543167['chrome']==='object',_0x519cf1=typeof navigator['brave']==='object',_0x371f49='__playwright'in _0x543167||'__selenium_unwrapped'in _0x543167||'__webdriver_evaluate'in _0x543167||'__nightmare'in _0x543167||'_phantom'in _0x543167||'__lastWatirAlert'in _0x543167;let _0x4a9b86=!![];try{const _0xe5a58=navigator['plugins'];_0x4a9b86=_0xe5a58['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x4a9b86=![];}let _0x5e6293=!![];try{const _0x1fe239=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x1fe239)_0x5e6293=![];else{if('value'in _0x1fe239)_0x5e6293=![];else _0x1fe239['get']?_0x5e6293=isNativeFunction$1(_0x1fe239['get']):_0x5e6293=![];}}catch{_0x5e6293=![];}const _0x1cec00=typeof SharedWorker!=='undefined',_0x757985=typeof Notification!=='undefined',_0x1139cc={};_0x1139cc['hasChrome']=_0x655d70,_0x1139cc['hasBraveShield']=_0x519cf1,_0x1139cc['hasAutomation']=_0x371f49,_0x1139cc['pluginConsistent']=_0x4a9b86,_0x1139cc['webdriverNative']=_0x5e6293,_0x1139cc['hasSharedWorker']=_0x1cec00,_0x1139cc['hasNotification']=_0x757985;const _0x2637b4={};return _0x2637b4['nav']=_0x236680,_0x2637b4['scr']=_0x196232,_0x2637b4['html']=_0x486fac,_0x2637b4['doc']=_0x511426,_0x2637b4['perf']=_0x4bdb06,_0x2637b4['total']=_0x518f84,_0x2637b4['markers']=_0x1139cc,_0x2637b4;}catch{return null;}}function getColorDepth(){return window['screen']['colorDepth'];}function getColorScheme(){if(matchMedia('(prefers-color-scheme:\x20dark)')['matches'])return!![];if(matchMedia('(prefers-color-scheme:\x20light)')['matches'])return![];return null;}function getConnectionExtended(){if(typeof navigator==='undefined')return null;const _0x4c404a=navigator['connection'];if(_0x4c404a===undefined||_0x4c404a===null)return null;const _0xada291=typeof _0x4c404a['downlink']==='number'?_0x4c404a['downlink']:0x0,_0x190e88=Math['round'](_0xada291*0xa)/0xa|0x0,_0x12d908=_0x4c404a['metered']===!![],_0x56a8b4={};return _0x56a8b4['downlink']=_0x190e88,_0x56a8b4['metered']=_0x12d908,_0x56a8b4;}function getConnectionInfo(){try{const _0x4f9793=navigator['connection'];if(!_0x4f9793)return null;const _0x580c81=Object['getOwnPropertyDescriptor'](_0x4f9793,Symbol['toStringTag']);if(_0x580c81?.['configurable']===!![])return!![];for(let _0x337886=0x0;_0x337886<_0x4f9793['length'];_0x337886++){const _0x37466b=Object['getOwnPropertyDescriptor'](_0x4f9793,_0x337886);if(_0x37466b!==undefined&&(_0x37466b['configurable']===!![]||_0x37466b['enumerable']===!![]))return!![];}return![];}catch{return null;}}function getConnectionSaveData(){if(typeof navigator==='undefined')return null;const _0x1f205e=navigator['connection'];if(_0x1f205e===undefined||_0x1f205e===null)return null;return _0x1f205e['saveData']===!![];}const PROBE_VALUE='calc(0.207912px)';function getCssCalcResolved(){if(typeof document==='undefined')return null;const _0x3643ab=document['createElement']('div');_0x3643ab['style']['cssText']='width:'+PROBE_VALUE+';position:absolute;left:-9999px',document['body']['appendChild'](_0x3643ab);let _0x49e56d;try{_0x49e56d=getComputedStyle(_0x3643ab)['width'];}finally{_0x3643ab['remove']();}return _0x49e56d['startsWith']('0')||_0x49e56d['startsWith']('calc')?PROBE_VALUE:_0x49e56d;}function getCssRegisterProperty(){if(typeof window==='undefined')return null;const _0x5cd678=window['CSS'];if(_0x5cd678===undefined||_0x5cd678===null)return![];return typeof _0x5cd678['registerProperty']==='function';}function getContrastPreference(){if(doesMatch$4('no-preference'))return 0x0;if(doesMatch$4('high')||doesMatch$4('more'))return 0x1;if(doesMatch$4('low')||doesMatch$4('less'))return-0x1;if(doesMatch$4('forced'))return 0xa;return undefined;}function doesMatch$4(_0xefc2d0){return matchMedia('(prefers-contrast:\x20'+_0xefc2d0+')')['matches'];}function areCookiesEnabled(){const _0x263580=document;try{_0x263580['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x441f6d=_0x263580['cookie']['indexOf']('cookietest=')!==-0x1;return _0x263580['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x441f6d;}catch{return![];}}function getCssSupports(){if(typeof CSS==='undefined')return null;return CSS['supports']('backdrop-filter','blur(2px)');}function getDateTimeLocale(){const _0x561d82=window['Intl'];if(_0x561d82===undefined)return-0x1;const _0x209ff0=_0x561d82['DateTimeFormat'];if(_0x209ff0===undefined)return-0x2;const _0x36a194=_0x209ff0()['resolvedOptions']()['locale'];if(!_0x36a194&&_0x36a194!=='')return-0x3;return _0x36a194;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0xce542f=window['devicePixelRatio'];return _0xce542f??null;}function getDoNotTrack(){const _0x392014=navigator['doNotTrack'];return _0x392014??null;}function getEpochTimestamp(){return Math['floor'](Date['now']()/0x3e8);}function getDocumentAttributes(){try{return document['documentElement']['getAttributeNames']();}catch{return[];}}function getDocumentFocus(){try{return document['hasFocus']();}catch{return![];}}async function getFileSystemAccess(){try{const _0x263794=navigator['storage'];if(_0x263794===undefined||typeof _0x263794['getDirectory']!=='function')return undefined;return await _0x263794['getDirectory'](),!![];}catch{return![];}}const PROBE_FILENAME='default.ini',PROBE_TIMEOUT_MS$2=0xc8;function fsProbe(_0x2534ac){return new Promise(_0x4a612a=>{const _0x54e481=new Image();let _0x433a41=![];const _0x2a1bc8=_0x34ff37=>{if(_0x433a41)return;_0x433a41=!![];const _0x268628={};_0x268628['n']=_0x2534ac,_0x268628['l']=_0x34ff37,_0x4a612a(_0x268628);};_0x54e481['onload']=()=>_0x2a1bc8(_0x54e481['naturalWidth']|0x0),_0x54e481['onerror']=()=>_0x2a1bc8(-0x1),_0x54e481['src']='file:///'+_0x2534ac+'?_='+Date['now'](),setTimeout(()=>_0x2a1bc8(-0x1),PROBE_TIMEOUT_MS$2);});}function getFilesystemUrlProbe(){if(typeof window==='undefined'||typeof Image!=='function')return null;if(typeof location!=='undefined'){const _0x48097b=location['protocol'];if(_0x48097b==='http:'||_0x48097b==='https:')return null;}return async()=>{const _0x24a69e=await fsProbe(PROBE_FILENAME);return[_0x24a69e];};}const POSITION_TIMEOUT_MS=0x2710;function getGeolocationProbe(){if(typeof navigator==='undefined')return null;const _0x52056c=navigator['geolocation'];if(_0x52056c===undefined||_0x52056c===null)return null;const _0x3c0ddd=navigator['permissions'];if(!_0x3c0ddd||typeof _0x3c0ddd['query']!=='function')return null;const _0x242e4d=_0x3c0ddd['query'];return async()=>{let _0x39d767;try{const _0x18ef8c={};_0x18ef8c['name']='geolocation',_0x39d767=(await _0x242e4d['call'](_0x3c0ddd,_0x18ef8c))['state'];}catch{return null;}const _0x2a0786={};_0x2a0786['state']='prompt';if(_0x39d767==='prompt')return _0x2a0786;const _0x97d7b6={};_0x97d7b6['state']='denied';if(_0x39d767==='denied')return _0x97d7b6;if(_0x39d767!=='granted')return null;return new Promise(_0x4f17eb=>{const _0x4a5346={};_0x4a5346['enableHighAccuracy']=!![],_0x4a5346['timeout']=POSITION_TIMEOUT_MS,_0x4a5346['maximumAge']=0x0,_0x52056c['getCurrentPosition'](_0x19a904=>{const _0x513d5d=_0x19a904['coords'],_0x4c7440={};_0x4c7440['la']=_0x513d5d['latitude'],_0x4c7440['lo']=_0x513d5d['longitude'],_0x4c7440['al']=_0x513d5d['altitude'],_0x4c7440['ac']=_0x513d5d['accuracy'],_0x4c7440['alac']=_0x513d5d['altitudeAccuracy'],_0x4c7440['h']=_0x513d5d['heading'],_0x4c7440['s']=_0x513d5d['speed'],_0x4c7440['t']=_0x19a904['timestamp'],_0x4f17eb(_0x4c7440);},_0x366e14=>{const _0x32a259={};_0x32a259['state']='denied';const _0x5ebbb9={};_0x5ebbb9['state']='timeout';const _0x5b2ea5={};_0x5b2ea5['state']='unavailable';if(_0x366e14['code']===0x1)_0x4f17eb(_0x32a259);else{if(_0x366e14['code']===0x3)_0x4f17eb(_0x5ebbb9);else _0x4f17eb(_0x5b2ea5);}},_0x4a5346);});};}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x1de15c){return matchMedia('(forced-colors:\x20'+_0x1de15c+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x4ff20e,_0x734c32)=>{const _0x2933b3=_0x734c32['document'],_0x323ef2=_0x2933b3['createElement']('input');_0x323ef2['type']='radio',_0x2933b3['body']['appendChild'](_0x323ef2);const _0x401a8d=_0x734c32['getComputedStyle'](_0x323ef2)['getPropertyValue']('font-family');return _0x2933b3['body']['removeChild'](_0x323ef2),_0x401a8d||undefined;});}function getHardwareConcurrency(){const _0x308b82=getUnstableHardwareConcurrency();if(_0x308b82!==undefined&&isGecko()&&isGecko143OrNewer())return _0x308b82>=0x8?0x8:0x4;return _0x308b82;}function getUnstableHardwareConcurrency(){return replaceNaN(toInt(navigator['hardwareConcurrency']),undefined);}function isHDR(){if(doesMatch$2('high'))return!![];if(doesMatch$2('standard'))return![];return undefined;}function doesMatch$2(_0x368b2f){return matchMedia('(dynamic-range:\x20'+_0x368b2f+')')['matches'];}async function getIncognitoDetection(){try{if(typeof navigator==='undefined')return null;return await new Promise((_0x5973f3,_0x477ae0)=>{let _0x59c33f='Unknown',_0x54e1cf=![];const _0x3d308b=_0x59f163=>{if(_0x54e1cf)return;_0x54e1cf=!![];const _0x3c7ba8={};_0x3c7ba8['isPrivate']=_0x59f163,_0x3c7ba8['browserName']=_0x59c33f,_0x5973f3(_0x3c7ba8);},_0x5823cf=()=>{const _0x4dc131=navigator['userAgent'];if(_0x4dc131['match'](/Chrome/)){if(navigator['brave']!==undefined)return'Brave';if(_0x4dc131['match'](/Edg/))return'Edge';if(_0x4dc131['match'](/OPR/))return'Opera';return'Chrome';}return'Chromium';},_0x5eccc6=async()=>{try{const _0x57df30=navigator['storage'];await _0x57df30['getDirectory'](),_0x3d308b(![]);}catch(_0x4faab1){const _0xaa6a8f=_0x4faab1 instanceof Error&&typeof _0x4faab1['message']==='string'?_0x4faab1['message']:String(_0x4faab1);_0x3d308b(_0xaa6a8f['includes']('unknown\x20transient\x20reason'));}},_0x3fb747=()=>{const _0x1095cb=String(Math['random']());try{const _0x1dbc1d=indexedDB['open'](_0x1095cb,0x1);_0x1dbc1d['onupgradeneeded']=_0x4b2b55=>{const _0x2baa7f=_0x4b2b55['target']['result'],_0x2771f5=_0x2c7c04=>{_0x3d308b(_0x2c7c04);};try{const _0x2083ce={};_0x2083ce['autoIncrement']=!![],_0x2baa7f['createObjectStore']('t',_0x2083ce)['put'](new Blob()),_0x2771f5(![]);}catch(_0x287731){const _0x391c25=_0x287731 instanceof Error&&typeof _0x287731['message']==='string'?_0x287731['message']:String(_0x287731);if(_0x391c25['includes']('are\x20not\x20yet\x20supported'))_0x2771f5(!![]);else _0x2771f5(![]);}finally{_0x2baa7f['close'](),indexedDB['deleteDatabase'](_0x1095cb);}},_0x1dbc1d['onerror']=()=>_0x3d308b(![]);}catch{_0x3d308b(![]);}},_0x2c300c=()=>{const _0x5af907=window['openDatabase'],_0x1f82bc=window['localStorage'];try{_0x5af907(null,null,null,null);}catch{_0x3d308b(!![]);return;}try{_0x1f82bc['setItem']('test','1'),_0x1f82bc['removeItem']('test');}catch{_0x3d308b(!![]);return;}_0x3d308b(![]);},_0x30addb=async()=>{const _0x1febfc=navigator['storage'];if(typeof _0x1febfc?.['getDirectory']==='function')await _0x5eccc6();else navigator['maxTouchPoints']!==undefined?_0x3fb747():_0x2c300c();},_0x2deca4=()=>{const _0x1134d2=window;return _0x1134d2['performance']?.['memory']?.['jsHeapSizeLimit']??0x40000000;},_0x320549=()=>{const _0x467591=navigator['webkitTemporaryStorage'];_0x467591['queryUsageAndQuota']((_0x2c829f,_0xb9f132)=>{const _0x35a813=Math['round'](_0xb9f132/(0x400*0x400)),_0x483b32=Math['round'](_0x2deca4()/(0x400*0x400))*0x2;_0x3d308b(_0x35a813<_0x483b32);},_0xc6a451=>_0x477ae0(new Error('detectIncognito\x20somehow\x20failed\x20to\x20query\x20storage\x20quota:\x20'+_0xc6a451['message'])));},_0x4b65b7=()=>{const _0xf25403=window['webkitRequestFileSystem'];_0xf25403(0x0,0x1,()=>_0x3d308b(![]),()=>_0x3d308b(!![]));},_0x402ecb=()=>{self['Promise']!==undefined&&self['Promise']['allSettled']!==undefined?_0x320549():_0x4b65b7();},_0x3bb31f=async()=>{const _0x14f240=navigator['storage'];if(typeof _0x14f240?.['getDirectory']==='function'){try{await _0x14f240['getDirectory'](),_0x3d308b(![]);}catch(_0xd04f72){const _0x183fa8=_0xd04f72 instanceof Error&&typeof _0xd04f72['message']==='string'?_0xd04f72['message']:String(_0xd04f72);_0x3d308b(_0x183fa8['includes']('Security\x20error'));}return;}const _0x52938f=indexedDB['open']('inPrivate');_0x52938f['onerror']=_0x477b7c=>{_0x52938f['error']!==null&&_0x52938f['error']['name']==='InvalidStateError'&&_0x477b7c['preventDefault'](),_0x3d308b(!![]);},_0x52938f['onsuccess']=()=>{indexedDB['deleteDatabase']('inPrivate'),_0x3d308b(![]);};},_0x259bbc=()=>{_0x3d308b(window['indexedDB']===undefined);},_0x4f1d25=async()=>{if(isSafariWebKit())_0x59c33f='Safari',await _0x30addb();else{if(isChromium())_0x59c33f=_0x5823cf(),_0x402ecb();else{if(isGecko())_0x59c33f='Firefox',await _0x3bb31f();else isTrident()||navigator['msSaveBlob']!==undefined?(_0x59c33f='Internet\x20Explorer',_0x259bbc()):_0x477ae0(new Error('detectIncognito\x20cannot\x20determine\x20the\x20browser'));}}};_0x4f1d25()['catch'](_0x477ae0);});}catch{return null;}}const PROBE_TIMEOUT_MS$1=0x3e8;function getInstalledRelatedApps(){if(typeof navigator==='undefined')return null;const _0x349eb5=navigator['getInstalledRelatedApps'];if(typeof _0x349eb5!=='function')return null;return async()=>{const _0x254f3c=((async()=>{try{const _0x10f03b=await _0x349eb5['call'](navigator);if(!Array['isArray'](_0x10f03b)||_0x10f03b['length']===0x0)return null;return _0x10f03b['length'];}catch{return null;}})()),_0x3adc8b=new Promise(_0x1af178=>setTimeout(()=>_0x1af178(null),PROBE_TIMEOUT_MS$1));return Promise['race']([_0x254f3c,_0x3adc8b]);};}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x8b5e=await Promise['race']([new Promise(_0x27189a=>{try{const _0x5a1b2d='mw_blob_test',_0x5449f8='store',_0x58e379=indexedDB['deleteDatabase'](_0x5a1b2d);_0x58e379['onsuccess']=_0x5ac6b5,_0x58e379['onerror']=_0x5ac6b5;function _0x5ac6b5(){try{const _0x50a62c=indexedDB['open'](_0x5a1b2d,0x1);_0x50a62c['onupgradeneeded']=()=>{try{_0x50a62c['result']['createObjectStore'](_0x5449f8);}catch{_0x27189a(null);}},_0x50a62c['onsuccess']=()=>{try{const _0x2f1774=_0x50a62c['result'],_0x149828=_0x2f1774['transaction'](_0x5449f8,'readwrite'),_0x19a171=_0x149828['objectStore'](_0x5449f8);try{const _0x5cde73=_0x19a171['put'](new Blob(['test']),'blob_key');_0x5cde73['onsuccess']=()=>{_0x2f1774['close']();try{indexedDB['deleteDatabase'](_0x5a1b2d);}catch{}_0x27189a(![]);},_0x5cde73['onerror']=()=>{_0x2f1774['close']();try{indexedDB['deleteDatabase'](_0x5a1b2d);}catch{}const _0x467d62=_0x5cde73['error']?.['message']??'';_0x27189a(_0x467d62['includes']('not\x20yet\x20supported')||_0x467d62['includes']('not\x20supported'));};}catch(_0x14b9cd){_0x2f1774['close']();try{indexedDB['deleteDatabase'](_0x5a1b2d);}catch{}if(_0x14b9cd instanceof DOMException){const _0x428bbc=_0x14b9cd['message'];_0x27189a(_0x428bbc['includes']('not\x20yet\x20supported')||_0x428bbc['includes']('not\x20supported'));}else _0x27189a(null);}}catch{_0x27189a(null);}},_0x50a62c['onerror']=()=>{_0x27189a(null);};}catch{_0x27189a(null);}}}catch{_0x27189a(null);}}),new Promise(_0x3150f0=>setTimeout(()=>_0x3150f0(null),0x3e8))]);return _0x8b5e;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x44605f){return matchMedia('(inverted-colors:\x20'+_0x44605f+')')['matches'];}function getLanguages(){const _0x4cf369=navigator,_0x32816e=[],_0xac1c14=_0x4cf369['language']??_0x4cf369['userLanguage']??_0x4cf369['browserLanguage']??_0x4cf369['systemLanguage'];_0xac1c14!==undefined&&_0x32816e['push']([_0xac1c14]);if(Array['isArray'](_0x4cf369['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x32816e['push'](_0x4cf369['languages']);else{if(typeof _0x4cf369['languages']==='string'){const _0x182407=_0x4cf369['languages'];_0x182407!==''&&_0x32816e['push'](_0x182407['split'](','));}}return _0x32816e;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getIntlCurrency(){try{const _0x5a97ea=window['Intl'],_0x245dfb=_0x5a97ea?.['NumberFormat'];if(_0x245dfb===undefined)return null;try{const _0x388894={};_0x388894['style']='currency';const _0x482e90=new _0x245dfb(undefined,_0x388894),_0x2896d3=_0x482e90['resolvedOptions']();if(typeof _0x2896d3['currency']==='string'&&_0x2896d3['currency']['length']===0x3)return _0x2896d3['currency']['toUpperCase']();}catch{}return null;}catch{return null;}}function getIntlMetadata(){try{const _0x1cd0e0=window['Intl'],_0x43677b=_0x1cd0e0?.['DateTimeFormat'];if(_0x43677b===undefined){const _0x3eecfd={};return _0x3eecfd['hourCycle']=null,_0x3eecfd['numberingSystem']=null,_0x3eecfd['calendar']=null,_0x3eecfd;}const _0x11de91=new _0x43677b()['resolvedOptions'](),_0x4fe7af={};return _0x4fe7af['hourCycle']=typeof _0x11de91['hourCycle']==='string'?_0x11de91['hourCycle']:null,_0x4fe7af['numberingSystem']=typeof _0x11de91['numberingSystem']==='string'?_0x11de91['numberingSystem']:null,_0x4fe7af['calendar']=typeof _0x11de91['calendar']==='string'?_0x11de91['calendar']:null,_0x4fe7af;}catch{const _0x468612={};return _0x468612['hourCycle']=null,_0x468612['numberingSystem']=null,_0x468612['calendar']=null,_0x468612;}}function getLocaleCurrency(){try{const _0x499403=navigator['language'];if(!_0x499403)return null;const _0x33f5dc={};_0x33f5dc['style']='currency',_0x33f5dc['currency']='USD';const _0x1a27bc=0x1['toLocaleString'](_0x499403,_0x33f5dc),_0x357497={};_0x357497['style']='currency',_0x357497['currency']='USD';const _0x42fe75=0x1['toLocaleString'](undefined,_0x357497),_0x8c22cc={};return _0x8c22cc['match']=_0x1a27bc===_0x42fe75,_0x8c22cc['explicit']=_0x1a27bc,_0x8c22cc['implicit']=_0x42fe75,_0x8c22cc;}catch{return null;}}const _0x325e85={};_0x325e85['any-hover']=['hover','none'],_0x325e85['any-pointer']=['none','coarse','fine'],_0x325e85['pointer']=['none','coarse','fine'],_0x325e85['hover']=['hover','none'],_0x325e85['update']=['fast','slow'],_0x325e85['scripting']=['none','initial-only','enabled'];const queries=_0x325e85;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x72d575={};for(const [_0x5844f8,_0x38e845]of Object['entries'](queries)){for(const _0x54cf8a of _0x38e845){if(matchMedia('('+_0x5844f8+':\x20'+_0x54cf8a+')')['matches']){_0x72d575[_0x5844f8]=_0x54cf8a;break;}}}return _0x72d575;}function getMediaSession(){try{const _0x44b63f=navigator['mediaSession'];if(_0x44b63f===undefined||_0x44b63f===null)return null;let _0x21a277=null;if(_0x44b63f['metadata']!==null&&_0x44b63f['metadata']!==undefined){const _0x21b888=_0x44b63f['metadata']['artwork'],_0x17d13e=Array['isArray'](_0x21b888)?_0x21b888['length']:0x0,_0x319a8f={};_0x319a8f['artworkCount']=_0x17d13e,_0x21a277=_0x319a8f;}const _0x4154ea={};return _0x4154ea['metadata']=_0x21a277,_0x4154ea['playbackState']=typeof _0x44b63f['playbackState']==='string'?_0x44b63f['playbackState']:'none',_0x4154ea['hasSetActionHandler']=typeof _0x44b63f['setActionHandler']==='function',_0x4154ea;}catch{return null;}}function getMimeTypes(){try{const _0x39ec3a=navigator['mimeTypes'];if(_0x39ec3a===undefined)return undefined;let _0x26699c=Object['getPrototypeOf'](_0x39ec3a)===MimeTypeArray['prototype'];for(let _0x5140bc=0x0;_0x5140bc<_0x39ec3a['length'];_0x5140bc++){_0x26699c&&(_0x26699c=Object['getPrototypeOf'](_0x39ec3a[_0x5140bc])===MimeType['prototype']);}return _0x26699c;}catch{return undefined;}}function getMimeTypesCount(){if(typeof navigator==='undefined')return null;const _0x50fb87=navigator['mimeTypes'];return _0x50fb87?.['length']??0x0;}function getNavigatorLanguages(){const _0x28291e=navigator['languages'];return _0x28291e??null;}function getNavigatorOnline(){if(typeof navigator==='undefined')return null;return navigator['onLine']===!![];}const PROBE_TIMEOUT_MS=0xfa,STUN_URL='stun:stun.l.google.com:19302',PROBE_DATA_CHANNEL_LABEL='';function getRTCConstructor(){if(typeof window==='undefined')return null;const _0x49ccc8=window['RTCPeerConnection'];if(typeof _0x49ccc8!=='function')return null;return _0x49ccc8;}function getNetworkIceProbe(){const _0x5c50d1=getRTCConstructor();if(_0x5c50d1===null)return null;return()=>new Promise(_0x157562=>{let _0x3c0759=null,_0x2affc9=![],_0x355fc6=null;const _0x482303=_0x3e7acd=>{if(_0x2affc9)return;_0x2affc9=!![];if(_0x355fc6!==null)clearTimeout(_0x355fc6);if(_0x3c0759!==null)try{_0x3c0759['close']();}catch{}_0x157562(_0x3e7acd);};try{const _0x51041c={};_0x51041c['urls']=STUN_URL;const _0x2b0f70={};_0x2b0f70['iceServers']=[_0x51041c],_0x3c0759=new _0x5c50d1(_0x2b0f70),_0x3c0759['createDataChannel'](PROBE_DATA_CHANNEL_LABEL),_0x3c0759['onicecandidate']=_0x477069=>{if(_0x477069['candidate']===null)_0x482303(!![]);},_0x3c0759['onicecandidateerror']=()=>_0x482303(![]),_0x3c0759['createOffer']()['then'](_0x2a71b5=>{if(_0x2affc9||_0x3c0759===null)return;return _0x3c0759['setLocalDescription'](_0x2a71b5);})['catch'](()=>_0x482303(![])),_0x355fc6=setTimeout(()=>_0x482303(![]),PROBE_TIMEOUT_MS);}catch{_0x482303(![]);}});}function getNetworkRTT(){const _0x539a26=navigator;return _0x539a26['connection']?.['rtt']??null;}function getNotificationPresence(){return typeof window['Notification']!=='undefined';}function getOsCpu(){if(typeof navigator==='undefined')return null;const _0xa60d3a=navigator['oscpu'];return _0xa60d3a??null;}function getPageUrl(){try{if(typeof window==='undefined')return null;const _0x4393e7={};return _0x4393e7['l']=window['location']['href'],_0x4393e7['f']='',[_0x4393e7];}catch{return null;}}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x753f22=performance['memory'];if(_0x753f22===undefined||typeof _0x753f22['jsHeapSizeLimit']!=='number')return undefined;return _0x753f22['jsHeapSizeLimit'];}function getPerformanceNowMicroseconds(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;return Math['floor'](performance['now']()*0x3e8);}function getPerformanceResolution(){const _0x413880=window['performance'];if(typeof _0x413880['now']!=='function')return null;let _0x3e85be=0x1,_0x29957c=0x1,_0x371cb6=_0x413880['now'](),_0x17e922=_0x371cb6;for(let _0x4cf5cf=0x0;_0x4cf5cf<0xc350;_0x4cf5cf++){_0x371cb6=_0x17e922,_0x17e922=_0x413880['now']();if(_0x371cb6<_0x17e922){const _0x43736a=_0x17e922-_0x371cb6;if(_0x43736a>_0x3e85be){if(_0x43736a<_0x29957c)_0x29957c=_0x43736a;}else _0x43736a<_0x3e85be&&(_0x29957c=_0x3e85be,_0x3e85be=_0x43736a);}}return[_0x3e85be,_0x29957c];}const permissionNames=['accelerometer','ambient-light-sensor','background-fetch','background-sync','bluetooth','camera','clipboard-read','clipboard-write','display-capture','geolocation','gyroscope','local-fonts','magnetometer','microphone','midi','nfc','notifications','payment-handler','persistent-storage','push','screen-wake-lock','speaker-selection','storage-access','window-management'],PERMISSION_QUERY_TIMEOUT_MS=0x3e8,PERMISSION_RETRIES=0x3,_0x5edbbd={};_0x5edbbd['kind']='timeout';const TIMEOUT_OUTCOME=_0x5edbbd;async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x1c30a0=[],_0x2fed64=new Set();for(let _0x4c9c59=0x0;_0x4c9c59<PERMISSION_RETRIES;_0x4c9c59++){const _0x401707={},_0x3aa536=permissionNames['filter'](_0x10df4d=>!_0x2fed64['has'](_0x10df4d))['map'](async _0x36f746=>{const _0x45a214={};_0x45a214['name']=_0x36f746;const _0x461cee=navigator['permissions']['query'](_0x45a214)['then'](_0x7b2c28=>({'kind':'ok','state':_0x7b2c28['state']}),()=>({'kind':'unsupported'})),_0xb690f1=await withTimeout(_0x461cee,PERMISSION_QUERY_TIMEOUT_MS,TIMEOUT_OUTCOME);if(_0xb690f1['kind']==='timeout')_0x2fed64['add'](_0x36f746);else _0xb690f1['kind']==='ok'&&(_0x401707[_0x36f746]=_0xb690f1['state']);});await Promise['all'](_0x3aa536),_0x1c30a0['push'](_0x401707);}const _0x30e4a9={},_0x380866=new Set(_0x1c30a0['flatMap'](_0x15e378=>Object['keys'](_0x15e378)));for(const _0x504907 of _0x380866){const _0x30b8ba={};for(const _0x487364 of _0x1c30a0){const _0x6070f3=_0x487364[_0x504907];_0x6070f3&&(_0x30b8ba[_0x6070f3]=(_0x30b8ba[_0x6070f3]||0x0)+0x1);}let _0x3b30f7='',_0x100fd5=0x0;for(const [_0x479cee,_0x50b0f8]of Object['entries'](_0x30b8ba)){_0x50b0f8>_0x100fd5&&(_0x3b30f7=_0x479cee,_0x100fd5=_0x50b0f8);}_0x3b30f7&&(_0x30e4a9[_0x504907]=_0x3b30f7);}return _0x30e4a9;}function getPlatform(){const {platform:_0x56c888}=navigator;if(_0x56c888==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x56c888;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x2bddd2=navigator['plugins'];let _0x59c7ac=Object['getPrototypeOf'](_0x2bddd2)===PluginArray['prototype'];for(let _0x33de4d=0x0;_0x33de4d<_0x2bddd2['length'];_0x33de4d++){_0x59c7ac&&(_0x59c7ac=Object['getPrototypeOf'](_0x2bddd2[_0x33de4d])===Plugin['prototype']);}return _0x59c7ac;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x2b455d=navigator['plugins'],_0x1f9a3f=[];for(let _0x4ac05b=0x0;_0x4ac05b<_0x2b455d['length'];++_0x4ac05b){const _0x472fbd=_0x2b455d['item'](_0x4ac05b);if(_0x472fbd===null)continue;const _0x1ac37c=[];for(let _0x5075df=0x0;_0x5075df<_0x472fbd['length'];++_0x5075df){const _0x18f060=_0x472fbd[_0x5075df],_0x402219={};_0x402219['type']=_0x18f060['type'],_0x402219['suffixes']=_0x18f060['suffixes'],_0x1ac37c['push'](_0x402219);}const _0x5ed5b6={};_0x5ed5b6['name']=_0x472fbd['name'],_0x5ed5b6['description']=_0x472fbd['description'],_0x5ed5b6['mimeTypes']=_0x1ac37c,_0x1f9a3f['push'](_0x5ed5b6);}return _0x1f9a3f;}function getPluginsArray(){try{if(!('plugins'in navigator))return null;if(typeof PluginArray==='undefined')return null;return navigator['plugins']instanceof PluginArray;}catch{return null;}}function getPluginsCount(){if(!('plugins'in navigator))throw new Error('navigator.plugins\x20is\x20undefined');const _0xddf4f9=navigator['plugins'];if(typeof _0xddf4f9['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0xddf4f9['length'];}function getProductSub(){if(!('productSub'in navigator))throw new Error('navigator.productSub\x20is\x20undefined');return navigator['productSub'];}function isMotionReduced(){if(doesMatch('reduce'))return!![];if(doesMatch('no-preference'))return![];return undefined;}function doesMatch(_0x5803b0){return matchMedia('(prefers-reduced-motion:\x20'+_0x5803b0+')')['matches'];}function getReducedTransparency(){if(typeof matchMedia!=='function')return null;if(matchMedia('(prefers-reduced-transparency:\x20reduce)')['matches'])return!![];if(matchMedia('(prefers-reduced-transparency:\x20no-preference)')['matches'])return![];return undefined;}const screenFrameCheckInterval=0x9c4,roundingPrecision=0xa,MAX_FRAME_POLL_ATTEMPTS=0x1e;let screenFrameBackup,screenFrameSizeTimeoutId,screenFrameAttempts=0x0;function watchScreenFrame(){if(screenFrameSizeTimeoutId!==undefined)return;const _0x4468a3=()=>{const _0x41fda7=getCurrentScreenFrame();if(isFrameSizeNull(_0x41fda7)){screenFrameAttempts+=0x1;if(screenFrameAttempts>=MAX_FRAME_POLL_ATTEMPTS){screenFrameSizeTimeoutId=undefined;return;}screenFrameSizeTimeoutId=setTimeout(_0x4468a3,screenFrameCheckInterval);}else screenFrameBackup=_0x41fda7,screenFrameSizeTimeoutId=undefined;};_0x4468a3();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x519114=getCurrentScreenFrame();if(isFrameSizeNull(_0x519114)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x519114=getCurrentScreenFrame());}return!isFrameSizeNull(_0x519114)&&(screenFrameBackup=_0x519114),_0x519114;};}function getScreenFrame(){const _0x5968d5=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x5dbf59=isGecko()&&isGecko143OrNewer();if(_0x5968d5||_0x5dbf59)return()=>Promise['resolve'](undefined);const _0x3b4c1a=getUnstableScreenFrame();return async()=>{const _0x586f48=await _0x3b4c1a(),_0x113e31=_0xf88429=>_0xf88429===null?null:round$1(_0xf88429,roundingPrecision);return[_0x113e31(_0x586f48[0x0]),_0x113e31(_0x586f48[0x1]),_0x113e31(_0x586f48[0x2]),_0x113e31(_0x586f48[0x3])];};}function getCurrentScreenFrame(){const _0x3dd77e=screen;return[replaceNaN(toFloat(_0x3dd77e['availTop']),null),replaceNaN(toFloat(_0x3dd77e['width'])-toFloat(_0x3dd77e['availWidth'])-replaceNaN(toFloat(_0x3dd77e['availLeft']),0x0),null),replaceNaN(toFloat(_0x3dd77e['height'])-toFloat(_0x3dd77e['availHeight'])-replaceNaN(toFloat(_0x3dd77e['availTop']),0x0),null),replaceNaN(toFloat(_0x3dd77e['availLeft']),null)];}function isFrameSizeNull(_0x22b6c1){for(let _0x34c12e=0x0;_0x34c12e<0x4;++_0x34c12e){if(_0x22b6c1[_0x34c12e]!==null&&_0x22b6c1[_0x34c12e]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x203272,_0x22615a)=>{const _0x426aba=_0x22615a['screen'],_0x50490b=_0x1381d3=>{const _0xb9185c=parseInt(_0x1381d3);return typeof _0xb9185c==='number'&&isNaN(_0xb9185c)?-0x1:_0xb9185c;};return{'w':_0x50490b(_0x426aba['width']),'h':_0x50490b(_0x426aba['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x48c198=screen,_0x3de649=_0x210f44=>replaceNaN(toInt(_0x210f44),null),_0x74e898=[_0x3de649(_0x48c198['width']),_0x3de649(_0x48c198['height'])];return _0x74e898['sort']()['reverse'](),_0x74e898;}async function getScrollbarWidth(){return getIframePool()['execute']((_0xa73572,_0x490061)=>{const _0x1011db=_0x490061['document'],_0x213c9f=_0x1011db['createElement']('div');_0x213c9f['style']['width']='100px',_0x213c9f['style']['height']='100px',_0x213c9f['style']['overflow']='scroll',_0x213c9f['style']['visibility']='hidden',_0x1011db['body']['appendChild'](_0x213c9f);const _0x414dac=_0x213c9f['offsetWidth']===_0x213c9f['clientWidth'];return _0x1011db['body']['removeChild'](_0x213c9f),_0x414dac;});}function getSecureContext(){if(typeof window==='undefined')return null;const _0x337c18=window['isSecureContext'];return _0x337c18===!![];}function getServiceWorkerPresence(){if(typeof navigator==='undefined')return null;return typeof navigator['serviceWorker']!=='undefined';}const PROBE_KEY='_t';function getSessionStorage(){try{const _0x186a5b=window['sessionStorage'];if(_0x186a5b===null||_0x186a5b===undefined)return![];return _0x186a5b['setItem'](PROBE_KEY,'1'),_0x186a5b['removeItem'](PROBE_KEY),!![];}catch{return![];}}function getSharedArrayBuffer(){if(typeof window==='undefined')return null;const _0x1b3574=window['SharedArrayBuffer'];if(typeof _0x1b3574!=='function')return null;try{const _0xa55c66=new _0x1b3574(0x1);if(_0xa55c66['byteLength']===undefined)return null;return _0xa55c66['byteLength'];}catch{return null;}}function getStandalonePwa(){if(typeof navigator==='undefined')return null;const _0x406a7=navigator['standalone'];return _0x406a7===!![];}function getStoragePersisted(){if(typeof navigator==='undefined')return null;const _0x17a6a2=navigator['storage'],_0x50f73d=_0x17a6a2?.['persisted'];if(typeof _0x50f73d!=='function')return()=>Promise['resolve'](![]);return async()=>{try{return await _0x50f73d['call'](_0x17a6a2)===!![];}catch{return![];}};}const ITER=0x40,BUDGET_MS=0x19;function getTimerReliability(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;if(typeof setTimeout!=='function')return null;return()=>new Promise(_0x4ab5be=>{let _0x4abe66=0x0;const _0x401802=performance['now']();function _0x5e4a2d(){_0x4abe66++,_0x4abe66>=ITER||performance['now']()-_0x401802>BUDGET_MS?_0x4ab5be(_0x4abe66*0x4|0x0):setTimeout(_0x5e4a2d,0x0);}setTimeout(_0x5e4a2d,0x0);});}async function getStorageEstimate(){const _0x5973ba=navigator['storage'];if(_0x5973ba===undefined||typeof _0x5973ba['estimate']!=='function')return null;try{const _0x29ee05=await Promise['race']([_0x5973ba['estimate'](),new Promise((_0x597477,_0x460f86)=>setTimeout(()=>_0x460f86(new Error('timeout')),0x1f4))]);if(_0x29ee05['quota']!==undefined&&_0x29ee05['quota']>0x0)return Math['round'](_0x29ee05['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x4e7006=navigator['storage'];if(_0x4e7006===undefined)return null;const _0x18149a=_0x4e7006['getDirectory'];if(typeof _0x18149a!=='function')return null;try{const _0x266118=await Promise['race']([_0x4e7006['getDirectory']()['then'](()=>'',_0x3f2d22=>_0x3f2d22 instanceof Error?_0x3f2d22['message']:String(_0x3f2d22)),new Promise((_0x566c4a,_0x2c1a61)=>setTimeout(()=>_0x2c1a61(new Error('timeout')),0xfa))]);return _0x266118;}catch{return null;}}const _0x4fca72={};_0x4fca72['AccentColor']='ac',_0x4fca72['AccentColorText']='act',_0x4fca72['ActiveText']='at',_0x4fca72['ActiveBorder']='ab',_0x4fca72['ActiveCaption']='aca',_0x4fca72['AppWorkspace']='aw',_0x4fca72['Background']='b',_0x4fca72['ButtonHighlight']='bh',_0x4fca72['ButtonShadow']='bs',_0x4fca72['ButtonBorder']='bb',_0x4fca72['ButtonFace']='bf',_0x4fca72['ButtonText']='bt',_0x4fca72['FieldText']='ft',_0x4fca72['GrayText']='gt',_0x4fca72['Highlight']='h',_0x4fca72['HighlightText']='ht',_0x4fca72['InactiveBorder']='ib',_0x4fca72['InactiveCaption']='ic',_0x4fca72['InactiveCaptionText']='ict',_0x4fca72['InfoBackground']='infb',_0x4fca72['InfoText']='it',_0x4fca72['LinkText']='lt',_0x4fca72['Mark']='m',_0x4fca72['Menu']='me',_0x4fca72['Scrollbar']='s',_0x4fca72['ThreeDDarkShadow']='tdds',_0x4fca72['ThreeDFace']='tdf',_0x4fca72['ThreeDHighlight']='tdh',_0x4fca72['ThreeDLightShadow']='tdls',_0x4fca72['ThreeDShadow']='tds',_0x4fca72['VisitedText']='vt',_0x4fca72['Window']='w',_0x4fca72['WindowFrame']='wf',_0x4fca72['WindowText']='wt',_0x4fca72['Selecteditem']='si',_0x4fca72['Selecteditemtext']='sit';const systemColorMap=_0x4fca72;function getSystemColors(){return getIframePool()['execute']((_0x88aeef,_0x368665)=>{const _0x43173a=_0x368665['document'];_0x43173a['documentElement']['style']['colorScheme']='light';const _0x51200a=_0x43173a['createElement']('div');_0x43173a['body']['appendChild'](_0x51200a);const _0x42b726={};for(const _0x5c5320 of Object['keys'](systemColorMap)){_0x51200a['style']['color']=_0x5c5320,_0x42b726[systemColorMap[_0x5c5320]]=_0x368665['getComputedStyle'](_0x51200a)['color'];}return _0x43173a['body']['removeChild'](_0x51200a),_0x42b726;});}function getTimezone(){const _0x4d0acd=window['Intl'],_0x2b85bb=_0x4d0acd?.['DateTimeFormat'];if(_0x2b85bb!==undefined){const _0x188f90=new _0x2b85bb()['resolvedOptions']()['timeZone'];if(_0x188f90!=='')return _0x188f90;}const _0x18fd4a=-getTimezoneOffset();return'UTC'+(_0x18fd4a>=0x0?'+':'')+_0x18fd4a;}function getTimezoneOffset(){const _0x3c9fac=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0x3c9fac,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0x3c9fac,0x6,0x1)['getTimezoneOffset']()));}function getUrlProtocolParser(){if(typeof URL!=='function')return null;try{return new URL('C:/')['protocol'];}catch{return null;}}function getUrlSegmentsHash(){try{if(typeof URL!=='function'||typeof window==='undefined')return null;const _0x1872f3=window['location']['href'],_0x19cb3d=new URL(_0x1872f3),_0x2f781b=[_0x19cb3d['protocol'],_0x19cb3d['hostname'],_0x19cb3d['port'],_0x19cb3d['pathname'],_0x19cb3d['search'],_0x19cb3d['hash']];return _0x2f781b['map'](_0x501382=>x64hash128(_0x501382));}catch{return null;}}function getMeasuredTimezone(){let _0x5d58e5='';try{const _0x589f87=window['Intl'],_0x3bfb41=_0x589f87?.['DateTimeFormat'];_0x3bfb41!==undefined&&(_0x5d58e5=new _0x3bfb41()['resolvedOptions']()['timeZone']);}catch{}const _0x3ac9e8=new Date()['getTimezoneOffset'](),_0xa5d4e4=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x3737f2=new Date()['getFullYear'](),_0x3d35a1=new Date(_0x3737f2,0x0,0x1)['getTimezoneOffset'](),_0x236b0c=new Date(_0x3737f2,0x6,0x1)['getTimezoneOffset'](),_0x236102={};return _0x236102['reported']=_0x5d58e5,_0x236102['offset']=_0x3ac9e8,_0x236102['historicalOffset']=_0xa5d4e4,_0x236102['janOffset']=_0x3d35a1,_0x236102['julOffset']=_0x236b0c,_0x236102;}function getTouchSupport(){const _0x4e7f0e=navigator;let _0x3b6610=0x0,_0x2e6e33;if('maxTouchPoints'in _0x4e7f0e)_0x3b6610=toInt(_0x4e7f0e['maxTouchPoints']);else _0x4e7f0e['msMaxTouchPoints']!==undefined&&(_0x3b6610=_0x4e7f0e['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x2e6e33=!![];}catch{_0x2e6e33=![];}const _0x3f14bf='ontouchstart'in window,_0x1f103d={};return _0x1f103d['maxTouchPoints']=_0x3b6610,_0x1f103d['touchEvent']=_0x2e6e33,_0x1f103d['touchStart']=_0x3f14bf,_0x1f103d;}function getUserAgent(){return navigator['userAgent'];}function getUserAgentData(){const _0x4b3f59=navigator['userAgentData'];return _0x4b3f59!==undefined&&_0x4b3f59!==null&&typeof _0x4b3f59==='object';}function getVendor(){return navigator['vendor']||'';}function getWebSqlDatabase(){if(typeof window==='undefined')return null;const _0xd023cf=window['openDatabase'];return typeof _0xd023cf==='function';}function getWindowDimensions(){const _0x29ec={};return _0x29ec['outerWidth']=window['outerWidth'],_0x29ec['outerHeight']=window['outerHeight'],_0x29ec['innerWidth']=window['innerWidth'],_0x29ec['innerHeight']=window['innerHeight'],_0x29ec;}function getLockdownFeatures(){return{'wasm':checkWasm(),'webAudio':checkWebAudio(),'gamepad':checkGamepad(),'speechRec':checkSpeechRec(),'rtcDataChannel':checkRtcDataChannel(),'webgl':checkWebGl()};}function checkWasm(){try{return typeof WebAssembly!=='undefined'&&typeof WebAssembly['instantiate']==='function';}catch{return![];}}function checkWebAudio(){try{const _0x8167e8=window['AudioContext']??window['webkitAudioContext'];if(_0x8167e8===undefined)return![];return typeof _0x8167e8==='function';}catch{return![];}}function checkGamepad(){try{return typeof navigator['getGamepads']==='function';}catch{return![];}}function checkSpeechRec(){try{return typeof window['SpeechRecognition']==='function'||typeof window['webkitSpeechRecognition']==='function';}catch{return![];}}function checkRtcDataChannel(){const _0x4298b0=window['RTCPeerConnection']??window['webkitRTCPeerConnection'];if(_0x4298b0===undefined)return![];let _0x1a9f0a=null;try{_0x1a9f0a=new _0x4298b0();const _0x47f4b0=_0x1a9f0a['createDataChannel']('lockdown-probe');return _0x47f4b0['close'](),!![];}catch{return![];}finally{_0x1a9f0a?.['close']();}}function checkWebGl(){let _0x524dd4=null;try{const _0x53a9fc=document['createElement']('canvas');return _0x524dd4=_0x53a9fc['getContext']('webgl')??_0x53a9fc['getContext']('experimental-webgl')??_0x53a9fc['getContext']('webgl2'),_0x524dd4!==null;}catch{return![];}finally{if(_0x524dd4!==null)try{const _0x37d66b=_0x524dd4['getExtension']('WEBGL_lose_context');_0x37d66b?.['loseContext']();}catch{}}}const EXPECTED=[0x0,0x7f,0xff,0xff];function getCanvasPow(){try{const _0x4fba41=document['createElement']('canvas');_0x4fba41['width']=0x10,_0x4fba41['height']=0x10;const _0x58b63e=_0x4fba41['getContext']('2d');if(_0x58b63e===null)return null;_0x58b63e['fillStyle']='rgba(0,\x20127,\x20255,\x201)',_0x58b63e['fillRect'](0x0,0x0,0x10,0x10);const _0x380058=_0x58b63e['getImageData'](0x0,0x0,0x1,0x1),_0x59e2e6=_0x380058['data'];if(_0x59e2e6['length']<0x4)return null;const _0x422a34=[_0x59e2e6[0x0],_0x59e2e6[0x1],_0x59e2e6[0x2],_0x59e2e6[0x3]],_0x1f6441=_0x422a34[0x0]===EXPECTED[0x0]&&_0x422a34[0x1]===EXPECTED[0x1]&&_0x422a34[0x2]===EXPECTED[0x2]&&_0x422a34[0x3]===EXPECTED[0x3],_0x970300={};return _0x970300['match']=_0x1f6441,_0x970300['actual']=_0x422a34,_0x970300['expected']=EXPECTED,_0x970300;}catch{return null;}}const NATIVE_CONSOLE_DEBUG=typeof console!=='undefined'&&typeof console['debug']==='function'?console['debug']['bind'](console):null,CACHED_DEBUG_IS_NATIVE=((()=>{if(typeof console==='undefined'||typeof console['debug']!=='function')return![];try{return/\{\s*\[native code\]\s*\}/['test'](Function['prototype']['toString']['call'](console['debug']));}catch{return![];}})());function getProtoChainProxyTrap(){try{if(NATIVE_CONSOLE_DEBUG===null){const _0x2eb646={};return _0x2eb646['trapTriggered']=![],_0x2eb646['reliable']=![],_0x2eb646;}let _0x4e7f17=![];const _0x302ad3={};_0x302ad3['ownKeys']=function(){return _0x4e7f17=!![],[];};const _0x5acb7f=new Proxy({},_0x302ad3),_0xeff557=Object['create'](_0x5acb7f);try{NATIVE_CONSOLE_DEBUG(_0xeff557);}catch{}const _0x26fa10={};return _0x26fa10['trapTriggered']=_0x4e7f17,_0x26fa10['reliable']=CACHED_DEBUG_IS_NATIVE,_0x26fa10;}catch{const _0x31edd1={};return _0x31edd1['trapTriggered']=![],_0x31edd1['reliable']=![],_0x31edd1;}}const WINDOW_EXACT_MARKERS=['_selenium','callSelenium','_Selenium_IDE_Recorder','webdriver','__puppeteer_evaluation_script__','__nightmare','_phantomas','__phantomas','_phantom','callPhantom','domAutomation','domAutomationController','webdriver-active'],DOCUMENT_EXACT_MARKERS=['__webdriver_evaluate','__selenium_evaluate','__driver_evaluate','__fxdriver_evaluate','__webdriver_unwrapped','__selenium_unwrapped','__driver_unwrapped','__fxdriver_unwrapped','__webdriver_script_function','__webdriver_script_func','__webdriver_script_fn'],PREFIX_MARKERS=['cdc_','$cdc_'],DOCUMENT_ELEMENT_ATTRS=['selenium','webdriver','driver'];function scanPrefixes(_0x581f3a,_0x404081,_0x579fd3){try{const _0xa3664=Object['getOwnPropertyNames'](_0x581f3a);for(const _0x515222 of _0xa3664){for(const _0x3b3bf1 of PREFIX_MARKERS){if(_0x515222['startsWith'](_0x3b3bf1)){_0x579fd3['push'](_0x404081+_0x515222);break;}}}}catch{}}function getStealthMarkers(){const _0x69dec6=[];try{const _0x37f4fc=window,_0x980051=typeof document!=='undefined'?document:null;for(const _0x248a6c of WINDOW_EXACT_MARKERS){if(_0x248a6c in _0x37f4fc)_0x69dec6['push'](_0x248a6c);}if(_0x980051!==null)for(const _0x3a8bec of DOCUMENT_EXACT_MARKERS){if(_0x3a8bec in _0x980051)_0x69dec6['push']('document.'+_0x3a8bec);}scanPrefixes(_0x37f4fc,'',_0x69dec6);if(_0x980051!==null)scanPrefixes(_0x980051,'document.',_0x69dec6);if(typeof document!=='undefined')try{const _0x1589cd=document['documentElement'];for(const _0x3017f0 of DOCUMENT_ELEMENT_ATTRS){if(_0x1589cd['hasAttribute'](_0x3017f0))_0x69dec6['push']('documentElement['+_0x3017f0+']');}}catch{}const _0x138e41={};return _0x138e41['detected']=_0x69dec6,_0x138e41['count']=_0x69dec6['length'],_0x138e41;}catch{const _0x328770={};return _0x328770['detected']=[],_0x328770['count']=0x0,_0x328770;}}const ADBLOCK_FILTER_LISTS=Object['freeze']({'abpIndo':Object['freeze'](['#Iklan-Melayang','#Kolom-Iklan-728','#SidebarIklan-wrapper','[title=\x22ALIENBOLA\x22\x20i]','#Box-Banner-ads']),'abpvn':Object['freeze'](['.quangcao','#mobileCatfish','.close-ads','[id^=\x22bn_bottom_fixed_\x22]','#pmadv']),'adBlockFinland':Object['freeze'](['.mainostila','.sponsorit','.ylamainos','a[href*=\x22/clickthrgh.asp?\x22]','a[href^=\x22https://app.readpeak.com/ads\x22]']),'adBlockPersian':Object['freeze'](['#navbar_notice_50','.kadr','TABLE[width=\x22140px\x22]','#divAgahi','a[href^=\x22http://g1.v.fwmrm.net/ad/\x22]']),'adBlockWarningRemoval':Object['freeze'](['#adblock-honeypot','.adblocker-root','.wp_adblock_detect','.header-blocked-ad','#ad_blocker']),'adGuardAnnoyances':Object['freeze'](['.hs-sosyal','#cookieconsentdiv','div[class^=\x22app_gdpr\x22]','.as-oil','[data-cypress=\x22soft-push-notification-modal\x22]']),'adGuardBase':Object['freeze'](['.BetterJsPopOverlay','#ad_300X250','#bannerfloat22','#campaign-banner','#Ad-Content']),'adGuardChinese':Object['freeze'](['.Zi_ad_a_H','a[href*=\x22.hthbet34.com\x22]','#widget-quan','a[href*=\x22/84992020.xyz\x22]','a[href*=\x22.1956hl.com/\x22]']),'adGuardFrench':Object['freeze'](['#pavePub','.ad-desktop-rectangle','.mobile_adhesion','.widgetadv','.ads_ban']),'adGuardJapanese':Object['freeze'](['#kauli_yad_1','a[href^=\x22http://ad2.trafficgate.net/\x22]','._popIn_infinite_ad','.adgoogle','.__isboostReturnAd']),'adGuardMobile':Object['freeze'](['amp-auto-ads','.amp_ad','amp-embed[type=\x2224smi\x22]','#mgid_iframe1','#ad_inview_area']),'adGuardRussian':Object['freeze'](['a[href^=\x22https://ad.letmeads.com/\x22]','.reclama','div[id^=\x22smi2adblock\x22]','div[id^=\x22AdFox_banner_\x22]','#psyduckpockeball']),'adGuardSocial':Object['freeze'](['a[href^=\x22//www.stumbleupon.com/submit?url=\x22]','a[href^=\x22//telegram.me/share/url?\x22]','.etsy-tweet','#inlineShare','.popup-social']),'adGuardSpanishPortuguese':Object['freeze'](['#barraPublicidade','#Publicidade','#publiEspecial','#queTooltip','.cnt-publi']),'adGuardTrackingProtection':Object['freeze'](['#qoo-counter','a[href^=\x22http://click.hotlog.ru/\x22]','a[href^=\x22http://hitcounter.ru/top/stat.php\x22]','a[href^=\x22http://top.mail.ru/jump\x22]','#top100counter']),'adGuardTurkish':Object['freeze'](['#backkapat','#reklami','a[href^=\x22http://adserv.ontek.com.tr/\x22]','a[href^=\x22http://izlenzi.com/campaign/\x22]','a[href^=\x22http://www.installads.net/\x22]']),'bulgarian':Object['freeze'](['td#freenet_table_ads','#ea_intext_div','.lapni-pop-over','#xenium_hot_offers']),'easyList':Object['freeze'](['.yb-floorad','.widget_po_ads_widget','.trafficjunky-ad','.textad_headline','.sponsored-text-links']),'easyListChina':Object['freeze'](['.appguide-wrap[onclick*=\x22bcebos.com\x22]','.frontpageAdvM','#taotaole','#aafoot.top_box','.cfa_popup']),'easyListCookie':Object['freeze'](['.ezmob-footer','.cc-CookieWarning','[data-cookie-number]','.aw-cookie-banner','.sygnal24-gdpr-modal-wrap']),'easyListCzechSlovak':Object['freeze'](['#onlajny-stickers','#reklamni-box','.reklama-megaboard','.sklik','[id^=\x22sklikReklama\x22]']),'easyListDutch':Object['freeze'](['#advertentie','#vipAdmarktBannerBlock','.adstekst','a[href^=\x22https://xltube.nl/click/\x22]','#semilo-lrectangle']),'easyListGermany':Object['freeze'](['#SSpotIMPopSlider','.sponsorlinkgruen','#werbungsky','#reklame-rechts-mitte','a[href^=\x22https://bd742.com/\x22]']),'easyListItaly':Object['freeze'](['.box_adv_annunci','.sb-box-pubbliredazionale','a[href^=\x22http://affiliazioniads.snai.it/\x22]','a[href^=\x22https://adserver.html.it/\x22]','a[href^=\x22https://affiliazioniads.snai.it/\x22]']),'easyListLithuania':Object['freeze'](['.reklamos_tarpas','.reklamos_nuorodos','img[alt=\x22Reklaminis\x20skydelis\x22]','img[alt=\x22Dedikuoti.lt\x20serveriai\x22]','img[alt=\x22Hostingas\x20Serveriai.lt\x22]']),'fanboyAnnoyances':Object['freeze'](['#ac-lre-player','.navigate-to-top','#subscribe_popup','.newsletter_holder','#back-top']),'fanboyEnhancedTrackers':Object['freeze'](['.open.pushModal','#issuem-leaky-paywall-articles-zero-remaining-nag','#sovrn_container','div[class$=\x22-hide\x22][zoompage-fontsize][style=\x22display:\x20block;\x22]','.BlockNag__Card']),'fanboySocial':Object['freeze'](['#FollowUs','#meteored_share','#social_follow','.article-sharer','.community__social-desc']),'frellwitSwedish':Object['freeze'](['a[href*=\x22casinopro.se\x22][target=\x22_blank\x22]','a[href*=\x22doktor-se.onelink.me\x22]','article.category-samarbete','div.holidAds','ul.adsmodern']),'greekAdBlock':Object['freeze'](['A[href*=\x22adman.otenet.gr/click?\x22]','A[href*=\x22http://axiabanners.exodus.gr/\x22]','A[href*=\x22http://interactive.forthnet.gr/click?\x22]','DIV.agores300','TABLE.advright']),'hungarian':Object['freeze'](['#cemp_doboz','.optimonk-iframe-container','.ad__main','[class*=\x22GoogleAds\x22]','#hirdetesek_box']),'iDontCareAboutCookies':Object['freeze'](['.alert-info[data-block-track*=\x22CookieNotice\x22]','.ModuleTemplateCookieIndicator','.o--cookies--container','#cookies-policy-sticky','#stickyCookieBar']),'latvian':Object['freeze'](['a[href=\x22http://www.salidzini.lv/\x22][style=\x22display:\x20block;\x20width:\x20120px;\x20height:\x2040px;\x20overflow:\x20hidden;\x20position:\x20relative;\x22]','a[href=\x22http://www.salidzini.lv/\x22][style=\x22display:\x20block;\x20width:\x2088px;\x20height:\x2031px;\x20overflow:\x20hidden;\x20position:\x20relative;\x22]']),'listKr':Object['freeze'](['a[href*=\x22//ad.planbplus.co.kr/\x22]','#livereAdWrapper','a[href*=\x22//adv.imadrep.co.kr/\x22]','ins.fastview-ad','.revenue_unit_item.dable']),'listeAr':Object['freeze'](['.geminiLB1Ad','.right-and-left-sponsers','a[href*=\x22.aflam.info\x22]','a[href*=\x22booraq.org\x22]','a[href*=\x22dubizzle.com/ar/?utm_source=\x22]']),'listeFr':Object['freeze'](['a[href^=\x22http://promo.vador.com/\x22]','#adcontainer_recherche','a[href*=\x22weborama.fr/fcgi-bin/\x22]','.site-pub-interstitiel','div[id^=\x22crt-\x22][data-criteo-id]']),'officialPolish':Object['freeze'](['#ceneo-placeholder-ceneo-12','[href^=\x22https://aff.sendhub.pl/\x22]','a[href^=\x22http://advmanager.techfun.pl/redirect/\x22]','a[href^=\x22http://www.trizer.pl/?utm_source\x22]','div#skapiec_ad']),'ro':Object['freeze'](['a[href^=\x22//afftrk.altex.ro/Counter/Click\x22]','a[href^=\x22https://blackfridaysales.ro/trk/shop/\x22]','a[href^=\x22https://event.2performant.com/events/click\x22]','a[href^=\x22https://l.profitshare.ro/\x22]','a[href^=\x22/url/\x22]']),'ruAd':Object['freeze'](['a[href*=\x22//febrare.ru/\x22]','a[href*=\x22//utimg.ru/\x22]','a[href*=\x22://chikidiki.ru\x22]','#pgeldiz','.yandex-rtb-block']),'thaiAds':Object['freeze'](['a[href*=macau-uta-popup]','#ads-google-middle_rectangle-group','.ads300s','.bumq','.img-kosana']),'webAnnoyancesUltralist':Object['freeze'](['#mod-social-share-2','#social-tools','.ctpl-fullbanner','.zergnet-recommend','.yt.btn-link.btn-md.btn'])}),BLOCK_THRESHOLD=0.6;function applyHidden(_0x27eab3){_0x27eab3['style']['setProperty']('visibility','hidden','important'),_0x27eab3['style']['setProperty']('display','block','important');}function buildElement(_0x1677fb,_0x3ff271){const [_0x53d8ea,_0x548f50]=parseSimpleCssSelector(_0x1677fb),_0x4b90e8=_0x3ff271['createElement'](_0x53d8ea??'div');for(const _0x25e0a7 of Object['keys'](_0x548f50)){const _0x391918=_0x548f50[_0x25e0a7]['join']('\x20');_0x25e0a7==='style'?addStyleString(_0x4b90e8['style'],_0x391918):_0x4b90e8['setAttribute'](_0x25e0a7,_0x391918);}return _0x4b90e8;}function getAdblockFilterMatch(){if(typeof window==='undefined'||typeof document==='undefined')return null;if(!isWebKit()||!isSafariWebKit())return null;return async()=>{try{const _0x4e768d=[],_0x23cdfd={};let _0x3c47a2=0x0;for(const _0x24297c of Object['keys'](ADBLOCK_FILTER_LISTS)){const _0xf443da=ADBLOCK_FILTER_LISTS[_0x24297c],_0x16d200=_0x3c47a2;for(const _0x5ddef8 of _0xf443da){_0x4e768d['push'](_0x5ddef8),_0x3c47a2+=0x1;}_0x23cdfd[_0x24297c]=[_0x16d200,_0x3c47a2];}const _0x1c899b=await getIframePool()['execute']((_0x1c530c,_0x19be55)=>{const _0x1971ae=_0x19be55['document'],_0x4dc674=_0x1971ae['createElement']('div');applyHidden(_0x4dc674);const _0x1a3711=[];for(const _0x1af6f4 of _0x4e768d){let _0x53c8b2;try{_0x53c8b2=buildElement(_0x1af6f4,_0x1971ae);}catch{_0x53c8b2=_0x1971ae['createElement']('div');}if(_0x53c8b2['tagName']==='DIALOG')try{;_0x53c8b2['show']();}catch{}const _0x1a29bc=_0x1971ae['createElement']('div');applyHidden(_0x1a29bc),_0x1a29bc['appendChild'](_0x53c8b2),_0x4dc674['appendChild'](_0x1a29bc),_0x1a3711['push'](_0x53c8b2);}_0x1971ae['body']['appendChild'](_0x4dc674);try{const _0x227173=[];for(const _0x1370ba of _0x1a3711){_0x227173['push'](_0x1370ba['offsetParent']===null);}return _0x227173;}finally{_0x4dc674['parentNode']?.['removeChild'](_0x4dc674);}}),_0x375a3c=[];for(const _0x482598 of Object['keys'](_0x23cdfd)){const [_0x34b981,_0x465727]=_0x23cdfd[_0x482598],_0x521529=_0x465727-_0x34b981;if(_0x521529===0x0)continue;let _0x1960d6=0x0;for(let _0x57899f=_0x34b981;_0x57899f<_0x465727;_0x57899f+=0x1){if(_0x1c899b[_0x57899f])_0x1960d6+=0x1;}_0x1960d6>BLOCK_THRESHOLD*_0x521529&&_0x375a3c['push'](_0x482598);}return _0x375a3c['sort'](),_0x375a3c;}catch{return null;}};}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0xa9f8e0=document['createElement']('canvas');_0xa9f8e0['width']=0x1,_0xa9f8e0['height']=0x1;const _0xbbc5e5=_0xa9f8e0['getContext']('2d');if(!_0xbbc5e5)return null;_0xbbc5e5['clearRect'](0x0,0x0,0x1,0x1);const _0x311976=_0xbbc5e5['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x311976[0x0]!==0x0||_0x311976[0x1]!==0x0||_0x311976[0x2]!==0x0||_0x311976[0x3]!==0x0;}catch{return null;}}function getElementMatchesPolyfill(){if(typeof Element==='undefined')return null;return typeof Element['prototype']['matches']==='function';}function getExternalObjectString(){if(typeof window==='undefined')return null;try{return String(window['external']);}catch{return'';}}const CSS_PROPERTIES=['display','direction','unicode-bidi','writing-mode','color','font-family'];function getComputedStyleSignal(){const _0x356bdd=window['getComputedStyle'](document['documentElement']);let _0x26c3f0=0x0;for(const _0x1f9a25 of CSS_PROPERTIES){_0x356bdd['getPropertyValue'](_0x1f9a25)!==''&&_0x26c3f0++;}return _0x26c3f0>=0x4;}function getCreateElementDescriptor(){const _0x5b6eff=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x5b6eff?!('writeable'in _0x5b6eff):null;}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x3c6b24){if(_0x3c6b24 instanceof Error&&_0x3c6b24['stack']!==undefined)return _0x3c6b24['stack']['toString']();}return undefined;}function hasWindowProp(_0x58a7d5){return _0x58a7d5 in window;}function getExtensionDetection(){const _0x2acbee=[['grammarly',()=>{return document['body']['hasAttribute']('data-gr-ext-installed')||document['querySelector']('.grammarly-desktop-integration')!==null;}],['metamask',()=>hasWindowProp('ethereum')],['deepl',()=>document['querySelector']('deepl-input-controller')!==null],['lastpass',()=>document['querySelector']('[data-lastpass-icon-root]')!==null],['1password',()=>document['querySelector']('com-1password-notification')!==null],['honey',()=>hasWindowProp('honeyAutocomplete')],['reactDevtools',()=>hasWindowProp('__REACT_DEVTOOLS_GLOBAL_HOOK__')],['reduxDevtools',()=>hasWindowProp('__REDUX_DEVTOOLS_EXTENSION__')]],_0x46d7a9=[];let _0x4953f7='';for(const [_0x4319cd,_0x1b6279]of _0x2acbee){let _0x319dc2=![];try{_0x319dc2=_0x1b6279();}catch{}_0x319dc2&&_0x46d7a9['push'](_0x4319cd),_0x4953f7+=_0x319dc2?'1':'0';}const _0x42807b={};return _0x42807b['detected']=_0x46d7a9,_0x42807b['bitmask']=_0x4953f7,_0x42807b;}const CHROMIUM_CSS=[['aspect-ratio','1',0x58],['color','oklch(0\x200\x200)',0x6f],['container-type','inline-size',0x69],['animation-composition','add',0x70],['color','color-mix(in\x20srgb,\x20red,\x20blue)',0x6f],['text-wrap','balance',0x72],['field-sizing','content',0x78],['view-transition-name','foo',0x6f],['interpolate-size','allow-keywords',0x81],['ruby-align','center',0x80]],GECKO_CSS=[['color','light-dark(#000,\x20#fff)',0x78],['height','1lh',0x78],['text-wrap','balance',0x79],['text-wrap','pretty',0x80],['field-sizing','content',0x88]],WEBKIT_CSS=[['selector(:has(a))','',0xf],['container-type','inline-size',0x10],['font-size-adjust','ex-height\x200.5',0x11],['view-transition-name','foo',0x12]],g$1=globalThis,CHROMIUM_JS=[[()=>typeof AbortSignal['abort']==='function',0x5d],[()=>'URLPattern'in g$1,0x5f],[()=>typeof g$1['structuredClone']==='function',0x62],[()=>typeof AbortSignal['timeout']==='function',0x67],[()=>'formatRange'in Intl['NumberFormat']['prototype'],0x6b],[()=>'groupBy'in(g$1['Map']??{}),0x75],[()=>'fromAsync'in Array,0x77],[()=>'union'in Set['prototype'],0x7a]],GECKO_JS=[[()=>'findLast'in Array['prototype'],0x68],[()=>'withResolvers'in(g$1['Promise']??{}),0x79],[()=>'union'in Set['prototype'],0x7f],[()=>'Iterator'in g$1,0x82]],WEBKIT_JS=[[()=>'RegExp'in g$1&&/(?<=a)b/['test']('ab'),0x10],[()=>'groupBy'in(g$1['Map']??{}),0x11],[()=>'ViewTransition'in g$1,0x12]];function detectVersion(_0x2ee982,_0x101547){let _0x39255a=null,_0x802cce=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x510d17,_0x31e68d,_0x2210c8]of _0x2ee982){try{const _0x53f7fe=_0x31e68d===''?CSS['supports'](_0x510d17):CSS['supports'](_0x510d17,_0x31e68d);_0x53f7fe&&(_0x39255a===null||_0x2210c8>_0x39255a)&&(_0x39255a=_0x2210c8);}catch{}}for(const [_0x2b743c,_0x2632d5]of _0x101547){try{_0x2b743c()&&(_0x802cce===null||_0x2632d5>_0x802cce)&&(_0x802cce=_0x2632d5);}catch{}}const _0x5438b9={};return _0x5438b9['cssVersion']=_0x39255a,_0x5438b9['jsVersion']=_0x802cce,_0x5438b9;}function parseUAVersion(_0x1031a7){const _0x14d617=navigator['userAgent'];if(_0x1031a7==='chromium'){const _0x25ef76=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x14d617);return _0x25ef76?parseInt(_0x25ef76[0x1],0xa):null;}if(_0x1031a7==='gecko'){const _0x4e8dcc=/Firefox\/(\d+)/['exec'](_0x14d617);return _0x4e8dcc?parseInt(_0x4e8dcc[0x1],0xa):null;}if(_0x1031a7==='webkit'){const _0x3eaf50=/Version\/(\d+)/['exec'](_0x14d617);return _0x3eaf50?parseInt(_0x3eaf50[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x3ed4e4='unknown';try{if(isChromium())_0x3ed4e4='chromium';else{if(isGecko())_0x3ed4e4='gecko';else isWebKit()&&(_0x3ed4e4='webkit');}}catch{return null;}if(_0x3ed4e4==='unknown'){const _0x975205={};return _0x975205['cssVersion']=null,_0x975205['jsVersion']=null,_0x975205['uaVersion']=null,_0x975205['mismatch']=![],_0x975205['engine']=_0x3ed4e4,_0x975205;}let _0x2b0267,_0x149509;if(_0x3ed4e4==='chromium')_0x2b0267=CHROMIUM_CSS,_0x149509=CHROMIUM_JS;else _0x3ed4e4==='gecko'?(_0x2b0267=GECKO_CSS,_0x149509=GECKO_JS):(_0x2b0267=WEBKIT_CSS,_0x149509=WEBKIT_JS);const {cssVersion:_0x31e868,jsVersion:_0x391cb2}=detectVersion(_0x2b0267,_0x149509),_0x1d1a5b=parseUAVersion(_0x3ed4e4);let _0x5eb47a=![];if(_0x1d1a5b!==null){const _0x59a3ba=Math['max'](_0x31e868??0x0,_0x391cb2??0x0);_0x59a3ba>0x0&&_0x1d1a5b-_0x59a3ba>0x14&&(_0x5eb47a=!![]);}const _0x14ca75={};return _0x14ca75['cssVersion']=_0x31e868,_0x14ca75['jsVersion']=_0x391cb2,_0x14ca75['uaVersion']=_0x1d1a5b,_0x14ca75['mismatch']=_0x5eb47a,_0x14ca75['engine']=_0x3ed4e4,_0x14ca75;}function getGetterProxyDetection(){try{const _0x1c9586=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x1c9586?.['get'])return null;const _0x46b13e=Function['prototype']['toString']['call'](_0x1c9586['get']);return!/\{\s*\[native code\]\s*\}/['test'](_0x46b13e);}catch{return null;}}const GETTER_TARGETS=[['navigator',['plugins','userAgent','platform','appName','languages','vendor','hardwareConcurrency','deviceMemory','maxTouchPoints','connection','cookieEnabled','language','pdfViewerEnabled']],['screen',['width','availWidth','height','availHeight','colorDepth']]],TAMPER_CHECK_PROPS=['userAgent','platform','languages','vendor','hardwareConcurrency','deviceMemory','maxTouchPoints','plugins','connection','cookieEnabled'];function getGetterToString(){try{const _0x20ec8b={},_0x26820c={};for(const [_0x3a2b49,_0x2f934f]of GETTER_TARGETS){const _0xd340b7=window[_0x3a2b49];if(_0xd340b7===null||_0xd340b7===undefined||typeof _0xd340b7!=='object')continue;for(const _0x1555ba of _0x2f934f){try{const _0x437342=Object['getOwnPropertyDescriptor'](_0xd340b7,_0x1555ba)?.['get']?.['toString']();_0x437342!==undefined&&(_0x20ec8b[_0x3a2b49+'.'+_0x1555ba]=_0x437342);}catch{}}}for(const _0x1b55f2 of TAMPER_CHECK_PROPS){try{const _0x37920f=Object['getOwnPropertyDescriptor'](navigator,_0x1b55f2);if(_0x37920f!==undefined){const _0x347c68={};if(_0x37920f['writable']===!![])_0x347c68['writable']=!![];if(_0x37920f['configurable']===!![])_0x347c68['configurable']=!![];(_0x347c68['writable']===!![]||_0x347c68['configurable']===!![])&&(_0x26820c[_0x1b55f2]=_0x347c68);}}catch{}}const _0x419517={};return _0x419517['overrides']=_0x20ec8b,_0x419517['tampered']=_0x26820c,_0x419517;}catch{return null;}}const IMPOSSIBLE_BIGRAMS=new Set(['bq','bx','cb','cf','cj','cp','cv','cx','dx','fq','fx','gq','gx','hx','jb','jc','jd','jf','jg','jh','jk','jl','jm','jn','jp','jq','jr','js','jt','jv','jw','jx','jy','jz','kq','kx','kz','lq','lx','mx','pq','px','qb','qc','qd','qe','qf','qg','qh','qj','qk','ql','qm','qn','qo','qp','qq','qr','qs','qt','qv','qw','qx','qy','qz','sx','vb','vc','vf','vg','vj','vk','vm','vn','vp','vq','vw','vx','vz','wq','wx','wz','xb','xd','xf','xg','xj','xk','xq','xr','xw','xz','yq','yx','yy','zb','zc','zd','zf','zg','zj','zk','zl','zm','zn','zp','zq','zr','zs','zt','zv','zw','zx']);function getGpuGibberish(){try{const _0x5d43d0=document['createElement']('canvas'),_0x77567=_0x5d43d0['getContext']('webgl')??_0x5d43d0['getContext']('experimental-webgl');if(!_0x77567)return null;const _0x410c22=_0x77567['getExtension']('WEBGL_debug_renderer_info');if(!_0x410c22)return null;const _0x471df9=_0x77567['getParameter'](_0x410c22['UNMASKED_RENDERER_WEBGL']);if(!_0x471df9)return null;let _0x1c43ad=_0x471df9;const _0x3d21ec=_0x1c43ad['match'](/^ANGLE \((.+)\)$/);if(_0x3d21ec){_0x1c43ad=_0x3d21ec[0x1];const _0x4d324d=_0x1c43ad['lastIndexOf'](',');_0x4d324d!==-0x1&&(_0x1c43ad=_0x1c43ad['substring'](0x0,_0x4d324d));}const _0x5cbf00=_0x1c43ad['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x1e5c46=0x0;for(let _0x3112be=0x0;_0x3112be<_0x5cbf00['length']-0x1;_0x3112be++){const _0x38dc26=_0x5cbf00[_0x3112be]+_0x5cbf00[_0x3112be+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x38dc26)&&_0x1e5c46++;}const _0x333a24={};return _0x333a24['score']=_0x1e5c46,_0x333a24['gibberish']=_0x1e5c46>0x2,_0x333a24['renderer']=_0x471df9,_0x333a24;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x24b4ab=document['body']??document['documentElement'];if(_0x24b4ab===null)return null;const _0x45a7c8=document['createElement']('iframe');_0x45a7c8['style']['display']='none',_0x24b4ab['appendChild'](_0x45a7c8);try{const _0x552750=_0x45a7c8['contentWindow'];if(!_0x552750){const _0x544c69={};return _0x544c69['accessible']=![],_0x544c69['proxyDetected']=![],_0x544c69['selfConsistent']=![],_0x544c69['frameElementNull']=![],_0x544c69;}let _0x787bdc=![];try{_0x787bdc=_0x552750['self']===_0x552750;}catch{_0x787bdc=![];}let _0x2cb50c=![];try{const _0x12fb0b=Object['prototype']['toString']['call'](_0x552750);_0x12fb0b!=='[object\x20Window]'&&_0x12fb0b!=='[object\x20global]'&&(_0x2cb50c=!![]);}catch{_0x2cb50c=!![];}try{const _0x310cc7=Object['getOwnPropertyDescriptor'](_0x552750,'self');if(_0x310cc7===undefined&&!_0x2cb50c){}}catch{_0x2cb50c=!![];}let _0x3fa27f=![];try{_0x3fa27f=_0x552750['frameElement']===null;}catch{_0x3fa27f=!![];}const _0x26d2e4={};return _0x26d2e4['accessible']=!![],_0x26d2e4['proxyDetected']=_0x2cb50c,_0x26d2e4['selfConsistent']=_0x787bdc,_0x26d2e4['frameElementNull']=_0x3fa27f,_0x26d2e4;}finally{_0x45a7c8['remove']();}}catch{return null;}}function getIframeSignals(){return new Promise(_0x1cf60c=>{try{const _0x39b8f7=document['createElement']('iframe');_0x39b8f7['style']['display']='none',_0x39b8f7['style']['width']='0',_0x39b8f7['style']['height']='0',_0x39b8f7['style']['position']='absolute',_0x39b8f7['style']['top']='-9999px';let _0x18fa47=null;const _0x4e84b6=()=>{if(_0x18fa47!==null)clearTimeout(_0x18fa47);try{_0x39b8f7['parentNode']&&_0x39b8f7['parentNode']['removeChild'](_0x39b8f7);}catch{}};_0x18fa47=setTimeout(()=>{_0x4e84b6(),_0x1cf60c(null);},0x7d0),_0x39b8f7['onload']=()=>{try{const _0x443b5a=_0x39b8f7['contentWindow'];if(!_0x443b5a){_0x4e84b6(),_0x1cf60c(null);return;}const _0x5586f0=_0x443b5a['navigator'],_0x3cb2a6={};_0x3cb2a6['webdriver']=_0x5586f0['webdriver'],_0x3cb2a6['platform']=_0x5586f0['platform'],_0x3cb2a6['hardwareConcurrency']=_0x5586f0['hardwareConcurrency'],_0x3cb2a6['deviceMemory']=_0x5586f0['deviceMemory'],_0x3cb2a6['language']=_0x5586f0['language'];const _0x2d2be4=_0x3cb2a6;_0x4e84b6(),_0x1cf60c(_0x2d2be4);}catch{_0x4e84b6(),_0x1cf60c(null);}},_0x39b8f7['onerror']=()=>{_0x4e84b6(),_0x1cf60c(null);},document['body']['appendChild'](_0x39b8f7);}catch{_0x1cf60c(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0x2d2524='';for(const _0x207502 of CHECKED_PROPERTIES){try{const _0x3daf27=Object['getOwnPropertyDescriptor'](navigator,_0x207502);if(_0x3daf27){_0x2d2524+='1';continue;}const _0xeb28dc=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x207502);if(!_0xeb28dc){_0x2d2524+='2';continue;}typeof _0xeb28dc['get']==='function'?_0x2d2524+='0':_0x2d2524+='1';}catch{_0x2d2524+='2';}}return _0x2d2524;}catch{return'22222';}}function getObjectInspectGlobal(){try{return typeof globalThis['objectToInspect']!=='undefined';}catch{return![];}}const _0xe68a70={};_0xe68a70['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0xe68a70['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0xe68a70['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0xe68a70,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x2f2eb4=>{try{const _0x5365ad=document['createElement']('canvas'),_0x3b6826=_0x5365ad['getContext']('2d');if(!_0x3b6826){const _0x2cbb35={};_0x2cbb35['detectedOs']='unknown',_0x2cbb35['markers']=[],_0x2f2eb4(_0x2cbb35);return;}_0x3b6826['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x13108a=_0x3b6826['measureText'](TEST_STRING)['width'],_0x1c764b=[];let _0x53c09e='unknown';for(const [_0x1ce22e,_0x1391d4]of Object['entries'](OS_FONT_MARKERS)){for(const _0x319b7f of _0x1391d4){_0x3b6826['font']=TEST_SIZE+'\x20\x27'+_0x319b7f+'\x27,\x20'+BASE_FONT;const _0x5f3742=_0x3b6826['measureText'](TEST_STRING)['width'];_0x5f3742!==_0x13108a&&(_0x1c764b['push'](_0x319b7f),_0x53c09e==='unknown'&&(_0x53c09e=_0x1ce22e));}}const _0x107776={};_0x107776['detectedOs']=_0x53c09e,_0x107776['markers']=_0x1c764b,_0x2f2eb4(_0x107776);}catch{const _0x9039cb={};_0x9039cb['detectedOs']='unknown',_0x9039cb['markers']=[],_0x2f2eb4(_0x9039cb);}});}const g=globalThis,_0x33d57d={};_0x33d57d['android']=0x2,_0x33d57d['chromeos']=0x1;const _0x5002f4={};_0x5002f4['windows']=0x2,_0x5002f4['mac']=0x2,_0x5002f4['linux']=0x2;const _0x382554={};_0x382554['windows']=0x2,_0x382554['mac']=0x2,_0x382554['linux']=0x2;const _0x401d12={};_0x401d12['windows']=0x2,_0x401d12['mac']=0x2,_0x401d12['linux']=0x2;const _0x4c8ff2={};_0x4c8ff2['windows']=0x1,_0x4c8ff2['mac']=0x1,_0x4c8ff2['linux']=0x1;const _0x205af6={};_0x205af6['windows']=0x1,_0x205af6['mac']=0x1,_0x205af6['linux']=0x1;const _0x5f76e6={};_0x5f76e6['windows']=0x2,_0x5f76e6['mac']=0x2,_0x5f76e6['linux']=0x2,_0x5f76e6['chromeos']=0x2;const _0x3b0344={};_0x3b0344['android']=0x2,_0x3b0344['ios']=0x2;const _0xf00613={};_0xf00613['android']=0x1,_0xf00613['ios']=0x1;const _0x4cf812={};_0x4cf812['android']=0x2;const _0xb63a2={};_0xb63a2['android']=0x2;const _0x2665fe={};_0x2665fe['windows']=0x1,_0x2665fe['mac']=0x1,_0x2665fe['chromeos']=0x1;const _0x6561c7={};_0x6561c7['windows']=0x2,_0x6561c7['mac']=0x2,_0x6561c7['linux']=0x2;const _0x493501={};_0x493501['windows']=0x1,_0x493501['mac']=0x1,_0x493501['linux']=0x1;const _0xa61a24={};_0xa61a24['android']=0x1,_0xa61a24['windows']=0x1,_0xa61a24['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x33d57d],['EyeDropper',()=>'EyeDropper'in g,_0x5002f4],['HID',()=>'hid'in navigator,_0x382554],['Serial',()=>'serial'in navigator,_0x401d12],['USB',()=>'usb'in navigator,_0x4c8ff2],['Bluetooth',()=>'bluetooth'in navigator,_0x205af6],['SharedWorker',()=>'SharedWorker'in g,_0x5f76e6],['orientation',()=>'ondeviceorientation'in g,_0x3b0344],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0xf00613],['ContactsManager',()=>'ContactsManager'in g,_0x4cf812],['ContentIndex',()=>'ContentIndex'in g,_0xb63a2],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x2665fe],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x6561c7],['PressureObserver',()=>'PressureObserver'in g,_0x493501],['WakeLock',()=>'wakeLock'in navigator,_0xa61a24]];function getPlatformApiScoring(){try{const _0x35373a={},_0x2787f9=[];for(const [_0x4ef847,_0x599883,_0x336eaa]of PROBES){try{if(_0x599883()){_0x2787f9['push'](_0x4ef847);for(const [_0x99d4e0,_0x1e5f53]of Object['entries'](_0x336eaa)){_0x35373a[_0x99d4e0]=(_0x35373a[_0x99d4e0]??0x0)+_0x1e5f53;}}}catch{}}const _0x37caa5={};return _0x37caa5['score']=_0x35373a,_0x37caa5['apis']=_0x2787f9,_0x37caa5;}catch{return null;}}function getPluginOverflow(){try{const _0x168cc3=navigator['plugins'];if(_0x168cc3['length']===0x0)return null;const _0x4149b6=_0x168cc3['item'](0x0);if(!_0x4149b6)return null;let _0x557898=![];try{const _0x1730d9=_0x168cc3['item'](0x100000000);_0x557898=_0x1730d9!==_0x4149b6;}catch{_0x557898=!![];}let _0x3ba2c3=!![];try{if(_0x4149b6['length']>0x0){const _0x4fbe5f=_0x4149b6['item'](0x0);_0x4fbe5f&&(_0x3ba2c3=_0x4fbe5f['enabledPlugin']===_0x4149b6);}}catch{_0x3ba2c3=![];}const _0x3ac011={};return _0x3ac011['overflow']=_0x557898,_0x3ac011['backref']=_0x3ba2c3,_0x3ac011;}catch{return null;}}function getPrivateClickMeasurement(){if(typeof document==='undefined')return null;try{const _0x3bffa9=document['createElement']('a'),_0x3bfe0e=_0x3bffa9['attributionSourceId']??_0x3bffa9['attributionsourceid'];return _0x3bfe0e===undefined||_0x3bfe0e===null?null:String(_0x3bfe0e);}catch{return null;}}function getChainDepth(_0x24a028,_0x2cabb0){let _0x10f299=_0x24a028,_0x8def7c=0x0;while(_0x10f299!==null&&_0x8def7c<_0x2cabb0){_0x10f299=Object['getPrototypeOf'](_0x10f299),_0x8def7c++;}return _0x8def7c;}function checkChain(_0x143894,_0x14d6ac,_0x2a8c26,_0x23158b){try{const _0xa3d807=Object['getPrototypeOf'](_0x143894),_0x181d68=_0xa3d807===_0x2a8c26,_0x8d357d=getChainDepth(_0x143894,0xf);if(!_0x181d68){const _0x2ced5e={};return _0x2ced5e['target']=_0x14d6ac+'→'+_0x23158b,_0x2ced5e['intact']=![],_0x2ced5e['depth']=_0x8d357d,_0x2ced5e;}const _0x426830={};return _0x426830['target']=_0x14d6ac+'→'+_0x23158b,_0x426830['intact']=!![],_0x426830['depth']=_0x8d357d,_0x426830;}catch{const _0x21ea30={};return _0x21ea30['target']=_0x14d6ac+'→'+_0x23158b,_0x21ea30['intact']=![],_0x21ea30['depth']=0x0,_0x21ea30;}}function getPrototypeChain(){const _0x55d4b9=[];try{typeof Navigator!=='undefined'&&_0x55d4b9['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x55d4b9['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x55d4b9['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x55d4b9['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x4cf2a1=navigator['constructor']===Navigator,_0x365081={};_0x365081['target']='navigator.constructor===Navigator',_0x365081['intact']=_0x4cf2a1,_0x365081['depth']=0x0,_0x55d4b9['push'](_0x365081);const _0x563bd2=Object['prototype']['toString']['call'](navigator),_0x1c71d5={};_0x1c71d5['target']='navigator.toStringTag',_0x1c71d5['intact']=_0x563bd2==='[object\x20Navigator]',_0x1c71d5['depth']=0x0,_0x55d4b9['push'](_0x1c71d5);const _0x5ebfec=Object['prototype']['toString']['call'](screen),_0x2d02b2={};_0x2d02b2['target']='screen.toStringTag',_0x2d02b2['intact']=_0x5ebfec==='[object\x20Screen]',_0x2d02b2['depth']=0x0,_0x55d4b9['push'](_0x2d02b2);}catch{}const _0x24d4da=_0x55d4b9['length']>0x0&&_0x55d4b9['every'](_0x134dd9=>_0x134dd9['intact']),_0x591d20={};return _0x591d20['valid']=_0x24d4da,_0x591d20['checks']=_0x55d4b9,_0x591d20;}const LIGHT_TARGETS=[[Navigator['prototype'],'hardwareConcurrency'],[Navigator['prototype'],'platform'],[Navigator['prototype'],'userAgent'],[Navigator['prototype'],'languages'],[Navigator['prototype'],'webdriver'],[Screen['prototype'],'width'],[Screen['prototype'],'height'],[Screen['prototype'],'colorDepth']];function getLightTargets(){const _0x46b88d=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x46b88d['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x46b88d['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x46b88d['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x46b88d['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x46b88d['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x46b88d['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x46b88d;}function getHighTargets(){const _0x30269b=getLightTargets(),_0x4668c1=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x110906 of _0x4668c1){_0x110906 in Navigator['prototype']&&_0x30269b['push']([Navigator['prototype'],_0x110906]);}const _0x44809b=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x147bcc of _0x44809b){_0x147bcc in Screen['prototype']&&_0x30269b['push']([Screen['prototype'],_0x147bcc]);}const _0x3c514c=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0x153634 of _0x3c514c){_0x153634 in Document['prototype']&&_0x30269b['push']([Document['prototype'],_0x153634]);}try{const _0x3a92ea=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x40e62f of _0x3a92ea){_0x40e62f in Element['prototype']&&_0x30269b['push']([Element['prototype'],_0x40e62f]);}}catch{}try{const _0x1131f8=['offsetWidth','offsetHeight','style'];for(const _0x33e607 of _0x1131f8){_0x33e607 in HTMLElement['prototype']&&_0x30269b['push']([HTMLElement['prototype'],_0x33e607]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x3d8388=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x610378 of _0x3d8388){_0x610378 in CanvasRenderingContext2D['prototype']&&_0x30269b['push']([CanvasRenderingContext2D['prototype'],_0x610378]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x5be0e1=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x4ab142 of _0x5be0e1){_0x4ab142 in WebGLRenderingContext['prototype']&&_0x30269b['push']([WebGLRenderingContext['prototype'],_0x4ab142]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x30269b['push']([AudioContext['prototype'],'createOscillator']),_0x30269b['push']([AudioContext['prototype'],'createAnalyser']),_0x30269b['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x30269b['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x30269b['push']([Performance['prototype'],'now']),_0x30269b['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x30269b['push']([Storage['prototype'],'getItem']),_0x30269b['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x28eec2=['random','floor','ceil','round','sin','cos'];for(const _0x12d02e of _0x28eec2){_0x12d02e in Math&&_0x30269b['push']([Math,_0x12d02e]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x30269b['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x30269b['push']([Permissions['prototype'],'query']);}catch{}return _0x30269b;}function checkToString(_0x2f4a5c,_0x60ec5a){try{const _0x411e40=Object['getOwnPropertyDescriptor'](_0x2f4a5c,_0x60ec5a),_0x2b8f6d=_0x411e40?.['get']??_0x411e40?.['value']??_0x2f4a5c[_0x60ec5a];if(typeof _0x2b8f6d!=='function')return![];const _0x4f9012=Function['prototype']['toString']['call'](_0x2b8f6d);return!_0x4f9012['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x4f6775){try{const _0x244700=Object['getOwnPropertyDescriptor'](navigator,_0x4f6775);return _0x244700?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x1f7270,_0x14ea84){try{const _0x499009=Object['getOwnPropertyDescriptor'](_0x1f7270,_0x14ea84);if(!_0x499009?.['get'])return![];return'prototype'in _0x499009['get'];}catch{return![];}}function checkOwnPropertyNames(_0x55ba49,_0x2f807c){try{const _0x2d466b=Object['getOwnPropertyDescriptor'](_0x55ba49,_0x2f807c),_0x43f6ae=_0x2d466b?.['get'];if(typeof _0x43f6ae!=='function')return![];const _0x3ee6ba=Object['getOwnPropertyNames'](_0x43f6ae)['sort']();if(_0x3ee6ba['length']>0x2)return!![];if(_0x3ee6ba['length']===0x2&&(_0x3ee6ba[0x0]!=='length'||_0x3ee6ba[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0xce6237,_0x54c0f8){try{const _0x6d8473=Object['getOwnPropertyDescriptor'](_0xce6237,_0x54c0f8),_0x4aa008=_0x6d8473?.['get'];if(typeof _0x4aa008!=='function')return![];class _0x68b904 extends _0x4aa008{}return void _0x68b904,!![];}catch{return![];}}function checkNullProto(_0x30abd8,_0x8f5863){try{const _0x28a8e4=Object['getOwnPropertyDescriptor'](_0x30abd8,_0x8f5863),_0x4d7a29=_0x28a8e4?.['get']??_0x28a8e4?.['value'];if(typeof _0x4d7a29!=='function')return![];const _0x4ba3a3=Object['create'](_0x4d7a29);return Object['setPrototypeOf'](_0x4ba3a3,null),_0x4ba3a3['toString'](),!![];}catch{return![];}}function checkIllegalInvocation(_0x3d8d91,_0x16494d){try{const _0x598753=Object['getOwnPropertyDescriptor'](_0x3d8d91,_0x16494d),_0x1950c9=_0x598753?.['get'];if(typeof _0x1950c9!=='function')return![];return _0x1950c9['call'](undefined),!![];}catch(_0x406c78){if(_0x406c78 instanceof TypeError)return![];return!![];}}function checkBindToString(_0x16a312,_0x2c4777){try{const _0x44ff9f=Object['getOwnPropertyDescriptor'](_0x16a312,_0x2c4777),_0x46f888=_0x44ff9f?.['get']??_0x44ff9f?.['value'];if(typeof _0x46f888!=='function')return![];const _0x4c6022=_0x46f888['bind'](null),_0xf59a86=Function['prototype']['toString']['call'](_0x4c6022);return!_0xf59a86['includes']('[native\x20code]')&&!_0xf59a86['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x223784,_0x161132){try{const _0x472fb8=Object['getOwnPropertyDescriptor'](_0x223784,_0x161132),_0x2d5566=_0x472fb8?.['get']??_0x472fb8?.['value'];if(typeof _0x2d5566!=='function')return![];const _0x1f84f1=Reflect['ownKeys'](_0x2d5566)['sort'](),_0x4363a1=Object['getOwnPropertyNames'](_0x2d5566)['sort']();if(_0x1f84f1['length']!==_0x4363a1['length'])return!![];for(let _0x27c1d1=0x0;_0x27c1d1<_0x1f84f1['length'];_0x27c1d1++){if(_0x1f84f1[_0x27c1d1]!==_0x4363a1[_0x27c1d1])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x18da98,_0x21bccc){try{const _0x45cc03=Object['getOwnPropertyDescriptor'](_0x18da98,_0x21bccc);if(!_0x45cc03)return![];const _0x2f7d0d=_0x45cc03['get']??_0x45cc03['set']??_0x45cc03['value'];if(typeof _0x2f7d0d!=='function')return![];const _0x7fb1d4=Object['getOwnPropertyDescriptors'](_0x2f7d0d),_0x4fce48=Object['keys'](_0x7fb1d4)['filter'](_0x5bfdb9=>_0x5bfdb9!=='length'&&_0x5bfdb9!=='name');return _0x4fce48['length']>0x0;}catch{return![];}}function checkInstanceOf(_0x4e4a75,_0x29664c){try{const _0x33ec14=Object['getOwnPropertyDescriptor'](_0x4e4a75,_0x29664c),_0x15d121=_0x33ec14?.['get']??_0x33ec14?.['value'];if(typeof _0x15d121!=='function')return![];const _0x5ddd42=_0x15d121 instanceof _0x15d121;return _0x5ddd42===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x2f09ba){proxyDetectionMode=_0x2f09ba;}function getProxyDetection(){const _0x2722a7=proxyDetectionMode,_0x1d8d5c=_0x2722a7==='high'?getHighTargets():getLightTargets(),_0x19e4d9=_0x2722a7==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x153c3d=[];for(const [_0x48fb0d,_0x595526]of _0x1d8d5c){let _0x23872b=![];try{_0x48fb0d===Navigator['prototype']&&checkOwnDescriptor(_0x595526)&&(_0x23872b=!![]);}catch{}if(!_0x23872b)for(const _0x3e56e7 of _0x19e4d9){try{if(_0x3e56e7(_0x48fb0d,_0x595526)){_0x23872b=!![];break;}}catch{}}if(_0x23872b){const _0x43eadf=_0x48fb0d['constructor']['name'];_0x153c3d['push'](_0x43eadf+'.'+_0x595526);}}const _0x52025d={};return _0x52025d['tested']=_0x1d8d5c['length'],_0x52025d['lied']=_0x153c3d['length'],_0x52025d['lies']=_0x153c3d,_0x52025d['mode']=_0x2722a7,_0x52025d;}function measureCssDimension(_0x3a2689,_0x7d45bc,_0x59f53a){try{if(typeof matchMedia!=='function')return 0x0;let _0x3d1216=_0x7d45bc,_0x220546=_0x59f53a;while(_0x220546-_0x3d1216>0x1){const _0x53ed67=Math['floor']((_0x3d1216+_0x220546)/0x2),_0x352f1f=_0x3a2689==='width'?'(min-device-width:\x20'+_0x53ed67+'px)':'(min-device-height:\x20'+_0x53ed67+'px)';matchMedia(_0x352f1f)['matches']?_0x3d1216=_0x53ed67:_0x220546=_0x53ed67;}return _0x3d1216;}catch{return 0x0;}}function getScreenVerify(){try{const _0x399d75=screen['width'],_0x1182ce=screen['height'],_0x2b2932=measureCssDimension('width',0x64,0x1f40),_0x2afe6e=measureCssDimension('height',0x64,0x1f40),_0x25f136=_0x2b2932===0x0||Math['abs'](_0x399d75-_0x2b2932)<=0x1,_0xb15ef2=_0x2afe6e===0x0||Math['abs'](_0x1182ce-_0x2afe6e)<=0x1,_0x1b6131={};return _0x1b6131['match']=_0x25f136&&_0xb15ef2,_0x1b6131['screenWidth']=_0x399d75,_0x1b6131['cssWidth']=_0x2b2932,_0x1b6131['screenHeight']=_0x1182ce,_0x1b6131['cssHeight']=_0x2afe6e,_0x1b6131['probed']=_0x2b2932>0x0&&_0x2afe6e>0x0,_0x1b6131;}catch{const _0x21fea0={};return _0x21fea0['match']=!![],_0x21fea0['screenWidth']=0x0,_0x21fea0['cssWidth']=0x0,_0x21fea0['screenHeight']=0x0,_0x21fea0['cssHeight']=0x0,_0x21fea0['probed']=![],_0x21fea0;}}function getStackBytes(){try{const _0x42e6c6=[];for(let _0x384002=0x0;_0x384002<0x5;_0x384002++){let _0x389bf8=0x0;const _0xdb8b35=()=>{_0x389bf8++,_0xdb8b35();};try{_0xdb8b35();}catch{}let _0x449a9d=0x0;const _0x2042f5=()=>{_0x449a9d++;const _0x294d9b=0x0;_0x2042f5();};try{_0x2042f5();}catch{}const _0xd78d54=_0x389bf8-_0x449a9d;_0xd78d54>0x0&&_0x42e6c6['push'](Math['round'](_0x449a9d*0x8/_0xd78d54));}if(_0x42e6c6['length']===0x0)return 0x0;return _0x42e6c6['sort']((_0x3a62c4,_0x238704)=>_0x3a62c4-_0x238704),_0x42e6c6[Math['floor'](_0x42e6c6['length']/0x2)]??0x0;}catch{return null;}}const NATIVE_BODY_RE=/\[native code\]\s*\}\s*$/;function isNativeFunction(_0x591bcf){if(typeof _0x591bcf!=='function')return![];try{const _0x112486=Function['prototype']['toString']['call'](_0x591bcf);return NATIVE_BODY_RE['test'](_0x112486);}catch{return![];}}function getTamperAggregate(){try{if(typeof document==='undefined'||typeof navigator==='undefined'||typeof window==='undefined')return null;const _0x52da6a=isNativeFunction(document['createElement']),_0x3479ba=isNativeFunction(window['fetch']),_0x288ab7=navigator['plugins'];if(_0x288ab7===undefined||_0x288ab7===null)return![];const _0x3561bf=_0x288ab7['constructor'],_0x53ccf5=isNativeFunction(_0x3561bf),_0x369a22=window['PluginArray'],_0x442062=_0x369a22!==undefined&&_0x369a22!==null&&Object['getPrototypeOf'](_0x288ab7)===_0x369a22['prototype'];return _0x52da6a&&_0x3479ba&&_0x53ccf5&&_0x442062;}catch{return null;}}const NATIVE_MARKER='[native\x20code]',DST_OBSERVING_PREFIXES=['America/','Europe/','Australia/','Pacific/Auckland','Pacific/Chatham','Pacific/Fiji','Pacific/Norfolk','Atlantic/Azores','Atlantic/Bermuda','Atlantic/Madeira','Atlantic/Stanley','Asia/Beirut','Asia/Damascus','Asia/Famagusta','Asia/Gaza','Asia/Hebron','Asia/Jerusalem','Asia/Nicosia','Asia/Tehran'],ANTARCTICA_DST_ZONES=new Set(['Antarctica/Macquarie','Antarctica/Troll','Antarctica/Palmer']),NO_DST_EXCEPTIONS=new Set(['America/Phoenix','America/Argentina/Buenos_Aires','America/Argentina/Catamarca','America/Argentina/Cordoba','America/Argentina/Jujuy','America/Argentina/La_Rioja','America/Argentina/Mendoza','America/Argentina/Rio_Gallegos','America/Argentina/Salta','America/Argentina/San_Juan','America/Argentina/San_Luis','America/Argentina/Tucuman','America/Argentina/Ushuaia','America/Bogota','America/Cancun','America/Cayenne','America/Cayman','America/Costa_Rica','America/El_Salvador','America/Guatemala','America/Guayaquil','America/Hermosillo','America/Jamaica','America/La_Paz','America/Lima','America/Managua','America/Manaus','America/Panama','America/Paramaribo','America/Port_of_Spain','America/Puerto_Rico','America/Tegucigalpa','Europe/Astrakhan','Europe/Kaliningrad','Europe/Kirov','Europe/Minsk','Europe/Moscow','Europe/Samara','Europe/Saratov','Europe/Simferopol','Europe/Ulyanovsk','Europe/Volgograd','Australia/Brisbane','Australia/Darwin','Australia/Eucla','Australia/Lindeman','Australia/Perth']),ETC_OR_UTC_REGEX=/^(?:Etc\/GMT[+-]?\d+|UTC|GMT)$/,IANA_NAME_REGEX=/^[A-Z][A-Za-z_-]+\/[A-Z][A-Za-z0-9_/+-]+$/,VALID_SINGLE_SEGMENT_TZ=new Set(['UCT','Universal','Zulu','EST','EST5EDT','WET','CET','MET','PST8PDT','MST','MST7MDT','CST6CDT','HST','Egypt','Eire','Greenwich','Hongkong','Iceland','Iran','Israel','Jamaica','Japan','Kwajalein','Libya','Navajo','Poland','Portugal','Singapore','Turkey','GMT','GMT0','Cuba']);function isNative(_0x3b2bf6){if(typeof _0x3b2bf6!=='function')return![];try{return Function['prototype']['toString']['call'](_0x3b2bf6)['includes'](NATIVE_MARKER);}catch{return![];}}function checkResolvedOptionsNative(){const _0x5605e5=window['Intl'],_0x57bb56=_0x5605e5?.['DateTimeFormat']?.['prototype'];if(_0x57bb56===undefined)return!![];return isNative(_0x57bb56['resolvedOptions']);}function checkGetTimezoneOffsetNative(){const _0x29288e=Date?.['prototype'];if(_0x29288e===undefined)return!![];return isNative(_0x29288e['getTimezoneOffset']);}function checkDstConsistency(_0x3d1759){if(ETC_OR_UTC_REGEX['test'](_0x3d1759))return null;if(VALID_SINGLE_SEGMENT_TZ['has'](_0x3d1759))return null;if(NO_DST_EXCEPTIONS['has'](_0x3d1759))return null;if(_0x3d1759['startsWith']('Antarctica/')&&!ANTARCTICA_DST_ZONES['has'](_0x3d1759))return null;const _0x41eb58=DST_OBSERVING_PREFIXES['some'](_0x4637ee=>_0x3d1759===_0x4637ee['replace'](/\/$/,'')||_0x3d1759['startsWith'](_0x4637ee))||ANTARCTICA_DST_ZONES['has'](_0x3d1759);if(!_0x41eb58)return null;try{const _0x3dadf7=new Date()['getFullYear'](),_0x87632a=new Date(_0x3dadf7,0x0,0x1)['getTimezoneOffset'](),_0x34d8f7=new Date(_0x3dadf7,0x6,0x1)['getTimezoneOffset']();if(_0x87632a===_0x34d8f7)return'dst_inconsistency';}catch{}return null;}function checkIanaFormat(_0x14a839){if(_0x14a839==='')return!![];if(ETC_OR_UTC_REGEX['test'](_0x14a839))return!![];if(VALID_SINGLE_SEGMENT_TZ['has'](_0x14a839))return!![];return IANA_NAME_REGEX['test'](_0x14a839);}function getTzTampered(){const _0x37e35a=[],_0x39988e=[];try{!checkResolvedOptionsNative()&&_0x37e35a['push']('non_native_resolved_options');}catch{_0x39988e['push']('probe_failed');}try{!checkGetTimezoneOffsetNative()&&_0x37e35a['push']('non_native_get_timezone_offset');}catch{_0x39988e['push']('probe_failed');}let _0x5453ac='';try{const _0x1e94a7=window['Intl'],_0x1ef3d3=_0x1e94a7?.['DateTimeFormat'];_0x1ef3d3!==undefined&&(_0x5453ac=new _0x1ef3d3()['resolvedOptions']()['timeZone']??'');}catch{_0x39988e['push']('probe_failed');}_0x5453ac!==''&&!checkIanaFormat(_0x5453ac)&&_0x37e35a['push']('invalid_iana_format');if(_0x5453ac!=='')try{const _0x557b56=checkDstConsistency(_0x5453ac);if(_0x557b56!==null)_0x37e35a['push'](_0x557b56);}catch{_0x39988e['push']('probe_failed');}const _0x5652f5={'detected':_0x37e35a['length']>0x0,'reasons':_0x37e35a,..._0x39988e['length']>0x0?{'diagnostics':_0x39988e}:{}};return _0x5652f5;}function getLanguagesProtoChain(){if(typeof navigator==='undefined')return null;const _0x302a38=navigator['languages'];if(_0x302a38===null||_0x302a38===undefined)return null;try{const _0x381756=Object['getPrototypeOf'](_0x302a38);if(_0x381756===null)return!![];if(_0x381756!==Array['prototype'])return!![];const _0x23fb55=_0x381756['constructor'];if(_0x23fb55!==Array)return!![];return![];}catch{return!![];}}const SAMPLE_COUNT=0x6,SAMPLE_STRIDE=0x1000,I32_SCALE=0x2**0x1f;function getMathRandomDeterminism(){const _0x54fa21=[];let _0x4addd4=Math['random']();for(let _0x32b88b=SAMPLE_COUNT*SAMPLE_STRIDE-0x1;_0x32b88b>=0x0;_0x32b88b-=0x1){if(_0x32b88b%SAMPLE_STRIDE===0x0){const _0x3c246b=Math['random']();_0x54fa21['push']((_0x4addd4-_0x3c246b)*I32_SCALE|0x0),_0x4addd4=_0x3c246b;}}return _0x54fa21;}const _0x5eb477={};_0x5eb477['label']='Navigator',_0x5eb477['resolve']=()=>typeof window!=='undefined'&&'Navigator'in window?window['Navigator']['prototype']:null,_0x5eb477['props']=['hardwareConcurrency','userAgent','platform','vendor','language','languages','deviceMemory','maxTouchPoints','webdriver'];const _0x1a2189={};_0x1a2189['label']='Screen',_0x1a2189['resolve']=()=>typeof window!=='undefined'&&'Screen'in window?window['Screen']['prototype']:null,_0x1a2189['props']=['width','height','availWidth','availHeight','colorDepth'];const _0x15ca3d={};_0x15ca3d['label']='Document',_0x15ca3d['resolve']=()=>typeof window!=='undefined'&&'Document'in window?window['Document']['prototype']:null,_0x15ca3d['props']=['cookie'];const CLASS_SPECS=[_0x5eb477,_0x1a2189,_0x15ca3d];function getNativeGetterSource(){if(typeof window==='undefined')return null;const _0x333f63={};for(const _0x39def5 of CLASS_SPECS){let _0x4af576;try{_0x4af576=_0x39def5['resolve']();}catch{continue;}if(_0x4af576===null)continue;for(const _0x59e8c4 of _0x39def5['props']){try{const _0x3d1389=Object['getOwnPropertyDescriptor'](_0x4af576,_0x59e8c4),_0x1c9879=_0x3d1389?.['get'];if(typeof _0x1c9879!=='function')continue;const _0x4052d3=_0x1c9879['toString']();_0x333f63[_0x39def5['label']+'.'+_0x59e8c4]=_0x4052d3;}catch{}}}return _0x333f63;}const DENYLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorProtoFunctionNames(){if(typeof navigator==='undefined')return null;const _0x299383=Object['getPrototypeOf'](navigator);if(_0x299383===null)return null;const _0x70c0ed=[];for(const _0x36c5d0 of Object['getOwnPropertyNames'](_0x299383)){if(DENYLIST['includes'](_0x36c5d0))continue;try{const _0x5bb9d5=navigator[_0x36c5d0];if(typeof _0x5bb9d5==='function'){const _0x2cb686=_0x5bb9d5;typeof _0x2cb686['name']==='string'&&_0x70c0ed['push'](_0x2cb686['name']);}}catch(_0x97f114){return{'ok':![],'error':_0x97f114 instanceof Error?_0x97f114['message']:String(_0x97f114)};}}const _0x18eb73={};return _0x18eb73['ok']=!![],_0x18eb73['names']=_0x70c0ed,_0x18eb73;}function getNodeTypeSanity(){if(typeof document==='undefined')return null;try{return document['createElement']('div')['nodeType']!==0x1;}catch{return!![];}}function getObjectFunctionTypeof(){return[typeof Object,typeof Function];}function getUrlIsTrusted(){if(typeof URL!=='function')return null;let _0x1530d8;try{_0x1530d8=new URL('');}catch{const _0x295234={};return _0x295234['acceptedEmpty']=![],_0x295234;}const _0xb02acb=_0x1530d8['isTrusted'],_0x2c9c5b={};return _0x2c9c5b['acceptedEmpty']=!![],_0x2c9c5b['isTrusted']=_0xb02acb,_0x2c9c5b;}const UD=0xf9d684ec,TARGET_HASHES=new Set([0xf4c8818b,0xbf53f276,0x9bb1268b,0x8dfb6cf0,0xc03b5091,0x3cb85adc,0xacd7554a,0x7cd3d994,0xbcea22ee,0xb7916bb5,0x17606f7d,0xce50ef1d,0xd585fbaa,0x673afc2a,0x69560c56,0xcbd311ab,0x422cb2d0,0x56c7ff24,0x1ad6e59b,0xa845651,0x77221929,0xb0857c03,0xcb7c7f4f,0x89108b4c,0xeb2c7a0f,0x1cf0e843,0xc6e1ec3c,0xdec06b24,0x9f1c624d,0xe6194b71,0xf9d684ec]);function getWindowPropertyNames(){try{const _0x3ab7f2=[],_0x140e84=Object['getOwnPropertyNames'](window);for(let _0x4fce6b=0x0;_0x4fce6b<_0x140e84['length'];_0x4fce6b++){const _0xa763ca=crc32(_0x140e84[_0x4fce6b]);TARGET_HASHES['has'](_0xa763ca)&&_0x3ab7f2['push'](_0x140e84[_0x4fce6b]),_0xa763ca===UD&&_0x4fce6b+0x1<_0x140e84['length']&&_0x3ab7f2['push'](_0x140e84[_0x4fce6b+0x1]);}return _0x3ab7f2;}catch{return null;}}function getPlaywrightMarkers(){try{const _0x4cb8bd=window,_0xbd198e=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x19272b of _0xbd198e){if(_0x19272b in _0x4cb8bd)return!![];}return![];}catch{return![];}}const AUTOMATION_PATTERNS=['UtilityScript','__puppeteer_evaluation_script__','__playwright_evaluation_script__','__selenium_evaluation_script__','pptr://','playwright://','__puppeteer','__playwright'];function getSourceUrlLeak(){try{const _0x4e1993=new Error('probe'),_0x1e401d=_0x4e1993['stack']??'';for(const _0x6a552c of AUTOMATION_PATTERNS){if(_0x1e401d['includes'](_0x6a552c)){const _0x41c1f4={};return _0x41c1f4['leaked']=!![],_0x41c1f4['pattern']=_0x6a552c,_0x41c1f4;}}try{const _0xe88213=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0xfb3473=_0xe88213();if(typeof _0xfb3473==='string')for(const _0x2ecb98 of AUTOMATION_PATTERNS){if(_0xfb3473['includes'](_0x2ecb98)){const _0x12f1f8={};return _0x12f1f8['leaked']=!![],_0x12f1f8['pattern']=_0x2ecb98,_0x12f1f8;}}}catch{}const _0x2fbc86={};return _0x2fbc86['leaked']=![],_0x2fbc86['pattern']=null,_0x2fbc86;}catch{const _0x489fb7={};return _0x489fb7['leaked']=![],_0x489fb7['pattern']=null,_0x489fb7;}}function getWebdriver(){const _0x549d38=navigator['webdriver'],_0x4b2c33={};_0x4b2c33['status']=-0x1,_0x4b2c33['value']=null,_0x4b2c33['tampered']=![];if(_0x549d38===null)return _0x4b2c33;const _0x530ae6={};_0x530ae6['status']=-0x2,_0x530ae6['value']=null,_0x530ae6['tampered']=![];if(_0x549d38===undefined)return _0x530ae6;const _0x26399c=_0x549d38===!![]||_0x549d38===![];return{'status':0x0,'value':Boolean(_0x549d38),'tampered':!_0x26399c};}function getWebdriverWritable(){try{const _0x1b2392=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x1b2392){const _0xfd8019=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0xfd8019)return!![];}const _0x57322d=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x57322d)return!![];if('value'in _0x57322d)return!![];if(typeof _0x57322d['set']==='function')return!![];return![];}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){try{const _0x5d4a61=window['process'];if(_0x5d4a61===undefined||_0x5d4a61===null||typeof _0x5d4a61!=='object'){const _0x4542e7={};return _0x4542e7['hasProcess']=![],_0x4542e7;}const _0x4f4c50={};_0x4f4c50['hasProcess']=!![];const _0x30ac77=_0x4f4c50,_0x4a493e=_0x5d4a61['versions'];if(_0x4a493e!==undefined&&_0x4a493e!==null&&typeof _0x4a493e==='object'){const _0x4623b2=_0x4a493e;if(typeof _0x4623b2['electron']==='string'&&_0x4623b2['electron']!=='')_0x30ac77['electron']=_0x4623b2['electron'];if(typeof _0x4623b2['nw']==='string'&&_0x4623b2['nw']!=='')_0x30ac77['nw']=_0x4623b2['nw'];}const _0x52f571=_0x5d4a61['type'];if(typeof _0x52f571==='string'&&_0x52f571!=='')_0x30ac77['type']=_0x52f571;return _0x30ac77;}catch{return null;}}const WORKER_CODE='\x0a\x27use\x20strict\x27;\x0aself.window\x20=\x20self;\x0aself.document\x20=\x20{\x20hidden:\x20false,\x20addEventListener:\x20()\x20=>\x20{},\x20removeEventListener:\x20()\x20=>\x20{}\x20};\x0a\x0afunction\x20getWasmFeatures()\x20{\x0a\x20\x20try\x20{\x0a\x20\x20\x20\x20if\x20(typeof\x20WebAssembly\x20===\x20\x27undefined\x27\x20||\x20typeof\x20WebAssembly.validate\x20!==\x20\x27function\x27)\x20return\x20null;\x0a\x20\x20\x20\x20var\x20prefix\x20=\x20[0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10];\x0a\x20\x20\x20\x20var\x20modules\x20=\x20[\x0a\x20\x20\x20\x20\x20\x20[9,1,7,0,65,0,253,15,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[240,67,0,0,0,12,1,10,0,252,2,3,1,1,0,0,110,26,11,161,10],\x0a\x20\x20\x20\x20\x20\x20[6,1,4,0,18,0,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[8,1,6,0,65,0,192,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[7,1,5,0,208,112,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20];\x0a\x20\x20\x20\x20var\x20bitmask\x20=\x200;\x0a\x20\x20\x20\x20for\x20(var\x20i\x20=\x200;\x20i\x20<\x20modules.length;\x20i++)\x20{\x0a\x20\x20\x20\x20\x20\x20bitmask\x20<<=\x201;\x0a\x20\x20\x20\x20\x20\x20var\x20bytes\x20=\x20new\x20Uint8Array(prefix.concat(modules[i]));\x0a\x20\x20\x20\x20\x20\x20if\x20(WebAssembly.validate(bytes.buffer))\x20bitmask\x20|=\x201;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20return\x20bitmask;\x0a\x20\x20}\x20catch(e)\x20{\x20return\x20null;\x20}\x0a}\x0a\x0afunction\x20getSafe(fn)\x20{\x0a\x20\x20try\x20{\x20return\x20fn();\x20}\x20catch(e)\x20{\x20return\x20null;\x20}\x0a}\x0a\x0aself.addEventListener(\x27message\x27,\x20function(e)\x20{\x0a\x20\x20if\x20(e.data\x20===\x20\x27run\x27)\x20{\x0a\x20\x20\x20\x20var\x20result\x20=\x20{\x0a\x20\x20\x20\x20\x20\x20hardwareConcurrency:\x20getSafe(function()\x20{\x20return\x20navigator.hardwareConcurrency\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20deviceMemory:\x20getSafe(function()\x20{\x20return\x20navigator.deviceMemory\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20platform:\x20getSafe(function()\x20{\x20return\x20navigator.platform\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20userAgent:\x20getSafe(function()\x20{\x20return\x20navigator.userAgent\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20languages:\x20getSafe(function()\x20{\x20return\x20navigator.languages\x20?\x20Array.prototype.slice.call(navigator.languages)\x20:\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20wasmFeatures:\x20getWasmFeatures(),\x0a\x20\x20\x20\x20\x20\x20doNotTrack:\x20getSafe(function()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20var\x20dnt\x20=\x20navigator.doNotTrack;\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20dnt\x20===\x20undefined\x20||\x20dnt\x20===\x20null\x20?\x20null\x20:\x20String(dnt);\x0a\x20\x20\x20\x20\x20\x20}),\x0a\x20\x20\x20\x20};\x0a\x20\x20\x20\x20self.postMessage(result);\x0a\x20\x20}\x0a});\x0a\x0aself.postMessage(\x27ready\x27);\x0a';function getWorkerIsolation(){return new Promise(_0x1d6944=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x1d6944(null);return;}const _0x151905={};_0x151905['type']='text/javascript';const _0x46b8e0=new Blob([WORKER_CODE],_0x151905),_0x4f5b72=URL['createObjectURL'](_0x46b8e0);let _0x44f64b=![];const _0x375b55=new Worker(_0x4f5b72),_0x2ea4a9=setTimeout(()=>{!_0x44f64b&&(_0x44f64b=!![],_0x375b55['terminate'](),URL['revokeObjectURL'](_0x4f5b72),_0x1d6944(null));},0x1f4);_0x375b55['addEventListener']('error',()=>{!_0x44f64b&&(_0x44f64b=!![],clearTimeout(_0x2ea4a9),_0x375b55['terminate'](),URL['revokeObjectURL'](_0x4f5b72),_0x1d6944(null));}),_0x375b55['addEventListener']('message',_0x7814a1=>{if(_0x7814a1['data']==='ready'){_0x375b55['postMessage']('run');return;}!_0x44f64b&&(_0x44f64b=!![],clearTimeout(_0x2ea4a9),_0x375b55['terminate'](),URL['revokeObjectURL'](_0x4f5b72),_0x1d6944(_0x7814a1['data']));});}catch{_0x1d6944(null);}});}const CSS_PROBES=[['container-type','inline-size'],['container-type','size'],['selector(&)',''],['grid-template-columns','subgrid'],['width','calc(sin(1)\x20*\x201px)'],['width','calc(cos(1)\x20*\x201px)'],['width','calc(tan(1)\x20*\x201px)'],['width','calc(round(1.5,\x201)\x20*\x201px)'],['width','calc(mod(5,\x203)\x20*\x201px)'],['width','calc(rem(5,\x203)\x20*\x201px)'],['width','calc(abs(-1)\x20*\x201px)'],['width','calc(sign(-1)\x20*\x201px)'],['color','oklch(0.5\x200.2\x20120)'],['color','oklab(0.5\x200.1\x200.1)'],['color','color(display-p3\x201\x200\x200)'],['color','color-mix(in\x20oklch,\x20red,\x20blue)'],['color','lch(50\x20100\x20120)'],['color','lab(50\x2080\x20-10)'],['color','hwb(120\x2010%\x2020%)'],['background','linear-gradient(in\x20oklch,\x20red,\x20blue)'],['text-wrap','balance'],['text-wrap','pretty'],['text-wrap','stable'],['initial-letter','2'],['hyphenate-limit-chars','6\x203\x202'],['text-spacing-trim','space-all'],['font-synthesis','small-caps'],['font-palette','normal'],['width','fit-content'],['field-sizing','content'],['interpolate-size','allow-keywords'],['anchor-name','--a'],['position-anchor','--a'],['selector(:is(a))',''],['selector(:where(a))',''],['selector(:has(a))',''],['view-transition-name','hero'],['animation-timeline','scroll()'],['scroll-timeline-name','--t'],['timeline-scope','--t'],['backdrop-filter','blur(2px)'],['-webkit-backdrop-filter','blur(2px)'],['mask-composite','add'],['mask-border-source','none'],['overscroll-behavior','contain'],['scroll-behavior','smooth'],['scrollbar-width','thin'],['scrollbar-gutter','stable'],['scroll-snap-type','x\x20mandatory'],['accent-color','auto'],['content-visibility','auto'],['contain','paint'],['aspect-ratio','1'],['color-scheme','dark'],['forced-color-adjust','none'],['print-color-adjust','exact'],['background','paint(worklet)']];function getCssSupportExtended(){if(typeof CSS==='undefined'||typeof CSS['supports']!=='function')return null;const _0x44a3b9={};for(const [_0x51f0d4,_0x1cd9ac]of CSS_PROBES){const _0x32b11a=_0x1cd9ac===''?_0x51f0d4:_0x51f0d4+':'+_0x1cd9ac;try{_0x44a3b9[_0x32b11a]=_0x1cd9ac===''?CSS['supports'](_0x51f0d4):CSS['supports'](_0x51f0d4,_0x1cd9ac);}catch{_0x44a3b9[_0x32b11a]=![];}}return _0x44a3b9;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x5f9222=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x5f9222===undefined||typeof _0x5f9222['isBrave']!=='function')return undefined;try{return!!await _0x5f9222['isBrave']();}catch{return undefined;}}function getDetectChromium(){return isChromium();}function getDetectChromium86(){if(!isChromium())return null;return isChromium86OrNewer();}function getDetectChromium122(){if(!isChromium())return null;return isChromium122OrNewer();}function getDetectEdgeHTML(){return isEdgeHTML();}function getDetectGecko(){return isGecko();}function getDetectGecko120(){if(!isGecko())return null;return isGecko120OrNewer();}function getDetectGecko143(){if(!isGecko())return null;return isGecko143OrNewer();}const PERF_NOW_SAMPLES=0x7d0;async function getTorBrowserProbe(){return{'letterboxed':detectLetterboxing(),'screenInnerEqual':screen['width']===window['innerWidth'],'devicePixelRatioOne':window['devicePixelRatio']===0x1,'perfNowResolutionMs':measurePerfNowResolution(),'canvasAllWhite':probeCanvasAllWhite(),'mediaDevicesRfp':await probeMediaDevicesRfp(),'webGpuPresent':typeof navigator['gpu']!=='undefined','offscreenCanvasPresent':typeof window['OffscreenCanvas']!=='undefined','prefersColorSchemeLight':probePrefersColorSchemeLight(),'navigatorBravePresent':typeof navigator['brave']!=='undefined'};}function detectLetterboxing(){const _0x469ef6=window['innerWidth'],_0x5da399=window['innerHeight'];if(_0x469ef6<=0x0||_0x5da399<=0x0)return![];return _0x469ef6%0xc8===0x0&&_0x5da399%0x64===0x0&&_0x469ef6<=0x578&&_0x5da399<=0x384;}function measurePerfNowResolution(){let _0x326262=Infinity,_0x3b08be=performance['now']();for(let _0x132242=0x0;_0x132242<PERF_NOW_SAMPLES;_0x132242++){const _0x2cd3c6=performance['now'](),_0x1d4188=_0x2cd3c6-_0x3b08be;if(_0x1d4188>0x0&&_0x1d4188<_0x326262)_0x326262=_0x1d4188;_0x3b08be=_0x2cd3c6;}if(!Number['isFinite'](_0x326262))return 0x0;return Math['round'](_0x326262);}function probeCanvasAllWhite(){try{const _0x16d882=document['createElement']('canvas');_0x16d882['width']=0x10,_0x16d882['height']=0x10;const _0x41d971=_0x16d882['getContext']('2d');if(_0x41d971===null)return null;_0x41d971['fillStyle']='#000000',_0x41d971['fillRect'](0x0,0x0,0x10,0x10);const _0x4b37f0=_0x16d882['toDataURL']('image/png'),_0x196089=_0x41d971['getImageData'](0x0,0x0,0x10,0x10)['data'];for(let _0x55bf77=0x0;_0x55bf77<_0x196089['length'];_0x55bf77+=0x4){if(_0x196089[_0x55bf77]!==0xff||_0x196089[_0x55bf77+0x1]!==0xff||_0x196089[_0x55bf77+0x2]!==0xff)return![];}return void _0x4b37f0,!![];}catch{return null;}}async function probeMediaDevicesRfp(){try{const _0x48966e=navigator['mediaDevices'];if(_0x48966e===undefined||typeof _0x48966e['enumerateDevices']!=='function')return null;const _0x2b9691=await _0x48966e['enumerateDevices']();if(_0x2b9691['length']!==0x2)return![];const _0xf6e34f=_0x2b9691['map'](_0x5138ad=>_0x5138ad['label'])['sort']();return _0xf6e34f[0x0]==='Internal\x20Camera'&&_0xf6e34f[0x1]==='Internal\x20Microphone';}catch{return null;}}function probePrefersColorSchemeLight(){try{const _0x97dd5a=window['matchMedia']('(prefers-color-scheme:\x20dark)'),_0x5be5fd=window['matchMedia']('(prefers-color-scheme:\x20light)');return _0x5be5fd['matches']&&!_0x97dd5a['matches'];}catch{return![];}}function getDetectMobile(){return isAndroid();}const THRESHOLD=0x3;function getDetectSamsungInternet(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0xf2eb79=window,_0x3b2495=navigator,_0x499860=_0xf2eb79['Audio']?.['prototype']??{},_0x39bb66=_0xf2eb79['Image']?.['prototype']??{},_0x468a03=_0xf2eb79['visualViewport'];let _0x3df64d=0x0;if('srLatency'in _0x499860)_0x3df64d++;if('srChannelCount'in _0x499860)_0x3df64d++;if('devicePosture'in _0x3b2495)_0x3df64d++;if(_0x468a03!==undefined&&_0x468a03!==null&&'segments'in _0x468a03)_0x3df64d++;if('getTextInformation'in _0x39bb66)_0x3df64d++;return _0x3df64d>=THRESHOLD;}function getDetectSafari(){if(isSafariWebKit())return!![];if(isWebKit()&&isDesktopWebKit()&&!isGecko()&&!isChromium())return!![];return![];}function getDetectTrident(){return isTrident();}function getDetectWebKit(){return isWebKit();}function getDetectWebKit606(){if(!isWebKit())return null;return isWebKit606OrNewer();}function getDetectWebKit616(){if(!isWebKit())return null;return isWebKit616OrNewer();}function isMobileTouchCapable(){if(typeof navigator==='undefined')return![];const _0x3583dc=navigator;return typeof _0x3583dc['maxTouchPoints']==='number'&&_0x3583dc['maxTouchPoints']>0x0;}function getSafariLocalStorageCallable(){if(!isWebKit()||!isSafariWebKit()||isMobileTouchCapable())return null;try{;window['localStorage'](null,null,null,null);}catch{return!![];}try{return window['sessionStorage']['setItem']('test','1'),window['sessionStorage']['removeItem']('test'),![];}catch{return!![];}}const BLACKLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorMethods(){const _0x2d092e=navigator,_0x4820d0=[];for(const _0xa970eb of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x2d092e))){if(BLACKLIST['includes'](_0xa970eb))continue;try{const _0x4b74c9=_0x2d092e[_0xa970eb];typeof _0x4b74c9==='function'&&_0x4b74c9['name']!==undefined&&_0x4820d0['push'](_0x4b74c9['name']);}catch(_0x52c538){return[_0x52c538 instanceof Error?_0x52c538['message']:String(_0x52c538)];}}return _0x4820d0;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x44f35b=navigator['userAgentData'];if(!_0x44f35b||typeof _0x44f35b!=='object')return undefined;const _0x2ba68e={},_0x4f65f1=[];if(typeof _0x44f35b['getHighEntropyValues']==='function'){const _0x253103=_0x44f35b['getHighEntropyValues']['bind'](_0x44f35b);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0xfce80d=>{try{const _0x3243e1=await _0x253103([_0xfce80d]),_0x109fad=_0x3243e1[_0xfce80d];_0x109fad!==undefined&&(_0x2ba68e[_0xfce80d]=typeof _0x109fad==='string'?_0x109fad:JSON['stringify'](_0x109fad));}catch(_0x226c8f){if(_0x226c8f instanceof Error&&_0x226c8f['name']==='NotAllowedError')_0x4f65f1['push'](_0xfce80d);else throw _0x226c8f;}}));}return{'b':_0x44f35b['brands']['map'](_0x418390=>({'b':_0x418390['brand'],'v':_0x418390['version']})),'m':_0x44f35b['mobile'],'p':_0x44f35b['platform']??null,'h':_0x2ba68e,'nah':_0x4f65f1};}function getVendorFlavors(){const _0x19aaef=[];for(const _0x4760a2 of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x5ee99f=window[_0x4760a2];_0x5ee99f!==undefined&&_0x5ee99f!==null&&typeof _0x5ee99f==='object'&&_0x19aaef['push'](_0x4760a2);}return _0x19aaef['sort']();}const _0x5022df={};_0x5022df['workerIsolation']=getWorkerIsolation,_0x5022df['webGlExtended']=getWebGlExtended;const stage1Sources=_0x5022df,_0x5091f4={};_0x5091f4['canvas']=getCanvasSignal,_0x5091f4['canvasAdvanced']=getCanvasAdvanced,_0x5091f4['canvasRandom']=getCanvasRandom,_0x5091f4['canvasPow']=getCanvasPow,_0x5091f4['webGpu']=getWebGpuSignal,_0x5091f4['webGlExtensionsHashed']=getWebGlExtensionsHashed,_0x5091f4['audio']=getAudioSignal,_0x5091f4['audioTrap']=getAudioTrap,_0x5091f4['audioConsistency']=getAudioConsistency,_0x5091f4['fonts']=getFonts,_0x5091f4['fontPreferences']=getFontPreferences,_0x5091f4['osFontValidation']=getOsFontValidation,_0x5091f4['systemColors']=getSystemColors,_0x5091f4['scrollbarWidth']=getScrollbarWidth,_0x5091f4['formControlFont']=getFormControlFont,_0x5091f4['subPixelRendering']=getSubPixelRendering,_0x5091f4['screenFrame']=getScreenFrame,_0x5091f4['screenIframe']=getScreenIframe,_0x5091f4['emoji']=getEmojiSignal,_0x5091f4['svgEmoji']=getSvgEmojiSignal,_0x5091f4['mathml']=getMathML,_0x5091f4['computedStyle']=getComputedStyleSignal,_0x5091f4['iframeProxy']=getIframeProxy,_0x5091f4['iframeSignals']=getIframeSignals,_0x5091f4['adblockFilterMatch']=getAdblockFilterMatch,_0x5091f4['videoCodecs']=getVideoCodecs,_0x5091f4['drmSystems']=getDrmSystems,_0x5091f4['mediaCodecsExtended']=getMediaCodecsExtended,_0x5091f4['webAuthnCapabilities']=getWebAuthnCapabilities,_0x5091f4['speechVoices']=getSpeechVoices,_0x5091f4['barcodeDetection']=getBarcodeDetection,_0x5091f4['subtleCryptoExport']=getSubtleCryptoExport,_0x5091f4['webRtcDevices']=getWebRtcDevices,_0x5091f4['networkIceProbe']=getNetworkIceProbe,_0x5091f4['permissions']=getPermissions,_0x5091f4['notificationContradiction']=getNotificationContradiction,_0x5091f4['fileSystemAccess']=getFileSystemAccess,_0x5091f4['storageQuota']=getStorageQuota,_0x5091f4['storageEstimate']=getStorageEstimate,_0x5091f4['indexedDbBlob']=getIndexedDbBlob,_0x5091f4['geolocationProbe']=getGeolocationProbe,_0x5091f4['battery']=getBatterySignal,_0x5091f4['filesystemUrlProbe']=getFilesystemUrlProbe,_0x5091f4['storagePersisted']=getStoragePersisted,_0x5091f4['incognitoDetection']=getIncognitoDetection,_0x5091f4['headless']=getHeadlessSignals,_0x5091f4['restrictedEnvironment']=getRestrictedEnvironment,_0x5091f4['uaClientHints']=getUAClientHints,_0x5091f4['detectBrave']=getDetectBrave,_0x5091f4['detectSamsungInternet']=getDetectSamsungInternet,_0x5091f4['torBrowserProbe']=getTorBrowserProbe,_0x5091f4['wasmFeaturesWorker']=getWasmFeaturesWorker;const stage2Sources=_0x5091f4,_0x2a6b09={};_0x2a6b09['osCpu']=getOsCpu,_0x2a6b09['languages']=getLanguages,_0x2a6b09['navigatorLanguages']=getNavigatorLanguages,_0x2a6b09['colorDepth']=getColorDepth,_0x2a6b09['deviceMemory']=getDeviceMemory,_0x2a6b09['screenResolution']=getScreenResolution,_0x2a6b09['hardwareConcurrency']=getHardwareConcurrency,_0x2a6b09['timezone']=getTimezone,_0x2a6b09['platform']=getPlatform,_0x2a6b09['plugins']=getPlugins,_0x2a6b09['pluginsCount']=getPluginsCount,_0x2a6b09['pluginsArray']=getPluginsArray,_0x2a6b09['touchSupport']=getTouchSupport,_0x2a6b09['vendor']=getVendor,_0x2a6b09['vendorFlavors']=getVendorFlavors,_0x2a6b09['userAgent']=getUserAgent,_0x2a6b09['appVersion']=getAppVersion,_0x2a6b09['userAgentData']=getUserAgentData,_0x2a6b09['productSub']=getProductSub,_0x2a6b09['windowDimensions']=getWindowDimensions,_0x2a6b09['devicePixelRatio']=getDevicePixelRatio,_0x2a6b09['sessionStorage']=getSessionStorage,_0x2a6b09['localStorage']=getLocalStorage,_0x2a6b09['indexedDB']=getIndexedDB,_0x2a6b09['cookiesEnabled']=areCookiesEnabled,_0x2a6b09['webSqlDatabase']=getWebSqlDatabase,_0x2a6b09['colorGamut']=getColorGamut,_0x2a6b09['colorScheme']=getColorScheme,_0x2a6b09['invertedColors']=areColorsInverted,_0x2a6b09['forcedColors']=areColorsForced,_0x2a6b09['contrast']=getContrastPreference,_0x2a6b09['reducedMotion']=isMotionReduced,_0x2a6b09['reducedTransparency']=getReducedTransparency,_0x2a6b09['hdr']=isHDR,_0x2a6b09['mediaQueries']=getMediaQueries,_0x2a6b09['cssSupports']=getCssSupports,_0x2a6b09['cssSupportExtended']=getCssSupportExtended,_0x2a6b09['cssRegisterProperty']=getCssRegisterProperty,_0x2a6b09['cssCalcResolved']=getCssCalcResolved,_0x2a6b09['cssTrigPrecision']=getCssTrigPrecision,_0x2a6b09['math']=getMathSignal,_0x2a6b09['endianness']=getEndianness,_0x2a6b09['performanceNowMicroseconds']=getPerformanceNowMicroseconds,_0x2a6b09['performanceResolution']=getPerformanceResolution,_0x2a6b09['performanceMemory']=getPerformanceMemory,_0x2a6b09['timerReliability']=getTimerReliability,_0x2a6b09['epochTimestamp']=getEpochTimestamp,_0x2a6b09['measuredTimezone']=getMeasuredTimezone,_0x2a6b09['tzTampered']=getTzTampered,_0x2a6b09['connectionInfo']=getConnectionInfo,_0x2a6b09['connectionExtended']=getConnectionExtended,_0x2a6b09['connectionSaveData']=getConnectionSaveData,_0x2a6b09['networkRtt']=getNetworkRTT,_0x2a6b09['navigatorOnline']=getNavigatorOnline,_0x2a6b09['secureContext']=getSecureContext,_0x2a6b09['serviceWorkerPresence']=getServiceWorkerPresence,_0x2a6b09['sharedArrayBuffer']=getSharedArrayBuffer,_0x2a6b09['notificationPresence']=getNotificationPresence,_0x2a6b09['documentFocus']=getDocumentFocus,_0x2a6b09['documentAttributes']=getDocumentAttributes,_0x2a6b09['pageUrl']=getPageUrl,_0x2a6b09['urlSegmentsHash']=getUrlSegmentsHash,_0x2a6b09['ancestorOrigins']=getAncestorOrigins,_0x2a6b09['doNotTrack']=getDoNotTrack,_0x2a6b09['pdfViewerEnabled']=isPdfViewerEnabled,_0x2a6b09['privateClickMeasurement']=getPrivateClickMeasurement,_0x2a6b09['installedRelatedApps']=getInstalledRelatedApps,_0x2a6b09['standalonePwa']=getStandalonePwa,_0x2a6b09['applePay']=getApplePayState,_0x2a6b09['audioBaseLatency']=getAudioContextBaseLatency,_0x2a6b09['audioContextInfo']=getAudioContextInfo,_0x2a6b09['mediaSession']=getMediaSession,_0x2a6b09['mimeTypes']=getMimeTypes,_0x2a6b09['mimeTypesCount']=getMimeTypesCount,_0x2a6b09['pluginPropsEnum']=getPluginPropsEnum,_0x2a6b09['supportedConstraints']=getSupportedConstraints,_0x2a6b09['bomEnumeration']=getBomEnumeration,_0x2a6b09['urlProtocolParser']=getUrlProtocolParser,_0x2a6b09['architecture']=getArchitecture,_0x2a6b09['wasmFeatures']=getWasmFeatures,_0x2a6b09['featureVersion']=getFeatureVersion,_0x2a6b09['lockdownFeatures']=getLockdownFeatures,_0x2a6b09['intlCurrency']=getIntlCurrency,_0x2a6b09['intlMetadata']=getIntlMetadata,_0x2a6b09['intlSegmenter']=getIntlSegmenter,_0x2a6b09['localeCurrency']=getLocaleCurrency,_0x2a6b09['dateTimeLocale']=getDateTimeLocale,_0x2a6b09['detectTrident']=getDetectTrident,_0x2a6b09['detectEdgeHTML']=getDetectEdgeHTML,_0x2a6b09['detectChromium']=getDetectChromium,_0x2a6b09['detectChromium86']=getDetectChromium86,_0x2a6b09['detectChromium122']=getDetectChromium122,_0x2a6b09['detectGecko']=getDetectGecko,_0x2a6b09['detectGecko120']=getDetectGecko120,_0x2a6b09['detectGecko143']=getDetectGecko143,_0x2a6b09['detectWebKit']=getDetectWebKit,_0x2a6b09['detectWebKit606']=getDetectWebKit606,_0x2a6b09['detectWebKit616']=getDetectWebKit616,_0x2a6b09['detectSafari']=getDetectSafari,_0x2a6b09['detectMobile']=getDetectMobile,_0x2a6b09['navigatorMethods']=getNavigatorMethods,_0x2a6b09['safariLocalStorageCallable']=getSafariLocalStorageCallable,_0x2a6b09['webdriver']=getWebdriver,_0x2a6b09['webdriverWritable']=getWebdriverWritable,_0x2a6b09['windowProcess']=getWindowProcess,_0x2a6b09['windowClose']=getWindowClose,_0x2a6b09['windowPropertyNames']=getWindowPropertyNames,_0x2a6b09['navigatorProtoFunctionNames']=getNavigatorProtoFunctionNames,_0x2a6b09['nativeGetterSource']=getNativeGetterSource,_0x2a6b09['navigatorDescriptors']=getNavigatorDescriptors,_0x2a6b09['bindToString']=getBindToString,_0x2a6b09['evalLength']=getEvalLength,_0x2a6b09['errorStack']=getErrorStackFormat,_0x2a6b09['createElementDescriptor']=getCreateElementDescriptor,_0x2a6b09['getterProxyDetection']=getGetterProxyDetection,_0x2a6b09['getterToString']=getGetterToString,_0x2a6b09['externalObjectString']=getExternalObjectString,_0x2a6b09['objectInspectGlobal']=getObjectInspectGlobal,_0x2a6b09['objectFunctionTypeof']=getObjectFunctionTypeof,_0x2a6b09['prototypeChain']=getPrototypeChain,_0x2a6b09['pluginOverflow']=getPluginOverflow,_0x2a6b09['languagesProtoChain']=getLanguagesProtoChain,_0x2a6b09['elementMatchesPolyfill']=getElementMatchesPolyfill,_0x2a6b09['nodeTypeSanity']=getNodeTypeSanity,_0x2a6b09['proxyDetection']=getProxyDetection,_0x2a6b09['protoChainProxyTrap']=getProtoChainProxyTrap,_0x2a6b09['tamperAggregate']=getTamperAggregate,_0x2a6b09['screenVerify']=getScreenVerify,_0x2a6b09['canvasModified']=getCanvasModified,_0x2a6b09['gpuGibberish']=getGpuGibberish,_0x2a6b09['extensionDetection']=getExtensionDetection,_0x2a6b09['platformApiScoring']=getPlatformApiScoring,_0x2a6b09['stackBytes']=getStackBytes,_0x2a6b09['mathRandomDeterminism']=getMathRandomDeterminism,_0x2a6b09['urlIsTrusted']=getUrlIsTrusted,_0x2a6b09['eventIsTrusted']=getEventIsTrusted,_0x2a6b09['automationDescriptor']=getAutomationDescriptor,_0x2a6b09['cdpDetection']=getCdpDetection,_0x2a6b09['chromeRuntime']=getChromeRuntime,_0x2a6b09['playwrightMarkers']=getPlaywrightMarkers,_0x2a6b09['stealthMarkers']=getStealthMarkers,_0x2a6b09['sourceUrlLeak']=getSourceUrlLeak,_0x2a6b09['devtoolsDetection']=getDevtoolsDetection,_0x2a6b09['devtoolsWindowSize']=getDevtoolsWindowSize,_0x2a6b09['webGlBasics']=getWebGlBasics,_0x2a6b09['webGlCanvas']=getWebGlCanvas,_0x2a6b09['webGlSphere']=getWebGlSphere,_0x2a6b09['webGpuContention']=getWebGpuContention,_0x2a6b09['webCodecsHardware']=getWebCodecsHardware;const stage3Sources=_0x2a6b09;let lastPipelineTrace=null;function timedSource(_0x19d6dc,_0x4755c1,_0x5c71f8){return _0x50e20a=>{const _0x548164=performance['now'](),_0x231bfc=()=>{_0x5c71f8[_0x19d6dc]=performance['now']()-_0x548164;},_0x42ccdc=_0x1bb916=>{return()=>{const _0x55a6aa=_0x1bb916();if(isPromise(_0x55a6aa))return _0x55a6aa['then'](_0x3061d5=>{return _0x231bfc(),_0x3061d5;});return _0x231bfc(),_0x55a6aa;};},_0x48f031=_0x4755c1(_0x50e20a);if(isPromise(_0x48f031))return _0x48f031['then'](_0x4ddd7a=>{if(typeof _0x4ddd7a==='function')return _0x42ccdc(_0x4ddd7a);return _0x231bfc(),_0x4ddd7a;});if(typeof _0x48f031==='function')return _0x42ccdc(_0x48f031);return _0x231bfc(),_0x48f031;};}function instrumentSources(_0x2fbdd2,_0x2c9213){const _0x3aab55={};for(const _0x571e75 of Object['keys'](_0x2fbdd2)){_0x3aab55[_0x571e75]=timedSource(_0x571e75,_0x2fbdd2[_0x571e75],_0x2c9213);}return _0x3aab55;}function getPipelineTrace(){return lastPipelineTrace;}function loadBuiltinSources(_0x5bf98c){const _0x3cc928={'initTime':performance['now'](),'wave1LoadStart':null,'idleResolvedAt':null,'wave2LoadStart':null,'getStart':null,'wave1Done':null,'wave2Done':null,'allDone':null,'stage1Keys':Object['keys'](stage1Sources),'stage2Keys':Object['keys'](stage2Sources),'stage3Keys':Object['keys'](stage3Sources),'collectorTimings':{}};lastPipelineTrace=_0x3cc928;const _0x4b858e={...stage1Sources,...stage2Sources},_0x5dd58a=instrumentSources(_0x4b858e,_0x3cc928['collectorTimings']),_0x4b1e85=Object['keys'](_0x5dd58a)['length']>0x0,_0x4d7832=_0x4b1e85?((()=>{return _0x3cc928['wave1LoadStart']=performance['now'](),loadSources(_0x5dd58a,_0x5bf98c,[]);})()):null,_0x3a5f23=instrumentSources(stage3Sources,_0x3cc928['collectorTimings']),_0x2b8f75=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x3cc928['idleResolvedAt']=performance['now'](),_0x3cc928['wave2LoadStart']=performance['now'](),loadSources(_0x3a5f23,_0x5bf98c,[]);});return _0x2b8f75['then'](undefined,()=>undefined),async function _0xb995b2(){_0x3cc928['getStart']=performance['now']();if(_0x4d7832){const [_0x461778,_0x56ff36]=await Promise['all']([_0x4d7832()['then'](_0x1149c5=>{return _0x3cc928['wave1Done']=performance['now'](),_0x1149c5;}),_0x2b8f75['then'](_0x5e7228=>_0x5e7228())['then'](_0x198f44=>{return _0x3cc928['wave2Done']=performance['now'](),_0x198f44;})]);_0x3cc928['allDone']=performance['now']();const _0x508f00={..._0x56ff36,..._0x461778};return _0x508f00;}const _0x10332c=await _0x2b8f75,_0x6a36f9=await _0x10332c();return _0x3cc928['wave2Done']=performance['now'](),_0x3cc928['allDone']=performance['now'](),_0x6a36f9;};}const SANDBOX_MESSAGE_PATTERNS=[/sandboxed.*allow-same-origin/i,/operation is insecure/i,/forbidden in a sandboxed/i];function isSandboxedIframe(){if(typeof document==='undefined')return![];try{return void document['cookie'],![];}catch(_0x21368e){if(!(_0x21368e instanceof DOMException))return![];const _0x2551dc=_0x21368e['message'];for(const _0x486afb of SANDBOX_MESSAGE_PATTERNS){if(_0x486afb['test'](_0x2551dc))return!![];}return _0x21368e['name']==='SecurityError';}}const version='2.1.0';function componentsToDebugString(_0x2e6c07){return JSON['stringify'](_0x2e6c07,(_0x30e0bb,_0x247c56)=>{if(_0x247c56 instanceof Error)return errorToObject(_0x247c56);return _0x247c56;},0x2);}function makeEngine(_0x2bda4b,_0x404e77){const _0x44ecd9=Date['now']();return{async 'get'(_0x383974){const _0x2f7051=Date['now'](),_0x43bd1d=await _0x2bda4b();(_0x404e77===!![]||_0x383974?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x2f7051-_0x44ecd9)+'\x0acomponents:\x20'+componentsToDebugString(_0x43bd1d)+'\x0a```');const _0x4b7361={};return _0x4b7361['components']=_0x43bd1d,_0x4b7361['version']=version,_0x4b7361;}};}function load(_0x5f4f5e={}){if(isSandboxedIframe())throw new SentinelError('Running\x20inside\x20sandboxed\x20iframes\x20(without\x20allow-same-origin)\x20is\x20not\x20supported','sandboxed_iframe');const {debug:_0x475687,proxyDetection:proxyDetection='high',apiKey:_0x2a0c29,endpoint:_0xc5f837,linkedId:_0x717e19,tag:_0x288fd0}=_0x5f4f5e;setProxyDetectionMode(proxyDetection);const _0x150ee1={};_0x150ee1['cache']={},_0x150ee1['debug']=_0x475687;const _0x3d7ebb=loadBuiltinSources(_0x150ee1),_0x4bb941=makeEngine(_0x3d7ebb,_0x475687);if(_0x2a0c29!==undefined&&_0xc5f837!==undefined){const _0x2c7ee8={};_0x2c7ee8['apiKey']=_0x2a0c29,_0x2c7ee8['endpoint']=_0xc5f837;const _0x22ca79={};_0x22ca79['linkedId']=_0x717e19,_0x22ca79['tag']=_0x288fd0,_0x4bb941['result']=capture(_0x4bb941,_0x2c7ee8,_0x22ca79)['catch'](_0x1fc0bb=>{_0x475687===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x1fc0bb);throw _0x1fc0bb;}),_0x4bb941['result']['catch'](()=>undefined);}return _0x4bb941;}function createPageHideAbortController(){const _0x28a56c=new AbortController();if(typeof window==='undefined'){const _0x92bec7={};return _0x92bec7['signal']=_0x28a56c['signal'],_0x92bec7['dispose']=()=>undefined,_0x92bec7;}const _0x27e7ab=()=>{if(!_0x28a56c['signal']['aborted'])_0x28a56c['abort']();},_0x1a864c={};_0x1a864c['once']=!![],window['addEventListener']('pagehide',_0x27e7ab,_0x1a864c);const _0x4c42e8={};_0x4c42e8['once']=!![],window['addEventListener']('beforeunload',_0x27e7ab,_0x4c42e8);let _0x3a9a97=![];const _0x1acef5=()=>{if(_0x3a9a97)return;_0x3a9a97=!![],window['removeEventListener']('pagehide',_0x27e7ab),window['removeEventListener']('beforeunload',_0x27e7ab);},_0x69d36c={};return _0x69d36c['signal']=_0x28a56c['signal'],_0x69d36c['dispose']=_0x1acef5,_0x69d36c;}const WITHOUT_DEFAULT_TAG='@danetix/sentinel/without-default/v1';function withoutDefault(_0x12defb){const _0x510b1b={};return _0x510b1b['__type__']=WITHOUT_DEFAULT_TAG,_0x510b1b['value']=_0x12defb,_0x510b1b;}function isWithoutDefault(_0x58647a){if(_0x58647a===null||typeof _0x58647a!=='object')return![];const _0x4b967b=_0x58647a;return _0x4b967b['__type__']===WITHOUT_DEFAULT_TAG&&'value'in _0x4b967b;}function unwrapWithoutDefault(_0x3bcd7b){return isWithoutDefault(_0x3bcd7b)?_0x3bcd7b['value']:_0x3bcd7b;}async function handleAgentData(_0x59194b,_0x3d82a9){let _0x279f82;try{_0x279f82=_0x3d82a9?.['raw']===!![]?_0x59194b:await decodePayload(_0x59194b);}catch(_0x4f5ccd){throw new SentinelError('handleAgentData:\x20decode\x20failed\x20('+(_0x4f5ccd instanceof Error?_0x4f5ccd['message']:String(_0x4f5ccd))+')','bad_response_format');}let _0x1b60fe;try{_0x1b60fe=JSON['parse'](_0x279f82);}catch(_0x1bd542){throw new SentinelError('handleAgentData:\x20not\x20valid\x20JSON\x20('+(_0x1bd542 instanceof Error?_0x1bd542['message']:String(_0x1bd542))+')','bad_response_format');}if(_0x1b60fe===null||typeof _0x1b60fe!=='object'||typeof _0x1b60fe['requestId']!=='string'||typeof _0x1b60fe['token']!=='string')throw new SentinelError('handleAgentData:\x20response\x20missing\x20required\x20fields\x20(requestId,\x20token)','bad_response_format');if(_0x1b60fe['token']['length']===0x0||_0x1b60fe['token']['length']>0x1000||/[\x00-\x1f\x7f]/['test'](_0x1b60fe['token']))throw new SentinelError('handleAgentData:\x20token\x20failed\x20format\x20validation','bad_response_format');return saveDeviceToken(_0x1b60fe['token']),Array['isArray'](_0x1b60fe['notifications'])&&dispatchNotifications(_0x1b60fe['notifications']),_0x1b60fe;}function dispatchNotifications(_0x172445){for(const _0x3060b0 of _0x172445){if(_0x3060b0===null||typeof _0x3060b0!=='object')continue;const _0x30b44a=String(_0x3060b0['message']);if(_0x3060b0['level']==='error')console['error'](_0x30b44a);else{if(_0x3060b0['level']==='warning')console['warn'](_0x30b44a);else console['log'](_0x30b44a);}}}const STORAGE_SUFFIX='lr',RING_SIZE=0x2;function createReplayChannel(_0x2cb988={}){const _0x11f866=_0x2cb988['prefix']??'_dx',_0x33a34d=Math['max'](0x1,_0x2cb988['ringSize']??RING_SIZE),_0xea236a=''+_0x11f866+STORAGE_SUFFIX;function _0x12a36c(){if(typeof localStorage==='undefined')return[];try{const _0x34b154=localStorage['getItem'](_0xea236a);if(_0x34b154===null)return[];const _0x28e53a=JSON['parse'](_0x34b154);if(!Array['isArray'](_0x28e53a))return[];return _0x28e53a['filter'](_0x4b3fa3=>typeof _0x4b3fa3==='string');}catch{return[];}}function _0xfd60cf(_0x1f4798){if(typeof localStorage==='undefined')return;try{localStorage['setItem'](_0xea236a,JSON['stringify'](_0x1f4798));}catch{}}return{'list'(){return _0x12a36c();},'record'(_0x2ce194){if(typeof _0x2ce194!=='string'||_0x2ce194['length']===0x0)return;const _0x3a0ff8=_0x12a36c(),_0x5822d5=_0x3a0ff8['filter'](_0xa44be=>_0xa44be!==_0x2ce194);_0x5822d5['push'](_0x2ce194);while(_0x5822d5['length']>_0x33a34d)_0x5822d5['shift']();_0xfd60cf(_0x5822d5);},'acknowledge'(_0x5b0dc7){if(_0x5b0dc7['length']===0x0)return;const _0x40fbd6=_0x12a36c(),_0x14b022=new Set(_0x5b0dc7),_0x447c36=_0x40fbd6['filter'](_0x207489=>!_0x14b022['has'](_0x207489));if(_0x447c36['length']===_0x40fbd6['length'])return;_0xfd60cf(_0x447c36);},'clear'(){if(typeof localStorage==='undefined')return;try{localStorage['removeItem'](_0xea236a);}catch{}}};}function resolveRandomizeStrategy(_0x483675){if(_0x483675===undefined)return'replace';if(_0x483675===![]||_0x483675==='off')return'off';if(_0x483675===!![]||_0x483675==='replace')return'replace';return'append';}function start(_0x5a1b31){const {apiKey:_0x4f3486,endpoint:_0x1025e8,cache:_0xa459d3,randomizeEndpointPath:_0x55cf00,integrationInfo:_0x1573f3,urlPrivacy:_0x1af868,..._0x50343b}=_0x5a1b31,_0x3e807b=load(_0x50343b),_0x432933={'apiKey':_0x4f3486,'endpoint':_0x1025e8,'randomizeStrategy':resolveRandomizeStrategy(_0x55cf00),'integrationInfo':_0x1573f3,'urlPrivacy':_0x1af868},_0x2810e3=_0xa459d3?createCache(_0xa459d3):null;return{'get'(_0x3ff929){const {ignoreCache:_0x2f7aaa,..._0x3ab555}=_0x3ff929??{},_0x4a1058={};_0x4a1058['tag']=_0x3ab555['tag'],_0x4a1058['linkedId']=_0x3ab555['linkedId'];const _0x58e3a4=_0x4a1058;if(_0x2f7aaa!==!![]&&_0x2810e3!==null){const _0x51b8b3=_0x2810e3['get'](_0x58e3a4);if(_0x51b8b3!==null)return Promise['resolve'](_0x51b8b3);}return capture(_0x3e807b,_0x432933,_0x3ab555)['then'](_0x561def=>{if(_0x2810e3!==null)_0x2810e3['set'](_0x561def,_0x58e3a4);return _0x561def;});},'clearCache'(){if(_0x2810e3!==null)_0x2810e3['clear']();}};}const _0x76321c={};_0x76321c['start']=start;var index=_0x76321c;exports['CspBlockError']=CspBlockError,exports['FetchTimeoutError']=FetchTimeoutError,exports['SentinelError']=SentinelError,exports['buildEndpointSuffix']=buildEndpointSuffix,exports['createPageHideAbortController']=createPageHideAbortController,exports['createReplayChannel']=createReplayChannel,exports['default']=index,exports['detectFrameworks']=detectFrameworks,exports['getPageVisitId']=getPageVisitId,exports['getPipelineTrace']=getPipelineTrace,exports['handleAgentData']=handleAgentData,exports['isSentinelError']=isSentinelError,exports['isWithoutDefault']=isWithoutDefault,exports['listRegisteredIntegrations']=listRegisteredIntegrations,exports['load']=load,exports['randomizeEndpoint']=randomizeEndpoint,exports['registerIntegration']=registerIntegration,exports['start']=start,exports['unwrapWithoutDefault']=unwrapWithoutDefault,exports['withoutDefault']=withoutDefault;
|