@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.
@@ -1 +1 @@
1
- const STORAGE_KEY_DEFAULT='_dxc';function composeKey(_0x7e57a5,_0x4f6baa){const _0x6b9860=JSON['stringify'](_0x4f6baa['tag']??null),_0x58a422=JSON['stringify'](_0x4f6baa['linkedId']??null);return _0x7e57a5+'__'+_0x6b9860+'__'+_0x58a422;}function createMemoryCache(_0x4b62f6,_0x169932){const _0x135e6e=new Map();return{'get'(_0x2afd32={}){const _0x3f39bb=composeKey(_0x169932,_0x2afd32),_0x5d62cb=_0x135e6e['get'](_0x3f39bb);if(_0x5d62cb===undefined)return null;if(Date['now']()-_0x5d62cb['ts']>_0x4b62f6*0x3e8)return _0x135e6e['delete'](_0x3f39bb),null;return _0x5d62cb['result'];},'set'(_0x25cea2,_0x538765={}){_0x135e6e['set'](composeKey(_0x169932,_0x538765),{'result':_0x25cea2,'ts':Date['now']()});},'clear'(){_0x135e6e['clear']();}};}function createStorageCache(_0x2d132e,_0x1fe966,_0x8c5881){return{'get'(_0x7e8c5a={}){const _0x1311de=composeKey(_0x8c5881,_0x7e8c5a);try{const _0x4e4765=_0x1fe966['getItem'](_0x1311de);if(_0x4e4765===null)return null;const _0x1ace6f=JSON['parse'](_0x4e4765);if(_0x1ace6f===null||typeof _0x1ace6f!=='object'||typeof _0x1ace6f['ts']!=='number')return _0x1fe966['removeItem'](_0x1311de),null;if(Date['now']()-_0x1ace6f['ts']>_0x2d132e*0x3e8)return _0x1fe966['removeItem'](_0x1311de),null;return _0x1ace6f['result'];}catch{return null;}},'set'(_0xb0e655,_0x3e8d0f={}){try{_0x1fe966['setItem'](composeKey(_0x8c5881,_0x3e8d0f),JSON['stringify']({'result':_0xb0e655,'ts':Date['now']()}));}catch{}},'clear'(){try{const _0x27b7d6=[];for(let _0xdf32d3=0x0;_0xdf32d3<_0x1fe966['length'];_0xdf32d3++){const _0x22c2d6=_0x1fe966['key'](_0xdf32d3);_0x22c2d6?.['startsWith'](_0x8c5881+'__')===!![]&&_0x27b7d6['push'](_0x22c2d6);}for(const _0x694b56 of _0x27b7d6)_0x1fe966['removeItem'](_0x694b56);}catch{}}};}function createCache(_0x570d63){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x570d63;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl,prefix);try{const _0x54b722=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x54b722,prefix);}catch{return createMemoryCache(ttl,prefix);}}const REGISTRY_KEY='__danetix_integrations';function getRegistry(){if(typeof window==='undefined')return[];const _0x346c14=window;return!Array['isArray'](_0x346c14[REGISTRY_KEY])&&(_0x346c14[REGISTRY_KEY]=[]),_0x346c14[REGISTRY_KEY];}function registerIntegration(_0x4374cd){if(typeof _0x4374cd['name']!=='string'||_0x4374cd['name']['length']===0x0)return;if(typeof _0x4374cd['version']!=='string')return;const _0x531951=getRegistry();for(const _0x46c839 of _0x531951){if(_0x46c839['name']===_0x4374cd['name']&&_0x46c839['version']===_0x4374cd['version'])return;}const _0x321a9b={};_0x321a9b['name']=_0x4374cd['name'],_0x321a9b['version']=_0x4374cd['version'],_0x531951['push'](_0x321a9b);}function listRegisteredIntegrations(){return getRegistry()['map'](_0x7df7dd=>({'name':_0x7df7dd['name'],'version':_0x7df7dd['version']}));}function detectFrameworks(){if(typeof window==='undefined')return[];const _0x48707b=[],_0x2b7584=window;if(_0x2b7584['__NEXT_DATA__']!==undefined&&_0x2b7584['__NEXT_DATA__']!==null){const _0x387e5f=_0x2b7584['next'];let _0x37cb8a='unknown';if(_0x387e5f!==null&&typeof _0x387e5f==='object'){const _0x32767a=_0x387e5f['version'];if(typeof _0x32767a==='string')_0x37cb8a=_0x32767a;}const _0x5ff428={};_0x5ff428['name']='next',_0x5ff428['version']=_0x37cb8a,_0x48707b['push'](_0x5ff428);}if(_0x2b7584['__NUXT__']!==undefined&&_0x2b7584['__NUXT__']!==null){const _0x469f68={};_0x469f68['name']='nuxt',_0x469f68['version']='unknown',_0x48707b['push'](_0x469f68);}if(_0x2b7584['astro']!==undefined||typeof _0x2b7584['__ASTRO_GLOB_TIME__']!=='undefined'){const _0x4c44cc={};_0x4c44cc['name']='astro',_0x4c44cc['version']='unknown',_0x48707b['push'](_0x4c44cc);}const _0x2775d6=_0x2b7584['React'];let _0xf2e58c=null;if(_0x2775d6!==null&&typeof _0x2775d6==='object'){const _0x3e5bb8=_0x2775d6['version'];if(typeof _0x3e5bb8==='string')_0xf2e58c=_0x3e5bb8;}if(_0xf2e58c!==null||_0x2b7584['__REACT_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x48707b['some'](_0x189286=>_0x189286['name']==='next'||_0x189286['name']==='react')){const _0x4cced1={};_0x4cced1['name']='react',_0x4cced1['version']=_0xf2e58c??'unknown',_0x48707b['push'](_0x4cced1);}}let _0x54f6eb=null;const _0xe533dd=_0x2b7584['Vue'];if(_0xe533dd!==null&&typeof _0xe533dd==='object'){const _0x4e5bd2=_0xe533dd['version'];if(typeof _0x4e5bd2==='string')_0x54f6eb=_0x4e5bd2;}if(_0x54f6eb!==null||_0x2b7584['__VUE__']!==undefined||_0x2b7584['__VUE_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x48707b['some'](_0x464f60=>_0x464f60['name']==='nuxt'||_0x464f60['name']==='vue')){const _0x3e03a8={};_0x3e03a8['name']='vue',_0x3e03a8['version']=_0x54f6eb??'unknown',_0x48707b['push'](_0x3e03a8);}}if(_0x2b7584['ng']!==undefined||_0x2b7584['getAllAngularRootElements']!==undefined){const _0x3bb1d7={};_0x3bb1d7['name']='angular',_0x3bb1d7['version']='unknown',_0x48707b['push'](_0x3bb1d7);}if(_0x2b7584['__svelte']!==undefined||_0x2b7584['__SVELTEKIT_PAYLOAD__']!==undefined){const _0x16e1be={};_0x16e1be['name']='svelte',_0x16e1be['version']='unknown',_0x48707b['push'](_0x16e1be);}if(_0x2b7584['__PREACT_DEVTOOLS__']!==undefined){const _0x300fbd={};_0x300fbd['name']='preact',_0x300fbd['version']='unknown',_0x48707b['push'](_0x300fbd);}return _0x48707b;}function collectIntegrations(_0xbddeac){const _0xa80cbd=new Set(),_0x100734=[],_0x276f23=_0x5a11e5=>{if(typeof _0x5a11e5['name']!=='string'||_0x5a11e5['name']['length']===0x0)return;if(typeof _0x5a11e5['version']!=='string')return;if(_0xa80cbd['has'](_0x5a11e5['name']))return;_0xa80cbd['add'](_0x5a11e5['name']);const _0xa3bcd0={};_0xa3bcd0['name']=_0x5a11e5['name'],_0xa3bcd0['version']=_0x5a11e5['version'],_0x100734['push'](_0xa3bcd0);};if(_0xbddeac!==undefined){for(const _0x6dde00 of _0xbddeac)_0x276f23(_0x6dde00);}for(const _0x63c50c of getRegistry())_0x276f23(_0x63c50c);for(const _0x26815d of detectFrameworks())_0x276f23(_0x26815d);return _0x100734;}const PVID_KEY='__dx_pvid',PVID_LENGTH=0xa,PVID_ALPHABET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';function generatePageVisitId(){let _0x130c25='';if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function'){const _0x31ac89=new Uint8Array(PVID_LENGTH);crypto['getRandomValues'](_0x31ac89);for(let _0x1b996b=0x0;_0x1b996b<PVID_LENGTH;_0x1b996b+=0x1){_0x130c25+=PVID_ALPHABET[_0x31ac89[_0x1b996b]%PVID_ALPHABET['length']];}return _0x130c25;}for(let _0x15ee8f=0x0;_0x15ee8f<PVID_LENGTH;_0x15ee8f+=0x1){_0x130c25+=PVID_ALPHABET[Math['floor'](Math['random']()*PVID_ALPHABET['length'])];}return _0x130c25;}function getPageVisitId(){if(typeof window==='undefined')return generatePageVisitId();const _0x590a3b=window,_0x37e6c7=_0x590a3b[PVID_KEY];if(typeof _0x37e6c7==='string'&&_0x37e6c7['length']>0x0)return _0x37e6c7;const _0x332f68=generatePageVisitId();return _0x590a3b[PVID_KEY]=_0x332f68,_0x332f68;}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x475e5c=Date['now']();if(cachedSessionId!==null&&_0x475e5c-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x475e5c,persistSession(cachedSessionId,_0x475e5c),cachedSessionId;const _0x36c40a=sessionStorage['getItem'](SESSION_KEY);if(_0x36c40a!==null)try{const _0x303aaf=JSON['parse'](_0x36c40a);if(_0x475e5c-_0x303aaf['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x303aaf['id'],lastActivity=_0x475e5c,persistSession(_0x303aaf['id'],_0x475e5c),_0x303aaf['id'];}catch{}const _0x14af8d=generateSessionId();return cachedSessionId=_0x14af8d,lastActivity=_0x475e5c,persistSession(_0x14af8d,_0x475e5c),_0x14af8d;}function persistSession(_0x32ce18,_0x4ac659){try{const _0x3901cb={};_0x3901cb['id']=_0x32ce18,_0x3901cb['ts']=_0x4ac659,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x3901cb));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0x868065=>{const _0x4f62c6=Math['random']()*0x10|0x0,_0x158398=_0x868065==='x'?_0x4f62c6:_0x4f62c6&0x3|0x8;return _0x158398['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(_0x3891f6){if(_0x3891f6['length']===0x0)return;if(/^[\d.]+$/['test'](_0x3891f6)||_0x3891f6['includes'](':'))return;if(!_0x3891f6['includes']('.'))return;const _0x1fdeb1=_0x3891f6['split']('.');for(let _0x3ee222=_0x1fdeb1['length']-0x2;_0x3ee222>=0x0;_0x3ee222--){const _0x25f331=_0x1fdeb1['slice'](_0x3ee222)['join']('.');if(_0x25f331===_0x3891f6)continue;yield _0x25f331;}}function buildCookieAttributes(_0x5f1aa4,_0x41aae2){const _0x4eefcd=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'',_0x2b4ab6=_0x5f1aa4!==null?';\x20domain='+_0x5f1aa4:'';return';\x20path=/'+_0x2b4ab6+';\x20'+_0x41aae2+';\x20samesite=lax'+_0x4eefcd;}function getCookie(){try{const _0x45177c=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x45177c?decodeURIComponent(_0x45177c[0x1]):null;}catch{return null;}}function writeCookieAtDomain(_0x5cdddf,_0x14744e){try{const _0x338ccd='max-age='+COOKIE_MAX_AGE_SECONDS;document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x5cdddf)+buildCookieAttributes(_0x14744e,_0x338ccd);}catch{}}function setCookie(_0x4a71f9){if(typeof document==='undefined'||typeof location==='undefined')return;for(const _0x887686 of walkDomains(location['hostname'])){writeCookieAtDomain(_0x4a71f9,_0x887686);if(getCookie()===_0x4a71f9)return;}writeCookieAtDomain(_0x4a71f9,null);}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x4baebf){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x4baebf);}catch{}}function openIdb(){return new Promise(_0x58f10f=>{try{const _0x2382ae=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x2382ae['onupgradeneeded']=()=>{const _0x3c84e4=_0x2382ae['result'];!_0x3c84e4['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x3c84e4['createObjectStore'](KEY_IDB_STORE);},_0x2382ae['onsuccess']=()=>{const _0x1d368b=_0x2382ae['result'];_0x1d368b['onversionchange']=()=>_0x1d368b['close'](),_0x58f10f(_0x1d368b);},_0x2382ae['onerror']=()=>_0x58f10f(null),_0x2382ae['onblocked']=()=>_0x58f10f(null);}catch{_0x58f10f(null);}});}function getIndexedDb(){return new Promise(_0x1bcb12=>{openIdb()['then'](_0x2274f3=>{if(_0x2274f3===null){_0x1bcb12(null);return;}let _0x2f5df8=![];const _0x3b4bbd=_0x45985a=>{if(_0x2f5df8)return;_0x2f5df8=!![],_0x2274f3['close'](),_0x1bcb12(_0x45985a);};try{const _0x568ac0=_0x2274f3['transaction'](KEY_IDB_STORE,'readonly'),_0x41936b=_0x568ac0['objectStore'](KEY_IDB_STORE),_0x324aad=_0x41936b['get'](KEY_IDB_KEY);_0x324aad['onsuccess']=()=>_0x3b4bbd(typeof _0x324aad['result']==='string'?_0x324aad['result']:null),_0x324aad['onerror']=()=>_0x3b4bbd(null),_0x568ac0['onabort']=()=>_0x3b4bbd(null);}catch{_0x3b4bbd(null);}})['catch'](()=>_0x1bcb12(null));});}function setIndexedDb(_0x4d3c13){openIdb()['then'](_0x6e364c=>{if(_0x6e364c===null)return;try{const _0x4b63fd=_0x6e364c['transaction'](KEY_IDB_STORE,'readwrite'),_0x3bc136=_0x4b63fd['objectStore'](KEY_IDB_STORE);_0x3bc136['put'](_0x4d3c13,KEY_IDB_KEY),_0x4b63fd['oncomplete']=()=>_0x6e364c['close'](),_0x4b63fd['onerror']=()=>_0x6e364c['close']();}catch{_0x6e364c['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x33594b=getCookie();if(_0x33594b!==null)return _0x33594b;const _0x3b6f30=getLocalStorage$1();if(_0x3b6f30!==null)return _0x3b6f30;return getIndexedDb();}function saveDeviceToken(_0x161d4c){setCookie(_0x161d4c),setLocalStorage(_0x161d4c),setIndexedDb(_0x161d4c);}class SentinelError extends Error{['code'];constructor(_0x1040c6,_0x30ab4b){super(_0x1040c6),this['name']='SentinelError',this['code']=_0x30ab4b,Object['setPrototypeOf'](this,new.target.prototype);}}function isSentinelError(_0x115bfe){if(_0x115bfe===null||typeof _0x115bfe!=='object')return![];const _0x18c290=_0x115bfe;return(_0x18c290['name']==='SentinelError'||_0x18c290['name']==='CspBlockError'||_0x18c290['name']==='FetchTimeoutError')&&typeof _0x18c290['code']==='string';}class CspBlockError extends SentinelError{['violation'];constructor(_0x4fe4bb,_0x50c0ab){super(_0x4fe4bb,'csp_block'),this['name']='CspBlockError',this['violation']=_0x50c0ab,Object['setPrototypeOf'](this,new.target.prototype);}}async function withCspDetection(_0x122237,_0x337710){if(typeof document==='undefined')return _0x337710();let _0x550cc2;try{_0x550cc2=new URL(_0x122237,typeof location!=='undefined'?location['href']:'http://localhost/');}catch{return _0x337710();}const _0x5078d7={};_0x5078d7['event']=null;const _0x21219a=_0x5078d7,_0xe7850=_0x550cc2['protocol']['slice'](0x0,-0x1),_0xfc4d5c=_0x5bd537=>{const _0x5e3f30=_0x5bd537,_0x515cd6=_0x5e3f30['blockedURI'];(_0x515cd6===_0x550cc2['href']||_0x515cd6===_0x550cc2['origin']||_0x515cd6===_0xe7850)&&(_0x21219a['event']=_0x5e3f30);};document['addEventListener']('securitypolicyviolation',_0xfc4d5c);try{return await _0x337710();}catch(_0x1f906c){if(_0x21219a['event']!==null)throw new CspBlockError('Request\x20to\x20'+_0x550cc2['href']+'\x20blocked\x20by\x20Content-Security-Policy',_0x21219a['event']);throw _0x1f906c;}finally{document['removeEventListener']('securitypolicyviolation',_0xfc4d5c);}}function visibilityAwareWait(_0x2e1ba0,_0x25df29){if(_0x25df29?.['aborted']===!![])return Promise['resolve']();if(typeof document==='undefined')return new Promise(_0x57e087=>{const _0x28cc75=setTimeout(_0x57e087,_0x2e1ba0),_0x2b879a={};_0x2b879a['once']=!![],_0x25df29?.['addEventListener']('abort',()=>{clearTimeout(_0x28cc75),_0x57e087();},_0x2b879a);});return new Promise(_0x3be603=>{let _0x2146b4=_0x2e1ba0,_0x1a5ad4=0x0,_0x23ac8c=null,_0x35c8ec=![];function _0x40de7d(){if(_0x23ac8c===null)return;clearTimeout(_0x23ac8c),_0x23ac8c=null,_0x2146b4-=Date['now']()-_0x1a5ad4;if(_0x2146b4<0x0)_0x2146b4=0x0;}function _0x35dfd1(){if(_0x35c8ec)return;_0x35c8ec=!![],document['removeEventListener']('visibilitychange',_0x4f248e);if(_0x25df29!==undefined)_0x25df29['removeEventListener']('abort',_0x3f3a6a);_0x23ac8c!==null&&(clearTimeout(_0x23ac8c),_0x23ac8c=null),_0x3be603();}function _0x436f9c(){if(_0x35c8ec||_0x23ac8c!==null)return;if(_0x2146b4<=0x0){_0x35dfd1();return;}_0x1a5ad4=Date['now'](),_0x23ac8c=setTimeout(_0x35dfd1,_0x2146b4);}function _0x4f248e(){document['hidden']?_0x40de7d():_0x436f9c();}function _0x3f3a6a(){_0x35dfd1();}document['addEventListener']('visibilitychange',_0x4f248e);const _0x21b8c8={};_0x21b8c8['once']=!![];if(_0x25df29!==undefined)_0x25df29['addEventListener']('abort',_0x3f3a6a,_0x21b8c8);!document['hidden']&&_0x436f9c();});}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710,DEFAULT_TIMEOUT=0x7530;class FetchTimeoutError extends SentinelError{['timeoutMs'];constructor(_0x270576){super('fetch\x20did\x20not\x20complete\x20within\x20'+_0x270576+'ms','client_timeout'),this['name']='FetchTimeoutError',this['timeoutMs']=_0x270576,Object['setPrototypeOf'](this,new.target.prototype);}}async function fetchWithRetry(_0x17ed44,_0x1847c7,_0x40578f){const _0x17083f=_0x40578f?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x4ee702=_0x40578f?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x338c6d=_0x40578f?.['maxDelayMs']??DEFAULT_MAX_DELAY,_0x3c6cb7=_0x40578f?.['timeoutMs']??DEFAULT_TIMEOUT;for(let _0x50f160=0x0;_0x50f160<=_0x17083f;_0x50f160++){let _0x3f577c,_0x930c34,_0x2afbf5,_0x4fafea;const _0x16a820=_0x1847c7?.['signal'];try{_0x2afbf5=new AbortController();if(_0x16a820!==undefined&&_0x16a820!==null){if(_0x16a820['aborted'])_0x2afbf5['abort'](_0x16a820['reason']);else{const _0x44c8f4=_0x2afbf5;_0x4fafea=()=>_0x44c8f4['abort'](_0x16a820['reason']);const _0x137c25={};_0x137c25['once']=!![],_0x16a820['addEventListener']('abort',_0x4fafea,_0x137c25);}}_0x930c34=setTimeout(()=>{_0x3f577c=Date['now'](),_0x2afbf5?.['abort']();},_0x3c6cb7);const _0x5211ba={..._0x1847c7};_0x5211ba['signal']=_0x2afbf5['signal'];const _0x143d10=await fetch(_0x17ed44,_0x5211ba);clearTimeout(_0x930c34);_0x4fafea!==undefined&&_0x16a820!==undefined&&_0x16a820!==null&&_0x16a820['removeEventListener']('abort',_0x4fafea);if(_0x143d10['ok']||_0x143d10['status']<0x1f4&&_0x143d10['status']!==0x1ad)return _0x143d10;if((_0x143d10['status']===0x1ad||_0x143d10['status']>=0x1f4)&&_0x50f160<_0x17083f){const _0x46b155=parseRetryAfter(_0x143d10['headers']['get']('Retry-After'));await visibilityAwareWait(_0x46b155??computeBackoff(_0x50f160,_0x4ee702,_0x338c6d),_0x16a820??undefined);continue;}return _0x143d10;}catch(_0x314394){clearTimeout(_0x930c34);_0x4fafea!==undefined&&_0x16a820!==undefined&&_0x16a820!==null&&_0x16a820['removeEventListener']('abort',_0x4fafea);const _0x200461=_0x16a820?.['aborted']===!![];if(_0x200461)throw _0x314394;if(_0x50f160>=_0x17083f){if(_0x3f577c!==undefined)throw new FetchTimeoutError(_0x3c6cb7);throw _0x314394;}await visibilityAwareWait(computeBackoff(_0x50f160,_0x4ee702,_0x338c6d),_0x16a820??undefined);}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x3a1509,_0x5f5ae0,_0x38c9bc){const _0x47dec1=Math['min'](_0x38c9bc,_0x5f5ae0*0x2**_0x3a1509);return _0x47dec1*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x408496){if(_0x408496===null)return null;const _0x298c5f=Number(_0x408496);if(!Number['isNaN'](_0x298c5f)&&_0x298c5f>0x0)return _0x298c5f*0x3e8;const _0x1603de=Date['parse'](_0x408496);if(!Number['isNaN'](_0x1603de))return Math['max'](0x0,_0x1603de-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(_0x3309fc){try{const _0x11563b=new URL(_0x3309fc),_0x48c24b=[];for(const [_0x59ae83]of _0x11563b['searchParams']){const _0x58cfff=_0x59ae83['toLowerCase']();SENSITIVE_PARAMS['some'](_0x3d9af3=>_0x58cfff['includes'](_0x3d9af3))&&_0x48c24b['push'](_0x59ae83);}for(const _0xdd23d6 of _0x48c24b){_0x11563b['searchParams']['set'](_0xdd23d6,'[REDACTED]');}return _0x11563b['hash']='',_0x11563b['toString']();}catch{return _0x3309fc;}}function fnv1aBytes(_0x2a7bac){let _0x28e00c=0x811c9dc5;for(let _0xc1c6e3=0x0;_0xc1c6e3<_0x2a7bac['length'];_0xc1c6e3++){_0x28e00c^=_0x2a7bac[_0xc1c6e3],_0x28e00c=Math['imul'](_0x28e00c,0x1000193);}return _0x28e00c>>>0x0;}const SUFFIX_MIN_LEN=0x8,SUFFIX_MAX_LEN=0x16,CHUNK_MIN_LEN=0x3,CHUNK_MAX_LEN=0x6;function hash16(_0x22e394){const _0x984b0d=new TextEncoder()['encode'](_0x22e394),_0x1192b7=new Uint8Array(0x10);for(let _0x3c5239=0x0;_0x3c5239<0x4;_0x3c5239+=0x1){const _0x3b976f=new Uint8Array(_0x984b0d['length']+0x1);_0x3b976f[0x0]=0x55+_0x3c5239*0x37,_0x3b976f['set'](_0x984b0d,0x1);const _0x1ca71d=fnv1aBytes(_0x3b976f);_0x1192b7[_0x3c5239*0x4]=_0x1ca71d>>>0x18&0xff,_0x1192b7[_0x3c5239*0x4+0x1]=_0x1ca71d>>>0x10&0xff,_0x1192b7[_0x3c5239*0x4+0x2]=_0x1ca71d>>>0x8&0xff,_0x1192b7[_0x3c5239*0x4+0x3]=_0x1ca71d&0xff;}return _0x1192b7;}function toBase64Url$1(_0x5ac8ae){let _0x31b7ea='';for(let _0xbbb27b=0x0;_0xbbb27b<_0x5ac8ae['length'];_0xbbb27b+=0x1){_0x31b7ea+=String['fromCharCode'](_0x5ac8ae[_0xbbb27b]);}return btoa(_0x31b7ea)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function mapByteToRange(_0x22e914,_0x530a7e,_0x43f510){return _0x530a7e+Math['floor']((_0x22e914&0xff)*(_0x43f510-_0x530a7e+0x1)/0x100);}function chunkBySlash(_0x2a6109,_0x345207){let _0x17908f=0x0,_0x28b0a4='';while(_0x17908f<_0x2a6109['length']){const _0x429f09=mapByteToRange(_0x345207[_0x17908f&0xf],CHUNK_MIN_LEN,CHUNK_MAX_LEN),_0xb6f202=Math['min'](_0x2a6109['length'],_0x17908f+_0x429f09);if(_0x28b0a4['length']>0x0)_0x28b0a4+='/';_0x28b0a4+=_0x2a6109['slice'](_0x17908f,_0xb6f202),_0x17908f=_0xb6f202;}return _0x28b0a4;}function buildEndpointSuffix(_0x43479c,_0x39348c){const _0x5e0c12=_0x39348c!==undefined&&_0x39348c['length']>0x0?_0x43479c+'\x00'+_0x39348c:_0x43479c,_0x1788e2=hash16(_0x5e0c12),_0x3b363f=mapByteToRange(_0x1788e2[0xf],SUFFIX_MIN_LEN,SUFFIX_MAX_LEN),_0x3cec68=toBase64Url$1(_0x1788e2)['slice'](0x0,_0x3b363f),_0xc4ca67=fnv1aBytes(new TextEncoder()['encode'](_0x3cec68)),_0x1108b7=toBase64Url$1(new Uint8Array([_0xc4ca67>>>0x18&0xff,_0xc4ca67>>>0x10&0xff]))['slice'](0x0,0x2);return chunkBySlash(_0x3cec68+_0x1108b7,_0x1788e2);}function randomizeEndpoint(_0x53432c,_0x4f18da={}){const _0x42a60a=_0x4f18da['replacePath']??!![];let _0x1ccb70;try{_0x1ccb70=new URL(_0x53432c);}catch{return _0x53432c;}const _0x1d4910=buildEndpointSuffix(_0x53432c,_0x4f18da['nonce']);if(_0x42a60a)_0x1ccb70['pathname']='/'+_0x1d4910;else{let _0x257311=_0x1ccb70['pathname'];if(!_0x257311['endsWith']('/'))_0x257311+='/';_0x257311+=_0x1d4910,_0x1ccb70['pathname']=_0x257311;}return _0x1ccb70['toString']();}function toBase64Url(_0x3d0571){let _0x1861af='';for(let _0x2a4a01=0x0;_0x2a4a01<_0x3d0571['length'];_0x2a4a01++){_0x1861af+=String['fromCharCode'](_0x3d0571[_0x2a4a01]);}return btoa(_0x1861af)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function fromBase64Url(_0x48fce6){const _0x5a24b8=_0x48fce6['replace'](/-/g,'+')['replace'](/_/g,'/'),_0x38fd71=_0x5a24b8+'='['repeat']((0x4-_0x5a24b8['length']%0x4)%0x4),_0x20222b=atob(_0x38fd71),_0xb04cd8=new Uint8Array(_0x20222b['length']);for(let _0xc362bc=0x0;_0xc362bc<_0x20222b['length'];_0xc362bc++){_0xb04cd8[_0xc362bc]=_0x20222b['charCodeAt'](_0xc362bc);}return _0xb04cd8;}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x1c5a60){if(!isCompressionSupported())return _0x1c5a60;const _0x3a2417=new Blob([_0x1c5a60])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x59105e=await new Response(_0x3a2417)['arrayBuffer']();return new Uint8Array(_0x59105e);}function isDecompressionSupported(){return typeof DecompressionStream!=='undefined';}async function decompressPayload(_0x3a5996){if(!isDecompressionSupported())return _0x3a5996;const _0x4ea77f=new Blob([_0x3a5996])['stream']()['pipeThrough'](new DecompressionStream('deflate-raw')),_0x1b8de3=await new Response(_0x4ea77f)['arrayBuffer']();return new Uint8Array(_0x1b8de3);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x5aab11){const _0x25359e=new Uint8Array(_0x5aab11);try{if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function')return crypto['getRandomValues'](_0x25359e),_0x25359e;}catch{}for(let _0x225782=0x0;_0x225782<_0x5aab11;_0x225782++){_0x25359e[_0x225782]=Math['random']()*0x100&0xff;}return _0x25359e;}function createXorEnvelope(_0x281053){const _0x27bec9=getRandomBytes(0x1)[0x0],_0x8c634a=Math['floor'](Math['random']()*MAX_PADDING),_0x69f10f=getRandomBytes(_0x8c634a),_0x7f05b2=getRandomBytes(KEY_LENGTH),_0x48e997=0x1+0x2+0x1+_0x8c634a+KEY_LENGTH,_0x4d481d=new Uint8Array(_0x48e997+_0x281053['length']);let _0x46da1d=0x0;_0x4d481d[_0x46da1d++]=_0x27bec9,_0x4d481d[_0x46da1d++]=MARKER_1+_0x27bec9&0xff,_0x4d481d[_0x46da1d++]=MARKER_2+_0x27bec9&0xff,_0x4d481d[_0x46da1d++]=_0x8c634a+_0x27bec9&0xff,_0x4d481d['set'](_0x69f10f,_0x46da1d),_0x46da1d+=_0x8c634a,_0x4d481d['set'](_0x7f05b2,_0x46da1d),_0x46da1d+=KEY_LENGTH;for(let _0x3b83a4=0x0;_0x3b83a4<_0x281053['length'];_0x3b83a4++){_0x4d481d[_0x46da1d+_0x3b83a4]=_0x281053[_0x3b83a4]^_0x7f05b2[_0x3b83a4%KEY_LENGTH];}return _0x4d481d;}async function encodePayload(_0x31c7f9){const _0x17d82e=new TextEncoder()['encode'](_0x31c7f9),_0x17f2a9=isCompressionSupported(),_0x4716ef=_0x17f2a9?await compressPayload(_0x17d82e):_0x17d82e,_0x48c1ef=createXorEnvelope(_0x4716ef),_0x53fe0b={};_0x53fe0b['v']=0x1,_0x53fe0b['c']=_0x17f2a9;const _0x519e6e=JSON['stringify'](_0x53fe0b),_0x5c9769=new TextEncoder()['encode'](_0x519e6e);return toBase64Url(_0x5c9769)+':'+toBase64Url(_0x48c1ef);}function decodeXorEnvelope(_0x423a4d){if(_0x423a4d['length']<0x1+0x2+0x1+KEY_LENGTH)throw new Error('xor-envelope:\x20buffer\x20too\x20short\x20to\x20contain\x20a\x20valid\x20envelope');const _0x1950a1=_0x423a4d[0x0],_0x30ec16=_0x423a4d[0x1]-_0x1950a1&0xff,_0x53df06=_0x423a4d[0x2]-_0x1950a1&0xff;if(_0x30ec16!==MARKER_1||_0x53df06!==MARKER_2)throw new Error('xor-envelope:\x20marker\x20mismatch\x20—\x20not\x20a\x20valid\x20envelope');const _0x49f9fb=_0x423a4d[0x3]-_0x1950a1&0xff,_0x1b9627=0x1+0x2+0x1+_0x49f9fb+KEY_LENGTH;if(_0x423a4d['length']<_0x1b9627)throw new Error('xor-envelope:\x20declared\x20padding/key\x20extends\x20past\x20buffer');const _0xb8b8ec=_0x423a4d['subarray'](0x4+_0x49f9fb,0x4+_0x49f9fb+KEY_LENGTH),_0x2ad335=_0x1b9627,_0x33ede3=_0x423a4d['subarray'](_0x2ad335),_0x167645=new Uint8Array(_0x33ede3['length']);for(let _0x5c010f=0x0;_0x5c010f<_0x33ede3['length'];_0x5c010f+=0x1){_0x167645[_0x5c010f]=_0x33ede3[_0x5c010f]^_0xb8b8ec[_0x5c010f%KEY_LENGTH];}return _0x167645;}async function decodePayload(_0x153bf3){const _0x448c64=_0x153bf3['indexOf'](':');if(_0x448c64===-0x1)throw new Error('decodePayload:\x20missing\x20\x22:\x22\x20separator\x20between\x20metadata\x20and\x20envelope');const _0x1c5e94=_0x153bf3['slice'](0x0,_0x448c64),_0x44ae2b=_0x153bf3['slice'](_0x448c64+0x1);let _0x6ff5f2;try{const _0x27a4b3=fromBase64Url(_0x1c5e94),_0x20c18a=new TextDecoder()['decode'](_0x27a4b3);_0x6ff5f2=JSON['parse'](_0x20c18a);}catch(_0x51103e){throw new Error('decodePayload:\x20failed\x20to\x20parse\x20metadata\x20segment\x20('+String(_0x51103e)+')');}if(_0x6ff5f2['v']!==0x1)throw new Error('decodePayload:\x20unsupported\x20envelope\x20version\x20'+String(_0x6ff5f2['v']));const _0x2e8c6d=fromBase64Url(_0x44ae2b),_0x2faad9=decodeXorEnvelope(_0x2e8c6d),_0x5b8287=_0x6ff5f2['c']===!![]?await decompressPayload(_0x2faad9):_0x2faad9;return new TextDecoder()['decode'](_0x5b8287);}let chainTail=Promise['resolve']();async function capture(_0x36f206,_0x11fe98,_0x3ee9cc){const _0x5664d7=chainTail;let _0x3285cb=()=>undefined;const _0x11aae4=new Promise(_0x42fc01=>{_0x3285cb=_0x42fc01;});chainTail=_0x5664d7['then'](()=>_0x11aae4);try{await _0x5664d7;}catch{}try{return await doCapture(_0x36f206,_0x11fe98,_0x3ee9cc);}finally{_0x3285cb();}}async function doCapture(_0x4ea30a,_0x4ce2c6,_0x4d9416){const {components:_0x39c5c0,version:_0x1c57c2}=await _0x4ea30a['get'](),_0x4230f5=await loadDeviceToken()??undefined,_0xc4154b=_0x4ce2c6['replay']!==undefined?_0x4ce2c6['replay']['list']():undefined,_0x4ae53c=_0x4ce2c6['urlPrivacy']==='minimal',_0x4af0c8=_0x49090e=>{if(!_0x4ae53c)return sanitizeUrl(_0x49090e);try{return new URL(_0x49090e)['origin'];}catch{return'';}},_0x31b08a=typeof document!=='undefined'&&document['referrer']?document['referrer']:'',_0x3ee04f=typeof document!=='undefined'?document['title']:'',_0x1655b9={'components':_0x39c5c0,'version':_0x1c57c2,'token':_0x4230f5,'linkedId':_0x4d9416?.['linkedId'],'tag':_0x4d9416?.['tag'],'custom':_0x4d9416?.['custom'],'url':typeof location!=='undefined'?_0x4af0c8(location['href']):undefined,'referrer':_0x31b08a!==''?_0x4af0c8(_0x31b08a):undefined,'pageTitle':_0x4ae53c?undefined:_0x3ee04f||undefined,'sessionId':getSessionId(),'pageVisitId':getPageVisitId(),'previousRequestIds':_0xc4154b,'clientTimestamp':Date['now'](),'integrationInfo':((()=>{const _0x4505d0=collectIntegrations(_0x4ce2c6['integrationInfo']);return _0x4505d0['length']>0x0?_0x4505d0:undefined;})())},_0x30ee2b=await encodePayload(JSON['stringify'](_0x1655b9)),_0x1af945=_0x4ce2c6['randomizeStrategy']!==undefined&&_0x4ce2c6['randomizeStrategy']!=='off'?randomizeEndpoint(_0x4ce2c6['endpoint'],{'replacePath':_0x4ce2c6['randomizeStrategy']==='replace','nonce':typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function'?crypto['randomUUID']():Date['now']()+'-'+Math['random']()}):_0x4ce2c6['endpoint'],_0x4445ec={};_0x4445ec['Content-Type']='text/plain',_0x4445ec['X-API-Key']=_0x4ce2c6['apiKey'];const _0x26aa86={};_0x26aa86['method']='POST',_0x26aa86['headers']=_0x4445ec,_0x26aa86['credentials']='include',_0x26aa86['body']=_0x30ee2b,_0x26aa86['signal']=_0x4d9416?.['signal'];const _0x10f6d8=await withCspDetection(_0x1af945,()=>fetchWithRetry(_0x1af945,_0x26aa86,_0x4ce2c6['retry']));if(!_0x10f6d8['ok']){let _0x591187;try{const _0x1148f1=await _0x10f6d8['json']();_0x591187=_0x1148f1['error']??'HTTP\x20'+_0x10f6d8['status'];}catch{_0x591187='HTTP\x20'+_0x10f6d8['status'];}throw new Error('Endpoint\x20error:\x20'+_0x591187);}const _0x5ae255=await _0x10f6d8['json']();return _0x5ae255['token']&&saveDeviceToken(_0x5ae255['token']),_0x4ce2c6['replay']!==undefined&&typeof _0x5ae255['requestId']==='string'&&_0x5ae255['requestId']['length']>0x0&&_0x4ce2c6['replay']['record'](_0x5ae255['requestId']),_0x5ae255;}function wait(_0x39b928,_0x4d4955){return new Promise(_0x31250d=>setTimeout(_0x31250d,_0x39b928,_0x4d4955));}function releaseEventLoop(){return new Promise(_0x552438=>{const _0x4109e3=new MessageChannel();_0x4109e3['port1']['onmessage']=()=>_0x552438(),_0x4109e3['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x35a5fb,_0x19ca2e=Infinity){const {requestIdleCallback:_0x4c69ca}=window;if(typeof _0x4c69ca==='function'){const _0xbac5f1={};return _0xbac5f1['timeout']=_0x19ca2e,new Promise(_0x58e500=>_0x4c69ca['call'](window,()=>_0x58e500(),_0xbac5f1));}return wait(Math['min'](_0x35a5fb,_0x19ca2e));}function isPromise(_0x4c0c48){return _0x4c0c48!==null&&_0x4c0c48!==undefined&&typeof _0x4c0c48['then']==='function';}function awaitIfAsync(_0x1487e9,_0x3c4b31){try{const _0x24cc7d=_0x1487e9();isPromise(_0x24cc7d)?_0x24cc7d['then'](_0x1bae29=>_0x3c4b31(!![],_0x1bae29),_0x41c15d=>_0x3c4b31(![],_0x41c15d)):_0x3c4b31(!![],_0x24cc7d);}catch(_0x3852b4){_0x3c4b31(![],_0x3852b4);}}async function mapWithBreaks(_0x51a9f1,_0x11f2a4,_0x1d373c=0x10){const _0x2c56ed=Array(_0x51a9f1['length']);let _0x2ce9e8=Date['now']();for(let _0x4e58dc=0x0;_0x4e58dc<_0x51a9f1['length'];++_0x4e58dc){_0x2c56ed[_0x4e58dc]=_0x11f2a4(_0x51a9f1[_0x4e58dc],_0x4e58dc);const _0x5d85b2=Date['now']();_0x5d85b2>=_0x2ce9e8+_0x1d373c&&(_0x2ce9e8=_0x5d85b2,await releaseEventLoop());}return _0x2c56ed;}function withTimeout(_0x29010b,_0x2a71b8,_0x197d76){return new Promise(_0x3a00d9=>{let _0x1c6dde=![];const _0x4084d8=setTimeout(()=>{!_0x1c6dde&&(_0x1c6dde=!![],_0x3a00d9(_0x197d76));},_0x2a71b8);_0x29010b['then'](_0x170d96=>{!_0x1c6dde&&(_0x1c6dde=!![],clearTimeout(_0x4084d8),_0x3a00d9(_0x170d96));},()=>{!_0x1c6dde&&(_0x1c6dde=!![],clearTimeout(_0x4084d8),_0x3a00d9(_0x197d76));});});}function withTimeoutReject(_0x2fc37c,_0x1a23cf,_0x26a14c){return new Promise((_0x1e95ac,_0x55ae10)=>{let _0x156c60=![];const _0xd79a94=setTimeout(()=>{!_0x156c60&&(_0x156c60=!![],_0x55ae10(_0x26a14c()));},_0x1a23cf);_0x2fc37c['then'](_0x5a9001=>{!_0x156c60&&(_0x156c60=!![],clearTimeout(_0xd79a94),_0x1e95ac(_0x5a9001));},_0x43031f=>{!_0x156c60&&(_0x156c60=!![],clearTimeout(_0xd79a94),_0x55ae10(_0x43031f instanceof Error?_0x43031f:new Error(String(_0x43031f))));});});}function suppressUnhandledRejectionWarning(_0xf2b819){return _0xf2b819['then'](undefined,()=>undefined),_0xf2b819;}function includes(_0x17612b,_0x5d8c89){for(let _0x1325c7=0x0,_0x4554a8=_0x17612b['length'];_0x1325c7<_0x4554a8;++_0x1325c7){if(_0x17612b[_0x1325c7]===_0x5d8c89)return!![];}return![];}function excludes(_0x5d75b5,_0x2614a9){return!includes(_0x5d75b5,_0x2614a9);}function toInt(_0x5f3c90){return parseInt(_0x5f3c90,0xa);}function toFloat(_0x2afae7){return parseFloat(_0x2afae7);}function replaceNaN(_0x168cf3,_0x20a632){return typeof _0x168cf3==='number'&&isNaN(_0x168cf3)?_0x20a632:_0x168cf3;}function countTruthy(_0x587441){return _0x587441['reduce']((_0x1b6f91,_0x5cf5b1)=>_0x1b6f91+(Boolean(_0x5cf5b1)?0x1:0x0),0x0);}function round$1(_0xd02d95,_0x18f566=0x1){if(Math['abs'](_0x18f566)>=0x1)return Math['round'](_0xd02d95/_0x18f566)*_0x18f566;const _0x19e013=0x1/_0x18f566;return Math['round'](_0xd02d95*_0x19e013)/_0x19e013;}function parseSimpleCssSelector(_0x56a469){const _0x53d1f1='Unexpected\x20syntax\x20\x27'+_0x56a469+'\x27',_0x8882f3=/^\s*([a-z-]*)(.*)$/i['exec'](_0x56a469),_0x38d434=_0x8882f3[0x1]||undefined,_0x2138d8={},_0xdae2dc=/([.:#][\w-]+|\[.+?\])/gi,_0x272ed9=(_0x594f29,_0x2e8313)=>{!(_0x594f29 in _0x2138d8)&&(_0x2138d8[_0x594f29]=[]),_0x2138d8[_0x594f29]['push'](_0x2e8313);};for(;;){const _0x18a306=_0xdae2dc['exec'](_0x8882f3[0x2]);if(!_0x18a306)break;const _0x55ecf6=_0x18a306[0x0];switch(_0x55ecf6[0x0]){case'.':_0x272ed9('class',_0x55ecf6['slice'](0x1));break;case'#':_0x272ed9('id',_0x55ecf6['slice'](0x1));break;case'[':{const _0x28e6b1=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/['exec'](_0x55ecf6);if(_0x28e6b1)_0x272ed9(_0x28e6b1[0x1],_0x28e6b1[0x4]??_0x28e6b1[0x5]??'');else throw new Error(_0x53d1f1);break;}default:throw new Error(_0x53d1f1);}}return[_0x38d434,_0x2138d8];}function getUTF8Bytes(_0x2edbf5){const _0x28558c=new Uint8Array(_0x2edbf5['length']);for(let _0x1cf010=0x0;_0x1cf010<_0x2edbf5['length'];_0x1cf010++){const _0x178daa=_0x2edbf5['charCodeAt'](_0x1cf010);if(_0x178daa>0x7f)return new TextEncoder()['encode'](_0x2edbf5);_0x28558c[_0x1cf010]=_0x178daa;}return _0x28558c;}function isFinalResultLoaded(_0x15782f){return typeof _0x15782f!=='function';}function loadSource(_0x204e6f,_0x15d5ea){const _0x2347df=suppressUnhandledRejectionWarning(new Promise(_0x1adc31=>{awaitIfAsync(_0x204e6f['bind'](null,_0x15d5ea),(..._0xe3e17d)=>{if(!_0xe3e17d[0x0])return _0x1adc31(()=>({'error':_0xe3e17d[0x1]}));const _0x13400c=_0xe3e17d[0x1];if(isFinalResultLoaded(_0x13400c))return _0x1adc31(()=>({'value':_0x13400c}));_0x1adc31(()=>new Promise(_0x3e3e77=>{awaitIfAsync(_0x13400c,(..._0x149d3c)=>{if(!_0x149d3c[0x0]){const _0x452886={};return _0x452886['error']=_0x149d3c[0x1],_0x3e3e77(_0x452886);}const _0x464b84={};_0x464b84['value']=_0x149d3c[0x1],_0x3e3e77(_0x464b84);});}));});}));return function _0x17d384(){return _0x2347df['then'](_0xeea96e=>_0xeea96e());};}const COLLECTOR_HARD_TIMEOUT_MS=0x2710;function timeoutComponent(){return{'error':new Error('collector\x20timed\x20out'),'status':-0x2};}function loadSources(_0x5313f5,_0x36eef0,_0x1db76c,_0x423729){const _0x4f71b9=Object['keys'](_0x5313f5)['filter'](_0x33d5c5=>excludes(_0x1db76c,_0x33d5c5)),_0x8925cb=suppressUnhandledRejectionWarning(mapWithBreaks(_0x4f71b9,_0x3a0ae6=>loadSource(_0x5313f5[_0x3a0ae6],_0x36eef0),_0x423729));return async function _0x6da204(){const _0x3dec0f=await _0x8925cb,_0x4dfc56=await mapWithBreaks(_0x3dec0f,_0x89322c=>suppressUnhandledRejectionWarning(withTimeout(_0x89322c(),COLLECTOR_HARD_TIMEOUT_MS,timeoutComponent())),_0x423729),_0x4a6d86=await Promise['all'](_0x4dfc56),_0x33b307={};for(let _0xea4fbe=0x0;_0xea4fbe<_0x4f71b9['length'];++_0xea4fbe){_0x33b307[_0x4f71b9[_0xea4fbe]]=_0x4a6d86[_0xea4fbe];}return _0x33b307;};}function getAutomationDescriptor(){try{const _0x126262=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x22f676=_0x126262!==undefined;let _0x1c7ccf=null;_0x126262&&(_0x1c7ccf=_0x126262['configurable']??null);let _0x2e1eb7=![],_0xf9a3c8=null;try{const _0x155cb0=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x155cb0&&(_0x2e1eb7=typeof _0x155cb0['get']==='function',_0xf9a3c8=_0x155cb0['configurable']??null);}catch{}const _0x411d48={};return _0x411d48['hasOwnWebdriver']=_0x22f676,_0x411d48['ownConfigurable']=_0x1c7ccf,_0x411d48['prototypeHasGetter']=_0x2e1eb7,_0x411d48['prototypeConfigurable']=_0xf9a3c8,_0x411d48;}catch{const _0x43d633={};return _0x43d633['hasOwnWebdriver']=![],_0x43d633['ownConfigurable']=null,_0x43d633['prototypeHasGetter']=![],_0x43d633['prototypeConfigurable']=null,_0x43d633;}}function getCdpDetection(){try{const _0x154dc1=Error,_0x97c23c=_0x154dc1['prepareStackTrace'];let _0x3c40d1=![];Object['defineProperty'](_0x154dc1,'prepareStackTrace',{'get'(){return _0x3c40d1=!![],_0x97c23c;},'set'(_0xbdcf89){const _0x2f0659={};_0x2f0659['value']=_0xbdcf89,_0x2f0659['writable']=!![],_0x2f0659['configurable']=!![],Object['defineProperty'](_0x154dc1,'prepareStackTrace',_0x2f0659);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0xe426e5={};_0xe426e5['value']=_0x97c23c,_0xe426e5['writable']=!![],_0xe426e5['configurable']=!![],Object['defineProperty'](_0x154dc1,'prepareStackTrace',_0xe426e5);}catch{}return _0x3c40d1;}catch{return![];}}function getChromeRuntime(){try{const _0x5e4db6=window,_0x1535a9=_0x5e4db6['chrome'];if(!_0x1535a9||typeof _0x1535a9!=='object'){const _0x5be45c={};return _0x5be45c['hasChrome']=![],_0x5be45c['hasRuntime']=![],_0x5be45c['hasPlatformOs']=![],_0x5be45c['hasConnect']=![],_0x5be45c['connectNative']=![],_0x5be45c['hasApp']=![],_0x5be45c['appIsInstalled']=null,_0x5be45c['hasCsi']=![],_0x5be45c['hasLoadTimes']=![],_0x5be45c['runtimeKeyCount']=0x0,_0x5be45c;}const _0x4865c7=_0x1535a9['runtime'],_0x50f70a=_0x4865c7!==undefined&&_0x4865c7!==null;let _0x4f50e3=![],_0x23ecf1=![],_0x2ff585=![],_0x12e0ec=0x0;if(_0x50f70a&&typeof _0x4865c7==='object'){_0x4f50e3='PlatformOs'in _0x4865c7||'PlatformArch'in _0x4865c7,_0x23ecf1=typeof _0x4865c7['connect']==='function';if(_0x23ecf1)try{_0x2ff585=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x4865c7['connect']));}catch{_0x2ff585=![];}try{_0x12e0ec=Object['getOwnPropertyNames'](_0x4865c7)['length'];}catch{_0x12e0ec=0x0;}}const _0x29f624=_0x1535a9['app'],_0x3407f4=_0x29f624!==undefined&&_0x29f624!==null;let _0x3e7795=null;_0x3407f4&&typeof _0x29f624==='object'&&(_0x3e7795=_0x29f624['isInstalled']===!![]);const _0x19cf89=typeof _0x1535a9['csi']==='function',_0xc6ace6=typeof _0x1535a9['loadTimes']==='function',_0x3df6fb={};return _0x3df6fb['hasChrome']=!![],_0x3df6fb['hasRuntime']=_0x50f70a,_0x3df6fb['hasPlatformOs']=_0x4f50e3,_0x3df6fb['hasConnect']=_0x23ecf1,_0x3df6fb['connectNative']=_0x2ff585,_0x3df6fb['hasApp']=_0x3407f4,_0x3df6fb['appIsInstalled']=_0x3e7795,_0x3df6fb['hasCsi']=_0x19cf89,_0x3df6fb['hasLoadTimes']=_0xc6ace6,_0x3df6fb['runtimeKeyCount']=_0x12e0ec,_0x3df6fb;}catch{return null;}}function errorToObject(_0x346d24){return{'name':_0x346d24['name'],'message':_0x346d24['message'],'stack':_0x346d24['stack']?.['split']('\x0a'),..._0x346d24};}function isFunctionNative(_0x16f9f5){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x16f9f5));}function isTrident(){const _0x28e5d3=window,_0x4904f7=navigator;return countTruthy(['MSCSSMatrix'in _0x28e5d3,'msSetImmediate'in _0x28e5d3,'msIndexedDB'in _0x28e5d3,'msMaxTouchPoints'in _0x4904f7,'msPointerEnabled'in _0x4904f7])>=0x4;}function isEdgeHTML(){const _0x1042c9=window,_0x1de311=navigator;return countTruthy(['msWriteProfilerMark'in _0x1042c9,'MSStream'in _0x1042c9,'msLaunchUri'in _0x1de311,'msSaveBlob'in _0x1de311])>=0x3&&!isTrident();}function isChromium(){const _0x2cea7a=window,_0x15d5d7=navigator;return countTruthy(['webkitPersistentStorage'in _0x15d5d7,'webkitTemporaryStorage'in _0x15d5d7,(_0x15d5d7['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x2cea7a,'BatteryManager'in _0x2cea7a,'webkitMediaStream'in _0x2cea7a,'webkitSpeechGrammar'in _0x2cea7a])>=0x5;}function isWebKit(){const _0x1dfc4e=window,_0x55c8bf=navigator;return countTruthy(['ApplePayError'in _0x1dfc4e,'CSSPrimitiveValue'in _0x1dfc4e,'Counter'in _0x1dfc4e,_0x55c8bf['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x1dfc4e,'WebKitMediaKeys'in _0x1dfc4e])>=0x4;}function isDesktopWebKit(){const _0x4d9657=window;return countTruthy(['safari'in _0x4d9657,!('ongestureend'in _0x4d9657),!('TouchEvent'in _0x4d9657),!('orientation'in _0x4d9657),!('autocapitalize'in _0x4d9657['HTMLElement']['prototype']),'pointerLockElement'in _0x4d9657['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x327cef=window;return isFunctionNative(_0x327cef['print'])&&String(_0x327cef['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x295efe=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x295efe,'mozInnerScreenX'in _0x295efe,'CSSMozDocumentRule'in _0x295efe,'CanvasCaptureMediaStream'in _0x295efe])>=0x4;}function isGecko120OrNewer(){const _0x47893b=window,_0x11de98=navigator,{CSS:_0x419ea6}=_0x47893b;return countTruthy(['userActivation'in _0x11de98,_0x419ea6['supports']('color','light-dark(#000,\x20#fff)'),_0x419ea6['supports']('height','1lh'),'globalPrivacyControl'in _0x11de98])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x5a5717}=window;return countTruthy([_0x5a5717['supports']('selector(::details-content)'),_0x5a5717['supports']('selector(::before::marker)'),_0x5a5717['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x5df143=window;return countTruthy([!('MediaSettingsRange'in _0x5df143),'RTCEncodedAudioFrame'in _0x5df143,''+_0x5df143['Intl']==='[object\x20Intl]',''+_0x5df143['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x518f33=window,{URLPattern:_0x434588}=_0x518f33;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x518f33,_0x434588&&'hasRegExpGroups'in _0x434588['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x2f1049=window;return countTruthy(['DOMRectList'in _0x2f1049,'RTCPeerConnectionIceEvent'in _0x2f1049,'SVGGeometryElement'in _0x2f1049,'ontransitioncancel'in _0x2f1049])>=0x3;}function isWebKit616OrNewer(){const _0x4ea5e8=window,_0x161331=navigator,{CSS:_0x2c04a6,HTMLButtonElement:_0x4d8ec3}=_0x4ea5e8;return countTruthy([!('getStorageUpdates'in _0x161331),'popover'in _0x4d8ec3['prototype'],'CSSCounterStyleRule'in _0x4ea5e8,_0x2c04a6['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x2c04a6['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x20eede=screen,_0x2fc2f5=_0x20eede['width']/_0x20eede['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x2fc2f5>0.65&&_0x2fc2f5<1.53])>=0x2;}function getFullscreenElement(){const _0x4c56f5=document;return _0x4c56f5['fullscreenElement']??_0x4c56f5['msFullscreenElement']??_0x4c56f5['mozFullScreenElement']??_0x4c56f5['webkitFullscreenElement']??null;}function exitFullscreen(){const _0xd499cb=document;return _0xd499cb['exitFullscreen']['call'](_0xd499cb);}function isAndroid(){const _0x3457ed=isChromium(),_0x855a49=isGecko(),_0x115db8=window,_0x45c122=navigator,_0x450f10='connection';if(_0x3457ed)return countTruthy([!('SharedWorker'in _0x115db8),_0x45c122[_0x450f10]&&'ontypechange'in _0x45c122[_0x450f10],!('sinkId'in new Audio())])>=0x2;else{if(_0x855a49)return countTruthy(['onorientationchange'in _0x115db8,'orientation'in _0x115db8,/android/i['test'](_0x45c122['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x1ef49c=navigator,_0x108c27=window,_0x591e3c=Audio['prototype'],{visualViewport:_0x256395}=_0x108c27;return countTruthy(['srLatency'in _0x591e3c,'srChannelCount'in _0x591e3c,'devicePosture'in _0x1ef49c,_0x256395&&'segments'in _0x256395,'getTextInformation'in Image['prototype']])>=0x3;}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x2de7a2=await new Promise(_0x18a5d8=>{if(isChromium()){const _0x4a0310=new Error();_0x4a0310['name']='\x20',Object['defineProperty'](_0x4a0310,'stack',{'get':_0x18a5d8['bind'](null,!![])}),console['debug'](_0x4a0310);}else{const _0x58e597=document['createElement']('div');_0x58e597['toString']=()=>'',Object['defineProperty'](_0x58e597,'id',{'get'(){_0x18a5d8(!![]);const _0x151648=new Error();_0x151648['name']='';throw _0x151648;}}),console['debug'](_0x58e597);}setTimeout(()=>_0x18a5d8(![]));});return _0x2de7a2;}catch{return null;}}const THRESHOLD_PX=0xc8;function getDevtoolsWindowSize(){try{if(typeof window==='undefined')return null;if(window['top']!==window['self'])return null;const _0x5dc662=window['devicePixelRatio']||0x1,_0x5a1776=window['outerWidth']-window['innerWidth']*_0x5dc662,_0x3e751f=window['outerHeight']-window['innerHeight']*_0x5dc662;return _0x5a1776>THRESHOLD_PX||_0x3e751f>THRESHOLD_PX;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x3e7761=new Event(''),_0x23ce78=_0x3e7761['isTrusted'];return typeof _0x23ce78==='undefined'?null:{'isTrusted':_0x23ce78};}catch{return null;}}const _0x150290={};_0x150290['window']=['awesomium'];const _0x5cf592={};_0x5cf592['window']=['RunPerfTest'];const _0x5bf20d={};_0x5bf20d['window']=['CefSharp'];const _0x2f2ede={};_0x2f2ede['window']=['emit'];const _0x52e8fd={};_0x52e8fd['window']=['fmget_targets'];const _0x3755d2={};_0x3755d2['window']=['geb'];const _0x159067={};_0x159067['window']=['__nightmare','nightmare'];const _0x10f1f6={};_0x10f1f6['window']=['__phantomas'];const _0x30a82a={};_0x30a82a['window']=['callPhantom','_phantom'];const _0x3739d3={};_0x3739d3['window']=['spawn'];const _0x146999={};_0x146999['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^[a-z]{3}_.*_(?:Array|Promise|Symbol)$/],_0x146999['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x73a2de={};_0x73a2de['window']=['wdioElectron'];const _0x115872={};_0x115872['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x115872['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 _0x30760f={};_0x30760f['window']=['domAutomation','domAutomationController'];const _0x401362={};_0x401362['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x165e19={};_0x165e19['window']=['__automa__'];const _0xaf26bc={};_0xaf26bc['window']=['_webscraper_data'];const _0x50382f={};_0x50382f['window']=['_KatalonRecorder'];const _0x3416c6={};_0x3416c6['window']=['uivision','__uivision'];const _0x2551e2={};_0x2551e2['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x569d90={};_0x569d90['window']=['__cypress'];const _0x52999a={};_0x52999a['window']=['__puppeteer_evaluation_script__'],_0x52999a['document']=['__puppeteer_evaluation_script__'];const _0xfe2631={};_0xfe2631['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0xfe2631['document']=['__playwright_evaluation_script__'];const _0x4e0b62={};_0x4e0b62['awesomium']=_0x150290,_0x4e0b62['cef']=_0x5cf592,_0x4e0b62['cefsharp']=_0x5bf20d,_0x4e0b62['coachjs']=_0x2f2ede,_0x4e0b62['fminer']=_0x52e8fd,_0x4e0b62['geb']=_0x3755d2,_0x4e0b62['nightmarejs']=_0x159067,_0x4e0b62['phantomas']=_0x10f1f6,_0x4e0b62['phantomjs']=_0x30a82a,_0x4e0b62['rhino']=_0x3739d3,_0x4e0b62['selenium']=_0x146999,_0x4e0b62['webdriverio']=_0x73a2de,_0x4e0b62['webdriver']=_0x115872,_0x4e0b62['headless_chrome']=_0x30760f,_0x4e0b62['imacros']=_0x401362,_0x4e0b62['automa']=_0x165e19,_0x4e0b62['web_scraper']=_0xaf26bc,_0x4e0b62['katalon']=_0x50382f,_0x4e0b62['ui_vision']=_0x3416c6,_0x4e0b62['testcafe']=_0x2551e2,_0x4e0b62['cypress']=_0x569d90,_0x4e0b62['puppeteer']=_0x52999a,_0x4e0b62['playwright_internal']=_0xfe2631;const TOOL_MARKERS=_0x4e0b62;function getOwnPropertyNames(_0xd53287){try{return Object['getOwnPropertyNames'](_0xd53287);}catch{return[];}}function matchesAny(_0x5f07e1,_0xe8cbee){for(const _0x81f1b4 of _0xe8cbee){if(typeof _0x81f1b4==='string'){if(_0x5f07e1['indexOf'](_0x81f1b4)!==-0x1)return!![];}else for(const _0xddf066 of _0x5f07e1){if(_0x81f1b4['test'](_0xddf066))return!![];}}return![];}function getHeadlessSignals(){const _0x452ccb=getOwnPropertyNames(window),_0x35b300=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x2bf67c={};for(const _0x129bed of Object['keys'](TOOL_MARKERS)){const _0x9cec=TOOL_MARKERS[_0x129bed],_0x4bb270=_0x9cec['window']?matchesAny(_0x452ccb,_0x9cec['window']):![],_0x2e1972=_0x9cec['document']&&_0x35b300['length']?matchesAny(_0x35b300,_0x9cec['document']):![];_0x2bf67c[_0x129bed]=_0x4bb270||_0x2e1972;}return _0x2bf67c;}let cachedResult=null,observing$1=![];function startObserving$1(){if(observing$1||typeof window==='undefined')return;observing$1=!![];const _0x49e95b=performance['now'](),_0x34907b=['click','touchstart','keydown'],_0x21e86f=_0x50d0d5=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0x49e95b),'interactionType':_0x50d0d5['type']};for(const _0x26b8eb of _0x34907b){window['removeEventListener'](_0x26b8eb,_0x21e86f);}};for(const _0x1df460 of _0x34907b){const _0x7122dd={};_0x7122dd['once']=!![],_0x7122dd['passive']=!![],window['addEventListener'](_0x1df460,_0x21e86f,_0x7122dd);}}function getInteractionTiming(){return startObserving$1(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x2c01a3=navigator['permissions'];if(_0x2c01a3===undefined||typeof _0x2c01a3['query']!=='function')return undefined;const _0x18e8ab={};_0x18e8ab['name']='notifications';const _0x521802=await _0x2c01a3['query'](_0x18e8ab);return Notification['permission']==='denied'&&_0x521802['state']==='prompt';}catch{return undefined;}}const RESTRICTED_THRESHOLD=0x3;function computeRestrictedEnvironment(_0x496f0d){let _0x249dbd=0x0;if(_0x496f0d['pushManager'])_0x249dbd++;if(_0x496f0d['audioBuffer'])_0x249dbd++;if(_0x496f0d['rtcPeerConnection'])_0x249dbd++;if(_0x496f0d['geolocation'])_0x249dbd++;if(_0x496f0d['serviceWorker'])_0x249dbd++;const _0x15a74f={};return _0x15a74f['restricted']=_0x249dbd>=RESTRICTED_THRESHOLD,_0x15a74f['missing']=_0x249dbd,_0x15a74f['flags']=_0x496f0d,_0x15a74f;}function getRestrictedEnvironment(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x45abff=window,_0x4a54be=navigator,_0xafe8e3={};return _0xafe8e3['pushManager']=!('PushManager'in _0x45abff),_0xafe8e3['audioBuffer']=!('AudioBuffer'in _0x45abff),_0xafe8e3['rtcPeerConnection']=!('RTCPeerConnection'in _0x45abff),_0xafe8e3['geolocation']=!('geolocation'in _0x4a54be),_0xafe8e3['serviceWorker']=!('ServiceWorker'in _0x45abff),computeRestrictedEnvironment(_0xafe8e3);}function getAppVersion(){const _0x1511bb=navigator['appVersion'];if(typeof _0x1511bb!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x1511bb;}function getArchitecture(){const _0x4389a8=new Float32Array(0x1),_0x579bba=new Uint8Array(_0x4389a8['buffer']);return _0x4389a8[0x0]=Infinity,_0x4389a8[0x0]=_0x4389a8[0x0]-_0x4389a8[0x0],_0x579bba[0x3];}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x4c8f4=window,_0x294e85=_0x4c8f4['OfflineAudioContext']??_0x4c8f4['webkitOfflineAudioContext'];if(_0x294e85===undefined)return null;if(doesBrowserSuspendAudioContext())return null;const _0x40098a=0x1194,_0x4692da=0x1388,_0x3e50ec=new _0x294e85(0x1,_0x4692da,0xac44),_0x39d828=_0x3e50ec['createOscillator']();_0x39d828['type']='triangle',_0x39d828['frequency']['value']=0x2710;const _0x5b10e4=_0x3e50ec['createDynamicsCompressor']();_0x5b10e4['threshold']['value']=-0x32,_0x5b10e4['knee']['value']=0x28,_0x5b10e4['ratio']['value']=0xc,_0x5b10e4['attack']['value']=0x0,_0x5b10e4['release']['value']=0.25,_0x39d828['connect'](_0x5b10e4),_0x5b10e4['connect'](_0x3e50ec['destination']),_0x39d828['start'](0x0);const [_0x3f47fb,_0x3cb869]=startRenderingAudio(_0x3e50ec),_0x54300e=suppressUnhandledRejectionWarning(_0x3f47fb['then'](_0x5bf487=>getHash(_0x5bf487['getChannelData'](0x0)['subarray'](_0x40098a)),_0xeab0af=>{if(_0xeab0af['name']==='timeout'||_0xeab0af['name']==='suspended')return null;throw _0xeab0af;}));return()=>{return _0x3cb869(),_0x54300e;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x26fa11){const _0x302c96=0x3,_0x25d2a1=0x1f4,_0x12b43b=0x1f4,_0x438d84=0x1388;let _0xfac4f=()=>undefined;const _0x3698d4=new Promise((_0x252c0f,_0x5e29bf)=>{let _0x408275=![],_0x16fb95=0x0,_0x1387ea=0x0;_0x26fa11['oncomplete']=_0x2b1d31=>{_0x252c0f(_0x2b1d31['renderedBuffer']);};const _0x5d35a2=()=>{setTimeout(()=>_0x5e29bf(makeInnerError('timeout')),Math['min'](_0x12b43b,_0x1387ea+_0x438d84-Date['now']()));},_0x48d78a=()=>{try{const _0x2cae5b=_0x26fa11['startRendering']();isPromise(_0x2cae5b)&&void suppressUnhandledRejectionWarning(_0x2cae5b);switch(_0x26fa11['state']){case'running':_0x1387ea=Date['now']();_0x408275&&_0x5d35a2();break;case'suspended':!document['hidden']&&_0x16fb95++;_0x408275&&_0x16fb95>=_0x302c96?_0x5e29bf(makeInnerError('suspended')):setTimeout(_0x48d78a,_0x25d2a1);break;case'closed':case'interrupted':break;}}catch(_0x4f4d1a){_0x5e29bf(_0x4f4d1a);}};_0x48d78a(),_0xfac4f=()=>{!_0x408275&&(_0x408275=!![],_0x1387ea>0x0&&_0x5d35a2());};});return[_0x3698d4,_0xfac4f];}function roundToSignificant(_0x24a92f,_0x91e5d){if(_0x24a92f===0x0)return 0x0;const _0x3b07fe=Math['pow'](0xa,_0x91e5d-Math['ceil'](Math['log10'](Math['abs'](_0x24a92f))));return Math['round'](_0x24a92f*_0x3b07fe/0x5)*0x5/_0x3b07fe;}function getHash(_0x49b175){let _0x47dc0f=0x0;for(let _0x340c7b=0x0;_0x340c7b<_0x49b175['length'];++_0x340c7b){_0x47dc0f+=Math['abs'](_0x49b175[_0x340c7b]);}return _0x47dc0f;}const _0x2a9a36={};_0x2a9a36['oscType']='triangle',_0x2a9a36['freq']=0x2710,_0x2a9a36['useCompressor']=!![],_0x2a9a36['useAllpass']=![];const _0x1308f3={};_0x1308f3['oscType']='sine',_0x1308f3['freq']=0x1f40,_0x1308f3['useCompressor']=![],_0x1308f3['useAllpass']=![];const _0x371527={};_0x371527['oscType']='square',_0x371527['freq']=0x2710,_0x371527['useCompressor']=!![],_0x371527['useAllpass']=!![];const SCENES=[_0x2a9a36,_0x1308f3,_0x371527],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x200349={};_0x200349['from']=0x1194,_0x200349['to']=0x1388;const _0x5d0552={};_0x5d0552['from']=0x2710,_0x5d0552['to']=0x2904;const WINDOWS=[_0x200349,_0x5d0552];function extractMetrics(_0x3a5b4a){const _0x1e2892=_0x3a5b4a['length'];if(_0x1e2892===0x0)return[0x0,0x0,0x0,0x0];const _0x12d499=[];for(let _0x454641=0x0;_0x454641<_0x1e2892;_0x454641++){_0x12d499['push'](roundToSignificant(_0x3a5b4a[_0x454641],SIG_DIGITS));}const _0x5dd7f1=[..._0x12d499]['map'](Math['abs'])['sort']((_0x6444c1,_0x7fa65f)=>_0x6444c1-_0x7fa65f),_0x4710eb=Math['floor'](_0x5dd7f1['length']*0.05);let _0x2f6da3=0x0;for(let _0x22850c=_0x4710eb;_0x22850c<_0x5dd7f1['length']-_0x4710eb;_0x22850c++){_0x2f6da3+=_0x5dd7f1[_0x22850c];}let _0x3f3aba=0x0;for(let _0x5c3e00=0x0;_0x5c3e00<_0x1e2892;_0x5c3e00++){_0x3f3aba+=_0x12d499[_0x5c3e00]*_0x12d499[_0x5c3e00];}_0x3f3aba/=_0x1e2892;let _0x27bf14=0x0;for(let _0xa764b5=0x1;_0xa764b5<_0x1e2892;_0xa764b5++){Math['sign'](_0x12d499[_0xa764b5])!==Math['sign'](_0x12d499[_0xa764b5-0x1])&&_0x27bf14++;}let _0x5640b3=0x0;for(let _0x456ab7=0x1;_0x456ab7<_0x1e2892;_0x456ab7++){_0x5640b3+=Math['abs'](_0x12d499[_0x456ab7]-_0x12d499[_0x456ab7-0x1]);}return[_0x2f6da3,_0x3f3aba,_0x27bf14,_0x5640b3];}async function renderScene(_0x25d24d){const _0x19f4ed=window,_0x40833e=_0x19f4ed['OfflineAudioContext']??_0x19f4ed['webkitOfflineAudioContext'];if(_0x40833e===undefined)return null;try{const _0x2c4c02=new _0x40833e(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x3d41f3=_0x2c4c02['createOscillator']();_0x3d41f3['type']=_0x25d24d['oscType'],_0x3d41f3['frequency']['value']=_0x25d24d['freq'];let _0x950d68=_0x3d41f3;if(_0x25d24d['useCompressor']){const _0x6ea08=_0x2c4c02['createDynamicsCompressor']();_0x6ea08['threshold']['value']=-0x32,_0x6ea08['knee']['value']=0x28,_0x6ea08['ratio']['value']=0xc,_0x6ea08['attack']['value']=0x0,_0x6ea08['release']['value']=0.25,_0x950d68['connect'](_0x6ea08),_0x950d68=_0x6ea08;}if(_0x25d24d['useAllpass']){const _0x36a494=_0x2c4c02['createBiquadFilter']();_0x36a494['type']='allpass',_0x36a494['frequency']['value']=0x1388,_0x36a494['Q']['value']=0x5,_0x950d68['connect'](_0x36a494),_0x950d68=_0x36a494;}_0x950d68['connect'](_0x2c4c02['destination']),_0x3d41f3['start'](0x0);const [_0x48fe08,_0x2ae96d]=startRenderingAudio(_0x2c4c02);_0x2ae96d();const _0x1c01e4=await _0x48fe08;return _0x1c01e4['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x50864b=[];for(const _0x29a078 of SCENES){const _0xbb6e30=await renderScene(_0x29a078);if(_0xbb6e30===null)return null;for(const _0x34def4 of WINDOWS){const _0x21caee=_0xbb6e30['subarray'](_0x34def4['from'],_0x34def4['to']);_0x50864b['push'](...extractMetrics(_0x21caee));}}const _0x58aa1e=[0x0,0x4,0x8,0xc,0x10,0x14],_0x5d4e19=[0x2,0x6,0xa,0xe,0x12,0x16],_0xd3d9f4=[];for(const _0x5337db of _0x5d4e19)_0xd3d9f4['push'](_0x50864b[_0x5337db]);const _0x1e6eab=[[_0x58aa1e[0x0],_0x58aa1e[0x2]],[_0x58aa1e[0x0],_0x58aa1e[0x4]],[_0x58aa1e[0x2],_0x58aa1e[0x4]],[_0x58aa1e[0x1],_0x58aa1e[0x3]],[_0x58aa1e[0x1],_0x58aa1e[0x5]],[_0x58aa1e[0x3],_0x58aa1e[0x5]],[_0x58aa1e[0x0],_0x58aa1e[0x1]],[_0x58aa1e[0x2],_0x58aa1e[0x3]],[_0x58aa1e[0x4],_0x58aa1e[0x5]]],_0x272402=[];for(const [_0x3bca7f,_0xa68bcf]of _0x1e6eab){const _0x2dfdc5=_0x50864b[_0xa68bcf];if(_0x2dfdc5===0x0)return null;_0x272402['push'](Math['round'](_0x50864b[_0x3bca7f]/_0x2dfdc5*0x64)/0x64);}let _0x2450a2=0x0;for(const _0x217767 of _0xd3d9f4){const _0x28c301=String(_0x217767);for(let _0x52b70b=0x0;_0x52b70b<_0x28c301['length'];_0x52b70b++){_0x2450a2=(_0x2450a2<<0x5)-_0x2450a2+_0x28c301['charCodeAt'](_0x52b70b)|0x0;}}for(const _0x3bd780 of _0x272402){const _0x2ee8ba=_0x3bd780['toFixed'](0x2);for(let _0x11cc0d=0x0;_0x11cc0d<_0x2ee8ba['length'];_0x11cc0d++){_0x2450a2=(_0x2450a2<<0x5)-_0x2450a2+_0x2ee8ba['charCodeAt'](_0x11cc0d)|0x0;}}return _0x2450a2>>>0x0;};}function makeInnerError(_0x48a304){const _0x205a53=new Error(_0x48a304);return _0x205a53['name']=_0x48a304,_0x205a53;}function renderAudio(){return new Promise(_0x2450f1=>{try{const _0x1c7330=window,_0x395a1c=_0x1c7330['OfflineAudioContext']??_0x1c7330['webkitOfflineAudioContext'];if(!_0x395a1c){_0x2450f1(null);return;}const _0x5a3828=new _0x395a1c(0x1,0x1194,0xac44),_0x609d24=_0x5a3828['createOscillator']();_0x609d24['type']='triangle',_0x609d24['frequency']['setValueAtTime'](0x2710,_0x5a3828['currentTime']);const _0x1963fd=_0x5a3828['createDynamicsCompressor']();_0x1963fd['threshold']['setValueAtTime'](-0x32,_0x5a3828['currentTime']),_0x1963fd['knee']['setValueAtTime'](0x28,_0x5a3828['currentTime']),_0x1963fd['ratio']['setValueAtTime'](0xc,_0x5a3828['currentTime']),_0x1963fd['attack']['setValueAtTime'](0x0,_0x5a3828['currentTime']),_0x1963fd['release']['setValueAtTime'](0.25,_0x5a3828['currentTime']),_0x609d24['connect'](_0x1963fd),_0x1963fd['connect'](_0x5a3828['destination']),_0x609d24['start'](0x0),_0x5a3828['startRendering']()['then'](_0x3837c4=>{_0x2450f1(_0x3837c4['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x2450f1(null)),setTimeout(()=>_0x2450f1(null),0x7d0);}catch{_0x2450f1(null);}});}async function getAudioConsistency(){try{const [_0x3feb37,_0x525490]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x3feb37===null||_0x525490===null)return null;const _0x5803b={};_0x5803b['consistent']=![],_0x5803b['delta']=0x1;if(_0x3feb37['length']!==_0x525490['length'])return _0x5803b;let _0x2720ba=0x0;for(let _0x59cf25=0x0;_0x59cf25<_0x3feb37['length'];_0x59cf25++){_0x2720ba+=Math['abs'](_0x3feb37[_0x59cf25]-_0x525490[_0x59cf25]);}return{'consistent':_0x2720ba===0x0,'delta':Math['round'](_0x2720ba*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x34c96f=window['AudioContext']??window['webkitAudioContext'];if(_0x34c96f===undefined)return null;const _0x579be6=new _0x34c96f(),_0x213ab2=_0x579be6['destination'],_0x1060b6={};_0x1060b6['maxChannelCount']=_0x213ab2['maxChannelCount'],_0x1060b6['sampleRate']=_0x579be6['sampleRate'],_0x1060b6['channelCountMode']=_0x213ab2['channelCountMode'],_0x1060b6['channelInterpretation']=_0x213ab2['channelInterpretation'],_0x1060b6['numberOfOutputs']=_0x213ab2['numberOfOutputs'];const _0x2a1b76=_0x1060b6;return _0x579be6['close']()['catch'](()=>undefined),_0x2a1b76;}catch{return null;}}function getAudioContextBaseLatency(){const _0x370e0e=isAndroid()||isWebKit();if(!_0x370e0e)return null;const _0x112e77=window['AudioContext'];if(_0x112e77===undefined)return null;const _0x154f13=new _0x112e77()['baseLatency'];if(_0x154f13===undefined)return null;if(!isFinite(_0x154f13))return null;return _0x154f13;}function getAudioTrap(){return new Promise(_0x3430b5=>{try{const _0x2287fd=window,_0x14df1e=_0x2287fd['AudioContext']??_0x2287fd['webkitAudioContext'];if(!_0x14df1e){_0x3430b5(null);return;}const _0x5d0abf=new _0x14df1e(),_0xc242ea=_0x5d0abf['sampleRate']||0xac44,_0x2fa7ad=0x80,_0x1e06b8=_0x5d0abf['createBuffer'](0x1,_0x2fa7ad,_0xc242ea),_0xef9f87=new Float32Array(_0x2fa7ad);for(let _0x3e9b7b=0x0;_0x3e9b7b<_0x2fa7ad;_0x3e9b7b++){_0xef9f87[_0x3e9b7b]=_0x3e9b7b%0x2===0x0?0.5:-0.5;}if(typeof _0x1e06b8['copyToChannel']==='function')_0x1e06b8['copyToChannel'](_0xef9f87,0x0);else{const _0x15fdc3=_0x1e06b8['getChannelData'](0x0);for(let _0x9b1792=0x0;_0x9b1792<_0x2fa7ad;_0x9b1792++){_0x15fdc3[_0x9b1792]=_0xef9f87[_0x9b1792];}}const _0x4b035e=_0x1e06b8['getChannelData'](0x0);let _0x23cd01=0x0;for(let _0x537314=0x0;_0x537314<_0x2fa7ad;_0x537314++){_0x23cd01+=Math['abs'](_0x4b035e[_0x537314]-_0xef9f87[_0x537314]);}try{void _0x5d0abf['close']();}catch{}_0x3430b5({'clean':_0x23cd01===0x0,'delta':Math['round'](_0x23cd01*0x2540be400)/0x2540be400});}catch{_0x3430b5(null);}});}async function getBarcodeDetection(){try{const _0x2525dd=window['BarcodeDetector'];if(!_0x2525dd){const _0x1a80e3={};return _0x1a80e3['supported']=![],_0x1a80e3['formats']=[],_0x1a80e3;}const _0x3815d0=await _0x2525dd['getSupportedFormats']();return{'supported':!![],'formats':_0x3815d0['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x3bd81c){const _0x5c667e=document['createElement']('canvas');_0x5c667e['width']=WIDTH,_0x5c667e['height']=HEIGHT;const _0x247585=_0x5c667e['getContext']('2d');if(!_0x247585)return'';_0x247585['drawImage'](_0x3bd81c,0x0,0x0,WIDTH,HEIGHT);const _0x22d0cd=_0x247585['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0xec890f=WIDTH*HEIGHT,_0x191376=new Uint8Array(_0xec890f);for(let _0x596229=0x0;_0x596229<_0xec890f;_0x596229++){const _0x37c413=_0x596229*0x4;_0x191376[_0x596229]=_0x22d0cd[_0x37c413]*0x4d+_0x22d0cd[_0x37c413+0x1]*0x96+_0x22d0cd[_0x37c413+0x2]*0x1d>>0x8;}let _0x4a8630='',_0x195fd6=0x0,_0x538e01=0x0;for(let _0x337e78=0x0;_0x337e78<HEIGHT;_0x337e78++){for(let _0x5cf025=0x0;_0x5cf025<HASH_SIZE;_0x5cf025++){const _0x4441f1=_0x337e78*WIDTH+_0x5cf025;_0x191376[_0x4441f1]>_0x191376[_0x4441f1+0x1]&&(_0x538e01|=0x1<<0x3-_0x195fd6),_0x195fd6++,_0x195fd6===0x4&&(_0x4a8630+=_0x538e01['toString'](0x10),_0x538e01=0x0,_0x195fd6=0x0);}}return _0x4a8630;}function x64Add(_0x1820a6,_0x4018fe){const _0x147214=_0x1820a6[0x0]>>>0x10,_0xa4015c=_0x1820a6[0x0]&0xffff,_0x397d0d=_0x1820a6[0x1]>>>0x10,_0x546766=_0x1820a6[0x1]&0xffff,_0x51e46d=_0x4018fe[0x0]>>>0x10,_0x2042ca=_0x4018fe[0x0]&0xffff,_0x215f76=_0x4018fe[0x1]>>>0x10,_0x11a7db=_0x4018fe[0x1]&0xffff;let _0x8dcc18=0x0,_0x4a13b6=0x0,_0x3225b2=0x0,_0x3e4fd5=0x0;_0x3e4fd5+=_0x546766+_0x11a7db,_0x3225b2+=_0x3e4fd5>>>0x10,_0x3e4fd5&=0xffff,_0x3225b2+=_0x397d0d+_0x215f76,_0x4a13b6+=_0x3225b2>>>0x10,_0x3225b2&=0xffff,_0x4a13b6+=_0xa4015c+_0x2042ca,_0x8dcc18+=_0x4a13b6>>>0x10,_0x4a13b6&=0xffff,_0x8dcc18+=_0x147214+_0x51e46d,_0x8dcc18&=0xffff,_0x1820a6[0x0]=_0x8dcc18<<0x10|_0x4a13b6,_0x1820a6[0x1]=_0x3225b2<<0x10|_0x3e4fd5;}function x64Multiply(_0x2fca86,_0x3dcaed){const _0x51dc10=_0x2fca86[0x0]>>>0x10,_0x3c6e6b=_0x2fca86[0x0]&0xffff,_0x252289=_0x2fca86[0x1]>>>0x10,_0x25ef61=_0x2fca86[0x1]&0xffff,_0x57b48f=_0x3dcaed[0x0]>>>0x10,_0x4e719d=_0x3dcaed[0x0]&0xffff,_0x468098=_0x3dcaed[0x1]>>>0x10,_0x42705b=_0x3dcaed[0x1]&0xffff;let _0x1f1db7=0x0,_0x22f073=0x0,_0x14040b=0x0,_0x3cc30f=0x0;_0x3cc30f+=_0x25ef61*_0x42705b,_0x14040b+=_0x3cc30f>>>0x10,_0x3cc30f&=0xffff,_0x14040b+=_0x252289*_0x42705b,_0x22f073+=_0x14040b>>>0x10,_0x14040b&=0xffff,_0x14040b+=_0x25ef61*_0x468098,_0x22f073+=_0x14040b>>>0x10,_0x14040b&=0xffff,_0x22f073+=_0x3c6e6b*_0x42705b,_0x1f1db7+=_0x22f073>>>0x10,_0x22f073&=0xffff,_0x22f073+=_0x252289*_0x468098,_0x1f1db7+=_0x22f073>>>0x10,_0x22f073&=0xffff,_0x22f073+=_0x25ef61*_0x4e719d,_0x1f1db7+=_0x22f073>>>0x10,_0x22f073&=0xffff,_0x1f1db7+=_0x51dc10*_0x42705b+_0x3c6e6b*_0x468098+_0x252289*_0x4e719d+_0x25ef61*_0x57b48f,_0x1f1db7&=0xffff,_0x2fca86[0x0]=_0x1f1db7<<0x10|_0x22f073,_0x2fca86[0x1]=_0x14040b<<0x10|_0x3cc30f;}function x64Rotl(_0x5f12e5,_0xff3d73){const _0xf45f8b=_0x5f12e5[0x0],_0x1c4b2f=_0xff3d73%0x40;if(_0x1c4b2f===0x20)_0x5f12e5[0x0]=_0x5f12e5[0x1],_0x5f12e5[0x1]=_0xf45f8b;else{if(_0x1c4b2f<0x20)_0x5f12e5[0x0]=_0xf45f8b<<_0x1c4b2f|_0x5f12e5[0x1]>>>0x20-_0x1c4b2f,_0x5f12e5[0x1]=_0x5f12e5[0x1]<<_0x1c4b2f|_0xf45f8b>>>0x20-_0x1c4b2f;else{const _0x2958e8=_0x1c4b2f-0x20;_0x5f12e5[0x0]=_0x5f12e5[0x1]<<_0x2958e8|_0xf45f8b>>>0x20-_0x2958e8,_0x5f12e5[0x1]=_0xf45f8b<<_0x2958e8|_0x5f12e5[0x1]>>>0x20-_0x2958e8;}}}function x64LeftShift(_0x392bae,_0x4b4f3c){const _0xa1b005=_0x4b4f3c%0x40;if(_0xa1b005===0x0)return;else _0xa1b005<0x20?(_0x392bae[0x0]=_0x392bae[0x1]>>>0x20-_0xa1b005,_0x392bae[0x1]=_0x392bae[0x1]<<_0xa1b005):(_0x392bae[0x0]=_0x392bae[0x1]<<_0xa1b005-0x20,_0x392bae[0x1]=0x0);}function x64Xor(_0x4fd785,_0x496cbb){_0x4fd785[0x0]^=_0x496cbb[0x0],_0x4fd785[0x1]^=_0x496cbb[0x1];}const F1=[0xff51afd7,0xed558ccd],F2=[0xc4ceb9fe,0x1a85ec53];function x64Fmix(_0x5c1f08){const _0x2de06a=[0x0,_0x5c1f08[0x0]>>>0x1];x64Xor(_0x5c1f08,_0x2de06a),x64Multiply(_0x5c1f08,F1),_0x2de06a[0x1]=_0x5c1f08[0x0]>>>0x1,x64Xor(_0x5c1f08,_0x2de06a),x64Multiply(_0x5c1f08,F2),_0x2de06a[0x1]=_0x5c1f08[0x0]>>>0x1,x64Xor(_0x5c1f08,_0x2de06a);}const C1=[0x87c37b91,0x114253d5],C2=[0x4cf5ad43,0x2745937f],M=[0x0,0x5],N1=[0x0,0x52dce729],N2=[0x0,0x38495ab5];function x64hash128(_0x44cd4d,_0x4526a9){const _0x1a85d1=getUTF8Bytes(_0x44cd4d),_0x4e455c=0x0,_0x29b01e=[0x0,_0x1a85d1['length']],_0x54582=_0x29b01e[0x1]%0x10,_0x2f3a5e=_0x29b01e[0x1]-_0x54582,_0x27c1f4=[0x0,_0x4e455c],_0xbf9015=[0x0,_0x4e455c],_0x3b0f23=[0x0,0x0],_0x4136b8=[0x0,0x0];let _0x428f3f;for(_0x428f3f=0x0;_0x428f3f<_0x2f3a5e;_0x428f3f=_0x428f3f+0x10){_0x3b0f23[0x0]=_0x1a85d1[_0x428f3f+0x4]|_0x1a85d1[_0x428f3f+0x5]<<0x8|_0x1a85d1[_0x428f3f+0x6]<<0x10|_0x1a85d1[_0x428f3f+0x7]<<0x18,_0x3b0f23[0x1]=_0x1a85d1[_0x428f3f]|_0x1a85d1[_0x428f3f+0x1]<<0x8|_0x1a85d1[_0x428f3f+0x2]<<0x10|_0x1a85d1[_0x428f3f+0x3]<<0x18,_0x4136b8[0x0]=_0x1a85d1[_0x428f3f+0xc]|_0x1a85d1[_0x428f3f+0xd]<<0x8|_0x1a85d1[_0x428f3f+0xe]<<0x10|_0x1a85d1[_0x428f3f+0xf]<<0x18,_0x4136b8[0x1]=_0x1a85d1[_0x428f3f+0x8]|_0x1a85d1[_0x428f3f+0x9]<<0x8|_0x1a85d1[_0x428f3f+0xa]<<0x10|_0x1a85d1[_0x428f3f+0xb]<<0x18,x64Multiply(_0x3b0f23,C1),x64Rotl(_0x3b0f23,0x1f),x64Multiply(_0x3b0f23,C2),x64Xor(_0x27c1f4,_0x3b0f23),x64Rotl(_0x27c1f4,0x1b),x64Add(_0x27c1f4,_0xbf9015),x64Multiply(_0x27c1f4,M),x64Add(_0x27c1f4,N1),x64Multiply(_0x4136b8,C2),x64Rotl(_0x4136b8,0x21),x64Multiply(_0x4136b8,C1),x64Xor(_0xbf9015,_0x4136b8),x64Rotl(_0xbf9015,0x1f),x64Add(_0xbf9015,_0x27c1f4),x64Multiply(_0xbf9015,M),x64Add(_0xbf9015,N2);}_0x3b0f23[0x0]=0x0,_0x3b0f23[0x1]=0x0,_0x4136b8[0x0]=0x0,_0x4136b8[0x1]=0x0;const _0xe9d8f9=[0x0,0x0];switch(_0x54582){case 0xf:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0xe],x64LeftShift(_0xe9d8f9,0x30),x64Xor(_0x4136b8,_0xe9d8f9);case 0xe:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0xd],x64LeftShift(_0xe9d8f9,0x28),x64Xor(_0x4136b8,_0xe9d8f9);case 0xd:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0xc],x64LeftShift(_0xe9d8f9,0x20),x64Xor(_0x4136b8,_0xe9d8f9);case 0xc:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0xb],x64LeftShift(_0xe9d8f9,0x18),x64Xor(_0x4136b8,_0xe9d8f9);case 0xb:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0xa],x64LeftShift(_0xe9d8f9,0x10),x64Xor(_0x4136b8,_0xe9d8f9);case 0xa:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x9],x64LeftShift(_0xe9d8f9,0x8),x64Xor(_0x4136b8,_0xe9d8f9);case 0x9:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x8],x64Xor(_0x4136b8,_0xe9d8f9),x64Multiply(_0x4136b8,C2),x64Rotl(_0x4136b8,0x21),x64Multiply(_0x4136b8,C1),x64Xor(_0xbf9015,_0x4136b8);case 0x8:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x7],x64LeftShift(_0xe9d8f9,0x38),x64Xor(_0x3b0f23,_0xe9d8f9);case 0x7:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x6],x64LeftShift(_0xe9d8f9,0x30),x64Xor(_0x3b0f23,_0xe9d8f9);case 0x6:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x5],x64LeftShift(_0xe9d8f9,0x28),x64Xor(_0x3b0f23,_0xe9d8f9);case 0x5:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x4],x64LeftShift(_0xe9d8f9,0x20),x64Xor(_0x3b0f23,_0xe9d8f9);case 0x4:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x3],x64LeftShift(_0xe9d8f9,0x18),x64Xor(_0x3b0f23,_0xe9d8f9);case 0x3:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x2],x64LeftShift(_0xe9d8f9,0x10),x64Xor(_0x3b0f23,_0xe9d8f9);case 0x2:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f+0x1],x64LeftShift(_0xe9d8f9,0x8),x64Xor(_0x3b0f23,_0xe9d8f9);case 0x1:_0xe9d8f9[0x1]=_0x1a85d1[_0x428f3f],x64Xor(_0x3b0f23,_0xe9d8f9),x64Multiply(_0x3b0f23,C1),x64Rotl(_0x3b0f23,0x1f),x64Multiply(_0x3b0f23,C2),x64Xor(_0x27c1f4,_0x3b0f23);}return x64Xor(_0x27c1f4,_0x29b01e),x64Xor(_0xbf9015,_0x29b01e),x64Add(_0x27c1f4,_0xbf9015),x64Add(_0xbf9015,_0x27c1f4),x64Fmix(_0x27c1f4),x64Fmix(_0xbf9015),x64Add(_0x27c1f4,_0xbf9015),x64Add(_0xbf9015,_0x27c1f4),('00000000'+(_0x27c1f4[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x27c1f4[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0xbf9015[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0xbf9015[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8);}const _0x4f49d3={};_0x4f49d3['winding']=![],_0x4f49d3['unstable']=![],_0x4f49d3['geometryMurHash']='',_0x4f49d3['textMurHash']='',_0x4f49d3['geometryDHash']='',_0x4f49d3['textDHash']='';const EMPTY$1=_0x4f49d3;function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x884acd){const [_0x5e4f8b,_0x4530cd]=makeCanvasContext();if(!isSupported(_0x5e4f8b,_0x4530cd))return EMPTY$1;const _0x52c38c=doesSupportWinding(_0x4530cd);return renderAll(_0x5e4f8b,_0x4530cd,_0x52c38c);}function makeCanvasContext(){const _0x2b6c73=document['createElement']('canvas');return _0x2b6c73['width']=0x1,_0x2b6c73['height']=0x1,[_0x2b6c73,_0x2b6c73['getContext']('2d')];}function isSupported(_0x4c927e,_0x46665a){return _0x46665a!==undefined&&_0x46665a!==null&&typeof _0x4c927e['toDataURL']==='function';}function doesSupportWinding(_0x3c96c6){return _0x3c96c6['rect'](0x0,0x0,0xa,0xa),_0x3c96c6['rect'](0x2,0x2,0x6,0x6),!_0x3c96c6['isPointInPath'](0x5,0x5,'evenodd');}function renderAll(_0x42cc47,_0x460d7e,_0x479364){renderTextImage(_0x42cc47,_0x460d7e);const _0x134ada=computeDHash(_0x42cc47),_0x4a6b19=canvasToString(_0x42cc47),_0x451fb8=canvasToString(_0x42cc47);if(_0x4a6b19!==_0x451fb8){const _0x5073ed={};return _0x5073ed['winding']=_0x479364,_0x5073ed['unstable']=!![],_0x5073ed['geometryMurHash']='',_0x5073ed['textMurHash']='',_0x5073ed['geometryDHash']='',_0x5073ed['textDHash']='',_0x5073ed;}renderGeometryImage(_0x42cc47,_0x460d7e);const _0x4c033a=computeDHash(_0x42cc47),_0x34a616=canvasToString(_0x42cc47);return{'winding':_0x479364,'unstable':![],'geometryMurHash':x64hash128(_0x34a616),'textMurHash':x64hash128(_0x4a6b19),'geometryDHash':_0x4c033a,'textDHash':_0x134ada};}function renderTextImage(_0x5a6b1f,_0x4ba25f){_0x5a6b1f['width']=0xf0,_0x5a6b1f['height']=0x3c,_0x4ba25f['textBaseline']='alphabetic',_0x4ba25f['fillStyle']='#f60',_0x4ba25f['fillRect'](0x64,0x1,0x3e,0x14),_0x4ba25f['fillStyle']='#069',_0x4ba25f['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x552a4f='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x4ba25f['fillText'](_0x552a4f,0x2,0xf),_0x4ba25f['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x4ba25f['font']='18pt\x20Arial',_0x4ba25f['fillText'](_0x552a4f,0x4,0x2d);}function renderGeometryImage(_0x14921b,_0x135caf){_0x14921b['width']=0x7a,_0x14921b['height']=0x6e,_0x135caf['globalCompositeOperation']='multiply';for(const [_0x1f8c20,_0x37ddc4,_0x21d4d4]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x135caf['fillStyle']=_0x1f8c20,_0x135caf['beginPath'](),_0x135caf['arc'](_0x37ddc4,_0x21d4d4,0x28,0x0,Math['PI']*0x2,!![]),_0x135caf['closePath'](),_0x135caf['fill']();}_0x135caf['fillStyle']='#f9c',_0x135caf['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x135caf['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x135caf['fill']('evenodd');}function canvasToString(_0x2f27fc){return _0x2f27fc['toDataURL']();}function getCanvasAdvanced(){try{const _0x3008f4=document['createElement']('canvas'),_0x2d16ac=_0x3008f4['getContext']('2d');if(!_0x2d16ac)return null;const _0x472ae7=renderBlendModes(_0x3008f4,_0x2d16ac),_0x2d9b80=renderShadows(_0x3008f4,_0x2d16ac),_0x1217ae=renderGradientPath(_0x3008f4,_0x2d16ac),_0x54032f=testOffscreenConsistency(_0x3008f4,_0x2d16ac),_0x1ae995={};return _0x1ae995['blendDHash']=_0x472ae7['dHash'],_0x1ae995['shadowDHash']=_0x2d9b80['dHash'],_0x1ae995['gradientDHash']=_0x1217ae['dHash'],_0x1ae995['blendMurHash']=_0x472ae7['murHash'],_0x1ae995['shadowMurHash']=_0x2d9b80['murHash'],_0x1ae995['gradientMurHash']=_0x1217ae['murHash'],_0x1ae995['offscreenConsistent']=_0x54032f,_0x1ae995;}catch{return null;}}function renderBlendModes(_0x133208,_0x4c7d57){_0x133208['width']=0x64,_0x133208['height']=0x64,_0x4c7d57['clearRect'](0x0,0x0,0x64,0x64),_0x4c7d57['fillStyle']='#e74c3c',_0x4c7d57['fillRect'](0xa,0xa,0x3c,0x3c),_0x4c7d57['globalCompositeOperation']='multiply',_0x4c7d57['fillStyle']='#3498db',_0x4c7d57['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x4c7d57['globalCompositeOperation']='screen',_0x4c7d57['fillStyle']='#2ecc71',_0x4c7d57['beginPath'](),_0x4c7d57['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x4c7d57['fill'](),_0x4c7d57['globalCompositeOperation']='overlay',_0x4c7d57['fillStyle']='#f39c12',_0x4c7d57['fillRect'](0x14,0x14,0x1e,0x3c),_0x4c7d57['globalCompositeOperation']='source-over';const _0x8f1a15=computeDHash(_0x133208),_0xd90adb=x64hash128(_0x133208['toDataURL']()),_0x371083={};return _0x371083['dHash']=_0x8f1a15,_0x371083['murHash']=_0xd90adb,_0x371083;}function renderShadows(_0x4f3582,_0xbdbe7c){_0x4f3582['width']=0x78,_0x4f3582['height']=0x50,_0xbdbe7c['clearRect'](0x0,0x0,0x78,0x50),_0xbdbe7c['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0xbdbe7c['shadowBlur']=0xa,_0xbdbe7c['shadowOffsetX']=0x5,_0xbdbe7c['shadowOffsetY']=0x5,_0xbdbe7c['fillStyle']='#9b59b6',_0xbdbe7c['fillRect'](0x14,0xf,0x28,0x28),_0xbdbe7c['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0xbdbe7c['shadowBlur']=0xf,_0xbdbe7c['shadowOffsetX']=-0x3,_0xbdbe7c['shadowOffsetY']=0x3,_0xbdbe7c['fillStyle']='#1abc9c',_0xbdbe7c['beginPath'](),_0xbdbe7c['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0xbdbe7c['fill'](),_0xbdbe7c['shadowColor']='transparent',_0xbdbe7c['shadowBlur']=0x0,_0xbdbe7c['shadowOffsetX']=0x0,_0xbdbe7c['shadowOffsetY']=0x0;const _0xacb7cf=computeDHash(_0x4f3582),_0x2837fd=x64hash128(_0x4f3582['toDataURL']()),_0x2d57a6={};return _0x2d57a6['dHash']=_0xacb7cf,_0x2d57a6['murHash']=_0x2837fd,_0x2d57a6;}function renderGradientPath(_0x5f5c56,_0x19a25b){_0x5f5c56['width']=0x64,_0x5f5c56['height']=0x64,_0x19a25b['clearRect'](0x0,0x0,0x64,0x64);const _0x4db5c7=_0x19a25b['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x4db5c7['addColorStop'](0x0,'#e74c3c'),_0x4db5c7['addColorStop'](0.5,'#f39c12'),_0x4db5c7['addColorStop'](0x1,'#2ecc71'),_0x19a25b['fillStyle']=_0x4db5c7,_0x19a25b['beginPath'](),_0x19a25b['moveTo'](0x32,0x5),_0x19a25b['lineTo'](0x5f,0x23),_0x19a25b['lineTo'](0x50,0x5a),_0x19a25b['lineTo'](0x14,0x5a),_0x19a25b['lineTo'](0x5,0x23),_0x19a25b['closePath'](),_0x19a25b['fill']();try{const _0x4a1ea6=_0x19a25b['createConicGradient'](0x0,0x32,0x32);_0x4a1ea6['addColorStop'](0x0,'red'),_0x4a1ea6['addColorStop'](0.33,'green'),_0x4a1ea6['addColorStop'](0.66,'blue'),_0x4a1ea6['addColorStop'](0x1,'red'),_0x19a25b['globalCompositeOperation']='difference',_0x19a25b['fillStyle']=_0x4a1ea6,_0x19a25b['fillRect'](0xa,0xa,0x50,0x50),_0x19a25b['globalCompositeOperation']='source-over';}catch{}const _0x393952=computeDHash(_0x5f5c56),_0x52ba1a=x64hash128(_0x5f5c56['toDataURL']()),_0x48d28b={};return _0x48d28b['dHash']=_0x393952,_0x48d28b['murHash']=_0x52ba1a,_0x48d28b;}function testOffscreenConsistency(_0x1d799f,_0x26773b){if(typeof OffscreenCanvas==='undefined')return null;try{_0x1d799f['width']=0x32,_0x1d799f['height']=0x32,_0x26773b['clearRect'](0x0,0x0,0x32,0x32),_0x26773b['fillStyle']='#e74c3c',_0x26773b['beginPath'](),_0x26773b['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x26773b['fill']();const _0x3af697=computeDHash(_0x1d799f),_0x575c78=new OffscreenCanvas(0x32,0x32),_0x5e56d2=_0x575c78['getContext']('2d');if(!_0x5e56d2)return null;_0x5e56d2['fillStyle']='#e74c3c',_0x5e56d2['beginPath'](),_0x5e56d2['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x5e56d2['fill']();const _0xcd2d9e=document['createElement']('canvas');_0xcd2d9e['width']=0x32,_0xcd2d9e['height']=0x32;const _0x5c8c12=_0xcd2d9e['getContext']('2d');if(!_0x5c8c12)return null;const _0x5afcf7=_0x575c78['transferToImageBitmap']();_0x5c8c12['drawImage'](_0x5afcf7,0x0,0x0);const _0x2b8d04=computeDHash(_0xcd2d9e);return _0x3af697===_0x2b8d04;}catch{return null;}}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x553c19,_0x580dde,_0x10bbcb,_0x15c7b4){let _0x187eef=_0x553c19,_0x24aa79=_0x580dde,_0x1fa37f=_0x10bbcb,_0x23fa6d=_0x15c7b4;return function(){const _0x49a24d=_0x24aa79<<0x9;let _0x523733=0x5*_0x187eef;return _0x523733=0x9*(_0x523733<<0x7|_0x523733>>>0x19),_0x23fa6d^=_0x24aa79,_0x24aa79^=_0x1fa37f^=_0x187eef,_0x187eef^=_0x23fa6d,_0x1fa37f^=_0x49a24d,_0x23fa6d=_0x23fa6d<<0xb|_0x23fa6d>>>0x15,(_0x523733>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x460af7=document['createElement']('canvas'),_0x60f772=_0x460af7['getContext']('2d');if(_0x60f772===null)return null;_0x460af7['width']=CANVAS_DIM,_0x460af7['height']=CANVAS_DIM;const _0x48410d=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x15c3e7=_0x48410d()*CANVAS_DIM,_0xa159a6=_0x48410d()*CANVAS_DIM,_0x1b1b9b=_0x60f772['createRadialGradient'](_0x15c3e7,_0xa159a6,0x2,_0x15c3e7,_0xa159a6,CANVAS_DIM*0.8);for(let _0xdff61b=0x0;_0xdff61b<0x5;_0xdff61b++){const _0x19f118=Math['floor'](_0x48410d()*0x100),_0x51130f=Math['floor'](_0x48410d()*0x100),_0x100335=Math['floor'](_0x48410d()*0x100);_0x1b1b9b['addColorStop'](_0xdff61b/0x4,'rgb('+_0x19f118+','+_0x51130f+','+_0x100335+')');}_0x60f772['fillStyle']=_0x1b1b9b,_0x60f772['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x3d350c=0x0;_0x3d350c<0x3;_0x3d350c++){_0x60f772['beginPath'](),_0x60f772['arc'](_0x48410d()*CANVAS_DIM,_0x48410d()*CANVAS_DIM,_0x48410d()*CANVAS_DIM*0.4+0x2,_0x48410d()*Math['PI']*0x2,_0x48410d()*Math['PI']*0x2),_0x60f772['strokeStyle']='rgba('+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+(_0x48410d()*0.5+0.5)['toFixed'](0x2)+')',_0x60f772['lineWidth']=_0x48410d()*0x3+0.5,_0x60f772['stroke']();}for(let _0x58618d=0x0;_0x58618d<0x2;_0x58618d++){_0x60f772['beginPath'](),_0x60f772['moveTo'](_0x48410d()*CANVAS_DIM,_0x48410d()*CANVAS_DIM),_0x60f772['bezierCurveTo'](_0x48410d()*CANVAS_DIM,_0x48410d()*CANVAS_DIM,_0x48410d()*CANVAS_DIM,_0x48410d()*CANVAS_DIM,_0x48410d()*CANVAS_DIM,_0x48410d()*CANVAS_DIM),_0x60f772['strokeStyle']='rgba('+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+(_0x48410d()*0.5+0.5)['toFixed'](0x2)+')',_0x60f772['lineWidth']=_0x48410d()*0x2+0.5,_0x60f772['stroke']();}_0x60f772['shadowBlur']=_0x48410d()*0x8+0x2,_0x60f772['shadowColor']='rgba('+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+',0.7)',_0x60f772['shadowOffsetX']=_0x48410d()*0x4-0x2,_0x60f772['shadowOffsetY']=_0x48410d()*0x4-0x2,_0x60f772['fillStyle']='rgb('+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+')',_0x60f772['fillRect'](_0x48410d()*CANVAS_DIM*0.5,_0x48410d()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x60f772['shadowBlur']=0x0,_0x60f772['shadowColor']='transparent',_0x60f772['shadowOffsetX']=0x0,_0x60f772['shadowOffsetY']=0x0;const _0x3527a0=['serif','sans-serif','monospace'];for(let _0x5f48ef=0x0;_0x5f48ef<0x3;_0x5f48ef++){const _0x1c0020=Math['floor'](_0x48410d()*0xc)+0x8;_0x60f772['font']=_0x1c0020+'px\x20'+_0x3527a0[_0x5f48ef%0x3],_0x60f772['fillStyle']='rgb('+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+')',_0x60f772['fillText'](String['fromCharCode'](Math['floor'](_0x48410d()*0x1a)+0x41,Math['floor'](_0x48410d()*0x1a)+0x61,Math['floor'](_0x48410d()*0xa)+0x30),_0x48410d()*CANVAS_DIM*0.7,_0x48410d()*CANVAS_DIM*0.8+_0x1c0020);}_0x60f772['globalAlpha']=0.3;const _0x580c9e=_0x60f772['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x580c9e['addColorStop'](0x0,'rgba('+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+',1)'),_0x580c9e['addColorStop'](0x1,'rgba('+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+','+Math['floor'](_0x48410d()*0x100)+',1)'),_0x60f772['fillStyle']=_0x580c9e,_0x60f772['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x60f772['globalAlpha']=0x1;const _0x51569d=_0x60f772['getImageData'](0x0,0x0,_0x460af7['width'],_0x460af7['height']),_0x12909e=fnv1a$2(_0x51569d['data']),_0x89c173=computeDHash(_0x460af7),_0x3a9a7a=x64hash128(_0x460af7['toDataURL']()),_0x215107={};return _0x215107['p']=_0x12909e,_0x215107['d']=CANVAS_DIM,_0x215107['dHash']=_0x89c173,_0x215107['murHash']=_0x3a9a7a,_0x215107;}catch{return null;}}function getColorGamut(){for(const _0x1450bd of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x1450bd+')')['matches'])return _0x1450bd;}return undefined;}const _0x566836={};_0x566836['prop']='width',_0x566836['value']='calc(sin(1)\x20*\x201000px)',_0x566836['label']='sin1';const _0x41ec4a={};_0x41ec4a['prop']='width',_0x41ec4a['value']='calc(cos(1)\x20*\x201000px)',_0x41ec4a['label']='cos1';const _0x201fc6={};_0x201fc6['prop']='width',_0x201fc6['value']='calc(tan(0.5)\x20*\x201000px)',_0x201fc6['label']='tan05';const _0x2d58b7={};_0x2d58b7['prop']='width',_0x2d58b7['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x2d58b7['label']='sincos';const _0x44057e={};_0x44057e['prop']='width',_0x44057e['value']='calc(sin(0.001)\x20*\x201000000px)',_0x44057e['label']='sin_small';const _0x12309d={};_0x12309d['prop']='width',_0x12309d['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x12309d['label']='cos_pi';const _0xcb053c={};_0xcb053c['prop']='width',_0xcb053c['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0xcb053c['label']='tan15';const _0x2b607a={};_0x2b607a['prop']='width',_0x2b607a['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x2b607a['label']='sin_large';const _0x35f9b6={};_0x35f9b6['prop']='height',_0x35f9b6['value']='calc(sqrt(2)\x20*\x201000px)',_0x35f9b6['label']='sqrt2';const _0x32f8f5={};_0x32f8f5['prop']='height',_0x32f8f5['value']='calc(exp(1)\x20*\x20100px)',_0x32f8f5['label']='exp1';const _0x2b944a={};_0x2b944a['prop']='height',_0x2b944a['value']='calc(log(10)\x20*\x201000px)',_0x2b944a['label']='log10';const _0x3aa640={};_0x3aa640['prop']='height',_0x3aa640['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x3aa640['label']='hypot34';const EXPRESSIONS=[_0x566836,_0x41ec4a,_0x201fc6,_0x2d58b7,_0x44057e,_0x12309d,_0xcb053c,_0x2b607a,_0x35f9b6,_0x32f8f5,_0x2b944a,_0x3aa640];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 _0xddc568=document['createElement']('div');_0xddc568['style']['position']='absolute',_0xddc568['style']['visibility']='hidden',_0xddc568['style']['overflow']='hidden',_0xddc568['style']['top']='-9999px',_0xddc568['style']['left']='-9999px',document['body']['appendChild'](_0xddc568);const _0x4247e1={};for(const _0x1569b6 of EXPRESSIONS){const _0x373fd0=document['createElement']('div');_0x373fd0['style']['position']='absolute',_0x373fd0['style'][_0x1569b6['prop']]=_0x1569b6['value'],_0xddc568['appendChild'](_0x373fd0);const _0x574493=getComputedStyle(_0x373fd0),_0x1bfa76=parseFloat(_0x574493[_0x1569b6['prop']]);!isNaN(_0x1bfa76)&&isFinite(_0x1bfa76)&&(_0x4247e1[_0x1569b6['label']]=Math['round'](_0x1bfa76*0xf4240)/0xf4240);}return document['body']['removeChild'](_0xddc568),Object['keys'](_0x4247e1)['length']>0x0?_0x4247e1: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']],_0x15235e={};_0x15235e['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x240fc3={};_0x240fc3['initDataTypes']=['cenc'],_0x240fc3['audioCapabilities']=[_0x15235e];const PROBE_CONFIG=[_0x240fc3];function getRequestFn(){if(typeof navigator==='undefined')return null;const _0x1ee8fd=navigator['requestMediaKeySystemAccess'];if(typeof _0x1ee8fd!=='function')return null;return _0x1ee8fd;}function getDrmSystems(){const _0x1c681d=getRequestFn();if(_0x1c681d===null)return null;return async()=>{const _0x157c29={};_0x157c29['wv']=![],_0x157c29['wvp']=![],_0x157c29['pr']=![],_0x157c29['ck']=![],_0x157c29['pt']=![],_0x157c29['fp']=![];const _0x45e398=_0x157c29;return await Promise['all'](KEY_SYSTEMS['map'](async([_0x1450ca,_0x2ba0b9])=>{try{await _0x1c681d['call'](navigator,_0x2ba0b9,PROBE_CONFIG),_0x45e398[_0x1450ca]=!![];}catch{_0x45e398[_0x1450ca]=![];}})),_0x45e398;};}const IFRAME_INIT_TIMEOUT_MS=0x1388,IFRAME_ACTION_TIMEOUT_MS=0xbb8,BODY_POLL_TIMEOUT_MS=0x1388;async function withIframe(_0xf67334,_0x36fcd4,_0x591d83=0x32){const _0x3c5ad5=document;while(_0x3c5ad5['body']===null){await wait(_0x591d83);}const _0x15b8e9=_0x3c5ad5['createElement']('iframe');try{await new Promise((_0x18b0a6,_0xc5aaed)=>{let _0x5bfc5d=![];const _0x405964=()=>{_0x5bfc5d=!![],_0x18b0a6();},_0x38dc46=_0x4add0f=>{_0x5bfc5d=!![],_0xc5aaed(_0x4add0f);};_0x15b8e9['onload']=_0x405964,_0x15b8e9['onerror']=_0x38dc46;const {style:_0x23bada}=_0x15b8e9;_0x23bada['setProperty']('display','block','important'),_0x23bada['position']='absolute',_0x23bada['top']='0',_0x23bada['left']='0',_0x23bada['visibility']='hidden';_0x36fcd4!==undefined&&_0x36fcd4!==''&&'srcdoc'in _0x15b8e9?_0x15b8e9['srcdoc']=_0x36fcd4:_0x15b8e9['src']='about:blank';_0x3c5ad5['body']['appendChild'](_0x15b8e9);const _0x806dbd=()=>{if(_0x5bfc5d)return;_0x15b8e9['contentWindow']?.['document']['readyState']==='complete'?_0x405964():setTimeout(_0x806dbd,0xa);};_0x806dbd();});while(!_0x15b8e9['contentWindow']?.['document']['body']){await wait(_0x591d83);}return await _0xf67334(_0x15b8e9,_0x15b8e9['contentWindow']);}finally{_0x15b8e9['parentNode']?.['removeChild'](_0x15b8e9);}}function emptyCounters(){const _0x236b44={};return _0x236b44['creations']=0x0,_0x236b44['loadsCompleted']=0x0,_0x236b44['initErrors']=0x0,_0x236b44['initTimeouts']=0x0,_0x236b44['actionTimeouts']=0x0,_0x236b44['actionsCompleted']=0x0,_0x236b44['actionsErrored']=0x0,_0x236b44['readyStateSpins']=0x0,_0x236b44['bodyAwaitSpins']=0x0,_0x236b44['bodyAwaitMs']=0x0,_0x236b44;}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];['dc']=emptyCounters();constructor(_0x9191b7=0x1388){this['idleTimeoutMs']=_0x9191b7;}['getDebugCounters'](){const _0x2d659b={...this['dc']};return _0x2d659b;}['execute'](_0x52c292){return new Promise((_0x2bc40b,_0x2f55c9)=>{const _0x52d310={};_0x52d310['action']=_0x52c292,_0x52d310['resolve']=_0x2bc40b,_0x52d310['reject']=_0x2f55c9,this['queue']['push'](_0x52d310),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(_0x280f55){this['dc']['initErrors']+=0x1;const _0x33b029=this['queue']['shift']();_0x33b029?.['reject'](_0x280f55);continue;}const _0x9591ad=this['queue']['shift'](),_0x528223=this['iframe'];if(_0x9591ad===undefined)continue;if(_0x528223===null){_0x9591ad['reject'](new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run'));continue;}try{const _0x407667=await withTimeoutReject(Promise['resolve'](_0x9591ad['action'](_0x528223,_0x528223['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,_0x9591ad['resolve'](_0x407667);}catch(_0x552fd8){this['dc']['actionsErrored']+=0x1,_0x9591ad['reject'](_0x552fd8);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x5010e8=document,_0xf06837=Date['now'](),_0x35ef13=_0xf06837+BODY_POLL_TIMEOUT_MS;while(_0x5010e8['body']===null){if(Date['now']()>_0x35ef13){this['dc']['bodyAwaitMs']+=Date['now']()-_0xf06837;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']()-_0xf06837;if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x2cd6e5=_0x5010e8['createElement']('iframe');this['dc']['creations']+=0x1,this['iframe']=_0x2cd6e5,this['iframeReady']=new Promise((_0x506bf2,_0x196e77)=>{let _0x3f24aa=![];_0x2cd6e5['onload']=()=>{_0x3f24aa=!![],this['dc']['loadsCompleted']+=0x1,_0x506bf2();},_0x2cd6e5['onerror']=_0x46247d=>{_0x3f24aa=!![],this['dc']['initErrors']+=0x1,_0x196e77(_0x46247d);};const {style:_0x34cab0}=_0x2cd6e5;_0x34cab0['setProperty']('display','block','important'),_0x34cab0['position']='absolute',_0x34cab0['top']='0',_0x34cab0['left']='0',_0x34cab0['visibility']='hidden',_0x2cd6e5['src']='about:blank',_0x5010e8['body']['appendChild'](_0x2cd6e5);const _0x51e903=()=>{if(_0x3f24aa)return;_0x2cd6e5['contentWindow']?.['document']['readyState']==='complete'?(_0x3f24aa=!![],this['dc']['loadsCompleted']+=0x1,_0x506bf2()):(this['dc']['readyStateSpins']+=0x1,setTimeout(_0x51e903,0xa));};_0x51e903();}),await this['iframeReady'];const _0x232e16=Date['now']()+BODY_POLL_TIMEOUT_MS;while(!_0x2cd6e5['contentWindow']?.['document']['body']){if(Date['now']()>_0x232e16)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 _0x10e182=this['queue']['splice'](0x0),_0x2940e0=new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run');for(const _0x15b5a6 of _0x10e182)_0x15b5a6['reject'](_0x2940e0);}}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function addStyleString(_0x169d90,_0x4094df){for(const _0x328bc6 of _0x4094df['split'](';')){const _0x1bee0a=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/['exec'](_0x328bc6);if(_0x1bee0a){const [,_0x128143,_0x8185f7,,_0x43846d]=_0x1bee0a;_0x169d90['setProperty'](_0x128143,_0x8185f7,_0x43846d??'');}}}function isAnyParentCrossOrigin(){let _0x463a97=window;for(;;){const _0x581c00=_0x463a97['parent'];if(_0x581c00===_0x463a97)return![];try{if(_0x581c00['location']['origin']!==_0x463a97['location']['origin'])return!![];}catch(_0x3568ae){if(_0x3568ae instanceof Error&&_0x3568ae['name']==='SecurityError')return!![];throw _0x3568ae;}_0x463a97=_0x581c00;}}function getEmojiSignal(){let _0x58f653='';for(let _0x397f9b=0x1f600;_0x397f9b<=0x1f64f;_0x397f9b++){_0x58f653+=String['fromCodePoint'](_0x397f9b);}return getIframePool()['execute']((_0x4782d8,_0x58a14e)=>{const _0x3a04a5=_0x58a14e['document'],_0x2e701b=_0x3a04a5['createElement']('span');_0x2e701b['style']['whiteSpace']='nowrap',_0x2e701b['innerText']=_0x58f653,_0x3a04a5['body']['append'](_0x2e701b);const _0x203530={},_0x95757e=['x','y','left','right','bottom','height','top','width'],_0x4d5286=_0x2e701b['getBoundingClientRect']();for(const _0xc5c814 of _0x95757e){_0xc5c814 in _0x4d5286&&(_0x203530[_0xc5c814]=Math['round'](_0x4d5286[_0xc5c814]*0x64)/0x64);}const _0x28cd97=_0x58a14e['getComputedStyle'](_0x2e701b,null)['getPropertyValue']('font-family');return _0x203530['font']=_0x28cd97,_0x3a04a5['body']['removeChild'](_0x2e701b),_0x203530;});}function getEndianness(){const _0x26d1ec=new Float32Array(0x1),_0x1c0303=new Uint8Array(_0x26d1ec['buffer']);return _0x26d1ec[0x0]=Infinity,_0x26d1ec[0x0]=_0x26d1ec[0x0]-_0x26d1ec[0x0],_0x1c0303[0x3];}const defaultText='mmMwWLliI0fiflO&1',_0x262c9f={};_0x262c9f['font']='-apple-system-body';const _0x152cbf={};_0x152cbf['fontFamily']='serif';const _0xdf7be4={};_0xdf7be4['fontFamily']='sans-serif';const _0x4a2458={};_0x4a2458['fontFamily']='monospace';const _0x3c9112={};_0x3c9112['fontSize']='1px';const _0x5a433b={};_0x5a433b['fontFamily']='system-ui';const _0xc01b74={};_0xc01b74['default']=[],_0xc01b74['apple']=[_0x262c9f],_0xc01b74['serif']=[_0x152cbf],_0xc01b74['sans']=[_0xdf7be4],_0xc01b74['mono']=[_0x4a2458],_0xc01b74['min']=[_0x3c9112],_0xc01b74['system']=[_0x5a433b];const presets=_0xc01b74;function getFontPreferences(){return withNaturalFonts((_0x24291b,_0x3240a9,_0x35551c)=>{const _0x372c18={},_0x241cd1={};for(const _0xc3c24 of Object['keys'](presets)){const [_0x17ef6c={},_0x5df85c=defaultText]=presets[_0xc3c24],_0x4e7cf1=_0x24291b['createElement']('span');_0x4e7cf1['textContent']=_0x5df85c,_0x4e7cf1['style']['whiteSpace']='nowrap';for(const _0x4ac4d2 of Object['keys'](_0x17ef6c)){const _0x14f92b=_0x17ef6c[_0x4ac4d2];_0x14f92b!==undefined&&(_0x4e7cf1['style'][_0x4ac4d2]=_0x14f92b);}_0x372c18[_0xc3c24]=_0x4e7cf1,_0x3240a9['append'](_0x24291b['createElement']('br'),_0x4e7cf1);}const _0x4a71eb=_0x35551c['devicePixelRatio']>0x0?_0x35551c['devicePixelRatio']:0x1;for(const _0x451075 of Object['keys'](presets)){_0x241cd1[_0x451075]=Math['round'](_0x372c18[_0x451075]['getBoundingClientRect']()['width']*_0x4a71eb*0x64)/0x64;}return _0x241cd1;});}function withNaturalFonts(_0xa1daea,_0x574aae=0xfa0){return withIframe((_0x48a724,_0x562289)=>{const _0x463c4b=_0x562289['document'],_0x3c144e=_0x463c4b['body'],_0x1fff50=_0x3c144e['style'];_0x1fff50['width']=_0x574aae+'px',_0x1fff50['webkitTextSizeAdjust']=_0x1fff50['textSizeAdjust']='none';if(isChromium())_0x3c144e['style']['zoom']=''+0x1/_0x562289['devicePixelRatio'];else isWebKit()&&(_0x3c144e['style']['zoom']='reset');const _0x259116=_0x463c4b['createElement']('div'),_0x30ea95={};return _0x30ea95['length']=_0x574aae/0x14<<0x0,_0x259116['textContent']=Array['from'](_0x30ea95)['map'](()=>'word')['join']('\x20'),_0x3c144e['appendChild'](_0x259116),_0xa1daea(_0x463c4b,_0x3c144e,_0x562289);},'<!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']((_0x837f7,{document:_0x563d6d})=>{const _0x5c7d0f=_0x563d6d['body'];_0x5c7d0f['style']['fontSize']=textSize;const _0x32e6cb=_0x563d6d['createElement']('div');_0x32e6cb['style']['setProperty']('visibility','hidden','important');const _0x445581={},_0x54875e={},_0x4d3450=_0xaf70dd=>{const _0x1b5de1=_0x563d6d['createElement']('span'),{style:_0xaebb49}=_0x1b5de1;return _0xaebb49['position']='absolute',_0xaebb49['top']='0',_0xaebb49['left']='0',_0xaebb49['fontFamily']=_0xaf70dd,_0x1b5de1['textContent']=testString,_0x32e6cb['appendChild'](_0x1b5de1),_0x1b5de1;},_0xf1f44c=(_0x271363,_0x55d1f6)=>{return _0x4d3450('\x27'+_0x271363+'\x27,'+_0x55d1f6);},_0x376a4e=()=>{return baseFonts['map'](_0x4d3450);},_0x55c30c=()=>{const _0x1322fb={};for(const _0x1785c1 of fontList){_0x1322fb[_0x1785c1]=baseFonts['map'](_0x28467a=>_0xf1f44c(_0x1785c1,_0x28467a));}return _0x1322fb;},_0x51efb7=_0xda5d38=>{return baseFonts['some']((_0x4aded2,_0x332547)=>_0xda5d38[_0x332547]['offsetWidth']!==_0x445581[_0x4aded2]||_0xda5d38[_0x332547]['offsetHeight']!==_0x54875e[_0x4aded2]);},_0x4c535f=_0x376a4e(),_0x7de8aa=_0x55c30c();_0x5c7d0f['appendChild'](_0x32e6cb);for(let _0x2fce6c=0x0;_0x2fce6c<baseFonts['length'];_0x2fce6c++){_0x445581[baseFonts[_0x2fce6c]]=_0x4c535f[_0x2fce6c]['offsetWidth'],_0x54875e[baseFonts[_0x2fce6c]]=_0x4c535f[_0x2fce6c]['offsetHeight'];}return fontList['filter'](_0xec4156=>_0x51efb7(_0x7de8aa[_0xec4156]));});}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(_0x13dd56){const _0x209c24=_0x13dd56['info'];if(_0x209c24!==undefined&&_0x209c24!==null){const _0x1307ea={};return _0x1307ea['vendor']=_0x209c24['vendor'],_0x1307ea['architecture']=_0x209c24['architecture'],_0x1307ea;}if(typeof _0x13dd56['requestAdapterInfo']==='function'){const _0x3430d0=await _0x13dd56['requestAdapterInfo'](),_0x562ab0={};return _0x562ab0['vendor']=_0x3430d0['vendor'],_0x562ab0['architecture']=_0x3430d0['architecture'],_0x562ab0;}const _0x59bce6={};return _0x59bce6['vendor']='',_0x59bce6['architecture']='',_0x59bce6;}function createTextureData(){const _0x833820=[],_0x431ab5=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x515119=0x0;_0x515119<TEX_WIDTH*TEX_HEIGHT;_0x515119++){_0x833820['push'](..._0x431ab5[_0x515119%0x3]);}return new Uint8Array(_0x833820);}function quantizeTiming(_0xfdb8c4){const _0x182fb2=Number(_0xfdb8c4/0x3e8n);return Math['round'](_0x182fb2/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0xe6f5b5,_0x5b272a){const _0x591938=[];for(const _0x1e19c7 of _0x5b272a){_0x591938['push'](_0x1e19c7);}const _0x7be32d={};_0x7be32d['requiredFeatures']=_0x591938;const _0x4227d1=await _0xe6f5b5['requestDevice'](_0x7be32d);try{return await renderAndReadbackOnDevice(_0x4227d1);}finally{typeof _0x4227d1['destroy']==='function'&&_0x4227d1['destroy']();}}async function renderAndReadbackOnDevice(_0x2ae58b){const _0x5a7c55='rgba8unorm',_0x29f21c={};_0x29f21c['label']='fp-shader',_0x29f21c['code']=WGSL_SHADER;const _0x54a6fb=_0x2ae58b['createShaderModule'](_0x29f21c),_0x3fc501={};_0x3fc501['module']=_0x54a6fb;const _0x5e9b62={};_0x5e9b62['format']=_0x5a7c55;const _0x3fb241={};_0x3fb241['module']=_0x54a6fb,_0x3fb241['targets']=[_0x5e9b62];const _0x18fb0a={};_0x18fb0a['topology']='triangle-list';const _0x563734={};_0x563734['label']='fp-pipeline',_0x563734['layout']='auto',_0x563734['vertex']=_0x3fc501,_0x563734['fragment']=_0x3fb241,_0x563734['primitive']=_0x18fb0a;const _0x548c7c=_0x2ae58b['createRenderPipeline'](_0x563734),_0xda79a7=createTextureData(),_0x23741e={};_0x23741e['label']='fp-src-texture',_0x23741e['size']=[TEX_WIDTH,TEX_HEIGHT],_0x23741e['format']='rgba8unorm',_0x23741e['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x45a048=_0x2ae58b['createTexture'](_0x23741e),_0xe4a8b0={};_0xe4a8b0['texture']=_0x45a048;const _0x99af59={};_0x99af59['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x21aff3={};_0x21aff3['width']=TEX_WIDTH,_0x21aff3['height']=TEX_HEIGHT,_0x2ae58b['queue']['writeTexture'](_0xe4a8b0,_0xda79a7['buffer'],_0x99af59,_0x21aff3);const _0x484beb={};_0x484beb['label']='fp-sampler';const _0x300b0b=_0x2ae58b['createSampler'](_0x484beb),_0x3af86d={};_0x3af86d['binding']=0x0,_0x3af86d['resource']=_0x300b0b;const _0x3c9edc=_0x2ae58b['createBindGroup']({'layout':_0x548c7c['getBindGroupLayout'](0x0),'entries':[_0x3af86d,{'binding':0x1,'resource':_0x45a048['createView']()}]}),_0x5de414=ROTATION_MATRICES['map'](_0x922ba8=>{const _0x861a96={};_0x861a96['label']='fp-uniform',_0x861a96['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x861a96['usage']=GPUBufferUsage['UNIFORM'],_0x861a96['mappedAtCreation']=!![];const _0x237846=_0x2ae58b['createBuffer'](_0x861a96);new Float32Array(_0x237846['getMappedRange']())['set'](_0x922ba8),_0x237846['unmap']();const _0x40dcf5={};_0x40dcf5['buffer']=_0x237846;const _0x4d76fa={};return _0x4d76fa['binding']=0x0,_0x4d76fa['resource']=_0x40dcf5,_0x2ae58b['createBindGroup']({'layout':_0x548c7c['getBindGroupLayout'](0x1),'entries':[_0x4d76fa]});}),_0x2d8cf6=_0x2ae58b['features']['has']('timestamp-query');let _0x23b8f2=null,_0x526965=null,_0x1e27e0=null;if(_0x2d8cf6){const _0x4ebfed={};_0x4ebfed['label']='fp-ts',_0x4ebfed['type']='timestamp',_0x4ebfed['count']=0x2,_0x23b8f2=_0x2ae58b['createQuerySet'](_0x4ebfed);const _0x8b5b2e={};_0x8b5b2e['size']=0x2*0x8,_0x8b5b2e['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x526965=_0x2ae58b['createBuffer'](_0x8b5b2e);const _0x51c112={};_0x51c112['size']=0x2*0x8,_0x51c112['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x1e27e0=_0x2ae58b['createBuffer'](_0x51c112);}const _0x1568f2={};_0x1568f2['label']='fp-rt',_0x1568f2['size']=[RT_WIDTH,RT_HEIGHT],_0x1568f2['format']=_0x5a7c55,_0x1568f2['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x57e8a6=_0x2ae58b['createTexture'](_0x1568f2),_0x1c3f1b=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x362318={};_0x362318['label']='fp-pixel-read',_0x362318['size']=_0x1c3f1b*RT_HEIGHT,_0x362318['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x56819b=_0x2ae58b['createBuffer'](_0x362318),_0x18f781=[],_0x5afd02=[];for(let _0x271745=0x0;_0x271745<ROTATION_MATRICES['length'];_0x271745++){const _0x4346ed=_0x57e8a6['createView'](),_0x99841b={};_0x99841b['label']='fp-enc-'+_0x271745;const _0x4a49b2=_0x2ae58b['createCommandEncoder'](_0x99841b),_0x495e85={};_0x495e85['r']=0x0,_0x495e85['g']=0x0,_0x495e85['b']=0x0,_0x495e85['a']=0x1;const _0x281faf={};_0x281faf['view']=_0x4346ed,_0x281faf['clearValue']=_0x495e85,_0x281faf['loadOp']='clear',_0x281faf['storeOp']='store';const _0x2aebe2={'label':'fp-pass-'+_0x271745,'colorAttachments':[_0x281faf],..._0x2d8cf6&&_0x23b8f2?{'timestampWrites':{'querySet':_0x23b8f2,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x5ac0b3=_0x2aebe2,_0x169449=_0x4a49b2['beginRenderPass'](_0x5ac0b3);_0x169449['setPipeline'](_0x548c7c),_0x169449['setBindGroup'](0x0,_0x3c9edc),_0x169449['setBindGroup'](0x1,_0x5de414[_0x271745]),_0x169449['draw'](0x6),_0x169449['end']();_0x2d8cf6&&_0x23b8f2&&_0x526965&&_0x1e27e0&&(_0x4a49b2['resolveQuerySet'](_0x23b8f2,0x0,0x2,_0x526965,0x0),_0x4a49b2['copyBufferToBuffer'](_0x526965,0x0,_0x1e27e0,0x0,_0x526965['size']));const _0x33c0a2={};_0x33c0a2['x']=0x0,_0x33c0a2['y']=0x0;const _0x232d70={};_0x232d70['texture']=_0x57e8a6,_0x232d70['origin']=_0x33c0a2;const _0x1e353e={};_0x1e353e['buffer']=_0x56819b,_0x1e353e['bytesPerRow']=_0x1c3f1b,_0x1e353e['rowsPerImage']=RT_HEIGHT;const _0x282727={};_0x282727['width']=RT_WIDTH,_0x282727['height']=RT_HEIGHT,_0x4a49b2['copyTextureToBuffer'](_0x232d70,_0x1e353e,_0x282727),_0x2ae58b['queue']['submit']([_0x4a49b2['finish']()]),await _0x56819b['mapAsync'](GPUMapMode['READ']);const _0x15e355=new Uint8Array(_0x56819b['getMappedRange']()),_0x453839=RT_WIDTH*BYTES_PER_PIXEL,_0x2f7493=new Uint8Array(_0x453839*RT_HEIGHT);for(let _0x518f75=0x0;_0x518f75<RT_HEIGHT;_0x518f75++){_0x2f7493['set'](_0x15e355['subarray'](_0x518f75*_0x1c3f1b,_0x518f75*_0x1c3f1b+_0x453839),_0x518f75*_0x453839);}_0x18f781['push'](fnv1a$1(_0x2f7493)),_0x56819b['unmap']();if(_0x2d8cf6&&_0x1e27e0)try{await _0x1e27e0['mapAsync'](GPUMapMode['READ']);const _0x1f1f52=new BigUint64Array(_0x1e27e0['getMappedRange']()),_0x472bce=_0x1f1f52[0x0],_0x2712bd=_0x1f1f52[0x1];_0x2712bd>_0x472bce&&_0x5afd02['push'](quantizeTiming(_0x2712bd-_0x472bce)),_0x1e27e0['unmap']();}catch{}}const _0x512ee7=new Uint8Array(_0x18f781['length']*0x4),_0x1777f2=new DataView(_0x512ee7['buffer']);for(let _0xaaeb5c=0x0;_0xaaeb5c<_0x18f781['length'];_0xaaeb5c++){_0x1777f2['setUint32'](_0xaaeb5c*0x4,_0x18f781[_0xaaeb5c],!![]);}let _0x4b4b48='';for(let _0x2c5996=0x0;_0x2c5996<_0x512ee7['length'];_0x2c5996++){_0x4b4b48+=String['fromCharCode'](_0x512ee7[_0x2c5996]);}return{'pixelHash':btoa(_0x4b4b48),'timingBuckets':_0x5afd02};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x319e51={};return _0x319e51['s']=-0x1,_0x319e51['v']=null,_0x319e51;}const _0x16b8f1={};_0x16b8f1['s']=-0x2,_0x16b8f1['v']=null;const _0x869879=await Promise['race']([collectWebGpuSignal(),new Promise(_0x518dbb=>setTimeout(()=>_0x518dbb(_0x16b8f1),TIMEOUT_MS))]);return _0x869879;}async function collectWebGpuSignal(){const {getCachedGpuAdapter:_0x1b1519}=await Promise['resolve']()['then'](function(){return webgpuAdapter;});let _0x153b24;try{const _0x1c82e3=_0x1b1519(),_0x1699af={};_0x1699af['s']=-0x4,_0x1699af['v']=null;if(_0x1c82e3===null)return _0x1699af;const _0x32db56=await _0x1c82e3;if(_0x32db56===null){const _0xbb7f75={};return _0xbb7f75['s']=-0x4,_0xbb7f75['v']=null,_0xbb7f75;}_0x153b24=_0x32db56;}catch(_0x286672){if(_0x286672 instanceof Error){const _0x5b98e7={};return _0x5b98e7['s']=-0x3,_0x5b98e7['v']=null,_0x5b98e7;}throw _0x286672;}try{const _0x3d92bf=Array['from'](_0x153b24['features']['values']())['sort'](),[_0x55cfa9,_0x3b6179]=await Promise['all']([renderAndReadback(_0x153b24,_0x3d92bf),getAdapterInfo$1(_0x153b24)]),_0x26fd72={};_0x26fd72['s']=_0x3d92bf,_0x26fd72['f']=_0x55cfa9['pixelHash'],_0x26fd72['t']=_0x55cfa9['timingBuckets'],_0x26fd72['v']=_0x3b6179['vendor'],_0x26fd72['a']=_0x3b6179['architecture'];const _0x8cd47d={};return _0x8cd47d['s']=0x0,_0x8cd47d['v']=_0x26fd72,_0x8cd47d;}catch(_0x4c4255){if(_0x4c4255 instanceof TypeError){const _0x565d4b={};return _0x565d4b['s']=-0x7,_0x565d4b['v']=null,_0x565d4b;}throw _0x4c4255;}}const _0x3c78d1={};_0x3c78d1['text']='今天天气真好我们出去玩吧',_0x3c78d1['locale']='zh',_0x3c78d1['gran']='word';const _0x2d8d35={};_0x2d8d35['text']='東京都は日本の首都です',_0x2d8d35['locale']='ja',_0x2d8d35['gran']='word';const _0x425a40={};_0x425a40['text']='สวัสดีครับวันนี้อากาศดี',_0x425a40['locale']='th',_0x425a40['gran']='word';const _0xc3a5d7={};_0xc3a5d7['text']='오늘날씨가좋아서산책했습니다',_0xc3a5d7['locale']='ko',_0xc3a5d7['gran']='word';const _0xaf1246={};_0xaf1246['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0xaf1246['locale']='en',_0xaf1246['gran']='word';const _0x4ecc09={};_0x4ecc09['text']='👨‍👩‍👧‍👦🏳️‍🌈👩🏽‍💻',_0x4ecc09['locale']='en',_0x4ecc09['gran']='grapheme';const SEGMENTER_TESTS=[_0x3c78d1,_0x2d8d35,_0x425a40,_0xc3a5d7,_0xaf1246,_0x4ecc09],_0x48c2fb={};_0x48c2fb['code']='XK',_0x48c2fb['type']='region';const _0x5b0032={};_0x5b0032['code']='EH',_0x5b0032['type']='region';const _0x1aa656={};_0x1aa656['code']='SX',_0x1aa656['type']='region';const _0x3b77f4={};_0x3b77f4['code']='BQ',_0x3b77f4['type']='region';const _0x176901={};_0x176901['code']='SS',_0x176901['type']='region';const _0x26861f={};_0x26861f['code']='CW',_0x26861f['type']='region';const DISPLAY_NAMES_TESTS=[_0x48c2fb,_0x5b0032,_0x1aa656,_0x3b77f4,_0x176901,_0x26861f];function getIntlSegmenter(){const _0x1a96c5={};_0x1a96c5['segmenter']=null,_0x1a96c5['displayNames']=null;const _0x5143f3=_0x1a96c5;try{const _0x3d04ae=Intl['Segmenter'];if(_0x3d04ae){const _0x2f71e4={};for(const _0xdd7372 of SEGMENTER_TESTS){try{const _0x3d4c84=new _0x3d04ae(_0xdd7372['locale'],{'granularity':_0xdd7372['gran']}),_0x5211e3=[..._0x3d4c84['segment'](_0xdd7372['text'])]['length'];_0x2f71e4[_0xdd7372['locale']+'_'+_0xdd7372['gran']]=_0x5211e3;}catch{}}Object['keys'](_0x2f71e4)['length']>0x0&&(_0x5143f3['segmenter']=_0x2f71e4);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x1bccbe={},_0x1305bb={};_0x1305bb['type']='region';const _0x349fb7=new Intl['DisplayNames'](['en'],_0x1305bb);for(const _0x2c7e53 of DISPLAY_NAMES_TESTS){try{const _0x3d3820=_0x349fb7['of'](_0x2c7e53['code']);_0x3d3820!==undefined&&_0x3d3820!==''&&(_0x1bccbe[_0x2c7e53['code']]=_0x3d3820);}catch{}}Object['keys'](_0x1bccbe)['length']>0x0&&(_0x5143f3['displayNames']=_0x1bccbe);}}catch{}return _0x5143f3;}const fallbackFn=()=>0x0;function getMathFn(_0x529cff){const _0x31bc86=globalThis['Math'][_0x529cff];return typeof _0x31bc86==='function'?_0x31bc86:fallbackFn;}function getMathSignal(){const _0x393981=getMathFn('acos'),_0x2263e9=getMathFn('acosh'),_0x5d7859=getMathFn('asin'),_0x5ed19c=getMathFn('asinh'),_0x138eee=getMathFn('atanh'),_0x1ca2c2=getMathFn('atan'),_0x384b47=getMathFn('sin'),_0x56fa83=getMathFn('sinh'),_0x15169d=getMathFn('cos'),_0x541238=getMathFn('cosh'),_0x4240a4=getMathFn('tan'),_0x41fb4b=getMathFn('tanh'),_0x2c05cc=getMathFn('exp'),_0x3aba4c=getMathFn('expm1'),_0x52aaa0=getMathFn('log1p'),_0x333b31=_0xdf9c7c=>Math['pow'](Math['PI'],_0xdf9c7c),_0x5e0eaa=_0x17cf45=>Math['log'](_0x17cf45+Math['sqrt'](_0x17cf45*_0x17cf45-0x1)),_0x296e0e=_0x554a49=>Math['log'](_0x554a49+Math['sqrt'](_0x554a49*_0x554a49+0x1)),_0xeb4517=_0x183d2a=>Math['log']((0x1+_0x183d2a)/(0x1-_0x183d2a))/0x2,_0x291d24=_0x3db466=>Math['exp'](_0x3db466)-0x1/Math['exp'](_0x3db466)/0x2,_0x4b8ad1=_0x2ce9c4=>(Math['exp'](_0x2ce9c4)+0x1/Math['exp'](_0x2ce9c4))/0x2,_0x45082a=_0xe395b1=>Math['exp'](_0xe395b1)-0x1,_0x422c80=_0x14144b=>(Math['exp'](0x2*_0x14144b)-0x1)/(Math['exp'](0x2*_0x14144b)+0x1),_0x15449f=_0x3e9490=>Math['log'](0x1+_0x3e9490);return{'acos':_0x393981(0.12312423423423424),'acosh':_0x2263e9(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x5e0eaa(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x5d7859(0.12312423423423424),'asinh':_0x5ed19c(0x1),'asinhPf':_0x296e0e(0x1),'atanh':_0x138eee(0.5),'atanhPf':_0xeb4517(0.5),'atan':_0x1ca2c2(0.5),'sin':_0x384b47(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x56fa83(0x1),'sinhPf':_0x291d24(0x1),'cos':_0x15169d(10.000000000123),'cosh':_0x541238(0x1),'coshPf':_0x4b8ad1(0x1),'tan':_0x4240a4(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x41fb4b(0x1),'tanhPf':_0x422c80(0x1),'exp':_0x2c05cc(0x1),'expm1':_0x3aba4c(0x1),'expm1Pf':_0x45082a(0x1),'log1p':_0x52aaa0(0xa),'log1pPf':_0x15449f(0xa),'powPI':_0x333b31(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x5d0c7b=document['createDocumentFragment'](),_0x23b30a=createMathElement(_0x5d0c7b,'mrow'),_0x2690ec=createMathElement(_0x23b30a,'munderover'),_0x3e6c44=createMathElement(_0x2690ec,'mmultiscripts');createMathElement(_0x3e6c44,'mo','∏');for(const [_0xbdac93,_0x49ffdf,_0x276df2,_0x2a2565,_0x506a13]of QUINTUPLETS){const _0x5c147c=document['createElement']('mmultiscripts');createMathElement(_0x5c147c,'mi',_0xbdac93),createMathElement(_0x5c147c,'mi',_0x49ffdf),createMathElement(_0x5c147c,'mi',_0x276df2),createMathElement(_0x5c147c,'mprescripts'),createMathElement(_0x5c147c,'mi',_0x2a2565),createMathElement(_0x5c147c,'mi',_0x506a13),_0x3e6c44['append'](_0x5c147c);}return getIframePool()['execute']((_0x2661dd,_0xbfbe25)=>{const _0x468b64=_0xbfbe25['document'],_0x4015c2=_0x468b64['createElement']('math');_0x4015c2['style']['whiteSpace']='nowrap',_0x4015c2['append'](_0x5d0c7b),_0x468b64['body']['append'](_0x4015c2);const _0x52de58={},_0x423e92=_0x4015c2['getBoundingClientRect'](),_0x2dd72f=['x','y','left','right','bottom','height','top','width'];for(const _0x221067 of _0x2dd72f){_0x221067 in _0x423e92&&(_0x52de58[_0x221067]=_0x423e92[_0x221067]);}const _0x3b870a=_0xbfbe25['getComputedStyle'](_0x4015c2,null)['getPropertyValue']('font-family');return _0x52de58['font']=_0x3b870a,_0x468b64['body']['removeChild'](_0x4015c2),_0x52de58;});}function createMathElement(_0x213e0c,_0x1fc189,_0x466d37=''){const _0x2f2b00=document['createElement'](_0x1fc189);return _0x2f2b00['textContent']=_0x466d37,_0x213e0c['appendChild'](_0x2f2b00),_0x2f2b00;}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(_0x56d66a){const _0x5ee746=window,_0x39c9d5=_0x5ee746['MediaSource'];if(_0x39c9d5===undefined||typeof _0x39c9d5['isTypeSupported']!=='function')return-0x1;let _0x317627=0x0;for(let _0x3255ce=0x0;_0x3255ce<_0x56d66a['length'];_0x3255ce++){try{_0x39c9d5['isTypeSupported'](_0x56d66a[_0x3255ce])&&(_0x317627|=0x1<<_0x3255ce);}catch{}}return _0x317627;}function getRtcCodecs(_0x1086a7){const _0x349a3b=window,_0x3ac09e=_0x349a3b['RTCRtpReceiver'];if(_0x3ac09e===undefined||typeof _0x3ac09e['getCapabilities']!=='function')return null;try{const _0x34b588=_0x3ac09e['getCapabilities'](_0x1086a7);if(_0x34b588===null)return null;const _0xee4805=_0x34b588['codecs']['map'](_0x463e5b=>''+_0x463e5b['mimeType']+(_0x463e5b['sdpFmtpLine']!==undefined&&_0x463e5b['sdpFmtpLine']!==''?';'+_0x463e5b['sdpFmtpLine']:''));return _0xee4805['sort']();}catch{return null;}}const VOICES_CHANGED_EVENT='voiceschanged',POLL_TIMEOUT_MS=0x258;function escapeField(_0x1c7187){if(_0x1c7187===undefined||_0x1c7187===null||_0x1c7187==='')return'';return String(_0x1c7187)['replace'](/([,\\])/g,'\x5c$1');}function getSpeechSynthesis(){if(typeof window==='undefined')return null;const _0x21e61c=window['speechSynthesis'];if(!_0x21e61c||typeof _0x21e61c['getVoices']!=='function')return null;return _0x21e61c;}function readVoicesOnce(_0x2185e4){try{const _0x13b912=_0x2185e4['getVoices']();if(Array['isArray'](_0x13b912)&&_0x13b912['length']>0x0)return _0x13b912;}catch{}return null;}function awaitVoicesPopulated(_0x187aee){return new Promise(_0x2709a4=>{let _0x36f415=![];const _0xef86a5=_0x112a5f=>{if(_0x36f415)return;_0x36f415=!![];if(_0x2a69cd!==null)clearTimeout(_0x2a69cd);if(_0x291d62!==null&&typeof _0x187aee['removeEventListener']==='function')try{_0x187aee['removeEventListener'](VOICES_CHANGED_EVENT,_0x291d62);}catch{}_0x2709a4(_0x112a5f);},_0x19fcd9=readVoicesOnce(_0x187aee);if(_0x19fcd9!==null){_0x2709a4(_0x19fcd9);return;}let _0x2a69cd=setTimeout(()=>{_0xef86a5(null);},POLL_TIMEOUT_MS),_0x291d62=null;if(typeof _0x187aee['addEventListener']==='function'){_0x291d62=()=>{const _0x3a3c3c=readVoicesOnce(_0x187aee);if(_0x3a3c3c!==null)_0xef86a5(_0x3a3c3c);};try{_0x187aee['addEventListener'](VOICES_CHANGED_EVENT,_0x291d62);}catch{_0x291d62=null;}}});}function buildDescriptors(_0x40b8e1){const _0x5e7a7d=[];for(const _0x4a9436 of _0x40b8e1){const _0xf2cef7=escapeField(_0x4a9436['voiceURI']),_0x4dc37f=escapeField(_0x4a9436['name']),_0x1f4c12=escapeField(_0x4a9436['lang']),_0x286e0d=_0x4a9436['localService']===!![]?'1':'0',_0xf72766=_0x4a9436['default']===!![]?'1':'0';_0x5e7a7d['push'](_0xf2cef7+','+_0x4dc37f+','+_0x1f4c12+','+_0x286e0d+','+_0xf72766);}return _0x5e7a7d['sort'](),_0x5e7a7d;}function buildMask(_0xeeb6c5){let _0x39ba2d=0x0;for(const _0xd26b33 of _0xeeb6c5){if(_0xd26b33['localService']===!![])_0x39ba2d|=0x1;if(_0xd26b33['default']===!![])_0x39ba2d|=0x2;}return _0x39ba2d;}function getSpeechVoices(){const _0x59b484=getSpeechSynthesis();if(_0x59b484===null)return null;return async()=>{let _0x266e3=await awaitVoicesPopulated(_0x59b484);if(_0x266e3===null)try{const _0x41052a=_0x59b484['getVoices']();if(Array['isArray'](_0x41052a))_0x266e3=_0x41052a;else return null;}catch{return null;}const _0x3685fa=buildDescriptors(_0x266e3),_0x211d12=x64hash128(JSON['stringify'](_0x3685fa)),_0x592181=buildMask(_0x266e3),_0x55c7f4=_0x266e3['length'],_0x1ff16b={};return _0x1ff16b['hash']=_0x211d12,_0x1ff16b['mask']=_0x592181,_0x1ff16b['count']=_0x55c7f4,_0x1ff16b;};}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x11d585,_0x495b85)=>{const _0x51d7ed=_0x495b85['document'],_0x3989f9=_0x51d7ed['createElement']('div');_0x3989f9['style']['border']='.5px\x20dotted\x20transparent',_0x51d7ed['body']['appendChild'](_0x3989f9);const _0x35579a=_0x3989f9['offsetHeight'];return _0x51d7ed['body']['removeChild'](_0x3989f9),_0x35579a;});}catch{return null;}}function getSupportedConstraints(){try{const _0x162dfa=navigator['mediaDevices'];if(_0x162dfa===undefined||typeof _0x162dfa['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x162dfa['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x20190a='';for(let _0x54e682=0x1f600;_0x54e682<=0x1f64f;_0x54e682++){_0x20190a+=String['fromCodePoint'](_0x54e682);}return getIframePool()['execute']((_0x35cd7c,_0x53ef2e)=>{const _0x24ebab=_0x53ef2e['document'],_0x4f852c='http://www.w3.org/2000/svg',_0xaf1e06=_0x24ebab['createElementNS'](_0x4f852c,'svg');_0xaf1e06['setAttribute']('width','0'),_0xaf1e06['setAttribute']('height','0'),_0xaf1e06['style']['position']='absolute',_0xaf1e06['style']['visibility']='hidden';const _0x4c9cf1=_0x24ebab['createElementNS'](_0x4f852c,'text');_0x4c9cf1['setAttribute']('x','0'),_0x4c9cf1['setAttribute']('y','50'),_0x4c9cf1['setAttribute']('font-size','16'),_0x4c9cf1['textContent']=_0x20190a,_0xaf1e06['appendChild'](_0x4c9cf1),_0x24ebab['body']['appendChild'](_0xaf1e06);const _0x3aed3d=_0x53ef2e['getComputedStyle'](_0x4c9cf1)['getPropertyValue']('font-family');let _0x4b3c9f=null;try{const _0x7b7590=_0x4c9cf1['getBBox']();_0x4b3c9f={'x':round(_0x7b7590['x']),'y':round(_0x7b7590['y']),'width':round(_0x7b7590['width']),'height':round(_0x7b7590['height'])};}catch{}let _0x21606a=null;try{const _0x387c09=_0x4c9cf1,_0x4f9849=_0x387c09['getExtentOfChar'](0x0);_0x21606a={'x':round(_0x4f9849['x']),'y':round(_0x4f9849['y']),'width':round(_0x4f9849['width']),'height':round(_0x4f9849['height'])};}catch{}let _0x550cd7=null;try{const _0x170c97=_0x4c9cf1;_0x550cd7=round(_0x170c97['getSubStringLength'](0x0,0xa));}catch{}let _0x79f319=null;try{const _0x51f059=_0x4c9cf1;_0x79f319=round(_0x51f059['getComputedTextLength']());}catch{}_0x24ebab['body']['removeChild'](_0xaf1e06);const _0x324257={};return _0x324257['bbox']=_0x4b3c9f,_0x324257['charExtent']=_0x21606a,_0x324257['substringLength']=_0x550cd7,_0x324257['computedTextLength']=_0x79f319,_0x324257['font']=_0x3aed3d,_0x324257;});}function round(_0x273792){return Math['round'](_0x273792*0x64)/0x64;}const _0x1e2fe2={};_0x1e2fe2['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x1e2fe2['width']=0x780,_0x1e2fe2['height']=0x438,_0x1e2fe2['bitrate']=0x4c4b40,_0x1e2fe2['framerate']=0x1e;const _0x4247d7={};_0x4247d7['type']='file',_0x4247d7['video']=_0x1e2fe2;const _0x3af884={};_0x3af884['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x3af884['width']=0x780,_0x3af884['height']=0x438,_0x3af884['bitrate']=0x4c4b40,_0x3af884['framerate']=0x1e;const _0x28e5e4={};_0x28e5e4['type']='file',_0x28e5e4['video']=_0x3af884;const _0x2c62fe={};_0x2c62fe['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x2c62fe['width']=0x780,_0x2c62fe['height']=0x438,_0x2c62fe['bitrate']=0x4c4b40,_0x2c62fe['framerate']=0x1e;const _0x5be56e={};_0x5be56e['type']='file',_0x5be56e['video']=_0x2c62fe;const _0x4dada0={};_0x4dada0['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x4dada0['width']=0x780,_0x4dada0['height']=0x438,_0x4dada0['bitrate']=0x4c4b40,_0x4dada0['framerate']=0x1e;const _0x460421={};_0x460421['type']='file',_0x460421['video']=_0x4dada0;const _0x545280={};_0x545280['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x545280['width']=0x780,_0x545280['height']=0x438,_0x545280['bitrate']=0x4c4b40,_0x545280['framerate']=0x1e;const _0x178f8d={};_0x178f8d['type']='file',_0x178f8d['video']=_0x545280;const _0x4ad969={};_0x4ad969['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x4ad969['width']=0xf00,_0x4ad969['height']=0x870,_0x4ad969['bitrate']=0x1312d00,_0x4ad969['framerate']=0x3c;const _0x870e61={};_0x870e61['type']='file',_0x870e61['video']=_0x4ad969;const _0x3fa401={};_0x3fa401['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x3fa401['width']=0xf00,_0x3fa401['height']=0x870,_0x3fa401['bitrate']=0x1312d00,_0x3fa401['framerate']=0x3c;const _0x42aec0={};_0x42aec0['type']='file',_0x42aec0['video']=_0x3fa401;const _0x53baa8={};_0x53baa8['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x53baa8['width']=0xf00,_0x53baa8['height']=0x870,_0x53baa8['bitrate']=0x1312d00,_0x53baa8['framerate']=0x3c;const _0x41b25f={};_0x41b25f['type']='file',_0x41b25f['video']=_0x53baa8;const CODEC_CONFIGS=[_0x4247d7,_0x28e5e4,_0x5be56e,_0x460421,_0x178f8d,_0x870e61,_0x42aec0,_0x41b25f];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x2f5494=>{try{const _0x77421c=await navigator['mediaCapabilities']['decodingInfo'](_0x2f5494);let _0x440faa=0x0;if(_0x77421c['supported'])_0x440faa|=0x1;if(_0x77421c['smooth'])_0x440faa|=0x2;if(_0x77421c['powerEfficient'])_0x440faa|=0x4;return _0x440faa;}catch(_0x354713){return _0x354713 instanceof Error?_0x354713['message']:String(_0x354713);}}));}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 _0x1e748b=0x0;for(const _0x4628a1 of FEATURE_MODULES$1){_0x1e748b<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX$1,..._0x4628a1)['buffer'])&&(_0x1e748b|=0x1);}return _0x1e748b;}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 _0x2d2bf8=Date['now']();let _0x15a603=null,_0x3d4a8b=null;try{const _0x22ec4e={};_0x22ec4e['type']='application/javascript';const _0x1ade1c=new Blob([WORKER_SOURCE],_0x22ec4e);_0x3d4a8b=URL['createObjectURL'](_0x1ade1c),_0x15a603=new Worker(_0x3d4a8b);}catch{if(_0x3d4a8b!==null)URL['revokeObjectURL'](_0x3d4a8b);return _0x15a603?.['terminate'](),null;}const _0x36ed33=_0x15a603;try{const _0x2e5e45=await new Promise(_0x511dd9=>{const _0x225ab0=setTimeout(()=>_0x511dd9(undefined),WORKER_PROBE_TIMEOUT_MS);_0x36ed33['onmessage']=_0x525fc9=>{clearTimeout(_0x225ab0),_0x525fc9['data']['ok']&&typeof _0x525fc9['data']['mask']==='number'?_0x511dd9(_0x525fc9['data']['mask']):_0x511dd9(undefined);},_0x36ed33['onerror']=()=>{clearTimeout(_0x225ab0),_0x511dd9(undefined);},_0x36ed33['postMessage']('probe');});return{'mask':_0x2e5e45,'durationMs':Date['now']()-_0x2d2bf8};}finally{_0x36ed33['terminate']();if(_0x3d4a8b!==null)URL['revokeObjectURL'](_0x3d4a8b);}};}const _0x142a7f={};_0x142a7f['conditionalCreate']='cc',_0x142a7f['conditionalGet']='cg',_0x142a7f['hybridTransport']='ht',_0x142a7f['passkeyPlatformAuthenticator']='ppa',_0x142a7f['userVerifyingPlatformAuthenticator']='uvpa',_0x142a7f['relatedOrigins']='ro',_0x142a7f['signalAllAcceptedCredentials']='saac',_0x142a7f['signalCurrentUserDetails']='scud',_0x142a7f['signalUnknownCredential']='suc',_0x142a7f['extension:credProps']='ecp',_0x142a7f['extension:prf']='ep',_0x142a7f['extension:appid']='eai',_0x142a7f['extension:appidExclude']='eaie',_0x142a7f['extension:credBlob']='ecb',_0x142a7f['extension:credProtect']='ecpr',_0x142a7f['extension:hmacSecret']='ehs',_0x142a7f['extension:largeBlob']='elb',_0x142a7f['extension:minPinLength']='empl',_0x142a7f['extension:payment']='epy';const CAPABILITY_SHORT_CODE=_0x142a7f;function getPublicKeyCredential(){if(typeof window==='undefined')return null;const _0x2c6a9b=window['PublicKeyCredential'];if(!_0x2c6a9b||typeof _0x2c6a9b['getClientCapabilities']!=='function')return null;return _0x2c6a9b;}function getWebAuthnCapabilities(){const _0x1898cd=getPublicKeyCredential();if(_0x1898cd===null||_0x1898cd['getClientCapabilities']===undefined)return null;const _0x828e43=_0x1898cd['getClientCapabilities'];return async()=>{let _0x42323c;try{_0x42323c=await _0x828e43();}catch{return null;}if(_0x42323c===null||typeof _0x42323c!=='object')return null;const _0x21f5ee={};for(const [_0x1fced7,_0x16d3a3]of Object['entries'](_0x42323c)){const _0x3f8558=CAPABILITY_SHORT_CODE[_0x1fced7];if(_0x3f8558!==undefined)_0x21f5ee[_0x3f8558]=_0x16d3a3===!![];}return _0x21f5ee;};}const _0x2f74e3={};_0x2f74e3['codec']='avc1.42001E',_0x2f74e3['width']=0x780,_0x2f74e3['height']=0x438,_0x2f74e3['label']='h264-baseline-1080';const _0x5a123a={};_0x5a123a['codec']='avc1.4D0032',_0x5a123a['width']=0xf00,_0x5a123a['height']=0x870,_0x5a123a['label']='h264-main-4k';const _0x34dd3b={};_0x34dd3b['codec']='avc1.640033',_0x34dd3b['width']=0xf00,_0x34dd3b['height']=0x870,_0x34dd3b['label']='h264-high-4k';const _0x4bef38={};_0x4bef38['codec']='hev1.1.6.L150.B0',_0x4bef38['width']=0x780,_0x4bef38['height']=0x438,_0x4bef38['label']='hevc-main-1080';const _0x4f2b96={};_0x4f2b96['codec']='hev1.2.4.L153.B0',_0x4f2b96['width']=0xf00,_0x4f2b96['height']=0x870,_0x4f2b96['label']='hevc-main10-4k';const _0x1c4f98={};_0x1c4f98['codec']='hev1.1.6.L180.B0',_0x1c4f98['width']=0x1e00,_0x1c4f98['height']=0x10e0,_0x1c4f98['label']='hevc-main-8k';const _0x2f929c={};_0x2f929c['codec']='vp09.00.40.08',_0x2f929c['width']=0x780,_0x2f929c['height']=0x438,_0x2f929c['label']='vp9-profile0-1080';const _0x36abf4={};_0x36abf4['codec']='vp09.02.40.10',_0x36abf4['width']=0xf00,_0x36abf4['height']=0x870,_0x36abf4['label']='vp9-profile2-4k-10bit';const _0x2a506e={};_0x2a506e['codec']='av01.0.08M.08',_0x2a506e['width']=0x780,_0x2a506e['height']=0x438,_0x2a506e['label']='av1-main-1080';const _0x3d9788={};_0x3d9788['codec']='av01.0.12M.10',_0x3d9788['width']=0xf00,_0x3d9788['height']=0x870,_0x3d9788['label']='av1-main-4k-10bit';const _0x30d1d1={};_0x30d1d1['codec']='av01.0.16M.10',_0x30d1d1['width']=0x1e00,_0x30d1d1['height']=0x10e0,_0x30d1d1['label']='av1-main-8k-10bit';const _0x47cc3b={};_0x47cc3b['codec']='vp8',_0x47cc3b['width']=0x780,_0x47cc3b['height']=0x438,_0x47cc3b['label']='vp8-1080';const CODEC_TESTS=[_0x2f74e3,_0x5a123a,_0x34dd3b,_0x4bef38,_0x4f2b96,_0x1c4f98,_0x2f929c,_0x36abf4,_0x2a506e,_0x3d9788,_0x30d1d1,_0x47cc3b];async function getWebCodecsHardware(){try{const _0xc5da7=window['VideoDecoder'];if(!_0xc5da7||typeof _0xc5da7['isConfigSupported']!=='function')return null;const _0x396d4a=_0xc5da7['isConfigSupported']['bind'](_0xc5da7),_0x1e32a3=[],_0x3ce9a4=CODEC_TESTS['map'](async _0x21abac=>{try{const _0x21fcb9={};_0x21fcb9['codec']=_0x21abac['codec'],_0x21fcb9['codedWidth']=_0x21abac['width'],_0x21fcb9['codedHeight']=_0x21abac['height'],_0x21fcb9['hardwareAcceleration']='prefer-hardware';const _0x25d236=_0x21fcb9,_0x29617b=await Promise['race']([_0x396d4a(_0x25d236),new Promise(_0x24b04b=>setTimeout(()=>_0x24b04b(null),0x1f4))]);if(_0x29617b?.['supported']===!![]){const _0x31dece=_0x29617b['config'],_0x23ef21=_0x31dece?.['hardwareAcceleration'];(_0x23ef21==='prefer-hardware'||_0x23ef21===undefined)&&_0x1e32a3['push'](_0x21abac['label']);}}catch{}});return await Promise['all'](_0x3ce9a4),_0x1e32a3['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:_0x36b0d1}){const _0x29b7c9=getWebGLContext(_0x36b0d1);if(!_0x29b7c9)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x29b7c9))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x20b6c2=shouldAvoidDebugRendererInfo()?null:_0x29b7c9['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x29b7c9,_0x29b7c9['VERSION']),'vendor':getParamString(_0x29b7c9,_0x29b7c9['VENDOR']),'vendorUnmasked':_0x20b6c2!==null?getParamString(_0x29b7c9,_0x20b6c2['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x29b7c9,_0x29b7c9['RENDERER']),'rendererUnmasked':_0x20b6c2!==null?getParamString(_0x29b7c9,_0x20b6c2['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x29b7c9,_0x29b7c9['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x2c89cb}){const _0x1b5a95=getWebGLContext(_0x2c89cb);if(!_0x1b5a95)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x1b5a95))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x2e2fa5=_0x1b5a95['getSupportedExtensions'](),_0x5c4bfe=_0x1b5a95['getContextAttributes'](),_0x1307fc=[],_0x400f0a=[],_0x3b8ff3=[],_0x18563d=[],_0x110cbd=[];if(_0x5c4bfe)for(const _0x183db7 of Object['keys'](_0x5c4bfe)){_0x400f0a['push'](_0x183db7+'='+_0x5c4bfe[_0x183db7]);}const _0x27edbe=getConstantsFromPrototype(_0x1b5a95);for(const _0x2d96c1 of _0x27edbe){const _0x162d32=_0x1b5a95[_0x2d96c1],_0x3effaa=validContextParameters['has'](_0x162d32)?'='+String(_0x1b5a95['getParameter'](_0x162d32)):'';_0x3b8ff3['push'](_0x2d96c1+'='+_0x162d32+_0x3effaa);}if(_0x2e2fa5!==null)for(const _0x280270 of _0x2e2fa5){if(_0x280270===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x280270===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x31507c=_0x1b5a95['getExtension'](_0x280270);if(_0x31507c===null){_0x1307fc['push'](_0x280270);continue;}for(const _0x2fe270 of getConstantsFromPrototype(_0x31507c)){const _0x101e8f=_0x31507c[_0x2fe270],_0x475df4=validExtensionParams['has'](_0x101e8f)?'='+String(_0x1b5a95['getParameter'](_0x101e8f)):'';_0x18563d['push'](_0x2fe270+'='+_0x101e8f+_0x475df4);}}for(const _0x6a7fa of shaderTypes){for(const _0x6e18a5 of precisionTypes){const _0x44e02b=getShaderPrecision(_0x1b5a95,_0x6a7fa,_0x6e18a5);_0x110cbd['push'](_0x6a7fa+'.'+_0x6e18a5+'='+_0x44e02b['join'](','));}}_0x18563d['sort'](),_0x3b8ff3['sort']();const _0x13e70f={};return _0x13e70f['contextAttributes']=_0x400f0a,_0x13e70f['parameters']=_0x3b8ff3,_0x13e70f['shaderPrecisions']=_0x110cbd,_0x13e70f['extensions']=_0x2e2fa5,_0x13e70f['extensionParameters']=_0x18563d,_0x13e70f['unsupportedExtensions']=_0x1307fc,_0x13e70f;}function getWebGLContext(_0x1b852f){if(_0x1b852f['webgl'])return _0x1b852f['webgl']['context'];const _0x4d09b4=document['createElement']('canvas');let _0x31e732;_0x4d09b4['addEventListener']('webglCreateContextError',()=>_0x31e732=undefined);for(const _0x8ac114 of['webgl','experimental-webgl']){try{_0x31e732=_0x4d09b4['getContext'](_0x8ac114);}catch{}if(_0x31e732)break;}const _0x442c72={};return _0x442c72['context']=_0x31e732,_0x1b852f['webgl']=_0x442c72,_0x31e732;}function getShaderPrecision(_0x4a8446,_0x17194a,_0x5f4852){const _0x4b1754=_0x4a8446['getShaderPrecisionFormat'](_0x4a8446[_0x17194a],_0x4a8446[_0x5f4852]);return _0x4b1754?[_0x4b1754['rangeMin'],_0x4b1754['rangeMax'],_0x4b1754['precision']]:[];}function getConstantsFromPrototype(_0x3e5a08){const _0x21fb56=Object['getPrototypeOf'](_0x3e5a08);if(_0x21fb56===null)return[];const _0x23aa5f=Object['keys'](_0x21fb56);return _0x23aa5f['filter'](isConstantLike);}function isConstantLike(_0x31efa8){return typeof _0x31efa8==='string'&&!_0x31efa8['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x4a61c1,_0x577049){const _0x14d94c=_0x4a61c1['getParameter'](_0x577049);if(_0x14d94c===undefined||_0x14d94c===null)return'';return String(_0x14d94c);}function isValidParameterGetter(_0x424f00){return typeof _0x424f00['getParameter']==='function';}const _0x26df1e={};_0x26df1e['dHash']='',_0x26df1e['imageMurHash']='',_0x26df1e['unstable']=![];const EMPTY=_0x26df1e;function getWebGlCanvas(){try{const _0x544680=document['createElement']('canvas');_0x544680['width']=0x100,_0x544680['height']=0x100;const _0x24fffd=_0x544680['getContext']('webgl')??_0x544680['getContext']('experimental-webgl');if(!_0x24fffd||!(_0x24fffd instanceof WebGLRenderingContext))return EMPTY;renderTriangle(_0x24fffd);const _0x29ce5e=computeDHash(_0x544680),_0x4475fd=_0x544680['toDataURL'](),_0x2b954a=_0x544680['toDataURL']();if(_0x4475fd!==_0x2b954a){const _0x3fd044={};return _0x3fd044['dHash']=_0x29ce5e,_0x3fd044['imageMurHash']='',_0x3fd044['unstable']=!![],_0x3fd044;}return{'dHash':_0x29ce5e,'imageMurHash':x64hash128(_0x4475fd),'unstable':![]};}catch{return EMPTY;}}function renderTriangle(_0x57268e){_0x57268e['clearColor'](0x0,0x0,0x1,0x1);const _0x5e3237=_0x57268e['createProgram']();if(_0x5e3237===null)return;const _0x32338a=_0x5e3237;function _0x394004(_0x418566,_0x1208a8){const _0x2fc062=_0x57268e['createShader'](_0x418566);if(_0x2fc062===null)return;_0x57268e['shaderSource'](_0x2fc062,_0x1208a8),_0x57268e['compileShader'](_0x2fc062),_0x57268e['attachShader'](_0x32338a,_0x2fc062);}_0x394004(_0x57268e['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);}'),_0x394004(_0x57268e['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x57268e['linkProgram'](_0x5e3237),_0x57268e['useProgram'](_0x5e3237),_0x57268e['enableVertexAttribArray'](0x0);const _0x22bd83=_0x57268e['getUniformLocation'](_0x5e3237,'t'),_0x12737c=_0x57268e['createBuffer']();_0x57268e['bindBuffer'](_0x57268e['ARRAY_BUFFER'],_0x12737c),_0x57268e['bufferData'](_0x57268e['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x57268e['STATIC_DRAW']),_0x57268e['vertexAttribPointer'](0x0,0x2,_0x57268e['FLOAT'],![],0x0,0x0),_0x57268e['clear'](_0x57268e['COLOR_BUFFER_BIT']),_0x57268e['uniform1f'](_0x22bd83,3.65),_0x57268e['drawArrays'](_0x57268e['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(_0x41d254){const _0x1ce60e=_0x41d254['info'];if(_0x1ce60e!==null&&_0x1ce60e!==undefined)return _0x1ce60e;const _0x449b4e=_0x41d254['requestAdapterInfo'];if(typeof _0x449b4e==='function')try{return await _0x449b4e['call'](_0x41d254);}catch{return null;}return null;}async function getWebGlExtended(){try{const {getCachedGpuAdapter:_0x4f7903}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x4c0473=_0x4f7903();if(_0x4c0473===null)return null;const _0x399420=await _0x4c0473;if(!_0x399420)return null;const _0x38e58a=_0x399420['limits'],_0x4de642=[];for(const _0x581579 of GPU_LIMIT_NAMES){if(_0x38e58a&&_0x581579 in _0x38e58a){const _0x1408d3=_0x38e58a[_0x581579];_0x4de642['push'](typeof _0x1408d3==='number'?_0x1408d3:null);}else _0x4de642['push'](null);}const _0x7b9d7d=await getAdapterInfo(_0x399420);let _0x242766=null,_0x8bf7ba=null;_0x7b9d7d!==null&&(_0x242766=typeof _0x7b9d7d['description']==='string'?_0x7b9d7d['description']:null,_0x8bf7ba=typeof _0x7b9d7d['device']==='string'?_0x7b9d7d['device']:null);const _0x34b809='isFallbackAdapter'in _0x399420?Boolean(_0x399420['isFallbackAdapter']):null,_0x1be252={};return _0x1be252['ds']=_0x242766,_0x1be252['dv']=_0x8bf7ba,_0x1be252['f']=_0x34b809,_0x1be252['l']=_0x4de642,_0x1be252;}catch{return null;}}const AH_TOKEN='34047',KH_BLACKLIST=new Set(['32926','32928']);function transformParameters(_0x48c794){return _0x48c794['map'](_0x2b699e=>{const _0x19111a=_0x2b699e['split']('=',0x3),_0x2446df=_0x19111a[0x0],_0xd3d78=_0x19111a[0x1],_0x2bb46d=_0x19111a[0x2];if(_0x2bb46d!==undefined||_0xd3d78!==undefined&&KH_BLACKLIST['has'](_0xd3d78))return _0x2446df+'('+(_0xd3d78??'')+')=null';return _0x2b699e;});}function transformExtensionParameters(_0x24ff27){return _0x24ff27['map'](_0x418ca2=>{const _0x4aa025=_0x418ca2['split']('=',0x3),_0x5ce44e=_0x4aa025[0x0],_0x416bfa=_0x4aa025[0x1],_0x3fd421=_0x4aa025[0x2];if(_0x3fd421!==undefined&&_0x416bfa!==AH_TOKEN)return _0x5ce44e+'('+(_0x416bfa??'')+')='+_0x3fd421;return _0x418ca2;});}function getWebGlExtensionsHashed({cache:_0x8bd7df}){const _0x6772a4={};_0x6772a4['cache']=_0x8bd7df;const _0xff270c=getWebGlExtensions(_0x6772a4);if(typeof _0xff270c==='number')return _0xff270c;const {contextAttributes:_0x5c3fcc,parameters:_0x1b426d,shaderPrecisions:_0x32c270,extensions:_0xb3d91b,extensionParameters:_0x2e0a2c,unsupportedExtensions:_0x408d10}=_0xff270c,_0x5b4409=_0xb3d91b??[],_0x3a8b53=transformParameters(_0x1b426d),_0x55013a=transformExtensionParameters(_0x2e0a2c);return{'contextAttributes':x64hash128(_0x5c3fcc['join']('&')),'parameters':x64hash128(_0x3a8b53['join']('&')),'parameters2':x64hash128(_0x1b426d['join']('&')),'shaderPrecisions':x64hash128(_0x32c270['join']('&')),'extensions':x64hash128(_0x5b4409['join'](',')),'extensionParameters':x64hash128(_0x55013a['join'](',')),'extensionParameters2':x64hash128(_0x2e0a2c['join']('&')),'unsupportedExtensions':_0x408d10,'extensionsList':_0x5b4409};}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 _0x39dd06=document['createElement']('canvas');_0x39dd06['width']=SIZE,_0x39dd06['height']=SIZE;const _0x593c5f=_0x39dd06['getContext']('webgl')??_0x39dd06['getContext']('experimental-webgl');if(!_0x593c5f)return null;const _0x42353a=buildProgram(_0x593c5f);if(!_0x42353a)return null;const _0x2ff7a9=buildSphere();renderSphere(_0x593c5f,_0x42353a,_0x2ff7a9);const _0x126470=_0x39dd06['toDataURL'](),_0x490666=_0x39dd06['toDataURL']();if(_0x126470!==_0x490666)return null;return fnv1a(_0x126470);}catch{return null;}}function buildProgram(_0x22e16c){const _0x1b1d42=_0x22e16c['createProgram'](),_0x450b50=_0x22e16c['createShader'](_0x22e16c['VERTEX_SHADER']),_0x4ae234=_0x22e16c['createShader'](_0x22e16c['FRAGMENT_SHADER']);if(_0x450b50===null||_0x4ae234===null)return null;_0x22e16c['shaderSource'](_0x450b50,VERT_SHADER),_0x22e16c['compileShader'](_0x450b50),_0x22e16c['attachShader'](_0x1b1d42,_0x450b50),_0x22e16c['shaderSource'](_0x4ae234,FRAG_SHADER),_0x22e16c['compileShader'](_0x4ae234),_0x22e16c['attachShader'](_0x1b1d42,_0x4ae234),_0x22e16c['linkProgram'](_0x1b1d42);if(_0x22e16c['getProgramParameter'](_0x1b1d42,_0x22e16c['LINK_STATUS'])!==!![])return null;return _0x1b1d42;}function buildSphere(){const _0x5d35dd=[],_0xbc051d=[],_0xb5cd09=[];for(let _0x537f1e=0x0;_0x537f1e<=LAT_BANDS;_0x537f1e++){const _0x5b9da2=_0x537f1e*Math['PI']/LAT_BANDS,_0x2c238e=Math['sin'](_0x5b9da2),_0x594409=Math['cos'](_0x5b9da2);for(let _0x55a333=0x0;_0x55a333<=LON_BANDS;_0x55a333++){const _0x4ce6a1=_0x55a333*0x2*Math['PI']/LON_BANDS,_0x10bdc1=_0x2c238e*Math['cos'](_0x4ce6a1),_0x5e5228=_0x594409,_0x3c07ef=_0x2c238e*Math['sin'](_0x4ce6a1);_0xbc051d['push'](_0x10bdc1,_0x5e5228,_0x3c07ef),_0x5d35dd['push'](_0x10bdc1*RADIUS,_0x5e5228*RADIUS,_0x3c07ef*RADIUS);}}for(let _0x2e4f61=0x0;_0x2e4f61<LAT_BANDS;_0x2e4f61++){for(let _0x1f4ff1=0x0;_0x1f4ff1<LON_BANDS;_0x1f4ff1++){const _0x334bb8=_0x2e4f61*(LON_BANDS+0x1)+_0x1f4ff1,_0x2d9c44=_0x334bb8+LON_BANDS+0x1;_0xb5cd09['push'](_0x334bb8,_0x2d9c44,_0x334bb8+0x1),_0xb5cd09['push'](_0x2d9c44,_0x2d9c44+0x1,_0x334bb8+0x1);}}return{'vertices':new Float32Array(_0x5d35dd),'normals':new Float32Array(_0xbc051d),'indices':new Uint16Array(_0xb5cd09)};}function renderSphere(_0x5d4e21,_0x4c302f,_0x5a0f04){_0x5d4e21['useProgram'](_0x4c302f),_0x5d4e21['viewport'](0x0,0x0,SIZE,SIZE),_0x5d4e21['clearColor'](0x0,0x0,0x0,0x1),_0x5d4e21['enable'](_0x5d4e21['DEPTH_TEST']),_0x5d4e21['clear'](_0x5d4e21['COLOR_BUFFER_BIT']|_0x5d4e21['DEPTH_BUFFER_BIT']);const _0x386795=_0x5d4e21['createBuffer']();_0x5d4e21['bindBuffer'](_0x5d4e21['ARRAY_BUFFER'],_0x386795),_0x5d4e21['bufferData'](_0x5d4e21['ARRAY_BUFFER'],_0x5a0f04['vertices'],_0x5d4e21['STATIC_DRAW']);const _0x5872be=_0x5d4e21['getAttribLocation'](_0x4c302f,'aPosition');_0x5d4e21['enableVertexAttribArray'](_0x5872be),_0x5d4e21['vertexAttribPointer'](_0x5872be,0x3,_0x5d4e21['FLOAT'],![],0x0,0x0);const _0x4e8eaa=_0x5d4e21['createBuffer']();_0x5d4e21['bindBuffer'](_0x5d4e21['ARRAY_BUFFER'],_0x4e8eaa),_0x5d4e21['bufferData'](_0x5d4e21['ARRAY_BUFFER'],_0x5a0f04['normals'],_0x5d4e21['STATIC_DRAW']);const _0x47760c=_0x5d4e21['getAttribLocation'](_0x4c302f,'aNormal');_0x5d4e21['enableVertexAttribArray'](_0x47760c),_0x5d4e21['vertexAttribPointer'](_0x47760c,0x3,_0x5d4e21['FLOAT'],![],0x0,0x0);const _0x430d2f=_0x5d4e21['createBuffer']();_0x5d4e21['bindBuffer'](_0x5d4e21['ELEMENT_ARRAY_BUFFER'],_0x430d2f),_0x5d4e21['bufferData'](_0x5d4e21['ELEMENT_ARRAY_BUFFER'],_0x5a0f04['indices'],_0x5d4e21['STATIC_DRAW']);const _0x4eab57=Math['PI']/0x6,_0x4e0fd3=0x1,_0x108b69=0.1,_0x49832d=0x64,_0x23461a=0x1/Math['tan'](_0x4eab57/0x2),_0x2deafd=new Float32Array([_0x23461a/_0x4e0fd3,0x0,0x0,0x0,0x0,_0x23461a,0x0,0x0,0x0,0x0,(_0x49832d+_0x108b69)/(_0x108b69-_0x49832d),-0x1,0x0,0x0,0x2*_0x49832d*_0x108b69/(_0x108b69-_0x49832d),0x0]),_0x29ba6e=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x3c2eac=multiplyMat4(_0x2deafd,_0x29ba6e);_0x5d4e21['uniformMatrix4fv'](_0x5d4e21['getUniformLocation'](_0x4c302f,'uMVMatrix'),![],_0x29ba6e),_0x5d4e21['uniformMatrix4fv'](_0x5d4e21['getUniformLocation'](_0x4c302f,'uMVPMatrix'),![],_0x3c2eac),_0x5d4e21['uniform4f'](_0x5d4e21['getUniformLocation'](_0x4c302f,'uLightPos'),0xa,0xa,0xa,0x1),_0x5d4e21['uniform3f'](_0x5d4e21['getUniformLocation'](_0x4c302f,'uKd'),0.9,0.5,0.3),_0x5d4e21['uniform3f'](_0x5d4e21['getUniformLocation'](_0x4c302f,'uLd'),0x1,0x1,0x1),_0x5d4e21['drawElements'](_0x5d4e21['TRIANGLES'],_0x5a0f04['indices']['length'],_0x5d4e21['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x25ccce,_0x2f0149){const _0x3a15d0=new Float32Array(0x10);for(let _0x359dbe=0x0;_0x359dbe<0x4;_0x359dbe++){for(let _0x50ca2d=0x0;_0x50ca2d<0x4;_0x50ca2d++){_0x3a15d0[_0x50ca2d*0x4+_0x359dbe]=0x0;for(let _0xcae28b=0x0;_0xcae28b<0x4;_0xcae28b++){_0x3a15d0[_0x50ca2d*0x4+_0x359dbe]+=_0x25ccce[_0xcae28b*0x4+_0x359dbe]*_0x2f0149[_0x50ca2d*0x4+_0xcae28b];}}}return _0x3a15d0;}function fnv1a(_0x4432e5){let _0x37bdd0=0x811c9dc5;for(let _0x108ebd=0x0;_0x108ebd<_0x4432e5['length'];_0x108ebd++){_0x37bdd0^=_0x4432e5['charCodeAt'](_0x108ebd),_0x37bdd0+=(_0x37bdd0<<0x1)+(_0x37bdd0<<0x4)+(_0x37bdd0<<0x7)+(_0x37bdd0<<0x8)+(_0x37bdd0<<0x18);}return _0x37bdd0>>>0x0;}let cached=null;function getCachedGpuAdapter(){if(typeof navigator==='undefined')return null;const _0x2b7f08=navigator['gpu'];if(_0x2b7f08===undefined||_0x2b7f08===null)return null;const _0x41a02b=_0x2b7f08['requestAdapter'];if(typeof _0x41a02b!=='function')return null;return cached===null&&(cached=((async()=>{try{const _0x2e1987=await _0x41a02b['call'](_0x2b7f08);return _0x2e1987===null||_0x2e1987===undefined?null:_0x2e1987;}catch{return null;}})())),cached;}function resetCachedGpuAdapter(){cached=null;}const _0x5bb944={};_0x5bb944['__proto__']=null,_0x5bb944['getCachedGpuAdapter']=getCachedGpuAdapter,_0x5bb944['resetCachedGpuAdapter']=resetCachedGpuAdapter;var webgpuAdapter=Object['freeze'](_0x5bb944);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 _0x1277a2=getCachedGpuAdapter();if(_0x1277a2===null)return null;const _0x5b0124=await _0x1277a2;if(!_0x5b0124)return null;const _0x5095eb=_0x5b0124['info'],_0x281971=_0x5095eb?.['vendor']??'',_0x1b42ce=_0x5095eb?.['architecture']??'',_0x52a07d=_0x5095eb?.['device']??'',_0x3443ca=_0x5095eb?.['description']??'',_0x26fb14=[];_0x5b0124['features']['forEach'](_0x5e6e60=>_0x26fb14['push'](_0x5e6e60)),_0x26fb14['sort']();const _0x5f1bc7={};for(const _0x1614e4 of DISCRIMINATING_LIMITS){_0x1614e4 in _0x5b0124['limits']&&(_0x5f1bc7[_0x1614e4]=_0x5b0124['limits'][_0x1614e4]);}const _0x143246={};return _0x143246['vendor']=_0x281971,_0x143246['architecture']=_0x1b42ce,_0x143246['device']=_0x52a07d,_0x143246['description']=_0x3443ca,_0x143246['features']=_0x26fb14,_0x143246['limits']=_0x5f1bc7,_0x143246;}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',_0xcd3919={};_0xcd3919['wgCount']=0x80,_0xcd3919['wgSize']=0x40;const _0x590174={};_0x590174['wgCount']=0x100,_0x590174['wgSize']=0x40;const _0x202d61={};_0x202d61['wgCount']=0x80,_0x202d61['wgSize']=0x80;const CONFIGS=[_0xcd3919,_0x590174,_0x202d61],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{const {getCachedGpuAdapter:_0x561a71}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x2a24bf=_0x561a71();if(_0x2a24bf===null)return null;const _0x135fc0=await _0x2a24bf;if(_0x135fc0===null)return null;const _0x3f5d38=await _0x135fc0['requestDevice']();try{const _0x13a919=_0x3f5d38['queue'],_0x426546={};_0x426546['code']=SHADER;const _0x5576ed=_0x3f5d38['createShaderModule'](_0x426546),_0x1dea7d=await collectDistribution(_0x3f5d38,_0x13a919,_0x5576ed),_0x407423=await collectDistribution(_0x3f5d38,_0x13a919,_0x5576ed),_0x186863=cosine(_0x1dea7d,_0x407423);if(_0x186863<0.8)return null;const _0x27cf15=_0x1dea7d['map']((_0x58140a,_0x2de8b9)=>(_0x58140a+_0x407423[_0x2de8b9])/0x2);return _0x27cf15['map'](_0x14a408=>Math['round'](_0x14a408*0x2710)/0x2710);}finally{_0x3f5d38['destroy']();}}catch{return null;}}async function collectDistribution(_0x4652b6,_0x469667,_0x294b61){const _0x370b9d=[];for(const _0x66fd4f of CONFIGS){const _0x1d76e9=[];for(let _0x144d4c=0x0;_0x144d4c<TRIALS;_0x144d4c++){const _0x5903be=await runTrial(_0x4652b6,_0x469667,_0x294b61,_0x66fd4f['wgCount'],_0x66fd4f['wgSize'],LIMIT);_0x1d76e9['push'](_0x5903be);}const _0x35d2f9=medianOfTrials(_0x1d76e9),_0x14c310=normalize(_0x35d2f9),_0x2806f1=downsample(_0x14c310,BINS);_0x370b9d['push'](..._0x2806f1);}return _0x370b9d;}function cosine(_0x7e2504,_0x3e6dd9){let _0x44adef=0x0,_0x57bf99=0x0,_0x101b2f=0x0;for(let _0x5b9530=0x0;_0x5b9530<_0x7e2504['length'];_0x5b9530++){_0x44adef+=_0x7e2504[_0x5b9530]*_0x3e6dd9[_0x5b9530],_0x57bf99+=_0x7e2504[_0x5b9530]*_0x7e2504[_0x5b9530],_0x101b2f+=_0x3e6dd9[_0x5b9530]*_0x3e6dd9[_0x5b9530];}const _0x346da1=Math['sqrt'](_0x57bf99)*Math['sqrt'](_0x101b2f);return _0x346da1===0x0?0x0:_0x44adef/_0x346da1;}async function runTrial(_0x50326a,_0x513b23,_0x4a7297,_0x3aaea2,_0x1acc51,_0x5df8e8){const _0x42c807={};_0x42c807['WG_SIZE']=_0x1acc51;const _0x24e458={};_0x24e458['module']=_0x4a7297,_0x24e458['entryPoint']='main',_0x24e458['constants']=_0x42c807;const _0x2bfdc0={};_0x2bfdc0['layout']='auto',_0x2bfdc0['compute']=_0x24e458;const _0x467ecc=_0x50326a['createComputePipeline'](_0x2bfdc0),_0x390779=_0x3aaea2*0x4,_0x1a92dd={};_0x1a92dd['size']=0x4,_0x1a92dd['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x47013c=_0x50326a['createBuffer'](_0x1a92dd),_0x554f49={};_0x554f49['size']=_0x390779,_0x554f49['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x4691f7=_0x50326a['createBuffer'](_0x554f49),_0x4e055b={};_0x4e055b['size']=0x10,_0x4e055b['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x5dbf96=_0x50326a['createBuffer'](_0x4e055b),_0x498d39={};_0x498d39['size']=_0x390779,_0x498d39['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x158822=_0x50326a['createBuffer'](_0x498d39);try{_0x513b23['writeBuffer'](_0x47013c,0x0,new Uint32Array([0x0])),_0x513b23['writeBuffer'](_0x4691f7,0x0,new Uint8Array(_0x390779)),_0x513b23['writeBuffer'](_0x5dbf96,0x0,new Uint32Array([_0x5df8e8,0x0,0x0,0x0]));const _0x186966={};_0x186966['buffer']=_0x47013c;const _0x28108f={};_0x28108f['binding']=0x0,_0x28108f['resource']=_0x186966;const _0x2732b3={};_0x2732b3['buffer']=_0x4691f7;const _0x45a0dd={};_0x45a0dd['binding']=0x1,_0x45a0dd['resource']=_0x2732b3;const _0x41b6ed={};_0x41b6ed['buffer']=_0x5dbf96;const _0x1e3dc4={};_0x1e3dc4['binding']=0x2,_0x1e3dc4['resource']=_0x41b6ed;const _0x43c9ea=_0x50326a['createBindGroup']({'layout':_0x467ecc['getBindGroupLayout'](0x0),'entries':[_0x28108f,_0x45a0dd,_0x1e3dc4]}),_0x42a126=_0x50326a['createCommandEncoder'](),_0xfbd075=_0x42a126['beginComputePass']();_0xfbd075['setPipeline'](_0x467ecc),_0xfbd075['setBindGroup'](0x0,_0x43c9ea),_0xfbd075['dispatchWorkgroups'](_0x3aaea2,0x1,0x1),_0xfbd075['end'](),_0x42a126['copyBufferToBuffer'](_0x4691f7,0x0,_0x158822,0x0,_0x390779),_0x513b23['submit']([_0x42a126['finish']()]),await _0x513b23['onSubmittedWorkDone'](),await _0x158822['mapAsync'](GPUMapMode['READ']);const _0x259019=new Uint32Array(_0x158822['getMappedRange']()['slice'](0x0));return _0x158822['unmap'](),Array['from'](_0x259019);}finally{_0x47013c['destroy'](),_0x4691f7['destroy'](),_0x5dbf96['destroy'](),_0x158822['destroy']();}}function medianOfTrials(_0x238fa8){const _0x4b7423=_0x238fa8[0x0]['length'],_0x5d09dc=new Array(_0x4b7423);for(let _0x100785=0x0;_0x100785<_0x4b7423;_0x100785++){const _0x4b6d99=_0x238fa8['map'](_0xb2a3ac=>_0xb2a3ac[_0x100785])['sort']((_0x237619,_0x4c2029)=>_0x237619-_0x4c2029),_0x44d55a=Math['floor'](_0x4b6d99['length']/0x2);_0x5d09dc[_0x100785]=_0x4b6d99['length']%0x2?_0x4b6d99[_0x44d55a]:(_0x4b6d99[_0x44d55a-0x1]+_0x4b6d99[_0x44d55a])/0x2;}return _0x5d09dc;}function normalize(_0x18b03a){const _0x5204c2=_0x18b03a['reduce']((_0xd96476,_0x462ef0)=>_0xd96476+_0x462ef0,0x0)||0x1;return _0x18b03a['map'](_0x2161ab=>_0x2161ab/_0x5204c2);}function downsample(_0x57d982,_0x746a8c){const _0x5f8ec1=_0x57d982['length'],_0x270de9=new Array(_0x746a8c)['fill'](0x0);for(let _0x146d35=0x0;_0x146d35<_0x5f8ec1;_0x146d35++){_0x270de9[Math['floor'](_0x146d35*_0x746a8c/_0x5f8ec1)]+=_0x57d982[_0x146d35];}const _0x2302cc=_0x270de9['reduce']((_0x551782,_0x58fd9a)=>_0x551782+_0x58fd9a,0x0)||0x1;return _0x270de9['map'](_0x4c00a3=>_0x4c00a3/_0x2302cc);}async function getWebRtcDevices(){const _0x592de0=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x592de0===undefined||typeof _0x592de0['enumerateDevices']!=='function')return undefined;try{const _0x3a4774=await _0x592de0['enumerateDevices']();let _0x294774=0x0,_0x41f9f7=0x0,_0x1d5935=0x0;const _0x5752e6=[];for(const _0x388923 of _0x3a4774){_0x5752e6['push'](_0x388923['kind']);if(_0x388923['kind']==='audioinput')_0x294774++;else{if(_0x388923['kind']==='audiooutput')_0x41f9f7++;else _0x1d5935++;}}const _0x22c7d5=_0x5752e6['join'](',');let _0x58246e=0x0;for(let _0x2a5f6f=0x0;_0x2a5f6f<_0x22c7d5['length'];_0x2a5f6f++){_0x58246e=(_0x58246e<<0x5)-_0x58246e+_0x22c7d5['charCodeAt'](_0x2a5f6f)|0x0;}return{'audioInputCount':_0x294774,'audioOutputCount':_0x41f9f7,'videoInputCount':_0x1d5935,'totalCount':_0x3a4774['length'],'kindsHash':(_0x58246e>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAncestorOrigins(){try{const _0x4e1a6f=window['location'],_0x1826ca=_0x4e1a6f['href'],_0x1ee6ff=_0x4e1a6f['ancestorOrigins'];let _0x5a5c42=null;if(_0x1ee6ff!==undefined&&_0x1ee6ff!==null){_0x5a5c42=[];for(let _0x22d13c=0x0;_0x22d13c<_0x1ee6ff['length'];_0x22d13c++){const _0x3575d5=_0x1ee6ff[_0x22d13c];if(typeof _0x3575d5==='string')_0x5a5c42['push'](_0x3575d5);}}const _0x1f8eec={};return _0x1f8eec['w']=_0x1826ca,_0x1f8eec['l']=_0x1826ca,_0x1f8eec['a']=_0x5a5c42,_0x1f8eec;}catch{return null;}}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x5b9c60}=window;if(typeof _0x5b9c60?.['canMakePayments']!=='function')return null;if(willPrintConsoleError())return null;try{return _0x5b9c60['canMakePayments']();}catch(_0x2efe19){if(_0x2efe19 instanceof Error&&_0x2efe19['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x2efe19['message']))return null;throw _0x2efe19;}}async function getBatterySignal(){const _0x55c294=navigator;if(typeof _0x55c294['getBattery']!=='function')return null;try{const _0x3f9184=await _0x55c294['getBattery']();if(_0x3f9184===undefined||_0x3f9184===null)return null;const _0x292ece=_0x3f9184['chargingTime'],_0x2850fb=_0x3f9184['dischargingTime'];return{'level':_0x3f9184['level'],'charging':_0x3f9184['charging'],'ct':Number['isFinite'](_0x292ece)?_0x292ece:null,'dt':Number['isFinite'](_0x2850fb)?_0x2850fb:null};}catch{return null;}}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x4713d1=0x0;_0x4713d1<0x100;_0x4713d1++){let _0x134583=_0x4713d1;for(let _0x3c2a9b=0x0;_0x3c2a9b<0x8;_0x3c2a9b++)_0x134583=_0x134583&0x1?0xedb88320^_0x134583>>>0x1:_0x134583>>>0x1;table[_0x4713d1]=_0x134583;}return table;}function crc32(_0x209a53){const _0x48680d=getTable();let _0x13f332=0xffffffff;for(let _0x7af772=0x0;_0x7af772<_0x209a53['length'];_0x7af772++){_0x13f332=_0x48680d[(_0x13f332^_0x209a53['charCodeAt'](_0x7af772))&0xff]^_0x13f332>>>0x8;}return(_0x13f332^0xffffffff)>>>0x0;}function summarizePrototype(_0x384235){const _0x36a4d8={};_0x36a4d8['count']=0x0,_0x36a4d8['hash']=0x0;if(!_0x384235)return _0x36a4d8;try{const _0x2265ef=Object['getOwnPropertyNames'](_0x384235)['sort'](),_0x56b614=_0x2265ef['join'](',');return{'count':_0x2265ef['length'],'hash':crc32(_0x56b614)};}catch{const _0x31bfac={};return _0x31bfac['count']=0x0,_0x31bfac['hash']=0x0,_0x31bfac;}}function isNativeFunction$1(_0x253675){try{return typeof _0x253675==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x253675));}catch{return![];}}function getBomEnumeration(){try{const _0x533f4f=summarizePrototype(Navigator['prototype']),_0x388368=summarizePrototype(Screen['prototype']),_0x39a1a6=summarizePrototype(HTMLElement['prototype']),_0x2389b5=summarizePrototype(Document['prototype']),_0x2b5438={};_0x2b5438['count']=0x0,_0x2b5438['hash']=0x0;let _0x339d4d=_0x2b5438;typeof Performance!=='undefined'&&(_0x339d4d=summarizePrototype(Performance['prototype']));const _0x109026=_0x533f4f['count']+_0x388368['count']+_0x39a1a6['count']+_0x2389b5['count']+_0x339d4d['count'],_0x48cc2a=window,_0x37e479='chrome'in window&&typeof _0x48cc2a['chrome']==='object',_0x48ccb2=typeof navigator['brave']==='object',_0x10a550='__playwright'in _0x48cc2a||'__selenium_unwrapped'in _0x48cc2a||'__webdriver_evaluate'in _0x48cc2a||'__nightmare'in _0x48cc2a||'_phantom'in _0x48cc2a||'__lastWatirAlert'in _0x48cc2a;let _0x1f7f51=!![];try{const _0x5777a0=navigator['plugins'];_0x1f7f51=_0x5777a0['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x1f7f51=![];}let _0x59d140=!![];try{const _0x45abfa=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x45abfa)_0x59d140=![];else{if('value'in _0x45abfa)_0x59d140=![];else _0x45abfa['get']?_0x59d140=isNativeFunction$1(_0x45abfa['get']):_0x59d140=![];}}catch{_0x59d140=![];}const _0x1fc062=typeof SharedWorker!=='undefined',_0x11cddf=typeof Notification!=='undefined',_0x39ae46={};_0x39ae46['hasChrome']=_0x37e479,_0x39ae46['hasBraveShield']=_0x48ccb2,_0x39ae46['hasAutomation']=_0x10a550,_0x39ae46['pluginConsistent']=_0x1f7f51,_0x39ae46['webdriverNative']=_0x59d140,_0x39ae46['hasSharedWorker']=_0x1fc062,_0x39ae46['hasNotification']=_0x11cddf;const _0x29aacd={};return _0x29aacd['nav']=_0x533f4f,_0x29aacd['scr']=_0x388368,_0x29aacd['html']=_0x39a1a6,_0x29aacd['doc']=_0x2389b5,_0x29aacd['perf']=_0x339d4d,_0x29aacd['total']=_0x109026,_0x29aacd['markers']=_0x39ae46,_0x29aacd;}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 _0x42d634=navigator['connection'];if(_0x42d634===undefined||_0x42d634===null)return null;const _0x14ebf5=typeof _0x42d634['downlink']==='number'?_0x42d634['downlink']:0x0,_0x3f7a91=Math['round'](_0x14ebf5*0xa)/0xa|0x0,_0xe232fa=_0x42d634['metered']===!![],_0x672d8b={};return _0x672d8b['downlink']=_0x3f7a91,_0x672d8b['metered']=_0xe232fa,_0x672d8b;}function getConnectionInfo(){try{const _0x3448c8=navigator['connection'];if(!_0x3448c8)return null;const _0xe9115d=Object['getOwnPropertyDescriptor'](_0x3448c8,Symbol['toStringTag']);if(_0xe9115d?.['configurable']===!![])return!![];for(let _0x352ff1=0x0;_0x352ff1<_0x3448c8['length'];_0x352ff1++){const _0x5cbe25=Object['getOwnPropertyDescriptor'](_0x3448c8,_0x352ff1);if(_0x5cbe25!==undefined&&(_0x5cbe25['configurable']===!![]||_0x5cbe25['enumerable']===!![]))return!![];}return![];}catch{return null;}}function getConnectionSaveData(){if(typeof navigator==='undefined')return null;const _0x34721c=navigator['connection'];if(_0x34721c===undefined||_0x34721c===null)return null;return _0x34721c['saveData']===!![];}const PROBE_VALUE='calc(0.207912px)';function getCssCalcResolved(){if(typeof document==='undefined')return null;const _0x472855=document['createElement']('div');_0x472855['style']['cssText']='width:'+PROBE_VALUE+';position:absolute;left:-9999px',document['body']['appendChild'](_0x472855);let _0x3accac;try{_0x3accac=getComputedStyle(_0x472855)['width'];}finally{_0x472855['remove']();}return _0x3accac['startsWith']('0')||_0x3accac['startsWith']('calc')?PROBE_VALUE:_0x3accac;}function getCssRegisterProperty(){if(typeof window==='undefined')return null;const _0x45933c=window['CSS'];if(_0x45933c===undefined||_0x45933c===null)return![];return typeof _0x45933c['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(_0x13e963){return matchMedia('(prefers-contrast:\x20'+_0x13e963+')')['matches'];}function areCookiesEnabled(){const _0x227efd=document;try{_0x227efd['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x77edb0=_0x227efd['cookie']['indexOf']('cookietest=')!==-0x1;return _0x227efd['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x77edb0;}catch{return![];}}function getCssSupports(){if(typeof CSS==='undefined')return null;return CSS['supports']('backdrop-filter','blur(2px)');}function getDateTimeLocale(){const _0x14e4d4=window['Intl'];if(_0x14e4d4===undefined)return-0x1;const _0x31006c=_0x14e4d4['DateTimeFormat'];if(_0x31006c===undefined)return-0x2;const _0x258f95=_0x31006c()['resolvedOptions']()['locale'];if(!_0x258f95&&_0x258f95!=='')return-0x3;return _0x258f95;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x47d18e=window['devicePixelRatio'];return _0x47d18e??null;}function getDoNotTrack(){const _0x39fec0=navigator['doNotTrack'];return _0x39fec0??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 _0x2642a8=navigator['storage'];if(_0x2642a8===undefined||typeof _0x2642a8['getDirectory']!=='function')return undefined;return await _0x2642a8['getDirectory'](),!![];}catch{return![];}}const PROBE_FILENAME='default.ini',PROBE_TIMEOUT_MS$2=0xc8;function fsProbe(_0x37a15b){return new Promise(_0x268b4b=>{const _0x2aa124=new Image();let _0x3b6531=![];const _0x3569f7=_0x55d0a5=>{if(_0x3b6531)return;_0x3b6531=!![];const _0x3b12b7={};_0x3b12b7['n']=_0x37a15b,_0x3b12b7['l']=_0x55d0a5,_0x268b4b(_0x3b12b7);};_0x2aa124['onload']=()=>_0x3569f7(_0x2aa124['naturalWidth']|0x0),_0x2aa124['onerror']=()=>_0x3569f7(-0x1),_0x2aa124['src']='file:///'+_0x37a15b+'?_='+Date['now'](),setTimeout(()=>_0x3569f7(-0x1),PROBE_TIMEOUT_MS$2);});}function getFilesystemUrlProbe(){if(typeof window==='undefined'||typeof Image!=='function')return null;if(typeof location!=='undefined'){const _0x19901f=location['protocol'];if(_0x19901f==='http:'||_0x19901f==='https:')return null;}return async()=>{const _0x512abc=await fsProbe(PROBE_FILENAME);return[_0x512abc];};}const POSITION_TIMEOUT_MS=0x2710;function getGeolocationProbe(){if(typeof navigator==='undefined')return null;const _0x58dbfb=navigator['geolocation'];if(_0x58dbfb===undefined||_0x58dbfb===null)return null;const _0x1ca7b6=navigator['permissions'];if(!_0x1ca7b6||typeof _0x1ca7b6['query']!=='function')return null;const _0x2e85ce=_0x1ca7b6['query'];return async()=>{let _0x42bfd7;try{const _0x4f1c1b={};_0x4f1c1b['name']='geolocation',_0x42bfd7=(await _0x2e85ce['call'](_0x1ca7b6,_0x4f1c1b))['state'];}catch{return null;}const _0x3119e9={};_0x3119e9['state']='prompt';if(_0x42bfd7==='prompt')return _0x3119e9;const _0x14b31c={};_0x14b31c['state']='denied';if(_0x42bfd7==='denied')return _0x14b31c;if(_0x42bfd7!=='granted')return null;return new Promise(_0x37719d=>{const _0x969c45={};_0x969c45['enableHighAccuracy']=!![],_0x969c45['timeout']=POSITION_TIMEOUT_MS,_0x969c45['maximumAge']=0x0,_0x58dbfb['getCurrentPosition'](_0x3b8d1b=>{const _0x4480fc=_0x3b8d1b['coords'],_0x3be18f={};_0x3be18f['la']=_0x4480fc['latitude'],_0x3be18f['lo']=_0x4480fc['longitude'],_0x3be18f['al']=_0x4480fc['altitude'],_0x3be18f['ac']=_0x4480fc['accuracy'],_0x3be18f['alac']=_0x4480fc['altitudeAccuracy'],_0x3be18f['h']=_0x4480fc['heading'],_0x3be18f['s']=_0x4480fc['speed'],_0x3be18f['t']=_0x3b8d1b['timestamp'],_0x37719d(_0x3be18f);},_0x3ea770=>{const _0x437f43={};_0x437f43['state']='denied';const _0x29e14f={};_0x29e14f['state']='timeout';const _0x55249a={};_0x55249a['state']='unavailable';if(_0x3ea770['code']===0x1)_0x37719d(_0x437f43);else{if(_0x3ea770['code']===0x3)_0x37719d(_0x29e14f);else _0x37719d(_0x55249a);}},_0x969c45);});};}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x2cbd09){return matchMedia('(forced-colors:\x20'+_0x2cbd09+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x25814e,_0x5d12bc)=>{const _0x5b3923=_0x5d12bc['document'],_0xff328e=_0x5b3923['createElement']('input');_0xff328e['type']='radio',_0x5b3923['body']['appendChild'](_0xff328e);const _0x3a482e=_0x5d12bc['getComputedStyle'](_0xff328e)['getPropertyValue']('font-family');return _0x5b3923['body']['removeChild'](_0xff328e),_0x3a482e||undefined;});}function getHardwareConcurrency(){const _0x249d0e=getUnstableHardwareConcurrency();if(_0x249d0e!==undefined&&isGecko()&&isGecko143OrNewer())return _0x249d0e>=0x8?0x8:0x4;return _0x249d0e;}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(_0x586260){return matchMedia('(dynamic-range:\x20'+_0x586260+')')['matches'];}async function getIncognitoDetection(){try{if(typeof navigator==='undefined')return null;return await new Promise((_0x2ecf4f,_0x4e42ff)=>{let _0x41d688='Unknown',_0x17ac06=![];const _0x3ddd14=_0x21a2f9=>{if(_0x17ac06)return;_0x17ac06=!![];const _0x41fe03={};_0x41fe03['isPrivate']=_0x21a2f9,_0x41fe03['browserName']=_0x41d688,_0x2ecf4f(_0x41fe03);},_0x2664b8=()=>{const _0xe1527b=navigator['userAgent'];if(_0xe1527b['match'](/Chrome/)){if(navigator['brave']!==undefined)return'Brave';if(_0xe1527b['match'](/Edg/))return'Edge';if(_0xe1527b['match'](/OPR/))return'Opera';return'Chrome';}return'Chromium';},_0x12f2eb=async()=>{try{const _0x45966d=navigator['storage'];await _0x45966d['getDirectory'](),_0x3ddd14(![]);}catch(_0x12063d){const _0x1e2ee8=_0x12063d instanceof Error&&typeof _0x12063d['message']==='string'?_0x12063d['message']:String(_0x12063d);_0x3ddd14(_0x1e2ee8['includes']('unknown\x20transient\x20reason'));}},_0x10940b=()=>{const _0x46391a=String(Math['random']());try{const _0x5223b3=indexedDB['open'](_0x46391a,0x1);_0x5223b3['onupgradeneeded']=_0x3d1787=>{const _0x2cb7fb=_0x3d1787['target']['result'],_0x2c177f=_0x9349a4=>{_0x3ddd14(_0x9349a4);};try{const _0x29429e={};_0x29429e['autoIncrement']=!![],_0x2cb7fb['createObjectStore']('t',_0x29429e)['put'](new Blob()),_0x2c177f(![]);}catch(_0x96f198){const _0xf6fb72=_0x96f198 instanceof Error&&typeof _0x96f198['message']==='string'?_0x96f198['message']:String(_0x96f198);if(_0xf6fb72['includes']('are\x20not\x20yet\x20supported'))_0x2c177f(!![]);else _0x2c177f(![]);}finally{_0x2cb7fb['close'](),indexedDB['deleteDatabase'](_0x46391a);}},_0x5223b3['onerror']=()=>_0x3ddd14(![]);}catch{_0x3ddd14(![]);}},_0x55b87d=()=>{const _0xf2100f=window['openDatabase'],_0x36bd60=window['localStorage'];try{_0xf2100f(null,null,null,null);}catch{_0x3ddd14(!![]);return;}try{_0x36bd60['setItem']('test','1'),_0x36bd60['removeItem']('test');}catch{_0x3ddd14(!![]);return;}_0x3ddd14(![]);},_0xe11a62=async()=>{const _0xa81efa=navigator['storage'];if(typeof _0xa81efa?.['getDirectory']==='function')await _0x12f2eb();else navigator['maxTouchPoints']!==undefined?_0x10940b():_0x55b87d();},_0x1fb100=()=>{const _0x38fc5c=window;return _0x38fc5c['performance']?.['memory']?.['jsHeapSizeLimit']??0x40000000;},_0x50ff15=()=>{const _0x52cb46=navigator['webkitTemporaryStorage'];_0x52cb46['queryUsageAndQuota']((_0x32a5df,_0x2f2fb9)=>{const _0x48c4c5=Math['round'](_0x2f2fb9/(0x400*0x400)),_0x36f937=Math['round'](_0x1fb100()/(0x400*0x400))*0x2;_0x3ddd14(_0x48c4c5<_0x36f937);},_0x293677=>_0x4e42ff(new Error('detectIncognito\x20somehow\x20failed\x20to\x20query\x20storage\x20quota:\x20'+_0x293677['message'])));},_0x2367e7=()=>{const _0x4d8f17=window['webkitRequestFileSystem'];_0x4d8f17(0x0,0x1,()=>_0x3ddd14(![]),()=>_0x3ddd14(!![]));},_0x206fbe=()=>{self['Promise']!==undefined&&self['Promise']['allSettled']!==undefined?_0x50ff15():_0x2367e7();},_0x33be0d=async()=>{const _0x175a28=navigator['storage'];if(typeof _0x175a28?.['getDirectory']==='function'){try{await _0x175a28['getDirectory'](),_0x3ddd14(![]);}catch(_0x7decc0){const _0x41b203=_0x7decc0 instanceof Error&&typeof _0x7decc0['message']==='string'?_0x7decc0['message']:String(_0x7decc0);_0x3ddd14(_0x41b203['includes']('Security\x20error'));}return;}const _0x36b65d=indexedDB['open']('inPrivate');_0x36b65d['onerror']=_0x4a52e5=>{_0x36b65d['error']!==null&&_0x36b65d['error']['name']==='InvalidStateError'&&_0x4a52e5['preventDefault'](),_0x3ddd14(!![]);},_0x36b65d['onsuccess']=()=>{indexedDB['deleteDatabase']('inPrivate'),_0x3ddd14(![]);};},_0xbad964=()=>{_0x3ddd14(window['indexedDB']===undefined);},_0x4ade5e=async()=>{if(isSafariWebKit())_0x41d688='Safari',await _0xe11a62();else{if(isChromium())_0x41d688=_0x2664b8(),_0x206fbe();else{if(isGecko())_0x41d688='Firefox',await _0x33be0d();else isTrident()||navigator['msSaveBlob']!==undefined?(_0x41d688='Internet\x20Explorer',_0xbad964()):_0x4e42ff(new Error('detectIncognito\x20cannot\x20determine\x20the\x20browser'));}}};_0x4ade5e()['catch'](_0x4e42ff);});}catch{return null;}}const PROBE_TIMEOUT_MS$1=0x3e8;function getInstalledRelatedApps(){if(typeof navigator==='undefined')return null;const _0x343669=navigator['getInstalledRelatedApps'];if(typeof _0x343669!=='function')return null;return async()=>{const _0x18d673=((async()=>{try{const _0x425633=await _0x343669['call'](navigator);if(!Array['isArray'](_0x425633)||_0x425633['length']===0x0)return null;return _0x425633['length'];}catch{return null;}})()),_0x166361=new Promise(_0x37c3f9=>setTimeout(()=>_0x37c3f9(null),PROBE_TIMEOUT_MS$1));return Promise['race']([_0x18d673,_0x166361]);};}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x9ee475=await Promise['race']([new Promise(_0x5d5d0f=>{try{const _0x370fe3='mw_blob_test',_0x56da85='store',_0x461572=indexedDB['deleteDatabase'](_0x370fe3);_0x461572['onsuccess']=_0x3de216,_0x461572['onerror']=_0x3de216;function _0x3de216(){try{const _0x1317b4=indexedDB['open'](_0x370fe3,0x1);_0x1317b4['onupgradeneeded']=()=>{try{_0x1317b4['result']['createObjectStore'](_0x56da85);}catch{_0x5d5d0f(null);}},_0x1317b4['onsuccess']=()=>{try{const _0xf8996f=_0x1317b4['result'],_0x5c1a08=_0xf8996f['transaction'](_0x56da85,'readwrite'),_0x3e7ca7=_0x5c1a08['objectStore'](_0x56da85);try{const _0x463302=_0x3e7ca7['put'](new Blob(['test']),'blob_key');_0x463302['onsuccess']=()=>{_0xf8996f['close']();try{indexedDB['deleteDatabase'](_0x370fe3);}catch{}_0x5d5d0f(![]);},_0x463302['onerror']=()=>{_0xf8996f['close']();try{indexedDB['deleteDatabase'](_0x370fe3);}catch{}const _0x5dabe6=_0x463302['error']?.['message']??'';_0x5d5d0f(_0x5dabe6['includes']('not\x20yet\x20supported')||_0x5dabe6['includes']('not\x20supported'));};}catch(_0x2c1ed2){_0xf8996f['close']();try{indexedDB['deleteDatabase'](_0x370fe3);}catch{}if(_0x2c1ed2 instanceof DOMException){const _0x293d86=_0x2c1ed2['message'];_0x5d5d0f(_0x293d86['includes']('not\x20yet\x20supported')||_0x293d86['includes']('not\x20supported'));}else _0x5d5d0f(null);}}catch{_0x5d5d0f(null);}},_0x1317b4['onerror']=()=>{_0x5d5d0f(null);};}catch{_0x5d5d0f(null);}}}catch{_0x5d5d0f(null);}}),new Promise(_0x4e09eb=>setTimeout(()=>_0x4e09eb(null),0x3e8))]);return _0x9ee475;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x7175dd){return matchMedia('(inverted-colors:\x20'+_0x7175dd+')')['matches'];}function getLanguages(){const _0x217cf2=navigator,_0x48122f=[],_0x346796=_0x217cf2['language']??_0x217cf2['userLanguage']??_0x217cf2['browserLanguage']??_0x217cf2['systemLanguage'];_0x346796!==undefined&&_0x48122f['push']([_0x346796]);if(Array['isArray'](_0x217cf2['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x48122f['push'](_0x217cf2['languages']);else{if(typeof _0x217cf2['languages']==='string'){const _0x4688ce=_0x217cf2['languages'];_0x4688ce!==''&&_0x48122f['push'](_0x4688ce['split'](','));}}return _0x48122f;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getIntlCurrency(){try{const _0x569b60=window['Intl'],_0x53e776=_0x569b60?.['NumberFormat'];if(_0x53e776===undefined)return null;try{const _0x986fd4={};_0x986fd4['style']='currency';const _0x40f567=new _0x53e776(undefined,_0x986fd4),_0x278b3c=_0x40f567['resolvedOptions']();if(typeof _0x278b3c['currency']==='string'&&_0x278b3c['currency']['length']===0x3)return _0x278b3c['currency']['toUpperCase']();}catch{}return null;}catch{return null;}}function getIntlMetadata(){try{const _0x126206=window['Intl'],_0xeee994=_0x126206?.['DateTimeFormat'];if(_0xeee994===undefined){const _0x2ed74f={};return _0x2ed74f['hourCycle']=null,_0x2ed74f['numberingSystem']=null,_0x2ed74f['calendar']=null,_0x2ed74f;}const _0x3c3543=new _0xeee994()['resolvedOptions'](),_0x5476f6={};return _0x5476f6['hourCycle']=typeof _0x3c3543['hourCycle']==='string'?_0x3c3543['hourCycle']:null,_0x5476f6['numberingSystem']=typeof _0x3c3543['numberingSystem']==='string'?_0x3c3543['numberingSystem']:null,_0x5476f6['calendar']=typeof _0x3c3543['calendar']==='string'?_0x3c3543['calendar']:null,_0x5476f6;}catch{const _0x590490={};return _0x590490['hourCycle']=null,_0x590490['numberingSystem']=null,_0x590490['calendar']=null,_0x590490;}}function getLocaleCurrency(){try{const _0x2813dd=navigator['language'];if(!_0x2813dd)return null;const _0x2778da={};_0x2778da['style']='currency',_0x2778da['currency']='USD';const _0x23434e=0x1['toLocaleString'](_0x2813dd,_0x2778da),_0x400fc5={};_0x400fc5['style']='currency',_0x400fc5['currency']='USD';const _0xd7b053=0x1['toLocaleString'](undefined,_0x400fc5),_0x3e2239={};return _0x3e2239['match']=_0x23434e===_0xd7b053,_0x3e2239['explicit']=_0x23434e,_0x3e2239['implicit']=_0xd7b053,_0x3e2239;}catch{return null;}}const _0x43f209={};_0x43f209['any-hover']=['hover','none'],_0x43f209['any-pointer']=['none','coarse','fine'],_0x43f209['pointer']=['none','coarse','fine'],_0x43f209['hover']=['hover','none'],_0x43f209['update']=['fast','slow'],_0x43f209['scripting']=['none','initial-only','enabled'];const queries=_0x43f209;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x3337db={};for(const [_0x544739,_0x3f4815]of Object['entries'](queries)){for(const _0x48ce0b of _0x3f4815){if(matchMedia('('+_0x544739+':\x20'+_0x48ce0b+')')['matches']){_0x3337db[_0x544739]=_0x48ce0b;break;}}}return _0x3337db;}function getMediaSession(){try{const _0xd68309=navigator['mediaSession'];if(_0xd68309===undefined||_0xd68309===null)return null;let _0x512001=null;if(_0xd68309['metadata']!==null&&_0xd68309['metadata']!==undefined){const _0x1bdca4=_0xd68309['metadata']['artwork'],_0x2086c9=Array['isArray'](_0x1bdca4)?_0x1bdca4['length']:0x0,_0x5920c4={};_0x5920c4['artworkCount']=_0x2086c9,_0x512001=_0x5920c4;}const _0xca943d={};return _0xca943d['metadata']=_0x512001,_0xca943d['playbackState']=typeof _0xd68309['playbackState']==='string'?_0xd68309['playbackState']:'none',_0xca943d['hasSetActionHandler']=typeof _0xd68309['setActionHandler']==='function',_0xca943d;}catch{return null;}}function getMimeTypes(){try{const _0x31f4c3=navigator['mimeTypes'];if(_0x31f4c3===undefined)return undefined;let _0x500795=Object['getPrototypeOf'](_0x31f4c3)===MimeTypeArray['prototype'];for(let _0xe951bd=0x0;_0xe951bd<_0x31f4c3['length'];_0xe951bd++){_0x500795&&(_0x500795=Object['getPrototypeOf'](_0x31f4c3[_0xe951bd])===MimeType['prototype']);}return _0x500795;}catch{return undefined;}}function getMimeTypesCount(){if(typeof navigator==='undefined')return null;const _0xf3cf76=navigator['mimeTypes'];return _0xf3cf76?.['length']??0x0;}function getNavigatorLanguages(){const _0x30ab41=navigator['languages'];return _0x30ab41??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 _0x11a7ff=window['RTCPeerConnection'];if(typeof _0x11a7ff!=='function')return null;return _0x11a7ff;}function getNetworkIceProbe(){const _0x2fe193=getRTCConstructor();if(_0x2fe193===null)return null;return()=>new Promise(_0x50f067=>{let _0x140481=null,_0x328cba=![],_0x38bd35=null;const _0x5beb83=_0x27fff4=>{if(_0x328cba)return;_0x328cba=!![];if(_0x38bd35!==null)clearTimeout(_0x38bd35);if(_0x140481!==null)try{_0x140481['close']();}catch{}_0x50f067(_0x27fff4);};try{const _0x5101a0={};_0x5101a0['urls']=STUN_URL;const _0x28b445={};_0x28b445['iceServers']=[_0x5101a0],_0x140481=new _0x2fe193(_0x28b445),_0x140481['createDataChannel'](PROBE_DATA_CHANNEL_LABEL),_0x140481['onicecandidate']=_0x1417bc=>{if(_0x1417bc['candidate']===null)_0x5beb83(!![]);},_0x140481['onicecandidateerror']=()=>_0x5beb83(![]),_0x140481['createOffer']()['then'](_0x24e480=>{if(_0x328cba||_0x140481===null)return;return _0x140481['setLocalDescription'](_0x24e480);})['catch'](()=>_0x5beb83(![])),_0x38bd35=setTimeout(()=>_0x5beb83(![]),PROBE_TIMEOUT_MS);}catch{_0x5beb83(![]);}});}function getNetworkRTT(){const _0x13cb7d=navigator;return _0x13cb7d['connection']?.['rtt']??null;}function getNotificationPresence(){return typeof window['Notification']!=='undefined';}function getOsCpu(){if(typeof navigator==='undefined')return null;const _0x36f093=navigator['oscpu'];return _0x36f093??null;}function getPageUrl(){try{if(typeof window==='undefined')return null;const _0x513edb={};return _0x513edb['l']=window['location']['href'],_0x513edb['f']='',[_0x513edb];}catch{return null;}}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x57d41f=performance['memory'];if(_0x57d41f===undefined||typeof _0x57d41f['jsHeapSizeLimit']!=='number')return undefined;return _0x57d41f['jsHeapSizeLimit'];}function getPerformanceNowMicroseconds(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;return Math['floor'](performance['now']()*0x3e8);}function getPerformanceResolution(){const _0x477ff0=window['performance'];if(typeof _0x477ff0['now']!=='function')return null;let _0x45d580=0x1,_0x347833=0x1,_0x3a3b04=_0x477ff0['now'](),_0x26592e=_0x3a3b04;for(let _0x3df756=0x0;_0x3df756<0xc350;_0x3df756++){_0x3a3b04=_0x26592e,_0x26592e=_0x477ff0['now']();if(_0x3a3b04<_0x26592e){const _0x369e84=_0x26592e-_0x3a3b04;if(_0x369e84>_0x45d580){if(_0x369e84<_0x347833)_0x347833=_0x369e84;}else _0x369e84<_0x45d580&&(_0x347833=_0x45d580,_0x45d580=_0x369e84);}}return[_0x45d580,_0x347833];}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,_0x426d4a={};_0x426d4a['kind']='timeout';const TIMEOUT_OUTCOME=_0x426d4a;async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x4537ad=[],_0x557187=new Set();for(let _0x207f41=0x0;_0x207f41<PERMISSION_RETRIES;_0x207f41++){const _0x7390ea={},_0x128a19=permissionNames['filter'](_0x42c0d3=>!_0x557187['has'](_0x42c0d3))['map'](async _0x511fd6=>{const _0x2786f8={};_0x2786f8['name']=_0x511fd6;const _0x5b01bd=navigator['permissions']['query'](_0x2786f8)['then'](_0x1c6dbf=>({'kind':'ok','state':_0x1c6dbf['state']}),()=>({'kind':'unsupported'})),_0xbfbb4d=await withTimeout(_0x5b01bd,PERMISSION_QUERY_TIMEOUT_MS,TIMEOUT_OUTCOME);if(_0xbfbb4d['kind']==='timeout')_0x557187['add'](_0x511fd6);else _0xbfbb4d['kind']==='ok'&&(_0x7390ea[_0x511fd6]=_0xbfbb4d['state']);});await Promise['all'](_0x128a19),_0x4537ad['push'](_0x7390ea);}const _0x465ae1={},_0xd84ca=new Set(_0x4537ad['flatMap'](_0x57397e=>Object['keys'](_0x57397e)));for(const _0x235a5c of _0xd84ca){const _0x34491f={};for(const _0xf92af2 of _0x4537ad){const _0x55b596=_0xf92af2[_0x235a5c];_0x55b596&&(_0x34491f[_0x55b596]=(_0x34491f[_0x55b596]||0x0)+0x1);}let _0x56cb99='',_0xe1ac0e=0x0;for(const [_0x41f609,_0x49e76e]of Object['entries'](_0x34491f)){_0x49e76e>_0xe1ac0e&&(_0x56cb99=_0x41f609,_0xe1ac0e=_0x49e76e);}_0x56cb99&&(_0x465ae1[_0x235a5c]=_0x56cb99);}return _0x465ae1;}function getPlatform(){const {platform:_0x2327f3}=navigator;if(_0x2327f3==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x2327f3;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x3991eb=navigator['plugins'];let _0x93b724=Object['getPrototypeOf'](_0x3991eb)===PluginArray['prototype'];for(let _0x411683=0x0;_0x411683<_0x3991eb['length'];_0x411683++){_0x93b724&&(_0x93b724=Object['getPrototypeOf'](_0x3991eb[_0x411683])===Plugin['prototype']);}return _0x93b724;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x5f3f4d=navigator['plugins'],_0x414131=[];for(let _0x23d262=0x0;_0x23d262<_0x5f3f4d['length'];++_0x23d262){const _0xe7c9ae=_0x5f3f4d['item'](_0x23d262);if(_0xe7c9ae===null)continue;const _0x2c8dda=[];for(let _0x59b2cf=0x0;_0x59b2cf<_0xe7c9ae['length'];++_0x59b2cf){const _0x29df52=_0xe7c9ae[_0x59b2cf],_0x58fd7e={};_0x58fd7e['type']=_0x29df52['type'],_0x58fd7e['suffixes']=_0x29df52['suffixes'],_0x2c8dda['push'](_0x58fd7e);}const _0x42f483={};_0x42f483['name']=_0xe7c9ae['name'],_0x42f483['description']=_0xe7c9ae['description'],_0x42f483['mimeTypes']=_0x2c8dda,_0x414131['push'](_0x42f483);}return _0x414131;}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 _0x153b6e=navigator['plugins'];if(typeof _0x153b6e['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x153b6e['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(_0x48a43f){return matchMedia('(prefers-reduced-motion:\x20'+_0x48a43f+')')['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 _0x326227=()=>{const _0x319386=getCurrentScreenFrame();if(isFrameSizeNull(_0x319386)){screenFrameAttempts+=0x1;if(screenFrameAttempts>=MAX_FRAME_POLL_ATTEMPTS){screenFrameSizeTimeoutId=undefined;return;}screenFrameSizeTimeoutId=setTimeout(_0x326227,screenFrameCheckInterval);}else screenFrameBackup=_0x319386,screenFrameSizeTimeoutId=undefined;};_0x326227();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x573d00=getCurrentScreenFrame();if(isFrameSizeNull(_0x573d00)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x573d00=getCurrentScreenFrame());}return!isFrameSizeNull(_0x573d00)&&(screenFrameBackup=_0x573d00),_0x573d00;};}function getScreenFrame(){const _0x3ae109=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x12ae19=isGecko()&&isGecko143OrNewer();if(_0x3ae109||_0x12ae19)return()=>Promise['resolve'](undefined);const _0x5005c2=getUnstableScreenFrame();return async()=>{const _0xa27081=await _0x5005c2(),_0x3fbf2e=_0x2fd4b0=>_0x2fd4b0===null?null:round$1(_0x2fd4b0,roundingPrecision);return[_0x3fbf2e(_0xa27081[0x0]),_0x3fbf2e(_0xa27081[0x1]),_0x3fbf2e(_0xa27081[0x2]),_0x3fbf2e(_0xa27081[0x3])];};}function getCurrentScreenFrame(){const _0x4aea50=screen;return[replaceNaN(toFloat(_0x4aea50['availTop']),null),replaceNaN(toFloat(_0x4aea50['width'])-toFloat(_0x4aea50['availWidth'])-replaceNaN(toFloat(_0x4aea50['availLeft']),0x0),null),replaceNaN(toFloat(_0x4aea50['height'])-toFloat(_0x4aea50['availHeight'])-replaceNaN(toFloat(_0x4aea50['availTop']),0x0),null),replaceNaN(toFloat(_0x4aea50['availLeft']),null)];}function isFrameSizeNull(_0x3c1498){for(let _0x4fa004=0x0;_0x4fa004<0x4;++_0x4fa004){if(_0x3c1498[_0x4fa004]!==null&&_0x3c1498[_0x4fa004]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0xa71c68,_0x3a3b13)=>{const _0x3255ff=_0x3a3b13['screen'],_0x337769=_0x18ebff=>{const _0x337e5c=parseInt(_0x18ebff);return typeof _0x337e5c==='number'&&isNaN(_0x337e5c)?-0x1:_0x337e5c;};return{'w':_0x337769(_0x3255ff['width']),'h':_0x337769(_0x3255ff['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x11c60a=screen,_0x287c6c=_0x1575db=>replaceNaN(toInt(_0x1575db),null),_0x593d58=[_0x287c6c(_0x11c60a['width']),_0x287c6c(_0x11c60a['height'])];return _0x593d58['sort']()['reverse'](),_0x593d58;}const MIN_EVENTS=0x5,MAX_SAMPLES=0xc8,velocities=[];let lastY=0x0,lastTime=0x0,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x427019={};_0x427019['passive']=!![],window['addEventListener']('scroll',()=>{const _0x190907=performance['now'](),_0x232491=window['scrollY'];if(lastTime>0x0){const _0x1998e2=_0x190907-lastTime;if(_0x1998e2>0x0&&_0x1998e2<0x1f4){const _0x27124a=Math['abs'](_0x232491-lastY)/(_0x1998e2/0x3e8);if(velocities['length']>=MAX_SAMPLES)velocities['shift']();velocities['push'](Math['round'](_0x27124a));}}lastY=_0x232491,lastTime=_0x190907;},_0x427019);}function getScrollBehavior(){startObserving();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0xf3d178=[...velocities]['sort']((_0x3310ec,_0x1c5532)=>_0x3310ec-_0x1c5532),_0xb509e1=_0xf3d178[Math['floor'](_0xf3d178['length']*0.5)]??0x0,_0x3341cb=_0xf3d178[Math['floor'](_0xf3d178['length']*0.9)]??0x0,_0x71554f={};return _0x71554f['p50']=_0xb509e1,_0x71554f['p90']=_0x3341cb,_0x71554f['count']=_0xf3d178['length'],Promise['resolve'](_0x71554f);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x8f4ba6,_0x90e4df)=>{const _0x1a5d20=_0x90e4df['document'],_0x451ca7=_0x1a5d20['createElement']('div');_0x451ca7['style']['width']='100px',_0x451ca7['style']['height']='100px',_0x451ca7['style']['overflow']='scroll',_0x451ca7['style']['visibility']='hidden',_0x1a5d20['body']['appendChild'](_0x451ca7);const _0x187660=_0x451ca7['offsetWidth']===_0x451ca7['clientWidth'];return _0x1a5d20['body']['removeChild'](_0x451ca7),_0x187660;});}function getSecureContext(){if(typeof window==='undefined')return null;const _0x43935a=window['isSecureContext'];return _0x43935a===!![];}function getServiceWorkerPresence(){if(typeof navigator==='undefined')return null;return typeof navigator['serviceWorker']!=='undefined';}const PROBE_KEY='_t';function getSessionStorage(){try{const _0x210a16=window['sessionStorage'];if(_0x210a16===null||_0x210a16===undefined)return![];return _0x210a16['setItem'](PROBE_KEY,'1'),_0x210a16['removeItem'](PROBE_KEY),!![];}catch{return![];}}function getSharedArrayBuffer(){if(typeof window==='undefined')return null;const _0x28b0b7=window['SharedArrayBuffer'];if(typeof _0x28b0b7!=='function')return null;try{const _0x3b819a=new _0x28b0b7(0x1);if(_0x3b819a['byteLength']===undefined)return null;return _0x3b819a['byteLength'];}catch{return null;}}function getStandalonePwa(){if(typeof navigator==='undefined')return null;const _0x6b9720=navigator['standalone'];return _0x6b9720===!![];}function getStoragePersisted(){if(typeof navigator==='undefined')return null;const _0x428b2a=navigator['storage'],_0x64c160=_0x428b2a?.['persisted'];if(typeof _0x64c160!=='function')return()=>Promise['resolve'](![]);return async()=>{try{return await _0x64c160['call'](_0x428b2a)===!![];}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(_0x115308=>{let _0x5db0b0=0x0;const _0x31cb79=performance['now']();function _0x158b63(){_0x5db0b0++,_0x5db0b0>=ITER||performance['now']()-_0x31cb79>BUDGET_MS?_0x115308(_0x5db0b0*0x4|0x0):setTimeout(_0x158b63,0x0);}setTimeout(_0x158b63,0x0);});}async function getStorageEstimate(){const _0x42e6ef=navigator['storage'];if(_0x42e6ef===undefined||typeof _0x42e6ef['estimate']!=='function')return null;try{const _0x49f7d9=await Promise['race']([_0x42e6ef['estimate'](),new Promise((_0x292da7,_0x4ffb1c)=>setTimeout(()=>_0x4ffb1c(new Error('timeout')),0x1f4))]);if(_0x49f7d9['quota']!==undefined&&_0x49f7d9['quota']>0x0)return Math['round'](_0x49f7d9['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x285346=navigator['storage'];if(_0x285346===undefined)return null;const _0x30b6f2=_0x285346['getDirectory'];if(typeof _0x30b6f2!=='function')return null;try{const _0x323bf1=await Promise['race']([_0x285346['getDirectory']()['then'](()=>'',_0x13f844=>_0x13f844 instanceof Error?_0x13f844['message']:String(_0x13f844)),new Promise((_0x3637c3,_0x109bec)=>setTimeout(()=>_0x109bec(new Error('timeout')),0xfa))]);return _0x323bf1;}catch{return null;}}const _0x1e3c3b={};_0x1e3c3b['AccentColor']='ac',_0x1e3c3b['AccentColorText']='act',_0x1e3c3b['ActiveText']='at',_0x1e3c3b['ActiveBorder']='ab',_0x1e3c3b['ActiveCaption']='aca',_0x1e3c3b['AppWorkspace']='aw',_0x1e3c3b['Background']='b',_0x1e3c3b['ButtonHighlight']='bh',_0x1e3c3b['ButtonShadow']='bs',_0x1e3c3b['ButtonBorder']='bb',_0x1e3c3b['ButtonFace']='bf',_0x1e3c3b['ButtonText']='bt',_0x1e3c3b['FieldText']='ft',_0x1e3c3b['GrayText']='gt',_0x1e3c3b['Highlight']='h',_0x1e3c3b['HighlightText']='ht',_0x1e3c3b['InactiveBorder']='ib',_0x1e3c3b['InactiveCaption']='ic',_0x1e3c3b['InactiveCaptionText']='ict',_0x1e3c3b['InfoBackground']='infb',_0x1e3c3b['InfoText']='it',_0x1e3c3b['LinkText']='lt',_0x1e3c3b['Mark']='m',_0x1e3c3b['Menu']='me',_0x1e3c3b['Scrollbar']='s',_0x1e3c3b['ThreeDDarkShadow']='tdds',_0x1e3c3b['ThreeDFace']='tdf',_0x1e3c3b['ThreeDHighlight']='tdh',_0x1e3c3b['ThreeDLightShadow']='tdls',_0x1e3c3b['ThreeDShadow']='tds',_0x1e3c3b['VisitedText']='vt',_0x1e3c3b['Window']='w',_0x1e3c3b['WindowFrame']='wf',_0x1e3c3b['WindowText']='wt',_0x1e3c3b['Selecteditem']='si',_0x1e3c3b['Selecteditemtext']='sit';const systemColorMap=_0x1e3c3b;function getSystemColors(){return getIframePool()['execute']((_0x39a7bb,_0x515603)=>{const _0x39d711=_0x515603['document'];_0x39d711['documentElement']['style']['colorScheme']='light';const _0x1bb239=_0x39d711['createElement']('div');_0x39d711['body']['appendChild'](_0x1bb239);const _0x4e308a={};for(const _0x2ce098 of Object['keys'](systemColorMap)){_0x1bb239['style']['color']=_0x2ce098,_0x4e308a[systemColorMap[_0x2ce098]]=_0x515603['getComputedStyle'](_0x1bb239)['color'];}return _0x39d711['body']['removeChild'](_0x1bb239),_0x4e308a;});}function getTimezone(){const _0xd4c2e8=window['Intl'],_0x500133=_0xd4c2e8?.['DateTimeFormat'];if(_0x500133!==undefined){const _0x3d9c0a=new _0x500133()['resolvedOptions']()['timeZone'];if(_0x3d9c0a!=='')return _0x3d9c0a;}const _0x11af9e=-getTimezoneOffset();return'UTC'+(_0x11af9e>=0x0?'+':'')+_0x11af9e;}function getTimezoneOffset(){const _0xf86f57=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0xf86f57,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0xf86f57,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 _0x1dd9ba=window['location']['href'],_0x20971b=new URL(_0x1dd9ba),_0x4ed87e=[_0x20971b['protocol'],_0x20971b['hostname'],_0x20971b['port'],_0x20971b['pathname'],_0x20971b['search'],_0x20971b['hash']];return _0x4ed87e['map'](_0x53a2fa=>x64hash128(_0x53a2fa));}catch{return null;}}function getMeasuredTimezone(){let _0x41d48f='';try{const _0x250a5d=window['Intl'],_0x2185fe=_0x250a5d?.['DateTimeFormat'];_0x2185fe!==undefined&&(_0x41d48f=new _0x2185fe()['resolvedOptions']()['timeZone']);}catch{}const _0x27bb9d=new Date()['getTimezoneOffset'](),_0x1c981f=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x321842=new Date()['getFullYear'](),_0x32c4eb=new Date(_0x321842,0x0,0x1)['getTimezoneOffset'](),_0x47cf3=new Date(_0x321842,0x6,0x1)['getTimezoneOffset'](),_0x2c531a={};return _0x2c531a['reported']=_0x41d48f,_0x2c531a['offset']=_0x27bb9d,_0x2c531a['historicalOffset']=_0x1c981f,_0x2c531a['janOffset']=_0x32c4eb,_0x2c531a['julOffset']=_0x47cf3,_0x2c531a;}function getTouchSupport(){const _0x4f02fa=navigator;let _0x3626f9=0x0,_0x239066;if('maxTouchPoints'in _0x4f02fa)_0x3626f9=toInt(_0x4f02fa['maxTouchPoints']);else _0x4f02fa['msMaxTouchPoints']!==undefined&&(_0x3626f9=_0x4f02fa['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x239066=!![];}catch{_0x239066=![];}const _0x1a5117='ontouchstart'in window,_0x5dd2a6={};return _0x5dd2a6['maxTouchPoints']=_0x3626f9,_0x5dd2a6['touchEvent']=_0x239066,_0x5dd2a6['touchStart']=_0x1a5117,_0x5dd2a6;}function getUserAgent(){return navigator['userAgent'];}function getUserAgentData(){const _0x4358ba=navigator['userAgentData'];return _0x4358ba!==undefined&&_0x4358ba!==null&&typeof _0x4358ba==='object';}function getVendor(){return navigator['vendor']||'';}function getWebSqlDatabase(){if(typeof window==='undefined')return null;const _0x2f0707=window['openDatabase'];return typeof _0x2f0707==='function';}function getWindowDimensions(){const _0x51a457={};return _0x51a457['outerWidth']=window['outerWidth'],_0x51a457['outerHeight']=window['outerHeight'],_0x51a457['innerWidth']=window['innerWidth'],_0x51a457['innerHeight']=window['innerHeight'],_0x51a457;}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 _0xf65271=window['AudioContext']??window['webkitAudioContext'];if(_0xf65271===undefined)return![];return typeof _0xf65271==='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 _0xf03675=window['RTCPeerConnection']??window['webkitRTCPeerConnection'];if(_0xf03675===undefined)return![];let _0x5160d2=null;try{_0x5160d2=new _0xf03675();const _0x44610c=_0x5160d2['createDataChannel']('lockdown-probe');return _0x44610c['close'](),!![];}catch{return![];}finally{_0x5160d2?.['close']();}}function checkWebGl(){let _0xfe130=null;try{const _0x55688c=document['createElement']('canvas');return _0xfe130=_0x55688c['getContext']('webgl')??_0x55688c['getContext']('experimental-webgl')??_0x55688c['getContext']('webgl2'),_0xfe130!==null;}catch{return![];}finally{if(_0xfe130!==null)try{const _0x5882fe=_0xfe130['getExtension']('WEBGL_lose_context');_0x5882fe?.['loseContext']();}catch{}}}const EXPECTED=[0x0,0x7f,0xff,0xff];function getCanvasPow(){try{const _0x5a05b2=document['createElement']('canvas');_0x5a05b2['width']=0x10,_0x5a05b2['height']=0x10;const _0x3fdb5e=_0x5a05b2['getContext']('2d');if(_0x3fdb5e===null)return null;_0x3fdb5e['fillStyle']='rgba(0,\x20127,\x20255,\x201)',_0x3fdb5e['fillRect'](0x0,0x0,0x10,0x10);const _0x1ce084=_0x3fdb5e['getImageData'](0x0,0x0,0x1,0x1),_0x5d18c3=_0x1ce084['data'];if(_0x5d18c3['length']<0x4)return null;const _0x511c6c=[_0x5d18c3[0x0],_0x5d18c3[0x1],_0x5d18c3[0x2],_0x5d18c3[0x3]],_0x17cfa8=_0x511c6c[0x0]===EXPECTED[0x0]&&_0x511c6c[0x1]===EXPECTED[0x1]&&_0x511c6c[0x2]===EXPECTED[0x2]&&_0x511c6c[0x3]===EXPECTED[0x3],_0x3e66c0={};return _0x3e66c0['match']=_0x17cfa8,_0x3e66c0['actual']=_0x511c6c,_0x3e66c0['expected']=EXPECTED,_0x3e66c0;}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 _0x36ccd9={};return _0x36ccd9['trapTriggered']=![],_0x36ccd9['reliable']=![],_0x36ccd9;}let _0x525adb=![];const _0x271fe4={};_0x271fe4['ownKeys']=function(){return _0x525adb=!![],[];};const _0x22e191=new Proxy({},_0x271fe4),_0xa57446=Object['create'](_0x22e191);try{NATIVE_CONSOLE_DEBUG(_0xa57446);}catch{}const _0x9afea3={};return _0x9afea3['trapTriggered']=_0x525adb,_0x9afea3['reliable']=CACHED_DEBUG_IS_NATIVE,_0x9afea3;}catch{const _0x1aad53={};return _0x1aad53['trapTriggered']=![],_0x1aad53['reliable']=![],_0x1aad53;}}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(_0x43f257,_0x3bbb83,_0x987ef6){try{const _0x430c10=Object['getOwnPropertyNames'](_0x43f257);for(const _0x24bb74 of _0x430c10){for(const _0x3421ac of PREFIX_MARKERS){if(_0x24bb74['startsWith'](_0x3421ac)){_0x987ef6['push'](_0x3bbb83+_0x24bb74);break;}}}}catch{}}function getStealthMarkers(){const _0x30a7d8=[];try{const _0x385b6d=window,_0x3a4779=typeof document!=='undefined'?document:null;for(const _0x2eb62b of WINDOW_EXACT_MARKERS){if(_0x2eb62b in _0x385b6d)_0x30a7d8['push'](_0x2eb62b);}if(_0x3a4779!==null)for(const _0x31de00 of DOCUMENT_EXACT_MARKERS){if(_0x31de00 in _0x3a4779)_0x30a7d8['push']('document.'+_0x31de00);}scanPrefixes(_0x385b6d,'',_0x30a7d8);if(_0x3a4779!==null)scanPrefixes(_0x3a4779,'document.',_0x30a7d8);if(typeof document!=='undefined')try{const _0x214788=document['documentElement'];for(const _0x253a3b of DOCUMENT_ELEMENT_ATTRS){if(_0x214788['hasAttribute'](_0x253a3b))_0x30a7d8['push']('documentElement['+_0x253a3b+']');}}catch{}const _0x219648={};return _0x219648['detected']=_0x30a7d8,_0x219648['count']=_0x30a7d8['length'],_0x219648;}catch{const _0xfbc525={};return _0xfbc525['detected']=[],_0xfbc525['count']=0x0,_0xfbc525;}}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(_0x2700be){_0x2700be['style']['setProperty']('visibility','hidden','important'),_0x2700be['style']['setProperty']('display','block','important');}function buildElement(_0x267f0a,_0x51de1e){const [_0x2020cc,_0x5bfe3f]=parseSimpleCssSelector(_0x267f0a),_0x1ad897=_0x51de1e['createElement'](_0x2020cc??'div');for(const _0x5636d3 of Object['keys'](_0x5bfe3f)){const _0x528443=_0x5bfe3f[_0x5636d3]['join']('\x20');_0x5636d3==='style'?addStyleString(_0x1ad897['style'],_0x528443):_0x1ad897['setAttribute'](_0x5636d3,_0x528443);}return _0x1ad897;}function getAdblockFilterMatch(){if(typeof window==='undefined'||typeof document==='undefined')return null;if(!isWebKit()||!isSafariWebKit())return null;return async()=>{try{const _0x51dfb3=[],_0x4036db={};let _0x5f2ebf=0x0;for(const _0x55e5b6 of Object['keys'](ADBLOCK_FILTER_LISTS)){const _0x5cd95e=ADBLOCK_FILTER_LISTS[_0x55e5b6],_0x1d2869=_0x5f2ebf;for(const _0x57eb2e of _0x5cd95e){_0x51dfb3['push'](_0x57eb2e),_0x5f2ebf+=0x1;}_0x4036db[_0x55e5b6]=[_0x1d2869,_0x5f2ebf];}const _0x9b1a5f=await getIframePool()['execute']((_0xea97a3,_0x1bb9dc)=>{const _0x38a630=_0x1bb9dc['document'],_0x3506a8=_0x38a630['createElement']('div');applyHidden(_0x3506a8);const _0x3cd37e=[];for(const _0x36a575 of _0x51dfb3){let _0x5ef632;try{_0x5ef632=buildElement(_0x36a575,_0x38a630);}catch{_0x5ef632=_0x38a630['createElement']('div');}if(_0x5ef632['tagName']==='DIALOG')try{;_0x5ef632['show']();}catch{}const _0x38fd78=_0x38a630['createElement']('div');applyHidden(_0x38fd78),_0x38fd78['appendChild'](_0x5ef632),_0x3506a8['appendChild'](_0x38fd78),_0x3cd37e['push'](_0x5ef632);}_0x38a630['body']['appendChild'](_0x3506a8);try{const _0x3804d0=[];for(const _0x34244c of _0x3cd37e){_0x3804d0['push'](_0x34244c['offsetParent']===null);}return _0x3804d0;}finally{_0x3506a8['parentNode']?.['removeChild'](_0x3506a8);}}),_0x466645=[];for(const _0x4fa995 of Object['keys'](_0x4036db)){const [_0x4e032b,_0x5bb825]=_0x4036db[_0x4fa995],_0x5b4155=_0x5bb825-_0x4e032b;if(_0x5b4155===0x0)continue;let _0xee8faa=0x0;for(let _0x3e71c6=_0x4e032b;_0x3e71c6<_0x5bb825;_0x3e71c6+=0x1){if(_0x9b1a5f[_0x3e71c6])_0xee8faa+=0x1;}_0xee8faa>BLOCK_THRESHOLD*_0x5b4155&&_0x466645['push'](_0x4fa995);}return _0x466645['sort'](),_0x466645;}catch{return null;}};}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0xd887=document['createElement']('canvas');_0xd887['width']=0x1,_0xd887['height']=0x1;const _0x519ea0=_0xd887['getContext']('2d');if(!_0x519ea0)return null;_0x519ea0['clearRect'](0x0,0x0,0x1,0x1);const _0x3cb8b1=_0x519ea0['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x3cb8b1[0x0]!==0x0||_0x3cb8b1[0x1]!==0x0||_0x3cb8b1[0x2]!==0x0||_0x3cb8b1[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 _0x24af70=window['getComputedStyle'](document['documentElement']);let _0x5bb826=0x0;for(const _0x426f4b of CSS_PROPERTIES){_0x24af70['getPropertyValue'](_0x426f4b)!==''&&_0x5bb826++;}return _0x5bb826>=0x4;}function getCreateElementDescriptor(){const _0x35ad0c=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x35ad0c?!('writeable'in _0x35ad0c):null;}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x519b48){if(_0x519b48 instanceof Error&&_0x519b48['stack']!==undefined)return _0x519b48['stack']['toString']();}return undefined;}function hasWindowProp(_0x4025a0){return _0x4025a0 in window;}function getExtensionDetection(){const _0x3c85f3=[['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__')]],_0x2ebd1f=[];let _0x40db14='';for(const [_0x230424,_0x12988c]of _0x3c85f3){let _0xf8a1b2=![];try{_0xf8a1b2=_0x12988c();}catch{}_0xf8a1b2&&_0x2ebd1f['push'](_0x230424),_0x40db14+=_0xf8a1b2?'1':'0';}const _0x5d52bd={};return _0x5d52bd['detected']=_0x2ebd1f,_0x5d52bd['bitmask']=_0x40db14,_0x5d52bd;}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(_0x2392ec,_0x20242c){let _0x592e90=null,_0x556eff=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x30050d,_0x521e83,_0x456b7f]of _0x2392ec){try{const _0x4b6369=_0x521e83===''?CSS['supports'](_0x30050d):CSS['supports'](_0x30050d,_0x521e83);_0x4b6369&&(_0x592e90===null||_0x456b7f>_0x592e90)&&(_0x592e90=_0x456b7f);}catch{}}for(const [_0x55b3ff,_0x1ff840]of _0x20242c){try{_0x55b3ff()&&(_0x556eff===null||_0x1ff840>_0x556eff)&&(_0x556eff=_0x1ff840);}catch{}}const _0xaf1cdc={};return _0xaf1cdc['cssVersion']=_0x592e90,_0xaf1cdc['jsVersion']=_0x556eff,_0xaf1cdc;}function parseUAVersion(_0x44903b){const _0x1d4f48=navigator['userAgent'];if(_0x44903b==='chromium'){const _0x1df9eb=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x1d4f48);return _0x1df9eb?parseInt(_0x1df9eb[0x1],0xa):null;}if(_0x44903b==='gecko'){const _0x54c1e5=/Firefox\/(\d+)/['exec'](_0x1d4f48);return _0x54c1e5?parseInt(_0x54c1e5[0x1],0xa):null;}if(_0x44903b==='webkit'){const _0x144b82=/Version\/(\d+)/['exec'](_0x1d4f48);return _0x144b82?parseInt(_0x144b82[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x48c2f5='unknown';try{if(isChromium())_0x48c2f5='chromium';else{if(isGecko())_0x48c2f5='gecko';else isWebKit()&&(_0x48c2f5='webkit');}}catch{return null;}if(_0x48c2f5==='unknown'){const _0xfde542={};return _0xfde542['cssVersion']=null,_0xfde542['jsVersion']=null,_0xfde542['uaVersion']=null,_0xfde542['mismatch']=![],_0xfde542['engine']=_0x48c2f5,_0xfde542;}let _0x2479d7,_0x4408f9;if(_0x48c2f5==='chromium')_0x2479d7=CHROMIUM_CSS,_0x4408f9=CHROMIUM_JS;else _0x48c2f5==='gecko'?(_0x2479d7=GECKO_CSS,_0x4408f9=GECKO_JS):(_0x2479d7=WEBKIT_CSS,_0x4408f9=WEBKIT_JS);const {cssVersion:_0x4d1e18,jsVersion:_0x3a6e19}=detectVersion(_0x2479d7,_0x4408f9),_0x858244=parseUAVersion(_0x48c2f5);let _0x2d1a81=![];if(_0x858244!==null){const _0x328443=Math['max'](_0x4d1e18??0x0,_0x3a6e19??0x0);_0x328443>0x0&&_0x858244-_0x328443>0x14&&(_0x2d1a81=!![]);}const _0x1f7ec2={};return _0x1f7ec2['cssVersion']=_0x4d1e18,_0x1f7ec2['jsVersion']=_0x3a6e19,_0x1f7ec2['uaVersion']=_0x858244,_0x1f7ec2['mismatch']=_0x2d1a81,_0x1f7ec2['engine']=_0x48c2f5,_0x1f7ec2;}function getGetterProxyDetection(){try{const _0x280146=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x280146?.['get'])return null;const _0x3b26ab=Function['prototype']['toString']['call'](_0x280146['get']);return!/\{\s*\[native code\]\s*\}/['test'](_0x3b26ab);}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 _0x250b4f={},_0x4462e0={};for(const [_0x3f8bdb,_0x2814c3]of GETTER_TARGETS){const _0x4e2d5d=window[_0x3f8bdb];if(_0x4e2d5d===null||_0x4e2d5d===undefined||typeof _0x4e2d5d!=='object')continue;for(const _0x4e33de of _0x2814c3){try{const _0x1bc5e0=Object['getOwnPropertyDescriptor'](_0x4e2d5d,_0x4e33de)?.['get']?.['toString']();_0x1bc5e0!==undefined&&(_0x250b4f[_0x3f8bdb+'.'+_0x4e33de]=_0x1bc5e0);}catch{}}}for(const _0x47959e of TAMPER_CHECK_PROPS){try{const _0xae5654=Object['getOwnPropertyDescriptor'](navigator,_0x47959e);if(_0xae5654!==undefined){const _0x28b6bf={};if(_0xae5654['writable']===!![])_0x28b6bf['writable']=!![];if(_0xae5654['configurable']===!![])_0x28b6bf['configurable']=!![];(_0x28b6bf['writable']===!![]||_0x28b6bf['configurable']===!![])&&(_0x4462e0[_0x47959e]=_0x28b6bf);}}catch{}}const _0x306a68={};return _0x306a68['overrides']=_0x250b4f,_0x306a68['tampered']=_0x4462e0,_0x306a68;}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 _0x2c9f9d=document['createElement']('canvas'),_0x1376fc=_0x2c9f9d['getContext']('webgl')??_0x2c9f9d['getContext']('experimental-webgl');if(!_0x1376fc)return null;const _0x17d436=_0x1376fc['getExtension']('WEBGL_debug_renderer_info');if(!_0x17d436)return null;const _0x5bf5f8=_0x1376fc['getParameter'](_0x17d436['UNMASKED_RENDERER_WEBGL']);if(!_0x5bf5f8)return null;let _0x175d9f=_0x5bf5f8;const _0x2fbf42=_0x175d9f['match'](/^ANGLE \((.+)\)$/);if(_0x2fbf42){_0x175d9f=_0x2fbf42[0x1];const _0x44e9fc=_0x175d9f['lastIndexOf'](',');_0x44e9fc!==-0x1&&(_0x175d9f=_0x175d9f['substring'](0x0,_0x44e9fc));}const _0x4c6a77=_0x175d9f['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x2d3a47=0x0;for(let _0x4617b1=0x0;_0x4617b1<_0x4c6a77['length']-0x1;_0x4617b1++){const _0x2c81c3=_0x4c6a77[_0x4617b1]+_0x4c6a77[_0x4617b1+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x2c81c3)&&_0x2d3a47++;}const _0x110153={};return _0x110153['score']=_0x2d3a47,_0x110153['gibberish']=_0x2d3a47>0x2,_0x110153['renderer']=_0x5bf5f8,_0x110153;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x5051f9=document['body']??document['documentElement'];if(_0x5051f9===null)return null;const _0x2e17ad=document['createElement']('iframe');_0x2e17ad['style']['display']='none',_0x5051f9['appendChild'](_0x2e17ad);try{const _0xf67847=_0x2e17ad['contentWindow'];if(!_0xf67847){const _0x2de4a0={};return _0x2de4a0['accessible']=![],_0x2de4a0['proxyDetected']=![],_0x2de4a0['selfConsistent']=![],_0x2de4a0['frameElementNull']=![],_0x2de4a0;}let _0x221d69=![];try{_0x221d69=_0xf67847['self']===_0xf67847;}catch{_0x221d69=![];}let _0x3178d8=![];try{const _0x49d96d=Object['prototype']['toString']['call'](_0xf67847);_0x49d96d!=='[object\x20Window]'&&_0x49d96d!=='[object\x20global]'&&(_0x3178d8=!![]);}catch{_0x3178d8=!![];}try{const _0x5a7a94=Object['getOwnPropertyDescriptor'](_0xf67847,'self');if(_0x5a7a94===undefined&&!_0x3178d8){}}catch{_0x3178d8=!![];}let _0x3da875=![];try{_0x3da875=_0xf67847['frameElement']===null;}catch{_0x3da875=!![];}const _0x2e164f={};return _0x2e164f['accessible']=!![],_0x2e164f['proxyDetected']=_0x3178d8,_0x2e164f['selfConsistent']=_0x221d69,_0x2e164f['frameElementNull']=_0x3da875,_0x2e164f;}finally{_0x2e17ad['remove']();}}catch{return null;}}function getIframeSignals(){return new Promise(_0x7f86c7=>{try{const _0xb129fd=document['createElement']('iframe');_0xb129fd['style']['display']='none',_0xb129fd['style']['width']='0',_0xb129fd['style']['height']='0',_0xb129fd['style']['position']='absolute',_0xb129fd['style']['top']='-9999px';let _0x58bb65=null;const _0x421126=()=>{if(_0x58bb65!==null)clearTimeout(_0x58bb65);try{_0xb129fd['parentNode']&&_0xb129fd['parentNode']['removeChild'](_0xb129fd);}catch{}};_0x58bb65=setTimeout(()=>{_0x421126(),_0x7f86c7(null);},0x7d0),_0xb129fd['onload']=()=>{try{const _0x2648f9=_0xb129fd['contentWindow'];if(!_0x2648f9){_0x421126(),_0x7f86c7(null);return;}const _0x1132b4=_0x2648f9['navigator'],_0x58bd55={};_0x58bd55['webdriver']=_0x1132b4['webdriver'],_0x58bd55['platform']=_0x1132b4['platform'],_0x58bd55['hardwareConcurrency']=_0x1132b4['hardwareConcurrency'],_0x58bd55['deviceMemory']=_0x1132b4['deviceMemory'],_0x58bd55['language']=_0x1132b4['language'];const _0x126c8c=_0x58bd55;_0x421126(),_0x7f86c7(_0x126c8c);}catch{_0x421126(),_0x7f86c7(null);}},_0xb129fd['onerror']=()=>{_0x421126(),_0x7f86c7(null);},document['body']['appendChild'](_0xb129fd);}catch{_0x7f86c7(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0xa0ca23='';for(const _0x585ece of CHECKED_PROPERTIES){try{const _0x2a264e=Object['getOwnPropertyDescriptor'](navigator,_0x585ece);if(_0x2a264e){_0xa0ca23+='1';continue;}const _0x4070a8=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x585ece);if(!_0x4070a8){_0xa0ca23+='2';continue;}typeof _0x4070a8['get']==='function'?_0xa0ca23+='0':_0xa0ca23+='1';}catch{_0xa0ca23+='2';}}return _0xa0ca23;}catch{return'22222';}}function getObjectInspectGlobal(){try{return typeof globalThis['objectToInspect']!=='undefined';}catch{return![];}}const _0x4532fc={};_0x4532fc['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x4532fc['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x4532fc['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x4532fc,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x338e62=>{try{const _0x49c837=document['createElement']('canvas'),_0x370224=_0x49c837['getContext']('2d');if(!_0x370224){const _0xe435d1={};_0xe435d1['detectedOs']='unknown',_0xe435d1['markers']=[],_0x338e62(_0xe435d1);return;}_0x370224['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x351094=_0x370224['measureText'](TEST_STRING)['width'],_0x4bf234=[];let _0x1ed7a6='unknown';for(const [_0x1b590b,_0x59ebb6]of Object['entries'](OS_FONT_MARKERS)){for(const _0x3764fc of _0x59ebb6){_0x370224['font']=TEST_SIZE+'\x20\x27'+_0x3764fc+'\x27,\x20'+BASE_FONT;const _0x542fec=_0x370224['measureText'](TEST_STRING)['width'];_0x542fec!==_0x351094&&(_0x4bf234['push'](_0x3764fc),_0x1ed7a6==='unknown'&&(_0x1ed7a6=_0x1b590b));}}const _0x3b4f66={};_0x3b4f66['detectedOs']=_0x1ed7a6,_0x3b4f66['markers']=_0x4bf234,_0x338e62(_0x3b4f66);}catch{const _0x5af66d={};_0x5af66d['detectedOs']='unknown',_0x5af66d['markers']=[],_0x338e62(_0x5af66d);}});}const g=globalThis,_0x406715={};_0x406715['android']=0x2,_0x406715['chromeos']=0x1;const _0x25b41c={};_0x25b41c['windows']=0x2,_0x25b41c['mac']=0x2,_0x25b41c['linux']=0x2;const _0x124e09={};_0x124e09['windows']=0x2,_0x124e09['mac']=0x2,_0x124e09['linux']=0x2;const _0x564505={};_0x564505['windows']=0x2,_0x564505['mac']=0x2,_0x564505['linux']=0x2;const _0x651092={};_0x651092['windows']=0x1,_0x651092['mac']=0x1,_0x651092['linux']=0x1;const _0x317b68={};_0x317b68['windows']=0x1,_0x317b68['mac']=0x1,_0x317b68['linux']=0x1;const _0x2b595c={};_0x2b595c['windows']=0x2,_0x2b595c['mac']=0x2,_0x2b595c['linux']=0x2,_0x2b595c['chromeos']=0x2;const _0x4a0668={};_0x4a0668['android']=0x2,_0x4a0668['ios']=0x2;const _0x4ad6d4={};_0x4ad6d4['android']=0x1,_0x4ad6d4['ios']=0x1;const _0x556ac7={};_0x556ac7['android']=0x2;const _0x3ed61f={};_0x3ed61f['android']=0x2;const _0x191d68={};_0x191d68['windows']=0x1,_0x191d68['mac']=0x1,_0x191d68['chromeos']=0x1;const _0x3bc3ca={};_0x3bc3ca['windows']=0x2,_0x3bc3ca['mac']=0x2,_0x3bc3ca['linux']=0x2;const _0x5ee292={};_0x5ee292['windows']=0x1,_0x5ee292['mac']=0x1,_0x5ee292['linux']=0x1;const _0x1b22b1={};_0x1b22b1['android']=0x1,_0x1b22b1['windows']=0x1,_0x1b22b1['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x406715],['EyeDropper',()=>'EyeDropper'in g,_0x25b41c],['HID',()=>'hid'in navigator,_0x124e09],['Serial',()=>'serial'in navigator,_0x564505],['USB',()=>'usb'in navigator,_0x651092],['Bluetooth',()=>'bluetooth'in navigator,_0x317b68],['SharedWorker',()=>'SharedWorker'in g,_0x2b595c],['orientation',()=>'ondeviceorientation'in g,_0x4a0668],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x4ad6d4],['ContactsManager',()=>'ContactsManager'in g,_0x556ac7],['ContentIndex',()=>'ContentIndex'in g,_0x3ed61f],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x191d68],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x3bc3ca],['PressureObserver',()=>'PressureObserver'in g,_0x5ee292],['WakeLock',()=>'wakeLock'in navigator,_0x1b22b1]];function getPlatformApiScoring(){try{const _0x33e0dd={},_0x47bf59=[];for(const [_0x6dc079,_0x407045,_0x425554]of PROBES){try{if(_0x407045()){_0x47bf59['push'](_0x6dc079);for(const [_0x31daac,_0x2ddd7f]of Object['entries'](_0x425554)){_0x33e0dd[_0x31daac]=(_0x33e0dd[_0x31daac]??0x0)+_0x2ddd7f;}}}catch{}}const _0x30c43b={};return _0x30c43b['score']=_0x33e0dd,_0x30c43b['apis']=_0x47bf59,_0x30c43b;}catch{return null;}}function getPluginOverflow(){try{const _0x39c712=navigator['plugins'];if(_0x39c712['length']===0x0)return null;const _0x35f371=_0x39c712['item'](0x0);if(!_0x35f371)return null;let _0x3d202d=![];try{const _0x28c945=_0x39c712['item'](0x100000000);_0x3d202d=_0x28c945!==_0x35f371;}catch{_0x3d202d=!![];}let _0x5efe59=!![];try{if(_0x35f371['length']>0x0){const _0x267edc=_0x35f371['item'](0x0);_0x267edc&&(_0x5efe59=_0x267edc['enabledPlugin']===_0x35f371);}}catch{_0x5efe59=![];}const _0x3a57df={};return _0x3a57df['overflow']=_0x3d202d,_0x3a57df['backref']=_0x5efe59,_0x3a57df;}catch{return null;}}function getPrivateClickMeasurement(){if(typeof document==='undefined')return null;try{const _0x5dd155=document['createElement']('a'),_0x196b13=_0x5dd155['attributionSourceId']??_0x5dd155['attributionsourceid'];return _0x196b13===undefined||_0x196b13===null?null:String(_0x196b13);}catch{return null;}}function getChainDepth(_0x4cdda5,_0x5c584d){let _0x2f878e=_0x4cdda5,_0x52d4b3=0x0;while(_0x2f878e!==null&&_0x52d4b3<_0x5c584d){_0x2f878e=Object['getPrototypeOf'](_0x2f878e),_0x52d4b3++;}return _0x52d4b3;}function checkChain(_0x26fe34,_0x174bf1,_0x34737e,_0x495af5){try{const _0x159c12=Object['getPrototypeOf'](_0x26fe34),_0x87f273=_0x159c12===_0x34737e,_0x3792c7=getChainDepth(_0x26fe34,0xf);if(!_0x87f273){const _0x58d37c={};return _0x58d37c['target']=_0x174bf1+'→'+_0x495af5,_0x58d37c['intact']=![],_0x58d37c['depth']=_0x3792c7,_0x58d37c;}const _0x2bfa4f={};return _0x2bfa4f['target']=_0x174bf1+'→'+_0x495af5,_0x2bfa4f['intact']=!![],_0x2bfa4f['depth']=_0x3792c7,_0x2bfa4f;}catch{const _0x1e3c9c={};return _0x1e3c9c['target']=_0x174bf1+'→'+_0x495af5,_0x1e3c9c['intact']=![],_0x1e3c9c['depth']=0x0,_0x1e3c9c;}}function getPrototypeChain(){const _0x402e8f=[];try{typeof Navigator!=='undefined'&&_0x402e8f['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x402e8f['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x402e8f['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x402e8f['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x4dd750=navigator['constructor']===Navigator,_0x349013={};_0x349013['target']='navigator.constructor===Navigator',_0x349013['intact']=_0x4dd750,_0x349013['depth']=0x0,_0x402e8f['push'](_0x349013);const _0x5d9cc5=Object['prototype']['toString']['call'](navigator),_0x1f3bb3={};_0x1f3bb3['target']='navigator.toStringTag',_0x1f3bb3['intact']=_0x5d9cc5==='[object\x20Navigator]',_0x1f3bb3['depth']=0x0,_0x402e8f['push'](_0x1f3bb3);const _0x32038d=Object['prototype']['toString']['call'](screen),_0xca5dfb={};_0xca5dfb['target']='screen.toStringTag',_0xca5dfb['intact']=_0x32038d==='[object\x20Screen]',_0xca5dfb['depth']=0x0,_0x402e8f['push'](_0xca5dfb);}catch{}const _0x23e63f=_0x402e8f['length']>0x0&&_0x402e8f['every'](_0x4cb857=>_0x4cb857['intact']),_0x41f4a4={};return _0x41f4a4['valid']=_0x23e63f,_0x41f4a4['checks']=_0x402e8f,_0x41f4a4;}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 _0x14aa41=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x14aa41['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x14aa41['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x14aa41['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x14aa41['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x14aa41['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x14aa41['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x14aa41;}function getHighTargets(){const _0x27c7f9=getLightTargets(),_0xd02e7c=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0xf5f4d4 of _0xd02e7c){_0xf5f4d4 in Navigator['prototype']&&_0x27c7f9['push']([Navigator['prototype'],_0xf5f4d4]);}const _0xc91694=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x1b881a of _0xc91694){_0x1b881a in Screen['prototype']&&_0x27c7f9['push']([Screen['prototype'],_0x1b881a]);}const _0x2defcc=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0x3e8745 of _0x2defcc){_0x3e8745 in Document['prototype']&&_0x27c7f9['push']([Document['prototype'],_0x3e8745]);}try{const _0x21adfe=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x49d839 of _0x21adfe){_0x49d839 in Element['prototype']&&_0x27c7f9['push']([Element['prototype'],_0x49d839]);}}catch{}try{const _0x4e8bbd=['offsetWidth','offsetHeight','style'];for(const _0x4e2698 of _0x4e8bbd){_0x4e2698 in HTMLElement['prototype']&&_0x27c7f9['push']([HTMLElement['prototype'],_0x4e2698]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x77fe93=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x8243c4 of _0x77fe93){_0x8243c4 in CanvasRenderingContext2D['prototype']&&_0x27c7f9['push']([CanvasRenderingContext2D['prototype'],_0x8243c4]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x4e8c05=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x38c090 of _0x4e8c05){_0x38c090 in WebGLRenderingContext['prototype']&&_0x27c7f9['push']([WebGLRenderingContext['prototype'],_0x38c090]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x27c7f9['push']([AudioContext['prototype'],'createOscillator']),_0x27c7f9['push']([AudioContext['prototype'],'createAnalyser']),_0x27c7f9['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x27c7f9['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x27c7f9['push']([Performance['prototype'],'now']),_0x27c7f9['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x27c7f9['push']([Storage['prototype'],'getItem']),_0x27c7f9['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x4573ec=['random','floor','ceil','round','sin','cos'];for(const _0x349d7e of _0x4573ec){_0x349d7e in Math&&_0x27c7f9['push']([Math,_0x349d7e]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x27c7f9['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x27c7f9['push']([Permissions['prototype'],'query']);}catch{}return _0x27c7f9;}function checkToString(_0x2f2f59,_0x59db0a){try{const _0x19e611=Object['getOwnPropertyDescriptor'](_0x2f2f59,_0x59db0a),_0x2595e3=_0x19e611?.['get']??_0x19e611?.['value']??_0x2f2f59[_0x59db0a];if(typeof _0x2595e3!=='function')return![];const _0x3e8815=Function['prototype']['toString']['call'](_0x2595e3);return!_0x3e8815['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x1e78de){try{const _0x2f4f3c=Object['getOwnPropertyDescriptor'](navigator,_0x1e78de);return _0x2f4f3c?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x509990,_0x72574c){try{const _0x1d4c3a=Object['getOwnPropertyDescriptor'](_0x509990,_0x72574c);if(!_0x1d4c3a?.['get'])return![];return'prototype'in _0x1d4c3a['get'];}catch{return![];}}function checkOwnPropertyNames(_0x197590,_0x595655){try{const _0x5ebb67=Object['getOwnPropertyDescriptor'](_0x197590,_0x595655),_0x289e63=_0x5ebb67?.['get'];if(typeof _0x289e63!=='function')return![];const _0x5e9b17=Object['getOwnPropertyNames'](_0x289e63)['sort']();if(_0x5e9b17['length']>0x2)return!![];if(_0x5e9b17['length']===0x2&&(_0x5e9b17[0x0]!=='length'||_0x5e9b17[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x2623f1,_0x4e3bf6){try{const _0x2fcebf=Object['getOwnPropertyDescriptor'](_0x2623f1,_0x4e3bf6),_0x11bfc7=_0x2fcebf?.['get'];if(typeof _0x11bfc7!=='function')return![];class _0x56df1f extends _0x11bfc7{}return void _0x56df1f,!![];}catch{return![];}}function checkNullProto(_0x5d755f,_0xb4f0c4){try{const _0x4253a7=Object['getOwnPropertyDescriptor'](_0x5d755f,_0xb4f0c4),_0x526b0a=_0x4253a7?.['get']??_0x4253a7?.['value'];if(typeof _0x526b0a!=='function')return![];const _0x34a4a6=Object['create'](_0x526b0a);return Object['setPrototypeOf'](_0x34a4a6,null),_0x34a4a6['toString'](),!![];}catch{return![];}}function checkIllegalInvocation(_0x3b0703,_0x3162ad){try{const _0x39403c=Object['getOwnPropertyDescriptor'](_0x3b0703,_0x3162ad),_0x537cc8=_0x39403c?.['get'];if(typeof _0x537cc8!=='function')return![];return _0x537cc8['call'](undefined),!![];}catch(_0x136646){if(_0x136646 instanceof TypeError)return![];return!![];}}function checkBindToString(_0x2840b4,_0x2c095b){try{const _0x9553a2=Object['getOwnPropertyDescriptor'](_0x2840b4,_0x2c095b),_0x422c74=_0x9553a2?.['get']??_0x9553a2?.['value'];if(typeof _0x422c74!=='function')return![];const _0x3b0648=_0x422c74['bind'](null),_0x5cd4f6=Function['prototype']['toString']['call'](_0x3b0648);return!_0x5cd4f6['includes']('[native\x20code]')&&!_0x5cd4f6['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x31922d,_0xb8749d){try{const _0x35902a=Object['getOwnPropertyDescriptor'](_0x31922d,_0xb8749d),_0x1ac863=_0x35902a?.['get']??_0x35902a?.['value'];if(typeof _0x1ac863!=='function')return![];const _0x14ea83=Reflect['ownKeys'](_0x1ac863)['sort'](),_0x317336=Object['getOwnPropertyNames'](_0x1ac863)['sort']();if(_0x14ea83['length']!==_0x317336['length'])return!![];for(let _0x383985=0x0;_0x383985<_0x14ea83['length'];_0x383985++){if(_0x14ea83[_0x383985]!==_0x317336[_0x383985])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x554c4a,_0x18ff67){try{const _0xac8f2e=Object['getOwnPropertyDescriptor'](_0x554c4a,_0x18ff67);if(!_0xac8f2e)return![];const _0x2f7c79=_0xac8f2e['get']??_0xac8f2e['set']??_0xac8f2e['value'];if(typeof _0x2f7c79!=='function')return![];const _0x4809b8=Object['getOwnPropertyDescriptors'](_0x2f7c79),_0x3685b2=Object['keys'](_0x4809b8)['filter'](_0x3cb958=>_0x3cb958!=='length'&&_0x3cb958!=='name');return _0x3685b2['length']>0x0;}catch{return![];}}function checkInstanceOf(_0xcfad9f,_0x54d204){try{const _0x4726dd=Object['getOwnPropertyDescriptor'](_0xcfad9f,_0x54d204),_0x223daf=_0x4726dd?.['get']??_0x4726dd?.['value'];if(typeof _0x223daf!=='function')return![];const _0x3de90d=_0x223daf instanceof _0x223daf;return _0x3de90d===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x54aebd){proxyDetectionMode=_0x54aebd;}function getProxyDetection(){const _0x3f7b87=proxyDetectionMode,_0xbdbf2a=_0x3f7b87==='high'?getHighTargets():getLightTargets(),_0x2532e3=_0x3f7b87==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x877db8=[];for(const [_0x58c655,_0x59e9f8]of _0xbdbf2a){let _0x99e592=![];try{_0x58c655===Navigator['prototype']&&checkOwnDescriptor(_0x59e9f8)&&(_0x99e592=!![]);}catch{}if(!_0x99e592)for(const _0x39a694 of _0x2532e3){try{if(_0x39a694(_0x58c655,_0x59e9f8)){_0x99e592=!![];break;}}catch{}}if(_0x99e592){const _0x2aabc0=_0x58c655['constructor']['name'];_0x877db8['push'](_0x2aabc0+'.'+_0x59e9f8);}}const _0x10acb2={};return _0x10acb2['tested']=_0xbdbf2a['length'],_0x10acb2['lied']=_0x877db8['length'],_0x10acb2['lies']=_0x877db8,_0x10acb2['mode']=_0x3f7b87,_0x10acb2;}function measureCssDimension(_0x578853,_0x17933d,_0x14845d){try{if(typeof matchMedia!=='function')return 0x0;let _0x10d47c=_0x17933d,_0x3edb71=_0x14845d;while(_0x3edb71-_0x10d47c>0x1){const _0x3142b1=Math['floor']((_0x10d47c+_0x3edb71)/0x2),_0x31248e=_0x578853==='width'?'(min-device-width:\x20'+_0x3142b1+'px)':'(min-device-height:\x20'+_0x3142b1+'px)';matchMedia(_0x31248e)['matches']?_0x10d47c=_0x3142b1:_0x3edb71=_0x3142b1;}return _0x10d47c;}catch{return 0x0;}}function getScreenVerify(){try{const _0x31d64b=screen['width'],_0x4b2fe1=screen['height'],_0x2c0b1c=measureCssDimension('width',0x64,0x1f40),_0x5b8ee6=measureCssDimension('height',0x64,0x1f40),_0xf3562b=_0x2c0b1c===0x0||Math['abs'](_0x31d64b-_0x2c0b1c)<=0x1,_0x4884a1=_0x5b8ee6===0x0||Math['abs'](_0x4b2fe1-_0x5b8ee6)<=0x1,_0xfcb5c={};return _0xfcb5c['match']=_0xf3562b&&_0x4884a1,_0xfcb5c['screenWidth']=_0x31d64b,_0xfcb5c['cssWidth']=_0x2c0b1c,_0xfcb5c['screenHeight']=_0x4b2fe1,_0xfcb5c['cssHeight']=_0x5b8ee6,_0xfcb5c['probed']=_0x2c0b1c>0x0&&_0x5b8ee6>0x0,_0xfcb5c;}catch{const _0x275c86={};return _0x275c86['match']=!![],_0x275c86['screenWidth']=0x0,_0x275c86['cssWidth']=0x0,_0x275c86['screenHeight']=0x0,_0x275c86['cssHeight']=0x0,_0x275c86['probed']=![],_0x275c86;}}function getStackBytes(){try{const _0x338796=[];for(let _0x351d13=0x0;_0x351d13<0x5;_0x351d13++){let _0x1d1b24=0x0;const _0x11c17b=()=>{_0x1d1b24++,_0x11c17b();};try{_0x11c17b();}catch{}let _0x3e0341=0x0;const _0x35903f=()=>{_0x3e0341++;const _0x333798=0x0;_0x35903f();};try{_0x35903f();}catch{}const _0x495888=_0x1d1b24-_0x3e0341;_0x495888>0x0&&_0x338796['push'](Math['round'](_0x3e0341*0x8/_0x495888));}if(_0x338796['length']===0x0)return 0x0;return _0x338796['sort']((_0x53b946,_0x4fbdff)=>_0x53b946-_0x4fbdff),_0x338796[Math['floor'](_0x338796['length']/0x2)]??0x0;}catch{return null;}}const NATIVE_BODY_RE=/\[native code\]\s*\}\s*$/;function isNativeFunction(_0x24b2ae){if(typeof _0x24b2ae!=='function')return![];try{const _0x2d8d52=Function['prototype']['toString']['call'](_0x24b2ae);return NATIVE_BODY_RE['test'](_0x2d8d52);}catch{return![];}}function getTamperAggregate(){try{if(typeof document==='undefined'||typeof navigator==='undefined'||typeof window==='undefined')return null;const _0x50af9e=isNativeFunction(document['createElement']),_0x4c4f41=isNativeFunction(window['fetch']),_0x132299=navigator['plugins'];if(_0x132299===undefined||_0x132299===null)return![];const _0x5905fc=_0x132299['constructor'],_0x23b634=isNativeFunction(_0x5905fc),_0x4be972=window['PluginArray'],_0x43ebde=_0x4be972!==undefined&&_0x4be972!==null&&Object['getPrototypeOf'](_0x132299)===_0x4be972['prototype'];return _0x50af9e&&_0x4c4f41&&_0x23b634&&_0x43ebde;}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(_0x77a566){if(typeof _0x77a566!=='function')return![];try{return Function['prototype']['toString']['call'](_0x77a566)['includes'](NATIVE_MARKER);}catch{return![];}}function checkResolvedOptionsNative(){const _0x1ad881=window['Intl'],_0x1a8bbf=_0x1ad881?.['DateTimeFormat']?.['prototype'];if(_0x1a8bbf===undefined)return!![];return isNative(_0x1a8bbf['resolvedOptions']);}function checkGetTimezoneOffsetNative(){const _0x56c4d3=Date?.['prototype'];if(_0x56c4d3===undefined)return!![];return isNative(_0x56c4d3['getTimezoneOffset']);}function checkDstConsistency(_0x131d0b){if(ETC_OR_UTC_REGEX['test'](_0x131d0b))return null;if(VALID_SINGLE_SEGMENT_TZ['has'](_0x131d0b))return null;if(NO_DST_EXCEPTIONS['has'](_0x131d0b))return null;if(_0x131d0b['startsWith']('Antarctica/')&&!ANTARCTICA_DST_ZONES['has'](_0x131d0b))return null;const _0xb449ad=DST_OBSERVING_PREFIXES['some'](_0x5ba3fb=>_0x131d0b===_0x5ba3fb['replace'](/\/$/,'')||_0x131d0b['startsWith'](_0x5ba3fb))||ANTARCTICA_DST_ZONES['has'](_0x131d0b);if(!_0xb449ad)return null;try{const _0x23467f=new Date()['getFullYear'](),_0x4ec64b=new Date(_0x23467f,0x0,0x1)['getTimezoneOffset'](),_0x6a359e=new Date(_0x23467f,0x6,0x1)['getTimezoneOffset']();if(_0x4ec64b===_0x6a359e)return'dst_inconsistency';}catch{}return null;}function checkIanaFormat(_0x2d40fc){if(_0x2d40fc==='')return!![];if(ETC_OR_UTC_REGEX['test'](_0x2d40fc))return!![];if(VALID_SINGLE_SEGMENT_TZ['has'](_0x2d40fc))return!![];return IANA_NAME_REGEX['test'](_0x2d40fc);}function getTzTampered(){const _0x225468=[],_0x2391b3=[];try{!checkResolvedOptionsNative()&&_0x225468['push']('non_native_resolved_options');}catch{_0x2391b3['push']('probe_failed');}try{!checkGetTimezoneOffsetNative()&&_0x225468['push']('non_native_get_timezone_offset');}catch{_0x2391b3['push']('probe_failed');}let _0x50d617='';try{const _0x3ba596=window['Intl'],_0x4eaa5e=_0x3ba596?.['DateTimeFormat'];_0x4eaa5e!==undefined&&(_0x50d617=new _0x4eaa5e()['resolvedOptions']()['timeZone']??'');}catch{_0x2391b3['push']('probe_failed');}_0x50d617!==''&&!checkIanaFormat(_0x50d617)&&_0x225468['push']('invalid_iana_format');if(_0x50d617!=='')try{const _0x42cafa=checkDstConsistency(_0x50d617);if(_0x42cafa!==null)_0x225468['push'](_0x42cafa);}catch{_0x2391b3['push']('probe_failed');}const _0x4a2a2b={'detected':_0x225468['length']>0x0,'reasons':_0x225468,..._0x2391b3['length']>0x0?{'diagnostics':_0x2391b3}:{}};return _0x4a2a2b;}function getLanguagesProtoChain(){if(typeof navigator==='undefined')return null;const _0x4fa8e9=navigator['languages'];if(_0x4fa8e9===null||_0x4fa8e9===undefined)return null;try{const _0x181220=Object['getPrototypeOf'](_0x4fa8e9);if(_0x181220===null)return!![];if(_0x181220!==Array['prototype'])return!![];const _0x12ed8d=_0x181220['constructor'];if(_0x12ed8d!==Array)return!![];return![];}catch{return!![];}}const SAMPLE_COUNT=0x6,SAMPLE_STRIDE=0x1000,I32_SCALE=0x2**0x1f;function getMathRandomDeterminism(){const _0x2f793d=[];let _0x4db8cf=Math['random']();for(let _0x2a27fe=SAMPLE_COUNT*SAMPLE_STRIDE-0x1;_0x2a27fe>=0x0;_0x2a27fe-=0x1){if(_0x2a27fe%SAMPLE_STRIDE===0x0){const _0x9b3065=Math['random']();_0x2f793d['push']((_0x4db8cf-_0x9b3065)*I32_SCALE|0x0),_0x4db8cf=_0x9b3065;}}return _0x2f793d;}const _0x45006a={};_0x45006a['label']='Navigator',_0x45006a['resolve']=()=>typeof window!=='undefined'&&'Navigator'in window?window['Navigator']['prototype']:null,_0x45006a['props']=['hardwareConcurrency','userAgent','platform','vendor','language','languages','deviceMemory','maxTouchPoints','webdriver'];const _0x3f94a9={};_0x3f94a9['label']='Screen',_0x3f94a9['resolve']=()=>typeof window!=='undefined'&&'Screen'in window?window['Screen']['prototype']:null,_0x3f94a9['props']=['width','height','availWidth','availHeight','colorDepth'];const _0x3cf833={};_0x3cf833['label']='Document',_0x3cf833['resolve']=()=>typeof window!=='undefined'&&'Document'in window?window['Document']['prototype']:null,_0x3cf833['props']=['cookie'];const CLASS_SPECS=[_0x45006a,_0x3f94a9,_0x3cf833];function getNativeGetterSource(){if(typeof window==='undefined')return null;const _0x4a4f43={};for(const _0x676196 of CLASS_SPECS){let _0x48a54d;try{_0x48a54d=_0x676196['resolve']();}catch{continue;}if(_0x48a54d===null)continue;for(const _0x40473f of _0x676196['props']){try{const _0x25a023=Object['getOwnPropertyDescriptor'](_0x48a54d,_0x40473f),_0x2ada01=_0x25a023?.['get'];if(typeof _0x2ada01!=='function')continue;const _0x1413ce=_0x2ada01['toString']();_0x4a4f43[_0x676196['label']+'.'+_0x40473f]=_0x1413ce;}catch{}}}return _0x4a4f43;}const DENYLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorProtoFunctionNames(){if(typeof navigator==='undefined')return null;const _0x474e4d=Object['getPrototypeOf'](navigator);if(_0x474e4d===null)return null;const _0xfea171=[];for(const _0x1cade7 of Object['getOwnPropertyNames'](_0x474e4d)){if(DENYLIST['includes'](_0x1cade7))continue;try{const _0x3d5266=navigator[_0x1cade7];if(typeof _0x3d5266==='function'){const _0xb526e4=_0x3d5266;typeof _0xb526e4['name']==='string'&&_0xfea171['push'](_0xb526e4['name']);}}catch(_0x2e917e){return{'ok':![],'error':_0x2e917e instanceof Error?_0x2e917e['message']:String(_0x2e917e)};}}const _0x1f7af1={};return _0x1f7af1['ok']=!![],_0x1f7af1['names']=_0xfea171,_0x1f7af1;}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 _0x21a3b4;try{_0x21a3b4=new URL('');}catch{const _0x20ffe6={};return _0x20ffe6['acceptedEmpty']=![],_0x20ffe6;}const _0x462fcc=_0x21a3b4['isTrusted'],_0x26b122={};return _0x26b122['acceptedEmpty']=!![],_0x26b122['isTrusted']=_0x462fcc,_0x26b122;}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 _0x2f0af7=[],_0x2b1c0f=Object['getOwnPropertyNames'](window);for(let _0x524ecc=0x0;_0x524ecc<_0x2b1c0f['length'];_0x524ecc++){const _0x1ca294=crc32(_0x2b1c0f[_0x524ecc]);TARGET_HASHES['has'](_0x1ca294)&&_0x2f0af7['push'](_0x2b1c0f[_0x524ecc]),_0x1ca294===UD&&_0x524ecc+0x1<_0x2b1c0f['length']&&_0x2f0af7['push'](_0x2b1c0f[_0x524ecc+0x1]);}return _0x2f0af7;}catch{return null;}}function getPlaywrightMarkers(){try{const _0x1a7f4=window,_0x40d09d=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x1c6a21 of _0x40d09d){if(_0x1c6a21 in _0x1a7f4)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 _0x23fbb6=new Error('probe'),_0x4dc8a9=_0x23fbb6['stack']??'';for(const _0x128246 of AUTOMATION_PATTERNS){if(_0x4dc8a9['includes'](_0x128246)){const _0x5e7f8d={};return _0x5e7f8d['leaked']=!![],_0x5e7f8d['pattern']=_0x128246,_0x5e7f8d;}}try{const _0x487b50=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x18c03b=_0x487b50();if(typeof _0x18c03b==='string')for(const _0x439a20 of AUTOMATION_PATTERNS){if(_0x18c03b['includes'](_0x439a20)){const _0x356740={};return _0x356740['leaked']=!![],_0x356740['pattern']=_0x439a20,_0x356740;}}}catch{}const _0x247bb3={};return _0x247bb3['leaked']=![],_0x247bb3['pattern']=null,_0x247bb3;}catch{const _0x4fbdb3={};return _0x4fbdb3['leaked']=![],_0x4fbdb3['pattern']=null,_0x4fbdb3;}}function getWebdriver(){const _0x561990=navigator['webdriver'],_0x48c083={};_0x48c083['status']=-0x1,_0x48c083['value']=null,_0x48c083['tampered']=![];if(_0x561990===null)return _0x48c083;const _0x1b81be={};_0x1b81be['status']=-0x2,_0x1b81be['value']=null,_0x1b81be['tampered']=![];if(_0x561990===undefined)return _0x1b81be;const _0x369668=_0x561990===!![]||_0x561990===![];return{'status':0x0,'value':Boolean(_0x561990),'tampered':!_0x369668};}function getWebdriverWritable(){try{const _0x11a96d=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x11a96d){const _0xfe7a9=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0xfe7a9)return!![];}const _0x5ddbf6=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x5ddbf6)return!![];if('value'in _0x5ddbf6)return!![];if(typeof _0x5ddbf6['set']==='function')return!![];return![];}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){try{const _0x3dc6bf=window['process'];if(_0x3dc6bf===undefined||_0x3dc6bf===null||typeof _0x3dc6bf!=='object'){const _0x245d4d={};return _0x245d4d['hasProcess']=![],_0x245d4d;}const _0x28de35={};_0x28de35['hasProcess']=!![];const _0x587ba0=_0x28de35,_0x1d21d7=_0x3dc6bf['versions'];if(_0x1d21d7!==undefined&&_0x1d21d7!==null&&typeof _0x1d21d7==='object'){const _0x201906=_0x1d21d7;if(typeof _0x201906['electron']==='string'&&_0x201906['electron']!=='')_0x587ba0['electron']=_0x201906['electron'];if(typeof _0x201906['nw']==='string'&&_0x201906['nw']!=='')_0x587ba0['nw']=_0x201906['nw'];}const _0x466f7c=_0x3dc6bf['type'];if(typeof _0x466f7c==='string'&&_0x466f7c!=='')_0x587ba0['type']=_0x466f7c;return _0x587ba0;}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(_0x55929d=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x55929d(null);return;}const _0x5adfbd={};_0x5adfbd['type']='text/javascript';const _0x4bd794=new Blob([WORKER_CODE],_0x5adfbd),_0x3fa434=URL['createObjectURL'](_0x4bd794);let _0x5a0205=![];const _0x14ffe2=new Worker(_0x3fa434),_0x3c2db9=setTimeout(()=>{!_0x5a0205&&(_0x5a0205=!![],_0x14ffe2['terminate'](),URL['revokeObjectURL'](_0x3fa434),_0x55929d(null));},0x1f4);_0x14ffe2['addEventListener']('error',()=>{!_0x5a0205&&(_0x5a0205=!![],clearTimeout(_0x3c2db9),_0x14ffe2['terminate'](),URL['revokeObjectURL'](_0x3fa434),_0x55929d(null));}),_0x14ffe2['addEventListener']('message',_0x27b74b=>{if(_0x27b74b['data']==='ready'){_0x14ffe2['postMessage']('run');return;}!_0x5a0205&&(_0x5a0205=!![],clearTimeout(_0x3c2db9),_0x14ffe2['terminate'](),URL['revokeObjectURL'](_0x3fa434),_0x55929d(_0x27b74b['data']));});}catch{_0x55929d(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 _0x6bd4fd={};for(const [_0x2f6ecf,_0x557be7]of CSS_PROBES){const _0xd2bbac=_0x557be7===''?_0x2f6ecf:_0x2f6ecf+':'+_0x557be7;try{_0x6bd4fd[_0xd2bbac]=_0x557be7===''?CSS['supports'](_0x2f6ecf):CSS['supports'](_0x2f6ecf,_0x557be7);}catch{_0x6bd4fd[_0xd2bbac]=![];}}return _0x6bd4fd;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x1095a0=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x1095a0===undefined||typeof _0x1095a0['isBrave']!=='function')return undefined;try{return!!await _0x1095a0['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 _0x5884bc=window['innerWidth'],_0x21336a=window['innerHeight'];if(_0x5884bc<=0x0||_0x21336a<=0x0)return![];return _0x5884bc%0xc8===0x0&&_0x21336a%0x64===0x0&&_0x5884bc<=0x578&&_0x21336a<=0x384;}function measurePerfNowResolution(){let _0xdda589=Infinity,_0x49bb0d=performance['now']();for(let _0x58175b=0x0;_0x58175b<PERF_NOW_SAMPLES;_0x58175b++){const _0x31406d=performance['now'](),_0x39aa32=_0x31406d-_0x49bb0d;if(_0x39aa32>0x0&&_0x39aa32<_0xdda589)_0xdda589=_0x39aa32;_0x49bb0d=_0x31406d;}if(!Number['isFinite'](_0xdda589))return 0x0;return Math['round'](_0xdda589);}function probeCanvasAllWhite(){try{const _0x5e33bf=document['createElement']('canvas');_0x5e33bf['width']=0x10,_0x5e33bf['height']=0x10;const _0x2616c3=_0x5e33bf['getContext']('2d');if(_0x2616c3===null)return null;_0x2616c3['fillStyle']='#000000',_0x2616c3['fillRect'](0x0,0x0,0x10,0x10);const _0x3aed0d=_0x5e33bf['toDataURL']('image/png'),_0x38177e=_0x2616c3['getImageData'](0x0,0x0,0x10,0x10)['data'];for(let _0x19f6f8=0x0;_0x19f6f8<_0x38177e['length'];_0x19f6f8+=0x4){if(_0x38177e[_0x19f6f8]!==0xff||_0x38177e[_0x19f6f8+0x1]!==0xff||_0x38177e[_0x19f6f8+0x2]!==0xff)return![];}return void _0x3aed0d,!![];}catch{return null;}}async function probeMediaDevicesRfp(){try{const _0x21f914=navigator['mediaDevices'];if(_0x21f914===undefined||typeof _0x21f914['enumerateDevices']!=='function')return null;const _0x5f896=await _0x21f914['enumerateDevices']();if(_0x5f896['length']!==0x2)return![];const _0x87891=_0x5f896['map'](_0x565762=>_0x565762['label'])['sort']();return _0x87891[0x0]==='Internal\x20Camera'&&_0x87891[0x1]==='Internal\x20Microphone';}catch{return null;}}function probePrefersColorSchemeLight(){try{const _0x91e84a=window['matchMedia']('(prefers-color-scheme:\x20dark)'),_0x5f06da=window['matchMedia']('(prefers-color-scheme:\x20light)');return _0x5f06da['matches']&&!_0x91e84a['matches'];}catch{return![];}}function getDetectMobile(){return isAndroid();}const THRESHOLD=0x3;function getDetectSamsungInternet(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x283850=window,_0x3804ab=navigator,_0x23490b=_0x283850['Audio']?.['prototype']??{},_0x3c02e9=_0x283850['Image']?.['prototype']??{},_0x14a097=_0x283850['visualViewport'];let _0x637b8e=0x0;if('srLatency'in _0x23490b)_0x637b8e++;if('srChannelCount'in _0x23490b)_0x637b8e++;if('devicePosture'in _0x3804ab)_0x637b8e++;if(_0x14a097!==undefined&&_0x14a097!==null&&'segments'in _0x14a097)_0x637b8e++;if('getTextInformation'in _0x3c02e9)_0x637b8e++;return _0x637b8e>=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 _0x3c813d=navigator;return typeof _0x3c813d['maxTouchPoints']==='number'&&_0x3c813d['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 _0x25ce74=navigator,_0x516705=[];for(const _0x4c1e4c of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x25ce74))){if(BLACKLIST['includes'](_0x4c1e4c))continue;try{const _0x2f9e0f=_0x25ce74[_0x4c1e4c];typeof _0x2f9e0f==='function'&&_0x2f9e0f['name']!==undefined&&_0x516705['push'](_0x2f9e0f['name']);}catch(_0x4e17c9){return[_0x4e17c9 instanceof Error?_0x4e17c9['message']:String(_0x4e17c9)];}}return _0x516705;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x23eb16=navigator['userAgentData'];if(!_0x23eb16||typeof _0x23eb16!=='object')return undefined;const _0x582aa9={},_0x3d89f9=[];if(typeof _0x23eb16['getHighEntropyValues']==='function'){const _0x42b8e1=_0x23eb16['getHighEntropyValues']['bind'](_0x23eb16);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x43994b=>{try{const _0x18feed=await _0x42b8e1([_0x43994b]),_0x5b83b1=_0x18feed[_0x43994b];_0x5b83b1!==undefined&&(_0x582aa9[_0x43994b]=typeof _0x5b83b1==='string'?_0x5b83b1:JSON['stringify'](_0x5b83b1));}catch(_0x10a642){if(_0x10a642 instanceof Error&&_0x10a642['name']==='NotAllowedError')_0x3d89f9['push'](_0x43994b);else throw _0x10a642;}}));}return{'b':_0x23eb16['brands']['map'](_0x2bbe3b=>({'b':_0x2bbe3b['brand'],'v':_0x2bbe3b['version']})),'m':_0x23eb16['mobile'],'p':_0x23eb16['platform']??null,'h':_0x582aa9,'nah':_0x3d89f9};}function getVendorFlavors(){const _0x2dc377=[];for(const _0x3567df of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x592b6c=window[_0x3567df];_0x592b6c!==undefined&&_0x592b6c!==null&&typeof _0x592b6c==='object'&&_0x2dc377['push'](_0x3567df);}return _0x2dc377['sort']();}const _0x41f80a={};_0x41f80a['workerIsolation']=getWorkerIsolation,_0x41f80a['webGlExtended']=getWebGlExtended;const stage1Sources=_0x41f80a,_0x3e624d={};_0x3e624d['canvas']=getCanvasSignal,_0x3e624d['canvasAdvanced']=getCanvasAdvanced,_0x3e624d['canvasRandom']=getCanvasRandom,_0x3e624d['canvasPow']=getCanvasPow,_0x3e624d['webGpu']=getWebGpuSignal,_0x3e624d['webGlExtensionsHashed']=getWebGlExtensionsHashed,_0x3e624d['audio']=getAudioSignal,_0x3e624d['audioTrap']=getAudioTrap,_0x3e624d['audioConsistency']=getAudioConsistency,_0x3e624d['fonts']=getFonts,_0x3e624d['fontPreferences']=getFontPreferences,_0x3e624d['osFontValidation']=getOsFontValidation,_0x3e624d['systemColors']=getSystemColors,_0x3e624d['scrollbarWidth']=getScrollbarWidth,_0x3e624d['formControlFont']=getFormControlFont,_0x3e624d['subPixelRendering']=getSubPixelRendering,_0x3e624d['screenFrame']=getScreenFrame,_0x3e624d['screenIframe']=getScreenIframe,_0x3e624d['emoji']=getEmojiSignal,_0x3e624d['svgEmoji']=getSvgEmojiSignal,_0x3e624d['mathml']=getMathML,_0x3e624d['computedStyle']=getComputedStyleSignal,_0x3e624d['iframeProxy']=getIframeProxy,_0x3e624d['iframeSignals']=getIframeSignals,_0x3e624d['adblockFilterMatch']=getAdblockFilterMatch,_0x3e624d['videoCodecs']=getVideoCodecs,_0x3e624d['drmSystems']=getDrmSystems,_0x3e624d['mediaCodecsExtended']=getMediaCodecsExtended,_0x3e624d['webAuthnCapabilities']=getWebAuthnCapabilities,_0x3e624d['speechVoices']=getSpeechVoices,_0x3e624d['barcodeDetection']=getBarcodeDetection,_0x3e624d['subtleCryptoExport']=getSubtleCryptoExport,_0x3e624d['webRtcDevices']=getWebRtcDevices,_0x3e624d['networkIceProbe']=getNetworkIceProbe,_0x3e624d['permissions']=getPermissions,_0x3e624d['notificationContradiction']=getNotificationContradiction,_0x3e624d['fileSystemAccess']=getFileSystemAccess,_0x3e624d['storageQuota']=getStorageQuota,_0x3e624d['storageEstimate']=getStorageEstimate,_0x3e624d['indexedDbBlob']=getIndexedDbBlob,_0x3e624d['geolocationProbe']=getGeolocationProbe,_0x3e624d['battery']=getBatterySignal,_0x3e624d['filesystemUrlProbe']=getFilesystemUrlProbe,_0x3e624d['storagePersisted']=getStoragePersisted,_0x3e624d['incognitoDetection']=getIncognitoDetection,_0x3e624d['headless']=getHeadlessSignals,_0x3e624d['restrictedEnvironment']=getRestrictedEnvironment,_0x3e624d['uaClientHints']=getUAClientHints,_0x3e624d['detectBrave']=getDetectBrave,_0x3e624d['detectSamsungInternet']=getDetectSamsungInternet,_0x3e624d['torBrowserProbe']=getTorBrowserProbe,_0x3e624d['wasmFeaturesWorker']=getWasmFeaturesWorker,_0x3e624d['scrollBehavior']=getScrollBehavior,_0x3e624d['interactionTiming']=getInteractionTiming;const stage2Sources=_0x3e624d,_0x442336={};_0x442336['osCpu']=getOsCpu,_0x442336['languages']=getLanguages,_0x442336['navigatorLanguages']=getNavigatorLanguages,_0x442336['colorDepth']=getColorDepth,_0x442336['deviceMemory']=getDeviceMemory,_0x442336['screenResolution']=getScreenResolution,_0x442336['hardwareConcurrency']=getHardwareConcurrency,_0x442336['timezone']=getTimezone,_0x442336['platform']=getPlatform,_0x442336['plugins']=getPlugins,_0x442336['pluginsCount']=getPluginsCount,_0x442336['pluginsArray']=getPluginsArray,_0x442336['touchSupport']=getTouchSupport,_0x442336['vendor']=getVendor,_0x442336['vendorFlavors']=getVendorFlavors,_0x442336['userAgent']=getUserAgent,_0x442336['appVersion']=getAppVersion,_0x442336['userAgentData']=getUserAgentData,_0x442336['productSub']=getProductSub,_0x442336['windowDimensions']=getWindowDimensions,_0x442336['devicePixelRatio']=getDevicePixelRatio,_0x442336['sessionStorage']=getSessionStorage,_0x442336['localStorage']=getLocalStorage,_0x442336['indexedDB']=getIndexedDB,_0x442336['cookiesEnabled']=areCookiesEnabled,_0x442336['webSqlDatabase']=getWebSqlDatabase,_0x442336['colorGamut']=getColorGamut,_0x442336['colorScheme']=getColorScheme,_0x442336['invertedColors']=areColorsInverted,_0x442336['forcedColors']=areColorsForced,_0x442336['contrast']=getContrastPreference,_0x442336['reducedMotion']=isMotionReduced,_0x442336['reducedTransparency']=getReducedTransparency,_0x442336['hdr']=isHDR,_0x442336['mediaQueries']=getMediaQueries,_0x442336['cssSupports']=getCssSupports,_0x442336['cssSupportExtended']=getCssSupportExtended,_0x442336['cssRegisterProperty']=getCssRegisterProperty,_0x442336['cssCalcResolved']=getCssCalcResolved,_0x442336['cssTrigPrecision']=getCssTrigPrecision,_0x442336['math']=getMathSignal,_0x442336['endianness']=getEndianness,_0x442336['performanceNowMicroseconds']=getPerformanceNowMicroseconds,_0x442336['performanceResolution']=getPerformanceResolution,_0x442336['performanceMemory']=getPerformanceMemory,_0x442336['timerReliability']=getTimerReliability,_0x442336['epochTimestamp']=getEpochTimestamp,_0x442336['measuredTimezone']=getMeasuredTimezone,_0x442336['tzTampered']=getTzTampered,_0x442336['connectionInfo']=getConnectionInfo,_0x442336['connectionExtended']=getConnectionExtended,_0x442336['connectionSaveData']=getConnectionSaveData,_0x442336['networkRtt']=getNetworkRTT,_0x442336['navigatorOnline']=getNavigatorOnline,_0x442336['secureContext']=getSecureContext,_0x442336['serviceWorkerPresence']=getServiceWorkerPresence,_0x442336['sharedArrayBuffer']=getSharedArrayBuffer,_0x442336['notificationPresence']=getNotificationPresence,_0x442336['documentFocus']=getDocumentFocus,_0x442336['documentAttributes']=getDocumentAttributes,_0x442336['pageUrl']=getPageUrl,_0x442336['urlSegmentsHash']=getUrlSegmentsHash,_0x442336['ancestorOrigins']=getAncestorOrigins,_0x442336['doNotTrack']=getDoNotTrack,_0x442336['pdfViewerEnabled']=isPdfViewerEnabled,_0x442336['privateClickMeasurement']=getPrivateClickMeasurement,_0x442336['installedRelatedApps']=getInstalledRelatedApps,_0x442336['standalonePwa']=getStandalonePwa,_0x442336['applePay']=getApplePayState,_0x442336['audioBaseLatency']=getAudioContextBaseLatency,_0x442336['audioContextInfo']=getAudioContextInfo,_0x442336['mediaSession']=getMediaSession,_0x442336['mimeTypes']=getMimeTypes,_0x442336['mimeTypesCount']=getMimeTypesCount,_0x442336['pluginPropsEnum']=getPluginPropsEnum,_0x442336['supportedConstraints']=getSupportedConstraints,_0x442336['bomEnumeration']=getBomEnumeration,_0x442336['urlProtocolParser']=getUrlProtocolParser,_0x442336['architecture']=getArchitecture,_0x442336['wasmFeatures']=getWasmFeatures,_0x442336['featureVersion']=getFeatureVersion,_0x442336['lockdownFeatures']=getLockdownFeatures,_0x442336['intlCurrency']=getIntlCurrency,_0x442336['intlMetadata']=getIntlMetadata,_0x442336['intlSegmenter']=getIntlSegmenter,_0x442336['localeCurrency']=getLocaleCurrency,_0x442336['dateTimeLocale']=getDateTimeLocale,_0x442336['detectTrident']=getDetectTrident,_0x442336['detectEdgeHTML']=getDetectEdgeHTML,_0x442336['detectChromium']=getDetectChromium,_0x442336['detectChromium86']=getDetectChromium86,_0x442336['detectChromium122']=getDetectChromium122,_0x442336['detectGecko']=getDetectGecko,_0x442336['detectGecko120']=getDetectGecko120,_0x442336['detectGecko143']=getDetectGecko143,_0x442336['detectWebKit']=getDetectWebKit,_0x442336['detectWebKit606']=getDetectWebKit606,_0x442336['detectWebKit616']=getDetectWebKit616,_0x442336['detectSafari']=getDetectSafari,_0x442336['detectMobile']=getDetectMobile,_0x442336['navigatorMethods']=getNavigatorMethods,_0x442336['safariLocalStorageCallable']=getSafariLocalStorageCallable,_0x442336['webdriver']=getWebdriver,_0x442336['webdriverWritable']=getWebdriverWritable,_0x442336['windowProcess']=getWindowProcess,_0x442336['windowClose']=getWindowClose,_0x442336['windowPropertyNames']=getWindowPropertyNames,_0x442336['navigatorProtoFunctionNames']=getNavigatorProtoFunctionNames,_0x442336['nativeGetterSource']=getNativeGetterSource,_0x442336['navigatorDescriptors']=getNavigatorDescriptors,_0x442336['bindToString']=getBindToString,_0x442336['evalLength']=getEvalLength,_0x442336['errorStack']=getErrorStackFormat,_0x442336['createElementDescriptor']=getCreateElementDescriptor,_0x442336['getterProxyDetection']=getGetterProxyDetection,_0x442336['getterToString']=getGetterToString,_0x442336['externalObjectString']=getExternalObjectString,_0x442336['objectInspectGlobal']=getObjectInspectGlobal,_0x442336['objectFunctionTypeof']=getObjectFunctionTypeof,_0x442336['prototypeChain']=getPrototypeChain,_0x442336['pluginOverflow']=getPluginOverflow,_0x442336['languagesProtoChain']=getLanguagesProtoChain,_0x442336['elementMatchesPolyfill']=getElementMatchesPolyfill,_0x442336['nodeTypeSanity']=getNodeTypeSanity,_0x442336['proxyDetection']=getProxyDetection,_0x442336['protoChainProxyTrap']=getProtoChainProxyTrap,_0x442336['tamperAggregate']=getTamperAggregate,_0x442336['screenVerify']=getScreenVerify,_0x442336['canvasModified']=getCanvasModified,_0x442336['gpuGibberish']=getGpuGibberish,_0x442336['extensionDetection']=getExtensionDetection,_0x442336['platformApiScoring']=getPlatformApiScoring,_0x442336['stackBytes']=getStackBytes,_0x442336['mathRandomDeterminism']=getMathRandomDeterminism,_0x442336['urlIsTrusted']=getUrlIsTrusted,_0x442336['eventIsTrusted']=getEventIsTrusted,_0x442336['automationDescriptor']=getAutomationDescriptor,_0x442336['cdpDetection']=getCdpDetection,_0x442336['chromeRuntime']=getChromeRuntime,_0x442336['playwrightMarkers']=getPlaywrightMarkers,_0x442336['stealthMarkers']=getStealthMarkers,_0x442336['sourceUrlLeak']=getSourceUrlLeak,_0x442336['devtoolsDetection']=getDevtoolsDetection,_0x442336['devtoolsWindowSize']=getDevtoolsWindowSize,_0x442336['webGlBasics']=getWebGlBasics,_0x442336['webGlCanvas']=getWebGlCanvas,_0x442336['webGlSphere']=getWebGlSphere,_0x442336['webGpuContention']=getWebGpuContention,_0x442336['webCodecsHardware']=getWebCodecsHardware;const stage3Sources=_0x442336;let lastPipelineTrace=null;function timedSource(_0x538c82,_0xe2fafc,_0x391dac){return _0x4d6be0=>{const _0x106aee=performance['now'](),_0xa91cac=()=>{_0x391dac[_0x538c82]=performance['now']()-_0x106aee;},_0x506e03=_0x1bf19d=>{return()=>{const _0x4a1735=_0x1bf19d();if(isPromise(_0x4a1735))return _0x4a1735['then'](_0x2df30e=>{return _0xa91cac(),_0x2df30e;});return _0xa91cac(),_0x4a1735;};},_0xa70b55=_0xe2fafc(_0x4d6be0);if(isPromise(_0xa70b55))return _0xa70b55['then'](_0x4f324b=>{if(typeof _0x4f324b==='function')return _0x506e03(_0x4f324b);return _0xa91cac(),_0x4f324b;});if(typeof _0xa70b55==='function')return _0x506e03(_0xa70b55);return _0xa91cac(),_0xa70b55;};}function instrumentSources(_0x41b90b,_0x1c87ef){const _0x467547={};for(const _0x5826b1 of Object['keys'](_0x41b90b)){_0x467547[_0x5826b1]=timedSource(_0x5826b1,_0x41b90b[_0x5826b1],_0x1c87ef);}return _0x467547;}function getPipelineTrace(){return lastPipelineTrace;}function loadBuiltinSources(_0x2be742){const _0xbef773={'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=_0xbef773;const _0x1525a5={...stage1Sources,...stage2Sources},_0x121457=instrumentSources(_0x1525a5,_0xbef773['collectorTimings']),_0x2774db=Object['keys'](_0x121457)['length']>0x0,_0x445676=_0x2774db?((()=>{return _0xbef773['wave1LoadStart']=performance['now'](),loadSources(_0x121457,_0x2be742,[]);})()):null,_0x5e716f=instrumentSources(stage3Sources,_0xbef773['collectorTimings']),_0x105b63=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0xbef773['idleResolvedAt']=performance['now'](),_0xbef773['wave2LoadStart']=performance['now'](),loadSources(_0x5e716f,_0x2be742,[]);});return _0x105b63['then'](undefined,()=>undefined),async function _0x4cbaa2(){_0xbef773['getStart']=performance['now']();if(_0x445676){const [_0x29a3b8,_0x470b7f]=await Promise['all']([_0x445676()['then'](_0x1fc18f=>{return _0xbef773['wave1Done']=performance['now'](),_0x1fc18f;}),_0x105b63['then'](_0x4c85ef=>_0x4c85ef())['then'](_0xfb8ea4=>{return _0xbef773['wave2Done']=performance['now'](),_0xfb8ea4;})]);_0xbef773['allDone']=performance['now']();const _0x4dd177={..._0x470b7f,..._0x29a3b8};return _0x4dd177;}const _0x12c633=await _0x105b63,_0x42b0d9=await _0x12c633();return _0xbef773['wave2Done']=performance['now'](),_0xbef773['allDone']=performance['now'](),_0x42b0d9;};}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(_0x58d4ec){if(!(_0x58d4ec instanceof DOMException))return![];const _0x2bad98=_0x58d4ec['message'];for(const _0x16880b of SANDBOX_MESSAGE_PATTERNS){if(_0x16880b['test'](_0x2bad98))return!![];}return _0x58d4ec['name']==='SecurityError';}}const version='2.0.0';function componentsToDebugString(_0x33a446){return JSON['stringify'](_0x33a446,(_0x2b26af,_0x6bba58)=>{if(_0x6bba58 instanceof Error)return errorToObject(_0x6bba58);return _0x6bba58;},0x2);}function makeEngine(_0x2ae88d,_0x31349b){const _0x2b7078=Date['now']();return{async 'get'(_0x1ef5c2){const _0xb6b836=Date['now'](),_0x95d5fe=await _0x2ae88d();(_0x31349b===!![]||_0x1ef5c2?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0xb6b836-_0x2b7078)+'\x0acomponents:\x20'+componentsToDebugString(_0x95d5fe)+'\x0a```');const _0x40caf2={};return _0x40caf2['components']=_0x95d5fe,_0x40caf2['version']=version,_0x40caf2;}};}function load(_0x49eb78={}){if(isSandboxedIframe())throw new SentinelError('Running\x20inside\x20sandboxed\x20iframes\x20(without\x20allow-same-origin)\x20is\x20not\x20supported','sandboxed_iframe');const {debug:_0x56c0b7,proxyDetection:proxyDetection='high',apiKey:_0x24b02a,endpoint:_0x25694d,linkedId:_0x31bfa2,tag:_0x8a396}=_0x49eb78;setProxyDetectionMode(proxyDetection);const _0xf5f9d4={};_0xf5f9d4['cache']={},_0xf5f9d4['debug']=_0x56c0b7;const _0x1b804d=loadBuiltinSources(_0xf5f9d4),_0x191f6f=makeEngine(_0x1b804d,_0x56c0b7);if(_0x24b02a!==undefined&&_0x25694d!==undefined){const _0x1a8aa0={};_0x1a8aa0['apiKey']=_0x24b02a,_0x1a8aa0['endpoint']=_0x25694d;const _0x29387b={};_0x29387b['linkedId']=_0x31bfa2,_0x29387b['tag']=_0x8a396,_0x191f6f['result']=capture(_0x191f6f,_0x1a8aa0,_0x29387b)['catch'](_0x23fb9b=>{_0x56c0b7===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x23fb9b);throw _0x23fb9b;}),_0x191f6f['result']['catch'](()=>undefined);}return _0x191f6f;}function createPageHideAbortController(){const _0x3c44c5=new AbortController();if(typeof window==='undefined'){const _0xeb14a1={};return _0xeb14a1['signal']=_0x3c44c5['signal'],_0xeb14a1['dispose']=()=>undefined,_0xeb14a1;}const _0x53807b=()=>{if(!_0x3c44c5['signal']['aborted'])_0x3c44c5['abort']();},_0xd3de71={};_0xd3de71['once']=!![],window['addEventListener']('pagehide',_0x53807b,_0xd3de71);const _0x56e8ac={};_0x56e8ac['once']=!![],window['addEventListener']('beforeunload',_0x53807b,_0x56e8ac);let _0x35518b=![];const _0xefba=()=>{if(_0x35518b)return;_0x35518b=!![],window['removeEventListener']('pagehide',_0x53807b),window['removeEventListener']('beforeunload',_0x53807b);},_0x43b430={};return _0x43b430['signal']=_0x3c44c5['signal'],_0x43b430['dispose']=_0xefba,_0x43b430;}const WITHOUT_DEFAULT_TAG='@danetix/sentinel/without-default/v1';function withoutDefault(_0x13df58){const _0x35f865={};return _0x35f865['__type__']=WITHOUT_DEFAULT_TAG,_0x35f865['value']=_0x13df58,_0x35f865;}function isWithoutDefault(_0x1e3d67){if(_0x1e3d67===null||typeof _0x1e3d67!=='object')return![];const _0x54b8bc=_0x1e3d67;return _0x54b8bc['__type__']===WITHOUT_DEFAULT_TAG&&'value'in _0x54b8bc;}function unwrapWithoutDefault(_0x4fb2e5){return isWithoutDefault(_0x4fb2e5)?_0x4fb2e5['value']:_0x4fb2e5;}async function handleAgentData(_0x470f48,_0x107131){let _0x308440;try{_0x308440=_0x107131?.['raw']===!![]?_0x470f48:await decodePayload(_0x470f48);}catch(_0x3ff249){throw new SentinelError('handleAgentData:\x20decode\x20failed\x20('+(_0x3ff249 instanceof Error?_0x3ff249['message']:String(_0x3ff249))+')','bad_response_format');}let _0xfed8fb;try{_0xfed8fb=JSON['parse'](_0x308440);}catch(_0x45eb16){throw new SentinelError('handleAgentData:\x20not\x20valid\x20JSON\x20('+(_0x45eb16 instanceof Error?_0x45eb16['message']:String(_0x45eb16))+')','bad_response_format');}if(_0xfed8fb===null||typeof _0xfed8fb!=='object'||typeof _0xfed8fb['requestId']!=='string'||typeof _0xfed8fb['token']!=='string')throw new SentinelError('handleAgentData:\x20response\x20missing\x20required\x20fields\x20(requestId,\x20token)','bad_response_format');if(_0xfed8fb['token']['length']===0x0||_0xfed8fb['token']['length']>0x1000||/[\x00-\x1f\x7f]/['test'](_0xfed8fb['token']))throw new SentinelError('handleAgentData:\x20token\x20failed\x20format\x20validation','bad_response_format');return saveDeviceToken(_0xfed8fb['token']),Array['isArray'](_0xfed8fb['notifications'])&&dispatchNotifications(_0xfed8fb['notifications']),_0xfed8fb;}function dispatchNotifications(_0x19941d){for(const _0x21d7f2 of _0x19941d){if(_0x21d7f2===null||typeof _0x21d7f2!=='object')continue;const _0x5e9840=String(_0x21d7f2['message']);if(_0x21d7f2['level']==='error')console['error'](_0x5e9840);else{if(_0x21d7f2['level']==='warning')console['warn'](_0x5e9840);else console['log'](_0x5e9840);}}}const STORAGE_SUFFIX='lr',RING_SIZE=0x2;function createReplayChannel(_0x5708ae={}){const _0x47c59e=_0x5708ae['prefix']??'_dx',_0x53f1e7=Math['max'](0x1,_0x5708ae['ringSize']??RING_SIZE),_0x45957d=''+_0x47c59e+STORAGE_SUFFIX;function _0xe6e5c7(){if(typeof localStorage==='undefined')return[];try{const _0x21bfd9=localStorage['getItem'](_0x45957d);if(_0x21bfd9===null)return[];const _0x107b4f=JSON['parse'](_0x21bfd9);if(!Array['isArray'](_0x107b4f))return[];return _0x107b4f['filter'](_0x5ee169=>typeof _0x5ee169==='string');}catch{return[];}}function _0x53ebf5(_0x5b6a2f){if(typeof localStorage==='undefined')return;try{localStorage['setItem'](_0x45957d,JSON['stringify'](_0x5b6a2f));}catch{}}return{'list'(){return _0xe6e5c7();},'record'(_0x4d9011){if(typeof _0x4d9011!=='string'||_0x4d9011['length']===0x0)return;const _0x2a8849=_0xe6e5c7(),_0x3cd3d4=_0x2a8849['filter'](_0x3c5ee1=>_0x3c5ee1!==_0x4d9011);_0x3cd3d4['push'](_0x4d9011);while(_0x3cd3d4['length']>_0x53f1e7)_0x3cd3d4['shift']();_0x53ebf5(_0x3cd3d4);},'acknowledge'(_0x2c8d1b){if(_0x2c8d1b['length']===0x0)return;const _0x1d99ad=_0xe6e5c7(),_0x308a07=new Set(_0x2c8d1b),_0x23855b=_0x1d99ad['filter'](_0x3d21bd=>!_0x308a07['has'](_0x3d21bd));if(_0x23855b['length']===_0x1d99ad['length'])return;_0x53ebf5(_0x23855b);},'clear'(){if(typeof localStorage==='undefined')return;try{localStorage['removeItem'](_0x45957d);}catch{}}};}function resolveRandomizeStrategy(_0x4ddb02){if(_0x4ddb02===undefined)return'replace';if(_0x4ddb02===![]||_0x4ddb02==='off')return'off';if(_0x4ddb02===!![]||_0x4ddb02==='replace')return'replace';return'append';}function start(_0xb01895){const {apiKey:_0xb549ef,endpoint:_0x5be439,cache:_0x2bd866,randomizeEndpointPath:_0x487edb,integrationInfo:_0x59f23e,urlPrivacy:_0x4eb2d7,..._0x1680c8}=_0xb01895,_0x18b4f5=load(_0x1680c8),_0x4f23a3={'apiKey':_0xb549ef,'endpoint':_0x5be439,'randomizeStrategy':resolveRandomizeStrategy(_0x487edb),'integrationInfo':_0x59f23e,'urlPrivacy':_0x4eb2d7},_0x482422=_0x2bd866?createCache(_0x2bd866):null;return{'get'(_0x168845){const {ignoreCache:_0x49275e,..._0x124ff9}=_0x168845??{},_0x224730={};_0x224730['tag']=_0x124ff9['tag'],_0x224730['linkedId']=_0x124ff9['linkedId'];const _0xd0b71d=_0x224730;if(_0x49275e!==!![]&&_0x482422!==null){const _0x28787e=_0x482422['get'](_0xd0b71d);if(_0x28787e!==null)return Promise['resolve'](_0x28787e);}return capture(_0x18b4f5,_0x4f23a3,_0x124ff9)['then'](_0x436edd=>{if(_0x482422!==null)_0x482422['set'](_0x436edd,_0xd0b71d);return _0x436edd;});},'clearCache'(){if(_0x482422!==null)_0x482422['clear']();}};}const _0x3b1461={};_0x3b1461['start']=start;var index=_0x3b1461;export{CspBlockError,FetchTimeoutError,SentinelError,buildEndpointSuffix,createPageHideAbortController,createReplayChannel,index as default,detectFrameworks,getPageVisitId,getPipelineTrace,handleAgentData,isSentinelError,isWithoutDefault,listRegisteredIntegrations,load,randomizeEndpoint,registerIntegration,start,unwrapWithoutDefault,withoutDefault};
1
+ const STORAGE_KEY_DEFAULT='_dxc';function composeKey(_0x5c6b95,_0x8dc382){const _0x4ab790=JSON['stringify'](_0x8dc382['tag']??null),_0x2ac7a7=JSON['stringify'](_0x8dc382['linkedId']??null);return _0x5c6b95+'__'+_0x4ab790+'__'+_0x2ac7a7;}function createMemoryCache(_0x27698d,_0xecac0f){const _0x162fea=new Map();return{'get'(_0x491514={}){const _0x41d8bd=composeKey(_0xecac0f,_0x491514),_0x1c1cf4=_0x162fea['get'](_0x41d8bd);if(_0x1c1cf4===undefined)return null;if(Date['now']()-_0x1c1cf4['ts']>_0x27698d*0x3e8)return _0x162fea['delete'](_0x41d8bd),null;return _0x1c1cf4['result'];},'set'(_0x50e718,_0x4e5702={}){_0x162fea['set'](composeKey(_0xecac0f,_0x4e5702),{'result':_0x50e718,'ts':Date['now']()});},'clear'(){_0x162fea['clear']();}};}function createStorageCache(_0x2fddc6,_0x19fecd,_0x5c450d){return{'get'(_0x22411d={}){const _0xe87a8b=composeKey(_0x5c450d,_0x22411d);try{const _0x43be89=_0x19fecd['getItem'](_0xe87a8b);if(_0x43be89===null)return null;const _0x40a3ed=JSON['parse'](_0x43be89);if(_0x40a3ed===null||typeof _0x40a3ed!=='object'||typeof _0x40a3ed['ts']!=='number')return _0x19fecd['removeItem'](_0xe87a8b),null;if(Date['now']()-_0x40a3ed['ts']>_0x2fddc6*0x3e8)return _0x19fecd['removeItem'](_0xe87a8b),null;return _0x40a3ed['result'];}catch{return null;}},'set'(_0x44c4c0,_0x3b0f88={}){try{_0x19fecd['setItem'](composeKey(_0x5c450d,_0x3b0f88),JSON['stringify']({'result':_0x44c4c0,'ts':Date['now']()}));}catch{}},'clear'(){try{const _0x93ac76=[];for(let _0x5e213e=0x0;_0x5e213e<_0x19fecd['length'];_0x5e213e++){const _0x51d6c9=_0x19fecd['key'](_0x5e213e);_0x51d6c9?.['startsWith'](_0x5c450d+'__')===!![]&&_0x93ac76['push'](_0x51d6c9);}for(const _0x3748c8 of _0x93ac76)_0x19fecd['removeItem'](_0x3748c8);}catch{}}};}function createCache(_0x70cd45){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x70cd45;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl,prefix);try{const _0x595b43=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x595b43,prefix);}catch{return createMemoryCache(ttl,prefix);}}const REGISTRY_KEY='__danetix_integrations';function getRegistry(){if(typeof window==='undefined')return[];const _0x355771=window;return!Array['isArray'](_0x355771[REGISTRY_KEY])&&(_0x355771[REGISTRY_KEY]=[]),_0x355771[REGISTRY_KEY];}function registerIntegration(_0x2053dd){if(typeof _0x2053dd['name']!=='string'||_0x2053dd['name']['length']===0x0)return;if(typeof _0x2053dd['version']!=='string')return;const _0x528c12=getRegistry();for(const _0x84d2e9 of _0x528c12){if(_0x84d2e9['name']===_0x2053dd['name']&&_0x84d2e9['version']===_0x2053dd['version'])return;}const _0x289ada={};_0x289ada['name']=_0x2053dd['name'],_0x289ada['version']=_0x2053dd['version'],_0x528c12['push'](_0x289ada);}function listRegisteredIntegrations(){return getRegistry()['map'](_0x272356=>({'name':_0x272356['name'],'version':_0x272356['version']}));}function detectFrameworks(){if(typeof window==='undefined')return[];const _0x56c1c8=[],_0x4dfa2e=window;if(_0x4dfa2e['__NEXT_DATA__']!==undefined&&_0x4dfa2e['__NEXT_DATA__']!==null){const _0x4fef2f=_0x4dfa2e['next'];let _0x3f26f8='unknown';if(_0x4fef2f!==null&&typeof _0x4fef2f==='object'){const _0x3a9815=_0x4fef2f['version'];if(typeof _0x3a9815==='string')_0x3f26f8=_0x3a9815;}const _0x2a67af={};_0x2a67af['name']='next',_0x2a67af['version']=_0x3f26f8,_0x56c1c8['push'](_0x2a67af);}if(_0x4dfa2e['__NUXT__']!==undefined&&_0x4dfa2e['__NUXT__']!==null){const _0x47e8be={};_0x47e8be['name']='nuxt',_0x47e8be['version']='unknown',_0x56c1c8['push'](_0x47e8be);}if(_0x4dfa2e['astro']!==undefined||typeof _0x4dfa2e['__ASTRO_GLOB_TIME__']!=='undefined'){const _0x56fde3={};_0x56fde3['name']='astro',_0x56fde3['version']='unknown',_0x56c1c8['push'](_0x56fde3);}const _0x5081be=_0x4dfa2e['React'];let _0x4f61eb=null;if(_0x5081be!==null&&typeof _0x5081be==='object'){const _0x41dd0d=_0x5081be['version'];if(typeof _0x41dd0d==='string')_0x4f61eb=_0x41dd0d;}if(_0x4f61eb!==null||_0x4dfa2e['__REACT_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x56c1c8['some'](_0x51888b=>_0x51888b['name']==='next'||_0x51888b['name']==='react')){const _0x28339d={};_0x28339d['name']='react',_0x28339d['version']=_0x4f61eb??'unknown',_0x56c1c8['push'](_0x28339d);}}let _0x4ad2fa=null;const _0x5a121c=_0x4dfa2e['Vue'];if(_0x5a121c!==null&&typeof _0x5a121c==='object'){const _0x3fc72c=_0x5a121c['version'];if(typeof _0x3fc72c==='string')_0x4ad2fa=_0x3fc72c;}if(_0x4ad2fa!==null||_0x4dfa2e['__VUE__']!==undefined||_0x4dfa2e['__VUE_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x56c1c8['some'](_0x5dcdbf=>_0x5dcdbf['name']==='nuxt'||_0x5dcdbf['name']==='vue')){const _0x10603d={};_0x10603d['name']='vue',_0x10603d['version']=_0x4ad2fa??'unknown',_0x56c1c8['push'](_0x10603d);}}if(_0x4dfa2e['ng']!==undefined||_0x4dfa2e['getAllAngularRootElements']!==undefined){const _0x563f74={};_0x563f74['name']='angular',_0x563f74['version']='unknown',_0x56c1c8['push'](_0x563f74);}if(_0x4dfa2e['__svelte']!==undefined||_0x4dfa2e['__SVELTEKIT_PAYLOAD__']!==undefined){const _0x1cfcb8={};_0x1cfcb8['name']='svelte',_0x1cfcb8['version']='unknown',_0x56c1c8['push'](_0x1cfcb8);}if(_0x4dfa2e['__PREACT_DEVTOOLS__']!==undefined){const _0x406b3e={};_0x406b3e['name']='preact',_0x406b3e['version']='unknown',_0x56c1c8['push'](_0x406b3e);}return _0x56c1c8;}function collectIntegrations(_0x62deac){const _0x464a4a=new Set(),_0x30f598=[],_0x55a10f=_0x533d7c=>{if(typeof _0x533d7c['name']!=='string'||_0x533d7c['name']['length']===0x0)return;if(typeof _0x533d7c['version']!=='string')return;if(_0x464a4a['has'](_0x533d7c['name']))return;_0x464a4a['add'](_0x533d7c['name']);const _0x4abbb1={};_0x4abbb1['name']=_0x533d7c['name'],_0x4abbb1['version']=_0x533d7c['version'],_0x30f598['push'](_0x4abbb1);};if(_0x62deac!==undefined){for(const _0xe05ebd of _0x62deac)_0x55a10f(_0xe05ebd);}for(const _0x1a7799 of getRegistry())_0x55a10f(_0x1a7799);for(const _0x12ff16 of detectFrameworks())_0x55a10f(_0x12ff16);return _0x30f598;}const PVID_KEY='__dx_pvid',PVID_LENGTH=0xa,PVID_ALPHABET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';function generatePageVisitId(){let _0x19a112='';if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function'){const _0x271402=new Uint8Array(PVID_LENGTH);crypto['getRandomValues'](_0x271402);for(let _0x3b48e1=0x0;_0x3b48e1<PVID_LENGTH;_0x3b48e1+=0x1){_0x19a112+=PVID_ALPHABET[_0x271402[_0x3b48e1]%PVID_ALPHABET['length']];}return _0x19a112;}for(let _0x492f31=0x0;_0x492f31<PVID_LENGTH;_0x492f31+=0x1){_0x19a112+=PVID_ALPHABET[Math['floor'](Math['random']()*PVID_ALPHABET['length'])];}return _0x19a112;}function getPageVisitId(){if(typeof window==='undefined')return generatePageVisitId();const _0x484ad9=window,_0x5032ba=_0x484ad9[PVID_KEY];if(typeof _0x5032ba==='string'&&_0x5032ba['length']>0x0)return _0x5032ba;const _0x52e91d=generatePageVisitId();return _0x484ad9[PVID_KEY]=_0x52e91d,_0x52e91d;}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x2e4ecd=Date['now']();if(cachedSessionId!==null&&_0x2e4ecd-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x2e4ecd,persistSession(cachedSessionId,_0x2e4ecd),cachedSessionId;const _0x5a917e=sessionStorage['getItem'](SESSION_KEY);if(_0x5a917e!==null)try{const _0x557fcb=JSON['parse'](_0x5a917e);if(_0x2e4ecd-_0x557fcb['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x557fcb['id'],lastActivity=_0x2e4ecd,persistSession(_0x557fcb['id'],_0x2e4ecd),_0x557fcb['id'];}catch{}const _0x5ef20c=generateSessionId();return cachedSessionId=_0x5ef20c,lastActivity=_0x2e4ecd,persistSession(_0x5ef20c,_0x2e4ecd),_0x5ef20c;}function persistSession(_0x501242,_0x4834bd){try{const _0x1f8ff4={};_0x1f8ff4['id']=_0x501242,_0x1f8ff4['ts']=_0x4834bd,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x1f8ff4));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0xce1f16=>{const _0x264d2e=Math['random']()*0x10|0x0,_0x4b3a8f=_0xce1f16==='x'?_0x264d2e:_0x264d2e&0x3|0x8;return _0x4b3a8f['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(_0xec64aa){if(_0xec64aa['length']===0x0)return;if(/^[\d.]+$/['test'](_0xec64aa)||_0xec64aa['includes'](':'))return;if(!_0xec64aa['includes']('.'))return;const _0x335c68=_0xec64aa['split']('.');for(let _0x2c8485=_0x335c68['length']-0x2;_0x2c8485>=0x0;_0x2c8485--){const _0x45e1e1=_0x335c68['slice'](_0x2c8485)['join']('.');if(_0x45e1e1===_0xec64aa)continue;yield _0x45e1e1;}}function buildCookieAttributes(_0x4de3e9,_0x39a6a6){const _0x382289=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'',_0x53bdbe=_0x4de3e9!==null?';\x20domain='+_0x4de3e9:'';return';\x20path=/'+_0x53bdbe+';\x20'+_0x39a6a6+';\x20samesite=lax'+_0x382289;}function getCookie(){try{const _0x464636=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x464636?decodeURIComponent(_0x464636[0x1]):null;}catch{return null;}}function writeCookieAtDomain(_0x3c1743,_0x238b20){try{const _0x57d61e='max-age='+COOKIE_MAX_AGE_SECONDS;document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x3c1743)+buildCookieAttributes(_0x238b20,_0x57d61e);}catch{}}function setCookie(_0x30ddcc){if(typeof document==='undefined'||typeof location==='undefined')return;for(const _0x309b3f of walkDomains(location['hostname'])){writeCookieAtDomain(_0x30ddcc,_0x309b3f);if(getCookie()===_0x30ddcc)return;}writeCookieAtDomain(_0x30ddcc,null);}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x2ce317){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x2ce317);}catch{}}function openIdb(){return new Promise(_0x202307=>{try{const _0xd475b4=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0xd475b4['onupgradeneeded']=()=>{const _0xe0f80c=_0xd475b4['result'];!_0xe0f80c['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0xe0f80c['createObjectStore'](KEY_IDB_STORE);},_0xd475b4['onsuccess']=()=>{const _0xa34086=_0xd475b4['result'];_0xa34086['onversionchange']=()=>_0xa34086['close'](),_0x202307(_0xa34086);},_0xd475b4['onerror']=()=>_0x202307(null),_0xd475b4['onblocked']=()=>_0x202307(null);}catch{_0x202307(null);}});}function getIndexedDb(){return new Promise(_0x3255bc=>{openIdb()['then'](_0x480443=>{if(_0x480443===null){_0x3255bc(null);return;}let _0x4774d6=![];const _0x19457c=_0xa08551=>{if(_0x4774d6)return;_0x4774d6=!![],_0x480443['close'](),_0x3255bc(_0xa08551);};try{const _0x3d9fd9=_0x480443['transaction'](KEY_IDB_STORE,'readonly'),_0xe9cc1c=_0x3d9fd9['objectStore'](KEY_IDB_STORE),_0x3f43a3=_0xe9cc1c['get'](KEY_IDB_KEY);_0x3f43a3['onsuccess']=()=>_0x19457c(typeof _0x3f43a3['result']==='string'?_0x3f43a3['result']:null),_0x3f43a3['onerror']=()=>_0x19457c(null),_0x3d9fd9['onabort']=()=>_0x19457c(null);}catch{_0x19457c(null);}})['catch'](()=>_0x3255bc(null));});}function setIndexedDb(_0x5ae04f){openIdb()['then'](_0x2ca288=>{if(_0x2ca288===null)return;try{const _0x49cb4b=_0x2ca288['transaction'](KEY_IDB_STORE,'readwrite'),_0x2cdcec=_0x49cb4b['objectStore'](KEY_IDB_STORE);_0x2cdcec['put'](_0x5ae04f,KEY_IDB_KEY),_0x49cb4b['oncomplete']=()=>_0x2ca288['close'](),_0x49cb4b['onerror']=()=>_0x2ca288['close']();}catch{_0x2ca288['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x4edef5=getCookie();if(_0x4edef5!==null)return _0x4edef5;const _0xe134bf=getLocalStorage$1();if(_0xe134bf!==null)return _0xe134bf;return getIndexedDb();}function saveDeviceToken(_0x524373){setCookie(_0x524373),setLocalStorage(_0x524373),setIndexedDb(_0x524373);}class SentinelError extends Error{['code'];constructor(_0x4864ce,_0x293ca9){super(_0x4864ce),this['name']='SentinelError',this['code']=_0x293ca9,Object['setPrototypeOf'](this,new.target.prototype);}}function isSentinelError(_0x724d0d){if(_0x724d0d===null||typeof _0x724d0d!=='object')return![];const _0x4e13bc=_0x724d0d;return(_0x4e13bc['name']==='SentinelError'||_0x4e13bc['name']==='CspBlockError'||_0x4e13bc['name']==='FetchTimeoutError')&&typeof _0x4e13bc['code']==='string';}class CspBlockError extends SentinelError{['violation'];constructor(_0x22a1c5,_0x3878cd){super(_0x22a1c5,'csp_block'),this['name']='CspBlockError',this['violation']=_0x3878cd,Object['setPrototypeOf'](this,new.target.prototype);}}async function withCspDetection(_0x3974aa,_0x2a9626){if(typeof document==='undefined')return _0x2a9626();let _0x6f37f9;try{_0x6f37f9=new URL(_0x3974aa,typeof location!=='undefined'?location['href']:'http://localhost/');}catch{return _0x2a9626();}const _0x5847f0={};_0x5847f0['event']=null;const _0x59c413=_0x5847f0,_0x478e73=_0x6f37f9['protocol']['slice'](0x0,-0x1),_0x52a456=_0x5f2a6a=>{const _0x129dba=_0x5f2a6a,_0x526e45=_0x129dba['blockedURI'];(_0x526e45===_0x6f37f9['href']||_0x526e45===_0x6f37f9['origin']||_0x526e45===_0x478e73)&&(_0x59c413['event']=_0x129dba);};document['addEventListener']('securitypolicyviolation',_0x52a456);try{return await _0x2a9626();}catch(_0x2af086){if(_0x59c413['event']!==null)throw new CspBlockError('Request\x20to\x20'+_0x6f37f9['href']+'\x20blocked\x20by\x20Content-Security-Policy',_0x59c413['event']);throw _0x2af086;}finally{document['removeEventListener']('securitypolicyviolation',_0x52a456);}}function visibilityAwareWait(_0x502375,_0x2fb4ca){if(_0x2fb4ca?.['aborted']===!![])return Promise['resolve']();if(typeof document==='undefined')return new Promise(_0x37f1a9=>{const _0x46174b=setTimeout(_0x37f1a9,_0x502375),_0x1818f3={};_0x1818f3['once']=!![],_0x2fb4ca?.['addEventListener']('abort',()=>{clearTimeout(_0x46174b),_0x37f1a9();},_0x1818f3);});return new Promise(_0x24d160=>{let _0x2b3005=_0x502375,_0x13b09f=0x0,_0x2cbc73=null,_0x2ac7be=![];function _0x764c5a(){if(_0x2cbc73===null)return;clearTimeout(_0x2cbc73),_0x2cbc73=null,_0x2b3005-=Date['now']()-_0x13b09f;if(_0x2b3005<0x0)_0x2b3005=0x0;}function _0x550b84(){if(_0x2ac7be)return;_0x2ac7be=!![],document['removeEventListener']('visibilitychange',_0x32deba);if(_0x2fb4ca!==undefined)_0x2fb4ca['removeEventListener']('abort',_0x217d07);_0x2cbc73!==null&&(clearTimeout(_0x2cbc73),_0x2cbc73=null),_0x24d160();}function _0x347277(){if(_0x2ac7be||_0x2cbc73!==null)return;if(_0x2b3005<=0x0){_0x550b84();return;}_0x13b09f=Date['now'](),_0x2cbc73=setTimeout(_0x550b84,_0x2b3005);}function _0x32deba(){document['hidden']?_0x764c5a():_0x347277();}function _0x217d07(){_0x550b84();}document['addEventListener']('visibilitychange',_0x32deba);const _0x4a8e1d={};_0x4a8e1d['once']=!![];if(_0x2fb4ca!==undefined)_0x2fb4ca['addEventListener']('abort',_0x217d07,_0x4a8e1d);!document['hidden']&&_0x347277();});}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710,DEFAULT_TIMEOUT=0x7530;class FetchTimeoutError extends SentinelError{['timeoutMs'];constructor(_0xd22242){super('fetch\x20did\x20not\x20complete\x20within\x20'+_0xd22242+'ms','client_timeout'),this['name']='FetchTimeoutError',this['timeoutMs']=_0xd22242,Object['setPrototypeOf'](this,new.target.prototype);}}async function fetchWithRetry(_0x4f48b0,_0x27afde,_0x1eb269){const _0x5cfed3=_0x1eb269?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x275eb5=_0x1eb269?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x56e3a0=_0x1eb269?.['maxDelayMs']??DEFAULT_MAX_DELAY,_0x42fad6=_0x1eb269?.['timeoutMs']??DEFAULT_TIMEOUT;for(let _0x5dab4f=0x0;_0x5dab4f<=_0x5cfed3;_0x5dab4f++){let _0x41f83e,_0x55eafb,_0x460895,_0x46bac1;const _0x21072f=_0x27afde?.['signal'];try{_0x460895=new AbortController();if(_0x21072f!==undefined&&_0x21072f!==null){if(_0x21072f['aborted'])_0x460895['abort'](_0x21072f['reason']);else{const _0x151169=_0x460895;_0x46bac1=()=>_0x151169['abort'](_0x21072f['reason']);const _0x206ed2={};_0x206ed2['once']=!![],_0x21072f['addEventListener']('abort',_0x46bac1,_0x206ed2);}}_0x55eafb=setTimeout(()=>{_0x41f83e=Date['now'](),_0x460895?.['abort']();},_0x42fad6);const _0x3a9219={..._0x27afde};_0x3a9219['signal']=_0x460895['signal'];const _0x2fe9c2=await fetch(_0x4f48b0,_0x3a9219);clearTimeout(_0x55eafb);_0x46bac1!==undefined&&_0x21072f!==undefined&&_0x21072f!==null&&_0x21072f['removeEventListener']('abort',_0x46bac1);if(_0x2fe9c2['ok']||_0x2fe9c2['status']<0x1f4&&_0x2fe9c2['status']!==0x1ad)return _0x2fe9c2;if((_0x2fe9c2['status']===0x1ad||_0x2fe9c2['status']>=0x1f4)&&_0x5dab4f<_0x5cfed3){const _0xebbc68=parseRetryAfter(_0x2fe9c2['headers']['get']('Retry-After'));await visibilityAwareWait(_0xebbc68??computeBackoff(_0x5dab4f,_0x275eb5,_0x56e3a0),_0x21072f??undefined);continue;}return _0x2fe9c2;}catch(_0x273302){clearTimeout(_0x55eafb);_0x46bac1!==undefined&&_0x21072f!==undefined&&_0x21072f!==null&&_0x21072f['removeEventListener']('abort',_0x46bac1);const _0x3337ec=_0x21072f?.['aborted']===!![];if(_0x3337ec)throw _0x273302;if(_0x5dab4f>=_0x5cfed3){if(_0x41f83e!==undefined)throw new FetchTimeoutError(_0x42fad6);throw _0x273302;}await visibilityAwareWait(computeBackoff(_0x5dab4f,_0x275eb5,_0x56e3a0),_0x21072f??undefined);}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x16d307,_0x266263,_0x6e54fa){const _0x2df8af=Math['min'](_0x6e54fa,_0x266263*0x2**_0x16d307);return _0x2df8af*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x1bd4b2){if(_0x1bd4b2===null)return null;const _0x2d81d5=Number(_0x1bd4b2);if(!Number['isNaN'](_0x2d81d5)&&_0x2d81d5>0x0)return _0x2d81d5*0x3e8;const _0x118348=Date['parse'](_0x1bd4b2);if(!Number['isNaN'](_0x118348))return Math['max'](0x0,_0x118348-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(_0x5930ce){try{const _0x25307e=new URL(_0x5930ce),_0x34a10b=[];for(const [_0x5a94c5]of _0x25307e['searchParams']){const _0x1577b1=_0x5a94c5['toLowerCase']();SENSITIVE_PARAMS['some'](_0xe6d9ab=>_0x1577b1['includes'](_0xe6d9ab))&&_0x34a10b['push'](_0x5a94c5);}for(const _0x573602 of _0x34a10b){_0x25307e['searchParams']['set'](_0x573602,'[REDACTED]');}return _0x25307e['hash']='',_0x25307e['toString']();}catch{return _0x5930ce;}}function fnv1aBytes(_0x1530a3){let _0x1a91a5=0x811c9dc5;for(let _0x29b6de=0x0;_0x29b6de<_0x1530a3['length'];_0x29b6de++){_0x1a91a5^=_0x1530a3[_0x29b6de],_0x1a91a5=Math['imul'](_0x1a91a5,0x1000193);}return _0x1a91a5>>>0x0;}const SUFFIX_MIN_LEN=0x8,SUFFIX_MAX_LEN=0x16,CHUNK_MIN_LEN=0x3,CHUNK_MAX_LEN=0x6;function hash16(_0xa1be05){const _0x54235e=new TextEncoder()['encode'](_0xa1be05),_0x3374ea=new Uint8Array(0x10);for(let _0x1ca0d7=0x0;_0x1ca0d7<0x4;_0x1ca0d7+=0x1){const _0x282d6b=new Uint8Array(_0x54235e['length']+0x1);_0x282d6b[0x0]=0x55+_0x1ca0d7*0x37,_0x282d6b['set'](_0x54235e,0x1);const _0x47e527=fnv1aBytes(_0x282d6b);_0x3374ea[_0x1ca0d7*0x4]=_0x47e527>>>0x18&0xff,_0x3374ea[_0x1ca0d7*0x4+0x1]=_0x47e527>>>0x10&0xff,_0x3374ea[_0x1ca0d7*0x4+0x2]=_0x47e527>>>0x8&0xff,_0x3374ea[_0x1ca0d7*0x4+0x3]=_0x47e527&0xff;}return _0x3374ea;}function toBase64Url$1(_0x1d6b1a){let _0x2892ad='';for(let _0x2b3ec1=0x0;_0x2b3ec1<_0x1d6b1a['length'];_0x2b3ec1+=0x1){_0x2892ad+=String['fromCharCode'](_0x1d6b1a[_0x2b3ec1]);}return btoa(_0x2892ad)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function mapByteToRange(_0x378860,_0x37fd82,_0x24d297){return _0x37fd82+Math['floor']((_0x378860&0xff)*(_0x24d297-_0x37fd82+0x1)/0x100);}function chunkBySlash(_0x32ddfb,_0x5009f8){let _0x157e8a=0x0,_0x19d61e='';while(_0x157e8a<_0x32ddfb['length']){const _0x1b4c59=mapByteToRange(_0x5009f8[_0x157e8a&0xf],CHUNK_MIN_LEN,CHUNK_MAX_LEN),_0x11981d=Math['min'](_0x32ddfb['length'],_0x157e8a+_0x1b4c59);if(_0x19d61e['length']>0x0)_0x19d61e+='/';_0x19d61e+=_0x32ddfb['slice'](_0x157e8a,_0x11981d),_0x157e8a=_0x11981d;}return _0x19d61e;}function buildEndpointSuffix(_0x41565f,_0x342cf8){const _0x21d606=_0x342cf8!==undefined&&_0x342cf8['length']>0x0?_0x41565f+'\x00'+_0x342cf8:_0x41565f,_0x1c1aa5=hash16(_0x21d606),_0x49e417=mapByteToRange(_0x1c1aa5[0xf],SUFFIX_MIN_LEN,SUFFIX_MAX_LEN),_0x554bdf=toBase64Url$1(_0x1c1aa5)['slice'](0x0,_0x49e417),_0x534a83=fnv1aBytes(new TextEncoder()['encode'](_0x554bdf)),_0x332491=toBase64Url$1(new Uint8Array([_0x534a83>>>0x18&0xff,_0x534a83>>>0x10&0xff]))['slice'](0x0,0x2);return chunkBySlash(_0x554bdf+_0x332491,_0x1c1aa5);}function randomizeEndpoint(_0x274bf5,_0x22c2b8={}){const _0x6a9e05=_0x22c2b8['replacePath']??!![];let _0x163366;try{_0x163366=new URL(_0x274bf5);}catch{return _0x274bf5;}const _0x465573=buildEndpointSuffix(_0x274bf5,_0x22c2b8['nonce']);if(_0x6a9e05)_0x163366['pathname']='/'+_0x465573;else{let _0x400800=_0x163366['pathname'];if(!_0x400800['endsWith']('/'))_0x400800+='/';_0x400800+=_0x465573,_0x163366['pathname']=_0x400800;}return _0x163366['toString']();}function toBase64Url(_0x24aef9){let _0x4b547f='';for(let _0x46fa9b=0x0;_0x46fa9b<_0x24aef9['length'];_0x46fa9b++){_0x4b547f+=String['fromCharCode'](_0x24aef9[_0x46fa9b]);}return btoa(_0x4b547f)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function fromBase64Url(_0x73069b){const _0x23e7f2=_0x73069b['replace'](/-/g,'+')['replace'](/_/g,'/'),_0x374407=_0x23e7f2+'='['repeat']((0x4-_0x23e7f2['length']%0x4)%0x4),_0x9c6ba7=atob(_0x374407),_0x26bc3c=new Uint8Array(_0x9c6ba7['length']);for(let _0x55946f=0x0;_0x55946f<_0x9c6ba7['length'];_0x55946f++){_0x26bc3c[_0x55946f]=_0x9c6ba7['charCodeAt'](_0x55946f);}return _0x26bc3c;}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x3af1a2){if(!isCompressionSupported())return _0x3af1a2;const _0x108937=new Blob([_0x3af1a2])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0xee302d=await new Response(_0x108937)['arrayBuffer']();return new Uint8Array(_0xee302d);}function isDecompressionSupported(){return typeof DecompressionStream!=='undefined';}async function decompressPayload(_0x5199bb){if(!isDecompressionSupported())return _0x5199bb;const _0x38c48c=new Blob([_0x5199bb])['stream']()['pipeThrough'](new DecompressionStream('deflate-raw')),_0x25cb77=await new Response(_0x38c48c)['arrayBuffer']();return new Uint8Array(_0x25cb77);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x51e92b){const _0x4003c6=new Uint8Array(_0x51e92b);try{if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function')return crypto['getRandomValues'](_0x4003c6),_0x4003c6;}catch{}for(let _0x407d8a=0x0;_0x407d8a<_0x51e92b;_0x407d8a++){_0x4003c6[_0x407d8a]=Math['random']()*0x100&0xff;}return _0x4003c6;}function createXorEnvelope(_0x31fcb0){const _0x2533ca=getRandomBytes(0x1)[0x0],_0x3c750e=Math['floor'](Math['random']()*MAX_PADDING),_0x5a258e=getRandomBytes(_0x3c750e),_0x4bc7ea=getRandomBytes(KEY_LENGTH),_0x6431=0x1+0x2+0x1+_0x3c750e+KEY_LENGTH,_0x56954b=new Uint8Array(_0x6431+_0x31fcb0['length']);let _0x5abd3a=0x0;_0x56954b[_0x5abd3a++]=_0x2533ca,_0x56954b[_0x5abd3a++]=MARKER_1+_0x2533ca&0xff,_0x56954b[_0x5abd3a++]=MARKER_2+_0x2533ca&0xff,_0x56954b[_0x5abd3a++]=_0x3c750e+_0x2533ca&0xff,_0x56954b['set'](_0x5a258e,_0x5abd3a),_0x5abd3a+=_0x3c750e,_0x56954b['set'](_0x4bc7ea,_0x5abd3a),_0x5abd3a+=KEY_LENGTH;for(let _0x892fb9=0x0;_0x892fb9<_0x31fcb0['length'];_0x892fb9++){_0x56954b[_0x5abd3a+_0x892fb9]=_0x31fcb0[_0x892fb9]^_0x4bc7ea[_0x892fb9%KEY_LENGTH];}return _0x56954b;}async function encodePayload(_0x579825){const _0x49a73e=new TextEncoder()['encode'](_0x579825),_0x5f1f56=isCompressionSupported(),_0xa273da=_0x5f1f56?await compressPayload(_0x49a73e):_0x49a73e,_0x4b775a=createXorEnvelope(_0xa273da),_0x733137={};_0x733137['v']=0x1,_0x733137['c']=_0x5f1f56;const _0x3788ba=JSON['stringify'](_0x733137),_0x4936ca=new TextEncoder()['encode'](_0x3788ba);return toBase64Url(_0x4936ca)+':'+toBase64Url(_0x4b775a);}function decodeXorEnvelope(_0x2b8675){if(_0x2b8675['length']<0x1+0x2+0x1+KEY_LENGTH)throw new Error('xor-envelope:\x20buffer\x20too\x20short\x20to\x20contain\x20a\x20valid\x20envelope');const _0x22b0bb=_0x2b8675[0x0],_0x127d6b=_0x2b8675[0x1]-_0x22b0bb&0xff,_0x3aae4d=_0x2b8675[0x2]-_0x22b0bb&0xff;if(_0x127d6b!==MARKER_1||_0x3aae4d!==MARKER_2)throw new Error('xor-envelope:\x20marker\x20mismatch\x20—\x20not\x20a\x20valid\x20envelope');const _0x192e18=_0x2b8675[0x3]-_0x22b0bb&0xff,_0x4ec77d=0x1+0x2+0x1+_0x192e18+KEY_LENGTH;if(_0x2b8675['length']<_0x4ec77d)throw new Error('xor-envelope:\x20declared\x20padding/key\x20extends\x20past\x20buffer');const _0x3b68de=_0x2b8675['subarray'](0x4+_0x192e18,0x4+_0x192e18+KEY_LENGTH),_0xefe90c=_0x4ec77d,_0x32ea0d=_0x2b8675['subarray'](_0xefe90c),_0x5e59c0=new Uint8Array(_0x32ea0d['length']);for(let _0x23f546=0x0;_0x23f546<_0x32ea0d['length'];_0x23f546+=0x1){_0x5e59c0[_0x23f546]=_0x32ea0d[_0x23f546]^_0x3b68de[_0x23f546%KEY_LENGTH];}return _0x5e59c0;}async function decodePayload(_0x5a8b75){const _0x3ed7dc=_0x5a8b75['indexOf'](':');if(_0x3ed7dc===-0x1)throw new Error('decodePayload:\x20missing\x20\x22:\x22\x20separator\x20between\x20metadata\x20and\x20envelope');const _0x1b4f57=_0x5a8b75['slice'](0x0,_0x3ed7dc),_0x45ea1f=_0x5a8b75['slice'](_0x3ed7dc+0x1);let _0x4e5134;try{const _0x59f6c6=fromBase64Url(_0x1b4f57),_0xcb7f5d=new TextDecoder()['decode'](_0x59f6c6);_0x4e5134=JSON['parse'](_0xcb7f5d);}catch(_0x58109a){throw new Error('decodePayload:\x20failed\x20to\x20parse\x20metadata\x20segment\x20('+String(_0x58109a)+')');}if(_0x4e5134['v']!==0x1)throw new Error('decodePayload:\x20unsupported\x20envelope\x20version\x20'+String(_0x4e5134['v']));const _0x241051=fromBase64Url(_0x45ea1f),_0x12600c=decodeXorEnvelope(_0x241051),_0x133daa=_0x4e5134['c']===!![]?await decompressPayload(_0x12600c):_0x12600c;return new TextDecoder()['decode'](_0x133daa);}let chainTail=Promise['resolve']();async function capture(_0x4aa51a,_0x78cf18,_0x413f7c){const _0x3ee0e4=chainTail;let _0x29e810=()=>undefined;const _0x584853=new Promise(_0xc3b12=>{_0x29e810=_0xc3b12;});chainTail=_0x3ee0e4['then'](()=>_0x584853);try{await _0x3ee0e4;}catch{}try{return await doCapture(_0x4aa51a,_0x78cf18,_0x413f7c);}finally{_0x29e810();}}async function doCapture(_0x55cd17,_0x51b808,_0x770386){const {components:_0x479851,version:_0x15fcb1}=await _0x55cd17['get'](),_0x54ab80=await loadDeviceToken()??undefined,_0x47f175=_0x51b808['replay']!==undefined?_0x51b808['replay']['list']():undefined,_0xe31c58=_0x51b808['urlPrivacy']==='minimal',_0x104df0=_0x4acc8e=>{if(!_0xe31c58)return sanitizeUrl(_0x4acc8e);try{return new URL(_0x4acc8e)['origin'];}catch{return'';}},_0x4b7327=typeof document!=='undefined'&&document['referrer']?document['referrer']:'',_0x407a3e=typeof document!=='undefined'?document['title']:'',_0x2a4b83={'components':_0x479851,'version':_0x15fcb1,'token':_0x54ab80,'linkedId':_0x770386?.['linkedId'],'tag':_0x770386?.['tag'],'custom':_0x770386?.['custom'],'url':typeof location!=='undefined'?_0x104df0(location['href']):undefined,'referrer':_0x4b7327!==''?_0x104df0(_0x4b7327):undefined,'pageTitle':_0xe31c58?undefined:_0x407a3e||undefined,'sessionId':getSessionId(),'pageVisitId':getPageVisitId(),'previousRequestIds':_0x47f175,'clientTimestamp':Date['now'](),'integrationInfo':((()=>{const _0x319708=collectIntegrations(_0x51b808['integrationInfo']);return _0x319708['length']>0x0?_0x319708:undefined;})())},_0x5c63b6=await encodePayload(JSON['stringify'](_0x2a4b83)),_0x190ea1=_0x51b808['randomizeStrategy']!==undefined&&_0x51b808['randomizeStrategy']!=='off'?randomizeEndpoint(_0x51b808['endpoint'],{'replacePath':_0x51b808['randomizeStrategy']==='replace','nonce':typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function'?crypto['randomUUID']():Date['now']()+'-'+Math['random']()}):_0x51b808['endpoint'],_0x52485c={};_0x52485c['Content-Type']='text/plain',_0x52485c['X-API-Key']=_0x51b808['apiKey'];const _0xa0e402={};_0xa0e402['method']='POST',_0xa0e402['headers']=_0x52485c,_0xa0e402['credentials']='include',_0xa0e402['body']=_0x5c63b6,_0xa0e402['signal']=_0x770386?.['signal'];const _0xd3be6c=await withCspDetection(_0x190ea1,()=>fetchWithRetry(_0x190ea1,_0xa0e402,_0x51b808['retry']));if(!_0xd3be6c['ok']){let _0x322555;try{const _0x46802f=await _0xd3be6c['json']();_0x322555=_0x46802f['error']??'HTTP\x20'+_0xd3be6c['status'];}catch{_0x322555='HTTP\x20'+_0xd3be6c['status'];}throw new Error('Endpoint\x20error:\x20'+_0x322555);}const _0x42fa52=await _0xd3be6c['json']();return _0x42fa52['token']&&saveDeviceToken(_0x42fa52['token']),_0x51b808['replay']!==undefined&&typeof _0x42fa52['requestId']==='string'&&_0x42fa52['requestId']['length']>0x0&&_0x51b808['replay']['record'](_0x42fa52['requestId']),_0x42fa52;}function wait(_0x177a80,_0x13ca33){return new Promise(_0x47bc7c=>setTimeout(_0x47bc7c,_0x177a80,_0x13ca33));}function releaseEventLoop(){return new Promise(_0x10ebc1=>{const _0x3e1fd5=new MessageChannel();_0x3e1fd5['port1']['onmessage']=()=>_0x10ebc1(),_0x3e1fd5['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x39c5d4,_0x58d7d3=Infinity){const {requestIdleCallback:_0x4ca476}=window;if(typeof _0x4ca476==='function'){const _0x2e747f={};return _0x2e747f['timeout']=_0x58d7d3,new Promise(_0x506413=>_0x4ca476['call'](window,()=>_0x506413(),_0x2e747f));}return wait(Math['min'](_0x39c5d4,_0x58d7d3));}function isPromise(_0x72a026){return _0x72a026!==null&&_0x72a026!==undefined&&typeof _0x72a026['then']==='function';}function awaitIfAsync(_0x3b6d6e,_0x3e493e){try{const _0x3cacba=_0x3b6d6e();isPromise(_0x3cacba)?_0x3cacba['then'](_0x1165a7=>_0x3e493e(!![],_0x1165a7),_0x501d35=>_0x3e493e(![],_0x501d35)):_0x3e493e(!![],_0x3cacba);}catch(_0x2bb980){_0x3e493e(![],_0x2bb980);}}async function mapWithBreaks(_0xb7d684,_0x5bbd7f,_0x15ff9b=0x10){const _0x27069d=Array(_0xb7d684['length']);let _0x38e569=Date['now']();for(let _0x434cb0=0x0;_0x434cb0<_0xb7d684['length'];++_0x434cb0){_0x27069d[_0x434cb0]=_0x5bbd7f(_0xb7d684[_0x434cb0],_0x434cb0);const _0x368069=Date['now']();_0x368069>=_0x38e569+_0x15ff9b&&(_0x38e569=_0x368069,await releaseEventLoop());}return _0x27069d;}function withTimeout(_0x561c37,_0x374154,_0x2e05a8){return new Promise(_0x3c281e=>{let _0x7be0db=![];const _0x6a5f4e=setTimeout(()=>{!_0x7be0db&&(_0x7be0db=!![],_0x3c281e(_0x2e05a8));},_0x374154);_0x561c37['then'](_0x37a54b=>{!_0x7be0db&&(_0x7be0db=!![],clearTimeout(_0x6a5f4e),_0x3c281e(_0x37a54b));},()=>{!_0x7be0db&&(_0x7be0db=!![],clearTimeout(_0x6a5f4e),_0x3c281e(_0x2e05a8));});});}function withTimeoutReject(_0x1b48e3,_0x58d8d6,_0x40b7d6){return new Promise((_0x56fc61,_0x59ff69)=>{let _0x538a6f=![];const _0x3da3af=setTimeout(()=>{!_0x538a6f&&(_0x538a6f=!![],_0x59ff69(_0x40b7d6()));},_0x58d8d6);_0x1b48e3['then'](_0x56dfbf=>{!_0x538a6f&&(_0x538a6f=!![],clearTimeout(_0x3da3af),_0x56fc61(_0x56dfbf));},_0x29a8f0=>{!_0x538a6f&&(_0x538a6f=!![],clearTimeout(_0x3da3af),_0x59ff69(_0x29a8f0 instanceof Error?_0x29a8f0:new Error(String(_0x29a8f0))));});});}function suppressUnhandledRejectionWarning(_0x51164f){return _0x51164f['then'](undefined,()=>undefined),_0x51164f;}function includes(_0x1d8410,_0x575a9d){for(let _0x4646f5=0x0,_0x1a93d0=_0x1d8410['length'];_0x4646f5<_0x1a93d0;++_0x4646f5){if(_0x1d8410[_0x4646f5]===_0x575a9d)return!![];}return![];}function excludes(_0x19c884,_0x3e977b){return!includes(_0x19c884,_0x3e977b);}function toInt(_0x1b6898){return parseInt(_0x1b6898,0xa);}function toFloat(_0x1fcd71){return parseFloat(_0x1fcd71);}function replaceNaN(_0x4408e7,_0x3f83b3){return typeof _0x4408e7==='number'&&isNaN(_0x4408e7)?_0x3f83b3:_0x4408e7;}function countTruthy(_0x2fabf1){return _0x2fabf1['reduce']((_0x2ba701,_0x589b01)=>_0x2ba701+(Boolean(_0x589b01)?0x1:0x0),0x0);}function round$1(_0xffc7d4,_0x417fac=0x1){if(Math['abs'](_0x417fac)>=0x1)return Math['round'](_0xffc7d4/_0x417fac)*_0x417fac;const _0x3103f8=0x1/_0x417fac;return Math['round'](_0xffc7d4*_0x3103f8)/_0x3103f8;}function parseSimpleCssSelector(_0x4ca2e4){const _0x5415e1='Unexpected\x20syntax\x20\x27'+_0x4ca2e4+'\x27',_0x3ae03a=/^\s*([a-z-]*)(.*)$/i['exec'](_0x4ca2e4),_0x3800f5=_0x3ae03a[0x1]||undefined,_0xf787e8={},_0x59ee96=/([.:#][\w-]+|\[.+?\])/gi,_0x330595=(_0x4da688,_0x1d059e)=>{!(_0x4da688 in _0xf787e8)&&(_0xf787e8[_0x4da688]=[]),_0xf787e8[_0x4da688]['push'](_0x1d059e);};for(;;){const _0x2cefa1=_0x59ee96['exec'](_0x3ae03a[0x2]);if(!_0x2cefa1)break;const _0x259a72=_0x2cefa1[0x0];switch(_0x259a72[0x0]){case'.':_0x330595('class',_0x259a72['slice'](0x1));break;case'#':_0x330595('id',_0x259a72['slice'](0x1));break;case'[':{const _0x1fab34=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/['exec'](_0x259a72);if(_0x1fab34)_0x330595(_0x1fab34[0x1],_0x1fab34[0x4]??_0x1fab34[0x5]??'');else throw new Error(_0x5415e1);break;}default:throw new Error(_0x5415e1);}}return[_0x3800f5,_0xf787e8];}function getUTF8Bytes(_0x293ecf){const _0x4b470d=new Uint8Array(_0x293ecf['length']);for(let _0x51ca9f=0x0;_0x51ca9f<_0x293ecf['length'];_0x51ca9f++){const _0x56439f=_0x293ecf['charCodeAt'](_0x51ca9f);if(_0x56439f>0x7f)return new TextEncoder()['encode'](_0x293ecf);_0x4b470d[_0x51ca9f]=_0x56439f;}return _0x4b470d;}function isFinalResultLoaded(_0x46b62f){return typeof _0x46b62f!=='function';}function loadSource(_0x25cf85,_0x5e0b30){const _0x1b146e=suppressUnhandledRejectionWarning(new Promise(_0x22a87e=>{awaitIfAsync(_0x25cf85['bind'](null,_0x5e0b30),(..._0x1def93)=>{if(!_0x1def93[0x0])return _0x22a87e(()=>({'error':_0x1def93[0x1]}));const _0x4dab27=_0x1def93[0x1];if(isFinalResultLoaded(_0x4dab27))return _0x22a87e(()=>({'value':_0x4dab27}));_0x22a87e(()=>new Promise(_0x55eb2e=>{awaitIfAsync(_0x4dab27,(..._0x228b25)=>{if(!_0x228b25[0x0]){const _0x404ae1={};return _0x404ae1['error']=_0x228b25[0x1],_0x55eb2e(_0x404ae1);}const _0x9129c3={};_0x9129c3['value']=_0x228b25[0x1],_0x55eb2e(_0x9129c3);});}));});}));return function _0x5bc4ef(){return _0x1b146e['then'](_0x31f6d8=>_0x31f6d8());};}const COLLECTOR_HARD_TIMEOUT_MS=0x2710;function timeoutComponent(){return{'error':new Error('collector\x20timed\x20out'),'status':-0x2};}function loadSources(_0x218759,_0x525fb7,_0x33329a,_0x248b63){const _0xc24152=Object['keys'](_0x218759)['filter'](_0x261534=>excludes(_0x33329a,_0x261534)),_0x49433c=suppressUnhandledRejectionWarning(mapWithBreaks(_0xc24152,_0xef3a5=>loadSource(_0x218759[_0xef3a5],_0x525fb7),_0x248b63));return async function _0x45365c(){const _0x58f689=await _0x49433c,_0x2183d6=await mapWithBreaks(_0x58f689,_0x13c869=>suppressUnhandledRejectionWarning(withTimeout(_0x13c869(),COLLECTOR_HARD_TIMEOUT_MS,timeoutComponent())),_0x248b63),_0x106b99=await Promise['all'](_0x2183d6),_0x38a63e={};for(let _0x3255ee=0x0;_0x3255ee<_0xc24152['length'];++_0x3255ee){_0x38a63e[_0xc24152[_0x3255ee]]=_0x106b99[_0x3255ee];}return _0x38a63e;};}function getAutomationDescriptor(){try{const _0x30b07e=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x236f2e=_0x30b07e!==undefined;let _0x4d95fb=null;_0x30b07e&&(_0x4d95fb=_0x30b07e['configurable']??null);let _0x28052a=![],_0x1c8b45=null;try{const _0x45aaac=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x45aaac&&(_0x28052a=typeof _0x45aaac['get']==='function',_0x1c8b45=_0x45aaac['configurable']??null);}catch{}const _0x3a1dae={};return _0x3a1dae['hasOwnWebdriver']=_0x236f2e,_0x3a1dae['ownConfigurable']=_0x4d95fb,_0x3a1dae['prototypeHasGetter']=_0x28052a,_0x3a1dae['prototypeConfigurable']=_0x1c8b45,_0x3a1dae;}catch{const _0x4eeaba={};return _0x4eeaba['hasOwnWebdriver']=![],_0x4eeaba['ownConfigurable']=null,_0x4eeaba['prototypeHasGetter']=![],_0x4eeaba['prototypeConfigurable']=null,_0x4eeaba;}}function getCdpDetection(){try{const _0x5312b6=Error,_0x3550da=_0x5312b6['prepareStackTrace'];let _0x319be1=![];Object['defineProperty'](_0x5312b6,'prepareStackTrace',{'get'(){return _0x319be1=!![],_0x3550da;},'set'(_0x47ab93){const _0x376982={};_0x376982['value']=_0x47ab93,_0x376982['writable']=!![],_0x376982['configurable']=!![],Object['defineProperty'](_0x5312b6,'prepareStackTrace',_0x376982);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x458bd6={};_0x458bd6['value']=_0x3550da,_0x458bd6['writable']=!![],_0x458bd6['configurable']=!![],Object['defineProperty'](_0x5312b6,'prepareStackTrace',_0x458bd6);}catch{}return _0x319be1;}catch{return![];}}function getChromeRuntime(){try{const _0x55e685=window,_0xf332aa=_0x55e685['chrome'];if(!_0xf332aa||typeof _0xf332aa!=='object'){const _0x4bc40f={};return _0x4bc40f['hasChrome']=![],_0x4bc40f['hasRuntime']=![],_0x4bc40f['hasPlatformOs']=![],_0x4bc40f['hasConnect']=![],_0x4bc40f['connectNative']=![],_0x4bc40f['hasApp']=![],_0x4bc40f['appIsInstalled']=null,_0x4bc40f['hasCsi']=![],_0x4bc40f['hasLoadTimes']=![],_0x4bc40f['runtimeKeyCount']=0x0,_0x4bc40f;}const _0x256075=_0xf332aa['runtime'],_0x22ec87=_0x256075!==undefined&&_0x256075!==null;let _0x5e4361=![],_0x5dac12=![],_0x27350d=![],_0x4eaedb=0x0;if(_0x22ec87&&typeof _0x256075==='object'){_0x5e4361='PlatformOs'in _0x256075||'PlatformArch'in _0x256075,_0x5dac12=typeof _0x256075['connect']==='function';if(_0x5dac12)try{_0x27350d=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x256075['connect']));}catch{_0x27350d=![];}try{_0x4eaedb=Object['getOwnPropertyNames'](_0x256075)['length'];}catch{_0x4eaedb=0x0;}}const _0x5a82ca=_0xf332aa['app'],_0x5b41bd=_0x5a82ca!==undefined&&_0x5a82ca!==null;let _0xe52348=null;_0x5b41bd&&typeof _0x5a82ca==='object'&&(_0xe52348=_0x5a82ca['isInstalled']===!![]);const _0x569054=typeof _0xf332aa['csi']==='function',_0x5a6ca7=typeof _0xf332aa['loadTimes']==='function',_0x10db2f={};return _0x10db2f['hasChrome']=!![],_0x10db2f['hasRuntime']=_0x22ec87,_0x10db2f['hasPlatformOs']=_0x5e4361,_0x10db2f['hasConnect']=_0x5dac12,_0x10db2f['connectNative']=_0x27350d,_0x10db2f['hasApp']=_0x5b41bd,_0x10db2f['appIsInstalled']=_0xe52348,_0x10db2f['hasCsi']=_0x569054,_0x10db2f['hasLoadTimes']=_0x5a6ca7,_0x10db2f['runtimeKeyCount']=_0x4eaedb,_0x10db2f;}catch{return null;}}function errorToObject(_0x4bd15f){return{'name':_0x4bd15f['name'],'message':_0x4bd15f['message'],'stack':_0x4bd15f['stack']?.['split']('\x0a'),..._0x4bd15f};}function isFunctionNative(_0x3fea31){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x3fea31));}function isTrident(){const _0x30af55=window,_0x351f7=navigator;return countTruthy(['MSCSSMatrix'in _0x30af55,'msSetImmediate'in _0x30af55,'msIndexedDB'in _0x30af55,'msMaxTouchPoints'in _0x351f7,'msPointerEnabled'in _0x351f7])>=0x4;}function isEdgeHTML(){const _0x87fbea=window,_0x10dbf1=navigator;return countTruthy(['msWriteProfilerMark'in _0x87fbea,'MSStream'in _0x87fbea,'msLaunchUri'in _0x10dbf1,'msSaveBlob'in _0x10dbf1])>=0x3&&!isTrident();}function isChromium(){const _0x4dc76c=window,_0x29f04e=navigator;return countTruthy(['webkitPersistentStorage'in _0x29f04e,'webkitTemporaryStorage'in _0x29f04e,(_0x29f04e['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x4dc76c,'BatteryManager'in _0x4dc76c,'webkitMediaStream'in _0x4dc76c,'webkitSpeechGrammar'in _0x4dc76c])>=0x5;}function isWebKit(){const _0x551012=window,_0x461da9=navigator;return countTruthy(['ApplePayError'in _0x551012,'CSSPrimitiveValue'in _0x551012,'Counter'in _0x551012,_0x461da9['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x551012,'WebKitMediaKeys'in _0x551012])>=0x4;}function isDesktopWebKit(){const _0x2e14c8=window;return countTruthy(['safari'in _0x2e14c8,!('ongestureend'in _0x2e14c8),!('TouchEvent'in _0x2e14c8),!('orientation'in _0x2e14c8),!('autocapitalize'in _0x2e14c8['HTMLElement']['prototype']),'pointerLockElement'in _0x2e14c8['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x1279f9=window;return isFunctionNative(_0x1279f9['print'])&&String(_0x1279f9['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x11d004=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x11d004,'mozInnerScreenX'in _0x11d004,'CSSMozDocumentRule'in _0x11d004,'CanvasCaptureMediaStream'in _0x11d004])>=0x4;}function isGecko120OrNewer(){const _0x8d6ea=window,_0x83505c=navigator,{CSS:_0x41a547}=_0x8d6ea;return countTruthy(['userActivation'in _0x83505c,_0x41a547['supports']('color','light-dark(#000,\x20#fff)'),_0x41a547['supports']('height','1lh'),'globalPrivacyControl'in _0x83505c])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x2ae476}=window;return countTruthy([_0x2ae476['supports']('selector(::details-content)'),_0x2ae476['supports']('selector(::before::marker)'),_0x2ae476['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x3a75a5=window;return countTruthy([!('MediaSettingsRange'in _0x3a75a5),'RTCEncodedAudioFrame'in _0x3a75a5,''+_0x3a75a5['Intl']==='[object\x20Intl]',''+_0x3a75a5['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x5e2855=window,{URLPattern:_0x3111d2}=_0x5e2855;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x5e2855,_0x3111d2&&'hasRegExpGroups'in _0x3111d2['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x43bcce=window;return countTruthy(['DOMRectList'in _0x43bcce,'RTCPeerConnectionIceEvent'in _0x43bcce,'SVGGeometryElement'in _0x43bcce,'ontransitioncancel'in _0x43bcce])>=0x3;}function isWebKit616OrNewer(){const _0x170deb=window,_0x1bdef3=navigator,{CSS:_0x56dbf1,HTMLButtonElement:_0x47efd1}=_0x170deb;return countTruthy([!('getStorageUpdates'in _0x1bdef3),'popover'in _0x47efd1['prototype'],'CSSCounterStyleRule'in _0x170deb,_0x56dbf1['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x56dbf1['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x5086ae=screen,_0xafbb28=_0x5086ae['width']/_0x5086ae['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0xafbb28>0.65&&_0xafbb28<1.53])>=0x2;}function getFullscreenElement(){const _0x545fe9=document;return _0x545fe9['fullscreenElement']??_0x545fe9['msFullscreenElement']??_0x545fe9['mozFullScreenElement']??_0x545fe9['webkitFullscreenElement']??null;}function exitFullscreen(){const _0x3b9906=document;return _0x3b9906['exitFullscreen']['call'](_0x3b9906);}function isAndroid(){const _0x13830f=isChromium(),_0x3c27a1=isGecko(),_0x5aefd2=window,_0x30e74e=navigator,_0x474768='connection';if(_0x13830f)return countTruthy([!('SharedWorker'in _0x5aefd2),_0x30e74e[_0x474768]&&'ontypechange'in _0x30e74e[_0x474768],!('sinkId'in new Audio())])>=0x2;else{if(_0x3c27a1)return countTruthy(['onorientationchange'in _0x5aefd2,'orientation'in _0x5aefd2,/android/i['test'](_0x30e74e['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x228c77=navigator,_0x44e05c=window,_0x1bbae1=Audio['prototype'],{visualViewport:_0x55dce3}=_0x44e05c;return countTruthy(['srLatency'in _0x1bbae1,'srChannelCount'in _0x1bbae1,'devicePosture'in _0x228c77,_0x55dce3&&'segments'in _0x55dce3,'getTextInformation'in Image['prototype']])>=0x3;}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x23efed=await new Promise(_0x190135=>{if(isChromium()){const _0x77963a=new Error();_0x77963a['name']='\x20',Object['defineProperty'](_0x77963a,'stack',{'get':_0x190135['bind'](null,!![])}),console['debug'](_0x77963a);}else{const _0x497e83=document['createElement']('div');_0x497e83['toString']=()=>'',Object['defineProperty'](_0x497e83,'id',{'get'(){_0x190135(!![]);const _0x3d2fd9=new Error();_0x3d2fd9['name']='';throw _0x3d2fd9;}}),console['debug'](_0x497e83);}setTimeout(()=>_0x190135(![]));});return _0x23efed;}catch{return null;}}const THRESHOLD_PX=0xc8;function getDevtoolsWindowSize(){try{if(typeof window==='undefined')return null;if(window['top']!==window['self'])return null;const _0x421208=window['devicePixelRatio']||0x1,_0x10b375=window['outerWidth']-window['innerWidth']*_0x421208,_0x1fd21d=window['outerHeight']-window['innerHeight']*_0x421208;return _0x10b375>THRESHOLD_PX||_0x1fd21d>THRESHOLD_PX;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x13111f=new Event(''),_0x484587=_0x13111f['isTrusted'];return typeof _0x484587==='undefined'?null:{'isTrusted':_0x484587};}catch{return null;}}const _0x263593={};_0x263593['window']=['awesomium'];const _0x31146f={};_0x31146f['window']=['RunPerfTest'];const _0x32f2e2={};_0x32f2e2['window']=['CefSharp'];const _0x2f0c64={};_0x2f0c64['window']=['emit'];const _0x40d995={};_0x40d995['window']=['fmget_targets'];const _0x38ba03={};_0x38ba03['window']=['geb'];const _0x1bb17d={};_0x1bb17d['window']=['__nightmare','nightmare'];const _0x3b20cd={};_0x3b20cd['window']=['__phantomas'];const _0x4bb028={};_0x4bb028['window']=['callPhantom','_phantom'];const _0x5d1ec9={};_0x5d1ec9['window']=['spawn'];const _0x364f33={};_0x364f33['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^[a-z]{3}_.*_(?:Array|Promise|Symbol)$/],_0x364f33['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x4ba3df={};_0x4ba3df['window']=['wdioElectron'];const _0x156df2={};_0x156df2['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x156df2['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 _0x224a87={};_0x224a87['window']=['domAutomation','domAutomationController'];const _0x2f4889={};_0x2f4889['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x3a71d2={};_0x3a71d2['window']=['__automa__'];const _0x20e3dc={};_0x20e3dc['window']=['_webscraper_data'];const _0x47352a={};_0x47352a['window']=['_KatalonRecorder'];const _0x41ca22={};_0x41ca22['window']=['uivision','__uivision'];const _0x341390={};_0x341390['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0xadbf11={};_0xadbf11['window']=['__cypress'];const _0x4212c1={};_0x4212c1['window']=['__puppeteer_evaluation_script__'],_0x4212c1['document']=['__puppeteer_evaluation_script__'];const _0x76e47a={};_0x76e47a['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x76e47a['document']=['__playwright_evaluation_script__'];const _0x28988b={};_0x28988b['awesomium']=_0x263593,_0x28988b['cef']=_0x31146f,_0x28988b['cefsharp']=_0x32f2e2,_0x28988b['coachjs']=_0x2f0c64,_0x28988b['fminer']=_0x40d995,_0x28988b['geb']=_0x38ba03,_0x28988b['nightmarejs']=_0x1bb17d,_0x28988b['phantomas']=_0x3b20cd,_0x28988b['phantomjs']=_0x4bb028,_0x28988b['rhino']=_0x5d1ec9,_0x28988b['selenium']=_0x364f33,_0x28988b['webdriverio']=_0x4ba3df,_0x28988b['webdriver']=_0x156df2,_0x28988b['headless_chrome']=_0x224a87,_0x28988b['imacros']=_0x2f4889,_0x28988b['automa']=_0x3a71d2,_0x28988b['web_scraper']=_0x20e3dc,_0x28988b['katalon']=_0x47352a,_0x28988b['ui_vision']=_0x41ca22,_0x28988b['testcafe']=_0x341390,_0x28988b['cypress']=_0xadbf11,_0x28988b['puppeteer']=_0x4212c1,_0x28988b['playwright_internal']=_0x76e47a;const TOOL_MARKERS=_0x28988b;function getOwnPropertyNames(_0x55e63f){try{return Object['getOwnPropertyNames'](_0x55e63f);}catch{return[];}}function matchesAny(_0x407d03,_0x11106b){for(const _0x31b910 of _0x11106b){if(typeof _0x31b910==='string'){if(_0x407d03['indexOf'](_0x31b910)!==-0x1)return!![];}else for(const _0x53dac4 of _0x407d03){if(_0x31b910['test'](_0x53dac4))return!![];}}return![];}function getHeadlessSignals(){const _0xf2c80f=getOwnPropertyNames(window),_0x593154=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x25c700={};for(const _0x25f6b3 of Object['keys'](TOOL_MARKERS)){const _0x5a6e89=TOOL_MARKERS[_0x25f6b3],_0x3288dc=_0x5a6e89['window']?matchesAny(_0xf2c80f,_0x5a6e89['window']):![],_0x417af8=_0x5a6e89['document']&&_0x593154['length']?matchesAny(_0x593154,_0x5a6e89['document']):![];_0x25c700[_0x25f6b3]=_0x3288dc||_0x417af8;}return _0x25c700;}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x1da059=navigator['permissions'];if(_0x1da059===undefined||typeof _0x1da059['query']!=='function')return undefined;const _0x1c803f={};_0x1c803f['name']='notifications';const _0x16ffbd=await _0x1da059['query'](_0x1c803f);return Notification['permission']==='denied'&&_0x16ffbd['state']==='prompt';}catch{return undefined;}}const RESTRICTED_THRESHOLD=0x3;function computeRestrictedEnvironment(_0x167cb5){let _0x38d35a=0x0;if(_0x167cb5['pushManager'])_0x38d35a++;if(_0x167cb5['audioBuffer'])_0x38d35a++;if(_0x167cb5['rtcPeerConnection'])_0x38d35a++;if(_0x167cb5['geolocation'])_0x38d35a++;if(_0x167cb5['serviceWorker'])_0x38d35a++;const _0x46dfe7={};return _0x46dfe7['restricted']=_0x38d35a>=RESTRICTED_THRESHOLD,_0x46dfe7['missing']=_0x38d35a,_0x46dfe7['flags']=_0x167cb5,_0x46dfe7;}function getRestrictedEnvironment(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x5cfd09=window,_0x1cc1d7=navigator,_0x39344c={};return _0x39344c['pushManager']=!('PushManager'in _0x5cfd09),_0x39344c['audioBuffer']=!('AudioBuffer'in _0x5cfd09),_0x39344c['rtcPeerConnection']=!('RTCPeerConnection'in _0x5cfd09),_0x39344c['geolocation']=!('geolocation'in _0x1cc1d7),_0x39344c['serviceWorker']=!('ServiceWorker'in _0x5cfd09),computeRestrictedEnvironment(_0x39344c);}function getAppVersion(){const _0x458834=navigator['appVersion'];if(typeof _0x458834!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x458834;}function getArchitecture(){const _0xcaef3e=new Float32Array(0x1),_0x3420e8=new Uint8Array(_0xcaef3e['buffer']);return _0xcaef3e[0x0]=Infinity,_0xcaef3e[0x0]=_0xcaef3e[0x0]-_0xcaef3e[0x0],_0x3420e8[0x3];}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x2a558e=window,_0x32c8ac=_0x2a558e['OfflineAudioContext']??_0x2a558e['webkitOfflineAudioContext'];if(_0x32c8ac===undefined)return null;if(doesBrowserSuspendAudioContext())return null;const _0x2528c6=0x1194,_0x564927=0x1388,_0x4b775b=new _0x32c8ac(0x1,_0x564927,0xac44),_0x1cb989=_0x4b775b['createOscillator']();_0x1cb989['type']='triangle',_0x1cb989['frequency']['value']=0x2710;const _0x48dd7d=_0x4b775b['createDynamicsCompressor']();_0x48dd7d['threshold']['value']=-0x32,_0x48dd7d['knee']['value']=0x28,_0x48dd7d['ratio']['value']=0xc,_0x48dd7d['attack']['value']=0x0,_0x48dd7d['release']['value']=0.25,_0x1cb989['connect'](_0x48dd7d),_0x48dd7d['connect'](_0x4b775b['destination']),_0x1cb989['start'](0x0);const [_0x20b1b7,_0x15e626]=startRenderingAudio(_0x4b775b),_0x55da22=suppressUnhandledRejectionWarning(_0x20b1b7['then'](_0x52fa1f=>getHash(_0x52fa1f['getChannelData'](0x0)['subarray'](_0x2528c6)),_0x698534=>{if(_0x698534['name']==='timeout'||_0x698534['name']==='suspended')return null;throw _0x698534;}));return()=>{return _0x15e626(),_0x55da22;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x577fc0){const _0x589e00=0x3,_0x2784db=0x1f4,_0x21471b=0x1f4,_0x4cc9b7=0x1388;let _0x5cb51a=()=>undefined;const _0x147258=new Promise((_0x45cfde,_0x6ff6fc)=>{let _0x473b72=![],_0x21cf85=0x0,_0x498de5=0x0;_0x577fc0['oncomplete']=_0x1e287e=>{_0x45cfde(_0x1e287e['renderedBuffer']);};const _0x1ecaa3=()=>{setTimeout(()=>_0x6ff6fc(makeInnerError('timeout')),Math['min'](_0x21471b,_0x498de5+_0x4cc9b7-Date['now']()));},_0x15f90e=()=>{try{const _0x2db7bc=_0x577fc0['startRendering']();isPromise(_0x2db7bc)&&void suppressUnhandledRejectionWarning(_0x2db7bc);switch(_0x577fc0['state']){case'running':_0x498de5=Date['now']();_0x473b72&&_0x1ecaa3();break;case'suspended':!document['hidden']&&_0x21cf85++;_0x473b72&&_0x21cf85>=_0x589e00?_0x6ff6fc(makeInnerError('suspended')):setTimeout(_0x15f90e,_0x2784db);break;case'closed':case'interrupted':break;}}catch(_0x10ca2e){_0x6ff6fc(_0x10ca2e);}};_0x15f90e(),_0x5cb51a=()=>{!_0x473b72&&(_0x473b72=!![],_0x498de5>0x0&&_0x1ecaa3());};});return[_0x147258,_0x5cb51a];}function roundToSignificant(_0x2eb44a,_0xfab1f3){if(_0x2eb44a===0x0)return 0x0;const _0x177d17=Math['pow'](0xa,_0xfab1f3-Math['ceil'](Math['log10'](Math['abs'](_0x2eb44a))));return Math['round'](_0x2eb44a*_0x177d17/0x5)*0x5/_0x177d17;}function getHash(_0x3c2315){let _0x2ce010=0x0;for(let _0x425435=0x0;_0x425435<_0x3c2315['length'];++_0x425435){_0x2ce010+=Math['abs'](_0x3c2315[_0x425435]);}return _0x2ce010;}const _0x55cb04={};_0x55cb04['oscType']='triangle',_0x55cb04['freq']=0x2710,_0x55cb04['useCompressor']=!![],_0x55cb04['useAllpass']=![];const _0x9a24f4={};_0x9a24f4['oscType']='sine',_0x9a24f4['freq']=0x1f40,_0x9a24f4['useCompressor']=![],_0x9a24f4['useAllpass']=![];const _0xa018aa={};_0xa018aa['oscType']='square',_0xa018aa['freq']=0x2710,_0xa018aa['useCompressor']=!![],_0xa018aa['useAllpass']=!![];const SCENES=[_0x55cb04,_0x9a24f4,_0xa018aa],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x55e146={};_0x55e146['from']=0x1194,_0x55e146['to']=0x1388;const _0x51aeb4={};_0x51aeb4['from']=0x2710,_0x51aeb4['to']=0x2904;const WINDOWS=[_0x55e146,_0x51aeb4];function extractMetrics(_0x347676){const _0x33da9c=_0x347676['length'];if(_0x33da9c===0x0)return[0x0,0x0,0x0,0x0];const _0x4b6e7e=[];for(let _0x5318ba=0x0;_0x5318ba<_0x33da9c;_0x5318ba++){_0x4b6e7e['push'](roundToSignificant(_0x347676[_0x5318ba],SIG_DIGITS));}const _0x20a5cf=[..._0x4b6e7e]['map'](Math['abs'])['sort']((_0x30b445,_0x4db706)=>_0x30b445-_0x4db706),_0x23b4a6=Math['floor'](_0x20a5cf['length']*0.05);let _0x56fdf8=0x0;for(let _0x11cebb=_0x23b4a6;_0x11cebb<_0x20a5cf['length']-_0x23b4a6;_0x11cebb++){_0x56fdf8+=_0x20a5cf[_0x11cebb];}let _0x47aa5a=0x0;for(let _0x35233e=0x0;_0x35233e<_0x33da9c;_0x35233e++){_0x47aa5a+=_0x4b6e7e[_0x35233e]*_0x4b6e7e[_0x35233e];}_0x47aa5a/=_0x33da9c;let _0x149fcc=0x0;for(let _0x11236f=0x1;_0x11236f<_0x33da9c;_0x11236f++){Math['sign'](_0x4b6e7e[_0x11236f])!==Math['sign'](_0x4b6e7e[_0x11236f-0x1])&&_0x149fcc++;}let _0x5afd23=0x0;for(let _0x3dea30=0x1;_0x3dea30<_0x33da9c;_0x3dea30++){_0x5afd23+=Math['abs'](_0x4b6e7e[_0x3dea30]-_0x4b6e7e[_0x3dea30-0x1]);}return[_0x56fdf8,_0x47aa5a,_0x149fcc,_0x5afd23];}async function renderScene(_0x59f979){const _0x21b312=window,_0x183efb=_0x21b312['OfflineAudioContext']??_0x21b312['webkitOfflineAudioContext'];if(_0x183efb===undefined)return null;try{const _0x4e8b1c=new _0x183efb(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x34b576=_0x4e8b1c['createOscillator']();_0x34b576['type']=_0x59f979['oscType'],_0x34b576['frequency']['value']=_0x59f979['freq'];let _0xbacfd8=_0x34b576;if(_0x59f979['useCompressor']){const _0x1b8f0f=_0x4e8b1c['createDynamicsCompressor']();_0x1b8f0f['threshold']['value']=-0x32,_0x1b8f0f['knee']['value']=0x28,_0x1b8f0f['ratio']['value']=0xc,_0x1b8f0f['attack']['value']=0x0,_0x1b8f0f['release']['value']=0.25,_0xbacfd8['connect'](_0x1b8f0f),_0xbacfd8=_0x1b8f0f;}if(_0x59f979['useAllpass']){const _0x1070ff=_0x4e8b1c['createBiquadFilter']();_0x1070ff['type']='allpass',_0x1070ff['frequency']['value']=0x1388,_0x1070ff['Q']['value']=0x5,_0xbacfd8['connect'](_0x1070ff),_0xbacfd8=_0x1070ff;}_0xbacfd8['connect'](_0x4e8b1c['destination']),_0x34b576['start'](0x0);const [_0x9bfd7,_0x20c626]=startRenderingAudio(_0x4e8b1c);_0x20c626();const _0x365f7c=await _0x9bfd7;return _0x365f7c['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x970eeb=[];for(const _0x44c7d4 of SCENES){const _0xc2aacf=await renderScene(_0x44c7d4);if(_0xc2aacf===null)return null;for(const _0x9421ce of WINDOWS){const _0x3595e5=_0xc2aacf['subarray'](_0x9421ce['from'],_0x9421ce['to']);_0x970eeb['push'](...extractMetrics(_0x3595e5));}}const _0x44e439=[0x0,0x4,0x8,0xc,0x10,0x14],_0x4554e1=[0x2,0x6,0xa,0xe,0x12,0x16],_0x436b57=[];for(const _0x3a863f of _0x4554e1)_0x436b57['push'](_0x970eeb[_0x3a863f]);const _0x35dc8e=[[_0x44e439[0x0],_0x44e439[0x2]],[_0x44e439[0x0],_0x44e439[0x4]],[_0x44e439[0x2],_0x44e439[0x4]],[_0x44e439[0x1],_0x44e439[0x3]],[_0x44e439[0x1],_0x44e439[0x5]],[_0x44e439[0x3],_0x44e439[0x5]],[_0x44e439[0x0],_0x44e439[0x1]],[_0x44e439[0x2],_0x44e439[0x3]],[_0x44e439[0x4],_0x44e439[0x5]]],_0x1b18bf=[];for(const [_0x4ff205,_0x89f55f]of _0x35dc8e){const _0x1fc059=_0x970eeb[_0x89f55f];if(_0x1fc059===0x0)return null;_0x1b18bf['push'](Math['round'](_0x970eeb[_0x4ff205]/_0x1fc059*0x64)/0x64);}let _0x47f4bf=0x0;for(const _0x27bd3b of _0x436b57){const _0xc96b7e=String(_0x27bd3b);for(let _0x3d520c=0x0;_0x3d520c<_0xc96b7e['length'];_0x3d520c++){_0x47f4bf=(_0x47f4bf<<0x5)-_0x47f4bf+_0xc96b7e['charCodeAt'](_0x3d520c)|0x0;}}for(const _0x5bef45 of _0x1b18bf){const _0x3e8ecc=_0x5bef45['toFixed'](0x2);for(let _0x41d0fa=0x0;_0x41d0fa<_0x3e8ecc['length'];_0x41d0fa++){_0x47f4bf=(_0x47f4bf<<0x5)-_0x47f4bf+_0x3e8ecc['charCodeAt'](_0x41d0fa)|0x0;}}return _0x47f4bf>>>0x0;};}function makeInnerError(_0xa9b680){const _0x3335da=new Error(_0xa9b680);return _0x3335da['name']=_0xa9b680,_0x3335da;}function renderAudio(){return new Promise(_0x9ae6f9=>{try{const _0x39a6ff=window,_0x1d247a=_0x39a6ff['OfflineAudioContext']??_0x39a6ff['webkitOfflineAudioContext'];if(!_0x1d247a){_0x9ae6f9(null);return;}const _0x25c437=new _0x1d247a(0x1,0x1194,0xac44),_0x59f765=_0x25c437['createOscillator']();_0x59f765['type']='triangle',_0x59f765['frequency']['setValueAtTime'](0x2710,_0x25c437['currentTime']);const _0x8d1ddf=_0x25c437['createDynamicsCompressor']();_0x8d1ddf['threshold']['setValueAtTime'](-0x32,_0x25c437['currentTime']),_0x8d1ddf['knee']['setValueAtTime'](0x28,_0x25c437['currentTime']),_0x8d1ddf['ratio']['setValueAtTime'](0xc,_0x25c437['currentTime']),_0x8d1ddf['attack']['setValueAtTime'](0x0,_0x25c437['currentTime']),_0x8d1ddf['release']['setValueAtTime'](0.25,_0x25c437['currentTime']),_0x59f765['connect'](_0x8d1ddf),_0x8d1ddf['connect'](_0x25c437['destination']),_0x59f765['start'](0x0),_0x25c437['startRendering']()['then'](_0x233fd4=>{_0x9ae6f9(_0x233fd4['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x9ae6f9(null)),setTimeout(()=>_0x9ae6f9(null),0x7d0);}catch{_0x9ae6f9(null);}});}async function getAudioConsistency(){try{const [_0x1f7120,_0x43354f]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x1f7120===null||_0x43354f===null)return null;const _0x36e984={};_0x36e984['consistent']=![],_0x36e984['delta']=0x1;if(_0x1f7120['length']!==_0x43354f['length'])return _0x36e984;let _0x1876e1=0x0;for(let _0x46cb55=0x0;_0x46cb55<_0x1f7120['length'];_0x46cb55++){_0x1876e1+=Math['abs'](_0x1f7120[_0x46cb55]-_0x43354f[_0x46cb55]);}return{'consistent':_0x1876e1===0x0,'delta':Math['round'](_0x1876e1*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x5bdeb4=window['AudioContext']??window['webkitAudioContext'];if(_0x5bdeb4===undefined)return null;const _0x1fdc99=new _0x5bdeb4(),_0x76a6a2=_0x1fdc99['destination'],_0x52e094={};_0x52e094['maxChannelCount']=_0x76a6a2['maxChannelCount'],_0x52e094['sampleRate']=_0x1fdc99['sampleRate'],_0x52e094['channelCountMode']=_0x76a6a2['channelCountMode'],_0x52e094['channelInterpretation']=_0x76a6a2['channelInterpretation'],_0x52e094['numberOfOutputs']=_0x76a6a2['numberOfOutputs'];const _0x5df610=_0x52e094;return _0x1fdc99['close']()['catch'](()=>undefined),_0x5df610;}catch{return null;}}function getAudioContextBaseLatency(){const _0x394bed=isAndroid()||isWebKit();if(!_0x394bed)return null;const _0x22eda0=window['AudioContext'];if(_0x22eda0===undefined)return null;const _0x4601f3=new _0x22eda0()['baseLatency'];if(_0x4601f3===undefined)return null;if(!isFinite(_0x4601f3))return null;return _0x4601f3;}function getAudioTrap(){return new Promise(_0x290089=>{try{const _0x8b0188=window,_0x46be01=_0x8b0188['AudioContext']??_0x8b0188['webkitAudioContext'];if(!_0x46be01){_0x290089(null);return;}const _0xe660e3=new _0x46be01(),_0x5765d9=_0xe660e3['sampleRate']||0xac44,_0x5cf240=0x80,_0x2667e2=_0xe660e3['createBuffer'](0x1,_0x5cf240,_0x5765d9),_0x17f3bc=new Float32Array(_0x5cf240);for(let _0x5b158b=0x0;_0x5b158b<_0x5cf240;_0x5b158b++){_0x17f3bc[_0x5b158b]=_0x5b158b%0x2===0x0?0.5:-0.5;}if(typeof _0x2667e2['copyToChannel']==='function')_0x2667e2['copyToChannel'](_0x17f3bc,0x0);else{const _0x5a7c79=_0x2667e2['getChannelData'](0x0);for(let _0x274bcc=0x0;_0x274bcc<_0x5cf240;_0x274bcc++){_0x5a7c79[_0x274bcc]=_0x17f3bc[_0x274bcc];}}const _0x22db61=_0x2667e2['getChannelData'](0x0);let _0x573d63=0x0;for(let _0x2d8032=0x0;_0x2d8032<_0x5cf240;_0x2d8032++){_0x573d63+=Math['abs'](_0x22db61[_0x2d8032]-_0x17f3bc[_0x2d8032]);}try{void _0xe660e3['close']();}catch{}_0x290089({'clean':_0x573d63===0x0,'delta':Math['round'](_0x573d63*0x2540be400)/0x2540be400});}catch{_0x290089(null);}});}async function getBarcodeDetection(){try{const _0xd6c943=window['BarcodeDetector'];if(!_0xd6c943){const _0x30c950={};return _0x30c950['supported']=![],_0x30c950['formats']=[],_0x30c950;}const _0x5cc19a=await _0xd6c943['getSupportedFormats']();return{'supported':!![],'formats':_0x5cc19a['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x31a5a7){const _0x17b932=document['createElement']('canvas');_0x17b932['width']=WIDTH,_0x17b932['height']=HEIGHT;const _0x14c683=_0x17b932['getContext']('2d');if(!_0x14c683)return'';_0x14c683['drawImage'](_0x31a5a7,0x0,0x0,WIDTH,HEIGHT);const _0x8d999f=_0x14c683['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x27a3b5=WIDTH*HEIGHT,_0x2fa8e9=new Uint8Array(_0x27a3b5);for(let _0xc6d508=0x0;_0xc6d508<_0x27a3b5;_0xc6d508++){const _0x310df5=_0xc6d508*0x4;_0x2fa8e9[_0xc6d508]=_0x8d999f[_0x310df5]*0x4d+_0x8d999f[_0x310df5+0x1]*0x96+_0x8d999f[_0x310df5+0x2]*0x1d>>0x8;}let _0x2dd2f9='',_0x2e6c77=0x0,_0x1f9ee1=0x0;for(let _0x825c0d=0x0;_0x825c0d<HEIGHT;_0x825c0d++){for(let _0x1897f5=0x0;_0x1897f5<HASH_SIZE;_0x1897f5++){const _0x259ab5=_0x825c0d*WIDTH+_0x1897f5;_0x2fa8e9[_0x259ab5]>_0x2fa8e9[_0x259ab5+0x1]&&(_0x1f9ee1|=0x1<<0x3-_0x2e6c77),_0x2e6c77++,_0x2e6c77===0x4&&(_0x2dd2f9+=_0x1f9ee1['toString'](0x10),_0x1f9ee1=0x0,_0x2e6c77=0x0);}}return _0x2dd2f9;}function x64Add(_0x370092,_0x18f4da){const _0x3b37ff=_0x370092[0x0]>>>0x10,_0x516a9e=_0x370092[0x0]&0xffff,_0x4be813=_0x370092[0x1]>>>0x10,_0x1db5ab=_0x370092[0x1]&0xffff,_0x4df96e=_0x18f4da[0x0]>>>0x10,_0x7c99fa=_0x18f4da[0x0]&0xffff,_0x1ff082=_0x18f4da[0x1]>>>0x10,_0x42cf7f=_0x18f4da[0x1]&0xffff;let _0x46179c=0x0,_0x46504a=0x0,_0x42bd9b=0x0,_0x1b9a4c=0x0;_0x1b9a4c+=_0x1db5ab+_0x42cf7f,_0x42bd9b+=_0x1b9a4c>>>0x10,_0x1b9a4c&=0xffff,_0x42bd9b+=_0x4be813+_0x1ff082,_0x46504a+=_0x42bd9b>>>0x10,_0x42bd9b&=0xffff,_0x46504a+=_0x516a9e+_0x7c99fa,_0x46179c+=_0x46504a>>>0x10,_0x46504a&=0xffff,_0x46179c+=_0x3b37ff+_0x4df96e,_0x46179c&=0xffff,_0x370092[0x0]=_0x46179c<<0x10|_0x46504a,_0x370092[0x1]=_0x42bd9b<<0x10|_0x1b9a4c;}function x64Multiply(_0x176034,_0x1f1913){const _0x5e9e4f=_0x176034[0x0]>>>0x10,_0xda7c30=_0x176034[0x0]&0xffff,_0x2cab56=_0x176034[0x1]>>>0x10,_0x15c59b=_0x176034[0x1]&0xffff,_0x5c947b=_0x1f1913[0x0]>>>0x10,_0x9bd898=_0x1f1913[0x0]&0xffff,_0x3ec6e2=_0x1f1913[0x1]>>>0x10,_0x33cd87=_0x1f1913[0x1]&0xffff;let _0x11add2=0x0,_0x21dfd0=0x0,_0x11a6a1=0x0,_0x56c9a9=0x0;_0x56c9a9+=_0x15c59b*_0x33cd87,_0x11a6a1+=_0x56c9a9>>>0x10,_0x56c9a9&=0xffff,_0x11a6a1+=_0x2cab56*_0x33cd87,_0x21dfd0+=_0x11a6a1>>>0x10,_0x11a6a1&=0xffff,_0x11a6a1+=_0x15c59b*_0x3ec6e2,_0x21dfd0+=_0x11a6a1>>>0x10,_0x11a6a1&=0xffff,_0x21dfd0+=_0xda7c30*_0x33cd87,_0x11add2+=_0x21dfd0>>>0x10,_0x21dfd0&=0xffff,_0x21dfd0+=_0x2cab56*_0x3ec6e2,_0x11add2+=_0x21dfd0>>>0x10,_0x21dfd0&=0xffff,_0x21dfd0+=_0x15c59b*_0x9bd898,_0x11add2+=_0x21dfd0>>>0x10,_0x21dfd0&=0xffff,_0x11add2+=_0x5e9e4f*_0x33cd87+_0xda7c30*_0x3ec6e2+_0x2cab56*_0x9bd898+_0x15c59b*_0x5c947b,_0x11add2&=0xffff,_0x176034[0x0]=_0x11add2<<0x10|_0x21dfd0,_0x176034[0x1]=_0x11a6a1<<0x10|_0x56c9a9;}function x64Rotl(_0x5bea54,_0x13dca9){const _0x4dea0d=_0x5bea54[0x0],_0x21f794=_0x13dca9%0x40;if(_0x21f794===0x20)_0x5bea54[0x0]=_0x5bea54[0x1],_0x5bea54[0x1]=_0x4dea0d;else{if(_0x21f794<0x20)_0x5bea54[0x0]=_0x4dea0d<<_0x21f794|_0x5bea54[0x1]>>>0x20-_0x21f794,_0x5bea54[0x1]=_0x5bea54[0x1]<<_0x21f794|_0x4dea0d>>>0x20-_0x21f794;else{const _0x357a0d=_0x21f794-0x20;_0x5bea54[0x0]=_0x5bea54[0x1]<<_0x357a0d|_0x4dea0d>>>0x20-_0x357a0d,_0x5bea54[0x1]=_0x4dea0d<<_0x357a0d|_0x5bea54[0x1]>>>0x20-_0x357a0d;}}}function x64LeftShift(_0x537389,_0x377752){const _0x402a87=_0x377752%0x40;if(_0x402a87===0x0)return;else _0x402a87<0x20?(_0x537389[0x0]=_0x537389[0x1]>>>0x20-_0x402a87,_0x537389[0x1]=_0x537389[0x1]<<_0x402a87):(_0x537389[0x0]=_0x537389[0x1]<<_0x402a87-0x20,_0x537389[0x1]=0x0);}function x64Xor(_0x189a4d,_0x416018){_0x189a4d[0x0]^=_0x416018[0x0],_0x189a4d[0x1]^=_0x416018[0x1];}const F1=[0xff51afd7,0xed558ccd],F2=[0xc4ceb9fe,0x1a85ec53];function x64Fmix(_0x156d1c){const _0x4c47d8=[0x0,_0x156d1c[0x0]>>>0x1];x64Xor(_0x156d1c,_0x4c47d8),x64Multiply(_0x156d1c,F1),_0x4c47d8[0x1]=_0x156d1c[0x0]>>>0x1,x64Xor(_0x156d1c,_0x4c47d8),x64Multiply(_0x156d1c,F2),_0x4c47d8[0x1]=_0x156d1c[0x0]>>>0x1,x64Xor(_0x156d1c,_0x4c47d8);}const C1=[0x87c37b91,0x114253d5],C2=[0x4cf5ad43,0x2745937f],M=[0x0,0x5],N1=[0x0,0x52dce729],N2=[0x0,0x38495ab5];function x64hash128(_0x578399,_0x213b42){const _0x767d0b=getUTF8Bytes(_0x578399),_0x1420a9=0x0,_0x32170e=[0x0,_0x767d0b['length']],_0x326cbf=_0x32170e[0x1]%0x10,_0x49ab2b=_0x32170e[0x1]-_0x326cbf,_0x581d8a=[0x0,_0x1420a9],_0x1b53d9=[0x0,_0x1420a9],_0x4c45af=[0x0,0x0],_0x316e00=[0x0,0x0];let _0x33e18f;for(_0x33e18f=0x0;_0x33e18f<_0x49ab2b;_0x33e18f=_0x33e18f+0x10){_0x4c45af[0x0]=_0x767d0b[_0x33e18f+0x4]|_0x767d0b[_0x33e18f+0x5]<<0x8|_0x767d0b[_0x33e18f+0x6]<<0x10|_0x767d0b[_0x33e18f+0x7]<<0x18,_0x4c45af[0x1]=_0x767d0b[_0x33e18f]|_0x767d0b[_0x33e18f+0x1]<<0x8|_0x767d0b[_0x33e18f+0x2]<<0x10|_0x767d0b[_0x33e18f+0x3]<<0x18,_0x316e00[0x0]=_0x767d0b[_0x33e18f+0xc]|_0x767d0b[_0x33e18f+0xd]<<0x8|_0x767d0b[_0x33e18f+0xe]<<0x10|_0x767d0b[_0x33e18f+0xf]<<0x18,_0x316e00[0x1]=_0x767d0b[_0x33e18f+0x8]|_0x767d0b[_0x33e18f+0x9]<<0x8|_0x767d0b[_0x33e18f+0xa]<<0x10|_0x767d0b[_0x33e18f+0xb]<<0x18,x64Multiply(_0x4c45af,C1),x64Rotl(_0x4c45af,0x1f),x64Multiply(_0x4c45af,C2),x64Xor(_0x581d8a,_0x4c45af),x64Rotl(_0x581d8a,0x1b),x64Add(_0x581d8a,_0x1b53d9),x64Multiply(_0x581d8a,M),x64Add(_0x581d8a,N1),x64Multiply(_0x316e00,C2),x64Rotl(_0x316e00,0x21),x64Multiply(_0x316e00,C1),x64Xor(_0x1b53d9,_0x316e00),x64Rotl(_0x1b53d9,0x1f),x64Add(_0x1b53d9,_0x581d8a),x64Multiply(_0x1b53d9,M),x64Add(_0x1b53d9,N2);}_0x4c45af[0x0]=0x0,_0x4c45af[0x1]=0x0,_0x316e00[0x0]=0x0,_0x316e00[0x1]=0x0;const _0x228378=[0x0,0x0];switch(_0x326cbf){case 0xf:_0x228378[0x1]=_0x767d0b[_0x33e18f+0xe],x64LeftShift(_0x228378,0x30),x64Xor(_0x316e00,_0x228378);case 0xe:_0x228378[0x1]=_0x767d0b[_0x33e18f+0xd],x64LeftShift(_0x228378,0x28),x64Xor(_0x316e00,_0x228378);case 0xd:_0x228378[0x1]=_0x767d0b[_0x33e18f+0xc],x64LeftShift(_0x228378,0x20),x64Xor(_0x316e00,_0x228378);case 0xc:_0x228378[0x1]=_0x767d0b[_0x33e18f+0xb],x64LeftShift(_0x228378,0x18),x64Xor(_0x316e00,_0x228378);case 0xb:_0x228378[0x1]=_0x767d0b[_0x33e18f+0xa],x64LeftShift(_0x228378,0x10),x64Xor(_0x316e00,_0x228378);case 0xa:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x9],x64LeftShift(_0x228378,0x8),x64Xor(_0x316e00,_0x228378);case 0x9:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x8],x64Xor(_0x316e00,_0x228378),x64Multiply(_0x316e00,C2),x64Rotl(_0x316e00,0x21),x64Multiply(_0x316e00,C1),x64Xor(_0x1b53d9,_0x316e00);case 0x8:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x7],x64LeftShift(_0x228378,0x38),x64Xor(_0x4c45af,_0x228378);case 0x7:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x6],x64LeftShift(_0x228378,0x30),x64Xor(_0x4c45af,_0x228378);case 0x6:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x5],x64LeftShift(_0x228378,0x28),x64Xor(_0x4c45af,_0x228378);case 0x5:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x4],x64LeftShift(_0x228378,0x20),x64Xor(_0x4c45af,_0x228378);case 0x4:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x3],x64LeftShift(_0x228378,0x18),x64Xor(_0x4c45af,_0x228378);case 0x3:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x2],x64LeftShift(_0x228378,0x10),x64Xor(_0x4c45af,_0x228378);case 0x2:_0x228378[0x1]=_0x767d0b[_0x33e18f+0x1],x64LeftShift(_0x228378,0x8),x64Xor(_0x4c45af,_0x228378);case 0x1:_0x228378[0x1]=_0x767d0b[_0x33e18f],x64Xor(_0x4c45af,_0x228378),x64Multiply(_0x4c45af,C1),x64Rotl(_0x4c45af,0x1f),x64Multiply(_0x4c45af,C2),x64Xor(_0x581d8a,_0x4c45af);}return x64Xor(_0x581d8a,_0x32170e),x64Xor(_0x1b53d9,_0x32170e),x64Add(_0x581d8a,_0x1b53d9),x64Add(_0x1b53d9,_0x581d8a),x64Fmix(_0x581d8a),x64Fmix(_0x1b53d9),x64Add(_0x581d8a,_0x1b53d9),x64Add(_0x1b53d9,_0x581d8a),('00000000'+(_0x581d8a[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x581d8a[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x1b53d9[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x1b53d9[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8);}const _0x96a262={};_0x96a262['winding']=![],_0x96a262['unstable']=![],_0x96a262['geometryMurHash']='',_0x96a262['textMurHash']='',_0x96a262['geometryDHash']='',_0x96a262['textDHash']='';const EMPTY$1=_0x96a262;function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x41990d){const [_0x88d6c0,_0x15a38a]=makeCanvasContext();if(!isSupported(_0x88d6c0,_0x15a38a))return EMPTY$1;const _0x1f512a=doesSupportWinding(_0x15a38a);return renderAll(_0x88d6c0,_0x15a38a,_0x1f512a);}function makeCanvasContext(){const _0x19a045=document['createElement']('canvas');return _0x19a045['width']=0x1,_0x19a045['height']=0x1,[_0x19a045,_0x19a045['getContext']('2d')];}function isSupported(_0x550b9a,_0x24b804){return _0x24b804!==undefined&&_0x24b804!==null&&typeof _0x550b9a['toDataURL']==='function';}function doesSupportWinding(_0x3b5163){return _0x3b5163['rect'](0x0,0x0,0xa,0xa),_0x3b5163['rect'](0x2,0x2,0x6,0x6),!_0x3b5163['isPointInPath'](0x5,0x5,'evenodd');}function renderAll(_0xa82ddc,_0x38fc9d,_0x38c102){renderTextImage(_0xa82ddc,_0x38fc9d);const _0x5e1b0d=computeDHash(_0xa82ddc),_0x4b82ec=canvasToString(_0xa82ddc),_0x5e18c1=canvasToString(_0xa82ddc);if(_0x4b82ec!==_0x5e18c1){const _0x34ac24={};return _0x34ac24['winding']=_0x38c102,_0x34ac24['unstable']=!![],_0x34ac24['geometryMurHash']='',_0x34ac24['textMurHash']='',_0x34ac24['geometryDHash']='',_0x34ac24['textDHash']='',_0x34ac24;}renderGeometryImage(_0xa82ddc,_0x38fc9d);const _0x3183db=computeDHash(_0xa82ddc),_0x287c77=canvasToString(_0xa82ddc);return{'winding':_0x38c102,'unstable':![],'geometryMurHash':x64hash128(_0x287c77),'textMurHash':x64hash128(_0x4b82ec),'geometryDHash':_0x3183db,'textDHash':_0x5e1b0d};}function renderTextImage(_0x362beb,_0x1df92b){_0x362beb['width']=0xf0,_0x362beb['height']=0x3c,_0x1df92b['textBaseline']='alphabetic',_0x1df92b['fillStyle']='#f60',_0x1df92b['fillRect'](0x64,0x1,0x3e,0x14),_0x1df92b['fillStyle']='#069',_0x1df92b['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x4ceee9='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x1df92b['fillText'](_0x4ceee9,0x2,0xf),_0x1df92b['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x1df92b['font']='18pt\x20Arial',_0x1df92b['fillText'](_0x4ceee9,0x4,0x2d);}function renderGeometryImage(_0x4f4efc,_0x2a1241){_0x4f4efc['width']=0x7a,_0x4f4efc['height']=0x6e,_0x2a1241['globalCompositeOperation']='multiply';for(const [_0xdf591f,_0x451daf,_0x55fffd]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x2a1241['fillStyle']=_0xdf591f,_0x2a1241['beginPath'](),_0x2a1241['arc'](_0x451daf,_0x55fffd,0x28,0x0,Math['PI']*0x2,!![]),_0x2a1241['closePath'](),_0x2a1241['fill']();}_0x2a1241['fillStyle']='#f9c',_0x2a1241['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x2a1241['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x2a1241['fill']('evenodd');}function canvasToString(_0x357cc4){return _0x357cc4['toDataURL']();}function getCanvasAdvanced(){try{const _0xd6558=document['createElement']('canvas'),_0x49a6fa=_0xd6558['getContext']('2d');if(!_0x49a6fa)return null;const _0x3805a2=renderBlendModes(_0xd6558,_0x49a6fa),_0x520d52=renderShadows(_0xd6558,_0x49a6fa),_0x8ef9fa=renderGradientPath(_0xd6558,_0x49a6fa),_0x3066c7=testOffscreenConsistency(_0xd6558,_0x49a6fa),_0x177b49={};return _0x177b49['blendDHash']=_0x3805a2['dHash'],_0x177b49['shadowDHash']=_0x520d52['dHash'],_0x177b49['gradientDHash']=_0x8ef9fa['dHash'],_0x177b49['blendMurHash']=_0x3805a2['murHash'],_0x177b49['shadowMurHash']=_0x520d52['murHash'],_0x177b49['gradientMurHash']=_0x8ef9fa['murHash'],_0x177b49['offscreenConsistent']=_0x3066c7,_0x177b49;}catch{return null;}}function renderBlendModes(_0x4f1ee9,_0x298a65){_0x4f1ee9['width']=0x64,_0x4f1ee9['height']=0x64,_0x298a65['clearRect'](0x0,0x0,0x64,0x64),_0x298a65['fillStyle']='#e74c3c',_0x298a65['fillRect'](0xa,0xa,0x3c,0x3c),_0x298a65['globalCompositeOperation']='multiply',_0x298a65['fillStyle']='#3498db',_0x298a65['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x298a65['globalCompositeOperation']='screen',_0x298a65['fillStyle']='#2ecc71',_0x298a65['beginPath'](),_0x298a65['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x298a65['fill'](),_0x298a65['globalCompositeOperation']='overlay',_0x298a65['fillStyle']='#f39c12',_0x298a65['fillRect'](0x14,0x14,0x1e,0x3c),_0x298a65['globalCompositeOperation']='source-over';const _0x4fca43=computeDHash(_0x4f1ee9),_0x3adb74=x64hash128(_0x4f1ee9['toDataURL']()),_0x464ec6={};return _0x464ec6['dHash']=_0x4fca43,_0x464ec6['murHash']=_0x3adb74,_0x464ec6;}function renderShadows(_0x3e9e22,_0x2aa0f4){_0x3e9e22['width']=0x78,_0x3e9e22['height']=0x50,_0x2aa0f4['clearRect'](0x0,0x0,0x78,0x50),_0x2aa0f4['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x2aa0f4['shadowBlur']=0xa,_0x2aa0f4['shadowOffsetX']=0x5,_0x2aa0f4['shadowOffsetY']=0x5,_0x2aa0f4['fillStyle']='#9b59b6',_0x2aa0f4['fillRect'](0x14,0xf,0x28,0x28),_0x2aa0f4['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x2aa0f4['shadowBlur']=0xf,_0x2aa0f4['shadowOffsetX']=-0x3,_0x2aa0f4['shadowOffsetY']=0x3,_0x2aa0f4['fillStyle']='#1abc9c',_0x2aa0f4['beginPath'](),_0x2aa0f4['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x2aa0f4['fill'](),_0x2aa0f4['shadowColor']='transparent',_0x2aa0f4['shadowBlur']=0x0,_0x2aa0f4['shadowOffsetX']=0x0,_0x2aa0f4['shadowOffsetY']=0x0;const _0x654165=computeDHash(_0x3e9e22),_0x1c49dd=x64hash128(_0x3e9e22['toDataURL']()),_0x2137cf={};return _0x2137cf['dHash']=_0x654165,_0x2137cf['murHash']=_0x1c49dd,_0x2137cf;}function renderGradientPath(_0x31a341,_0x440bad){_0x31a341['width']=0x64,_0x31a341['height']=0x64,_0x440bad['clearRect'](0x0,0x0,0x64,0x64);const _0xb84420=_0x440bad['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0xb84420['addColorStop'](0x0,'#e74c3c'),_0xb84420['addColorStop'](0.5,'#f39c12'),_0xb84420['addColorStop'](0x1,'#2ecc71'),_0x440bad['fillStyle']=_0xb84420,_0x440bad['beginPath'](),_0x440bad['moveTo'](0x32,0x5),_0x440bad['lineTo'](0x5f,0x23),_0x440bad['lineTo'](0x50,0x5a),_0x440bad['lineTo'](0x14,0x5a),_0x440bad['lineTo'](0x5,0x23),_0x440bad['closePath'](),_0x440bad['fill']();try{const _0x12b33e=_0x440bad['createConicGradient'](0x0,0x32,0x32);_0x12b33e['addColorStop'](0x0,'red'),_0x12b33e['addColorStop'](0.33,'green'),_0x12b33e['addColorStop'](0.66,'blue'),_0x12b33e['addColorStop'](0x1,'red'),_0x440bad['globalCompositeOperation']='difference',_0x440bad['fillStyle']=_0x12b33e,_0x440bad['fillRect'](0xa,0xa,0x50,0x50),_0x440bad['globalCompositeOperation']='source-over';}catch{}const _0x674ca2=computeDHash(_0x31a341),_0x3c6f47=x64hash128(_0x31a341['toDataURL']()),_0x5386eb={};return _0x5386eb['dHash']=_0x674ca2,_0x5386eb['murHash']=_0x3c6f47,_0x5386eb;}function testOffscreenConsistency(_0x57ef65,_0x4d7117){if(typeof OffscreenCanvas==='undefined')return null;try{_0x57ef65['width']=0x32,_0x57ef65['height']=0x32,_0x4d7117['clearRect'](0x0,0x0,0x32,0x32),_0x4d7117['fillStyle']='#e74c3c',_0x4d7117['beginPath'](),_0x4d7117['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x4d7117['fill']();const _0x5adff0=computeDHash(_0x57ef65),_0x494b65=new OffscreenCanvas(0x32,0x32),_0x8e6fa9=_0x494b65['getContext']('2d');if(!_0x8e6fa9)return null;_0x8e6fa9['fillStyle']='#e74c3c',_0x8e6fa9['beginPath'](),_0x8e6fa9['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x8e6fa9['fill']();const _0x14abe7=document['createElement']('canvas');_0x14abe7['width']=0x32,_0x14abe7['height']=0x32;const _0x403b96=_0x14abe7['getContext']('2d');if(!_0x403b96)return null;const _0x4a06f1=_0x494b65['transferToImageBitmap']();_0x403b96['drawImage'](_0x4a06f1,0x0,0x0);const _0x577f9f=computeDHash(_0x14abe7);return _0x5adff0===_0x577f9f;}catch{return null;}}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x1399d0,_0x3a96e3,_0x5de5d2,_0x5d1301){let _0x12630d=_0x1399d0,_0x20a1f7=_0x3a96e3,_0x458308=_0x5de5d2,_0x29620b=_0x5d1301;return function(){const _0x993cc5=_0x20a1f7<<0x9;let _0x6427ce=0x5*_0x12630d;return _0x6427ce=0x9*(_0x6427ce<<0x7|_0x6427ce>>>0x19),_0x29620b^=_0x20a1f7,_0x20a1f7^=_0x458308^=_0x12630d,_0x12630d^=_0x29620b,_0x458308^=_0x993cc5,_0x29620b=_0x29620b<<0xb|_0x29620b>>>0x15,(_0x6427ce>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x5848e5=document['createElement']('canvas'),_0xf9461c=_0x5848e5['getContext']('2d');if(_0xf9461c===null)return null;_0x5848e5['width']=CANVAS_DIM,_0x5848e5['height']=CANVAS_DIM;const _0x148113=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x373efe=_0x148113()*CANVAS_DIM,_0x2a80b3=_0x148113()*CANVAS_DIM,_0x4d7327=_0xf9461c['createRadialGradient'](_0x373efe,_0x2a80b3,0x2,_0x373efe,_0x2a80b3,CANVAS_DIM*0.8);for(let _0x3ebd8d=0x0;_0x3ebd8d<0x5;_0x3ebd8d++){const _0x5ea481=Math['floor'](_0x148113()*0x100),_0x249be3=Math['floor'](_0x148113()*0x100),_0x10fcd7=Math['floor'](_0x148113()*0x100);_0x4d7327['addColorStop'](_0x3ebd8d/0x4,'rgb('+_0x5ea481+','+_0x249be3+','+_0x10fcd7+')');}_0xf9461c['fillStyle']=_0x4d7327,_0xf9461c['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x4d262a=0x0;_0x4d262a<0x3;_0x4d262a++){_0xf9461c['beginPath'](),_0xf9461c['arc'](_0x148113()*CANVAS_DIM,_0x148113()*CANVAS_DIM,_0x148113()*CANVAS_DIM*0.4+0x2,_0x148113()*Math['PI']*0x2,_0x148113()*Math['PI']*0x2),_0xf9461c['strokeStyle']='rgba('+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+(_0x148113()*0.5+0.5)['toFixed'](0x2)+')',_0xf9461c['lineWidth']=_0x148113()*0x3+0.5,_0xf9461c['stroke']();}for(let _0x43fd8d=0x0;_0x43fd8d<0x2;_0x43fd8d++){_0xf9461c['beginPath'](),_0xf9461c['moveTo'](_0x148113()*CANVAS_DIM,_0x148113()*CANVAS_DIM),_0xf9461c['bezierCurveTo'](_0x148113()*CANVAS_DIM,_0x148113()*CANVAS_DIM,_0x148113()*CANVAS_DIM,_0x148113()*CANVAS_DIM,_0x148113()*CANVAS_DIM,_0x148113()*CANVAS_DIM),_0xf9461c['strokeStyle']='rgba('+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+(_0x148113()*0.5+0.5)['toFixed'](0x2)+')',_0xf9461c['lineWidth']=_0x148113()*0x2+0.5,_0xf9461c['stroke']();}_0xf9461c['shadowBlur']=_0x148113()*0x8+0x2,_0xf9461c['shadowColor']='rgba('+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+',0.7)',_0xf9461c['shadowOffsetX']=_0x148113()*0x4-0x2,_0xf9461c['shadowOffsetY']=_0x148113()*0x4-0x2,_0xf9461c['fillStyle']='rgb('+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+')',_0xf9461c['fillRect'](_0x148113()*CANVAS_DIM*0.5,_0x148113()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0xf9461c['shadowBlur']=0x0,_0xf9461c['shadowColor']='transparent',_0xf9461c['shadowOffsetX']=0x0,_0xf9461c['shadowOffsetY']=0x0;const _0x21f492=['serif','sans-serif','monospace'];for(let _0x59bd56=0x0;_0x59bd56<0x3;_0x59bd56++){const _0x45efa0=Math['floor'](_0x148113()*0xc)+0x8;_0xf9461c['font']=_0x45efa0+'px\x20'+_0x21f492[_0x59bd56%0x3],_0xf9461c['fillStyle']='rgb('+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+')',_0xf9461c['fillText'](String['fromCharCode'](Math['floor'](_0x148113()*0x1a)+0x41,Math['floor'](_0x148113()*0x1a)+0x61,Math['floor'](_0x148113()*0xa)+0x30),_0x148113()*CANVAS_DIM*0.7,_0x148113()*CANVAS_DIM*0.8+_0x45efa0);}_0xf9461c['globalAlpha']=0.3;const _0x201416=_0xf9461c['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x201416['addColorStop'](0x0,'rgba('+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+',1)'),_0x201416['addColorStop'](0x1,'rgba('+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+','+Math['floor'](_0x148113()*0x100)+',1)'),_0xf9461c['fillStyle']=_0x201416,_0xf9461c['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0xf9461c['globalAlpha']=0x1;const _0x4a2948=_0xf9461c['getImageData'](0x0,0x0,_0x5848e5['width'],_0x5848e5['height']),_0x562d33=fnv1a$2(_0x4a2948['data']),_0x376d3f=computeDHash(_0x5848e5),_0x595745=x64hash128(_0x5848e5['toDataURL']()),_0x3ccc9b={};return _0x3ccc9b['p']=_0x562d33,_0x3ccc9b['d']=CANVAS_DIM,_0x3ccc9b['dHash']=_0x376d3f,_0x3ccc9b['murHash']=_0x595745,_0x3ccc9b;}catch{return null;}}function getColorGamut(){for(const _0x12b9c0 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x12b9c0+')')['matches'])return _0x12b9c0;}return undefined;}const _0x3e69be={};_0x3e69be['prop']='width',_0x3e69be['value']='calc(sin(1)\x20*\x201000px)',_0x3e69be['label']='sin1';const _0x2ccc7e={};_0x2ccc7e['prop']='width',_0x2ccc7e['value']='calc(cos(1)\x20*\x201000px)',_0x2ccc7e['label']='cos1';const _0x3ee833={};_0x3ee833['prop']='width',_0x3ee833['value']='calc(tan(0.5)\x20*\x201000px)',_0x3ee833['label']='tan05';const _0x5aaff6={};_0x5aaff6['prop']='width',_0x5aaff6['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x5aaff6['label']='sincos';const _0x1e7ed6={};_0x1e7ed6['prop']='width',_0x1e7ed6['value']='calc(sin(0.001)\x20*\x201000000px)',_0x1e7ed6['label']='sin_small';const _0x73e012={};_0x73e012['prop']='width',_0x73e012['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x73e012['label']='cos_pi';const _0x276389={};_0x276389['prop']='width',_0x276389['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0x276389['label']='tan15';const _0x4aff7f={};_0x4aff7f['prop']='width',_0x4aff7f['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x4aff7f['label']='sin_large';const _0x296d07={};_0x296d07['prop']='height',_0x296d07['value']='calc(sqrt(2)\x20*\x201000px)',_0x296d07['label']='sqrt2';const _0x52a2f5={};_0x52a2f5['prop']='height',_0x52a2f5['value']='calc(exp(1)\x20*\x20100px)',_0x52a2f5['label']='exp1';const _0x4f7e57={};_0x4f7e57['prop']='height',_0x4f7e57['value']='calc(log(10)\x20*\x201000px)',_0x4f7e57['label']='log10';const _0x49a633={};_0x49a633['prop']='height',_0x49a633['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x49a633['label']='hypot34';const EXPRESSIONS=[_0x3e69be,_0x2ccc7e,_0x3ee833,_0x5aaff6,_0x1e7ed6,_0x73e012,_0x276389,_0x4aff7f,_0x296d07,_0x52a2f5,_0x4f7e57,_0x49a633];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 _0x5569ee=document['createElement']('div');_0x5569ee['style']['position']='absolute',_0x5569ee['style']['visibility']='hidden',_0x5569ee['style']['overflow']='hidden',_0x5569ee['style']['top']='-9999px',_0x5569ee['style']['left']='-9999px',document['body']['appendChild'](_0x5569ee);const _0x15c9dd={};for(const _0x294f63 of EXPRESSIONS){const _0x19eeab=document['createElement']('div');_0x19eeab['style']['position']='absolute',_0x19eeab['style'][_0x294f63['prop']]=_0x294f63['value'],_0x5569ee['appendChild'](_0x19eeab);const _0x11c2f1=getComputedStyle(_0x19eeab),_0x3d2c31=parseFloat(_0x11c2f1[_0x294f63['prop']]);!isNaN(_0x3d2c31)&&isFinite(_0x3d2c31)&&(_0x15c9dd[_0x294f63['label']]=Math['round'](_0x3d2c31*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x5569ee),Object['keys'](_0x15c9dd)['length']>0x0?_0x15c9dd: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']],_0x51cb29={};_0x51cb29['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x56fdc1={};_0x56fdc1['initDataTypes']=['cenc'],_0x56fdc1['audioCapabilities']=[_0x51cb29];const PROBE_CONFIG=[_0x56fdc1];function getRequestFn(){if(typeof navigator==='undefined')return null;const _0xd6eb43=navigator['requestMediaKeySystemAccess'];if(typeof _0xd6eb43!=='function')return null;return _0xd6eb43;}function getDrmSystems(){const _0x1cfebf=getRequestFn();if(_0x1cfebf===null)return null;return async()=>{const _0x1019a0={};_0x1019a0['wv']=![],_0x1019a0['wvp']=![],_0x1019a0['pr']=![],_0x1019a0['ck']=![],_0x1019a0['pt']=![],_0x1019a0['fp']=![];const _0x900957=_0x1019a0;return await Promise['all'](KEY_SYSTEMS['map'](async([_0x231a85,_0x3856ae])=>{try{await _0x1cfebf['call'](navigator,_0x3856ae,PROBE_CONFIG),_0x900957[_0x231a85]=!![];}catch{_0x900957[_0x231a85]=![];}})),_0x900957;};}const IFRAME_INIT_TIMEOUT_MS=0x1388,IFRAME_ACTION_TIMEOUT_MS=0xbb8,BODY_POLL_TIMEOUT_MS=0x1388;async function withIframe(_0x466942,_0x177108,_0x4c2558=0x32){const _0x125642=document;while(_0x125642['body']===null){await wait(_0x4c2558);}const _0x5ec6ff=_0x125642['createElement']('iframe');try{await new Promise((_0x1d31af,_0x58ad62)=>{let _0x5784f3=![];const _0x5456f9=()=>{_0x5784f3=!![],_0x1d31af();},_0x24c169=_0x3e5aa1=>{_0x5784f3=!![],_0x58ad62(_0x3e5aa1);};_0x5ec6ff['onload']=_0x5456f9,_0x5ec6ff['onerror']=_0x24c169;const {style:_0x14691e}=_0x5ec6ff;_0x14691e['setProperty']('display','block','important'),_0x14691e['position']='absolute',_0x14691e['top']='0',_0x14691e['left']='0',_0x14691e['visibility']='hidden';_0x177108!==undefined&&_0x177108!==''&&'srcdoc'in _0x5ec6ff?_0x5ec6ff['srcdoc']=_0x177108:_0x5ec6ff['src']='about:blank';_0x125642['body']['appendChild'](_0x5ec6ff);const _0x1ab1ea=()=>{if(_0x5784f3)return;_0x5ec6ff['contentWindow']?.['document']['readyState']==='complete'?_0x5456f9():setTimeout(_0x1ab1ea,0xa);};_0x1ab1ea();});while(!_0x5ec6ff['contentWindow']?.['document']['body']){await wait(_0x4c2558);}return await _0x466942(_0x5ec6ff,_0x5ec6ff['contentWindow']);}finally{_0x5ec6ff['parentNode']?.['removeChild'](_0x5ec6ff);}}function emptyCounters(){const _0xe9cf0f={};return _0xe9cf0f['creations']=0x0,_0xe9cf0f['loadsCompleted']=0x0,_0xe9cf0f['initErrors']=0x0,_0xe9cf0f['initTimeouts']=0x0,_0xe9cf0f['actionTimeouts']=0x0,_0xe9cf0f['actionsCompleted']=0x0,_0xe9cf0f['actionsErrored']=0x0,_0xe9cf0f['readyStateSpins']=0x0,_0xe9cf0f['bodyAwaitSpins']=0x0,_0xe9cf0f['bodyAwaitMs']=0x0,_0xe9cf0f;}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];['dc']=emptyCounters();constructor(_0x401330=0x1388){this['idleTimeoutMs']=_0x401330;}['getDebugCounters'](){const _0x406943={...this['dc']};return _0x406943;}['execute'](_0x42dcca){return new Promise((_0x3bd554,_0x3da4ab)=>{const _0x913af3={};_0x913af3['action']=_0x42dcca,_0x913af3['resolve']=_0x3bd554,_0x913af3['reject']=_0x3da4ab,this['queue']['push'](_0x913af3),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(_0x2b056d){this['dc']['initErrors']+=0x1;const _0x478555=this['queue']['shift']();_0x478555?.['reject'](_0x2b056d);continue;}const _0x435421=this['queue']['shift'](),_0xe236eb=this['iframe'];if(_0x435421===undefined)continue;if(_0xe236eb===null){_0x435421['reject'](new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run'));continue;}try{const _0x1d3d84=await withTimeoutReject(Promise['resolve'](_0x435421['action'](_0xe236eb,_0xe236eb['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,_0x435421['resolve'](_0x1d3d84);}catch(_0x21bd6a){this['dc']['actionsErrored']+=0x1,_0x435421['reject'](_0x21bd6a);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x5aa429=document,_0x23d23d=Date['now'](),_0x4d3fca=_0x23d23d+BODY_POLL_TIMEOUT_MS;while(_0x5aa429['body']===null){if(Date['now']()>_0x4d3fca){this['dc']['bodyAwaitMs']+=Date['now']()-_0x23d23d;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']()-_0x23d23d;if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x3e00c3=_0x5aa429['createElement']('iframe');this['dc']['creations']+=0x1,this['iframe']=_0x3e00c3,this['iframeReady']=new Promise((_0x37e904,_0x293ec0)=>{let _0x43e472=![];_0x3e00c3['onload']=()=>{_0x43e472=!![],this['dc']['loadsCompleted']+=0x1,_0x37e904();},_0x3e00c3['onerror']=_0x1752e9=>{_0x43e472=!![],this['dc']['initErrors']+=0x1,_0x293ec0(_0x1752e9);};const {style:_0x40511a}=_0x3e00c3;_0x40511a['setProperty']('display','block','important'),_0x40511a['position']='absolute',_0x40511a['top']='0',_0x40511a['left']='0',_0x40511a['visibility']='hidden',_0x3e00c3['src']='about:blank',_0x5aa429['body']['appendChild'](_0x3e00c3);const _0x2098d8=()=>{if(_0x43e472)return;_0x3e00c3['contentWindow']?.['document']['readyState']==='complete'?(_0x43e472=!![],this['dc']['loadsCompleted']+=0x1,_0x37e904()):(this['dc']['readyStateSpins']+=0x1,setTimeout(_0x2098d8,0xa));};_0x2098d8();}),await this['iframeReady'];const _0x4efa56=Date['now']()+BODY_POLL_TIMEOUT_MS;while(!_0x3e00c3['contentWindow']?.['document']['body']){if(Date['now']()>_0x4efa56)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 _0x2fab43=this['queue']['splice'](0x0),_0x5b99fc=new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run');for(const _0x469664 of _0x2fab43)_0x469664['reject'](_0x5b99fc);}}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function addStyleString(_0x838f1b,_0x2462f0){for(const _0x2d2382 of _0x2462f0['split'](';')){const _0x4bdc8f=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/['exec'](_0x2d2382);if(_0x4bdc8f){const [,_0x188be3,_0x38be47,,_0x556702]=_0x4bdc8f;_0x838f1b['setProperty'](_0x188be3,_0x38be47,_0x556702??'');}}}function isAnyParentCrossOrigin(){let _0x8d44dd=window;for(;;){const _0x47a7c8=_0x8d44dd['parent'];if(_0x47a7c8===_0x8d44dd)return![];try{if(_0x47a7c8['location']['origin']!==_0x8d44dd['location']['origin'])return!![];}catch(_0x3bf265){if(_0x3bf265 instanceof Error&&_0x3bf265['name']==='SecurityError')return!![];throw _0x3bf265;}_0x8d44dd=_0x47a7c8;}}function getEmojiSignal(){let _0x1c7bf4='';for(let _0x1edec1=0x1f600;_0x1edec1<=0x1f64f;_0x1edec1++){_0x1c7bf4+=String['fromCodePoint'](_0x1edec1);}return getIframePool()['execute']((_0xa898b5,_0x3d7551)=>{const _0x5c6bfe=_0x3d7551['document'],_0xaaa9e1=_0x5c6bfe['createElement']('span');_0xaaa9e1['style']['whiteSpace']='nowrap',_0xaaa9e1['innerText']=_0x1c7bf4,_0x5c6bfe['body']['append'](_0xaaa9e1);const _0xe76ae6={},_0x18fb4a=['x','y','left','right','bottom','height','top','width'],_0x16bed5=_0xaaa9e1['getBoundingClientRect']();for(const _0x525a4c of _0x18fb4a){_0x525a4c in _0x16bed5&&(_0xe76ae6[_0x525a4c]=Math['round'](_0x16bed5[_0x525a4c]*0x64)/0x64);}const _0x51c778=_0x3d7551['getComputedStyle'](_0xaaa9e1,null)['getPropertyValue']('font-family');return _0xe76ae6['font']=_0x51c778,_0x5c6bfe['body']['removeChild'](_0xaaa9e1),_0xe76ae6;});}function getEndianness(){const _0x64c91d=new Float32Array(0x1),_0x1d48b3=new Uint8Array(_0x64c91d['buffer']);return _0x64c91d[0x0]=Infinity,_0x64c91d[0x0]=_0x64c91d[0x0]-_0x64c91d[0x0],_0x1d48b3[0x3];}const defaultText='mmMwWLliI0fiflO&1',_0x560186={};_0x560186['font']='-apple-system-body';const _0x2aee05={};_0x2aee05['fontFamily']='serif';const _0x2c2bee={};_0x2c2bee['fontFamily']='sans-serif';const _0x48cea8={};_0x48cea8['fontFamily']='monospace';const _0x326254={};_0x326254['fontSize']='1px';const _0x4c8602={};_0x4c8602['fontFamily']='system-ui';const _0x5ca849={};_0x5ca849['default']=[],_0x5ca849['apple']=[_0x560186],_0x5ca849['serif']=[_0x2aee05],_0x5ca849['sans']=[_0x2c2bee],_0x5ca849['mono']=[_0x48cea8],_0x5ca849['min']=[_0x326254],_0x5ca849['system']=[_0x4c8602];const presets=_0x5ca849;function getFontPreferences(){return withNaturalFonts((_0x453c7b,_0x5458bb,_0x8dd238)=>{const _0x34e10a={},_0x7a633c={};for(const _0x20723a of Object['keys'](presets)){const [_0x14b8aa={},_0x523be3=defaultText]=presets[_0x20723a],_0x3fb9a1=_0x453c7b['createElement']('span');_0x3fb9a1['textContent']=_0x523be3,_0x3fb9a1['style']['whiteSpace']='nowrap';for(const _0x48a5c1 of Object['keys'](_0x14b8aa)){const _0x56517c=_0x14b8aa[_0x48a5c1];_0x56517c!==undefined&&(_0x3fb9a1['style'][_0x48a5c1]=_0x56517c);}_0x34e10a[_0x20723a]=_0x3fb9a1,_0x5458bb['append'](_0x453c7b['createElement']('br'),_0x3fb9a1);}const _0x3b5d01=_0x8dd238['devicePixelRatio']>0x0?_0x8dd238['devicePixelRatio']:0x1;for(const _0x3e77d4 of Object['keys'](presets)){_0x7a633c[_0x3e77d4]=Math['round'](_0x34e10a[_0x3e77d4]['getBoundingClientRect']()['width']*_0x3b5d01*0x64)/0x64;}return _0x7a633c;});}function withNaturalFonts(_0xb1c74f,_0x237ce1=0xfa0){return withIframe((_0x4eedbd,_0x5816ac)=>{const _0x20088a=_0x5816ac['document'],_0x11543d=_0x20088a['body'],_0x4bd412=_0x11543d['style'];_0x4bd412['width']=_0x237ce1+'px',_0x4bd412['webkitTextSizeAdjust']=_0x4bd412['textSizeAdjust']='none';if(isChromium())_0x11543d['style']['zoom']=''+0x1/_0x5816ac['devicePixelRatio'];else isWebKit()&&(_0x11543d['style']['zoom']='reset');const _0x5e2643=_0x20088a['createElement']('div'),_0x54833d={};return _0x54833d['length']=_0x237ce1/0x14<<0x0,_0x5e2643['textContent']=Array['from'](_0x54833d)['map'](()=>'word')['join']('\x20'),_0x11543d['appendChild'](_0x5e2643),_0xb1c74f(_0x20088a,_0x11543d,_0x5816ac);},'<!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']((_0x572d32,{document:_0x42db6f})=>{const _0x36bca6=_0x42db6f['body'];_0x36bca6['style']['fontSize']=textSize;const _0x1bfcbe=_0x42db6f['createElement']('div');_0x1bfcbe['style']['setProperty']('visibility','hidden','important');const _0x33c0be={},_0x2fd82d={},_0x4d955d=_0x38976e=>{const _0x2a4521=_0x42db6f['createElement']('span'),{style:_0x2ad366}=_0x2a4521;return _0x2ad366['position']='absolute',_0x2ad366['top']='0',_0x2ad366['left']='0',_0x2ad366['fontFamily']=_0x38976e,_0x2a4521['textContent']=testString,_0x1bfcbe['appendChild'](_0x2a4521),_0x2a4521;},_0x102641=(_0x29289d,_0x592674)=>{return _0x4d955d('\x27'+_0x29289d+'\x27,'+_0x592674);},_0x2b508f=()=>{return baseFonts['map'](_0x4d955d);},_0x267721=()=>{const _0x383073={};for(const _0x281079 of fontList){_0x383073[_0x281079]=baseFonts['map'](_0x12c20e=>_0x102641(_0x281079,_0x12c20e));}return _0x383073;},_0x34107e=_0x3faec3=>{return baseFonts['some']((_0x3058c8,_0x40b14d)=>_0x3faec3[_0x40b14d]['offsetWidth']!==_0x33c0be[_0x3058c8]||_0x3faec3[_0x40b14d]['offsetHeight']!==_0x2fd82d[_0x3058c8]);},_0x44e27e=_0x2b508f(),_0x479f2d=_0x267721();_0x36bca6['appendChild'](_0x1bfcbe);for(let _0x62b585=0x0;_0x62b585<baseFonts['length'];_0x62b585++){_0x33c0be[baseFonts[_0x62b585]]=_0x44e27e[_0x62b585]['offsetWidth'],_0x2fd82d[baseFonts[_0x62b585]]=_0x44e27e[_0x62b585]['offsetHeight'];}return fontList['filter'](_0x5a3c05=>_0x34107e(_0x479f2d[_0x5a3c05]));});}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(_0x2a9b04){const _0x221c9a=_0x2a9b04['info'];if(_0x221c9a!==undefined&&_0x221c9a!==null){const _0x577fe1={};return _0x577fe1['vendor']=_0x221c9a['vendor'],_0x577fe1['architecture']=_0x221c9a['architecture'],_0x577fe1;}if(typeof _0x2a9b04['requestAdapterInfo']==='function'){const _0x16a556=await _0x2a9b04['requestAdapterInfo'](),_0x2f63be={};return _0x2f63be['vendor']=_0x16a556['vendor'],_0x2f63be['architecture']=_0x16a556['architecture'],_0x2f63be;}const _0x4738b8={};return _0x4738b8['vendor']='',_0x4738b8['architecture']='',_0x4738b8;}function createTextureData(){const _0x2017be=[],_0x56f28b=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x8664d=0x0;_0x8664d<TEX_WIDTH*TEX_HEIGHT;_0x8664d++){_0x2017be['push'](..._0x56f28b[_0x8664d%0x3]);}return new Uint8Array(_0x2017be);}function quantizeTiming(_0x1b606a){const _0x4ad949=Number(_0x1b606a/0x3e8n);return Math['round'](_0x4ad949/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x48ba44,_0x4a60b3){const _0x3f2d22=[];for(const _0x547a58 of _0x4a60b3){_0x3f2d22['push'](_0x547a58);}const _0x33ee09={};_0x33ee09['requiredFeatures']=_0x3f2d22;const _0x40f9f6=await _0x48ba44['requestDevice'](_0x33ee09);try{return await renderAndReadbackOnDevice(_0x40f9f6);}finally{typeof _0x40f9f6['destroy']==='function'&&_0x40f9f6['destroy']();}}async function renderAndReadbackOnDevice(_0x4454ac){const _0x1b6703='rgba8unorm',_0x283e15={};_0x283e15['label']='fp-shader',_0x283e15['code']=WGSL_SHADER;const _0x3fe79a=_0x4454ac['createShaderModule'](_0x283e15),_0x4a2724={};_0x4a2724['module']=_0x3fe79a;const _0x4c586e={};_0x4c586e['format']=_0x1b6703;const _0x3edced={};_0x3edced['module']=_0x3fe79a,_0x3edced['targets']=[_0x4c586e];const _0x110f5e={};_0x110f5e['topology']='triangle-list';const _0x28b94e={};_0x28b94e['label']='fp-pipeline',_0x28b94e['layout']='auto',_0x28b94e['vertex']=_0x4a2724,_0x28b94e['fragment']=_0x3edced,_0x28b94e['primitive']=_0x110f5e;const _0x238e7d=_0x4454ac['createRenderPipeline'](_0x28b94e),_0x18297d=createTextureData(),_0x2c8046={};_0x2c8046['label']='fp-src-texture',_0x2c8046['size']=[TEX_WIDTH,TEX_HEIGHT],_0x2c8046['format']='rgba8unorm',_0x2c8046['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x9aff5d=_0x4454ac['createTexture'](_0x2c8046),_0x33f9dd={};_0x33f9dd['texture']=_0x9aff5d;const _0x3667cd={};_0x3667cd['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x2c2f11={};_0x2c2f11['width']=TEX_WIDTH,_0x2c2f11['height']=TEX_HEIGHT,_0x4454ac['queue']['writeTexture'](_0x33f9dd,_0x18297d['buffer'],_0x3667cd,_0x2c2f11);const _0x22be0b={};_0x22be0b['label']='fp-sampler';const _0x5547aa=_0x4454ac['createSampler'](_0x22be0b),_0x1c0adc={};_0x1c0adc['binding']=0x0,_0x1c0adc['resource']=_0x5547aa;const _0x1bd25f=_0x4454ac['createBindGroup']({'layout':_0x238e7d['getBindGroupLayout'](0x0),'entries':[_0x1c0adc,{'binding':0x1,'resource':_0x9aff5d['createView']()}]}),_0x440d1d=ROTATION_MATRICES['map'](_0x11de4d=>{const _0x39282c={};_0x39282c['label']='fp-uniform',_0x39282c['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x39282c['usage']=GPUBufferUsage['UNIFORM'],_0x39282c['mappedAtCreation']=!![];const _0x2a5424=_0x4454ac['createBuffer'](_0x39282c);new Float32Array(_0x2a5424['getMappedRange']())['set'](_0x11de4d),_0x2a5424['unmap']();const _0x1fc533={};_0x1fc533['buffer']=_0x2a5424;const _0x4d7a56={};return _0x4d7a56['binding']=0x0,_0x4d7a56['resource']=_0x1fc533,_0x4454ac['createBindGroup']({'layout':_0x238e7d['getBindGroupLayout'](0x1),'entries':[_0x4d7a56]});}),_0x886dec=_0x4454ac['features']['has']('timestamp-query');let _0x3ba840=null,_0xef315=null,_0x3d6291=null;if(_0x886dec){const _0xd352a8={};_0xd352a8['label']='fp-ts',_0xd352a8['type']='timestamp',_0xd352a8['count']=0x2,_0x3ba840=_0x4454ac['createQuerySet'](_0xd352a8);const _0x2d1fce={};_0x2d1fce['size']=0x2*0x8,_0x2d1fce['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0xef315=_0x4454ac['createBuffer'](_0x2d1fce);const _0x4289a2={};_0x4289a2['size']=0x2*0x8,_0x4289a2['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x3d6291=_0x4454ac['createBuffer'](_0x4289a2);}const _0x373d6c={};_0x373d6c['label']='fp-rt',_0x373d6c['size']=[RT_WIDTH,RT_HEIGHT],_0x373d6c['format']=_0x1b6703,_0x373d6c['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x1b3a0b=_0x4454ac['createTexture'](_0x373d6c),_0x1f6668=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x384461={};_0x384461['label']='fp-pixel-read',_0x384461['size']=_0x1f6668*RT_HEIGHT,_0x384461['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x439d15=_0x4454ac['createBuffer'](_0x384461),_0x1e1d71=[],_0x54538a=[];for(let _0x109782=0x0;_0x109782<ROTATION_MATRICES['length'];_0x109782++){const _0x1b5bc4=_0x1b3a0b['createView'](),_0xcadf6a={};_0xcadf6a['label']='fp-enc-'+_0x109782;const _0x43f340=_0x4454ac['createCommandEncoder'](_0xcadf6a),_0x48a87c={};_0x48a87c['r']=0x0,_0x48a87c['g']=0x0,_0x48a87c['b']=0x0,_0x48a87c['a']=0x1;const _0x4ac884={};_0x4ac884['view']=_0x1b5bc4,_0x4ac884['clearValue']=_0x48a87c,_0x4ac884['loadOp']='clear',_0x4ac884['storeOp']='store';const _0x1a1631={'label':'fp-pass-'+_0x109782,'colorAttachments':[_0x4ac884],..._0x886dec&&_0x3ba840?{'timestampWrites':{'querySet':_0x3ba840,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x1405a1=_0x1a1631,_0x5e19f0=_0x43f340['beginRenderPass'](_0x1405a1);_0x5e19f0['setPipeline'](_0x238e7d),_0x5e19f0['setBindGroup'](0x0,_0x1bd25f),_0x5e19f0['setBindGroup'](0x1,_0x440d1d[_0x109782]),_0x5e19f0['draw'](0x6),_0x5e19f0['end']();_0x886dec&&_0x3ba840&&_0xef315&&_0x3d6291&&(_0x43f340['resolveQuerySet'](_0x3ba840,0x0,0x2,_0xef315,0x0),_0x43f340['copyBufferToBuffer'](_0xef315,0x0,_0x3d6291,0x0,_0xef315['size']));const _0x102df8={};_0x102df8['x']=0x0,_0x102df8['y']=0x0;const _0xd9cc45={};_0xd9cc45['texture']=_0x1b3a0b,_0xd9cc45['origin']=_0x102df8;const _0x3859ea={};_0x3859ea['buffer']=_0x439d15,_0x3859ea['bytesPerRow']=_0x1f6668,_0x3859ea['rowsPerImage']=RT_HEIGHT;const _0x5b2254={};_0x5b2254['width']=RT_WIDTH,_0x5b2254['height']=RT_HEIGHT,_0x43f340['copyTextureToBuffer'](_0xd9cc45,_0x3859ea,_0x5b2254),_0x4454ac['queue']['submit']([_0x43f340['finish']()]),await _0x439d15['mapAsync'](GPUMapMode['READ']);const _0x138bf8=new Uint8Array(_0x439d15['getMappedRange']()),_0x4f69ba=RT_WIDTH*BYTES_PER_PIXEL,_0xb69e54=new Uint8Array(_0x4f69ba*RT_HEIGHT);for(let _0x1b67f9=0x0;_0x1b67f9<RT_HEIGHT;_0x1b67f9++){_0xb69e54['set'](_0x138bf8['subarray'](_0x1b67f9*_0x1f6668,_0x1b67f9*_0x1f6668+_0x4f69ba),_0x1b67f9*_0x4f69ba);}_0x1e1d71['push'](fnv1a$1(_0xb69e54)),_0x439d15['unmap']();if(_0x886dec&&_0x3d6291)try{await _0x3d6291['mapAsync'](GPUMapMode['READ']);const _0x369ab0=new BigUint64Array(_0x3d6291['getMappedRange']()),_0x2adf54=_0x369ab0[0x0],_0x45d9bc=_0x369ab0[0x1];_0x45d9bc>_0x2adf54&&_0x54538a['push'](quantizeTiming(_0x45d9bc-_0x2adf54)),_0x3d6291['unmap']();}catch{}}const _0x2620c3=new Uint8Array(_0x1e1d71['length']*0x4),_0x2ecc66=new DataView(_0x2620c3['buffer']);for(let _0x15142f=0x0;_0x15142f<_0x1e1d71['length'];_0x15142f++){_0x2ecc66['setUint32'](_0x15142f*0x4,_0x1e1d71[_0x15142f],!![]);}let _0x23ed4d='';for(let _0x1bc66c=0x0;_0x1bc66c<_0x2620c3['length'];_0x1bc66c++){_0x23ed4d+=String['fromCharCode'](_0x2620c3[_0x1bc66c]);}return{'pixelHash':btoa(_0x23ed4d),'timingBuckets':_0x54538a};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x196dea={};return _0x196dea['s']=-0x1,_0x196dea['v']=null,_0x196dea;}const _0x153389={};_0x153389['s']=-0x2,_0x153389['v']=null;const _0x2b3e3b=await Promise['race']([collectWebGpuSignal(),new Promise(_0x312373=>setTimeout(()=>_0x312373(_0x153389),TIMEOUT_MS))]);return _0x2b3e3b;}async function collectWebGpuSignal(){const {getCachedGpuAdapter:_0x125472}=await Promise['resolve']()['then'](function(){return webgpuAdapter;});let _0x3a4f6e;try{const _0x49cafd=_0x125472(),_0x406034={};_0x406034['s']=-0x4,_0x406034['v']=null;if(_0x49cafd===null)return _0x406034;const _0x91b5fa=await _0x49cafd;if(_0x91b5fa===null){const _0x241341={};return _0x241341['s']=-0x4,_0x241341['v']=null,_0x241341;}_0x3a4f6e=_0x91b5fa;}catch(_0x37d1b9){if(_0x37d1b9 instanceof Error){const _0x324ba6={};return _0x324ba6['s']=-0x3,_0x324ba6['v']=null,_0x324ba6;}throw _0x37d1b9;}try{const _0x10be9a=Array['from'](_0x3a4f6e['features']['values']())['sort'](),[_0x44f569,_0x14bbe5]=await Promise['all']([renderAndReadback(_0x3a4f6e,_0x10be9a),getAdapterInfo$1(_0x3a4f6e)]),_0xc913ef={};_0xc913ef['s']=_0x10be9a,_0xc913ef['f']=_0x44f569['pixelHash'],_0xc913ef['t']=_0x44f569['timingBuckets'],_0xc913ef['v']=_0x14bbe5['vendor'],_0xc913ef['a']=_0x14bbe5['architecture'];const _0x21f34a={};return _0x21f34a['s']=0x0,_0x21f34a['v']=_0xc913ef,_0x21f34a;}catch(_0xa829c3){if(_0xa829c3 instanceof TypeError){const _0x57a379={};return _0x57a379['s']=-0x7,_0x57a379['v']=null,_0x57a379;}throw _0xa829c3;}}const _0x29ef4a={};_0x29ef4a['text']='今天天气真好我们出去玩吧',_0x29ef4a['locale']='zh',_0x29ef4a['gran']='word';const _0x3de6ae={};_0x3de6ae['text']='東京都は日本の首都です',_0x3de6ae['locale']='ja',_0x3de6ae['gran']='word';const _0x5ddea1={};_0x5ddea1['text']='สวัสดีครับวันนี้อากาศดี',_0x5ddea1['locale']='th',_0x5ddea1['gran']='word';const _0x214976={};_0x214976['text']='오늘날씨가좋아서산책했습니다',_0x214976['locale']='ko',_0x214976['gran']='word';const _0x3a22d0={};_0x3a22d0['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x3a22d0['locale']='en',_0x3a22d0['gran']='word';const _0x2f8ae6={};_0x2f8ae6['text']='👨‍👩‍👧‍👦🏳️‍🌈👩🏽‍💻',_0x2f8ae6['locale']='en',_0x2f8ae6['gran']='grapheme';const SEGMENTER_TESTS=[_0x29ef4a,_0x3de6ae,_0x5ddea1,_0x214976,_0x3a22d0,_0x2f8ae6],_0x1a16f4={};_0x1a16f4['code']='XK',_0x1a16f4['type']='region';const _0x3412b5={};_0x3412b5['code']='EH',_0x3412b5['type']='region';const _0x31008e={};_0x31008e['code']='SX',_0x31008e['type']='region';const _0xfd123c={};_0xfd123c['code']='BQ',_0xfd123c['type']='region';const _0x450b40={};_0x450b40['code']='SS',_0x450b40['type']='region';const _0x3872ba={};_0x3872ba['code']='CW',_0x3872ba['type']='region';const DISPLAY_NAMES_TESTS=[_0x1a16f4,_0x3412b5,_0x31008e,_0xfd123c,_0x450b40,_0x3872ba];function getIntlSegmenter(){const _0xb8614={};_0xb8614['segmenter']=null,_0xb8614['displayNames']=null;const _0x3721db=_0xb8614;try{const _0x1efd66=Intl['Segmenter'];if(_0x1efd66){const _0x44d6cd={};for(const _0x31d0f9 of SEGMENTER_TESTS){try{const _0x264fcc=new _0x1efd66(_0x31d0f9['locale'],{'granularity':_0x31d0f9['gran']}),_0x1ecddc=[..._0x264fcc['segment'](_0x31d0f9['text'])]['length'];_0x44d6cd[_0x31d0f9['locale']+'_'+_0x31d0f9['gran']]=_0x1ecddc;}catch{}}Object['keys'](_0x44d6cd)['length']>0x0&&(_0x3721db['segmenter']=_0x44d6cd);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x518784={},_0x2cb553={};_0x2cb553['type']='region';const _0x18e88a=new Intl['DisplayNames'](['en'],_0x2cb553);for(const _0x3fe7eb of DISPLAY_NAMES_TESTS){try{const _0x543cbf=_0x18e88a['of'](_0x3fe7eb['code']);_0x543cbf!==undefined&&_0x543cbf!==''&&(_0x518784[_0x3fe7eb['code']]=_0x543cbf);}catch{}}Object['keys'](_0x518784)['length']>0x0&&(_0x3721db['displayNames']=_0x518784);}}catch{}return _0x3721db;}const fallbackFn=()=>0x0;function getMathFn(_0x25af48){const _0x49a741=globalThis['Math'][_0x25af48];return typeof _0x49a741==='function'?_0x49a741:fallbackFn;}function getMathSignal(){const _0x313c42=getMathFn('acos'),_0x595be1=getMathFn('acosh'),_0x10054c=getMathFn('asin'),_0x4286e5=getMathFn('asinh'),_0x50f118=getMathFn('atanh'),_0x437ccf=getMathFn('atan'),_0x5d946a=getMathFn('sin'),_0x379532=getMathFn('sinh'),_0x399922=getMathFn('cos'),_0x5e4f55=getMathFn('cosh'),_0x4ec395=getMathFn('tan'),_0x2ba57a=getMathFn('tanh'),_0x366722=getMathFn('exp'),_0x195759=getMathFn('expm1'),_0x8f09b4=getMathFn('log1p'),_0x19c045=_0xf8bd9c=>Math['pow'](Math['PI'],_0xf8bd9c),_0x14f503=_0x56d98f=>Math['log'](_0x56d98f+Math['sqrt'](_0x56d98f*_0x56d98f-0x1)),_0x362b1c=_0x476605=>Math['log'](_0x476605+Math['sqrt'](_0x476605*_0x476605+0x1)),_0x537f28=_0x1a8959=>Math['log']((0x1+_0x1a8959)/(0x1-_0x1a8959))/0x2,_0x4f1553=_0x55849d=>Math['exp'](_0x55849d)-0x1/Math['exp'](_0x55849d)/0x2,_0x5393c5=_0x33d308=>(Math['exp'](_0x33d308)+0x1/Math['exp'](_0x33d308))/0x2,_0x1f1969=_0x3b352c=>Math['exp'](_0x3b352c)-0x1,_0x4afeca=_0x55cfa3=>(Math['exp'](0x2*_0x55cfa3)-0x1)/(Math['exp'](0x2*_0x55cfa3)+0x1),_0x432d87=_0xcf4d80=>Math['log'](0x1+_0xcf4d80);return{'acos':_0x313c42(0.12312423423423424),'acosh':_0x595be1(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x14f503(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x10054c(0.12312423423423424),'asinh':_0x4286e5(0x1),'asinhPf':_0x362b1c(0x1),'atanh':_0x50f118(0.5),'atanhPf':_0x537f28(0.5),'atan':_0x437ccf(0.5),'sin':_0x5d946a(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x379532(0x1),'sinhPf':_0x4f1553(0x1),'cos':_0x399922(10.000000000123),'cosh':_0x5e4f55(0x1),'coshPf':_0x5393c5(0x1),'tan':_0x4ec395(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x2ba57a(0x1),'tanhPf':_0x4afeca(0x1),'exp':_0x366722(0x1),'expm1':_0x195759(0x1),'expm1Pf':_0x1f1969(0x1),'log1p':_0x8f09b4(0xa),'log1pPf':_0x432d87(0xa),'powPI':_0x19c045(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x594f90=document['createDocumentFragment'](),_0x35752c=createMathElement(_0x594f90,'mrow'),_0x248bfd=createMathElement(_0x35752c,'munderover'),_0xdcd63b=createMathElement(_0x248bfd,'mmultiscripts');createMathElement(_0xdcd63b,'mo','∏');for(const [_0x379272,_0x22890c,_0x244ba6,_0x14723b,_0x4b3675]of QUINTUPLETS){const _0x4b382f=document['createElement']('mmultiscripts');createMathElement(_0x4b382f,'mi',_0x379272),createMathElement(_0x4b382f,'mi',_0x22890c),createMathElement(_0x4b382f,'mi',_0x244ba6),createMathElement(_0x4b382f,'mprescripts'),createMathElement(_0x4b382f,'mi',_0x14723b),createMathElement(_0x4b382f,'mi',_0x4b3675),_0xdcd63b['append'](_0x4b382f);}return getIframePool()['execute']((_0x5dee95,_0x2daa6a)=>{const _0x18e6f9=_0x2daa6a['document'],_0x25f84b=_0x18e6f9['createElement']('math');_0x25f84b['style']['whiteSpace']='nowrap',_0x25f84b['append'](_0x594f90),_0x18e6f9['body']['append'](_0x25f84b);const _0x327387={},_0x1ae1d9=_0x25f84b['getBoundingClientRect'](),_0x309628=['x','y','left','right','bottom','height','top','width'];for(const _0x1427c8 of _0x309628){_0x1427c8 in _0x1ae1d9&&(_0x327387[_0x1427c8]=_0x1ae1d9[_0x1427c8]);}const _0x35b575=_0x2daa6a['getComputedStyle'](_0x25f84b,null)['getPropertyValue']('font-family');return _0x327387['font']=_0x35b575,_0x18e6f9['body']['removeChild'](_0x25f84b),_0x327387;});}function createMathElement(_0x7b5d1e,_0x52fefc,_0x1a7acb=''){const _0x425a27=document['createElement'](_0x52fefc);return _0x425a27['textContent']=_0x1a7acb,_0x7b5d1e['appendChild'](_0x425a27),_0x425a27;}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(_0x4e7f48){const _0x59019e=window,_0x431de9=_0x59019e['MediaSource'];if(_0x431de9===undefined||typeof _0x431de9['isTypeSupported']!=='function')return-0x1;let _0x5db173=0x0;for(let _0x71264c=0x0;_0x71264c<_0x4e7f48['length'];_0x71264c++){try{_0x431de9['isTypeSupported'](_0x4e7f48[_0x71264c])&&(_0x5db173|=0x1<<_0x71264c);}catch{}}return _0x5db173;}function getRtcCodecs(_0x48e0db){const _0x3e387d=window,_0x317989=_0x3e387d['RTCRtpReceiver'];if(_0x317989===undefined||typeof _0x317989['getCapabilities']!=='function')return null;try{const _0x9c2c33=_0x317989['getCapabilities'](_0x48e0db);if(_0x9c2c33===null)return null;const _0x5d42e1=_0x9c2c33['codecs']['map'](_0x589df3=>''+_0x589df3['mimeType']+(_0x589df3['sdpFmtpLine']!==undefined&&_0x589df3['sdpFmtpLine']!==''?';'+_0x589df3['sdpFmtpLine']:''));return _0x5d42e1['sort']();}catch{return null;}}const VOICES_CHANGED_EVENT='voiceschanged',POLL_TIMEOUT_MS=0x258;function escapeField(_0x42d057){if(_0x42d057===undefined||_0x42d057===null||_0x42d057==='')return'';return String(_0x42d057)['replace'](/([,\\])/g,'\x5c$1');}function getSpeechSynthesis(){if(typeof window==='undefined')return null;const _0x4b0472=window['speechSynthesis'];if(!_0x4b0472||typeof _0x4b0472['getVoices']!=='function')return null;return _0x4b0472;}function readVoicesOnce(_0x2d0cf4){try{const _0x2696d5=_0x2d0cf4['getVoices']();if(Array['isArray'](_0x2696d5)&&_0x2696d5['length']>0x0)return _0x2696d5;}catch{}return null;}function awaitVoicesPopulated(_0x34eb8e){return new Promise(_0x1e18b4=>{let _0x55c5d9=![];const _0x25cadc=_0x222add=>{if(_0x55c5d9)return;_0x55c5d9=!![];if(_0x32147a!==null)clearTimeout(_0x32147a);if(_0xdbd3cf!==null&&typeof _0x34eb8e['removeEventListener']==='function')try{_0x34eb8e['removeEventListener'](VOICES_CHANGED_EVENT,_0xdbd3cf);}catch{}_0x1e18b4(_0x222add);},_0x3b377c=readVoicesOnce(_0x34eb8e);if(_0x3b377c!==null){_0x1e18b4(_0x3b377c);return;}let _0x32147a=setTimeout(()=>{_0x25cadc(null);},POLL_TIMEOUT_MS),_0xdbd3cf=null;if(typeof _0x34eb8e['addEventListener']==='function'){_0xdbd3cf=()=>{const _0x5d89c6=readVoicesOnce(_0x34eb8e);if(_0x5d89c6!==null)_0x25cadc(_0x5d89c6);};try{_0x34eb8e['addEventListener'](VOICES_CHANGED_EVENT,_0xdbd3cf);}catch{_0xdbd3cf=null;}}});}function buildDescriptors(_0x52778f){const _0x1d1258=[];for(const _0x4f5b40 of _0x52778f){const _0x76a9df=escapeField(_0x4f5b40['voiceURI']),_0x1e6f76=escapeField(_0x4f5b40['name']),_0x1ac1a5=escapeField(_0x4f5b40['lang']),_0x565894=_0x4f5b40['localService']===!![]?'1':'0',_0x26f70d=_0x4f5b40['default']===!![]?'1':'0';_0x1d1258['push'](_0x76a9df+','+_0x1e6f76+','+_0x1ac1a5+','+_0x565894+','+_0x26f70d);}return _0x1d1258['sort'](),_0x1d1258;}function buildMask(_0x12ce4b){let _0x454e32=0x0;for(const _0x42bfcb of _0x12ce4b){if(_0x42bfcb['localService']===!![])_0x454e32|=0x1;if(_0x42bfcb['default']===!![])_0x454e32|=0x2;}return _0x454e32;}function getSpeechVoices(){const _0x2b5f64=getSpeechSynthesis();if(_0x2b5f64===null)return null;return async()=>{let _0x1de9a6=await awaitVoicesPopulated(_0x2b5f64);if(_0x1de9a6===null)try{const _0x172856=_0x2b5f64['getVoices']();if(Array['isArray'](_0x172856))_0x1de9a6=_0x172856;else return null;}catch{return null;}const _0x1583d9=buildDescriptors(_0x1de9a6),_0x5f1a04=x64hash128(JSON['stringify'](_0x1583d9)),_0x21a072=buildMask(_0x1de9a6),_0x4e3bf6=_0x1de9a6['length'],_0x1d4000={};return _0x1d4000['hash']=_0x5f1a04,_0x1d4000['mask']=_0x21a072,_0x1d4000['count']=_0x4e3bf6,_0x1d4000;};}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x47fa1a,_0x5eb8ca)=>{const _0x29fc64=_0x5eb8ca['document'],_0x3b1202=_0x29fc64['createElement']('div');_0x3b1202['style']['border']='.5px\x20dotted\x20transparent',_0x29fc64['body']['appendChild'](_0x3b1202);const _0x5cc116=_0x3b1202['offsetHeight'];return _0x29fc64['body']['removeChild'](_0x3b1202),_0x5cc116;});}catch{return null;}}function getSupportedConstraints(){try{const _0x5528eb=navigator['mediaDevices'];if(_0x5528eb===undefined||typeof _0x5528eb['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x5528eb['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x22fdc2='';for(let _0x1d4230=0x1f600;_0x1d4230<=0x1f64f;_0x1d4230++){_0x22fdc2+=String['fromCodePoint'](_0x1d4230);}return getIframePool()['execute']((_0x515feb,_0x58b4ca)=>{const _0x160961=_0x58b4ca['document'],_0x54e5a2='http://www.w3.org/2000/svg',_0x4a645e=_0x160961['createElementNS'](_0x54e5a2,'svg');_0x4a645e['setAttribute']('width','0'),_0x4a645e['setAttribute']('height','0'),_0x4a645e['style']['position']='absolute',_0x4a645e['style']['visibility']='hidden';const _0x5e7f01=_0x160961['createElementNS'](_0x54e5a2,'text');_0x5e7f01['setAttribute']('x','0'),_0x5e7f01['setAttribute']('y','50'),_0x5e7f01['setAttribute']('font-size','16'),_0x5e7f01['textContent']=_0x22fdc2,_0x4a645e['appendChild'](_0x5e7f01),_0x160961['body']['appendChild'](_0x4a645e);const _0x4069c0=_0x58b4ca['getComputedStyle'](_0x5e7f01)['getPropertyValue']('font-family');let _0x542844=null;try{const _0x22252f=_0x5e7f01['getBBox']();_0x542844={'x':round(_0x22252f['x']),'y':round(_0x22252f['y']),'width':round(_0x22252f['width']),'height':round(_0x22252f['height'])};}catch{}let _0x52f446=null;try{const _0x5b992f=_0x5e7f01,_0x2620bc=_0x5b992f['getExtentOfChar'](0x0);_0x52f446={'x':round(_0x2620bc['x']),'y':round(_0x2620bc['y']),'width':round(_0x2620bc['width']),'height':round(_0x2620bc['height'])};}catch{}let _0x10edbb=null;try{const _0x885b27=_0x5e7f01;_0x10edbb=round(_0x885b27['getSubStringLength'](0x0,0xa));}catch{}let _0x37375d=null;try{const _0x3212fc=_0x5e7f01;_0x37375d=round(_0x3212fc['getComputedTextLength']());}catch{}_0x160961['body']['removeChild'](_0x4a645e);const _0xf0a730={};return _0xf0a730['bbox']=_0x542844,_0xf0a730['charExtent']=_0x52f446,_0xf0a730['substringLength']=_0x10edbb,_0xf0a730['computedTextLength']=_0x37375d,_0xf0a730['font']=_0x4069c0,_0xf0a730;});}function round(_0x30dc73){return Math['round'](_0x30dc73*0x64)/0x64;}const _0x1786d0={};_0x1786d0['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x1786d0['width']=0x780,_0x1786d0['height']=0x438,_0x1786d0['bitrate']=0x4c4b40,_0x1786d0['framerate']=0x1e;const _0x404dee={};_0x404dee['type']='file',_0x404dee['video']=_0x1786d0;const _0x2712b7={};_0x2712b7['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x2712b7['width']=0x780,_0x2712b7['height']=0x438,_0x2712b7['bitrate']=0x4c4b40,_0x2712b7['framerate']=0x1e;const _0xae9ac5={};_0xae9ac5['type']='file',_0xae9ac5['video']=_0x2712b7;const _0x596048={};_0x596048['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x596048['width']=0x780,_0x596048['height']=0x438,_0x596048['bitrate']=0x4c4b40,_0x596048['framerate']=0x1e;const _0x29637b={};_0x29637b['type']='file',_0x29637b['video']=_0x596048;const _0xd9bfcb={};_0xd9bfcb['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0xd9bfcb['width']=0x780,_0xd9bfcb['height']=0x438,_0xd9bfcb['bitrate']=0x4c4b40,_0xd9bfcb['framerate']=0x1e;const _0x5a8746={};_0x5a8746['type']='file',_0x5a8746['video']=_0xd9bfcb;const _0x1ab170={};_0x1ab170['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x1ab170['width']=0x780,_0x1ab170['height']=0x438,_0x1ab170['bitrate']=0x4c4b40,_0x1ab170['framerate']=0x1e;const _0x980883={};_0x980883['type']='file',_0x980883['video']=_0x1ab170;const _0x9efbfd={};_0x9efbfd['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x9efbfd['width']=0xf00,_0x9efbfd['height']=0x870,_0x9efbfd['bitrate']=0x1312d00,_0x9efbfd['framerate']=0x3c;const _0x1b2cff={};_0x1b2cff['type']='file',_0x1b2cff['video']=_0x9efbfd;const _0x2f7f75={};_0x2f7f75['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x2f7f75['width']=0xf00,_0x2f7f75['height']=0x870,_0x2f7f75['bitrate']=0x1312d00,_0x2f7f75['framerate']=0x3c;const _0x5a96a8={};_0x5a96a8['type']='file',_0x5a96a8['video']=_0x2f7f75;const _0x410cea={};_0x410cea['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x410cea['width']=0xf00,_0x410cea['height']=0x870,_0x410cea['bitrate']=0x1312d00,_0x410cea['framerate']=0x3c;const _0x2908f1={};_0x2908f1['type']='file',_0x2908f1['video']=_0x410cea;const CODEC_CONFIGS=[_0x404dee,_0xae9ac5,_0x29637b,_0x5a8746,_0x980883,_0x1b2cff,_0x5a96a8,_0x2908f1];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x504586=>{try{const _0x1807fc=await navigator['mediaCapabilities']['decodingInfo'](_0x504586);let _0x2f4a37=0x0;if(_0x1807fc['supported'])_0x2f4a37|=0x1;if(_0x1807fc['smooth'])_0x2f4a37|=0x2;if(_0x1807fc['powerEfficient'])_0x2f4a37|=0x4;return _0x2f4a37;}catch(_0x525bbf){return _0x525bbf instanceof Error?_0x525bbf['message']:String(_0x525bbf);}}));}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 _0x3430ee=0x0;for(const _0x1b13d3 of FEATURE_MODULES$1){_0x3430ee<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX$1,..._0x1b13d3)['buffer'])&&(_0x3430ee|=0x1);}return _0x3430ee;}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 _0x1915e1=Date['now']();let _0x13c1e3=null,_0x456863=null;try{const _0x14fbba={};_0x14fbba['type']='application/javascript';const _0x554779=new Blob([WORKER_SOURCE],_0x14fbba);_0x456863=URL['createObjectURL'](_0x554779),_0x13c1e3=new Worker(_0x456863);}catch{if(_0x456863!==null)URL['revokeObjectURL'](_0x456863);return _0x13c1e3?.['terminate'](),null;}const _0x426183=_0x13c1e3;try{const _0x59f0ff=await new Promise(_0x36a7c0=>{const _0x49b464=setTimeout(()=>_0x36a7c0(undefined),WORKER_PROBE_TIMEOUT_MS);_0x426183['onmessage']=_0x3ec408=>{clearTimeout(_0x49b464),_0x3ec408['data']['ok']&&typeof _0x3ec408['data']['mask']==='number'?_0x36a7c0(_0x3ec408['data']['mask']):_0x36a7c0(undefined);},_0x426183['onerror']=()=>{clearTimeout(_0x49b464),_0x36a7c0(undefined);},_0x426183['postMessage']('probe');});return{'mask':_0x59f0ff,'durationMs':Date['now']()-_0x1915e1};}finally{_0x426183['terminate']();if(_0x456863!==null)URL['revokeObjectURL'](_0x456863);}};}const _0x342d5d={};_0x342d5d['conditionalCreate']='cc',_0x342d5d['conditionalGet']='cg',_0x342d5d['hybridTransport']='ht',_0x342d5d['passkeyPlatformAuthenticator']='ppa',_0x342d5d['userVerifyingPlatformAuthenticator']='uvpa',_0x342d5d['relatedOrigins']='ro',_0x342d5d['signalAllAcceptedCredentials']='saac',_0x342d5d['signalCurrentUserDetails']='scud',_0x342d5d['signalUnknownCredential']='suc',_0x342d5d['extension:credProps']='ecp',_0x342d5d['extension:prf']='ep',_0x342d5d['extension:appid']='eai',_0x342d5d['extension:appidExclude']='eaie',_0x342d5d['extension:credBlob']='ecb',_0x342d5d['extension:credProtect']='ecpr',_0x342d5d['extension:hmacSecret']='ehs',_0x342d5d['extension:largeBlob']='elb',_0x342d5d['extension:minPinLength']='empl',_0x342d5d['extension:payment']='epy';const CAPABILITY_SHORT_CODE=_0x342d5d;function getPublicKeyCredential(){if(typeof window==='undefined')return null;const _0x46cf5b=window['PublicKeyCredential'];if(!_0x46cf5b||typeof _0x46cf5b['getClientCapabilities']!=='function')return null;return _0x46cf5b;}function getWebAuthnCapabilities(){const _0x24e62f=getPublicKeyCredential();if(_0x24e62f===null||_0x24e62f['getClientCapabilities']===undefined)return null;const _0x25c671=_0x24e62f['getClientCapabilities'];return async()=>{let _0x162d55;try{_0x162d55=await _0x25c671();}catch{return null;}if(_0x162d55===null||typeof _0x162d55!=='object')return null;const _0x563e1f={};for(const [_0x2ee34d,_0x2ac34d]of Object['entries'](_0x162d55)){const _0x40f11f=CAPABILITY_SHORT_CODE[_0x2ee34d];if(_0x40f11f!==undefined)_0x563e1f[_0x40f11f]=_0x2ac34d===!![];}return _0x563e1f;};}const _0x48c967={};_0x48c967['codec']='avc1.42001E',_0x48c967['width']=0x780,_0x48c967['height']=0x438,_0x48c967['label']='h264-baseline-1080';const _0x32f695={};_0x32f695['codec']='avc1.4D0032',_0x32f695['width']=0xf00,_0x32f695['height']=0x870,_0x32f695['label']='h264-main-4k';const _0x20e6e1={};_0x20e6e1['codec']='avc1.640033',_0x20e6e1['width']=0xf00,_0x20e6e1['height']=0x870,_0x20e6e1['label']='h264-high-4k';const _0x3f1670={};_0x3f1670['codec']='hev1.1.6.L150.B0',_0x3f1670['width']=0x780,_0x3f1670['height']=0x438,_0x3f1670['label']='hevc-main-1080';const _0x3f14a3={};_0x3f14a3['codec']='hev1.2.4.L153.B0',_0x3f14a3['width']=0xf00,_0x3f14a3['height']=0x870,_0x3f14a3['label']='hevc-main10-4k';const _0x30d1f0={};_0x30d1f0['codec']='hev1.1.6.L180.B0',_0x30d1f0['width']=0x1e00,_0x30d1f0['height']=0x10e0,_0x30d1f0['label']='hevc-main-8k';const _0x236167={};_0x236167['codec']='vp09.00.40.08',_0x236167['width']=0x780,_0x236167['height']=0x438,_0x236167['label']='vp9-profile0-1080';const _0x2362bf={};_0x2362bf['codec']='vp09.02.40.10',_0x2362bf['width']=0xf00,_0x2362bf['height']=0x870,_0x2362bf['label']='vp9-profile2-4k-10bit';const _0x594670={};_0x594670['codec']='av01.0.08M.08',_0x594670['width']=0x780,_0x594670['height']=0x438,_0x594670['label']='av1-main-1080';const _0x5df0f4={};_0x5df0f4['codec']='av01.0.12M.10',_0x5df0f4['width']=0xf00,_0x5df0f4['height']=0x870,_0x5df0f4['label']='av1-main-4k-10bit';const _0x10c3ea={};_0x10c3ea['codec']='av01.0.16M.10',_0x10c3ea['width']=0x1e00,_0x10c3ea['height']=0x10e0,_0x10c3ea['label']='av1-main-8k-10bit';const _0x1f3176={};_0x1f3176['codec']='vp8',_0x1f3176['width']=0x780,_0x1f3176['height']=0x438,_0x1f3176['label']='vp8-1080';const CODEC_TESTS=[_0x48c967,_0x32f695,_0x20e6e1,_0x3f1670,_0x3f14a3,_0x30d1f0,_0x236167,_0x2362bf,_0x594670,_0x5df0f4,_0x10c3ea,_0x1f3176];async function getWebCodecsHardware(){try{const _0x3c0057=window['VideoDecoder'];if(!_0x3c0057||typeof _0x3c0057['isConfigSupported']!=='function')return null;const _0x267818=_0x3c0057['isConfigSupported']['bind'](_0x3c0057),_0x2f6e43=[],_0x3f9ac3=CODEC_TESTS['map'](async _0x1d9a54=>{try{const _0x36b93e={};_0x36b93e['codec']=_0x1d9a54['codec'],_0x36b93e['codedWidth']=_0x1d9a54['width'],_0x36b93e['codedHeight']=_0x1d9a54['height'],_0x36b93e['hardwareAcceleration']='prefer-hardware';const _0xb701fc=_0x36b93e,_0x108809=await Promise['race']([_0x267818(_0xb701fc),new Promise(_0x519d05=>setTimeout(()=>_0x519d05(null),0x1f4))]);if(_0x108809?.['supported']===!![]){const _0x3e26bd=_0x108809['config'],_0x487366=_0x3e26bd?.['hardwareAcceleration'];(_0x487366==='prefer-hardware'||_0x487366===undefined)&&_0x2f6e43['push'](_0x1d9a54['label']);}}catch{}});return await Promise['all'](_0x3f9ac3),_0x2f6e43['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:_0x87a096}){const _0x587942=getWebGLContext(_0x87a096);if(!_0x587942)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x587942))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x378d6b=shouldAvoidDebugRendererInfo()?null:_0x587942['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x587942,_0x587942['VERSION']),'vendor':getParamString(_0x587942,_0x587942['VENDOR']),'vendorUnmasked':_0x378d6b!==null?getParamString(_0x587942,_0x378d6b['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x587942,_0x587942['RENDERER']),'rendererUnmasked':_0x378d6b!==null?getParamString(_0x587942,_0x378d6b['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x587942,_0x587942['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x2cf0b0}){const _0x471a9f=getWebGLContext(_0x2cf0b0);if(!_0x471a9f)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x471a9f))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x4b49d8=_0x471a9f['getSupportedExtensions'](),_0x20cb23=_0x471a9f['getContextAttributes'](),_0x1dfbe8=[],_0x32e35f=[],_0x4844fa=[],_0x5839e6=[],_0x2f4114=[];if(_0x20cb23)for(const _0x227cb7 of Object['keys'](_0x20cb23)){_0x32e35f['push'](_0x227cb7+'='+_0x20cb23[_0x227cb7]);}const _0x1edde2=getConstantsFromPrototype(_0x471a9f);for(const _0x4a8bd1 of _0x1edde2){const _0x45e512=_0x471a9f[_0x4a8bd1],_0x378065=validContextParameters['has'](_0x45e512)?'='+String(_0x471a9f['getParameter'](_0x45e512)):'';_0x4844fa['push'](_0x4a8bd1+'='+_0x45e512+_0x378065);}if(_0x4b49d8!==null)for(const _0x27bd25 of _0x4b49d8){if(_0x27bd25===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x27bd25===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x39ca65=_0x471a9f['getExtension'](_0x27bd25);if(_0x39ca65===null){_0x1dfbe8['push'](_0x27bd25);continue;}for(const _0x147e27 of getConstantsFromPrototype(_0x39ca65)){const _0x5486a2=_0x39ca65[_0x147e27],_0x1d01d2=validExtensionParams['has'](_0x5486a2)?'='+String(_0x471a9f['getParameter'](_0x5486a2)):'';_0x5839e6['push'](_0x147e27+'='+_0x5486a2+_0x1d01d2);}}for(const _0x5aa4e2 of shaderTypes){for(const _0x313821 of precisionTypes){const _0x1e90e2=getShaderPrecision(_0x471a9f,_0x5aa4e2,_0x313821);_0x2f4114['push'](_0x5aa4e2+'.'+_0x313821+'='+_0x1e90e2['join'](','));}}_0x5839e6['sort'](),_0x4844fa['sort']();const _0x4edf36={};return _0x4edf36['contextAttributes']=_0x32e35f,_0x4edf36['parameters']=_0x4844fa,_0x4edf36['shaderPrecisions']=_0x2f4114,_0x4edf36['extensions']=_0x4b49d8,_0x4edf36['extensionParameters']=_0x5839e6,_0x4edf36['unsupportedExtensions']=_0x1dfbe8,_0x4edf36;}function getWebGLContext(_0x1c40cb){if(_0x1c40cb['webgl'])return _0x1c40cb['webgl']['context'];const _0x5c7b9c=document['createElement']('canvas');let _0x3ceb3e;_0x5c7b9c['addEventListener']('webglCreateContextError',()=>_0x3ceb3e=undefined);for(const _0x2af45b of['webgl','experimental-webgl']){try{_0x3ceb3e=_0x5c7b9c['getContext'](_0x2af45b);}catch{}if(_0x3ceb3e)break;}const _0x17ded9={};return _0x17ded9['context']=_0x3ceb3e,_0x1c40cb['webgl']=_0x17ded9,_0x3ceb3e;}function getShaderPrecision(_0x5983aa,_0x1ef0eb,_0x27a50a){const _0xbea13c=_0x5983aa['getShaderPrecisionFormat'](_0x5983aa[_0x1ef0eb],_0x5983aa[_0x27a50a]);return _0xbea13c?[_0xbea13c['rangeMin'],_0xbea13c['rangeMax'],_0xbea13c['precision']]:[];}function getConstantsFromPrototype(_0x6550c4){const _0x4d58c7=Object['getPrototypeOf'](_0x6550c4);if(_0x4d58c7===null)return[];const _0x21d9fb=Object['keys'](_0x4d58c7);return _0x21d9fb['filter'](isConstantLike);}function isConstantLike(_0x4174da){return typeof _0x4174da==='string'&&!_0x4174da['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x47dfdc,_0x322927){const _0x49ac76=_0x47dfdc['getParameter'](_0x322927);if(_0x49ac76===undefined||_0x49ac76===null)return'';return String(_0x49ac76);}function isValidParameterGetter(_0x2215e1){return typeof _0x2215e1['getParameter']==='function';}const _0x55914b={};_0x55914b['dHash']='',_0x55914b['imageMurHash']='',_0x55914b['unstable']=![];const EMPTY=_0x55914b;function getWebGlCanvas(){try{const _0x376075=document['createElement']('canvas');_0x376075['width']=0x100,_0x376075['height']=0x100;const _0x4dc44a=_0x376075['getContext']('webgl')??_0x376075['getContext']('experimental-webgl');if(!_0x4dc44a||!(_0x4dc44a instanceof WebGLRenderingContext))return EMPTY;renderTriangle(_0x4dc44a);const _0x2579ac=computeDHash(_0x376075),_0x4fcf05=_0x376075['toDataURL'](),_0x45baf4=_0x376075['toDataURL']();if(_0x4fcf05!==_0x45baf4){const _0x434a37={};return _0x434a37['dHash']=_0x2579ac,_0x434a37['imageMurHash']='',_0x434a37['unstable']=!![],_0x434a37;}return{'dHash':_0x2579ac,'imageMurHash':x64hash128(_0x4fcf05),'unstable':![]};}catch{return EMPTY;}}function renderTriangle(_0x1dab1f){_0x1dab1f['clearColor'](0x0,0x0,0x1,0x1);const _0x2366b8=_0x1dab1f['createProgram']();if(_0x2366b8===null)return;const _0x105de8=_0x2366b8;function _0x4bb594(_0x1a1a18,_0x6d9ec1){const _0x190621=_0x1dab1f['createShader'](_0x1a1a18);if(_0x190621===null)return;_0x1dab1f['shaderSource'](_0x190621,_0x6d9ec1),_0x1dab1f['compileShader'](_0x190621),_0x1dab1f['attachShader'](_0x105de8,_0x190621);}_0x4bb594(_0x1dab1f['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);}'),_0x4bb594(_0x1dab1f['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x1dab1f['linkProgram'](_0x2366b8),_0x1dab1f['useProgram'](_0x2366b8),_0x1dab1f['enableVertexAttribArray'](0x0);const _0x41b067=_0x1dab1f['getUniformLocation'](_0x2366b8,'t'),_0x3be63c=_0x1dab1f['createBuffer']();_0x1dab1f['bindBuffer'](_0x1dab1f['ARRAY_BUFFER'],_0x3be63c),_0x1dab1f['bufferData'](_0x1dab1f['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x1dab1f['STATIC_DRAW']),_0x1dab1f['vertexAttribPointer'](0x0,0x2,_0x1dab1f['FLOAT'],![],0x0,0x0),_0x1dab1f['clear'](_0x1dab1f['COLOR_BUFFER_BIT']),_0x1dab1f['uniform1f'](_0x41b067,3.65),_0x1dab1f['drawArrays'](_0x1dab1f['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(_0x52d751){const _0x5aece7=_0x52d751['info'];if(_0x5aece7!==null&&_0x5aece7!==undefined)return _0x5aece7;const _0x3771ef=_0x52d751['requestAdapterInfo'];if(typeof _0x3771ef==='function')try{return await _0x3771ef['call'](_0x52d751);}catch{return null;}return null;}async function getWebGlExtended(){try{const {getCachedGpuAdapter:_0x142ac9}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0xd571a9=_0x142ac9();if(_0xd571a9===null)return null;const _0x3286dc=await _0xd571a9;if(!_0x3286dc)return null;const _0x366866=_0x3286dc['limits'],_0x5e4bfd=[];for(const _0x459b43 of GPU_LIMIT_NAMES){if(_0x366866&&_0x459b43 in _0x366866){const _0x49527e=_0x366866[_0x459b43];_0x5e4bfd['push'](typeof _0x49527e==='number'?_0x49527e:null);}else _0x5e4bfd['push'](null);}const _0x4c57d5=await getAdapterInfo(_0x3286dc);let _0x1b813d=null,_0x21c87d=null;_0x4c57d5!==null&&(_0x1b813d=typeof _0x4c57d5['description']==='string'?_0x4c57d5['description']:null,_0x21c87d=typeof _0x4c57d5['device']==='string'?_0x4c57d5['device']:null);const _0x4177d1='isFallbackAdapter'in _0x3286dc?Boolean(_0x3286dc['isFallbackAdapter']):null,_0x4da043={};return _0x4da043['ds']=_0x1b813d,_0x4da043['dv']=_0x21c87d,_0x4da043['f']=_0x4177d1,_0x4da043['l']=_0x5e4bfd,_0x4da043;}catch{return null;}}const AH_TOKEN='34047',KH_BLACKLIST=new Set(['32926','32928']);function transformParameters(_0x5216f5){return _0x5216f5['map'](_0x37d122=>{const _0x22593d=_0x37d122['split']('=',0x3),_0x252fd8=_0x22593d[0x0],_0x406bc3=_0x22593d[0x1],_0x3b2014=_0x22593d[0x2];if(_0x3b2014!==undefined||_0x406bc3!==undefined&&KH_BLACKLIST['has'](_0x406bc3))return _0x252fd8+'('+(_0x406bc3??'')+')=null';return _0x37d122;});}function transformExtensionParameters(_0x1d5577){return _0x1d5577['map'](_0x1bfbd=>{const _0x42e170=_0x1bfbd['split']('=',0x3),_0x126e35=_0x42e170[0x0],_0x586f46=_0x42e170[0x1],_0x3b60e9=_0x42e170[0x2];if(_0x3b60e9!==undefined&&_0x586f46!==AH_TOKEN)return _0x126e35+'('+(_0x586f46??'')+')='+_0x3b60e9;return _0x1bfbd;});}function getWebGlExtensionsHashed({cache:_0x2a4be4}){const _0x1fb5fa={};_0x1fb5fa['cache']=_0x2a4be4;const _0x382202=getWebGlExtensions(_0x1fb5fa);if(typeof _0x382202==='number')return _0x382202;const {contextAttributes:_0x2a81f5,parameters:_0x267f04,shaderPrecisions:_0x3edf18,extensions:_0x7c861,extensionParameters:_0x28d26e,unsupportedExtensions:_0x17ff32}=_0x382202,_0x57139a=_0x7c861??[],_0x3ccdbf=transformParameters(_0x267f04),_0x23835a=transformExtensionParameters(_0x28d26e);return{'contextAttributes':x64hash128(_0x2a81f5['join']('&')),'parameters':x64hash128(_0x3ccdbf['join']('&')),'parameters2':x64hash128(_0x267f04['join']('&')),'shaderPrecisions':x64hash128(_0x3edf18['join']('&')),'extensions':x64hash128(_0x57139a['join'](',')),'extensionParameters':x64hash128(_0x23835a['join'](',')),'extensionParameters2':x64hash128(_0x28d26e['join']('&')),'unsupportedExtensions':_0x17ff32,'extensionsList':_0x57139a};}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 _0x4df847=document['createElement']('canvas');_0x4df847['width']=SIZE,_0x4df847['height']=SIZE;const _0x207a68=_0x4df847['getContext']('webgl')??_0x4df847['getContext']('experimental-webgl');if(!_0x207a68)return null;const _0x4d84d2=buildProgram(_0x207a68);if(!_0x4d84d2)return null;const _0x869eee=buildSphere();renderSphere(_0x207a68,_0x4d84d2,_0x869eee);const _0x4fbcf1=_0x4df847['toDataURL'](),_0x54b0ef=_0x4df847['toDataURL']();if(_0x4fbcf1!==_0x54b0ef)return null;return fnv1a(_0x4fbcf1);}catch{return null;}}function buildProgram(_0x4777f8){const _0x5c65a8=_0x4777f8['createProgram'](),_0x18e1a6=_0x4777f8['createShader'](_0x4777f8['VERTEX_SHADER']),_0x2ba50a=_0x4777f8['createShader'](_0x4777f8['FRAGMENT_SHADER']);if(_0x18e1a6===null||_0x2ba50a===null)return null;_0x4777f8['shaderSource'](_0x18e1a6,VERT_SHADER),_0x4777f8['compileShader'](_0x18e1a6),_0x4777f8['attachShader'](_0x5c65a8,_0x18e1a6),_0x4777f8['shaderSource'](_0x2ba50a,FRAG_SHADER),_0x4777f8['compileShader'](_0x2ba50a),_0x4777f8['attachShader'](_0x5c65a8,_0x2ba50a),_0x4777f8['linkProgram'](_0x5c65a8);if(_0x4777f8['getProgramParameter'](_0x5c65a8,_0x4777f8['LINK_STATUS'])!==!![])return null;return _0x5c65a8;}function buildSphere(){const _0x52193d=[],_0xec3a8c=[],_0x478cbc=[];for(let _0x24aad9=0x0;_0x24aad9<=LAT_BANDS;_0x24aad9++){const _0xe7a9d=_0x24aad9*Math['PI']/LAT_BANDS,_0x15cf5d=Math['sin'](_0xe7a9d),_0x1f168a=Math['cos'](_0xe7a9d);for(let _0x464552=0x0;_0x464552<=LON_BANDS;_0x464552++){const _0x46f430=_0x464552*0x2*Math['PI']/LON_BANDS,_0x49d05a=_0x15cf5d*Math['cos'](_0x46f430),_0x7ece88=_0x1f168a,_0x1397b7=_0x15cf5d*Math['sin'](_0x46f430);_0xec3a8c['push'](_0x49d05a,_0x7ece88,_0x1397b7),_0x52193d['push'](_0x49d05a*RADIUS,_0x7ece88*RADIUS,_0x1397b7*RADIUS);}}for(let _0x529e00=0x0;_0x529e00<LAT_BANDS;_0x529e00++){for(let _0x5674d3=0x0;_0x5674d3<LON_BANDS;_0x5674d3++){const _0x2122e1=_0x529e00*(LON_BANDS+0x1)+_0x5674d3,_0x38d9d2=_0x2122e1+LON_BANDS+0x1;_0x478cbc['push'](_0x2122e1,_0x38d9d2,_0x2122e1+0x1),_0x478cbc['push'](_0x38d9d2,_0x38d9d2+0x1,_0x2122e1+0x1);}}return{'vertices':new Float32Array(_0x52193d),'normals':new Float32Array(_0xec3a8c),'indices':new Uint16Array(_0x478cbc)};}function renderSphere(_0x114d85,_0x5c4185,_0x227790){_0x114d85['useProgram'](_0x5c4185),_0x114d85['viewport'](0x0,0x0,SIZE,SIZE),_0x114d85['clearColor'](0x0,0x0,0x0,0x1),_0x114d85['enable'](_0x114d85['DEPTH_TEST']),_0x114d85['clear'](_0x114d85['COLOR_BUFFER_BIT']|_0x114d85['DEPTH_BUFFER_BIT']);const _0x4e0917=_0x114d85['createBuffer']();_0x114d85['bindBuffer'](_0x114d85['ARRAY_BUFFER'],_0x4e0917),_0x114d85['bufferData'](_0x114d85['ARRAY_BUFFER'],_0x227790['vertices'],_0x114d85['STATIC_DRAW']);const _0x69402f=_0x114d85['getAttribLocation'](_0x5c4185,'aPosition');_0x114d85['enableVertexAttribArray'](_0x69402f),_0x114d85['vertexAttribPointer'](_0x69402f,0x3,_0x114d85['FLOAT'],![],0x0,0x0);const _0x4f8fb6=_0x114d85['createBuffer']();_0x114d85['bindBuffer'](_0x114d85['ARRAY_BUFFER'],_0x4f8fb6),_0x114d85['bufferData'](_0x114d85['ARRAY_BUFFER'],_0x227790['normals'],_0x114d85['STATIC_DRAW']);const _0x91de6b=_0x114d85['getAttribLocation'](_0x5c4185,'aNormal');_0x114d85['enableVertexAttribArray'](_0x91de6b),_0x114d85['vertexAttribPointer'](_0x91de6b,0x3,_0x114d85['FLOAT'],![],0x0,0x0);const _0x1fd182=_0x114d85['createBuffer']();_0x114d85['bindBuffer'](_0x114d85['ELEMENT_ARRAY_BUFFER'],_0x1fd182),_0x114d85['bufferData'](_0x114d85['ELEMENT_ARRAY_BUFFER'],_0x227790['indices'],_0x114d85['STATIC_DRAW']);const _0x5ce98c=Math['PI']/0x6,_0x38418e=0x1,_0x23d703=0.1,_0x975207=0x64,_0x4edd16=0x1/Math['tan'](_0x5ce98c/0x2),_0x581310=new Float32Array([_0x4edd16/_0x38418e,0x0,0x0,0x0,0x0,_0x4edd16,0x0,0x0,0x0,0x0,(_0x975207+_0x23d703)/(_0x23d703-_0x975207),-0x1,0x0,0x0,0x2*_0x975207*_0x23d703/(_0x23d703-_0x975207),0x0]),_0x1471dd=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x42ab42=multiplyMat4(_0x581310,_0x1471dd);_0x114d85['uniformMatrix4fv'](_0x114d85['getUniformLocation'](_0x5c4185,'uMVMatrix'),![],_0x1471dd),_0x114d85['uniformMatrix4fv'](_0x114d85['getUniformLocation'](_0x5c4185,'uMVPMatrix'),![],_0x42ab42),_0x114d85['uniform4f'](_0x114d85['getUniformLocation'](_0x5c4185,'uLightPos'),0xa,0xa,0xa,0x1),_0x114d85['uniform3f'](_0x114d85['getUniformLocation'](_0x5c4185,'uKd'),0.9,0.5,0.3),_0x114d85['uniform3f'](_0x114d85['getUniformLocation'](_0x5c4185,'uLd'),0x1,0x1,0x1),_0x114d85['drawElements'](_0x114d85['TRIANGLES'],_0x227790['indices']['length'],_0x114d85['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x89ebe,_0x213eb7){const _0x29d99f=new Float32Array(0x10);for(let _0x51a7a1=0x0;_0x51a7a1<0x4;_0x51a7a1++){for(let _0x3bec75=0x0;_0x3bec75<0x4;_0x3bec75++){_0x29d99f[_0x3bec75*0x4+_0x51a7a1]=0x0;for(let _0x1d3572=0x0;_0x1d3572<0x4;_0x1d3572++){_0x29d99f[_0x3bec75*0x4+_0x51a7a1]+=_0x89ebe[_0x1d3572*0x4+_0x51a7a1]*_0x213eb7[_0x3bec75*0x4+_0x1d3572];}}}return _0x29d99f;}function fnv1a(_0x439b27){let _0x31cdbe=0x811c9dc5;for(let _0x5ced63=0x0;_0x5ced63<_0x439b27['length'];_0x5ced63++){_0x31cdbe^=_0x439b27['charCodeAt'](_0x5ced63),_0x31cdbe+=(_0x31cdbe<<0x1)+(_0x31cdbe<<0x4)+(_0x31cdbe<<0x7)+(_0x31cdbe<<0x8)+(_0x31cdbe<<0x18);}return _0x31cdbe>>>0x0;}let cached=null;function getCachedGpuAdapter(){if(typeof navigator==='undefined')return null;const _0x27bc19=navigator['gpu'];if(_0x27bc19===undefined||_0x27bc19===null)return null;const _0x23fa26=_0x27bc19['requestAdapter'];if(typeof _0x23fa26!=='function')return null;return cached===null&&(cached=((async()=>{try{const _0x270b06=await _0x23fa26['call'](_0x27bc19);return _0x270b06===null||_0x270b06===undefined?null:_0x270b06;}catch{return null;}})())),cached;}function resetCachedGpuAdapter(){cached=null;}const _0x224ca1={};_0x224ca1['__proto__']=null,_0x224ca1['getCachedGpuAdapter']=getCachedGpuAdapter,_0x224ca1['resetCachedGpuAdapter']=resetCachedGpuAdapter;var webgpuAdapter=Object['freeze'](_0x224ca1);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 _0x378869=getCachedGpuAdapter();if(_0x378869===null)return null;const _0x29bc7a=await _0x378869;if(!_0x29bc7a)return null;const _0x52c4ec=_0x29bc7a['info'],_0x3a9f9b=_0x52c4ec?.['vendor']??'',_0x41aa6b=_0x52c4ec?.['architecture']??'',_0x4cde52=_0x52c4ec?.['device']??'',_0x18f8d7=_0x52c4ec?.['description']??'',_0x2c6269=[];_0x29bc7a['features']['forEach'](_0x161986=>_0x2c6269['push'](_0x161986)),_0x2c6269['sort']();const _0x39fdd8={};for(const _0x2a6a64 of DISCRIMINATING_LIMITS){_0x2a6a64 in _0x29bc7a['limits']&&(_0x39fdd8[_0x2a6a64]=_0x29bc7a['limits'][_0x2a6a64]);}const _0x2f8fb8={};return _0x2f8fb8['vendor']=_0x3a9f9b,_0x2f8fb8['architecture']=_0x41aa6b,_0x2f8fb8['device']=_0x4cde52,_0x2f8fb8['description']=_0x18f8d7,_0x2f8fb8['features']=_0x2c6269,_0x2f8fb8['limits']=_0x39fdd8,_0x2f8fb8;}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',_0x2af3ca={};_0x2af3ca['wgCount']=0x80,_0x2af3ca['wgSize']=0x40;const _0x59833c={};_0x59833c['wgCount']=0x100,_0x59833c['wgSize']=0x40;const _0x4bc68d={};_0x4bc68d['wgCount']=0x80,_0x4bc68d['wgSize']=0x80;const CONFIGS=[_0x2af3ca,_0x59833c,_0x4bc68d],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{const {getCachedGpuAdapter:_0x5479fb}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x347789=_0x5479fb();if(_0x347789===null)return null;const _0xdcce6f=await _0x347789;if(_0xdcce6f===null)return null;const _0x1fb058=await _0xdcce6f['requestDevice']();try{const _0x3fa4a0=_0x1fb058['queue'],_0x859fca={};_0x859fca['code']=SHADER;const _0x10a5d7=_0x1fb058['createShaderModule'](_0x859fca),_0x2a936c=await collectDistribution(_0x1fb058,_0x3fa4a0,_0x10a5d7),_0x29bac6=await collectDistribution(_0x1fb058,_0x3fa4a0,_0x10a5d7),_0x4bd174=cosine(_0x2a936c,_0x29bac6);if(_0x4bd174<0.8)return null;const _0x3f7228=_0x2a936c['map']((_0x4bef78,_0x5769df)=>(_0x4bef78+_0x29bac6[_0x5769df])/0x2);return _0x3f7228['map'](_0x1fc368=>Math['round'](_0x1fc368*0x2710)/0x2710);}finally{_0x1fb058['destroy']();}}catch{return null;}}async function collectDistribution(_0x29add5,_0x15be26,_0x4ac11c){const _0x195b2a=[];for(const _0x44b205 of CONFIGS){const _0x281d21=[];for(let _0x118a50=0x0;_0x118a50<TRIALS;_0x118a50++){const _0x451010=await runTrial(_0x29add5,_0x15be26,_0x4ac11c,_0x44b205['wgCount'],_0x44b205['wgSize'],LIMIT);_0x281d21['push'](_0x451010);}const _0xc7ad76=medianOfTrials(_0x281d21),_0x537b90=normalize(_0xc7ad76),_0x231c66=downsample(_0x537b90,BINS);_0x195b2a['push'](..._0x231c66);}return _0x195b2a;}function cosine(_0x37180a,_0x2dfc1e){let _0x1ab57c=0x0,_0x1ea82c=0x0,_0x41780f=0x0;for(let _0x192366=0x0;_0x192366<_0x37180a['length'];_0x192366++){_0x1ab57c+=_0x37180a[_0x192366]*_0x2dfc1e[_0x192366],_0x1ea82c+=_0x37180a[_0x192366]*_0x37180a[_0x192366],_0x41780f+=_0x2dfc1e[_0x192366]*_0x2dfc1e[_0x192366];}const _0x5981be=Math['sqrt'](_0x1ea82c)*Math['sqrt'](_0x41780f);return _0x5981be===0x0?0x0:_0x1ab57c/_0x5981be;}async function runTrial(_0x19934b,_0x581698,_0x5ea624,_0x2a4820,_0xee0e37,_0x450539){const _0x547c8a={};_0x547c8a['WG_SIZE']=_0xee0e37;const _0x370779={};_0x370779['module']=_0x5ea624,_0x370779['entryPoint']='main',_0x370779['constants']=_0x547c8a;const _0x257f0a={};_0x257f0a['layout']='auto',_0x257f0a['compute']=_0x370779;const _0x256fb2=_0x19934b['createComputePipeline'](_0x257f0a),_0x152023=_0x2a4820*0x4,_0x1f3b88={};_0x1f3b88['size']=0x4,_0x1f3b88['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x14ee43=_0x19934b['createBuffer'](_0x1f3b88),_0x503d9d={};_0x503d9d['size']=_0x152023,_0x503d9d['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x4b3a78=_0x19934b['createBuffer'](_0x503d9d),_0x1d65d8={};_0x1d65d8['size']=0x10,_0x1d65d8['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x4955a6=_0x19934b['createBuffer'](_0x1d65d8),_0x128a37={};_0x128a37['size']=_0x152023,_0x128a37['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x5157e1=_0x19934b['createBuffer'](_0x128a37);try{_0x581698['writeBuffer'](_0x14ee43,0x0,new Uint32Array([0x0])),_0x581698['writeBuffer'](_0x4b3a78,0x0,new Uint8Array(_0x152023)),_0x581698['writeBuffer'](_0x4955a6,0x0,new Uint32Array([_0x450539,0x0,0x0,0x0]));const _0x3ec3ba={};_0x3ec3ba['buffer']=_0x14ee43;const _0x42a49e={};_0x42a49e['binding']=0x0,_0x42a49e['resource']=_0x3ec3ba;const _0x26da43={};_0x26da43['buffer']=_0x4b3a78;const _0xe43e85={};_0xe43e85['binding']=0x1,_0xe43e85['resource']=_0x26da43;const _0x5dbd76={};_0x5dbd76['buffer']=_0x4955a6;const _0x50d5c8={};_0x50d5c8['binding']=0x2,_0x50d5c8['resource']=_0x5dbd76;const _0xe55f6a=_0x19934b['createBindGroup']({'layout':_0x256fb2['getBindGroupLayout'](0x0),'entries':[_0x42a49e,_0xe43e85,_0x50d5c8]}),_0x12b62d=_0x19934b['createCommandEncoder'](),_0x54fac4=_0x12b62d['beginComputePass']();_0x54fac4['setPipeline'](_0x256fb2),_0x54fac4['setBindGroup'](0x0,_0xe55f6a),_0x54fac4['dispatchWorkgroups'](_0x2a4820,0x1,0x1),_0x54fac4['end'](),_0x12b62d['copyBufferToBuffer'](_0x4b3a78,0x0,_0x5157e1,0x0,_0x152023),_0x581698['submit']([_0x12b62d['finish']()]),await _0x581698['onSubmittedWorkDone'](),await _0x5157e1['mapAsync'](GPUMapMode['READ']);const _0x2bded9=new Uint32Array(_0x5157e1['getMappedRange']()['slice'](0x0));return _0x5157e1['unmap'](),Array['from'](_0x2bded9);}finally{_0x14ee43['destroy'](),_0x4b3a78['destroy'](),_0x4955a6['destroy'](),_0x5157e1['destroy']();}}function medianOfTrials(_0x2e19f6){const _0x44fd5e=_0x2e19f6[0x0]['length'],_0x483158=new Array(_0x44fd5e);for(let _0xe3ceaf=0x0;_0xe3ceaf<_0x44fd5e;_0xe3ceaf++){const _0x3b45c9=_0x2e19f6['map'](_0x2fb5c7=>_0x2fb5c7[_0xe3ceaf])['sort']((_0x4b06fe,_0x4bfbe5)=>_0x4b06fe-_0x4bfbe5),_0x459154=Math['floor'](_0x3b45c9['length']/0x2);_0x483158[_0xe3ceaf]=_0x3b45c9['length']%0x2?_0x3b45c9[_0x459154]:(_0x3b45c9[_0x459154-0x1]+_0x3b45c9[_0x459154])/0x2;}return _0x483158;}function normalize(_0x4a741a){const _0x1df121=_0x4a741a['reduce']((_0x1a8de1,_0x274843)=>_0x1a8de1+_0x274843,0x0)||0x1;return _0x4a741a['map'](_0x2d4567=>_0x2d4567/_0x1df121);}function downsample(_0x3ab79d,_0x6cf2cc){const _0x45ba07=_0x3ab79d['length'],_0x119214=new Array(_0x6cf2cc)['fill'](0x0);for(let _0x3085e3=0x0;_0x3085e3<_0x45ba07;_0x3085e3++){_0x119214[Math['floor'](_0x3085e3*_0x6cf2cc/_0x45ba07)]+=_0x3ab79d[_0x3085e3];}const _0x3903ce=_0x119214['reduce']((_0x3f318f,_0x1871ba)=>_0x3f318f+_0x1871ba,0x0)||0x1;return _0x119214['map'](_0x5de4e4=>_0x5de4e4/_0x3903ce);}async function getWebRtcDevices(){const _0x49a955=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x49a955===undefined||typeof _0x49a955['enumerateDevices']!=='function')return undefined;try{const _0x686c7a=await _0x49a955['enumerateDevices']();let _0x537cea=0x0,_0x43df44=0x0,_0x11817f=0x0;const _0x504a90=[];for(const _0x53354a of _0x686c7a){_0x504a90['push'](_0x53354a['kind']);if(_0x53354a['kind']==='audioinput')_0x537cea++;else{if(_0x53354a['kind']==='audiooutput')_0x43df44++;else _0x11817f++;}}const _0x2c4241=_0x504a90['join'](',');let _0x358992=0x0;for(let _0x5427d1=0x0;_0x5427d1<_0x2c4241['length'];_0x5427d1++){_0x358992=(_0x358992<<0x5)-_0x358992+_0x2c4241['charCodeAt'](_0x5427d1)|0x0;}return{'audioInputCount':_0x537cea,'audioOutputCount':_0x43df44,'videoInputCount':_0x11817f,'totalCount':_0x686c7a['length'],'kindsHash':(_0x358992>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAncestorOrigins(){try{const _0x320d99=window['location'],_0x5ac7e6=_0x320d99['href'],_0x44c610=_0x320d99['ancestorOrigins'];let _0x32ad5a=null;if(_0x44c610!==undefined&&_0x44c610!==null){_0x32ad5a=[];for(let _0x1bf863=0x0;_0x1bf863<_0x44c610['length'];_0x1bf863++){const _0x2b56c4=_0x44c610[_0x1bf863];if(typeof _0x2b56c4==='string')_0x32ad5a['push'](_0x2b56c4);}}const _0x50b729={};return _0x50b729['w']=_0x5ac7e6,_0x50b729['l']=_0x5ac7e6,_0x50b729['a']=_0x32ad5a,_0x50b729;}catch{return null;}}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x32beb8}=window;if(typeof _0x32beb8?.['canMakePayments']!=='function')return null;if(willPrintConsoleError())return null;try{return _0x32beb8['canMakePayments']();}catch(_0x48a7d8){if(_0x48a7d8 instanceof Error&&_0x48a7d8['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x48a7d8['message']))return null;throw _0x48a7d8;}}async function getBatterySignal(){const _0x5c0860=navigator;if(typeof _0x5c0860['getBattery']!=='function')return null;try{const _0x438463=await _0x5c0860['getBattery']();if(_0x438463===undefined||_0x438463===null)return null;const _0x8f8f14=_0x438463['chargingTime'],_0x323e96=_0x438463['dischargingTime'];return{'level':_0x438463['level'],'charging':_0x438463['charging'],'ct':Number['isFinite'](_0x8f8f14)?_0x8f8f14:null,'dt':Number['isFinite'](_0x323e96)?_0x323e96:null};}catch{return null;}}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x378c07=0x0;_0x378c07<0x100;_0x378c07++){let _0x384e8b=_0x378c07;for(let _0x3d14c1=0x0;_0x3d14c1<0x8;_0x3d14c1++)_0x384e8b=_0x384e8b&0x1?0xedb88320^_0x384e8b>>>0x1:_0x384e8b>>>0x1;table[_0x378c07]=_0x384e8b;}return table;}function crc32(_0x207d3b){const _0x2339a4=getTable();let _0x52bf13=0xffffffff;for(let _0x4ad6a0=0x0;_0x4ad6a0<_0x207d3b['length'];_0x4ad6a0++){_0x52bf13=_0x2339a4[(_0x52bf13^_0x207d3b['charCodeAt'](_0x4ad6a0))&0xff]^_0x52bf13>>>0x8;}return(_0x52bf13^0xffffffff)>>>0x0;}function summarizePrototype(_0x111da8){const _0x186f82={};_0x186f82['count']=0x0,_0x186f82['hash']=0x0;if(!_0x111da8)return _0x186f82;try{const _0x531aba=Object['getOwnPropertyNames'](_0x111da8)['sort'](),_0x166bc1=_0x531aba['join'](',');return{'count':_0x531aba['length'],'hash':crc32(_0x166bc1)};}catch{const _0x38d179={};return _0x38d179['count']=0x0,_0x38d179['hash']=0x0,_0x38d179;}}function isNativeFunction$1(_0x3da725){try{return typeof _0x3da725==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x3da725));}catch{return![];}}function getBomEnumeration(){try{const _0xff3844=summarizePrototype(Navigator['prototype']),_0x38bf6f=summarizePrototype(Screen['prototype']),_0x52a9b9=summarizePrototype(HTMLElement['prototype']),_0x936a6d=summarizePrototype(Document['prototype']),_0x5ba2b5={};_0x5ba2b5['count']=0x0,_0x5ba2b5['hash']=0x0;let _0x1bea82=_0x5ba2b5;typeof Performance!=='undefined'&&(_0x1bea82=summarizePrototype(Performance['prototype']));const _0x1c2658=_0xff3844['count']+_0x38bf6f['count']+_0x52a9b9['count']+_0x936a6d['count']+_0x1bea82['count'],_0xe43da0=window,_0x598c4e='chrome'in window&&typeof _0xe43da0['chrome']==='object',_0x3a6556=typeof navigator['brave']==='object',_0x43986b='__playwright'in _0xe43da0||'__selenium_unwrapped'in _0xe43da0||'__webdriver_evaluate'in _0xe43da0||'__nightmare'in _0xe43da0||'_phantom'in _0xe43da0||'__lastWatirAlert'in _0xe43da0;let _0xa296a=!![];try{const _0x366dbf=navigator['plugins'];_0xa296a=_0x366dbf['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0xa296a=![];}let _0x52fa41=!![];try{const _0x5968c0=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x5968c0)_0x52fa41=![];else{if('value'in _0x5968c0)_0x52fa41=![];else _0x5968c0['get']?_0x52fa41=isNativeFunction$1(_0x5968c0['get']):_0x52fa41=![];}}catch{_0x52fa41=![];}const _0x45911=typeof SharedWorker!=='undefined',_0x4f34fb=typeof Notification!=='undefined',_0x1e214d={};_0x1e214d['hasChrome']=_0x598c4e,_0x1e214d['hasBraveShield']=_0x3a6556,_0x1e214d['hasAutomation']=_0x43986b,_0x1e214d['pluginConsistent']=_0xa296a,_0x1e214d['webdriverNative']=_0x52fa41,_0x1e214d['hasSharedWorker']=_0x45911,_0x1e214d['hasNotification']=_0x4f34fb;const _0xaae069={};return _0xaae069['nav']=_0xff3844,_0xaae069['scr']=_0x38bf6f,_0xaae069['html']=_0x52a9b9,_0xaae069['doc']=_0x936a6d,_0xaae069['perf']=_0x1bea82,_0xaae069['total']=_0x1c2658,_0xaae069['markers']=_0x1e214d,_0xaae069;}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 _0x498c87=navigator['connection'];if(_0x498c87===undefined||_0x498c87===null)return null;const _0x5181e3=typeof _0x498c87['downlink']==='number'?_0x498c87['downlink']:0x0,_0x2cfe0e=Math['round'](_0x5181e3*0xa)/0xa|0x0,_0x3ba5d9=_0x498c87['metered']===!![],_0x5a4c98={};return _0x5a4c98['downlink']=_0x2cfe0e,_0x5a4c98['metered']=_0x3ba5d9,_0x5a4c98;}function getConnectionInfo(){try{const _0x229718=navigator['connection'];if(!_0x229718)return null;const _0x4dfd44=Object['getOwnPropertyDescriptor'](_0x229718,Symbol['toStringTag']);if(_0x4dfd44?.['configurable']===!![])return!![];for(let _0x485d78=0x0;_0x485d78<_0x229718['length'];_0x485d78++){const _0xd9ea03=Object['getOwnPropertyDescriptor'](_0x229718,_0x485d78);if(_0xd9ea03!==undefined&&(_0xd9ea03['configurable']===!![]||_0xd9ea03['enumerable']===!![]))return!![];}return![];}catch{return null;}}function getConnectionSaveData(){if(typeof navigator==='undefined')return null;const _0x5a1249=navigator['connection'];if(_0x5a1249===undefined||_0x5a1249===null)return null;return _0x5a1249['saveData']===!![];}const PROBE_VALUE='calc(0.207912px)';function getCssCalcResolved(){if(typeof document==='undefined')return null;const _0x3668c9=document['createElement']('div');_0x3668c9['style']['cssText']='width:'+PROBE_VALUE+';position:absolute;left:-9999px',document['body']['appendChild'](_0x3668c9);let _0x14e7d6;try{_0x14e7d6=getComputedStyle(_0x3668c9)['width'];}finally{_0x3668c9['remove']();}return _0x14e7d6['startsWith']('0')||_0x14e7d6['startsWith']('calc')?PROBE_VALUE:_0x14e7d6;}function getCssRegisterProperty(){if(typeof window==='undefined')return null;const _0x4f7c01=window['CSS'];if(_0x4f7c01===undefined||_0x4f7c01===null)return![];return typeof _0x4f7c01['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(_0x1cc83c){return matchMedia('(prefers-contrast:\x20'+_0x1cc83c+')')['matches'];}function areCookiesEnabled(){const _0x40ed77=document;try{_0x40ed77['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x1f9837=_0x40ed77['cookie']['indexOf']('cookietest=')!==-0x1;return _0x40ed77['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x1f9837;}catch{return![];}}function getCssSupports(){if(typeof CSS==='undefined')return null;return CSS['supports']('backdrop-filter','blur(2px)');}function getDateTimeLocale(){const _0x50c77d=window['Intl'];if(_0x50c77d===undefined)return-0x1;const _0x3a4240=_0x50c77d['DateTimeFormat'];if(_0x3a4240===undefined)return-0x2;const _0x3cc0c7=_0x3a4240()['resolvedOptions']()['locale'];if(!_0x3cc0c7&&_0x3cc0c7!=='')return-0x3;return _0x3cc0c7;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x554a78=window['devicePixelRatio'];return _0x554a78??null;}function getDoNotTrack(){const _0x926b75=navigator['doNotTrack'];return _0x926b75??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 _0x4cf468=navigator['storage'];if(_0x4cf468===undefined||typeof _0x4cf468['getDirectory']!=='function')return undefined;return await _0x4cf468['getDirectory'](),!![];}catch{return![];}}const PROBE_FILENAME='default.ini',PROBE_TIMEOUT_MS$2=0xc8;function fsProbe(_0x1e495e){return new Promise(_0x3270c0=>{const _0x1c8e79=new Image();let _0x2b96c2=![];const _0x4f824d=_0x2731a6=>{if(_0x2b96c2)return;_0x2b96c2=!![];const _0x3702a3={};_0x3702a3['n']=_0x1e495e,_0x3702a3['l']=_0x2731a6,_0x3270c0(_0x3702a3);};_0x1c8e79['onload']=()=>_0x4f824d(_0x1c8e79['naturalWidth']|0x0),_0x1c8e79['onerror']=()=>_0x4f824d(-0x1),_0x1c8e79['src']='file:///'+_0x1e495e+'?_='+Date['now'](),setTimeout(()=>_0x4f824d(-0x1),PROBE_TIMEOUT_MS$2);});}function getFilesystemUrlProbe(){if(typeof window==='undefined'||typeof Image!=='function')return null;if(typeof location!=='undefined'){const _0x3cc016=location['protocol'];if(_0x3cc016==='http:'||_0x3cc016==='https:')return null;}return async()=>{const _0x825d4a=await fsProbe(PROBE_FILENAME);return[_0x825d4a];};}const POSITION_TIMEOUT_MS=0x2710;function getGeolocationProbe(){if(typeof navigator==='undefined')return null;const _0x290316=navigator['geolocation'];if(_0x290316===undefined||_0x290316===null)return null;const _0x2dd102=navigator['permissions'];if(!_0x2dd102||typeof _0x2dd102['query']!=='function')return null;const _0x24894b=_0x2dd102['query'];return async()=>{let _0x5bd7cb;try{const _0x2551c8={};_0x2551c8['name']='geolocation',_0x5bd7cb=(await _0x24894b['call'](_0x2dd102,_0x2551c8))['state'];}catch{return null;}const _0x3ee2db={};_0x3ee2db['state']='prompt';if(_0x5bd7cb==='prompt')return _0x3ee2db;const _0x47eb47={};_0x47eb47['state']='denied';if(_0x5bd7cb==='denied')return _0x47eb47;if(_0x5bd7cb!=='granted')return null;return new Promise(_0x4b35f3=>{const _0x5807c9={};_0x5807c9['enableHighAccuracy']=!![],_0x5807c9['timeout']=POSITION_TIMEOUT_MS,_0x5807c9['maximumAge']=0x0,_0x290316['getCurrentPosition'](_0x1040ba=>{const _0x25f8b7=_0x1040ba['coords'],_0x1ecd3c={};_0x1ecd3c['la']=_0x25f8b7['latitude'],_0x1ecd3c['lo']=_0x25f8b7['longitude'],_0x1ecd3c['al']=_0x25f8b7['altitude'],_0x1ecd3c['ac']=_0x25f8b7['accuracy'],_0x1ecd3c['alac']=_0x25f8b7['altitudeAccuracy'],_0x1ecd3c['h']=_0x25f8b7['heading'],_0x1ecd3c['s']=_0x25f8b7['speed'],_0x1ecd3c['t']=_0x1040ba['timestamp'],_0x4b35f3(_0x1ecd3c);},_0x3bdd90=>{const _0x4671d2={};_0x4671d2['state']='denied';const _0x48c45f={};_0x48c45f['state']='timeout';const _0x53f3b3={};_0x53f3b3['state']='unavailable';if(_0x3bdd90['code']===0x1)_0x4b35f3(_0x4671d2);else{if(_0x3bdd90['code']===0x3)_0x4b35f3(_0x48c45f);else _0x4b35f3(_0x53f3b3);}},_0x5807c9);});};}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x329972){return matchMedia('(forced-colors:\x20'+_0x329972+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x3e9885,_0x19ddcd)=>{const _0x18aef2=_0x19ddcd['document'],_0x5346f2=_0x18aef2['createElement']('input');_0x5346f2['type']='radio',_0x18aef2['body']['appendChild'](_0x5346f2);const _0x35b73b=_0x19ddcd['getComputedStyle'](_0x5346f2)['getPropertyValue']('font-family');return _0x18aef2['body']['removeChild'](_0x5346f2),_0x35b73b||undefined;});}function getHardwareConcurrency(){const _0x8e4a9f=getUnstableHardwareConcurrency();if(_0x8e4a9f!==undefined&&isGecko()&&isGecko143OrNewer())return _0x8e4a9f>=0x8?0x8:0x4;return _0x8e4a9f;}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(_0x551559){return matchMedia('(dynamic-range:\x20'+_0x551559+')')['matches'];}async function getIncognitoDetection(){try{if(typeof navigator==='undefined')return null;return await new Promise((_0x346da3,_0x3901b1)=>{let _0x216d36='Unknown',_0x152d3d=![];const _0x204878=_0x2aa810=>{if(_0x152d3d)return;_0x152d3d=!![];const _0x1a0557={};_0x1a0557['isPrivate']=_0x2aa810,_0x1a0557['browserName']=_0x216d36,_0x346da3(_0x1a0557);},_0x11bf52=()=>{const _0x3ad03a=navigator['userAgent'];if(_0x3ad03a['match'](/Chrome/)){if(navigator['brave']!==undefined)return'Brave';if(_0x3ad03a['match'](/Edg/))return'Edge';if(_0x3ad03a['match'](/OPR/))return'Opera';return'Chrome';}return'Chromium';},_0x138141=async()=>{try{const _0x4ff73d=navigator['storage'];await _0x4ff73d['getDirectory'](),_0x204878(![]);}catch(_0x5c49a7){const _0x10a556=_0x5c49a7 instanceof Error&&typeof _0x5c49a7['message']==='string'?_0x5c49a7['message']:String(_0x5c49a7);_0x204878(_0x10a556['includes']('unknown\x20transient\x20reason'));}},_0x40a6d6=()=>{const _0x1ba4c2=String(Math['random']());try{const _0x216401=indexedDB['open'](_0x1ba4c2,0x1);_0x216401['onupgradeneeded']=_0x47978f=>{const _0x50dcd3=_0x47978f['target']['result'],_0x10c60b=_0x5290f5=>{_0x204878(_0x5290f5);};try{const _0x55cce2={};_0x55cce2['autoIncrement']=!![],_0x50dcd3['createObjectStore']('t',_0x55cce2)['put'](new Blob()),_0x10c60b(![]);}catch(_0x16ba56){const _0x373dd5=_0x16ba56 instanceof Error&&typeof _0x16ba56['message']==='string'?_0x16ba56['message']:String(_0x16ba56);if(_0x373dd5['includes']('are\x20not\x20yet\x20supported'))_0x10c60b(!![]);else _0x10c60b(![]);}finally{_0x50dcd3['close'](),indexedDB['deleteDatabase'](_0x1ba4c2);}},_0x216401['onerror']=()=>_0x204878(![]);}catch{_0x204878(![]);}},_0x33df32=()=>{const _0x103e36=window['openDatabase'],_0x4ab6bd=window['localStorage'];try{_0x103e36(null,null,null,null);}catch{_0x204878(!![]);return;}try{_0x4ab6bd['setItem']('test','1'),_0x4ab6bd['removeItem']('test');}catch{_0x204878(!![]);return;}_0x204878(![]);},_0x257d81=async()=>{const _0x59a62b=navigator['storage'];if(typeof _0x59a62b?.['getDirectory']==='function')await _0x138141();else navigator['maxTouchPoints']!==undefined?_0x40a6d6():_0x33df32();},_0x518e9f=()=>{const _0x319c56=window;return _0x319c56['performance']?.['memory']?.['jsHeapSizeLimit']??0x40000000;},_0x286abd=()=>{const _0x4446e1=navigator['webkitTemporaryStorage'];_0x4446e1['queryUsageAndQuota']((_0x32dfba,_0x1d07f4)=>{const _0x1101ce=Math['round'](_0x1d07f4/(0x400*0x400)),_0xc21bdb=Math['round'](_0x518e9f()/(0x400*0x400))*0x2;_0x204878(_0x1101ce<_0xc21bdb);},_0xe2c71a=>_0x3901b1(new Error('detectIncognito\x20somehow\x20failed\x20to\x20query\x20storage\x20quota:\x20'+_0xe2c71a['message'])));},_0xa08673=()=>{const _0x3764d8=window['webkitRequestFileSystem'];_0x3764d8(0x0,0x1,()=>_0x204878(![]),()=>_0x204878(!![]));},_0x542f94=()=>{self['Promise']!==undefined&&self['Promise']['allSettled']!==undefined?_0x286abd():_0xa08673();},_0x137740=async()=>{const _0x4de029=navigator['storage'];if(typeof _0x4de029?.['getDirectory']==='function'){try{await _0x4de029['getDirectory'](),_0x204878(![]);}catch(_0x57509b){const _0x5537a0=_0x57509b instanceof Error&&typeof _0x57509b['message']==='string'?_0x57509b['message']:String(_0x57509b);_0x204878(_0x5537a0['includes']('Security\x20error'));}return;}const _0x2ee230=indexedDB['open']('inPrivate');_0x2ee230['onerror']=_0x1570b8=>{_0x2ee230['error']!==null&&_0x2ee230['error']['name']==='InvalidStateError'&&_0x1570b8['preventDefault'](),_0x204878(!![]);},_0x2ee230['onsuccess']=()=>{indexedDB['deleteDatabase']('inPrivate'),_0x204878(![]);};},_0x434c61=()=>{_0x204878(window['indexedDB']===undefined);},_0x51956c=async()=>{if(isSafariWebKit())_0x216d36='Safari',await _0x257d81();else{if(isChromium())_0x216d36=_0x11bf52(),_0x542f94();else{if(isGecko())_0x216d36='Firefox',await _0x137740();else isTrident()||navigator['msSaveBlob']!==undefined?(_0x216d36='Internet\x20Explorer',_0x434c61()):_0x3901b1(new Error('detectIncognito\x20cannot\x20determine\x20the\x20browser'));}}};_0x51956c()['catch'](_0x3901b1);});}catch{return null;}}const PROBE_TIMEOUT_MS$1=0x3e8;function getInstalledRelatedApps(){if(typeof navigator==='undefined')return null;const _0x22a472=navigator['getInstalledRelatedApps'];if(typeof _0x22a472!=='function')return null;return async()=>{const _0x3c909b=((async()=>{try{const _0x283f1f=await _0x22a472['call'](navigator);if(!Array['isArray'](_0x283f1f)||_0x283f1f['length']===0x0)return null;return _0x283f1f['length'];}catch{return null;}})()),_0x11fb3c=new Promise(_0x1f7482=>setTimeout(()=>_0x1f7482(null),PROBE_TIMEOUT_MS$1));return Promise['race']([_0x3c909b,_0x11fb3c]);};}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x213976=await Promise['race']([new Promise(_0x8f7dbb=>{try{const _0x1aac11='mw_blob_test',_0x350699='store',_0x4d4cb5=indexedDB['deleteDatabase'](_0x1aac11);_0x4d4cb5['onsuccess']=_0x3091b9,_0x4d4cb5['onerror']=_0x3091b9;function _0x3091b9(){try{const _0x47315a=indexedDB['open'](_0x1aac11,0x1);_0x47315a['onupgradeneeded']=()=>{try{_0x47315a['result']['createObjectStore'](_0x350699);}catch{_0x8f7dbb(null);}},_0x47315a['onsuccess']=()=>{try{const _0x13c6ec=_0x47315a['result'],_0x502f32=_0x13c6ec['transaction'](_0x350699,'readwrite'),_0x543518=_0x502f32['objectStore'](_0x350699);try{const _0x4a944d=_0x543518['put'](new Blob(['test']),'blob_key');_0x4a944d['onsuccess']=()=>{_0x13c6ec['close']();try{indexedDB['deleteDatabase'](_0x1aac11);}catch{}_0x8f7dbb(![]);},_0x4a944d['onerror']=()=>{_0x13c6ec['close']();try{indexedDB['deleteDatabase'](_0x1aac11);}catch{}const _0x119819=_0x4a944d['error']?.['message']??'';_0x8f7dbb(_0x119819['includes']('not\x20yet\x20supported')||_0x119819['includes']('not\x20supported'));};}catch(_0x32097d){_0x13c6ec['close']();try{indexedDB['deleteDatabase'](_0x1aac11);}catch{}if(_0x32097d instanceof DOMException){const _0x10603a=_0x32097d['message'];_0x8f7dbb(_0x10603a['includes']('not\x20yet\x20supported')||_0x10603a['includes']('not\x20supported'));}else _0x8f7dbb(null);}}catch{_0x8f7dbb(null);}},_0x47315a['onerror']=()=>{_0x8f7dbb(null);};}catch{_0x8f7dbb(null);}}}catch{_0x8f7dbb(null);}}),new Promise(_0x3ee41a=>setTimeout(()=>_0x3ee41a(null),0x3e8))]);return _0x213976;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0xbc2956){return matchMedia('(inverted-colors:\x20'+_0xbc2956+')')['matches'];}function getLanguages(){const _0x57c4cd=navigator,_0x19d3bf=[],_0x287dd5=_0x57c4cd['language']??_0x57c4cd['userLanguage']??_0x57c4cd['browserLanguage']??_0x57c4cd['systemLanguage'];_0x287dd5!==undefined&&_0x19d3bf['push']([_0x287dd5]);if(Array['isArray'](_0x57c4cd['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x19d3bf['push'](_0x57c4cd['languages']);else{if(typeof _0x57c4cd['languages']==='string'){const _0x5f3e38=_0x57c4cd['languages'];_0x5f3e38!==''&&_0x19d3bf['push'](_0x5f3e38['split'](','));}}return _0x19d3bf;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getIntlCurrency(){try{const _0x20915d=window['Intl'],_0x42e3e5=_0x20915d?.['NumberFormat'];if(_0x42e3e5===undefined)return null;try{const _0x586b16={};_0x586b16['style']='currency';const _0x5e3401=new _0x42e3e5(undefined,_0x586b16),_0x38fde1=_0x5e3401['resolvedOptions']();if(typeof _0x38fde1['currency']==='string'&&_0x38fde1['currency']['length']===0x3)return _0x38fde1['currency']['toUpperCase']();}catch{}return null;}catch{return null;}}function getIntlMetadata(){try{const _0x3a59ec=window['Intl'],_0x5bf993=_0x3a59ec?.['DateTimeFormat'];if(_0x5bf993===undefined){const _0x3618d3={};return _0x3618d3['hourCycle']=null,_0x3618d3['numberingSystem']=null,_0x3618d3['calendar']=null,_0x3618d3;}const _0x542789=new _0x5bf993()['resolvedOptions'](),_0x346aba={};return _0x346aba['hourCycle']=typeof _0x542789['hourCycle']==='string'?_0x542789['hourCycle']:null,_0x346aba['numberingSystem']=typeof _0x542789['numberingSystem']==='string'?_0x542789['numberingSystem']:null,_0x346aba['calendar']=typeof _0x542789['calendar']==='string'?_0x542789['calendar']:null,_0x346aba;}catch{const _0x10b149={};return _0x10b149['hourCycle']=null,_0x10b149['numberingSystem']=null,_0x10b149['calendar']=null,_0x10b149;}}function getLocaleCurrency(){try{const _0x6c1539=navigator['language'];if(!_0x6c1539)return null;const _0x3377cc={};_0x3377cc['style']='currency',_0x3377cc['currency']='USD';const _0x38fd0a=0x1['toLocaleString'](_0x6c1539,_0x3377cc),_0x4879da={};_0x4879da['style']='currency',_0x4879da['currency']='USD';const _0xc60bf0=0x1['toLocaleString'](undefined,_0x4879da),_0x1a80ad={};return _0x1a80ad['match']=_0x38fd0a===_0xc60bf0,_0x1a80ad['explicit']=_0x38fd0a,_0x1a80ad['implicit']=_0xc60bf0,_0x1a80ad;}catch{return null;}}const _0x5a7a29={};_0x5a7a29['any-hover']=['hover','none'],_0x5a7a29['any-pointer']=['none','coarse','fine'],_0x5a7a29['pointer']=['none','coarse','fine'],_0x5a7a29['hover']=['hover','none'],_0x5a7a29['update']=['fast','slow'],_0x5a7a29['scripting']=['none','initial-only','enabled'];const queries=_0x5a7a29;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x355283={};for(const [_0x182ed1,_0x38d7d8]of Object['entries'](queries)){for(const _0x4a7c55 of _0x38d7d8){if(matchMedia('('+_0x182ed1+':\x20'+_0x4a7c55+')')['matches']){_0x355283[_0x182ed1]=_0x4a7c55;break;}}}return _0x355283;}function getMediaSession(){try{const _0x380b22=navigator['mediaSession'];if(_0x380b22===undefined||_0x380b22===null)return null;let _0x1bdfc8=null;if(_0x380b22['metadata']!==null&&_0x380b22['metadata']!==undefined){const _0xc58fdd=_0x380b22['metadata']['artwork'],_0x9f2015=Array['isArray'](_0xc58fdd)?_0xc58fdd['length']:0x0,_0x340d04={};_0x340d04['artworkCount']=_0x9f2015,_0x1bdfc8=_0x340d04;}const _0x226e9d={};return _0x226e9d['metadata']=_0x1bdfc8,_0x226e9d['playbackState']=typeof _0x380b22['playbackState']==='string'?_0x380b22['playbackState']:'none',_0x226e9d['hasSetActionHandler']=typeof _0x380b22['setActionHandler']==='function',_0x226e9d;}catch{return null;}}function getMimeTypes(){try{const _0x327d37=navigator['mimeTypes'];if(_0x327d37===undefined)return undefined;let _0x5d86da=Object['getPrototypeOf'](_0x327d37)===MimeTypeArray['prototype'];for(let _0x57db04=0x0;_0x57db04<_0x327d37['length'];_0x57db04++){_0x5d86da&&(_0x5d86da=Object['getPrototypeOf'](_0x327d37[_0x57db04])===MimeType['prototype']);}return _0x5d86da;}catch{return undefined;}}function getMimeTypesCount(){if(typeof navigator==='undefined')return null;const _0x2ce264=navigator['mimeTypes'];return _0x2ce264?.['length']??0x0;}function getNavigatorLanguages(){const _0x59806b=navigator['languages'];return _0x59806b??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 _0x271995=window['RTCPeerConnection'];if(typeof _0x271995!=='function')return null;return _0x271995;}function getNetworkIceProbe(){const _0x14f14e=getRTCConstructor();if(_0x14f14e===null)return null;return()=>new Promise(_0x233d7f=>{let _0xc34e4c=null,_0x2ee80c=![],_0x56fe34=null;const _0x2e12ad=_0x9f8799=>{if(_0x2ee80c)return;_0x2ee80c=!![];if(_0x56fe34!==null)clearTimeout(_0x56fe34);if(_0xc34e4c!==null)try{_0xc34e4c['close']();}catch{}_0x233d7f(_0x9f8799);};try{const _0x514602={};_0x514602['urls']=STUN_URL;const _0x435213={};_0x435213['iceServers']=[_0x514602],_0xc34e4c=new _0x14f14e(_0x435213),_0xc34e4c['createDataChannel'](PROBE_DATA_CHANNEL_LABEL),_0xc34e4c['onicecandidate']=_0x5540ec=>{if(_0x5540ec['candidate']===null)_0x2e12ad(!![]);},_0xc34e4c['onicecandidateerror']=()=>_0x2e12ad(![]),_0xc34e4c['createOffer']()['then'](_0x213a90=>{if(_0x2ee80c||_0xc34e4c===null)return;return _0xc34e4c['setLocalDescription'](_0x213a90);})['catch'](()=>_0x2e12ad(![])),_0x56fe34=setTimeout(()=>_0x2e12ad(![]),PROBE_TIMEOUT_MS);}catch{_0x2e12ad(![]);}});}function getNetworkRTT(){const _0x1a2afc=navigator;return _0x1a2afc['connection']?.['rtt']??null;}function getNotificationPresence(){return typeof window['Notification']!=='undefined';}function getOsCpu(){if(typeof navigator==='undefined')return null;const _0x144400=navigator['oscpu'];return _0x144400??null;}function getPageUrl(){try{if(typeof window==='undefined')return null;const _0x58b24d={};return _0x58b24d['l']=window['location']['href'],_0x58b24d['f']='',[_0x58b24d];}catch{return null;}}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x356243=performance['memory'];if(_0x356243===undefined||typeof _0x356243['jsHeapSizeLimit']!=='number')return undefined;return _0x356243['jsHeapSizeLimit'];}function getPerformanceNowMicroseconds(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;return Math['floor'](performance['now']()*0x3e8);}function getPerformanceResolution(){const _0x4f6f5c=window['performance'];if(typeof _0x4f6f5c['now']!=='function')return null;let _0x11f540=0x1,_0x27f6cd=0x1,_0x1ab497=_0x4f6f5c['now'](),_0x582b3d=_0x1ab497;for(let _0x15da81=0x0;_0x15da81<0xc350;_0x15da81++){_0x1ab497=_0x582b3d,_0x582b3d=_0x4f6f5c['now']();if(_0x1ab497<_0x582b3d){const _0x308921=_0x582b3d-_0x1ab497;if(_0x308921>_0x11f540){if(_0x308921<_0x27f6cd)_0x27f6cd=_0x308921;}else _0x308921<_0x11f540&&(_0x27f6cd=_0x11f540,_0x11f540=_0x308921);}}return[_0x11f540,_0x27f6cd];}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,_0x47a65d={};_0x47a65d['kind']='timeout';const TIMEOUT_OUTCOME=_0x47a65d;async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x5c9f14=[],_0x298074=new Set();for(let _0x264b72=0x0;_0x264b72<PERMISSION_RETRIES;_0x264b72++){const _0x4a71d8={},_0x5c8b61=permissionNames['filter'](_0x518b4a=>!_0x298074['has'](_0x518b4a))['map'](async _0x36fc80=>{const _0x3b28a4={};_0x3b28a4['name']=_0x36fc80;const _0x1ff69e=navigator['permissions']['query'](_0x3b28a4)['then'](_0x3255d9=>({'kind':'ok','state':_0x3255d9['state']}),()=>({'kind':'unsupported'})),_0x520c5f=await withTimeout(_0x1ff69e,PERMISSION_QUERY_TIMEOUT_MS,TIMEOUT_OUTCOME);if(_0x520c5f['kind']==='timeout')_0x298074['add'](_0x36fc80);else _0x520c5f['kind']==='ok'&&(_0x4a71d8[_0x36fc80]=_0x520c5f['state']);});await Promise['all'](_0x5c8b61),_0x5c9f14['push'](_0x4a71d8);}const _0x1a563a={},_0x51287d=new Set(_0x5c9f14['flatMap'](_0x45dc6a=>Object['keys'](_0x45dc6a)));for(const _0x14d02e of _0x51287d){const _0x17e3d2={};for(const _0x2c2edf of _0x5c9f14){const _0x41c6e2=_0x2c2edf[_0x14d02e];_0x41c6e2&&(_0x17e3d2[_0x41c6e2]=(_0x17e3d2[_0x41c6e2]||0x0)+0x1);}let _0x8ad46d='',_0x5922b2=0x0;for(const [_0x29c9ad,_0x3f9f1b]of Object['entries'](_0x17e3d2)){_0x3f9f1b>_0x5922b2&&(_0x8ad46d=_0x29c9ad,_0x5922b2=_0x3f9f1b);}_0x8ad46d&&(_0x1a563a[_0x14d02e]=_0x8ad46d);}return _0x1a563a;}function getPlatform(){const {platform:_0x7cafd8}=navigator;if(_0x7cafd8==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x7cafd8;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x55896b=navigator['plugins'];let _0x154461=Object['getPrototypeOf'](_0x55896b)===PluginArray['prototype'];for(let _0x1ba11a=0x0;_0x1ba11a<_0x55896b['length'];_0x1ba11a++){_0x154461&&(_0x154461=Object['getPrototypeOf'](_0x55896b[_0x1ba11a])===Plugin['prototype']);}return _0x154461;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x2681f8=navigator['plugins'],_0x2d7705=[];for(let _0x59bb0e=0x0;_0x59bb0e<_0x2681f8['length'];++_0x59bb0e){const _0x42a621=_0x2681f8['item'](_0x59bb0e);if(_0x42a621===null)continue;const _0x3cf145=[];for(let _0x51c0d9=0x0;_0x51c0d9<_0x42a621['length'];++_0x51c0d9){const _0x3b2e10=_0x42a621[_0x51c0d9],_0x182cf7={};_0x182cf7['type']=_0x3b2e10['type'],_0x182cf7['suffixes']=_0x3b2e10['suffixes'],_0x3cf145['push'](_0x182cf7);}const _0x1de13e={};_0x1de13e['name']=_0x42a621['name'],_0x1de13e['description']=_0x42a621['description'],_0x1de13e['mimeTypes']=_0x3cf145,_0x2d7705['push'](_0x1de13e);}return _0x2d7705;}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 _0x37a1d8=navigator['plugins'];if(typeof _0x37a1d8['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x37a1d8['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(_0x568b57){return matchMedia('(prefers-reduced-motion:\x20'+_0x568b57+')')['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 _0x152f49=()=>{const _0x32b855=getCurrentScreenFrame();if(isFrameSizeNull(_0x32b855)){screenFrameAttempts+=0x1;if(screenFrameAttempts>=MAX_FRAME_POLL_ATTEMPTS){screenFrameSizeTimeoutId=undefined;return;}screenFrameSizeTimeoutId=setTimeout(_0x152f49,screenFrameCheckInterval);}else screenFrameBackup=_0x32b855,screenFrameSizeTimeoutId=undefined;};_0x152f49();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x4d4197=getCurrentScreenFrame();if(isFrameSizeNull(_0x4d4197)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x4d4197=getCurrentScreenFrame());}return!isFrameSizeNull(_0x4d4197)&&(screenFrameBackup=_0x4d4197),_0x4d4197;};}function getScreenFrame(){const _0x283f8b=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x331f85=isGecko()&&isGecko143OrNewer();if(_0x283f8b||_0x331f85)return()=>Promise['resolve'](undefined);const _0x42eadd=getUnstableScreenFrame();return async()=>{const _0x217f91=await _0x42eadd(),_0x185917=_0x46429e=>_0x46429e===null?null:round$1(_0x46429e,roundingPrecision);return[_0x185917(_0x217f91[0x0]),_0x185917(_0x217f91[0x1]),_0x185917(_0x217f91[0x2]),_0x185917(_0x217f91[0x3])];};}function getCurrentScreenFrame(){const _0x5f2e5d=screen;return[replaceNaN(toFloat(_0x5f2e5d['availTop']),null),replaceNaN(toFloat(_0x5f2e5d['width'])-toFloat(_0x5f2e5d['availWidth'])-replaceNaN(toFloat(_0x5f2e5d['availLeft']),0x0),null),replaceNaN(toFloat(_0x5f2e5d['height'])-toFloat(_0x5f2e5d['availHeight'])-replaceNaN(toFloat(_0x5f2e5d['availTop']),0x0),null),replaceNaN(toFloat(_0x5f2e5d['availLeft']),null)];}function isFrameSizeNull(_0x17dbac){for(let _0x1b34ae=0x0;_0x1b34ae<0x4;++_0x1b34ae){if(_0x17dbac[_0x1b34ae]!==null&&_0x17dbac[_0x1b34ae]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x488ae9,_0x8406ad)=>{const _0x36f2f1=_0x8406ad['screen'],_0x4fab8b=_0xa934a2=>{const _0x1e717b=parseInt(_0xa934a2);return typeof _0x1e717b==='number'&&isNaN(_0x1e717b)?-0x1:_0x1e717b;};return{'w':_0x4fab8b(_0x36f2f1['width']),'h':_0x4fab8b(_0x36f2f1['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x29f738=screen,_0x25468d=_0x3e3dcd=>replaceNaN(toInt(_0x3e3dcd),null),_0x5b77f6=[_0x25468d(_0x29f738['width']),_0x25468d(_0x29f738['height'])];return _0x5b77f6['sort']()['reverse'](),_0x5b77f6;}async function getScrollbarWidth(){return getIframePool()['execute']((_0x404b6c,_0xaebe06)=>{const _0x57bf59=_0xaebe06['document'],_0x26c617=_0x57bf59['createElement']('div');_0x26c617['style']['width']='100px',_0x26c617['style']['height']='100px',_0x26c617['style']['overflow']='scroll',_0x26c617['style']['visibility']='hidden',_0x57bf59['body']['appendChild'](_0x26c617);const _0x4f3455=_0x26c617['offsetWidth']===_0x26c617['clientWidth'];return _0x57bf59['body']['removeChild'](_0x26c617),_0x4f3455;});}function getSecureContext(){if(typeof window==='undefined')return null;const _0x1ee62f=window['isSecureContext'];return _0x1ee62f===!![];}function getServiceWorkerPresence(){if(typeof navigator==='undefined')return null;return typeof navigator['serviceWorker']!=='undefined';}const PROBE_KEY='_t';function getSessionStorage(){try{const _0x5e93cb=window['sessionStorage'];if(_0x5e93cb===null||_0x5e93cb===undefined)return![];return _0x5e93cb['setItem'](PROBE_KEY,'1'),_0x5e93cb['removeItem'](PROBE_KEY),!![];}catch{return![];}}function getSharedArrayBuffer(){if(typeof window==='undefined')return null;const _0x6bdf5a=window['SharedArrayBuffer'];if(typeof _0x6bdf5a!=='function')return null;try{const _0x4be7da=new _0x6bdf5a(0x1);if(_0x4be7da['byteLength']===undefined)return null;return _0x4be7da['byteLength'];}catch{return null;}}function getStandalonePwa(){if(typeof navigator==='undefined')return null;const _0x528caa=navigator['standalone'];return _0x528caa===!![];}function getStoragePersisted(){if(typeof navigator==='undefined')return null;const _0x3cd232=navigator['storage'],_0x123330=_0x3cd232?.['persisted'];if(typeof _0x123330!=='function')return()=>Promise['resolve'](![]);return async()=>{try{return await _0x123330['call'](_0x3cd232)===!![];}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(_0x2973b1=>{let _0x463470=0x0;const _0x1cde44=performance['now']();function _0x8ca6f4(){_0x463470++,_0x463470>=ITER||performance['now']()-_0x1cde44>BUDGET_MS?_0x2973b1(_0x463470*0x4|0x0):setTimeout(_0x8ca6f4,0x0);}setTimeout(_0x8ca6f4,0x0);});}async function getStorageEstimate(){const _0x1010d7=navigator['storage'];if(_0x1010d7===undefined||typeof _0x1010d7['estimate']!=='function')return null;try{const _0x3b8f8f=await Promise['race']([_0x1010d7['estimate'](),new Promise((_0x44dbe1,_0xc061d0)=>setTimeout(()=>_0xc061d0(new Error('timeout')),0x1f4))]);if(_0x3b8f8f['quota']!==undefined&&_0x3b8f8f['quota']>0x0)return Math['round'](_0x3b8f8f['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x40b657=navigator['storage'];if(_0x40b657===undefined)return null;const _0x2a54f5=_0x40b657['getDirectory'];if(typeof _0x2a54f5!=='function')return null;try{const _0xd86049=await Promise['race']([_0x40b657['getDirectory']()['then'](()=>'',_0x40db9b=>_0x40db9b instanceof Error?_0x40db9b['message']:String(_0x40db9b)),new Promise((_0x2878ba,_0x4c8bf4)=>setTimeout(()=>_0x4c8bf4(new Error('timeout')),0xfa))]);return _0xd86049;}catch{return null;}}const _0xe076ed={};_0xe076ed['AccentColor']='ac',_0xe076ed['AccentColorText']='act',_0xe076ed['ActiveText']='at',_0xe076ed['ActiveBorder']='ab',_0xe076ed['ActiveCaption']='aca',_0xe076ed['AppWorkspace']='aw',_0xe076ed['Background']='b',_0xe076ed['ButtonHighlight']='bh',_0xe076ed['ButtonShadow']='bs',_0xe076ed['ButtonBorder']='bb',_0xe076ed['ButtonFace']='bf',_0xe076ed['ButtonText']='bt',_0xe076ed['FieldText']='ft',_0xe076ed['GrayText']='gt',_0xe076ed['Highlight']='h',_0xe076ed['HighlightText']='ht',_0xe076ed['InactiveBorder']='ib',_0xe076ed['InactiveCaption']='ic',_0xe076ed['InactiveCaptionText']='ict',_0xe076ed['InfoBackground']='infb',_0xe076ed['InfoText']='it',_0xe076ed['LinkText']='lt',_0xe076ed['Mark']='m',_0xe076ed['Menu']='me',_0xe076ed['Scrollbar']='s',_0xe076ed['ThreeDDarkShadow']='tdds',_0xe076ed['ThreeDFace']='tdf',_0xe076ed['ThreeDHighlight']='tdh',_0xe076ed['ThreeDLightShadow']='tdls',_0xe076ed['ThreeDShadow']='tds',_0xe076ed['VisitedText']='vt',_0xe076ed['Window']='w',_0xe076ed['WindowFrame']='wf',_0xe076ed['WindowText']='wt',_0xe076ed['Selecteditem']='si',_0xe076ed['Selecteditemtext']='sit';const systemColorMap=_0xe076ed;function getSystemColors(){return getIframePool()['execute']((_0x231519,_0x44c3a4)=>{const _0x24e9ba=_0x44c3a4['document'];_0x24e9ba['documentElement']['style']['colorScheme']='light';const _0x4503b8=_0x24e9ba['createElement']('div');_0x24e9ba['body']['appendChild'](_0x4503b8);const _0x2f3ff7={};for(const _0x1d6972 of Object['keys'](systemColorMap)){_0x4503b8['style']['color']=_0x1d6972,_0x2f3ff7[systemColorMap[_0x1d6972]]=_0x44c3a4['getComputedStyle'](_0x4503b8)['color'];}return _0x24e9ba['body']['removeChild'](_0x4503b8),_0x2f3ff7;});}function getTimezone(){const _0x286139=window['Intl'],_0x1e7970=_0x286139?.['DateTimeFormat'];if(_0x1e7970!==undefined){const _0xe347a=new _0x1e7970()['resolvedOptions']()['timeZone'];if(_0xe347a!=='')return _0xe347a;}const _0x1f4cfa=-getTimezoneOffset();return'UTC'+(_0x1f4cfa>=0x0?'+':'')+_0x1f4cfa;}function getTimezoneOffset(){const _0xb3612e=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0xb3612e,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0xb3612e,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 _0x3bd5e7=window['location']['href'],_0x52b23e=new URL(_0x3bd5e7),_0x377a0c=[_0x52b23e['protocol'],_0x52b23e['hostname'],_0x52b23e['port'],_0x52b23e['pathname'],_0x52b23e['search'],_0x52b23e['hash']];return _0x377a0c['map'](_0x30749b=>x64hash128(_0x30749b));}catch{return null;}}function getMeasuredTimezone(){let _0x2c3c74='';try{const _0x1e8c7c=window['Intl'],_0x512434=_0x1e8c7c?.['DateTimeFormat'];_0x512434!==undefined&&(_0x2c3c74=new _0x512434()['resolvedOptions']()['timeZone']);}catch{}const _0x1d5b4f=new Date()['getTimezoneOffset'](),_0x440c9a=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x4c0954=new Date()['getFullYear'](),_0x1cc8b0=new Date(_0x4c0954,0x0,0x1)['getTimezoneOffset'](),_0x2e7231=new Date(_0x4c0954,0x6,0x1)['getTimezoneOffset'](),_0x2cfd99={};return _0x2cfd99['reported']=_0x2c3c74,_0x2cfd99['offset']=_0x1d5b4f,_0x2cfd99['historicalOffset']=_0x440c9a,_0x2cfd99['janOffset']=_0x1cc8b0,_0x2cfd99['julOffset']=_0x2e7231,_0x2cfd99;}function getTouchSupport(){const _0x1f15ca=navigator;let _0x24010d=0x0,_0x29a974;if('maxTouchPoints'in _0x1f15ca)_0x24010d=toInt(_0x1f15ca['maxTouchPoints']);else _0x1f15ca['msMaxTouchPoints']!==undefined&&(_0x24010d=_0x1f15ca['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x29a974=!![];}catch{_0x29a974=![];}const _0x113906='ontouchstart'in window,_0x2f734e={};return _0x2f734e['maxTouchPoints']=_0x24010d,_0x2f734e['touchEvent']=_0x29a974,_0x2f734e['touchStart']=_0x113906,_0x2f734e;}function getUserAgent(){return navigator['userAgent'];}function getUserAgentData(){const _0x55ebbe=navigator['userAgentData'];return _0x55ebbe!==undefined&&_0x55ebbe!==null&&typeof _0x55ebbe==='object';}function getVendor(){return navigator['vendor']||'';}function getWebSqlDatabase(){if(typeof window==='undefined')return null;const _0x3ba513=window['openDatabase'];return typeof _0x3ba513==='function';}function getWindowDimensions(){const _0x4c7c8c={};return _0x4c7c8c['outerWidth']=window['outerWidth'],_0x4c7c8c['outerHeight']=window['outerHeight'],_0x4c7c8c['innerWidth']=window['innerWidth'],_0x4c7c8c['innerHeight']=window['innerHeight'],_0x4c7c8c;}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 _0x591cb6=window['AudioContext']??window['webkitAudioContext'];if(_0x591cb6===undefined)return![];return typeof _0x591cb6==='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 _0x2de78b=window['RTCPeerConnection']??window['webkitRTCPeerConnection'];if(_0x2de78b===undefined)return![];let _0x5de734=null;try{_0x5de734=new _0x2de78b();const _0x53c5fa=_0x5de734['createDataChannel']('lockdown-probe');return _0x53c5fa['close'](),!![];}catch{return![];}finally{_0x5de734?.['close']();}}function checkWebGl(){let _0x2ff8d1=null;try{const _0x20daf8=document['createElement']('canvas');return _0x2ff8d1=_0x20daf8['getContext']('webgl')??_0x20daf8['getContext']('experimental-webgl')??_0x20daf8['getContext']('webgl2'),_0x2ff8d1!==null;}catch{return![];}finally{if(_0x2ff8d1!==null)try{const _0x1ec37b=_0x2ff8d1['getExtension']('WEBGL_lose_context');_0x1ec37b?.['loseContext']();}catch{}}}const EXPECTED=[0x0,0x7f,0xff,0xff];function getCanvasPow(){try{const _0x129b3a=document['createElement']('canvas');_0x129b3a['width']=0x10,_0x129b3a['height']=0x10;const _0x3e2a9a=_0x129b3a['getContext']('2d');if(_0x3e2a9a===null)return null;_0x3e2a9a['fillStyle']='rgba(0,\x20127,\x20255,\x201)',_0x3e2a9a['fillRect'](0x0,0x0,0x10,0x10);const _0x3ea2b3=_0x3e2a9a['getImageData'](0x0,0x0,0x1,0x1),_0x7c1a0f=_0x3ea2b3['data'];if(_0x7c1a0f['length']<0x4)return null;const _0x4dc1ab=[_0x7c1a0f[0x0],_0x7c1a0f[0x1],_0x7c1a0f[0x2],_0x7c1a0f[0x3]],_0xe29d70=_0x4dc1ab[0x0]===EXPECTED[0x0]&&_0x4dc1ab[0x1]===EXPECTED[0x1]&&_0x4dc1ab[0x2]===EXPECTED[0x2]&&_0x4dc1ab[0x3]===EXPECTED[0x3],_0x3cb2a4={};return _0x3cb2a4['match']=_0xe29d70,_0x3cb2a4['actual']=_0x4dc1ab,_0x3cb2a4['expected']=EXPECTED,_0x3cb2a4;}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 _0x266e4e={};return _0x266e4e['trapTriggered']=![],_0x266e4e['reliable']=![],_0x266e4e;}let _0x57cc4c=![];const _0x335e01={};_0x335e01['ownKeys']=function(){return _0x57cc4c=!![],[];};const _0x2fc772=new Proxy({},_0x335e01),_0x2d79e5=Object['create'](_0x2fc772);try{NATIVE_CONSOLE_DEBUG(_0x2d79e5);}catch{}const _0x30827c={};return _0x30827c['trapTriggered']=_0x57cc4c,_0x30827c['reliable']=CACHED_DEBUG_IS_NATIVE,_0x30827c;}catch{const _0x44accb={};return _0x44accb['trapTriggered']=![],_0x44accb['reliable']=![],_0x44accb;}}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(_0x15b8ee,_0x1f153f,_0x2303a8){try{const _0x5a6d53=Object['getOwnPropertyNames'](_0x15b8ee);for(const _0x5be0a5 of _0x5a6d53){for(const _0x25c9dc of PREFIX_MARKERS){if(_0x5be0a5['startsWith'](_0x25c9dc)){_0x2303a8['push'](_0x1f153f+_0x5be0a5);break;}}}}catch{}}function getStealthMarkers(){const _0x392eae=[];try{const _0x58c34a=window,_0x563cb3=typeof document!=='undefined'?document:null;for(const _0x308821 of WINDOW_EXACT_MARKERS){if(_0x308821 in _0x58c34a)_0x392eae['push'](_0x308821);}if(_0x563cb3!==null)for(const _0x164559 of DOCUMENT_EXACT_MARKERS){if(_0x164559 in _0x563cb3)_0x392eae['push']('document.'+_0x164559);}scanPrefixes(_0x58c34a,'',_0x392eae);if(_0x563cb3!==null)scanPrefixes(_0x563cb3,'document.',_0x392eae);if(typeof document!=='undefined')try{const _0x63ac06=document['documentElement'];for(const _0x4714f0 of DOCUMENT_ELEMENT_ATTRS){if(_0x63ac06['hasAttribute'](_0x4714f0))_0x392eae['push']('documentElement['+_0x4714f0+']');}}catch{}const _0x2e14db={};return _0x2e14db['detected']=_0x392eae,_0x2e14db['count']=_0x392eae['length'],_0x2e14db;}catch{const _0x400511={};return _0x400511['detected']=[],_0x400511['count']=0x0,_0x400511;}}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(_0x82b3e6){_0x82b3e6['style']['setProperty']('visibility','hidden','important'),_0x82b3e6['style']['setProperty']('display','block','important');}function buildElement(_0x9ae43c,_0x3b9b33){const [_0x625af7,_0x4e7c91]=parseSimpleCssSelector(_0x9ae43c),_0x35ac0c=_0x3b9b33['createElement'](_0x625af7??'div');for(const _0x5a9285 of Object['keys'](_0x4e7c91)){const _0x75420c=_0x4e7c91[_0x5a9285]['join']('\x20');_0x5a9285==='style'?addStyleString(_0x35ac0c['style'],_0x75420c):_0x35ac0c['setAttribute'](_0x5a9285,_0x75420c);}return _0x35ac0c;}function getAdblockFilterMatch(){if(typeof window==='undefined'||typeof document==='undefined')return null;if(!isWebKit()||!isSafariWebKit())return null;return async()=>{try{const _0x4c7a2e=[],_0x165290={};let _0x3012b2=0x0;for(const _0x3dab83 of Object['keys'](ADBLOCK_FILTER_LISTS)){const _0x13a7f8=ADBLOCK_FILTER_LISTS[_0x3dab83],_0x1cc4e5=_0x3012b2;for(const _0xf65de6 of _0x13a7f8){_0x4c7a2e['push'](_0xf65de6),_0x3012b2+=0x1;}_0x165290[_0x3dab83]=[_0x1cc4e5,_0x3012b2];}const _0x31e3bc=await getIframePool()['execute']((_0x8ded98,_0x5bfee3)=>{const _0x2fdbfc=_0x5bfee3['document'],_0x3b93fa=_0x2fdbfc['createElement']('div');applyHidden(_0x3b93fa);const _0x335c4b=[];for(const _0x12710a of _0x4c7a2e){let _0x294cad;try{_0x294cad=buildElement(_0x12710a,_0x2fdbfc);}catch{_0x294cad=_0x2fdbfc['createElement']('div');}if(_0x294cad['tagName']==='DIALOG')try{;_0x294cad['show']();}catch{}const _0x85dd5d=_0x2fdbfc['createElement']('div');applyHidden(_0x85dd5d),_0x85dd5d['appendChild'](_0x294cad),_0x3b93fa['appendChild'](_0x85dd5d),_0x335c4b['push'](_0x294cad);}_0x2fdbfc['body']['appendChild'](_0x3b93fa);try{const _0x2cdeb2=[];for(const _0x2629a3 of _0x335c4b){_0x2cdeb2['push'](_0x2629a3['offsetParent']===null);}return _0x2cdeb2;}finally{_0x3b93fa['parentNode']?.['removeChild'](_0x3b93fa);}}),_0x1504e0=[];for(const _0x2e098a of Object['keys'](_0x165290)){const [_0x257b8a,_0x281524]=_0x165290[_0x2e098a],_0x1a78a8=_0x281524-_0x257b8a;if(_0x1a78a8===0x0)continue;let _0x4a41ed=0x0;for(let _0x145a4e=_0x257b8a;_0x145a4e<_0x281524;_0x145a4e+=0x1){if(_0x31e3bc[_0x145a4e])_0x4a41ed+=0x1;}_0x4a41ed>BLOCK_THRESHOLD*_0x1a78a8&&_0x1504e0['push'](_0x2e098a);}return _0x1504e0['sort'](),_0x1504e0;}catch{return null;}};}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0x45e493=document['createElement']('canvas');_0x45e493['width']=0x1,_0x45e493['height']=0x1;const _0x92e067=_0x45e493['getContext']('2d');if(!_0x92e067)return null;_0x92e067['clearRect'](0x0,0x0,0x1,0x1);const _0x2a245f=_0x92e067['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x2a245f[0x0]!==0x0||_0x2a245f[0x1]!==0x0||_0x2a245f[0x2]!==0x0||_0x2a245f[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 _0x5a7503=window['getComputedStyle'](document['documentElement']);let _0x36f84f=0x0;for(const _0x7f9e5d of CSS_PROPERTIES){_0x5a7503['getPropertyValue'](_0x7f9e5d)!==''&&_0x36f84f++;}return _0x36f84f>=0x4;}function getCreateElementDescriptor(){const _0xd78f2=Object['getOwnPropertyDescriptor'](document,'createElement');return _0xd78f2?!('writeable'in _0xd78f2):null;}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x523300){if(_0x523300 instanceof Error&&_0x523300['stack']!==undefined)return _0x523300['stack']['toString']();}return undefined;}function hasWindowProp(_0x392beb){return _0x392beb in window;}function getExtensionDetection(){const _0x45328a=[['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__')]],_0x3c2698=[];let _0x5892b6='';for(const [_0x2fc4f5,_0x53c798]of _0x45328a){let _0x33a712=![];try{_0x33a712=_0x53c798();}catch{}_0x33a712&&_0x3c2698['push'](_0x2fc4f5),_0x5892b6+=_0x33a712?'1':'0';}const _0x17130f={};return _0x17130f['detected']=_0x3c2698,_0x17130f['bitmask']=_0x5892b6,_0x17130f;}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(_0x1e6227,_0xb39483){let _0x30dac3=null,_0x5ef2fa=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x51b2cf,_0x4a6250,_0x417790]of _0x1e6227){try{const _0x429981=_0x4a6250===''?CSS['supports'](_0x51b2cf):CSS['supports'](_0x51b2cf,_0x4a6250);_0x429981&&(_0x30dac3===null||_0x417790>_0x30dac3)&&(_0x30dac3=_0x417790);}catch{}}for(const [_0x1e24ea,_0x5eb789]of _0xb39483){try{_0x1e24ea()&&(_0x5ef2fa===null||_0x5eb789>_0x5ef2fa)&&(_0x5ef2fa=_0x5eb789);}catch{}}const _0x8b9ddd={};return _0x8b9ddd['cssVersion']=_0x30dac3,_0x8b9ddd['jsVersion']=_0x5ef2fa,_0x8b9ddd;}function parseUAVersion(_0x547f80){const _0x32e148=navigator['userAgent'];if(_0x547f80==='chromium'){const _0x1bdecd=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x32e148);return _0x1bdecd?parseInt(_0x1bdecd[0x1],0xa):null;}if(_0x547f80==='gecko'){const _0x19e18b=/Firefox\/(\d+)/['exec'](_0x32e148);return _0x19e18b?parseInt(_0x19e18b[0x1],0xa):null;}if(_0x547f80==='webkit'){const _0x26b08e=/Version\/(\d+)/['exec'](_0x32e148);return _0x26b08e?parseInt(_0x26b08e[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x35910a='unknown';try{if(isChromium())_0x35910a='chromium';else{if(isGecko())_0x35910a='gecko';else isWebKit()&&(_0x35910a='webkit');}}catch{return null;}if(_0x35910a==='unknown'){const _0x56dd9b={};return _0x56dd9b['cssVersion']=null,_0x56dd9b['jsVersion']=null,_0x56dd9b['uaVersion']=null,_0x56dd9b['mismatch']=![],_0x56dd9b['engine']=_0x35910a,_0x56dd9b;}let _0x319ae5,_0x9c6710;if(_0x35910a==='chromium')_0x319ae5=CHROMIUM_CSS,_0x9c6710=CHROMIUM_JS;else _0x35910a==='gecko'?(_0x319ae5=GECKO_CSS,_0x9c6710=GECKO_JS):(_0x319ae5=WEBKIT_CSS,_0x9c6710=WEBKIT_JS);const {cssVersion:_0x5cf0a2,jsVersion:_0x51700c}=detectVersion(_0x319ae5,_0x9c6710),_0x4f2cc1=parseUAVersion(_0x35910a);let _0x1b8f41=![];if(_0x4f2cc1!==null){const _0x456ab6=Math['max'](_0x5cf0a2??0x0,_0x51700c??0x0);_0x456ab6>0x0&&_0x4f2cc1-_0x456ab6>0x14&&(_0x1b8f41=!![]);}const _0x567fe7={};return _0x567fe7['cssVersion']=_0x5cf0a2,_0x567fe7['jsVersion']=_0x51700c,_0x567fe7['uaVersion']=_0x4f2cc1,_0x567fe7['mismatch']=_0x1b8f41,_0x567fe7['engine']=_0x35910a,_0x567fe7;}function getGetterProxyDetection(){try{const _0x4b9500=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x4b9500?.['get'])return null;const _0x2b9cde=Function['prototype']['toString']['call'](_0x4b9500['get']);return!/\{\s*\[native code\]\s*\}/['test'](_0x2b9cde);}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 _0x9d8422={},_0x827999={};for(const [_0x5540e3,_0x1b86ba]of GETTER_TARGETS){const _0x49d8dd=window[_0x5540e3];if(_0x49d8dd===null||_0x49d8dd===undefined||typeof _0x49d8dd!=='object')continue;for(const _0x2349f5 of _0x1b86ba){try{const _0x29d7c4=Object['getOwnPropertyDescriptor'](_0x49d8dd,_0x2349f5)?.['get']?.['toString']();_0x29d7c4!==undefined&&(_0x9d8422[_0x5540e3+'.'+_0x2349f5]=_0x29d7c4);}catch{}}}for(const _0x5de181 of TAMPER_CHECK_PROPS){try{const _0x1693f8=Object['getOwnPropertyDescriptor'](navigator,_0x5de181);if(_0x1693f8!==undefined){const _0x17db6f={};if(_0x1693f8['writable']===!![])_0x17db6f['writable']=!![];if(_0x1693f8['configurable']===!![])_0x17db6f['configurable']=!![];(_0x17db6f['writable']===!![]||_0x17db6f['configurable']===!![])&&(_0x827999[_0x5de181]=_0x17db6f);}}catch{}}const _0xcd72b2={};return _0xcd72b2['overrides']=_0x9d8422,_0xcd72b2['tampered']=_0x827999,_0xcd72b2;}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 _0x200512=document['createElement']('canvas'),_0x6b4b33=_0x200512['getContext']('webgl')??_0x200512['getContext']('experimental-webgl');if(!_0x6b4b33)return null;const _0x31ca07=_0x6b4b33['getExtension']('WEBGL_debug_renderer_info');if(!_0x31ca07)return null;const _0xe2c29c=_0x6b4b33['getParameter'](_0x31ca07['UNMASKED_RENDERER_WEBGL']);if(!_0xe2c29c)return null;let _0x3c6318=_0xe2c29c;const _0x17178e=_0x3c6318['match'](/^ANGLE \((.+)\)$/);if(_0x17178e){_0x3c6318=_0x17178e[0x1];const _0x264646=_0x3c6318['lastIndexOf'](',');_0x264646!==-0x1&&(_0x3c6318=_0x3c6318['substring'](0x0,_0x264646));}const _0x3696ca=_0x3c6318['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x27a226=0x0;for(let _0x147b54=0x0;_0x147b54<_0x3696ca['length']-0x1;_0x147b54++){const _0x186890=_0x3696ca[_0x147b54]+_0x3696ca[_0x147b54+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x186890)&&_0x27a226++;}const _0x45632f={};return _0x45632f['score']=_0x27a226,_0x45632f['gibberish']=_0x27a226>0x2,_0x45632f['renderer']=_0xe2c29c,_0x45632f;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x213f19=document['body']??document['documentElement'];if(_0x213f19===null)return null;const _0x2bbf02=document['createElement']('iframe');_0x2bbf02['style']['display']='none',_0x213f19['appendChild'](_0x2bbf02);try{const _0x47a0a1=_0x2bbf02['contentWindow'];if(!_0x47a0a1){const _0x172ff3={};return _0x172ff3['accessible']=![],_0x172ff3['proxyDetected']=![],_0x172ff3['selfConsistent']=![],_0x172ff3['frameElementNull']=![],_0x172ff3;}let _0x4a9314=![];try{_0x4a9314=_0x47a0a1['self']===_0x47a0a1;}catch{_0x4a9314=![];}let _0x1aba7c=![];try{const _0x4485d6=Object['prototype']['toString']['call'](_0x47a0a1);_0x4485d6!=='[object\x20Window]'&&_0x4485d6!=='[object\x20global]'&&(_0x1aba7c=!![]);}catch{_0x1aba7c=!![];}try{const _0x32f0af=Object['getOwnPropertyDescriptor'](_0x47a0a1,'self');if(_0x32f0af===undefined&&!_0x1aba7c){}}catch{_0x1aba7c=!![];}let _0x4294c2=![];try{_0x4294c2=_0x47a0a1['frameElement']===null;}catch{_0x4294c2=!![];}const _0x36cd05={};return _0x36cd05['accessible']=!![],_0x36cd05['proxyDetected']=_0x1aba7c,_0x36cd05['selfConsistent']=_0x4a9314,_0x36cd05['frameElementNull']=_0x4294c2,_0x36cd05;}finally{_0x2bbf02['remove']();}}catch{return null;}}function getIframeSignals(){return new Promise(_0x3ca751=>{try{const _0x151909=document['createElement']('iframe');_0x151909['style']['display']='none',_0x151909['style']['width']='0',_0x151909['style']['height']='0',_0x151909['style']['position']='absolute',_0x151909['style']['top']='-9999px';let _0x407896=null;const _0x2a4388=()=>{if(_0x407896!==null)clearTimeout(_0x407896);try{_0x151909['parentNode']&&_0x151909['parentNode']['removeChild'](_0x151909);}catch{}};_0x407896=setTimeout(()=>{_0x2a4388(),_0x3ca751(null);},0x7d0),_0x151909['onload']=()=>{try{const _0x108ba7=_0x151909['contentWindow'];if(!_0x108ba7){_0x2a4388(),_0x3ca751(null);return;}const _0x1313d4=_0x108ba7['navigator'],_0x592399={};_0x592399['webdriver']=_0x1313d4['webdriver'],_0x592399['platform']=_0x1313d4['platform'],_0x592399['hardwareConcurrency']=_0x1313d4['hardwareConcurrency'],_0x592399['deviceMemory']=_0x1313d4['deviceMemory'],_0x592399['language']=_0x1313d4['language'];const _0x382e22=_0x592399;_0x2a4388(),_0x3ca751(_0x382e22);}catch{_0x2a4388(),_0x3ca751(null);}},_0x151909['onerror']=()=>{_0x2a4388(),_0x3ca751(null);},document['body']['appendChild'](_0x151909);}catch{_0x3ca751(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0x5c85e4='';for(const _0x473ad9 of CHECKED_PROPERTIES){try{const _0x6d2aa=Object['getOwnPropertyDescriptor'](navigator,_0x473ad9);if(_0x6d2aa){_0x5c85e4+='1';continue;}const _0x474fca=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x473ad9);if(!_0x474fca){_0x5c85e4+='2';continue;}typeof _0x474fca['get']==='function'?_0x5c85e4+='0':_0x5c85e4+='1';}catch{_0x5c85e4+='2';}}return _0x5c85e4;}catch{return'22222';}}function getObjectInspectGlobal(){try{return typeof globalThis['objectToInspect']!=='undefined';}catch{return![];}}const _0x544239={};_0x544239['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x544239['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x544239['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x544239,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x43f11b=>{try{const _0x21bf10=document['createElement']('canvas'),_0x610980=_0x21bf10['getContext']('2d');if(!_0x610980){const _0x13f70={};_0x13f70['detectedOs']='unknown',_0x13f70['markers']=[],_0x43f11b(_0x13f70);return;}_0x610980['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x5bd912=_0x610980['measureText'](TEST_STRING)['width'],_0x2d1b97=[];let _0x164185='unknown';for(const [_0x27f500,_0x8bb91d]of Object['entries'](OS_FONT_MARKERS)){for(const _0x55d742 of _0x8bb91d){_0x610980['font']=TEST_SIZE+'\x20\x27'+_0x55d742+'\x27,\x20'+BASE_FONT;const _0x46c5fb=_0x610980['measureText'](TEST_STRING)['width'];_0x46c5fb!==_0x5bd912&&(_0x2d1b97['push'](_0x55d742),_0x164185==='unknown'&&(_0x164185=_0x27f500));}}const _0x15ef28={};_0x15ef28['detectedOs']=_0x164185,_0x15ef28['markers']=_0x2d1b97,_0x43f11b(_0x15ef28);}catch{const _0x4a932c={};_0x4a932c['detectedOs']='unknown',_0x4a932c['markers']=[],_0x43f11b(_0x4a932c);}});}const g=globalThis,_0x1c1b0f={};_0x1c1b0f['android']=0x2,_0x1c1b0f['chromeos']=0x1;const _0x5adc40={};_0x5adc40['windows']=0x2,_0x5adc40['mac']=0x2,_0x5adc40['linux']=0x2;const _0x372238={};_0x372238['windows']=0x2,_0x372238['mac']=0x2,_0x372238['linux']=0x2;const _0x67a6a7={};_0x67a6a7['windows']=0x2,_0x67a6a7['mac']=0x2,_0x67a6a7['linux']=0x2;const _0x17655a={};_0x17655a['windows']=0x1,_0x17655a['mac']=0x1,_0x17655a['linux']=0x1;const _0x14cf74={};_0x14cf74['windows']=0x1,_0x14cf74['mac']=0x1,_0x14cf74['linux']=0x1;const _0x148f94={};_0x148f94['windows']=0x2,_0x148f94['mac']=0x2,_0x148f94['linux']=0x2,_0x148f94['chromeos']=0x2;const _0x2fd05a={};_0x2fd05a['android']=0x2,_0x2fd05a['ios']=0x2;const _0xb69d6f={};_0xb69d6f['android']=0x1,_0xb69d6f['ios']=0x1;const _0x4f4ff0={};_0x4f4ff0['android']=0x2;const _0x3f968a={};_0x3f968a['android']=0x2;const _0x4c3aa8={};_0x4c3aa8['windows']=0x1,_0x4c3aa8['mac']=0x1,_0x4c3aa8['chromeos']=0x1;const _0x5b8836={};_0x5b8836['windows']=0x2,_0x5b8836['mac']=0x2,_0x5b8836['linux']=0x2;const _0x21e784={};_0x21e784['windows']=0x1,_0x21e784['mac']=0x1,_0x21e784['linux']=0x1;const _0x49a699={};_0x49a699['android']=0x1,_0x49a699['windows']=0x1,_0x49a699['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x1c1b0f],['EyeDropper',()=>'EyeDropper'in g,_0x5adc40],['HID',()=>'hid'in navigator,_0x372238],['Serial',()=>'serial'in navigator,_0x67a6a7],['USB',()=>'usb'in navigator,_0x17655a],['Bluetooth',()=>'bluetooth'in navigator,_0x14cf74],['SharedWorker',()=>'SharedWorker'in g,_0x148f94],['orientation',()=>'ondeviceorientation'in g,_0x2fd05a],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0xb69d6f],['ContactsManager',()=>'ContactsManager'in g,_0x4f4ff0],['ContentIndex',()=>'ContentIndex'in g,_0x3f968a],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x4c3aa8],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x5b8836],['PressureObserver',()=>'PressureObserver'in g,_0x21e784],['WakeLock',()=>'wakeLock'in navigator,_0x49a699]];function getPlatformApiScoring(){try{const _0x224c48={},_0x1d8b6b=[];for(const [_0x4bdbfe,_0x598555,_0x1f2ee2]of PROBES){try{if(_0x598555()){_0x1d8b6b['push'](_0x4bdbfe);for(const [_0x5e7d75,_0x61d9f7]of Object['entries'](_0x1f2ee2)){_0x224c48[_0x5e7d75]=(_0x224c48[_0x5e7d75]??0x0)+_0x61d9f7;}}}catch{}}const _0x263840={};return _0x263840['score']=_0x224c48,_0x263840['apis']=_0x1d8b6b,_0x263840;}catch{return null;}}function getPluginOverflow(){try{const _0x21b6b1=navigator['plugins'];if(_0x21b6b1['length']===0x0)return null;const _0x28c6de=_0x21b6b1['item'](0x0);if(!_0x28c6de)return null;let _0x5819ef=![];try{const _0x4cc3ad=_0x21b6b1['item'](0x100000000);_0x5819ef=_0x4cc3ad!==_0x28c6de;}catch{_0x5819ef=!![];}let _0x56282f=!![];try{if(_0x28c6de['length']>0x0){const _0x8030b1=_0x28c6de['item'](0x0);_0x8030b1&&(_0x56282f=_0x8030b1['enabledPlugin']===_0x28c6de);}}catch{_0x56282f=![];}const _0x323cd5={};return _0x323cd5['overflow']=_0x5819ef,_0x323cd5['backref']=_0x56282f,_0x323cd5;}catch{return null;}}function getPrivateClickMeasurement(){if(typeof document==='undefined')return null;try{const _0xb20b76=document['createElement']('a'),_0xbe796d=_0xb20b76['attributionSourceId']??_0xb20b76['attributionsourceid'];return _0xbe796d===undefined||_0xbe796d===null?null:String(_0xbe796d);}catch{return null;}}function getChainDepth(_0x389623,_0x21784e){let _0x4e6f6a=_0x389623,_0x377b89=0x0;while(_0x4e6f6a!==null&&_0x377b89<_0x21784e){_0x4e6f6a=Object['getPrototypeOf'](_0x4e6f6a),_0x377b89++;}return _0x377b89;}function checkChain(_0x533fcb,_0x36f40e,_0x4d838d,_0x48ee7f){try{const _0x326450=Object['getPrototypeOf'](_0x533fcb),_0x11c220=_0x326450===_0x4d838d,_0x42301d=getChainDepth(_0x533fcb,0xf);if(!_0x11c220){const _0x18e766={};return _0x18e766['target']=_0x36f40e+'→'+_0x48ee7f,_0x18e766['intact']=![],_0x18e766['depth']=_0x42301d,_0x18e766;}const _0x2fcbfd={};return _0x2fcbfd['target']=_0x36f40e+'→'+_0x48ee7f,_0x2fcbfd['intact']=!![],_0x2fcbfd['depth']=_0x42301d,_0x2fcbfd;}catch{const _0x4976ba={};return _0x4976ba['target']=_0x36f40e+'→'+_0x48ee7f,_0x4976ba['intact']=![],_0x4976ba['depth']=0x0,_0x4976ba;}}function getPrototypeChain(){const _0x52c646=[];try{typeof Navigator!=='undefined'&&_0x52c646['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x52c646['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x52c646['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x52c646['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x47a7e5=navigator['constructor']===Navigator,_0x1fdf11={};_0x1fdf11['target']='navigator.constructor===Navigator',_0x1fdf11['intact']=_0x47a7e5,_0x1fdf11['depth']=0x0,_0x52c646['push'](_0x1fdf11);const _0x40e8fe=Object['prototype']['toString']['call'](navigator),_0x91033c={};_0x91033c['target']='navigator.toStringTag',_0x91033c['intact']=_0x40e8fe==='[object\x20Navigator]',_0x91033c['depth']=0x0,_0x52c646['push'](_0x91033c);const _0x5a1457=Object['prototype']['toString']['call'](screen),_0x4dba74={};_0x4dba74['target']='screen.toStringTag',_0x4dba74['intact']=_0x5a1457==='[object\x20Screen]',_0x4dba74['depth']=0x0,_0x52c646['push'](_0x4dba74);}catch{}const _0x4069a3=_0x52c646['length']>0x0&&_0x52c646['every'](_0x505edc=>_0x505edc['intact']),_0x592b91={};return _0x592b91['valid']=_0x4069a3,_0x592b91['checks']=_0x52c646,_0x592b91;}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 _0x304ebf=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x304ebf['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x304ebf['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x304ebf['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x304ebf['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x304ebf['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x304ebf['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x304ebf;}function getHighTargets(){const _0x393ce8=getLightTargets(),_0xe0c304=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x28a9f7 of _0xe0c304){_0x28a9f7 in Navigator['prototype']&&_0x393ce8['push']([Navigator['prototype'],_0x28a9f7]);}const _0x4bd44d=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x24da1e of _0x4bd44d){_0x24da1e in Screen['prototype']&&_0x393ce8['push']([Screen['prototype'],_0x24da1e]);}const _0x2b6233=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0x53d08a of _0x2b6233){_0x53d08a in Document['prototype']&&_0x393ce8['push']([Document['prototype'],_0x53d08a]);}try{const _0x448fb6=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x4aeb78 of _0x448fb6){_0x4aeb78 in Element['prototype']&&_0x393ce8['push']([Element['prototype'],_0x4aeb78]);}}catch{}try{const _0x4457ac=['offsetWidth','offsetHeight','style'];for(const _0x5180cf of _0x4457ac){_0x5180cf in HTMLElement['prototype']&&_0x393ce8['push']([HTMLElement['prototype'],_0x5180cf]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x53475e=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x2c2cdd of _0x53475e){_0x2c2cdd in CanvasRenderingContext2D['prototype']&&_0x393ce8['push']([CanvasRenderingContext2D['prototype'],_0x2c2cdd]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x172ea3=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x53f061 of _0x172ea3){_0x53f061 in WebGLRenderingContext['prototype']&&_0x393ce8['push']([WebGLRenderingContext['prototype'],_0x53f061]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x393ce8['push']([AudioContext['prototype'],'createOscillator']),_0x393ce8['push']([AudioContext['prototype'],'createAnalyser']),_0x393ce8['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x393ce8['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x393ce8['push']([Performance['prototype'],'now']),_0x393ce8['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x393ce8['push']([Storage['prototype'],'getItem']),_0x393ce8['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x5c5d90=['random','floor','ceil','round','sin','cos'];for(const _0x7e5aaf of _0x5c5d90){_0x7e5aaf in Math&&_0x393ce8['push']([Math,_0x7e5aaf]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x393ce8['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x393ce8['push']([Permissions['prototype'],'query']);}catch{}return _0x393ce8;}function checkToString(_0x56ee0f,_0x4d5ca5){try{const _0x3576e8=Object['getOwnPropertyDescriptor'](_0x56ee0f,_0x4d5ca5),_0x2f527c=_0x3576e8?.['get']??_0x3576e8?.['value']??_0x56ee0f[_0x4d5ca5];if(typeof _0x2f527c!=='function')return![];const _0x45c1bf=Function['prototype']['toString']['call'](_0x2f527c);return!_0x45c1bf['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x45259d){try{const _0x2624dd=Object['getOwnPropertyDescriptor'](navigator,_0x45259d);return _0x2624dd?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x2a1100,_0x3ca3f0){try{const _0x8da7fb=Object['getOwnPropertyDescriptor'](_0x2a1100,_0x3ca3f0);if(!_0x8da7fb?.['get'])return![];return'prototype'in _0x8da7fb['get'];}catch{return![];}}function checkOwnPropertyNames(_0x6bfeb3,_0x476e96){try{const _0x320d2c=Object['getOwnPropertyDescriptor'](_0x6bfeb3,_0x476e96),_0x5ed176=_0x320d2c?.['get'];if(typeof _0x5ed176!=='function')return![];const _0x4931b9=Object['getOwnPropertyNames'](_0x5ed176)['sort']();if(_0x4931b9['length']>0x2)return!![];if(_0x4931b9['length']===0x2&&(_0x4931b9[0x0]!=='length'||_0x4931b9[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x9a92b9,_0x264c7b){try{const _0x1d90b8=Object['getOwnPropertyDescriptor'](_0x9a92b9,_0x264c7b),_0x49bd68=_0x1d90b8?.['get'];if(typeof _0x49bd68!=='function')return![];class _0x1e1888 extends _0x49bd68{}return void _0x1e1888,!![];}catch{return![];}}function checkNullProto(_0x5f3057,_0x595cf5){try{const _0x354b97=Object['getOwnPropertyDescriptor'](_0x5f3057,_0x595cf5),_0x46a262=_0x354b97?.['get']??_0x354b97?.['value'];if(typeof _0x46a262!=='function')return![];const _0x88d269=Object['create'](_0x46a262);return Object['setPrototypeOf'](_0x88d269,null),_0x88d269['toString'](),!![];}catch{return![];}}function checkIllegalInvocation(_0x4b4711,_0x2224c9){try{const _0x426a47=Object['getOwnPropertyDescriptor'](_0x4b4711,_0x2224c9),_0x27d90f=_0x426a47?.['get'];if(typeof _0x27d90f!=='function')return![];return _0x27d90f['call'](undefined),!![];}catch(_0x3ed14e){if(_0x3ed14e instanceof TypeError)return![];return!![];}}function checkBindToString(_0x2e336b,_0x4a505a){try{const _0x3fcc35=Object['getOwnPropertyDescriptor'](_0x2e336b,_0x4a505a),_0x22631d=_0x3fcc35?.['get']??_0x3fcc35?.['value'];if(typeof _0x22631d!=='function')return![];const _0x465c10=_0x22631d['bind'](null),_0x5605ed=Function['prototype']['toString']['call'](_0x465c10);return!_0x5605ed['includes']('[native\x20code]')&&!_0x5605ed['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x23d88c,_0x6ece91){try{const _0x2be5e7=Object['getOwnPropertyDescriptor'](_0x23d88c,_0x6ece91),_0x3303cd=_0x2be5e7?.['get']??_0x2be5e7?.['value'];if(typeof _0x3303cd!=='function')return![];const _0x310a5b=Reflect['ownKeys'](_0x3303cd)['sort'](),_0x4d0b30=Object['getOwnPropertyNames'](_0x3303cd)['sort']();if(_0x310a5b['length']!==_0x4d0b30['length'])return!![];for(let _0x618573=0x0;_0x618573<_0x310a5b['length'];_0x618573++){if(_0x310a5b[_0x618573]!==_0x4d0b30[_0x618573])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x16bf6f,_0x3549df){try{const _0x3f7dd1=Object['getOwnPropertyDescriptor'](_0x16bf6f,_0x3549df);if(!_0x3f7dd1)return![];const _0x2f19a2=_0x3f7dd1['get']??_0x3f7dd1['set']??_0x3f7dd1['value'];if(typeof _0x2f19a2!=='function')return![];const _0x21ea86=Object['getOwnPropertyDescriptors'](_0x2f19a2),_0x170f88=Object['keys'](_0x21ea86)['filter'](_0x1969da=>_0x1969da!=='length'&&_0x1969da!=='name');return _0x170f88['length']>0x0;}catch{return![];}}function checkInstanceOf(_0x3350da,_0xbc6f41){try{const _0x4c43a8=Object['getOwnPropertyDescriptor'](_0x3350da,_0xbc6f41),_0x3b3b0f=_0x4c43a8?.['get']??_0x4c43a8?.['value'];if(typeof _0x3b3b0f!=='function')return![];const _0x29e490=_0x3b3b0f instanceof _0x3b3b0f;return _0x29e490===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x33316e){proxyDetectionMode=_0x33316e;}function getProxyDetection(){const _0x1ce7fb=proxyDetectionMode,_0x494215=_0x1ce7fb==='high'?getHighTargets():getLightTargets(),_0x36ec76=_0x1ce7fb==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x3c3b71=[];for(const [_0x3950c5,_0x44eaff]of _0x494215){let _0x584355=![];try{_0x3950c5===Navigator['prototype']&&checkOwnDescriptor(_0x44eaff)&&(_0x584355=!![]);}catch{}if(!_0x584355)for(const _0x23ae84 of _0x36ec76){try{if(_0x23ae84(_0x3950c5,_0x44eaff)){_0x584355=!![];break;}}catch{}}if(_0x584355){const _0x599fcc=_0x3950c5['constructor']['name'];_0x3c3b71['push'](_0x599fcc+'.'+_0x44eaff);}}const _0xb4bc01={};return _0xb4bc01['tested']=_0x494215['length'],_0xb4bc01['lied']=_0x3c3b71['length'],_0xb4bc01['lies']=_0x3c3b71,_0xb4bc01['mode']=_0x1ce7fb,_0xb4bc01;}function measureCssDimension(_0x331d96,_0x270ecf,_0x4338e4){try{if(typeof matchMedia!=='function')return 0x0;let _0x18f4c4=_0x270ecf,_0x23b97b=_0x4338e4;while(_0x23b97b-_0x18f4c4>0x1){const _0x39168b=Math['floor']((_0x18f4c4+_0x23b97b)/0x2),_0x5edf1e=_0x331d96==='width'?'(min-device-width:\x20'+_0x39168b+'px)':'(min-device-height:\x20'+_0x39168b+'px)';matchMedia(_0x5edf1e)['matches']?_0x18f4c4=_0x39168b:_0x23b97b=_0x39168b;}return _0x18f4c4;}catch{return 0x0;}}function getScreenVerify(){try{const _0x132335=screen['width'],_0x2db993=screen['height'],_0x28f4b2=measureCssDimension('width',0x64,0x1f40),_0x735943=measureCssDimension('height',0x64,0x1f40),_0x425e3d=_0x28f4b2===0x0||Math['abs'](_0x132335-_0x28f4b2)<=0x1,_0x59b0c4=_0x735943===0x0||Math['abs'](_0x2db993-_0x735943)<=0x1,_0x5d124c={};return _0x5d124c['match']=_0x425e3d&&_0x59b0c4,_0x5d124c['screenWidth']=_0x132335,_0x5d124c['cssWidth']=_0x28f4b2,_0x5d124c['screenHeight']=_0x2db993,_0x5d124c['cssHeight']=_0x735943,_0x5d124c['probed']=_0x28f4b2>0x0&&_0x735943>0x0,_0x5d124c;}catch{const _0x55b583={};return _0x55b583['match']=!![],_0x55b583['screenWidth']=0x0,_0x55b583['cssWidth']=0x0,_0x55b583['screenHeight']=0x0,_0x55b583['cssHeight']=0x0,_0x55b583['probed']=![],_0x55b583;}}function getStackBytes(){try{const _0x396d70=[];for(let _0xcaf2=0x0;_0xcaf2<0x5;_0xcaf2++){let _0x1b7892=0x0;const _0x765e55=()=>{_0x1b7892++,_0x765e55();};try{_0x765e55();}catch{}let _0x1d4934=0x0;const _0x509d3a=()=>{_0x1d4934++;const _0x1c39e9=0x0;_0x509d3a();};try{_0x509d3a();}catch{}const _0x14c296=_0x1b7892-_0x1d4934;_0x14c296>0x0&&_0x396d70['push'](Math['round'](_0x1d4934*0x8/_0x14c296));}if(_0x396d70['length']===0x0)return 0x0;return _0x396d70['sort']((_0x53f0f5,_0x4bd383)=>_0x53f0f5-_0x4bd383),_0x396d70[Math['floor'](_0x396d70['length']/0x2)]??0x0;}catch{return null;}}const NATIVE_BODY_RE=/\[native code\]\s*\}\s*$/;function isNativeFunction(_0x57a5e1){if(typeof _0x57a5e1!=='function')return![];try{const _0x140c4a=Function['prototype']['toString']['call'](_0x57a5e1);return NATIVE_BODY_RE['test'](_0x140c4a);}catch{return![];}}function getTamperAggregate(){try{if(typeof document==='undefined'||typeof navigator==='undefined'||typeof window==='undefined')return null;const _0x556c4c=isNativeFunction(document['createElement']),_0x2169ed=isNativeFunction(window['fetch']),_0x351c85=navigator['plugins'];if(_0x351c85===undefined||_0x351c85===null)return![];const _0x5be690=_0x351c85['constructor'],_0x24dbf0=isNativeFunction(_0x5be690),_0x39844a=window['PluginArray'],_0x12c53f=_0x39844a!==undefined&&_0x39844a!==null&&Object['getPrototypeOf'](_0x351c85)===_0x39844a['prototype'];return _0x556c4c&&_0x2169ed&&_0x24dbf0&&_0x12c53f;}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(_0x1bdd34){if(typeof _0x1bdd34!=='function')return![];try{return Function['prototype']['toString']['call'](_0x1bdd34)['includes'](NATIVE_MARKER);}catch{return![];}}function checkResolvedOptionsNative(){const _0x522197=window['Intl'],_0x1f8d7f=_0x522197?.['DateTimeFormat']?.['prototype'];if(_0x1f8d7f===undefined)return!![];return isNative(_0x1f8d7f['resolvedOptions']);}function checkGetTimezoneOffsetNative(){const _0x1b269d=Date?.['prototype'];if(_0x1b269d===undefined)return!![];return isNative(_0x1b269d['getTimezoneOffset']);}function checkDstConsistency(_0x3caa70){if(ETC_OR_UTC_REGEX['test'](_0x3caa70))return null;if(VALID_SINGLE_SEGMENT_TZ['has'](_0x3caa70))return null;if(NO_DST_EXCEPTIONS['has'](_0x3caa70))return null;if(_0x3caa70['startsWith']('Antarctica/')&&!ANTARCTICA_DST_ZONES['has'](_0x3caa70))return null;const _0x183fc5=DST_OBSERVING_PREFIXES['some'](_0x504055=>_0x3caa70===_0x504055['replace'](/\/$/,'')||_0x3caa70['startsWith'](_0x504055))||ANTARCTICA_DST_ZONES['has'](_0x3caa70);if(!_0x183fc5)return null;try{const _0x5a7dd4=new Date()['getFullYear'](),_0x2f9cf0=new Date(_0x5a7dd4,0x0,0x1)['getTimezoneOffset'](),_0x435f8f=new Date(_0x5a7dd4,0x6,0x1)['getTimezoneOffset']();if(_0x2f9cf0===_0x435f8f)return'dst_inconsistency';}catch{}return null;}function checkIanaFormat(_0x3bcea4){if(_0x3bcea4==='')return!![];if(ETC_OR_UTC_REGEX['test'](_0x3bcea4))return!![];if(VALID_SINGLE_SEGMENT_TZ['has'](_0x3bcea4))return!![];return IANA_NAME_REGEX['test'](_0x3bcea4);}function getTzTampered(){const _0x4b2cec=[],_0x414984=[];try{!checkResolvedOptionsNative()&&_0x4b2cec['push']('non_native_resolved_options');}catch{_0x414984['push']('probe_failed');}try{!checkGetTimezoneOffsetNative()&&_0x4b2cec['push']('non_native_get_timezone_offset');}catch{_0x414984['push']('probe_failed');}let _0x207863='';try{const _0x55ddcf=window['Intl'],_0x29b48f=_0x55ddcf?.['DateTimeFormat'];_0x29b48f!==undefined&&(_0x207863=new _0x29b48f()['resolvedOptions']()['timeZone']??'');}catch{_0x414984['push']('probe_failed');}_0x207863!==''&&!checkIanaFormat(_0x207863)&&_0x4b2cec['push']('invalid_iana_format');if(_0x207863!=='')try{const _0x541f2f=checkDstConsistency(_0x207863);if(_0x541f2f!==null)_0x4b2cec['push'](_0x541f2f);}catch{_0x414984['push']('probe_failed');}const _0x4e866b={'detected':_0x4b2cec['length']>0x0,'reasons':_0x4b2cec,..._0x414984['length']>0x0?{'diagnostics':_0x414984}:{}};return _0x4e866b;}function getLanguagesProtoChain(){if(typeof navigator==='undefined')return null;const _0x11e30a=navigator['languages'];if(_0x11e30a===null||_0x11e30a===undefined)return null;try{const _0x43eba4=Object['getPrototypeOf'](_0x11e30a);if(_0x43eba4===null)return!![];if(_0x43eba4!==Array['prototype'])return!![];const _0x1f6751=_0x43eba4['constructor'];if(_0x1f6751!==Array)return!![];return![];}catch{return!![];}}const SAMPLE_COUNT=0x6,SAMPLE_STRIDE=0x1000,I32_SCALE=0x2**0x1f;function getMathRandomDeterminism(){const _0x3d3b12=[];let _0x523acb=Math['random']();for(let _0x2513a6=SAMPLE_COUNT*SAMPLE_STRIDE-0x1;_0x2513a6>=0x0;_0x2513a6-=0x1){if(_0x2513a6%SAMPLE_STRIDE===0x0){const _0x3133c4=Math['random']();_0x3d3b12['push']((_0x523acb-_0x3133c4)*I32_SCALE|0x0),_0x523acb=_0x3133c4;}}return _0x3d3b12;}const _0x2cd77d={};_0x2cd77d['label']='Navigator',_0x2cd77d['resolve']=()=>typeof window!=='undefined'&&'Navigator'in window?window['Navigator']['prototype']:null,_0x2cd77d['props']=['hardwareConcurrency','userAgent','platform','vendor','language','languages','deviceMemory','maxTouchPoints','webdriver'];const _0x250b22={};_0x250b22['label']='Screen',_0x250b22['resolve']=()=>typeof window!=='undefined'&&'Screen'in window?window['Screen']['prototype']:null,_0x250b22['props']=['width','height','availWidth','availHeight','colorDepth'];const _0x1c1898={};_0x1c1898['label']='Document',_0x1c1898['resolve']=()=>typeof window!=='undefined'&&'Document'in window?window['Document']['prototype']:null,_0x1c1898['props']=['cookie'];const CLASS_SPECS=[_0x2cd77d,_0x250b22,_0x1c1898];function getNativeGetterSource(){if(typeof window==='undefined')return null;const _0x1aed25={};for(const _0x2c6632 of CLASS_SPECS){let _0x281d1e;try{_0x281d1e=_0x2c6632['resolve']();}catch{continue;}if(_0x281d1e===null)continue;for(const _0x30d399 of _0x2c6632['props']){try{const _0x36d3bc=Object['getOwnPropertyDescriptor'](_0x281d1e,_0x30d399),_0x43d330=_0x36d3bc?.['get'];if(typeof _0x43d330!=='function')continue;const _0x12842b=_0x43d330['toString']();_0x1aed25[_0x2c6632['label']+'.'+_0x30d399]=_0x12842b;}catch{}}}return _0x1aed25;}const DENYLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorProtoFunctionNames(){if(typeof navigator==='undefined')return null;const _0x39e1ae=Object['getPrototypeOf'](navigator);if(_0x39e1ae===null)return null;const _0x4f2236=[];for(const _0x34648d of Object['getOwnPropertyNames'](_0x39e1ae)){if(DENYLIST['includes'](_0x34648d))continue;try{const _0x221d53=navigator[_0x34648d];if(typeof _0x221d53==='function'){const _0x3678ca=_0x221d53;typeof _0x3678ca['name']==='string'&&_0x4f2236['push'](_0x3678ca['name']);}}catch(_0x11c6c3){return{'ok':![],'error':_0x11c6c3 instanceof Error?_0x11c6c3['message']:String(_0x11c6c3)};}}const _0x5c9b88={};return _0x5c9b88['ok']=!![],_0x5c9b88['names']=_0x4f2236,_0x5c9b88;}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 _0x5be129;try{_0x5be129=new URL('');}catch{const _0x285163={};return _0x285163['acceptedEmpty']=![],_0x285163;}const _0x48e5c0=_0x5be129['isTrusted'],_0x4c00d9={};return _0x4c00d9['acceptedEmpty']=!![],_0x4c00d9['isTrusted']=_0x48e5c0,_0x4c00d9;}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 _0x5b373f=[],_0x4df173=Object['getOwnPropertyNames'](window);for(let _0x3aea56=0x0;_0x3aea56<_0x4df173['length'];_0x3aea56++){const _0x1db2db=crc32(_0x4df173[_0x3aea56]);TARGET_HASHES['has'](_0x1db2db)&&_0x5b373f['push'](_0x4df173[_0x3aea56]),_0x1db2db===UD&&_0x3aea56+0x1<_0x4df173['length']&&_0x5b373f['push'](_0x4df173[_0x3aea56+0x1]);}return _0x5b373f;}catch{return null;}}function getPlaywrightMarkers(){try{const _0x454c66=window,_0x5a9f06=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x5d83c9 of _0x5a9f06){if(_0x5d83c9 in _0x454c66)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 _0x50dfbe=new Error('probe'),_0x118b04=_0x50dfbe['stack']??'';for(const _0x16abb4 of AUTOMATION_PATTERNS){if(_0x118b04['includes'](_0x16abb4)){const _0x3e6617={};return _0x3e6617['leaked']=!![],_0x3e6617['pattern']=_0x16abb4,_0x3e6617;}}try{const _0x1f4e5a=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x8c5cfb=_0x1f4e5a();if(typeof _0x8c5cfb==='string')for(const _0x4ad415 of AUTOMATION_PATTERNS){if(_0x8c5cfb['includes'](_0x4ad415)){const _0x1b8f75={};return _0x1b8f75['leaked']=!![],_0x1b8f75['pattern']=_0x4ad415,_0x1b8f75;}}}catch{}const _0xef769e={};return _0xef769e['leaked']=![],_0xef769e['pattern']=null,_0xef769e;}catch{const _0x33c768={};return _0x33c768['leaked']=![],_0x33c768['pattern']=null,_0x33c768;}}function getWebdriver(){const _0x16e679=navigator['webdriver'],_0xee6e43={};_0xee6e43['status']=-0x1,_0xee6e43['value']=null,_0xee6e43['tampered']=![];if(_0x16e679===null)return _0xee6e43;const _0x2de205={};_0x2de205['status']=-0x2,_0x2de205['value']=null,_0x2de205['tampered']=![];if(_0x16e679===undefined)return _0x2de205;const _0x1f6251=_0x16e679===!![]||_0x16e679===![];return{'status':0x0,'value':Boolean(_0x16e679),'tampered':!_0x1f6251};}function getWebdriverWritable(){try{const _0x37a47c=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x37a47c){const _0x1ea7e8=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x1ea7e8)return!![];}const _0xc002fb=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0xc002fb)return!![];if('value'in _0xc002fb)return!![];if(typeof _0xc002fb['set']==='function')return!![];return![];}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){try{const _0x9348c0=window['process'];if(_0x9348c0===undefined||_0x9348c0===null||typeof _0x9348c0!=='object'){const _0x372ab7={};return _0x372ab7['hasProcess']=![],_0x372ab7;}const _0x2c322c={};_0x2c322c['hasProcess']=!![];const _0x5b158d=_0x2c322c,_0x4fbf1c=_0x9348c0['versions'];if(_0x4fbf1c!==undefined&&_0x4fbf1c!==null&&typeof _0x4fbf1c==='object'){const _0x214812=_0x4fbf1c;if(typeof _0x214812['electron']==='string'&&_0x214812['electron']!=='')_0x5b158d['electron']=_0x214812['electron'];if(typeof _0x214812['nw']==='string'&&_0x214812['nw']!=='')_0x5b158d['nw']=_0x214812['nw'];}const _0x46839a=_0x9348c0['type'];if(typeof _0x46839a==='string'&&_0x46839a!=='')_0x5b158d['type']=_0x46839a;return _0x5b158d;}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(_0x3b8888=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x3b8888(null);return;}const _0x1f8abc={};_0x1f8abc['type']='text/javascript';const _0x272054=new Blob([WORKER_CODE],_0x1f8abc),_0x583ed3=URL['createObjectURL'](_0x272054);let _0xd797a1=![];const _0x1a85c6=new Worker(_0x583ed3),_0x362faf=setTimeout(()=>{!_0xd797a1&&(_0xd797a1=!![],_0x1a85c6['terminate'](),URL['revokeObjectURL'](_0x583ed3),_0x3b8888(null));},0x1f4);_0x1a85c6['addEventListener']('error',()=>{!_0xd797a1&&(_0xd797a1=!![],clearTimeout(_0x362faf),_0x1a85c6['terminate'](),URL['revokeObjectURL'](_0x583ed3),_0x3b8888(null));}),_0x1a85c6['addEventListener']('message',_0x481c79=>{if(_0x481c79['data']==='ready'){_0x1a85c6['postMessage']('run');return;}!_0xd797a1&&(_0xd797a1=!![],clearTimeout(_0x362faf),_0x1a85c6['terminate'](),URL['revokeObjectURL'](_0x583ed3),_0x3b8888(_0x481c79['data']));});}catch{_0x3b8888(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 _0x2d417f={};for(const [_0x5f5a19,_0x1e761a]of CSS_PROBES){const _0x366f3b=_0x1e761a===''?_0x5f5a19:_0x5f5a19+':'+_0x1e761a;try{_0x2d417f[_0x366f3b]=_0x1e761a===''?CSS['supports'](_0x5f5a19):CSS['supports'](_0x5f5a19,_0x1e761a);}catch{_0x2d417f[_0x366f3b]=![];}}return _0x2d417f;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x316efe=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x316efe===undefined||typeof _0x316efe['isBrave']!=='function')return undefined;try{return!!await _0x316efe['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 _0x568ff1=window['innerWidth'],_0x53ad03=window['innerHeight'];if(_0x568ff1<=0x0||_0x53ad03<=0x0)return![];return _0x568ff1%0xc8===0x0&&_0x53ad03%0x64===0x0&&_0x568ff1<=0x578&&_0x53ad03<=0x384;}function measurePerfNowResolution(){let _0x173be4=Infinity,_0x423cb0=performance['now']();for(let _0x506899=0x0;_0x506899<PERF_NOW_SAMPLES;_0x506899++){const _0x4b2273=performance['now'](),_0x5df99b=_0x4b2273-_0x423cb0;if(_0x5df99b>0x0&&_0x5df99b<_0x173be4)_0x173be4=_0x5df99b;_0x423cb0=_0x4b2273;}if(!Number['isFinite'](_0x173be4))return 0x0;return Math['round'](_0x173be4);}function probeCanvasAllWhite(){try{const _0x481e6e=document['createElement']('canvas');_0x481e6e['width']=0x10,_0x481e6e['height']=0x10;const _0xe89613=_0x481e6e['getContext']('2d');if(_0xe89613===null)return null;_0xe89613['fillStyle']='#000000',_0xe89613['fillRect'](0x0,0x0,0x10,0x10);const _0x253c59=_0x481e6e['toDataURL']('image/png'),_0x22124c=_0xe89613['getImageData'](0x0,0x0,0x10,0x10)['data'];for(let _0x43d985=0x0;_0x43d985<_0x22124c['length'];_0x43d985+=0x4){if(_0x22124c[_0x43d985]!==0xff||_0x22124c[_0x43d985+0x1]!==0xff||_0x22124c[_0x43d985+0x2]!==0xff)return![];}return void _0x253c59,!![];}catch{return null;}}async function probeMediaDevicesRfp(){try{const _0x3cb69a=navigator['mediaDevices'];if(_0x3cb69a===undefined||typeof _0x3cb69a['enumerateDevices']!=='function')return null;const _0x3ffa87=await _0x3cb69a['enumerateDevices']();if(_0x3ffa87['length']!==0x2)return![];const _0x3665ec=_0x3ffa87['map'](_0x924fa5=>_0x924fa5['label'])['sort']();return _0x3665ec[0x0]==='Internal\x20Camera'&&_0x3665ec[0x1]==='Internal\x20Microphone';}catch{return null;}}function probePrefersColorSchemeLight(){try{const _0x481c81=window['matchMedia']('(prefers-color-scheme:\x20dark)'),_0x4ec3a7=window['matchMedia']('(prefers-color-scheme:\x20light)');return _0x4ec3a7['matches']&&!_0x481c81['matches'];}catch{return![];}}function getDetectMobile(){return isAndroid();}const THRESHOLD=0x3;function getDetectSamsungInternet(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x1bcb75=window,_0x25d96e=navigator,_0x239e7c=_0x1bcb75['Audio']?.['prototype']??{},_0x5b0ec6=_0x1bcb75['Image']?.['prototype']??{},_0xba8804=_0x1bcb75['visualViewport'];let _0x190928=0x0;if('srLatency'in _0x239e7c)_0x190928++;if('srChannelCount'in _0x239e7c)_0x190928++;if('devicePosture'in _0x25d96e)_0x190928++;if(_0xba8804!==undefined&&_0xba8804!==null&&'segments'in _0xba8804)_0x190928++;if('getTextInformation'in _0x5b0ec6)_0x190928++;return _0x190928>=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 _0x2b0290=navigator;return typeof _0x2b0290['maxTouchPoints']==='number'&&_0x2b0290['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 _0x277acc=navigator,_0x2dd61b=[];for(const _0x429415 of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x277acc))){if(BLACKLIST['includes'](_0x429415))continue;try{const _0x286f8a=_0x277acc[_0x429415];typeof _0x286f8a==='function'&&_0x286f8a['name']!==undefined&&_0x2dd61b['push'](_0x286f8a['name']);}catch(_0x7b5876){return[_0x7b5876 instanceof Error?_0x7b5876['message']:String(_0x7b5876)];}}return _0x2dd61b;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x18a11b=navigator['userAgentData'];if(!_0x18a11b||typeof _0x18a11b!=='object')return undefined;const _0x583571={},_0x481d99=[];if(typeof _0x18a11b['getHighEntropyValues']==='function'){const _0x4eac7c=_0x18a11b['getHighEntropyValues']['bind'](_0x18a11b);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x57bbc5=>{try{const _0x29fa16=await _0x4eac7c([_0x57bbc5]),_0x527c66=_0x29fa16[_0x57bbc5];_0x527c66!==undefined&&(_0x583571[_0x57bbc5]=typeof _0x527c66==='string'?_0x527c66:JSON['stringify'](_0x527c66));}catch(_0x520bd5){if(_0x520bd5 instanceof Error&&_0x520bd5['name']==='NotAllowedError')_0x481d99['push'](_0x57bbc5);else throw _0x520bd5;}}));}return{'b':_0x18a11b['brands']['map'](_0x4cef7c=>({'b':_0x4cef7c['brand'],'v':_0x4cef7c['version']})),'m':_0x18a11b['mobile'],'p':_0x18a11b['platform']??null,'h':_0x583571,'nah':_0x481d99};}function getVendorFlavors(){const _0x2d9e06=[];for(const _0x450ab1 of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x270735=window[_0x450ab1];_0x270735!==undefined&&_0x270735!==null&&typeof _0x270735==='object'&&_0x2d9e06['push'](_0x450ab1);}return _0x2d9e06['sort']();}const _0x28c0d6={};_0x28c0d6['workerIsolation']=getWorkerIsolation,_0x28c0d6['webGlExtended']=getWebGlExtended;const stage1Sources=_0x28c0d6,_0x59d62e={};_0x59d62e['canvas']=getCanvasSignal,_0x59d62e['canvasAdvanced']=getCanvasAdvanced,_0x59d62e['canvasRandom']=getCanvasRandom,_0x59d62e['canvasPow']=getCanvasPow,_0x59d62e['webGpu']=getWebGpuSignal,_0x59d62e['webGlExtensionsHashed']=getWebGlExtensionsHashed,_0x59d62e['audio']=getAudioSignal,_0x59d62e['audioTrap']=getAudioTrap,_0x59d62e['audioConsistency']=getAudioConsistency,_0x59d62e['fonts']=getFonts,_0x59d62e['fontPreferences']=getFontPreferences,_0x59d62e['osFontValidation']=getOsFontValidation,_0x59d62e['systemColors']=getSystemColors,_0x59d62e['scrollbarWidth']=getScrollbarWidth,_0x59d62e['formControlFont']=getFormControlFont,_0x59d62e['subPixelRendering']=getSubPixelRendering,_0x59d62e['screenFrame']=getScreenFrame,_0x59d62e['screenIframe']=getScreenIframe,_0x59d62e['emoji']=getEmojiSignal,_0x59d62e['svgEmoji']=getSvgEmojiSignal,_0x59d62e['mathml']=getMathML,_0x59d62e['computedStyle']=getComputedStyleSignal,_0x59d62e['iframeProxy']=getIframeProxy,_0x59d62e['iframeSignals']=getIframeSignals,_0x59d62e['adblockFilterMatch']=getAdblockFilterMatch,_0x59d62e['videoCodecs']=getVideoCodecs,_0x59d62e['drmSystems']=getDrmSystems,_0x59d62e['mediaCodecsExtended']=getMediaCodecsExtended,_0x59d62e['webAuthnCapabilities']=getWebAuthnCapabilities,_0x59d62e['speechVoices']=getSpeechVoices,_0x59d62e['barcodeDetection']=getBarcodeDetection,_0x59d62e['subtleCryptoExport']=getSubtleCryptoExport,_0x59d62e['webRtcDevices']=getWebRtcDevices,_0x59d62e['networkIceProbe']=getNetworkIceProbe,_0x59d62e['permissions']=getPermissions,_0x59d62e['notificationContradiction']=getNotificationContradiction,_0x59d62e['fileSystemAccess']=getFileSystemAccess,_0x59d62e['storageQuota']=getStorageQuota,_0x59d62e['storageEstimate']=getStorageEstimate,_0x59d62e['indexedDbBlob']=getIndexedDbBlob,_0x59d62e['geolocationProbe']=getGeolocationProbe,_0x59d62e['battery']=getBatterySignal,_0x59d62e['filesystemUrlProbe']=getFilesystemUrlProbe,_0x59d62e['storagePersisted']=getStoragePersisted,_0x59d62e['incognitoDetection']=getIncognitoDetection,_0x59d62e['headless']=getHeadlessSignals,_0x59d62e['restrictedEnvironment']=getRestrictedEnvironment,_0x59d62e['uaClientHints']=getUAClientHints,_0x59d62e['detectBrave']=getDetectBrave,_0x59d62e['detectSamsungInternet']=getDetectSamsungInternet,_0x59d62e['torBrowserProbe']=getTorBrowserProbe,_0x59d62e['wasmFeaturesWorker']=getWasmFeaturesWorker;const stage2Sources=_0x59d62e,_0x1d50e8={};_0x1d50e8['osCpu']=getOsCpu,_0x1d50e8['languages']=getLanguages,_0x1d50e8['navigatorLanguages']=getNavigatorLanguages,_0x1d50e8['colorDepth']=getColorDepth,_0x1d50e8['deviceMemory']=getDeviceMemory,_0x1d50e8['screenResolution']=getScreenResolution,_0x1d50e8['hardwareConcurrency']=getHardwareConcurrency,_0x1d50e8['timezone']=getTimezone,_0x1d50e8['platform']=getPlatform,_0x1d50e8['plugins']=getPlugins,_0x1d50e8['pluginsCount']=getPluginsCount,_0x1d50e8['pluginsArray']=getPluginsArray,_0x1d50e8['touchSupport']=getTouchSupport,_0x1d50e8['vendor']=getVendor,_0x1d50e8['vendorFlavors']=getVendorFlavors,_0x1d50e8['userAgent']=getUserAgent,_0x1d50e8['appVersion']=getAppVersion,_0x1d50e8['userAgentData']=getUserAgentData,_0x1d50e8['productSub']=getProductSub,_0x1d50e8['windowDimensions']=getWindowDimensions,_0x1d50e8['devicePixelRatio']=getDevicePixelRatio,_0x1d50e8['sessionStorage']=getSessionStorage,_0x1d50e8['localStorage']=getLocalStorage,_0x1d50e8['indexedDB']=getIndexedDB,_0x1d50e8['cookiesEnabled']=areCookiesEnabled,_0x1d50e8['webSqlDatabase']=getWebSqlDatabase,_0x1d50e8['colorGamut']=getColorGamut,_0x1d50e8['colorScheme']=getColorScheme,_0x1d50e8['invertedColors']=areColorsInverted,_0x1d50e8['forcedColors']=areColorsForced,_0x1d50e8['contrast']=getContrastPreference,_0x1d50e8['reducedMotion']=isMotionReduced,_0x1d50e8['reducedTransparency']=getReducedTransparency,_0x1d50e8['hdr']=isHDR,_0x1d50e8['mediaQueries']=getMediaQueries,_0x1d50e8['cssSupports']=getCssSupports,_0x1d50e8['cssSupportExtended']=getCssSupportExtended,_0x1d50e8['cssRegisterProperty']=getCssRegisterProperty,_0x1d50e8['cssCalcResolved']=getCssCalcResolved,_0x1d50e8['cssTrigPrecision']=getCssTrigPrecision,_0x1d50e8['math']=getMathSignal,_0x1d50e8['endianness']=getEndianness,_0x1d50e8['performanceNowMicroseconds']=getPerformanceNowMicroseconds,_0x1d50e8['performanceResolution']=getPerformanceResolution,_0x1d50e8['performanceMemory']=getPerformanceMemory,_0x1d50e8['timerReliability']=getTimerReliability,_0x1d50e8['epochTimestamp']=getEpochTimestamp,_0x1d50e8['measuredTimezone']=getMeasuredTimezone,_0x1d50e8['tzTampered']=getTzTampered,_0x1d50e8['connectionInfo']=getConnectionInfo,_0x1d50e8['connectionExtended']=getConnectionExtended,_0x1d50e8['connectionSaveData']=getConnectionSaveData,_0x1d50e8['networkRtt']=getNetworkRTT,_0x1d50e8['navigatorOnline']=getNavigatorOnline,_0x1d50e8['secureContext']=getSecureContext,_0x1d50e8['serviceWorkerPresence']=getServiceWorkerPresence,_0x1d50e8['sharedArrayBuffer']=getSharedArrayBuffer,_0x1d50e8['notificationPresence']=getNotificationPresence,_0x1d50e8['documentFocus']=getDocumentFocus,_0x1d50e8['documentAttributes']=getDocumentAttributes,_0x1d50e8['pageUrl']=getPageUrl,_0x1d50e8['urlSegmentsHash']=getUrlSegmentsHash,_0x1d50e8['ancestorOrigins']=getAncestorOrigins,_0x1d50e8['doNotTrack']=getDoNotTrack,_0x1d50e8['pdfViewerEnabled']=isPdfViewerEnabled,_0x1d50e8['privateClickMeasurement']=getPrivateClickMeasurement,_0x1d50e8['installedRelatedApps']=getInstalledRelatedApps,_0x1d50e8['standalonePwa']=getStandalonePwa,_0x1d50e8['applePay']=getApplePayState,_0x1d50e8['audioBaseLatency']=getAudioContextBaseLatency,_0x1d50e8['audioContextInfo']=getAudioContextInfo,_0x1d50e8['mediaSession']=getMediaSession,_0x1d50e8['mimeTypes']=getMimeTypes,_0x1d50e8['mimeTypesCount']=getMimeTypesCount,_0x1d50e8['pluginPropsEnum']=getPluginPropsEnum,_0x1d50e8['supportedConstraints']=getSupportedConstraints,_0x1d50e8['bomEnumeration']=getBomEnumeration,_0x1d50e8['urlProtocolParser']=getUrlProtocolParser,_0x1d50e8['architecture']=getArchitecture,_0x1d50e8['wasmFeatures']=getWasmFeatures,_0x1d50e8['featureVersion']=getFeatureVersion,_0x1d50e8['lockdownFeatures']=getLockdownFeatures,_0x1d50e8['intlCurrency']=getIntlCurrency,_0x1d50e8['intlMetadata']=getIntlMetadata,_0x1d50e8['intlSegmenter']=getIntlSegmenter,_0x1d50e8['localeCurrency']=getLocaleCurrency,_0x1d50e8['dateTimeLocale']=getDateTimeLocale,_0x1d50e8['detectTrident']=getDetectTrident,_0x1d50e8['detectEdgeHTML']=getDetectEdgeHTML,_0x1d50e8['detectChromium']=getDetectChromium,_0x1d50e8['detectChromium86']=getDetectChromium86,_0x1d50e8['detectChromium122']=getDetectChromium122,_0x1d50e8['detectGecko']=getDetectGecko,_0x1d50e8['detectGecko120']=getDetectGecko120,_0x1d50e8['detectGecko143']=getDetectGecko143,_0x1d50e8['detectWebKit']=getDetectWebKit,_0x1d50e8['detectWebKit606']=getDetectWebKit606,_0x1d50e8['detectWebKit616']=getDetectWebKit616,_0x1d50e8['detectSafari']=getDetectSafari,_0x1d50e8['detectMobile']=getDetectMobile,_0x1d50e8['navigatorMethods']=getNavigatorMethods,_0x1d50e8['safariLocalStorageCallable']=getSafariLocalStorageCallable,_0x1d50e8['webdriver']=getWebdriver,_0x1d50e8['webdriverWritable']=getWebdriverWritable,_0x1d50e8['windowProcess']=getWindowProcess,_0x1d50e8['windowClose']=getWindowClose,_0x1d50e8['windowPropertyNames']=getWindowPropertyNames,_0x1d50e8['navigatorProtoFunctionNames']=getNavigatorProtoFunctionNames,_0x1d50e8['nativeGetterSource']=getNativeGetterSource,_0x1d50e8['navigatorDescriptors']=getNavigatorDescriptors,_0x1d50e8['bindToString']=getBindToString,_0x1d50e8['evalLength']=getEvalLength,_0x1d50e8['errorStack']=getErrorStackFormat,_0x1d50e8['createElementDescriptor']=getCreateElementDescriptor,_0x1d50e8['getterProxyDetection']=getGetterProxyDetection,_0x1d50e8['getterToString']=getGetterToString,_0x1d50e8['externalObjectString']=getExternalObjectString,_0x1d50e8['objectInspectGlobal']=getObjectInspectGlobal,_0x1d50e8['objectFunctionTypeof']=getObjectFunctionTypeof,_0x1d50e8['prototypeChain']=getPrototypeChain,_0x1d50e8['pluginOverflow']=getPluginOverflow,_0x1d50e8['languagesProtoChain']=getLanguagesProtoChain,_0x1d50e8['elementMatchesPolyfill']=getElementMatchesPolyfill,_0x1d50e8['nodeTypeSanity']=getNodeTypeSanity,_0x1d50e8['proxyDetection']=getProxyDetection,_0x1d50e8['protoChainProxyTrap']=getProtoChainProxyTrap,_0x1d50e8['tamperAggregate']=getTamperAggregate,_0x1d50e8['screenVerify']=getScreenVerify,_0x1d50e8['canvasModified']=getCanvasModified,_0x1d50e8['gpuGibberish']=getGpuGibberish,_0x1d50e8['extensionDetection']=getExtensionDetection,_0x1d50e8['platformApiScoring']=getPlatformApiScoring,_0x1d50e8['stackBytes']=getStackBytes,_0x1d50e8['mathRandomDeterminism']=getMathRandomDeterminism,_0x1d50e8['urlIsTrusted']=getUrlIsTrusted,_0x1d50e8['eventIsTrusted']=getEventIsTrusted,_0x1d50e8['automationDescriptor']=getAutomationDescriptor,_0x1d50e8['cdpDetection']=getCdpDetection,_0x1d50e8['chromeRuntime']=getChromeRuntime,_0x1d50e8['playwrightMarkers']=getPlaywrightMarkers,_0x1d50e8['stealthMarkers']=getStealthMarkers,_0x1d50e8['sourceUrlLeak']=getSourceUrlLeak,_0x1d50e8['devtoolsDetection']=getDevtoolsDetection,_0x1d50e8['devtoolsWindowSize']=getDevtoolsWindowSize,_0x1d50e8['webGlBasics']=getWebGlBasics,_0x1d50e8['webGlCanvas']=getWebGlCanvas,_0x1d50e8['webGlSphere']=getWebGlSphere,_0x1d50e8['webGpuContention']=getWebGpuContention,_0x1d50e8['webCodecsHardware']=getWebCodecsHardware;const stage3Sources=_0x1d50e8;let lastPipelineTrace=null;function timedSource(_0x33486a,_0x3151b8,_0x17deac){return _0x5f0e02=>{const _0x41f207=performance['now'](),_0x296c99=()=>{_0x17deac[_0x33486a]=performance['now']()-_0x41f207;},_0x3f5aa5=_0x25b9b4=>{return()=>{const _0x29c56f=_0x25b9b4();if(isPromise(_0x29c56f))return _0x29c56f['then'](_0x370244=>{return _0x296c99(),_0x370244;});return _0x296c99(),_0x29c56f;};},_0x50024c=_0x3151b8(_0x5f0e02);if(isPromise(_0x50024c))return _0x50024c['then'](_0x25865b=>{if(typeof _0x25865b==='function')return _0x3f5aa5(_0x25865b);return _0x296c99(),_0x25865b;});if(typeof _0x50024c==='function')return _0x3f5aa5(_0x50024c);return _0x296c99(),_0x50024c;};}function instrumentSources(_0x4b06d9,_0x358aed){const _0x561f96={};for(const _0x1b5fa9 of Object['keys'](_0x4b06d9)){_0x561f96[_0x1b5fa9]=timedSource(_0x1b5fa9,_0x4b06d9[_0x1b5fa9],_0x358aed);}return _0x561f96;}function getPipelineTrace(){return lastPipelineTrace;}function loadBuiltinSources(_0xc2ae55){const _0x51db3b={'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=_0x51db3b;const _0x57be8={...stage1Sources,...stage2Sources},_0x9d1f10=instrumentSources(_0x57be8,_0x51db3b['collectorTimings']),_0x182ba1=Object['keys'](_0x9d1f10)['length']>0x0,_0x1df127=_0x182ba1?((()=>{return _0x51db3b['wave1LoadStart']=performance['now'](),loadSources(_0x9d1f10,_0xc2ae55,[]);})()):null,_0x3513ff=instrumentSources(stage3Sources,_0x51db3b['collectorTimings']),_0x185560=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x51db3b['idleResolvedAt']=performance['now'](),_0x51db3b['wave2LoadStart']=performance['now'](),loadSources(_0x3513ff,_0xc2ae55,[]);});return _0x185560['then'](undefined,()=>undefined),async function _0x35b090(){_0x51db3b['getStart']=performance['now']();if(_0x1df127){const [_0x207bed,_0x6d29de]=await Promise['all']([_0x1df127()['then'](_0x1a65f7=>{return _0x51db3b['wave1Done']=performance['now'](),_0x1a65f7;}),_0x185560['then'](_0x458957=>_0x458957())['then'](_0x3a83ba=>{return _0x51db3b['wave2Done']=performance['now'](),_0x3a83ba;})]);_0x51db3b['allDone']=performance['now']();const _0x1f25f9={..._0x6d29de,..._0x207bed};return _0x1f25f9;}const _0x13f867=await _0x185560,_0x34c80d=await _0x13f867();return _0x51db3b['wave2Done']=performance['now'](),_0x51db3b['allDone']=performance['now'](),_0x34c80d;};}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(_0xb13c57){if(!(_0xb13c57 instanceof DOMException))return![];const _0xb665db=_0xb13c57['message'];for(const _0x2fe494 of SANDBOX_MESSAGE_PATTERNS){if(_0x2fe494['test'](_0xb665db))return!![];}return _0xb13c57['name']==='SecurityError';}}const version='2.1.0';function componentsToDebugString(_0x2c92ee){return JSON['stringify'](_0x2c92ee,(_0x642e58,_0x83679c)=>{if(_0x83679c instanceof Error)return errorToObject(_0x83679c);return _0x83679c;},0x2);}function makeEngine(_0x442973,_0x20c9ca){const _0x53ce76=Date['now']();return{async 'get'(_0x3d953a){const _0x500fc4=Date['now'](),_0x2b8289=await _0x442973();(_0x20c9ca===!![]||_0x3d953a?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x500fc4-_0x53ce76)+'\x0acomponents:\x20'+componentsToDebugString(_0x2b8289)+'\x0a```');const _0x3c080d={};return _0x3c080d['components']=_0x2b8289,_0x3c080d['version']=version,_0x3c080d;}};}function load(_0x6eb549={}){if(isSandboxedIframe())throw new SentinelError('Running\x20inside\x20sandboxed\x20iframes\x20(without\x20allow-same-origin)\x20is\x20not\x20supported','sandboxed_iframe');const {debug:_0x34e12e,proxyDetection:proxyDetection='high',apiKey:_0x2bd18c,endpoint:_0x53ca5d,linkedId:_0xcdf467,tag:_0x516f04}=_0x6eb549;setProxyDetectionMode(proxyDetection);const _0x6684c4={};_0x6684c4['cache']={},_0x6684c4['debug']=_0x34e12e;const _0x5ebe40=loadBuiltinSources(_0x6684c4),_0x2bfb44=makeEngine(_0x5ebe40,_0x34e12e);if(_0x2bd18c!==undefined&&_0x53ca5d!==undefined){const _0xab5aa2={};_0xab5aa2['apiKey']=_0x2bd18c,_0xab5aa2['endpoint']=_0x53ca5d;const _0x551551={};_0x551551['linkedId']=_0xcdf467,_0x551551['tag']=_0x516f04,_0x2bfb44['result']=capture(_0x2bfb44,_0xab5aa2,_0x551551)['catch'](_0x207cab=>{_0x34e12e===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x207cab);throw _0x207cab;}),_0x2bfb44['result']['catch'](()=>undefined);}return _0x2bfb44;}function createPageHideAbortController(){const _0x356a7a=new AbortController();if(typeof window==='undefined'){const _0xdf9033={};return _0xdf9033['signal']=_0x356a7a['signal'],_0xdf9033['dispose']=()=>undefined,_0xdf9033;}const _0x342a85=()=>{if(!_0x356a7a['signal']['aborted'])_0x356a7a['abort']();},_0x9cd97e={};_0x9cd97e['once']=!![],window['addEventListener']('pagehide',_0x342a85,_0x9cd97e);const _0xea0018={};_0xea0018['once']=!![],window['addEventListener']('beforeunload',_0x342a85,_0xea0018);let _0x14a167=![];const _0x5bde42=()=>{if(_0x14a167)return;_0x14a167=!![],window['removeEventListener']('pagehide',_0x342a85),window['removeEventListener']('beforeunload',_0x342a85);},_0x5c6706={};return _0x5c6706['signal']=_0x356a7a['signal'],_0x5c6706['dispose']=_0x5bde42,_0x5c6706;}const WITHOUT_DEFAULT_TAG='@danetix/sentinel/without-default/v1';function withoutDefault(_0x45aaaf){const _0x2d5c80={};return _0x2d5c80['__type__']=WITHOUT_DEFAULT_TAG,_0x2d5c80['value']=_0x45aaaf,_0x2d5c80;}function isWithoutDefault(_0x16986a){if(_0x16986a===null||typeof _0x16986a!=='object')return![];const _0x27e17e=_0x16986a;return _0x27e17e['__type__']===WITHOUT_DEFAULT_TAG&&'value'in _0x27e17e;}function unwrapWithoutDefault(_0x2716ab){return isWithoutDefault(_0x2716ab)?_0x2716ab['value']:_0x2716ab;}async function handleAgentData(_0x306579,_0x1e300c){let _0x588cd1;try{_0x588cd1=_0x1e300c?.['raw']===!![]?_0x306579:await decodePayload(_0x306579);}catch(_0x4a8465){throw new SentinelError('handleAgentData:\x20decode\x20failed\x20('+(_0x4a8465 instanceof Error?_0x4a8465['message']:String(_0x4a8465))+')','bad_response_format');}let _0x44126b;try{_0x44126b=JSON['parse'](_0x588cd1);}catch(_0x809699){throw new SentinelError('handleAgentData:\x20not\x20valid\x20JSON\x20('+(_0x809699 instanceof Error?_0x809699['message']:String(_0x809699))+')','bad_response_format');}if(_0x44126b===null||typeof _0x44126b!=='object'||typeof _0x44126b['requestId']!=='string'||typeof _0x44126b['token']!=='string')throw new SentinelError('handleAgentData:\x20response\x20missing\x20required\x20fields\x20(requestId,\x20token)','bad_response_format');if(_0x44126b['token']['length']===0x0||_0x44126b['token']['length']>0x1000||/[\x00-\x1f\x7f]/['test'](_0x44126b['token']))throw new SentinelError('handleAgentData:\x20token\x20failed\x20format\x20validation','bad_response_format');return saveDeviceToken(_0x44126b['token']),Array['isArray'](_0x44126b['notifications'])&&dispatchNotifications(_0x44126b['notifications']),_0x44126b;}function dispatchNotifications(_0x39dbad){for(const _0x57f31a of _0x39dbad){if(_0x57f31a===null||typeof _0x57f31a!=='object')continue;const _0x57d84a=String(_0x57f31a['message']);if(_0x57f31a['level']==='error')console['error'](_0x57d84a);else{if(_0x57f31a['level']==='warning')console['warn'](_0x57d84a);else console['log'](_0x57d84a);}}}const STORAGE_SUFFIX='lr',RING_SIZE=0x2;function createReplayChannel(_0x45a36b={}){const _0x4d3181=_0x45a36b['prefix']??'_dx',_0x236914=Math['max'](0x1,_0x45a36b['ringSize']??RING_SIZE),_0x4b4a2d=''+_0x4d3181+STORAGE_SUFFIX;function _0xb6f031(){if(typeof localStorage==='undefined')return[];try{const _0x52ca67=localStorage['getItem'](_0x4b4a2d);if(_0x52ca67===null)return[];const _0x21231f=JSON['parse'](_0x52ca67);if(!Array['isArray'](_0x21231f))return[];return _0x21231f['filter'](_0xb98c5f=>typeof _0xb98c5f==='string');}catch{return[];}}function _0x15a29f(_0xfed5a5){if(typeof localStorage==='undefined')return;try{localStorage['setItem'](_0x4b4a2d,JSON['stringify'](_0xfed5a5));}catch{}}return{'list'(){return _0xb6f031();},'record'(_0x173d7e){if(typeof _0x173d7e!=='string'||_0x173d7e['length']===0x0)return;const _0x13a0dc=_0xb6f031(),_0xb26872=_0x13a0dc['filter'](_0x1b1238=>_0x1b1238!==_0x173d7e);_0xb26872['push'](_0x173d7e);while(_0xb26872['length']>_0x236914)_0xb26872['shift']();_0x15a29f(_0xb26872);},'acknowledge'(_0x3c37ae){if(_0x3c37ae['length']===0x0)return;const _0x3db9d1=_0xb6f031(),_0x1ae2d7=new Set(_0x3c37ae),_0x5ac7c4=_0x3db9d1['filter'](_0x2c3d9c=>!_0x1ae2d7['has'](_0x2c3d9c));if(_0x5ac7c4['length']===_0x3db9d1['length'])return;_0x15a29f(_0x5ac7c4);},'clear'(){if(typeof localStorage==='undefined')return;try{localStorage['removeItem'](_0x4b4a2d);}catch{}}};}function resolveRandomizeStrategy(_0x5ccec3){if(_0x5ccec3===undefined)return'replace';if(_0x5ccec3===![]||_0x5ccec3==='off')return'off';if(_0x5ccec3===!![]||_0x5ccec3==='replace')return'replace';return'append';}function start(_0x50c6b4){const {apiKey:_0x179096,endpoint:_0x5cff6b,cache:_0x3f0ce8,randomizeEndpointPath:_0x598412,integrationInfo:_0xa23ea3,urlPrivacy:_0x1a4beb,..._0x297287}=_0x50c6b4,_0x300de6=load(_0x297287),_0x399e25={'apiKey':_0x179096,'endpoint':_0x5cff6b,'randomizeStrategy':resolveRandomizeStrategy(_0x598412),'integrationInfo':_0xa23ea3,'urlPrivacy':_0x1a4beb},_0x58c3b1=_0x3f0ce8?createCache(_0x3f0ce8):null;return{'get'(_0x5a8024){const {ignoreCache:_0x3797f2,..._0x2cc83b}=_0x5a8024??{},_0x4e0b6b={};_0x4e0b6b['tag']=_0x2cc83b['tag'],_0x4e0b6b['linkedId']=_0x2cc83b['linkedId'];const _0x43faee=_0x4e0b6b;if(_0x3797f2!==!![]&&_0x58c3b1!==null){const _0x673627=_0x58c3b1['get'](_0x43faee);if(_0x673627!==null)return Promise['resolve'](_0x673627);}return capture(_0x300de6,_0x399e25,_0x2cc83b)['then'](_0x25526c=>{if(_0x58c3b1!==null)_0x58c3b1['set'](_0x25526c,_0x43faee);return _0x25526c;});},'clearCache'(){if(_0x58c3b1!==null)_0x58c3b1['clear']();}};}const _0x17491d={};_0x17491d['start']=start;var index=_0x17491d;export{CspBlockError,FetchTimeoutError,SentinelError,buildEndpointSuffix,createPageHideAbortController,createReplayChannel,index as default,detectFrameworks,getPageVisitId,getPipelineTrace,handleAgentData,isSentinelError,isWithoutDefault,listRegisteredIntegrations,load,randomizeEndpoint,registerIntegration,start,unwrapWithoutDefault,withoutDefault};