@danetix/sentinel 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +90 -171
- package/dist/stl.cjs.min.js +1 -1
- package/dist/stl.esm.min.js +1 -1
- package/dist/stl.min.js +1 -1
- package/dist/stl.umd.min.js +1 -1
- package/package.json +4 -7
package/dist/stl.cjs.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const _0x18939f={};_0x18939f['value']=!![],Object['defineProperty'](exports,'__esModule',_0x18939f);const STORAGE_KEY_DEFAULT='_dxc';function createMemoryCache(_0x289431){let _0x432109=null;return{'get'(){if(_0x432109===null)return null;if(Date['now']()-_0x432109['ts']>_0x289431*0x3e8)return _0x432109=null,null;return _0x432109['result'];},'set'(_0x304e27){_0x432109={'result':_0x304e27,'ts':Date['now']()};},'clear'(){_0x432109=null;}};}function createStorageCache(_0x347b25,_0x2eab85,_0x100f55){const _0x407ba2=_0x100f55;return{'get'(){try{const _0xb22c93=_0x2eab85['getItem'](_0x407ba2);if(_0xb22c93===null)return null;const _0x1838af=JSON['parse'](_0xb22c93);if(Date['now']()-_0x1838af['ts']>_0x347b25*0x3e8)return _0x2eab85['removeItem'](_0x407ba2),null;return _0x1838af['result'];}catch{return null;}},'set'(_0x80af3f){try{_0x2eab85['setItem'](_0x407ba2,JSON['stringify']({'result':_0x80af3f,'ts':Date['now']()}));}catch{}},'clear'(){try{_0x2eab85['removeItem'](_0x407ba2);}catch{}}};}function createCache(_0x343fcb){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x343fcb;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl);try{const _0x283527=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x283527,prefix);}catch{return createMemoryCache(ttl);}}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x1e0167=Date['now']();if(cachedSessionId!==null&&_0x1e0167-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x1e0167,cachedSessionId;const _0x4e1192=sessionStorage['getItem'](SESSION_KEY);if(_0x4e1192!==null)try{const _0x4c946b=JSON['parse'](_0x4e1192);if(_0x1e0167-_0x4c946b['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x4c946b['id'],lastActivity=_0x1e0167,persistSession(_0x4c946b['id'],_0x1e0167),_0x4c946b['id'];}catch{}const _0x38fc6c=generateSessionId();return cachedSessionId=_0x38fc6c,lastActivity=_0x1e0167,persistSession(_0x38fc6c,_0x1e0167),_0x38fc6c;}function persistSession(_0x29e079,_0x579563){try{const _0x57f8e4={};_0x57f8e4['id']=_0x29e079,_0x57f8e4['ts']=_0x579563,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x57f8e4));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0x1ee7e2=>{const _0x183533=Math['random']()*0x10|0x0,_0x248bd0=_0x1ee7e2==='x'?_0x183533:_0x183533&0x3|0x8;return _0x248bd0['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;function getCookie(){try{const _0x5a1ff9=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x5a1ff9?decodeURIComponent(_0x5a1ff9[0x1]):null;}catch{return null;}}function setCookie(_0x326aee){try{const _0x46747a=0x16d*0x18*0x3c*0x3c,_0x57569a=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'';document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x326aee)+';\x20path=/;\x20max-age='+_0x46747a+';\x20samesite=lax'+_0x57569a;}catch{}}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x5d8d4a){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x5d8d4a);}catch{}}function openIdb(){return new Promise(_0x3adfec=>{try{const _0x31b44b=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x31b44b['onupgradeneeded']=()=>{const _0x2dcae1=_0x31b44b['result'];!_0x2dcae1['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x2dcae1['createObjectStore'](KEY_IDB_STORE);},_0x31b44b['onsuccess']=()=>_0x3adfec(_0x31b44b['result']),_0x31b44b['onerror']=()=>_0x3adfec(null);}catch{_0x3adfec(null);}});}function getIndexedDb(){return new Promise(_0x53d507=>{openIdb()['then'](_0x474524=>{if(_0x474524===null){_0x53d507(null);return;}try{const _0x466a6f=_0x474524['transaction'](KEY_IDB_STORE,'readonly'),_0x1de91e=_0x466a6f['objectStore'](KEY_IDB_STORE),_0xcd90d=_0x1de91e['get'](KEY_IDB_KEY);_0xcd90d['onsuccess']=()=>{_0x474524['close'](),_0x53d507(typeof _0xcd90d['result']==='string'?_0xcd90d['result']:null);},_0xcd90d['onerror']=()=>{_0x474524['close'](),_0x53d507(null);};}catch{_0x474524['close'](),_0x53d507(null);}})['catch'](()=>_0x53d507(null));});}function setIndexedDb(_0x56af20){openIdb()['then'](_0x10dfb2=>{if(_0x10dfb2===null)return;try{const _0x3397d1=_0x10dfb2['transaction'](KEY_IDB_STORE,'readwrite'),_0x28e78f=_0x3397d1['objectStore'](KEY_IDB_STORE);_0x28e78f['put'](_0x56af20,KEY_IDB_KEY),_0x3397d1['oncomplete']=()=>_0x10dfb2['close'](),_0x3397d1['onerror']=()=>_0x10dfb2['close']();}catch{_0x10dfb2['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x10579f=getCookie();if(_0x10579f!==null)return _0x10579f;const _0x3b6cd9=getLocalStorage$1();if(_0x3b6cd9!==null)return _0x3b6cd9;return getIndexedDb();}function saveDeviceToken(_0x30f298){setCookie(_0x30f298),setLocalStorage(_0x30f298),setIndexedDb(_0x30f298);}function wait(_0x978f6d,_0x271dae){return new Promise(_0xcd432=>setTimeout(_0xcd432,_0x978f6d,_0x271dae));}function releaseEventLoop(){return new Promise(_0x3a1fa9=>{const _0xa22d4=new MessageChannel();_0xa22d4['port1']['onmessage']=()=>_0x3a1fa9(),_0xa22d4['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x1ef0b6,_0x49354b=Infinity){const {requestIdleCallback:_0x592a78}=window;if(typeof _0x592a78==='function'){const _0x7bfd1b={};return _0x7bfd1b['timeout']=_0x49354b,new Promise(_0x1c671c=>_0x592a78['call'](window,()=>_0x1c671c(),_0x7bfd1b));}return wait(Math['min'](_0x1ef0b6,_0x49354b));}function isPromise(_0xf05d5e){return _0xf05d5e!==null&&_0xf05d5e!==undefined&&typeof _0xf05d5e['then']==='function';}function awaitIfAsync(_0x2154bd,_0x3bf1f5){try{const _0x4818b3=_0x2154bd();isPromise(_0x4818b3)?_0x4818b3['then'](_0x44041c=>_0x3bf1f5(!![],_0x44041c),_0x2d0616=>_0x3bf1f5(![],_0x2d0616)):_0x3bf1f5(!![],_0x4818b3);}catch(_0x44eaa6){_0x3bf1f5(![],_0x44eaa6);}}async function mapWithBreaks(_0x3d8d2f,_0x392908,_0x545c25=0x10){const _0x53b1ac=Array(_0x3d8d2f['length']);let _0x1bf284=Date['now']();for(let _0x1ba332=0x0;_0x1ba332<_0x3d8d2f['length'];++_0x1ba332){_0x53b1ac[_0x1ba332]=_0x392908(_0x3d8d2f[_0x1ba332],_0x1ba332);const _0x288b8a=Date['now']();_0x288b8a>=_0x1bf284+_0x545c25&&(_0x1bf284=_0x288b8a,await releaseEventLoop());}return _0x53b1ac;}function suppressUnhandledRejectionWarning(_0x339e1f){return _0x339e1f['then'](undefined,()=>undefined),_0x339e1f;}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710;async function fetchWithRetry(_0x275080,_0x1ae24c,_0x5933ee){const _0x546887=_0x5933ee?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x270a2a=_0x5933ee?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0xecfdfc=_0x5933ee?.['maxDelayMs']??DEFAULT_MAX_DELAY;for(let _0x4a5e5d=0x0;_0x4a5e5d<=_0x546887;_0x4a5e5d++){try{const _0x59db17=await fetch(_0x275080,_0x1ae24c);if(_0x59db17['ok']||_0x59db17['status']<0x1f4&&_0x59db17['status']!==0x1ad)return _0x59db17;if(_0x59db17['status']===0x1ad&&_0x4a5e5d<_0x546887){const _0xd8f0ef=parseRetryAfter(_0x59db17['headers']['get']('Retry-After'));await wait(_0xd8f0ef??computeBackoff(_0x4a5e5d,_0x270a2a,_0xecfdfc));continue;}if(_0x59db17['status']>=0x1f4&&_0x4a5e5d<_0x546887){await wait(computeBackoff(_0x4a5e5d,_0x270a2a,_0xecfdfc));continue;}return _0x59db17;}catch(_0xc36a0a){if(_0x4a5e5d>=_0x546887)throw _0xc36a0a;await wait(computeBackoff(_0x4a5e5d,_0x270a2a,_0xecfdfc));}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x40181f,_0x191b78,_0x72c622){const _0x1301ad=Math['min'](_0x72c622,_0x191b78*0x2**_0x40181f);return _0x1301ad*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x4838ef){if(_0x4838ef===null)return null;const _0x28a3ce=Number(_0x4838ef);if(!Number['isNaN'](_0x28a3ce)&&_0x28a3ce>0x0)return _0x28a3ce*0x3e8;const _0x27b4ed=Date['parse'](_0x4838ef);if(!Number['isNaN'](_0x27b4ed))return Math['max'](0x0,_0x27b4ed-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(_0x1cded3){try{const _0x22bd94=new URL(_0x1cded3),_0x5cb325=[];for(const [_0x548b81]of _0x22bd94['searchParams']){const _0x26460a=_0x548b81['toLowerCase']();SENSITIVE_PARAMS['some'](_0x2eb20e=>_0x26460a['includes'](_0x2eb20e))&&_0x5cb325['push'](_0x548b81);}for(const _0x2db0b2 of _0x5cb325){_0x22bd94['searchParams']['set'](_0x2db0b2,'[REDACTED]');}return _0x22bd94['hash']='',_0x22bd94['toString']();}catch{return _0x1cded3;}}function toBase64Url(_0x169b93){let _0x1f41ff='';for(let _0x486e3b=0x0;_0x486e3b<_0x169b93['length'];_0x486e3b++){_0x1f41ff+=String['fromCharCode'](_0x169b93[_0x486e3b]);}return btoa(_0x1f41ff)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x3fe3e3){if(!isCompressionSupported())return _0x3fe3e3;const _0x298aa8=new Blob([_0x3fe3e3])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x185a9f=await new Response(_0x298aa8)['arrayBuffer']();return new Uint8Array(_0x185a9f);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x37019e){const _0x3ff880=new Uint8Array(_0x37019e);return crypto['getRandomValues'](_0x3ff880),_0x3ff880;}function createXorEnvelope(_0x4e3b18){const _0x339861=getRandomBytes(0x1)[0x0],_0x360d57=Math['floor'](Math['random']()*MAX_PADDING),_0x466ee9=getRandomBytes(_0x360d57),_0xb138d2=getRandomBytes(KEY_LENGTH),_0x1dd3df=0x1+0x2+0x1+_0x360d57+KEY_LENGTH,_0x2f5284=new Uint8Array(_0x1dd3df+_0x4e3b18['length']);let _0x34f5aa=0x0;_0x2f5284[_0x34f5aa++]=_0x339861,_0x2f5284[_0x34f5aa++]=MARKER_1+_0x339861&0xff,_0x2f5284[_0x34f5aa++]=MARKER_2+_0x339861&0xff,_0x2f5284[_0x34f5aa++]=_0x360d57+_0x339861&0xff,_0x2f5284['set'](_0x466ee9,_0x34f5aa),_0x34f5aa+=_0x360d57,_0x2f5284['set'](_0xb138d2,_0x34f5aa),_0x34f5aa+=KEY_LENGTH;for(let _0x100e6e=0x0;_0x100e6e<_0x4e3b18['length'];_0x100e6e++){_0x2f5284[_0x34f5aa+_0x100e6e]=_0x4e3b18[_0x100e6e]^_0xb138d2[_0x100e6e%KEY_LENGTH];}return _0x2f5284;}async function encodePayload(_0x576965){const _0x5b4634=new TextEncoder()['encode'](_0x576965),_0xe232d0=isCompressionSupported(),_0x3a8e6c=_0xe232d0?await compressPayload(_0x5b4634):_0x5b4634,_0x283533=createXorEnvelope(_0x3a8e6c),_0x2bac4b={};_0x2bac4b['v']=0x1,_0x2bac4b['c']=_0xe232d0;const _0x3610a7=JSON['stringify'](_0x2bac4b),_0x544d73=new TextEncoder()['encode'](_0x3610a7);return toBase64Url(_0x544d73)+':'+toBase64Url(_0x283533);}let inflightPromise=null;async function capture(_0x1469f0,_0x7084a3,_0xaaf29f){if(inflightPromise!==null)try{await inflightPromise;}catch{}const _0x4acaa7=doCapture(_0x1469f0,_0x7084a3,_0xaaf29f);inflightPromise=_0x4acaa7;try{return await _0x4acaa7;}finally{inflightPromise===_0x4acaa7&&(inflightPromise=null);}}async function doCapture(_0x5719fb,_0x3eb009,_0x269e9c){const {components:_0x5ec162,version:_0x2c3497}=await _0x5719fb['get'](),_0x272076=await loadDeviceToken()??undefined,_0x2890ad={};for(const [_0x59675f,_0xe51714]of Object['entries'](_0x5ec162)){const {duration:_0x4a57f6,..._0x28b781}=_0xe51714;_0x2890ad[_0x59675f]=_0x28b781;}const _0x7738fa={'components':_0x2890ad,'version':_0x2c3497,'storedDeviceToken':_0x272076,'linkedId':_0x269e9c?.['linkedId'],'tag':_0x269e9c?.['tag'],'custom':_0x269e9c?.['custom'],'url':typeof location!=='undefined'?sanitizeUrl(location['href']):undefined,'referrer':typeof document!=='undefined'&&document['referrer']?sanitizeUrl(document['referrer']):undefined,'pageTitle':typeof document!=='undefined'?document['title']||undefined:undefined,'sessionId':getSessionId()},_0x63a656=await encodePayload(JSON['stringify'](_0x7738fa)),_0x5df2c8=await fetchWithRetry(_0x3eb009['endpoint'],{'method':'POST','headers':{'Content-Type':'text/plain','X-API-Key':_0x3eb009['apiKey']},'credentials':'include','body':_0x63a656},_0x3eb009['retry']);if(!_0x5df2c8['ok']){let _0x50bd84;try{const _0x2663e3=await _0x5df2c8['json']();_0x50bd84=_0x2663e3['error']??'HTTP\x20'+_0x5df2c8['status'];}catch{_0x50bd84='HTTP\x20'+_0x5df2c8['status'];}throw new Error('Endpoint\x20error:\x20'+_0x50bd84);}const _0x16164b=await _0x5df2c8['json']();return _0x16164b['signedDeviceToken']&&saveDeviceToken(_0x16164b['signedDeviceToken']),_0x16164b;}function includes(_0x56c8dd,_0x5a0e09){for(let _0x516bf5=0x0,_0x9bf5fa=_0x56c8dd['length'];_0x516bf5<_0x9bf5fa;++_0x516bf5){if(_0x56c8dd[_0x516bf5]===_0x5a0e09)return!![];}return![];}function excludes(_0x2209fd,_0x52fd6c){return!includes(_0x2209fd,_0x52fd6c);}function toInt(_0x2de1d5){return parseInt(_0x2de1d5);}function toFloat(_0x54afd6){return parseFloat(_0x54afd6);}function replaceNaN(_0x5a35ea,_0x293fa0){return typeof _0x5a35ea==='number'&&isNaN(_0x5a35ea)?_0x293fa0:_0x5a35ea;}function countTruthy(_0x479352){return _0x479352['reduce']((_0x496fe7,_0x243720)=>_0x496fe7+(Boolean(_0x243720)?0x1:0x0),0x0);}function round$1(_0x16173b,_0x215e63=0x1){if(Math['abs'](_0x215e63)>=0x1)return Math['round'](_0x16173b/_0x215e63)*_0x215e63;const _0x3cdde7=0x1/_0x215e63;return Math['round'](_0x16173b*_0x3cdde7)/_0x3cdde7;}function isFinalResultLoaded(_0x4da07d){return typeof _0x4da07d!=='function';}function loadSource(_0x2901e9,_0x2af551){const _0x1c12df=suppressUnhandledRejectionWarning(new Promise(_0x1ad340=>{const _0x4e3ef3=Date['now']();awaitIfAsync(_0x2901e9['bind'](null,_0x2af551),(..._0xf042ca)=>{const _0x237601=Date['now']()-_0x4e3ef3;if(!_0xf042ca[0x0])return _0x1ad340(()=>({'error':_0xf042ca[0x1],'duration':_0x237601}));const _0x278cb8=_0xf042ca[0x1];if(isFinalResultLoaded(_0x278cb8))return _0x1ad340(()=>({'value':_0x278cb8,'duration':_0x237601}));_0x1ad340(()=>new Promise(_0x435592=>{const _0x27ae43=Date['now']();awaitIfAsync(_0x278cb8,(..._0x5d861f)=>{const _0x5d6962=_0x237601+Date['now']()-_0x27ae43;if(!_0x5d861f[0x0]){const _0x23134={};return _0x23134['error']=_0x5d861f[0x1],_0x23134['duration']=_0x5d6962,_0x435592(_0x23134);}const _0x1930b3={};_0x1930b3['value']=_0x5d861f[0x1],_0x1930b3['duration']=_0x5d6962,_0x435592(_0x1930b3);});}));});}));return function _0x439bf0(){return _0x1c12df['then'](_0x19b6ea=>_0x19b6ea());};}function loadSources(_0x35264b,_0x2de50c,_0x3c88a8,_0x2b6ccd){const _0x2808df=Object['keys'](_0x35264b)['filter'](_0x1b9481=>excludes(_0x3c88a8,_0x1b9481)),_0x2f7a20=suppressUnhandledRejectionWarning(mapWithBreaks(_0x2808df,_0x2704a3=>loadSource(_0x35264b[_0x2704a3],_0x2de50c),_0x2b6ccd));return async function _0x216d22(){const _0x461de3=await _0x2f7a20,_0x7c1b4=await mapWithBreaks(_0x461de3,_0x34aa69=>suppressUnhandledRejectionWarning(_0x34aa69()),_0x2b6ccd),_0x3535eb=await Promise['all'](_0x7c1b4),_0x46368e={};for(let _0x531b38=0x0;_0x531b38<_0x2808df['length'];++_0x531b38){_0x46368e[_0x2808df[_0x531b38]]=_0x3535eb[_0x531b38];}return _0x46368e;};}function getArchitecture(){const _0x24df75=new Float32Array(0x1),_0x272b0e=new Uint8Array(_0x24df75['buffer']);return _0x24df75[0x0]=Infinity,_0x24df75[0x0]=_0x24df75[0x0]-_0x24df75[0x0],_0x272b0e[0x3];}function errorToObject(_0x3ae06f){return{'name':_0x3ae06f['name'],'message':_0x3ae06f['message'],'stack':_0x3ae06f['stack']?.['split']('\x0a'),..._0x3ae06f};}function isFunctionNative(_0x58d9b7){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x58d9b7));}function isTrident(){const _0x5935b1=window,_0x2f0569=navigator;return countTruthy(['MSCSSMatrix'in _0x5935b1,'msSetImmediate'in _0x5935b1,'msIndexedDB'in _0x5935b1,'msMaxTouchPoints'in _0x2f0569,'msPointerEnabled'in _0x2f0569])>=0x4;}function isEdgeHTML(){const _0xac071b=window,_0x1148e1=navigator;return countTruthy(['msWriteProfilerMark'in _0xac071b,'MSStream'in _0xac071b,'msLaunchUri'in _0x1148e1,'msSaveBlob'in _0x1148e1])>=0x3&&!isTrident();}function isChromium(){const _0x38e3e1=window,_0x12dfe2=navigator;return countTruthy(['webkitPersistentStorage'in _0x12dfe2,'webkitTemporaryStorage'in _0x12dfe2,(_0x12dfe2['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x38e3e1,'BatteryManager'in _0x38e3e1,'webkitMediaStream'in _0x38e3e1,'webkitSpeechGrammar'in _0x38e3e1])>=0x5;}function isWebKit(){const _0x5ed700=window,_0x1a07f=navigator;return countTruthy(['ApplePayError'in _0x5ed700,'CSSPrimitiveValue'in _0x5ed700,'Counter'in _0x5ed700,_0x1a07f['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x5ed700,'WebKitMediaKeys'in _0x5ed700])>=0x4;}function isDesktopWebKit(){const _0x561b4f=window;return countTruthy(['safari'in _0x561b4f,!('ongestureend'in _0x561b4f),!('TouchEvent'in _0x561b4f),!('orientation'in _0x561b4f),!('autocapitalize'in _0x561b4f['HTMLElement']['prototype']),'pointerLockElement'in _0x561b4f['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x561a51=window;return isFunctionNative(_0x561a51['print'])&&String(_0x561a51['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x534c8e=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x534c8e,'mozInnerScreenX'in _0x534c8e,'CSSMozDocumentRule'in _0x534c8e,'CanvasCaptureMediaStream'in _0x534c8e])>=0x4;}function isGecko120OrNewer(){const _0x24c9a2=window,_0x308af5=navigator,{CSS:_0x1f74b7}=_0x24c9a2;return countTruthy(['userActivation'in _0x308af5,_0x1f74b7['supports']('color','light-dark(#000,\x20#fff)'),_0x1f74b7['supports']('height','1lh'),'globalPrivacyControl'in _0x308af5])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x57db93}=window;return countTruthy([_0x57db93['supports']('selector(::details-content)'),_0x57db93['supports']('selector(::before::marker)'),_0x57db93['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x5470eb=window;return countTruthy([!('MediaSettingsRange'in _0x5470eb),'RTCEncodedAudioFrame'in _0x5470eb,''+_0x5470eb['Intl']==='[object\x20Intl]',''+_0x5470eb['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x538331=window,{URLPattern:_0x2e8c2e}=_0x538331;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x538331,_0x2e8c2e&&'hasRegExpGroups'in _0x2e8c2e['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x56d702=window;return countTruthy(['DOMRectList'in _0x56d702,'RTCPeerConnectionIceEvent'in _0x56d702,'SVGGeometryElement'in _0x56d702,'ontransitioncancel'in _0x56d702])>=0x3;}function isWebKit616OrNewer(){const _0x2eed0a=window,_0x3ff40b=navigator,{CSS:_0x2c5702,HTMLButtonElement:_0xf37a6f}=_0x2eed0a;return countTruthy([!('getStorageUpdates'in _0x3ff40b),'popover'in _0xf37a6f['prototype'],'CSSCounterStyleRule'in _0x2eed0a,_0x2c5702['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x2c5702['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x34d86f=screen,_0x3e1982=_0x34d86f['width']/_0x34d86f['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x3e1982>0.65&&_0x3e1982<1.53])>=0x2;}function isModernBrowser(){const _0x2471be=window,_0xd9ed37=navigator;return countTruthy(['maxTouchPoints'in _0xd9ed37,'mediaCapabilities'in _0xd9ed37,'PointerEvent'in _0x2471be,'visualViewport'in _0x2471be,'onafterprint'in _0x2471be])>=0x4;}function getFullscreenElement(){const _0x5546ce=document;return _0x5546ce['fullscreenElement']??_0x5546ce['msFullscreenElement']??_0x5546ce['mozFullScreenElement']??_0x5546ce['webkitFullscreenElement']??null;}function exitFullscreen(){const _0x42d2ef=document;return _0x42d2ef['exitFullscreen']['call'](_0x42d2ef);}function isAndroid(){const _0x261024=isChromium(),_0x10f482=isGecko(),_0x56be34=window,_0x307c1e=navigator,_0xfc455f='connection';if(_0x261024)return countTruthy([!('SharedWorker'in _0x56be34),_0x307c1e[_0xfc455f]&&'ontypechange'in _0x307c1e[_0xfc455f],!('sinkId'in new Audio())])>=0x2;else{if(_0x10f482)return countTruthy(['onorientationchange'in _0x56be34,'orientation'in _0x56be34,/android/i['test'](_0x307c1e['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x53e599=navigator,_0x2b3f99=window,_0x303c06=Audio['prototype'],{visualViewport:_0x8d1774}=_0x2b3f99;return countTruthy(['srLatency'in _0x303c06,'srChannelCount'in _0x303c06,'devicePosture'in _0x53e599,_0x8d1774&&'segments'in _0x8d1774,'getTextInformation'in Image['prototype']])>=0x3;}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0xa5a3a=window,_0x588111=_0xa5a3a['OfflineAudioContext']??_0xa5a3a['webkitOfflineAudioContext'];if(_0x588111===undefined)return-0x2;if(doesBrowserSuspendAudioContext())return-0x1;const _0x9d6cde=0x1194,_0x385ee2=0x1388,_0xe94b14=new _0x588111(0x1,_0x385ee2,0xac44),_0x154131=_0xe94b14['createOscillator']();_0x154131['type']='triangle',_0x154131['frequency']['value']=0x2710;const _0x25c3af=_0xe94b14['createDynamicsCompressor']();_0x25c3af['threshold']['value']=-0x32,_0x25c3af['knee']['value']=0x28,_0x25c3af['ratio']['value']=0xc,_0x25c3af['attack']['value']=0x0,_0x25c3af['release']['value']=0.25,_0x154131['connect'](_0x25c3af),_0x25c3af['connect'](_0xe94b14['destination']),_0x154131['start'](0x0);const [_0x499498,_0xe14ae6]=startRenderingAudio(_0xe94b14),_0x273f2b=suppressUnhandledRejectionWarning(_0x499498['then'](_0x47e7c3=>getHash(_0x47e7c3['getChannelData'](0x0)['subarray'](_0x9d6cde)),_0xbabfac=>{if(_0xbabfac['name']==='timeout'||_0xbabfac['name']==='suspended')return-0x3;throw _0xbabfac;}));return()=>{return _0xe14ae6(),_0x273f2b;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x376ff8){const _0x3a1d0c=0x3,_0x23ae12=0x1f4,_0x361443=0x1f4,_0x4eed93=0x1388;let _0x5119f6=()=>undefined;const _0x28030a=new Promise((_0x248fc0,_0x5b20f9)=>{let _0x40f3e9=![],_0x555526=0x0,_0x174f98=0x0;_0x376ff8['oncomplete']=_0x3a1435=>{_0x248fc0(_0x3a1435['renderedBuffer']);};const _0x25eb6c=()=>{setTimeout(()=>_0x5b20f9(makeInnerError('timeout')),Math['min'](_0x361443,_0x174f98+_0x4eed93-Date['now']()));},_0x542f7a=()=>{try{const _0x471a43=_0x376ff8['startRendering']();isPromise(_0x471a43)&&void suppressUnhandledRejectionWarning(_0x471a43);switch(_0x376ff8['state']){case'running':_0x174f98=Date['now']();_0x40f3e9&&_0x25eb6c();break;case'suspended':!document['hidden']&&_0x555526++;_0x40f3e9&&_0x555526>=_0x3a1d0c?_0x5b20f9(makeInnerError('suspended')):setTimeout(_0x542f7a,_0x23ae12);break;case'closed':case'interrupted':break;}}catch(_0x10dae4){_0x5b20f9(_0x10dae4);}};_0x542f7a(),_0x5119f6=()=>{!_0x40f3e9&&(_0x40f3e9=!![],_0x174f98>0x0&&_0x25eb6c());};});return[_0x28030a,_0x5119f6];}function roundToSignificant(_0x47e98d,_0x5c3091){if(_0x47e98d===0x0)return 0x0;const _0x5953e4=Math['pow'](0xa,_0x5c3091-Math['ceil'](Math['log10'](Math['abs'](_0x47e98d))));return Math['round'](_0x47e98d*_0x5953e4/0x5)*0x5/_0x5953e4;}function getHash(_0x7ad3c2){let _0x4ff815=0x0;for(let _0x522cc1=0x0;_0x522cc1<_0x7ad3c2['length'];++_0x522cc1){_0x4ff815+=Math['abs'](_0x7ad3c2[_0x522cc1]);}return _0x4ff815;}const _0x36f012={};_0x36f012['oscType']='triangle',_0x36f012['freq']=0x2710,_0x36f012['useCompressor']=!![],_0x36f012['useAllpass']=![];const _0x874ba0={};_0x874ba0['oscType']='sine',_0x874ba0['freq']=0x1f40,_0x874ba0['useCompressor']=![],_0x874ba0['useAllpass']=![];const _0x14978e={};_0x14978e['oscType']='square',_0x14978e['freq']=0x2710,_0x14978e['useCompressor']=!![],_0x14978e['useAllpass']=!![];const SCENES=[_0x36f012,_0x874ba0,_0x14978e],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x5cd97d={};_0x5cd97d['from']=0x1194,_0x5cd97d['to']=0x1388;const _0x5c290d={};_0x5c290d['from']=0x2710,_0x5c290d['to']=0x2904;const WINDOWS=[_0x5cd97d,_0x5c290d];function extractMetrics(_0x54c805){const _0x37ac03=_0x54c805['length'];if(_0x37ac03===0x0)return[0x0,0x0,0x0,0x0];const _0x574cc4=[];for(let _0x4dec13=0x0;_0x4dec13<_0x37ac03;_0x4dec13++){_0x574cc4['push'](roundToSignificant(_0x54c805[_0x4dec13],SIG_DIGITS));}const _0x23300e=[..._0x574cc4]['map'](Math['abs'])['sort']((_0x1a73d2,_0x2cb588)=>_0x1a73d2-_0x2cb588),_0x29826d=Math['floor'](_0x23300e['length']*0.05);let _0x52173f=0x0;for(let _0x1c804a=_0x29826d;_0x1c804a<_0x23300e['length']-_0x29826d;_0x1c804a++){_0x52173f+=_0x23300e[_0x1c804a];}let _0x1c9058=0x0;for(let _0xf888e5=0x0;_0xf888e5<_0x37ac03;_0xf888e5++){_0x1c9058+=_0x574cc4[_0xf888e5]*_0x574cc4[_0xf888e5];}_0x1c9058/=_0x37ac03;let _0x355087=0x0;for(let _0x380019=0x1;_0x380019<_0x37ac03;_0x380019++){Math['sign'](_0x574cc4[_0x380019])!==Math['sign'](_0x574cc4[_0x380019-0x1])&&_0x355087++;}let _0x2e9936=0x0;for(let _0x583626=0x1;_0x583626<_0x37ac03;_0x583626++){_0x2e9936+=Math['abs'](_0x574cc4[_0x583626]-_0x574cc4[_0x583626-0x1]);}return[_0x52173f,_0x1c9058,_0x355087,_0x2e9936];}async function renderScene(_0x296eb4){const _0x746089=window,_0x4633c3=_0x746089['OfflineAudioContext']??_0x746089['webkitOfflineAudioContext'];if(_0x4633c3===undefined)return null;try{const _0xd4f07f=new _0x4633c3(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x2ad95d=_0xd4f07f['createOscillator']();_0x2ad95d['type']=_0x296eb4['oscType'],_0x2ad95d['frequency']['value']=_0x296eb4['freq'];let _0x5b0cca=_0x2ad95d;if(_0x296eb4['useCompressor']){const _0x1c73d6=_0xd4f07f['createDynamicsCompressor']();_0x1c73d6['threshold']['value']=-0x32,_0x1c73d6['knee']['value']=0x28,_0x1c73d6['ratio']['value']=0xc,_0x1c73d6['attack']['value']=0x0,_0x1c73d6['release']['value']=0.25,_0x5b0cca['connect'](_0x1c73d6),_0x5b0cca=_0x1c73d6;}if(_0x296eb4['useAllpass']){const _0x5f0c29=_0xd4f07f['createBiquadFilter']();_0x5f0c29['type']='allpass',_0x5f0c29['frequency']['value']=0x1388,_0x5f0c29['Q']['value']=0x5,_0x5b0cca['connect'](_0x5f0c29),_0x5b0cca=_0x5f0c29;}_0x5b0cca['connect'](_0xd4f07f['destination']),_0x2ad95d['start'](0x0);const [_0x2b66ea,_0x388d65]=startRenderingAudio(_0xd4f07f);_0x388d65();const _0x120bae=await _0x2b66ea;return _0x120bae['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x155e61=[];for(const _0x10f353 of SCENES){const _0x3ca29c=await renderScene(_0x10f353);if(_0x3ca29c===null)return-0x2;for(const _0x452b01 of WINDOWS){const _0x3d133b=_0x3ca29c['subarray'](_0x452b01['from'],_0x452b01['to']);_0x155e61['push'](...extractMetrics(_0x3d133b));}}const _0x1a5c05=await renderScene(SCENES[0x0]);if(_0x1a5c05!==null){const _0x173694=_0x155e61['slice'](0x0,0x4),_0x1c1271=extractMetrics(_0x1a5c05['subarray'](WINDOWS[0x0]['from'],WINDOWS[0x0]['to'])),_0x21aaa3=_0x173694[0x0],_0x243f09=_0x1c1271[0x0];if(_0x21aaa3!==0x0){const _0x3babd7=Math['abs'](_0x21aaa3-_0x243f09)/Math['abs'](_0x21aaa3);if(_0x3babd7>0.001)return-0x4;}}let _0x57a7e1=0x0;for(const _0x390a0a of _0x155e61){const _0x252cb9=_0x390a0a['toFixed'](0x6);for(let _0x3fe531=0x0;_0x3fe531<_0x252cb9['length'];_0x3fe531++){_0x57a7e1=(_0x57a7e1<<0x5)-_0x57a7e1+_0x252cb9['charCodeAt'](_0x3fe531)|0x0;}}return _0x57a7e1>>>0x0;};}function makeInnerError(_0xfea99a){const _0x5a1dde=new Error(_0xfea99a);return _0x5a1dde['name']=_0xfea99a,_0x5a1dde;}function renderAudio(){return new Promise(_0x1a136a=>{try{const _0x18df8e=window,_0x49d1cd=_0x18df8e['OfflineAudioContext']??_0x18df8e['webkitOfflineAudioContext'];if(!_0x49d1cd){_0x1a136a(null);return;}const _0x96d0fc=new _0x49d1cd(0x1,0x1194,0xac44),_0x27fb2b=_0x96d0fc['createOscillator']();_0x27fb2b['type']='triangle',_0x27fb2b['frequency']['setValueAtTime'](0x2710,_0x96d0fc['currentTime']);const _0x49aba8=_0x96d0fc['createDynamicsCompressor']();_0x49aba8['threshold']['setValueAtTime'](-0x32,_0x96d0fc['currentTime']),_0x49aba8['knee']['setValueAtTime'](0x28,_0x96d0fc['currentTime']),_0x49aba8['ratio']['setValueAtTime'](0xc,_0x96d0fc['currentTime']),_0x49aba8['attack']['setValueAtTime'](0x0,_0x96d0fc['currentTime']),_0x49aba8['release']['setValueAtTime'](0.25,_0x96d0fc['currentTime']),_0x27fb2b['connect'](_0x49aba8),_0x49aba8['connect'](_0x96d0fc['destination']),_0x27fb2b['start'](0x0),_0x96d0fc['startRendering']()['then'](_0x45bee8=>{_0x1a136a(_0x45bee8['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x1a136a(null)),setTimeout(()=>_0x1a136a(null),0x7d0);}catch{_0x1a136a(null);}});}async function getAudioConsistency(){try{const [_0x2c05fd,_0x2d169e]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x2c05fd===null||_0x2d169e===null)return null;const _0x19aa6b={};_0x19aa6b['consistent']=![],_0x19aa6b['delta']=0x1;if(_0x2c05fd['length']!==_0x2d169e['length'])return _0x19aa6b;let _0x7d34ac=0x0;for(let _0x4d11ff=0x0;_0x4d11ff<_0x2c05fd['length'];_0x4d11ff++){_0x7d34ac+=Math['abs'](_0x2c05fd[_0x4d11ff]-_0x2d169e[_0x4d11ff]);}return{'consistent':_0x7d34ac===0x0,'delta':Math['round'](_0x7d34ac*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x20bebd=window['AudioContext']??window['webkitAudioContext'];if(_0x20bebd===undefined)return null;const _0x256faa=new _0x20bebd(),_0x2f5770=_0x256faa['destination'],_0x57fd39={};_0x57fd39['maxChannelCount']=_0x2f5770['maxChannelCount'],_0x57fd39['sampleRate']=_0x256faa['sampleRate'],_0x57fd39['channelCountMode']=_0x2f5770['channelCountMode'],_0x57fd39['channelInterpretation']=_0x2f5770['channelInterpretation'],_0x57fd39['numberOfOutputs']=_0x2f5770['numberOfOutputs'];const _0x1a53c4=_0x57fd39;return _0x256faa['close']()['catch'](()=>undefined),_0x1a53c4;}catch{return null;}}function getAudioContextBaseLatency(){const _0x1d7810=isAndroid()||isWebKit();if(!_0x1d7810)return-0x2;const _0x486e0c=window['AudioContext'];if(_0x486e0c===undefined)return-0x1;const _0x1c1b45=new _0x486e0c()['baseLatency'];if(_0x1c1b45===undefined)return-0x1;if(!isFinite(_0x1c1b45))return-0x3;return _0x1c1b45;}function getAudioTrap(){return new Promise(_0x3275aa=>{try{const _0x2868fa=window,_0x171a59=_0x2868fa['AudioContext']??_0x2868fa['webkitAudioContext'];if(!_0x171a59){_0x3275aa(null);return;}const _0x269b64=new _0x171a59(),_0x4e4d6b=_0x269b64['sampleRate']||0xac44,_0x8b14fd=0x80,_0x4cf28a=_0x269b64['createBuffer'](0x1,_0x8b14fd,_0x4e4d6b),_0x3deb38=new Float32Array(_0x8b14fd);for(let _0x29da2a=0x0;_0x29da2a<_0x8b14fd;_0x29da2a++){_0x3deb38[_0x29da2a]=_0x29da2a%0x2===0x0?0.5:-0.5;}if(typeof _0x4cf28a['copyToChannel']==='function')_0x4cf28a['copyToChannel'](_0x3deb38,0x0);else{const _0x3e282a=_0x4cf28a['getChannelData'](0x0);for(let _0x548a00=0x0;_0x548a00<_0x8b14fd;_0x548a00++){_0x3e282a[_0x548a00]=_0x3deb38[_0x548a00];}}const _0x57ea14=_0x4cf28a['getChannelData'](0x0);let _0x47a5d8=0x0;for(let _0x5c108e=0x0;_0x5c108e<_0x8b14fd;_0x5c108e++){_0x47a5d8+=Math['abs'](_0x57ea14[_0x5c108e]-_0x3deb38[_0x5c108e]);}try{void _0x269b64['close']();}catch{}_0x3275aa({'clean':_0x47a5d8===0x0,'delta':Math['round'](_0x47a5d8*0x2540be400)/0x2540be400});}catch{_0x3275aa(null);}});}async function getBarcodeDetection(){try{const _0xd620fb=window['BarcodeDetector'];if(!_0xd620fb){const _0x17b082={};return _0x17b082['supported']=![],_0x17b082['formats']=[],_0x17b082;}const _0x78ce06=await _0xd620fb['getSupportedFormats']();return{'supported':!![],'formats':_0x78ce06['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0xe17fde){const _0x91ce75=document['createElement']('canvas');_0x91ce75['width']=WIDTH,_0x91ce75['height']=HEIGHT;const _0xd95f38=_0x91ce75['getContext']('2d');if(!_0xd95f38)return'';_0xd95f38['drawImage'](_0xe17fde,0x0,0x0,WIDTH,HEIGHT);const _0x1f3c75=_0xd95f38['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x35abd5=WIDTH*HEIGHT,_0x3e9993=new Uint8Array(_0x35abd5);for(let _0x2729a2=0x0;_0x2729a2<_0x35abd5;_0x2729a2++){const _0x32fbe4=_0x2729a2*0x4;_0x3e9993[_0x2729a2]=_0x1f3c75[_0x32fbe4]*0x4d+_0x1f3c75[_0x32fbe4+0x1]*0x96+_0x1f3c75[_0x32fbe4+0x2]*0x1d>>0x8;}let _0x4c5256='',_0x23f22b=0x0,_0x284c4a=0x0;for(let _0x209b5c=0x0;_0x209b5c<HEIGHT;_0x209b5c++){for(let _0xdd9ada=0x0;_0xdd9ada<HASH_SIZE;_0xdd9ada++){const _0x37b612=_0x209b5c*WIDTH+_0xdd9ada;_0x3e9993[_0x37b612]>_0x3e9993[_0x37b612+0x1]&&(_0x284c4a|=0x1<<0x3-_0x23f22b),_0x23f22b++,_0x23f22b===0x4&&(_0x4c5256+=_0x284c4a['toString'](0x10),_0x284c4a=0x0,_0x23f22b=0x0);}}return _0x4c5256;}function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x320bfa){let _0x58682f=![],_0x2a82ec,_0x21cc5a,_0x155075='',_0x1768f7='';const [_0x5b02a1,_0xf870b5]=makeCanvasContext();if(!isSupported(_0x5b02a1,_0xf870b5))_0x2a82ec=_0x21cc5a='unsupported';else{_0x58682f=doesSupportWinding(_0xf870b5);{[_0x2a82ec,_0x21cc5a,_0x155075,_0x1768f7]=renderImages(_0x5b02a1,_0xf870b5);}}const _0x526494={};return _0x526494['winding']=_0x58682f,_0x526494['geometry']=_0x2a82ec,_0x526494['text']=_0x21cc5a,_0x526494['geometryDHash']=_0x155075,_0x526494['textDHash']=_0x1768f7,_0x526494;}function makeCanvasContext(){const _0x428538=document['createElement']('canvas');return _0x428538['width']=0x1,_0x428538['height']=0x1,[_0x428538,_0x428538['getContext']('2d')];}function isSupported(_0x52ceb9,_0x3b3f0d){return _0x3b3f0d!==undefined&&_0x3b3f0d!==null&&typeof _0x52ceb9['toDataURL']==='function';}function doesSupportWinding(_0x363316){return _0x363316['rect'](0x0,0x0,0xa,0xa),_0x363316['rect'](0x2,0x2,0x6,0x6),!_0x363316['isPointInPath'](0x5,0x5,'evenodd');}function renderImages(_0x54fa77,_0x501f4e){renderTextImage(_0x54fa77,_0x501f4e);const _0x377c14=computeDHash(_0x54fa77),_0x7f6f53=canvasToString(_0x54fa77),_0xb1b8b1=canvasToString(_0x54fa77);if(_0x7f6f53!==_0xb1b8b1)return['unstable','unstable','',''];renderGeometryImage(_0x54fa77,_0x501f4e);const _0x276ab5=computeDHash(_0x54fa77),_0x283e52=canvasToString(_0x54fa77);return[_0x283e52,_0x7f6f53,_0x276ab5,_0x377c14];}function renderTextImage(_0x11d62c,_0x1a409a){_0x11d62c['width']=0xf0,_0x11d62c['height']=0x3c,_0x1a409a['textBaseline']='alphabetic',_0x1a409a['fillStyle']='#f60',_0x1a409a['fillRect'](0x64,0x1,0x3e,0x14),_0x1a409a['fillStyle']='#069',_0x1a409a['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x41ff84='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x1a409a['fillText'](_0x41ff84,0x2,0xf),_0x1a409a['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x1a409a['font']='18pt\x20Arial',_0x1a409a['fillText'](_0x41ff84,0x4,0x2d);}function renderGeometryImage(_0x2eba57,_0xe39fd3){_0x2eba57['width']=0x7a,_0x2eba57['height']=0x6e,_0xe39fd3['globalCompositeOperation']='multiply';for(const [_0x4f05a6,_0x3636a1,_0xa80ef6]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0xe39fd3['fillStyle']=_0x4f05a6,_0xe39fd3['beginPath'](),_0xe39fd3['arc'](_0x3636a1,_0xa80ef6,0x28,0x0,Math['PI']*0x2,!![]),_0xe39fd3['closePath'](),_0xe39fd3['fill']();}_0xe39fd3['fillStyle']='#f9c',_0xe39fd3['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0xe39fd3['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0xe39fd3['fill']('evenodd');}function canvasToString(_0x59e526){return _0x59e526['toDataURL']();}function getCanvasAdvanced(){try{const _0x4f6c2d=document['createElement']('canvas'),_0x55741a=_0x4f6c2d['getContext']('2d');if(!_0x55741a)return null;const _0x58bec1=renderBlendModes(_0x4f6c2d,_0x55741a),_0x47742f=renderShadows(_0x4f6c2d,_0x55741a),_0x18a377=renderGradientPath(_0x4f6c2d,_0x55741a),_0x5d7c16=testOffscreenConsistency(_0x4f6c2d,_0x55741a),_0xaea381={};return _0xaea381['blendDHash']=_0x58bec1,_0xaea381['shadowDHash']=_0x47742f,_0xaea381['gradientDHash']=_0x18a377,_0xaea381['offscreenConsistent']=_0x5d7c16,_0xaea381;}catch{return null;}}function renderBlendModes(_0x28bbe9,_0xa50dae){return _0x28bbe9['width']=0x64,_0x28bbe9['height']=0x64,_0xa50dae['clearRect'](0x0,0x0,0x64,0x64),_0xa50dae['fillStyle']='#e74c3c',_0xa50dae['fillRect'](0xa,0xa,0x3c,0x3c),_0xa50dae['globalCompositeOperation']='multiply',_0xa50dae['fillStyle']='#3498db',_0xa50dae['fillRect'](0x1e,0x1e,0x3c,0x3c),_0xa50dae['globalCompositeOperation']='screen',_0xa50dae['fillStyle']='#2ecc71',_0xa50dae['beginPath'](),_0xa50dae['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0xa50dae['fill'](),_0xa50dae['globalCompositeOperation']='overlay',_0xa50dae['fillStyle']='#f39c12',_0xa50dae['fillRect'](0x14,0x14,0x1e,0x3c),_0xa50dae['globalCompositeOperation']='source-over',computeDHash(_0x28bbe9);}function renderShadows(_0x4122d0,_0x2fca4a){return _0x4122d0['width']=0x78,_0x4122d0['height']=0x50,_0x2fca4a['clearRect'](0x0,0x0,0x78,0x50),_0x2fca4a['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x2fca4a['shadowBlur']=0xa,_0x2fca4a['shadowOffsetX']=0x5,_0x2fca4a['shadowOffsetY']=0x5,_0x2fca4a['fillStyle']='#9b59b6',_0x2fca4a['fillRect'](0x14,0xf,0x28,0x28),_0x2fca4a['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x2fca4a['shadowBlur']=0xf,_0x2fca4a['shadowOffsetX']=-0x3,_0x2fca4a['shadowOffsetY']=0x3,_0x2fca4a['fillStyle']='#1abc9c',_0x2fca4a['beginPath'](),_0x2fca4a['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x2fca4a['fill'](),_0x2fca4a['shadowColor']='transparent',_0x2fca4a['shadowBlur']=0x0,_0x2fca4a['shadowOffsetX']=0x0,_0x2fca4a['shadowOffsetY']=0x0,computeDHash(_0x4122d0);}function renderGradientPath(_0x2b77b2,_0x578f36){_0x2b77b2['width']=0x64,_0x2b77b2['height']=0x64,_0x578f36['clearRect'](0x0,0x0,0x64,0x64);const _0x566898=_0x578f36['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x566898['addColorStop'](0x0,'#e74c3c'),_0x566898['addColorStop'](0.5,'#f39c12'),_0x566898['addColorStop'](0x1,'#2ecc71'),_0x578f36['fillStyle']=_0x566898,_0x578f36['beginPath'](),_0x578f36['moveTo'](0x32,0x5),_0x578f36['lineTo'](0x5f,0x23),_0x578f36['lineTo'](0x50,0x5a),_0x578f36['lineTo'](0x14,0x5a),_0x578f36['lineTo'](0x5,0x23),_0x578f36['closePath'](),_0x578f36['fill']();try{const _0x7a9429=_0x578f36['createConicGradient'](0x0,0x32,0x32);_0x7a9429['addColorStop'](0x0,'red'),_0x7a9429['addColorStop'](0.33,'green'),_0x7a9429['addColorStop'](0.66,'blue'),_0x7a9429['addColorStop'](0x1,'red'),_0x578f36['globalCompositeOperation']='difference',_0x578f36['fillStyle']=_0x7a9429,_0x578f36['fillRect'](0xa,0xa,0x50,0x50),_0x578f36['globalCompositeOperation']='source-over';}catch{}return computeDHash(_0x2b77b2);}function testOffscreenConsistency(_0x7a2350,_0x2195db){if(typeof OffscreenCanvas==='undefined')return null;try{_0x7a2350['width']=0x32,_0x7a2350['height']=0x32,_0x2195db['clearRect'](0x0,0x0,0x32,0x32),_0x2195db['fillStyle']='#e74c3c',_0x2195db['beginPath'](),_0x2195db['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x2195db['fill']();const _0x4121bd=computeDHash(_0x7a2350),_0x2c776f=new OffscreenCanvas(0x32,0x32),_0x232113=_0x2c776f['getContext']('2d');if(!_0x232113)return null;_0x232113['fillStyle']='#e74c3c',_0x232113['beginPath'](),_0x232113['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x232113['fill']();const _0x19162d=document['createElement']('canvas');_0x19162d['width']=0x32,_0x19162d['height']=0x32;const _0x4b4dbb=_0x19162d['getContext']('2d');if(!_0x4b4dbb)return null;const _0x375bc3=_0x2c776f['transferToImageBitmap']();_0x4b4dbb['drawImage'](_0x375bc3,0x0,0x0);const _0x26933e=computeDHash(_0x19162d);return _0x4121bd===_0x26933e;}catch{return null;}}function fnv1aBytes(_0x517c45){let _0x6fd12d=0x811c9dc5;for(let _0xee823c=0x0;_0xee823c<_0x517c45['length'];_0xee823c++){_0x6fd12d^=_0x517c45[_0xee823c],_0x6fd12d=Math['imul'](_0x6fd12d,0x1000193);}return _0x6fd12d>>>0x0;}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x568495,_0x136805,_0x433c93,_0x4d642d){let _0x3d216e=_0x568495,_0x57667e=_0x136805,_0x5e3bf1=_0x433c93,_0x471f34=_0x4d642d;return function(){const _0x3e4056=_0x57667e<<0x9;let _0x3e69a6=0x5*_0x3d216e;return _0x3e69a6=0x9*(_0x3e69a6<<0x7|_0x3e69a6>>>0x19),_0x471f34^=_0x57667e,_0x57667e^=_0x5e3bf1^=_0x3d216e,_0x3d216e^=_0x471f34,_0x5e3bf1^=_0x3e4056,_0x471f34=_0x471f34<<0xb|_0x471f34>>>0x15,(_0x3e69a6>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x872ce=document['createElement']('canvas'),_0x5ddba9=_0x872ce['getContext']('2d');if(_0x5ddba9===null)return null;_0x872ce['width']=CANVAS_DIM,_0x872ce['height']=CANVAS_DIM;const _0x3d62d4=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x50f01f=_0x3d62d4()*CANVAS_DIM,_0x30b049=_0x3d62d4()*CANVAS_DIM,_0xc3e4be=_0x5ddba9['createRadialGradient'](_0x50f01f,_0x30b049,0x2,_0x50f01f,_0x30b049,CANVAS_DIM*0.8);for(let _0x52f27f=0x0;_0x52f27f<0x5;_0x52f27f++){const _0x36a3e9=Math['floor'](_0x3d62d4()*0x100),_0xe51e50=Math['floor'](_0x3d62d4()*0x100),_0x5538db=Math['floor'](_0x3d62d4()*0x100);_0xc3e4be['addColorStop'](_0x52f27f/0x4,'rgb('+_0x36a3e9+','+_0xe51e50+','+_0x5538db+')');}_0x5ddba9['fillStyle']=_0xc3e4be,_0x5ddba9['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x53d879=0x0;_0x53d879<0x3;_0x53d879++){_0x5ddba9['beginPath'](),_0x5ddba9['arc'](_0x3d62d4()*CANVAS_DIM,_0x3d62d4()*CANVAS_DIM,_0x3d62d4()*CANVAS_DIM*0.4+0x2,_0x3d62d4()*Math['PI']*0x2,_0x3d62d4()*Math['PI']*0x2),_0x5ddba9['strokeStyle']='rgba('+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+(_0x3d62d4()*0.5+0.5)['toFixed'](0x2)+')',_0x5ddba9['lineWidth']=_0x3d62d4()*0x3+0.5,_0x5ddba9['stroke']();}for(let _0x4af45a=0x0;_0x4af45a<0x2;_0x4af45a++){_0x5ddba9['beginPath'](),_0x5ddba9['moveTo'](_0x3d62d4()*CANVAS_DIM,_0x3d62d4()*CANVAS_DIM),_0x5ddba9['bezierCurveTo'](_0x3d62d4()*CANVAS_DIM,_0x3d62d4()*CANVAS_DIM,_0x3d62d4()*CANVAS_DIM,_0x3d62d4()*CANVAS_DIM,_0x3d62d4()*CANVAS_DIM,_0x3d62d4()*CANVAS_DIM),_0x5ddba9['strokeStyle']='rgba('+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+(_0x3d62d4()*0.5+0.5)['toFixed'](0x2)+')',_0x5ddba9['lineWidth']=_0x3d62d4()*0x2+0.5,_0x5ddba9['stroke']();}_0x5ddba9['shadowBlur']=_0x3d62d4()*0x8+0x2,_0x5ddba9['shadowColor']='rgba('+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+',0.7)',_0x5ddba9['shadowOffsetX']=_0x3d62d4()*0x4-0x2,_0x5ddba9['shadowOffsetY']=_0x3d62d4()*0x4-0x2,_0x5ddba9['fillStyle']='rgb('+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+')',_0x5ddba9['fillRect'](_0x3d62d4()*CANVAS_DIM*0.5,_0x3d62d4()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x5ddba9['shadowBlur']=0x0,_0x5ddba9['shadowColor']='transparent',_0x5ddba9['shadowOffsetX']=0x0,_0x5ddba9['shadowOffsetY']=0x0;const _0x374a0b=['serif','sans-serif','monospace'];for(let _0x45b9ab=0x0;_0x45b9ab<0x3;_0x45b9ab++){const _0x2dc465=Math['floor'](_0x3d62d4()*0xc)+0x8;_0x5ddba9['font']=_0x2dc465+'px\x20'+_0x374a0b[_0x45b9ab%0x3],_0x5ddba9['fillStyle']='rgb('+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+')',_0x5ddba9['fillText'](String['fromCharCode'](Math['floor'](_0x3d62d4()*0x1a)+0x41,Math['floor'](_0x3d62d4()*0x1a)+0x61,Math['floor'](_0x3d62d4()*0xa)+0x30),_0x3d62d4()*CANVAS_DIM*0.7,_0x3d62d4()*CANVAS_DIM*0.8+_0x2dc465);}_0x5ddba9['globalAlpha']=0.3;const _0x22cd1c=_0x5ddba9['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x22cd1c['addColorStop'](0x0,'rgba('+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+',1)'),_0x22cd1c['addColorStop'](0x1,'rgba('+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+','+Math['floor'](_0x3d62d4()*0x100)+',1)'),_0x5ddba9['fillStyle']=_0x22cd1c,_0x5ddba9['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x5ddba9['globalAlpha']=0x1;const _0x588486=_0x5ddba9['getImageData'](0x0,0x0,_0x872ce['width'],_0x872ce['height']),_0x3f4866=fnv1a$2(_0x588486['data']),_0x52d07e=computeDHash(_0x872ce),_0x1ad5e2={};return _0x1ad5e2['p']=_0x3f4866,_0x1ad5e2['d']=CANVAS_DIM,_0x1ad5e2['dHash']=_0x52d07e,_0x1ad5e2;}catch{return null;}}function getColorGamut(){for(const _0x2ffb83 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x2ffb83+')')['matches'])return _0x2ffb83;}return undefined;}const _0x2d67c4={};_0x2d67c4['prop']='width',_0x2d67c4['value']='calc(sin(1)\x20*\x201000px)',_0x2d67c4['label']='sin1';const _0xa49787={};_0xa49787['prop']='width',_0xa49787['value']='calc(cos(1)\x20*\x201000px)',_0xa49787['label']='cos1';const _0x9722f8={};_0x9722f8['prop']='width',_0x9722f8['value']='calc(tan(0.5)\x20*\x201000px)',_0x9722f8['label']='tan05';const _0x271ea4={};_0x271ea4['prop']='width',_0x271ea4['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x271ea4['label']='sincos';const _0x173215={};_0x173215['prop']='width',_0x173215['value']='calc(sin(0.001)\x20*\x201000000px)',_0x173215['label']='sin_small';const _0x487688={};_0x487688['prop']='width',_0x487688['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x487688['label']='cos_pi';const _0x204391={};_0x204391['prop']='width',_0x204391['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0x204391['label']='tan15';const _0xeb7c0b={};_0xeb7c0b['prop']='width',_0xeb7c0b['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0xeb7c0b['label']='sin_large';const _0x42c53c={};_0x42c53c['prop']='height',_0x42c53c['value']='calc(sqrt(2)\x20*\x201000px)',_0x42c53c['label']='sqrt2';const _0x37bfb4={};_0x37bfb4['prop']='height',_0x37bfb4['value']='calc(exp(1)\x20*\x20100px)',_0x37bfb4['label']='exp1';const _0x245fe6={};_0x245fe6['prop']='height',_0x245fe6['value']='calc(log(10)\x20*\x201000px)',_0x245fe6['label']='log10';const _0x2f3c9d={};_0x2f3c9d['prop']='height',_0x2f3c9d['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x2f3c9d['label']='hypot34';const EXPRESSIONS=[_0x2d67c4,_0xa49787,_0x9722f8,_0x271ea4,_0x173215,_0x487688,_0x204391,_0xeb7c0b,_0x42c53c,_0x37bfb4,_0x245fe6,_0x2f3c9d];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 _0x36d7b5=document['createElement']('div');_0x36d7b5['style']['position']='absolute',_0x36d7b5['style']['visibility']='hidden',_0x36d7b5['style']['overflow']='hidden',_0x36d7b5['style']['top']='-9999px',_0x36d7b5['style']['left']='-9999px',document['body']['appendChild'](_0x36d7b5);const _0x26c529={};for(const _0x36dc41 of EXPRESSIONS){const _0x126a11=document['createElement']('div');_0x126a11['style']['position']='absolute',_0x126a11['style'][_0x36dc41['prop']]=_0x36dc41['value'],_0x36d7b5['appendChild'](_0x126a11);const _0xaf52f8=getComputedStyle(_0x126a11),_0x5bcb5d=parseFloat(_0xaf52f8[_0x36dc41['prop']]);!isNaN(_0x5bcb5d)&&isFinite(_0x5bcb5d)&&(_0x26c529[_0x36dc41['label']]=Math['round'](_0x5bcb5d*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x36d7b5),Object['keys'](_0x26c529)['length']>0x0?_0x26c529:null;}catch{return null;}}async function withIframe(_0x518947,_0x266feb,_0x152a2b=0x32){const _0x1c3b32=document;while(_0x1c3b32['body']===null){await wait(_0x152a2b);}const _0x2a524b=_0x1c3b32['createElement']('iframe');try{await new Promise((_0x53e3e5,_0x2c9dcb)=>{let _0x330c64=![];const _0x1b3dad=()=>{_0x330c64=!![],_0x53e3e5();},_0x47fe36=_0x3d0927=>{_0x330c64=!![],_0x2c9dcb(_0x3d0927);};_0x2a524b['onload']=_0x1b3dad,_0x2a524b['onerror']=_0x47fe36;const {style:_0x43d299}=_0x2a524b;_0x43d299['setProperty']('display','block','important'),_0x43d299['position']='absolute',_0x43d299['top']='0',_0x43d299['left']='0',_0x43d299['visibility']='hidden';_0x266feb!==undefined&&_0x266feb!==''&&'srcdoc'in _0x2a524b?_0x2a524b['srcdoc']=_0x266feb:_0x2a524b['src']='about:blank';_0x1c3b32['body']['appendChild'](_0x2a524b);const _0x2922df=()=>{if(_0x330c64)return;_0x2a524b['contentWindow']?.['document']['readyState']==='complete'?_0x1b3dad():setTimeout(_0x2922df,0xa);};_0x2922df();});while(!_0x2a524b['contentWindow']?.['document']['body']){await wait(_0x152a2b);}return await _0x518947(_0x2a524b,_0x2a524b['contentWindow']);}finally{_0x2a524b['parentNode']?.['removeChild'](_0x2a524b);}}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];constructor(_0x5ce8af=0x1388){this['idleTimeoutMs']=_0x5ce8af;}['execute'](_0x5aca22){return new Promise((_0x59cde5,_0x5dde66)=>{const _0x5108d1={};_0x5108d1['action']=_0x5aca22,_0x5108d1['resolve']=_0x59cde5,_0x5108d1['reject']=_0x5dde66,this['queue']['push'](_0x5108d1),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);await this['ensureIframe']();const _0x8f17c3=this['queue']['shift'](),_0x328262=this['iframe'];if(_0x8f17c3===undefined||_0x328262===null)continue;try{const _0x519ea5=await _0x8f17c3['action'](_0x328262,_0x328262['contentWindow']);_0x8f17c3['resolve'](_0x519ea5);}catch(_0x17128a){_0x8f17c3['reject'](_0x17128a);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x533ac6=document;while(_0x533ac6['body']===null){await wait(0x32);}if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x3bf42c=_0x533ac6['createElement']('iframe');this['iframe']=_0x3bf42c,this['iframeReady']=new Promise((_0x5c3b4f,_0x3a8b3e)=>{let _0x3bf071=![];_0x3bf42c['onload']=()=>{_0x3bf071=!![],_0x5c3b4f();},_0x3bf42c['onerror']=_0x3a0e4c=>{_0x3bf071=!![],_0x3a8b3e(_0x3a0e4c);};const {style:_0x56ea9d}=_0x3bf42c;_0x56ea9d['setProperty']('display','block','important'),_0x56ea9d['position']='absolute',_0x56ea9d['top']='0',_0x56ea9d['left']='0',_0x56ea9d['visibility']='hidden',_0x3bf42c['src']='about:blank',_0x533ac6['body']['appendChild'](_0x3bf42c);const _0xd4cc09=()=>{if(_0x3bf071)return;_0x3bf42c['contentWindow']?.['document']['readyState']==='complete'?(_0x3bf071=!![],_0x5c3b4f()):setTimeout(_0xd4cc09,0xa);};_0xd4cc09();}),await this['iframeReady'];while(!_0x3bf42c['contentWindow']?.['document']['body']){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);}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function isAnyParentCrossOrigin(){let _0x26d974=window;for(;;){const _0x786a82=_0x26d974['parent'];if(_0x786a82===_0x26d974)return![];try{if(_0x786a82['location']['origin']!==_0x26d974['location']['origin'])return!![];}catch(_0x4ffc45){if(_0x4ffc45 instanceof Error&&_0x4ffc45['name']==='SecurityError')return!![];throw _0x4ffc45;}_0x26d974=_0x786a82;}}function getEmojiSignal(){let _0x177617='';for(let _0x1df53b=0x1f600;_0x1df53b<=0x1f64f;_0x1df53b++){_0x177617+=String['fromCodePoint'](_0x1df53b);}return getIframePool()['execute']((_0x2c1901,_0x4f2d7f)=>{const _0xcccb3c=_0x4f2d7f['document'],_0x1440c5=_0xcccb3c['createElement']('span');_0x1440c5['style']['whiteSpace']='nowrap',_0x1440c5['innerText']=_0x177617,_0xcccb3c['body']['append'](_0x1440c5);const _0x1bd5ae={},_0x44858d=['x','y','left','right','bottom','height','top','width'],_0x212290=_0x1440c5['getBoundingClientRect']();for(const _0x182479 of _0x44858d){_0x182479 in _0x212290&&(_0x1bd5ae[_0x182479]=Math['round'](_0x212290[_0x182479]*0x64)/0x64);}const _0x271272=_0x4f2d7f['getComputedStyle'](_0x1440c5,null)['getPropertyValue']('font-family');return _0x1bd5ae['font']=_0x271272,_0xcccb3c['body']['removeChild'](_0x1440c5),_0x1bd5ae;});}const defaultText='mmMwWLliI0fiflO&1',_0x4c43af={};_0x4c43af['font']='-apple-system-body';const _0xe47a3a={};_0xe47a3a['fontFamily']='serif';const _0x334800={};_0x334800['fontFamily']='sans-serif';const _0x85815b={};_0x85815b['fontFamily']='monospace';const _0x594e04={};_0x594e04['fontSize']='1px';const _0x33c731={};_0x33c731['fontFamily']='system-ui';const _0x884baa={};_0x884baa['default']=[],_0x884baa['apple']=[_0x4c43af],_0x884baa['serif']=[_0xe47a3a],_0x884baa['sans']=[_0x334800],_0x884baa['mono']=[_0x85815b],_0x884baa['min']=[_0x594e04],_0x884baa['system']=[_0x33c731];const presets=_0x884baa;function getFontPreferences(){return withNaturalFonts((_0x282a9a,_0x395539,_0x12e481)=>{const _0x3515d7={},_0x4b50b6={};for(const _0x519114 of Object['keys'](presets)){const [_0x26fa7c={},_0x49c766=defaultText]=presets[_0x519114],_0x20d381=_0x282a9a['createElement']('span');_0x20d381['textContent']=_0x49c766,_0x20d381['style']['whiteSpace']='nowrap';for(const _0x3790a6 of Object['keys'](_0x26fa7c)){const _0xdbe09f=_0x26fa7c[_0x3790a6];_0xdbe09f!==undefined&&(_0x20d381['style'][_0x3790a6]=_0xdbe09f);}_0x3515d7[_0x519114]=_0x20d381,_0x395539['append'](_0x282a9a['createElement']('br'),_0x20d381);}const _0x431410=_0x12e481['devicePixelRatio']>0x0?_0x12e481['devicePixelRatio']:0x1;for(const _0x214ca1 of Object['keys'](presets)){_0x4b50b6[_0x214ca1]=Math['round'](_0x3515d7[_0x214ca1]['getBoundingClientRect']()['width']*_0x431410*0x64)/0x64;}return _0x4b50b6;});}function withNaturalFonts(_0x202f87,_0x12a26b=0xfa0){return withIframe((_0x32aedc,_0x4e2623)=>{const _0x36a35e=_0x4e2623['document'],_0x133c4e=_0x36a35e['body'],_0x9a6d62=_0x133c4e['style'];_0x9a6d62['width']=_0x12a26b+'px',_0x9a6d62['webkitTextSizeAdjust']=_0x9a6d62['textSizeAdjust']='none';if(isChromium())_0x133c4e['style']['zoom']=''+0x1/_0x4e2623['devicePixelRatio'];else isWebKit()&&(_0x133c4e['style']['zoom']='reset');const _0x54276a=_0x36a35e['createElement']('div'),_0x2176c6={};return _0x2176c6['length']=_0x12a26b/0x14<<0x0,_0x54276a['textContent']=Array['from'](_0x2176c6)['map'](()=>'word')['join']('\x20'),_0x133c4e['appendChild'](_0x54276a),_0x202f87(_0x36a35e,_0x133c4e,_0x4e2623);},'<!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']((_0xe40700,{document:_0x92add7})=>{const _0x30c3e9=_0x92add7['body'];_0x30c3e9['style']['fontSize']=textSize;const _0x50a2fd=_0x92add7['createElement']('div');_0x50a2fd['style']['setProperty']('visibility','hidden','important');const _0x72f924={},_0x42b5ac={},_0x42303f=_0x3a306c=>{const _0x2a2d6e=_0x92add7['createElement']('span'),{style:_0x40527b}=_0x2a2d6e;return _0x40527b['position']='absolute',_0x40527b['top']='0',_0x40527b['left']='0',_0x40527b['fontFamily']=_0x3a306c,_0x2a2d6e['textContent']=testString,_0x50a2fd['appendChild'](_0x2a2d6e),_0x2a2d6e;},_0x13f067=(_0x40f66e,_0x2ff0d0)=>{return _0x42303f('\x27'+_0x40f66e+'\x27,'+_0x2ff0d0);},_0x2e03d3=()=>{return baseFonts['map'](_0x42303f);},_0x355f0a=()=>{const _0x459b83={};for(const _0x42c41e of fontList){_0x459b83[_0x42c41e]=baseFonts['map'](_0x46f60f=>_0x13f067(_0x42c41e,_0x46f60f));}return _0x459b83;},_0x176e3a=_0x35270a=>{return baseFonts['some']((_0xa62203,_0x121a9e)=>_0x35270a[_0x121a9e]['offsetWidth']!==_0x72f924[_0xa62203]||_0x35270a[_0x121a9e]['offsetHeight']!==_0x42b5ac[_0xa62203]);},_0x7dd7ab=_0x2e03d3(),_0x1b0e8c=_0x355f0a();_0x30c3e9['appendChild'](_0x50a2fd);for(let _0x448cb3=0x0;_0x448cb3<baseFonts['length'];_0x448cb3++){_0x72f924[baseFonts[_0x448cb3]]=_0x7dd7ab[_0x448cb3]['offsetWidth'],_0x42b5ac[baseFonts[_0x448cb3]]=_0x7dd7ab[_0x448cb3]['offsetHeight'];}return fontList['filter'](_0x35ac63=>_0x176e3a(_0x1b0e8c[_0x35ac63]));});}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(_0x16b736){const _0x55bedc=_0x16b736['info'];if(_0x55bedc!==undefined&&_0x55bedc!==null){const _0x578dc5={};return _0x578dc5['vendor']=_0x55bedc['vendor'],_0x578dc5['architecture']=_0x55bedc['architecture'],_0x578dc5;}if(typeof _0x16b736['requestAdapterInfo']==='function'){const _0x3496ba=await _0x16b736['requestAdapterInfo'](),_0x2d1891={};return _0x2d1891['vendor']=_0x3496ba['vendor'],_0x2d1891['architecture']=_0x3496ba['architecture'],_0x2d1891;}const _0x116272={};return _0x116272['vendor']='',_0x116272['architecture']='',_0x116272;}function createTextureData(){const _0x26ec68=[],_0x2fce51=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x256bd7=0x0;_0x256bd7<TEX_WIDTH*TEX_HEIGHT;_0x256bd7++){_0x26ec68['push'](..._0x2fce51[_0x256bd7%0x3]);}return new Uint8Array(_0x26ec68);}function quantizeTiming(_0xba025c){const _0x3862c3=Number(_0xba025c/0x3e8n);return Math['round'](_0x3862c3/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x139926,_0x52f9aa){const _0x216adc=[];for(const _0x50dc12 of _0x52f9aa){_0x216adc['push'](_0x50dc12);}const _0x3e553d={};_0x3e553d['requiredFeatures']=_0x216adc;const _0x3460ee=await _0x139926['requestDevice'](_0x3e553d),_0xad7c3b='rgba8unorm',_0x359fab={};_0x359fab['label']='fp-shader',_0x359fab['code']=WGSL_SHADER;const _0x5b2fe1=_0x3460ee['createShaderModule'](_0x359fab),_0x5551c3={};_0x5551c3['module']=_0x5b2fe1;const _0x380baa={};_0x380baa['format']=_0xad7c3b;const _0x31b792={};_0x31b792['module']=_0x5b2fe1,_0x31b792['targets']=[_0x380baa];const _0x4b35e7={};_0x4b35e7['topology']='triangle-list';const _0x55cf69={};_0x55cf69['label']='fp-pipeline',_0x55cf69['layout']='auto',_0x55cf69['vertex']=_0x5551c3,_0x55cf69['fragment']=_0x31b792,_0x55cf69['primitive']=_0x4b35e7;const _0x163f1a=_0x3460ee['createRenderPipeline'](_0x55cf69),_0x2de610=createTextureData(),_0x16276e={};_0x16276e['label']='fp-src-texture',_0x16276e['size']=[TEX_WIDTH,TEX_HEIGHT],_0x16276e['format']='rgba8unorm',_0x16276e['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x27a442=_0x3460ee['createTexture'](_0x16276e),_0x351b0f={};_0x351b0f['texture']=_0x27a442;const _0x21c1f1={};_0x21c1f1['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x272132={};_0x272132['width']=TEX_WIDTH,_0x272132['height']=TEX_HEIGHT,_0x3460ee['queue']['writeTexture'](_0x351b0f,_0x2de610['buffer'],_0x21c1f1,_0x272132);const _0x211a4c={};_0x211a4c['label']='fp-sampler';const _0x50c813=_0x3460ee['createSampler'](_0x211a4c),_0x2eb4c5={};_0x2eb4c5['binding']=0x0,_0x2eb4c5['resource']=_0x50c813;const _0x1380bd=_0x3460ee['createBindGroup']({'layout':_0x163f1a['getBindGroupLayout'](0x0),'entries':[_0x2eb4c5,{'binding':0x1,'resource':_0x27a442['createView']()}]}),_0x5365e4=ROTATION_MATRICES['map'](_0x343b5f=>{const _0x5de740={};_0x5de740['label']='fp-uniform',_0x5de740['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x5de740['usage']=GPUBufferUsage['UNIFORM'],_0x5de740['mappedAtCreation']=!![];const _0x2f5931=_0x3460ee['createBuffer'](_0x5de740);new Float32Array(_0x2f5931['getMappedRange']())['set'](_0x343b5f),_0x2f5931['unmap']();const _0x36d777={};_0x36d777['buffer']=_0x2f5931;const _0x455ad0={};return _0x455ad0['binding']=0x0,_0x455ad0['resource']=_0x36d777,_0x3460ee['createBindGroup']({'layout':_0x163f1a['getBindGroupLayout'](0x1),'entries':[_0x455ad0]});}),_0xc59568=_0x3460ee['features']['has']('timestamp-query');let _0x27fe7e=null,_0x3df6f1=null,_0x3b5e6b=null;if(_0xc59568){const _0x8adf6c={};_0x8adf6c['label']='fp-ts',_0x8adf6c['type']='timestamp',_0x8adf6c['count']=0x2,_0x27fe7e=_0x3460ee['createQuerySet'](_0x8adf6c);const _0x1dca43={};_0x1dca43['size']=0x2*0x8,_0x1dca43['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x3df6f1=_0x3460ee['createBuffer'](_0x1dca43);const _0x2372e9={};_0x2372e9['size']=0x2*0x8,_0x2372e9['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x3b5e6b=_0x3460ee['createBuffer'](_0x2372e9);}const _0xf723b6={};_0xf723b6['label']='fp-rt',_0xf723b6['size']=[RT_WIDTH,RT_HEIGHT],_0xf723b6['format']=_0xad7c3b,_0xf723b6['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x460c8a=_0x3460ee['createTexture'](_0xf723b6),_0x2c2b25=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x4074a6={};_0x4074a6['label']='fp-pixel-read',_0x4074a6['size']=_0x2c2b25*RT_HEIGHT,_0x4074a6['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x1fa1b7=_0x3460ee['createBuffer'](_0x4074a6),_0x49b919=[],_0x14f816=[];for(let _0x22c547=0x0;_0x22c547<ROTATION_MATRICES['length'];_0x22c547++){const _0x3f9e66=_0x460c8a['createView'](),_0x1af7ca={};_0x1af7ca['label']='fp-enc-'+_0x22c547;const _0x2b9587=_0x3460ee['createCommandEncoder'](_0x1af7ca),_0x4052f4={};_0x4052f4['r']=0x0,_0x4052f4['g']=0x0,_0x4052f4['b']=0x0,_0x4052f4['a']=0x1;const _0x28b61f={};_0x28b61f['view']=_0x3f9e66,_0x28b61f['clearValue']=_0x4052f4,_0x28b61f['loadOp']='clear',_0x28b61f['storeOp']='store';const _0x4662fe={'label':'fp-pass-'+_0x22c547,'colorAttachments':[_0x28b61f],..._0xc59568&&_0x27fe7e?{'timestampWrites':{'querySet':_0x27fe7e,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x3bd7a3=_0x4662fe,_0x52caf0=_0x2b9587['beginRenderPass'](_0x3bd7a3);_0x52caf0['setPipeline'](_0x163f1a),_0x52caf0['setBindGroup'](0x0,_0x1380bd),_0x52caf0['setBindGroup'](0x1,_0x5365e4[_0x22c547]),_0x52caf0['draw'](0x6),_0x52caf0['end']();_0xc59568&&_0x27fe7e&&_0x3df6f1&&_0x3b5e6b&&(_0x2b9587['resolveQuerySet'](_0x27fe7e,0x0,0x2,_0x3df6f1,0x0),_0x2b9587['copyBufferToBuffer'](_0x3df6f1,0x0,_0x3b5e6b,0x0,_0x3df6f1['size']));const _0x14be78={};_0x14be78['x']=0x0,_0x14be78['y']=0x0;const _0x2ad553={};_0x2ad553['texture']=_0x460c8a,_0x2ad553['origin']=_0x14be78;const _0x3abe93={};_0x3abe93['buffer']=_0x1fa1b7,_0x3abe93['bytesPerRow']=_0x2c2b25,_0x3abe93['rowsPerImage']=RT_HEIGHT;const _0x54eae1={};_0x54eae1['width']=RT_WIDTH,_0x54eae1['height']=RT_HEIGHT,_0x2b9587['copyTextureToBuffer'](_0x2ad553,_0x3abe93,_0x54eae1),_0x3460ee['queue']['submit']([_0x2b9587['finish']()]),await _0x1fa1b7['mapAsync'](GPUMapMode['READ']);const _0x1742aa=new Uint8Array(_0x1fa1b7['getMappedRange']()),_0x2ad049=RT_WIDTH*BYTES_PER_PIXEL,_0x2c14fc=new Uint8Array(_0x2ad049*RT_HEIGHT);for(let _0x20086c=0x0;_0x20086c<RT_HEIGHT;_0x20086c++){_0x2c14fc['set'](_0x1742aa['subarray'](_0x20086c*_0x2c2b25,_0x20086c*_0x2c2b25+_0x2ad049),_0x20086c*_0x2ad049);}_0x49b919['push'](fnv1a$1(_0x2c14fc)),_0x1fa1b7['unmap']();if(_0xc59568&&_0x3b5e6b)try{await _0x3b5e6b['mapAsync'](GPUMapMode['READ']);const _0x2d3614=new BigUint64Array(_0x3b5e6b['getMappedRange']()),_0x3d42e4=_0x2d3614[0x0],_0x59fe57=_0x2d3614[0x1];_0x59fe57>_0x3d42e4&&_0x14f816['push'](quantizeTiming(_0x59fe57-_0x3d42e4)),_0x3b5e6b['unmap']();}catch{}}const _0x1062fe=new Uint8Array(_0x49b919['length']*0x4),_0x15fda1=new DataView(_0x1062fe['buffer']);for(let _0x267219=0x0;_0x267219<_0x49b919['length'];_0x267219++){_0x15fda1['setUint32'](_0x267219*0x4,_0x49b919[_0x267219],!![]);}let _0x43a2a3='';for(let _0x428003=0x0;_0x428003<_0x1062fe['length'];_0x428003++){_0x43a2a3+=String['fromCharCode'](_0x1062fe[_0x428003]);}return typeof _0x3460ee['destroy']==='function'&&_0x3460ee['destroy'](),{'pixelHash':btoa(_0x43a2a3),'timingBuckets':_0x14f816};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x49c342={};return _0x49c342['s']=-0x1,_0x49c342['v']=null,_0x49c342;}const _0x114c7a={};_0x114c7a['s']=-0x2,_0x114c7a['v']=null;const _0x784bb0=await Promise['race']([collectWebGpuSignal(),new Promise(_0x1d1366=>setTimeout(()=>_0x1d1366(_0x114c7a),TIMEOUT_MS))]);return _0x784bb0;}async function collectWebGpuSignal(){let _0x3030bc;try{const _0x4ddb27=await navigator['gpu']['requestAdapter']();if(!_0x4ddb27){const _0x3b7d7e={};return _0x3b7d7e['s']=-0x4,_0x3b7d7e['v']=null,_0x3b7d7e;}_0x3030bc=_0x4ddb27;}catch(_0x292451){if(_0x292451 instanceof Error){const _0x3c5c2b={};return _0x3c5c2b['s']=-0x3,_0x3c5c2b['v']=null,_0x3c5c2b;}throw _0x292451;}try{const _0x1cf290=Array['from'](_0x3030bc['features']['values']())['sort'](),[_0x3698b8,_0x13c343]=await Promise['all']([renderAndReadback(_0x3030bc,_0x1cf290),getAdapterInfo$1(_0x3030bc)]),_0x359183={};_0x359183['s']=_0x1cf290,_0x359183['f']=_0x3698b8['pixelHash'],_0x359183['t']=_0x3698b8['timingBuckets'],_0x359183['v']=_0x13c343['vendor'],_0x359183['a']=_0x13c343['architecture'];const _0x58f779={};return _0x58f779['s']=0x0,_0x58f779['v']=_0x359183,_0x58f779;}catch(_0x5639dc){if(_0x5639dc instanceof TypeError){const _0x226662={};return _0x226662['s']=-0x7,_0x226662['v']=null,_0x226662;}throw _0x5639dc;}}const _0x12ed2c={};_0x12ed2c['text']='今天天气真好我们出去玩吧',_0x12ed2c['locale']='zh',_0x12ed2c['gran']='word';const _0x2d083a={};_0x2d083a['text']='東京都は日本の首都です',_0x2d083a['locale']='ja',_0x2d083a['gran']='word';const _0x594f07={};_0x594f07['text']='สวัสดีครับวันนี้อากาศดี',_0x594f07['locale']='th',_0x594f07['gran']='word';const _0x5c33be={};_0x5c33be['text']='오늘날씨가좋아서산책했습니다',_0x5c33be['locale']='ko',_0x5c33be['gran']='word';const _0x5d1c39={};_0x5d1c39['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x5d1c39['locale']='en',_0x5d1c39['gran']='word';const _0x454019={};_0x454019['text']='👨👩👧👦🏳️🌈👩🏽💻',_0x454019['locale']='en',_0x454019['gran']='grapheme';const SEGMENTER_TESTS=[_0x12ed2c,_0x2d083a,_0x594f07,_0x5c33be,_0x5d1c39,_0x454019],_0x1e4f6c={};_0x1e4f6c['code']='XK',_0x1e4f6c['type']='region';const _0x5081d9={};_0x5081d9['code']='EH',_0x5081d9['type']='region';const _0x456412={};_0x456412['code']='SX',_0x456412['type']='region';const _0x2da535={};_0x2da535['code']='BQ',_0x2da535['type']='region';const _0x369bf3={};_0x369bf3['code']='SS',_0x369bf3['type']='region';const _0x495519={};_0x495519['code']='CW',_0x495519['type']='region';const DISPLAY_NAMES_TESTS=[_0x1e4f6c,_0x5081d9,_0x456412,_0x2da535,_0x369bf3,_0x495519];function getIntlSegmenter(){const _0x3f22cc={};_0x3f22cc['segmenter']=null,_0x3f22cc['displayNames']=null;const _0x49f80d=_0x3f22cc;try{const _0xbd0009=Intl['Segmenter'];if(_0xbd0009){const _0x422522={};for(const _0x56aee of SEGMENTER_TESTS){try{const _0x3c924f=new _0xbd0009(_0x56aee['locale'],{'granularity':_0x56aee['gran']}),_0x5e7d2b=[..._0x3c924f['segment'](_0x56aee['text'])]['length'];_0x422522[_0x56aee['locale']+'_'+_0x56aee['gran']]=_0x5e7d2b;}catch{}}Object['keys'](_0x422522)['length']>0x0&&(_0x49f80d['segmenter']=_0x422522);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x50e3d6={},_0xd962d9={};_0xd962d9['type']='region';const _0x1af87b=new Intl['DisplayNames'](['en'],_0xd962d9);for(const _0x51cba7 of DISPLAY_NAMES_TESTS){try{const _0x54d826=_0x1af87b['of'](_0x51cba7['code']);_0x54d826!==undefined&&_0x54d826!==''&&(_0x50e3d6[_0x51cba7['code']]=_0x54d826);}catch{}}Object['keys'](_0x50e3d6)['length']>0x0&&(_0x49f80d['displayNames']=_0x50e3d6);}}catch{}return _0x49f80d;}const fallbackFn=()=>0x0;function getMathFn(_0x4912ed){const _0x32073c=globalThis['Math'][_0x4912ed];return typeof _0x32073c==='function'?_0x32073c:fallbackFn;}function getMathSignal(){const _0x17ce37=getMathFn('acos'),_0x21e4aa=getMathFn('acosh'),_0x403b6f=getMathFn('asin'),_0x38d02b=getMathFn('asinh'),_0xb2a6a8=getMathFn('atanh'),_0x1bce81=getMathFn('atan'),_0x296594=getMathFn('sin'),_0x1d4803=getMathFn('sinh'),_0x37256f=getMathFn('cos'),_0x1781c4=getMathFn('cosh'),_0x269226=getMathFn('tan'),_0x24cb24=getMathFn('tanh'),_0x3a56dd=getMathFn('exp'),_0x5f1042=getMathFn('expm1'),_0x1f3a66=getMathFn('log1p'),_0x4eafd1=_0x360bed=>Math['pow'](Math['PI'],_0x360bed),_0x4f9f67=_0x13b26b=>Math['log'](_0x13b26b+Math['sqrt'](_0x13b26b*_0x13b26b-0x1)),_0x49d324=_0x454b63=>Math['log'](_0x454b63+Math['sqrt'](_0x454b63*_0x454b63+0x1)),_0x5eb9cd=_0x2b9070=>Math['log']((0x1+_0x2b9070)/(0x1-_0x2b9070))/0x2,_0x24bec9=_0x3738ac=>Math['exp'](_0x3738ac)-0x1/Math['exp'](_0x3738ac)/0x2,_0x10509b=_0x49f775=>(Math['exp'](_0x49f775)+0x1/Math['exp'](_0x49f775))/0x2,_0x4e9a72=_0x1f226a=>Math['exp'](_0x1f226a)-0x1,_0x1be7f9=_0x214ec2=>(Math['exp'](0x2*_0x214ec2)-0x1)/(Math['exp'](0x2*_0x214ec2)+0x1),_0x24fc85=_0xa7a9c4=>Math['log'](0x1+_0xa7a9c4);return{'acos':_0x17ce37(0.12312423423423424),'acosh':_0x21e4aa(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x4f9f67(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x403b6f(0.12312423423423424),'asinh':_0x38d02b(0x1),'asinhPf':_0x49d324(0x1),'atanh':_0xb2a6a8(0.5),'atanhPf':_0x5eb9cd(0.5),'atan':_0x1bce81(0.5),'sin':_0x296594(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x1d4803(0x1),'sinhPf':_0x24bec9(0x1),'cos':_0x37256f(10.000000000123),'cosh':_0x1781c4(0x1),'coshPf':_0x10509b(0x1),'tan':_0x269226(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x24cb24(0x1),'tanhPf':_0x1be7f9(0x1),'exp':_0x3a56dd(0x1),'expm1':_0x5f1042(0x1),'expm1Pf':_0x4e9a72(0x1),'log1p':_0x1f3a66(0xa),'log1pPf':_0x24fc85(0xa),'powPI':_0x4eafd1(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x1ce559=document['createDocumentFragment'](),_0x40f6fc=createMathElement(_0x1ce559,'mrow'),_0x320e62=createMathElement(_0x40f6fc,'munderover'),_0x3aa32c=createMathElement(_0x320e62,'mmultiscripts');createMathElement(_0x3aa32c,'mo','∏');for(const [_0x12d46c,_0x5d6934,_0x11aedf,_0xe8e96d,_0x1156e9]of QUINTUPLETS){const _0x20b0e7=document['createElement']('mmultiscripts');createMathElement(_0x20b0e7,'mi',_0x12d46c),createMathElement(_0x20b0e7,'mi',_0x5d6934),createMathElement(_0x20b0e7,'mi',_0x11aedf),createMathElement(_0x20b0e7,'mprescripts'),createMathElement(_0x20b0e7,'mi',_0xe8e96d),createMathElement(_0x20b0e7,'mi',_0x1156e9),_0x3aa32c['append'](_0x20b0e7);}return getIframePool()['execute']((_0x5159c4,_0x713393)=>{const _0x49adcf=_0x713393['document'],_0x11bc10=_0x49adcf['createElement']('math');_0x11bc10['style']['whiteSpace']='nowrap',_0x11bc10['append'](_0x1ce559),_0x49adcf['body']['append'](_0x11bc10);const _0x2e8505={},_0x389e51=_0x11bc10['getBoundingClientRect'](),_0x462633=['x','y','left','right','bottom','height','top','width'];for(const _0x53c7f5 of _0x462633){_0x53c7f5 in _0x389e51&&(_0x2e8505[_0x53c7f5]=_0x389e51[_0x53c7f5]);}const _0x43a0f0=_0x713393['getComputedStyle'](_0x11bc10,null)['getPropertyValue']('font-family');return _0x2e8505['font']=_0x43a0f0,_0x49adcf['body']['removeChild'](_0x11bc10),_0x2e8505;});}function createMathElement(_0xb40895,_0x1daa7f,_0x16a5d0=''){const _0xa23f92=document['createElement'](_0x1daa7f);return _0xa23f92['textContent']=_0x16a5d0,_0xb40895['appendChild'](_0xa23f92),_0xa23f92;}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(_0x2545eb){const _0x1c63c8=window,_0x37b2d2=_0x1c63c8['MediaSource'];if(_0x37b2d2===undefined||typeof _0x37b2d2['isTypeSupported']!=='function')return-0x1;let _0xc10ec6=0x0;for(let _0x2e9ca0=0x0;_0x2e9ca0<_0x2545eb['length'];_0x2e9ca0++){try{_0x37b2d2['isTypeSupported'](_0x2545eb[_0x2e9ca0])&&(_0xc10ec6|=0x1<<_0x2e9ca0);}catch{}}return _0xc10ec6;}function getRtcCodecs(_0x362119){const _0x27b497=window,_0x337c5f=_0x27b497['RTCRtpReceiver'];if(_0x337c5f===undefined||typeof _0x337c5f['getCapabilities']!=='function')return null;try{const _0x130e5e=_0x337c5f['getCapabilities'](_0x362119);if(_0x130e5e===null)return null;const _0x485c80=_0x130e5e['codecs']['map'](_0x296bb9=>''+_0x296bb9['mimeType']+(_0x296bb9['sdpFmtpLine']!==undefined&&_0x296bb9['sdpFmtpLine']!==''?';'+_0x296bb9['sdpFmtpLine']:''));return _0x485c80['sort']();}catch{return null;}}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x115eed,_0x1b309e)=>{const _0x12c833=_0x1b309e['document'],_0x3fa678=_0x12c833['createElement']('div');_0x3fa678['style']['border']='.5px\x20dotted\x20transparent',_0x12c833['body']['appendChild'](_0x3fa678);const _0x45cdec=_0x3fa678['offsetHeight'];return _0x12c833['body']['removeChild'](_0x3fa678),_0x45cdec;});}catch{return null;}}function getSupportedConstraints(){try{const _0x1cc70d=navigator['mediaDevices'];if(_0x1cc70d===undefined||typeof _0x1cc70d['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x1cc70d['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x5556aa='';for(let _0x24aa1e=0x1f600;_0x24aa1e<=0x1f64f;_0x24aa1e++){_0x5556aa+=String['fromCodePoint'](_0x24aa1e);}return getIframePool()['execute']((_0x3d4414,_0x344254)=>{const _0x440386=_0x344254['document'],_0x183591='http://www.w3.org/2000/svg',_0x349240=_0x440386['createElementNS'](_0x183591,'svg');_0x349240['setAttribute']('width','0'),_0x349240['setAttribute']('height','0'),_0x349240['style']['position']='absolute',_0x349240['style']['visibility']='hidden';const _0x194d1a=_0x440386['createElementNS'](_0x183591,'text');_0x194d1a['setAttribute']('x','0'),_0x194d1a['setAttribute']('y','50'),_0x194d1a['setAttribute']('font-size','16'),_0x194d1a['textContent']=_0x5556aa,_0x349240['appendChild'](_0x194d1a),_0x440386['body']['appendChild'](_0x349240);const _0x4b0cc1=_0x344254['getComputedStyle'](_0x194d1a)['getPropertyValue']('font-family');let _0x106bfa=null;try{const _0x39b740=_0x194d1a['getBBox']();_0x106bfa={'x':round(_0x39b740['x']),'y':round(_0x39b740['y']),'width':round(_0x39b740['width']),'height':round(_0x39b740['height'])};}catch{}let _0x3e10da=null;try{const _0x28028a=_0x194d1a,_0x307ba5=_0x28028a['getExtentOfChar'](0x0);_0x3e10da={'x':round(_0x307ba5['x']),'y':round(_0x307ba5['y']),'width':round(_0x307ba5['width']),'height':round(_0x307ba5['height'])};}catch{}let _0x218028=null;try{const _0x43af0a=_0x194d1a;_0x218028=round(_0x43af0a['getSubStringLength'](0x0,0xa));}catch{}let _0x578e87=null;try{const _0x1ddf40=_0x194d1a;_0x578e87=round(_0x1ddf40['getComputedTextLength']());}catch{}_0x440386['body']['removeChild'](_0x349240);const _0x10cb21={};return _0x10cb21['bbox']=_0x106bfa,_0x10cb21['charExtent']=_0x3e10da,_0x10cb21['substringLength']=_0x218028,_0x10cb21['computedTextLength']=_0x578e87,_0x10cb21['font']=_0x4b0cc1,_0x10cb21;});}function round(_0x2905e0){return Math['round'](_0x2905e0*0x64)/0x64;}const _0x1e5fc9={};_0x1e5fc9['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x1e5fc9['width']=0x780,_0x1e5fc9['height']=0x438,_0x1e5fc9['bitrate']=0x4c4b40,_0x1e5fc9['framerate']=0x1e;const _0x36e3dd={};_0x36e3dd['type']='file',_0x36e3dd['video']=_0x1e5fc9;const _0x41b469={};_0x41b469['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x41b469['width']=0x780,_0x41b469['height']=0x438,_0x41b469['bitrate']=0x4c4b40,_0x41b469['framerate']=0x1e;const _0x13e97b={};_0x13e97b['type']='file',_0x13e97b['video']=_0x41b469;const _0x24c0e1={};_0x24c0e1['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x24c0e1['width']=0x780,_0x24c0e1['height']=0x438,_0x24c0e1['bitrate']=0x4c4b40,_0x24c0e1['framerate']=0x1e;const _0x76869={};_0x76869['type']='file',_0x76869['video']=_0x24c0e1;const _0x421efe={};_0x421efe['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x421efe['width']=0x780,_0x421efe['height']=0x438,_0x421efe['bitrate']=0x4c4b40,_0x421efe['framerate']=0x1e;const _0x21a474={};_0x21a474['type']='file',_0x21a474['video']=_0x421efe;const _0x5a6ec6={};_0x5a6ec6['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x5a6ec6['width']=0x780,_0x5a6ec6['height']=0x438,_0x5a6ec6['bitrate']=0x4c4b40,_0x5a6ec6['framerate']=0x1e;const _0x17d983={};_0x17d983['type']='file',_0x17d983['video']=_0x5a6ec6;const _0x3d0c0f={};_0x3d0c0f['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x3d0c0f['width']=0xf00,_0x3d0c0f['height']=0x870,_0x3d0c0f['bitrate']=0x1312d00,_0x3d0c0f['framerate']=0x3c;const _0x1bf9cb={};_0x1bf9cb['type']='file',_0x1bf9cb['video']=_0x3d0c0f;const _0xae30e1={};_0xae30e1['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0xae30e1['width']=0xf00,_0xae30e1['height']=0x870,_0xae30e1['bitrate']=0x1312d00,_0xae30e1['framerate']=0x3c;const _0xc2ac81={};_0xc2ac81['type']='file',_0xc2ac81['video']=_0xae30e1;const _0x2046cc={};_0x2046cc['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x2046cc['width']=0xf00,_0x2046cc['height']=0x870,_0x2046cc['bitrate']=0x1312d00,_0x2046cc['framerate']=0x3c;const _0x352e59={};_0x352e59['type']='file',_0x352e59['video']=_0x2046cc;const CODEC_CONFIGS=[_0x36e3dd,_0x13e97b,_0x76869,_0x21a474,_0x17d983,_0x1bf9cb,_0xc2ac81,_0x352e59];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x2eabee=>{try{const _0x2b1de7=await navigator['mediaCapabilities']['decodingInfo'](_0x2eabee);let _0x49bd48=0x0;if(_0x2b1de7['supported'])_0x49bd48|=0x1;if(_0x2b1de7['smooth'])_0x49bd48|=0x2;if(_0x2b1de7['powerEfficient'])_0x49bd48|=0x4;return _0x49bd48;}catch(_0x4c0f6b){return _0x4c0f6b instanceof Error?_0x4c0f6b['message']:String(_0x4c0f6b);}}));}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]];function getWasmFeatures(){try{if(typeof WebAssembly==='undefined'||typeof WebAssembly['validate']!=='function')return undefined;let _0x216a12=0x0;for(const _0x7e78a0 of FEATURE_MODULES){_0x216a12<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX,..._0x7e78a0)['buffer'])&&(_0x216a12|=0x1);}return _0x216a12;}catch{return undefined;}}const _0x3c9c2f={};_0x3c9c2f['codec']='avc1.42001E',_0x3c9c2f['width']=0x780,_0x3c9c2f['height']=0x438,_0x3c9c2f['label']='h264-baseline-1080';const _0x472ed0={};_0x472ed0['codec']='avc1.4D0032',_0x472ed0['width']=0xf00,_0x472ed0['height']=0x870,_0x472ed0['label']='h264-main-4k';const _0x296a2e={};_0x296a2e['codec']='avc1.640033',_0x296a2e['width']=0xf00,_0x296a2e['height']=0x870,_0x296a2e['label']='h264-high-4k';const _0x5d211b={};_0x5d211b['codec']='hev1.1.6.L150.B0',_0x5d211b['width']=0x780,_0x5d211b['height']=0x438,_0x5d211b['label']='hevc-main-1080';const _0x81e335={};_0x81e335['codec']='hev1.2.4.L153.B0',_0x81e335['width']=0xf00,_0x81e335['height']=0x870,_0x81e335['label']='hevc-main10-4k';const _0x9280a1={};_0x9280a1['codec']='hev1.1.6.L180.B0',_0x9280a1['width']=0x1e00,_0x9280a1['height']=0x10e0,_0x9280a1['label']='hevc-main-8k';const _0x200441={};_0x200441['codec']='vp09.00.40.08',_0x200441['width']=0x780,_0x200441['height']=0x438,_0x200441['label']='vp9-profile0-1080';const _0xeb05c2={};_0xeb05c2['codec']='vp09.02.40.10',_0xeb05c2['width']=0xf00,_0xeb05c2['height']=0x870,_0xeb05c2['label']='vp9-profile2-4k-10bit';const _0x2058c8={};_0x2058c8['codec']='av01.0.08M.08',_0x2058c8['width']=0x780,_0x2058c8['height']=0x438,_0x2058c8['label']='av1-main-1080';const _0x69e050={};_0x69e050['codec']='av01.0.12M.10',_0x69e050['width']=0xf00,_0x69e050['height']=0x870,_0x69e050['label']='av1-main-4k-10bit';const _0x530388={};_0x530388['codec']='av01.0.16M.10',_0x530388['width']=0x1e00,_0x530388['height']=0x10e0,_0x530388['label']='av1-main-8k-10bit';const _0x30ce1d={};_0x30ce1d['codec']='vp8',_0x30ce1d['width']=0x780,_0x30ce1d['height']=0x438,_0x30ce1d['label']='vp8-1080';const CODEC_TESTS=[_0x3c9c2f,_0x472ed0,_0x296a2e,_0x5d211b,_0x81e335,_0x9280a1,_0x200441,_0xeb05c2,_0x2058c8,_0x69e050,_0x530388,_0x30ce1d];async function getWebCodecsHardware(){try{const _0x2fd13d=window['VideoDecoder'];if(!_0x2fd13d||typeof _0x2fd13d['isConfigSupported']!=='function')return null;const _0x2eb3fe=_0x2fd13d['isConfigSupported']['bind'](_0x2fd13d),_0x358243=[],_0x1d75fa=CODEC_TESTS['map'](async _0x2b6fb7=>{try{const _0x5aae92={};_0x5aae92['codec']=_0x2b6fb7['codec'],_0x5aae92['codedWidth']=_0x2b6fb7['width'],_0x5aae92['codedHeight']=_0x2b6fb7['height'],_0x5aae92['hardwareAcceleration']='prefer-hardware';const _0x32cdd0=_0x5aae92,_0x474abc=await Promise['race']([_0x2eb3fe(_0x32cdd0),new Promise(_0x40932c=>setTimeout(()=>_0x40932c(null),0x1f4))]);if(_0x474abc?.['supported']===!![]){const _0x300638=_0x474abc['config'],_0x90261e=_0x300638?.['hardwareAcceleration'];(_0x90261e==='prefer-hardware'||_0x90261e===undefined)&&_0x358243['push'](_0x2b6fb7['label']);}}catch{}});return await Promise['all'](_0x1d75fa),_0x358243['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:_0x339296}){const _0x332681=getWebGLContext(_0x339296);if(!_0x332681)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x332681))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x552b56=shouldAvoidDebugRendererInfo()?null:_0x332681['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x332681,_0x332681['VERSION']),'vendor':getParamString(_0x332681,_0x332681['VENDOR']),'vendorUnmasked':_0x552b56!==null?getParamString(_0x332681,_0x552b56['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x332681,_0x332681['RENDERER']),'rendererUnmasked':_0x552b56!==null?getParamString(_0x332681,_0x552b56['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x332681,_0x332681['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x53dcc8}){const _0x3e2c08=getWebGLContext(_0x53dcc8);if(!_0x3e2c08)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x3e2c08))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x56bdd8=_0x3e2c08['getSupportedExtensions'](),_0x101d5b=_0x3e2c08['getContextAttributes'](),_0x27426b=[],_0x2becf9=[],_0x581e76=[],_0x51d853=[],_0x49bf12=[];if(_0x101d5b)for(const _0x470851 of Object['keys'](_0x101d5b)){_0x2becf9['push'](_0x470851+'='+_0x101d5b[_0x470851]);}const _0x1ad9e2=getConstantsFromPrototype(_0x3e2c08);for(const _0x374dee of _0x1ad9e2){const _0x248d59=_0x3e2c08[_0x374dee],_0x320fd0=validContextParameters['has'](_0x248d59)?'='+String(_0x3e2c08['getParameter'](_0x248d59)):'';_0x581e76['push'](_0x374dee+'='+_0x248d59+_0x320fd0);}if(_0x56bdd8!==null)for(const _0x530ee4 of _0x56bdd8){if(_0x530ee4===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x530ee4===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x46e2fa=_0x3e2c08['getExtension'](_0x530ee4);if(_0x46e2fa===null){_0x27426b['push'](_0x530ee4);continue;}for(const _0x517ad4 of getConstantsFromPrototype(_0x46e2fa)){const _0x508ef5=_0x46e2fa[_0x517ad4],_0xd4cf73=validExtensionParams['has'](_0x508ef5)?'='+String(_0x3e2c08['getParameter'](_0x508ef5)):'';_0x51d853['push'](_0x517ad4+'='+_0x508ef5+_0xd4cf73);}}for(const _0x120b84 of shaderTypes){for(const _0x45d443 of precisionTypes){const _0x4631ae=getShaderPrecision(_0x3e2c08,_0x120b84,_0x45d443);_0x49bf12['push'](_0x120b84+'.'+_0x45d443+'='+_0x4631ae['join'](','));}}_0x51d853['sort'](),_0x581e76['sort']();const _0x4d3896={};return _0x4d3896['contextAttributes']=_0x2becf9,_0x4d3896['parameters']=_0x581e76,_0x4d3896['shaderPrecisions']=_0x49bf12,_0x4d3896['extensions']=_0x56bdd8,_0x4d3896['extensionParameters']=_0x51d853,_0x4d3896['unsupportedExtensions']=_0x27426b,_0x4d3896;}function getWebGLContext(_0x12ad1b){if(_0x12ad1b['webgl'])return _0x12ad1b['webgl']['context'];const _0x75d4f8=document['createElement']('canvas');let _0x7c2fac;_0x75d4f8['addEventListener']('webglCreateContextError',()=>_0x7c2fac=undefined);for(const _0xd1c925 of['webgl','experimental-webgl']){try{_0x7c2fac=_0x75d4f8['getContext'](_0xd1c925);}catch{}if(_0x7c2fac)break;}const _0x15ce49={};return _0x15ce49['context']=_0x7c2fac,_0x12ad1b['webgl']=_0x15ce49,_0x7c2fac;}function getShaderPrecision(_0x81a920,_0x4eb70e,_0x4de715){const _0x32cc53=_0x81a920['getShaderPrecisionFormat'](_0x81a920[_0x4eb70e],_0x81a920[_0x4de715]);return _0x32cc53?[_0x32cc53['rangeMin'],_0x32cc53['rangeMax'],_0x32cc53['precision']]:[];}function getConstantsFromPrototype(_0x5ee697){const _0x541456=Object['getPrototypeOf'](_0x5ee697);if(_0x541456===null)return[];const _0x365b23=Object['keys'](_0x541456);return _0x365b23['filter'](isConstantLike);}function isConstantLike(_0x2c87c5){return typeof _0x2c87c5==='string'&&!_0x2c87c5['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x2b271b,_0x803306){const _0x551a85=_0x2b271b['getParameter'](_0x803306);if(_0x551a85===undefined||_0x551a85===null)return'';return String(_0x551a85);}function isValidParameterGetter(_0x7d1cf4){return typeof _0x7d1cf4['getParameter']==='function';}function getWebGlCanvas(){try{const _0x394b67=document['createElement']('canvas');_0x394b67['width']=0x100,_0x394b67['height']=0x100;const _0x2d3c9b=_0x394b67['getContext']('webgl')??_0x394b67['getContext']('experimental-webgl'),_0x1827bc={};_0x1827bc['image']='',_0x1827bc['dHash']='';if(!_0x2d3c9b||!(_0x2d3c9b instanceof WebGLRenderingContext))return _0x1827bc;renderTriangle(_0x2d3c9b);const _0x542bdb=computeDHash(_0x394b67),_0x1723f6=_0x394b67['toDataURL'](),_0x37709c=_0x394b67['toDataURL']();if(_0x1723f6!==_0x37709c){const _0x38d850={};return _0x38d850['image']='unstable',_0x38d850['dHash']=_0x542bdb,_0x38d850;}const _0x14ec7a={};return _0x14ec7a['image']=_0x1723f6,_0x14ec7a['dHash']=_0x542bdb,_0x14ec7a;}catch{const _0x6871cd={};return _0x6871cd['image']='',_0x6871cd['dHash']='',_0x6871cd;}}function renderTriangle(_0x3dc681){_0x3dc681['clearColor'](0x0,0x0,0x1,0x1);const _0x2d5592=_0x3dc681['createProgram']();if(_0x2d5592===null)return;const _0x5abf06=_0x2d5592;function _0x338ae1(_0x4e9f81,_0x414e86){const _0x326cce=_0x3dc681['createShader'](_0x4e9f81);if(_0x326cce===null)return;_0x3dc681['shaderSource'](_0x326cce,_0x414e86),_0x3dc681['compileShader'](_0x326cce),_0x3dc681['attachShader'](_0x5abf06,_0x326cce);}_0x338ae1(_0x3dc681['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);}'),_0x338ae1(_0x3dc681['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x3dc681['linkProgram'](_0x2d5592),_0x3dc681['useProgram'](_0x2d5592),_0x3dc681['enableVertexAttribArray'](0x0);const _0x46c9ef=_0x3dc681['getUniformLocation'](_0x2d5592,'t'),_0x263731=_0x3dc681['createBuffer']();_0x3dc681['bindBuffer'](_0x3dc681['ARRAY_BUFFER'],_0x263731),_0x3dc681['bufferData'](_0x3dc681['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x3dc681['STATIC_DRAW']),_0x3dc681['vertexAttribPointer'](0x0,0x2,_0x3dc681['FLOAT'],![],0x0,0x0),_0x3dc681['clear'](_0x3dc681['COLOR_BUFFER_BIT']),_0x3dc681['uniform1f'](_0x46c9ef,3.65),_0x3dc681['drawArrays'](_0x3dc681['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(_0x14da01){const _0x9c73dc=_0x14da01['info'];if(_0x9c73dc!==null&&_0x9c73dc!==undefined)return _0x9c73dc;const _0x35124b=_0x14da01['requestAdapterInfo'];if(typeof _0x35124b==='function')try{return await _0x35124b['call'](_0x14da01);}catch{return null;}return null;}async function getWebGlExtended(){try{const _0xea1259=navigator['gpu'];if(_0xea1259===undefined||_0xea1259===null||typeof _0xea1259!=='object')return null;const _0x23bf6a=_0xea1259['requestAdapter'];if(typeof _0x23bf6a!=='function')return null;let _0x4765c2=null;try{_0x4765c2=await _0x23bf6a['call'](_0xea1259);}catch{return null;}if(!_0x4765c2)return null;const _0x86b085=_0x4765c2['limits'],_0x5a955c=[];for(const _0x183185 of GPU_LIMIT_NAMES){if(_0x86b085&&_0x183185 in _0x86b085){const _0x3b692d=_0x86b085[_0x183185];_0x5a955c['push'](typeof _0x3b692d==='number'?_0x3b692d:null);}else _0x5a955c['push'](null);}const _0x26f22e=await getAdapterInfo(_0x4765c2);let _0x7ec474=null,_0xb4b210=null;_0x26f22e!==null&&(_0x7ec474=typeof _0x26f22e['description']==='string'?_0x26f22e['description']:null,_0xb4b210=typeof _0x26f22e['device']==='string'?_0x26f22e['device']:null);const _0x35ea21='isFallbackAdapter'in _0x4765c2?Boolean(_0x4765c2['isFallbackAdapter']):null,_0x5d6b61={};return _0x5d6b61['ds']=_0x7ec474,_0x5d6b61['dv']=_0xb4b210,_0x5d6b61['f']=_0x35ea21,_0x5d6b61['l']=_0x5a955c,_0x5d6b61;}catch{return null;}}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 _0x417643=document['createElement']('canvas');_0x417643['width']=SIZE,_0x417643['height']=SIZE;const _0x11e5db=_0x417643['getContext']('webgl')??_0x417643['getContext']('experimental-webgl');if(!_0x11e5db)return null;const _0x4e5918=buildProgram(_0x11e5db);if(!_0x4e5918)return null;const _0x49cc04=buildSphere();renderSphere(_0x11e5db,_0x4e5918,_0x49cc04);const _0x14245e=_0x417643['toDataURL'](),_0x5e4edf=_0x417643['toDataURL']();if(_0x14245e!==_0x5e4edf)return null;return fnv1a(_0x14245e);}catch{return null;}}function buildProgram(_0x47be58){const _0x5cf098=_0x47be58['createProgram'](),_0x4b9767=_0x47be58['createShader'](_0x47be58['VERTEX_SHADER']),_0x2ed893=_0x47be58['createShader'](_0x47be58['FRAGMENT_SHADER']);if(_0x4b9767===null||_0x2ed893===null)return null;_0x47be58['shaderSource'](_0x4b9767,VERT_SHADER),_0x47be58['compileShader'](_0x4b9767),_0x47be58['attachShader'](_0x5cf098,_0x4b9767),_0x47be58['shaderSource'](_0x2ed893,FRAG_SHADER),_0x47be58['compileShader'](_0x2ed893),_0x47be58['attachShader'](_0x5cf098,_0x2ed893),_0x47be58['linkProgram'](_0x5cf098);if(_0x47be58['getProgramParameter'](_0x5cf098,_0x47be58['LINK_STATUS'])!==!![])return null;return _0x5cf098;}function buildSphere(){const _0x241120=[],_0xdb66f5=[],_0x38e49b=[];for(let _0x9c5aa4=0x0;_0x9c5aa4<=LAT_BANDS;_0x9c5aa4++){const _0x5f1b5c=_0x9c5aa4*Math['PI']/LAT_BANDS,_0x5849e4=Math['sin'](_0x5f1b5c),_0x4a10b5=Math['cos'](_0x5f1b5c);for(let _0x19ed0b=0x0;_0x19ed0b<=LON_BANDS;_0x19ed0b++){const _0x1a20f5=_0x19ed0b*0x2*Math['PI']/LON_BANDS,_0x2fee80=_0x5849e4*Math['cos'](_0x1a20f5),_0xde91ab=_0x4a10b5,_0x1af90c=_0x5849e4*Math['sin'](_0x1a20f5);_0xdb66f5['push'](_0x2fee80,_0xde91ab,_0x1af90c),_0x241120['push'](_0x2fee80*RADIUS,_0xde91ab*RADIUS,_0x1af90c*RADIUS);}}for(let _0x466b52=0x0;_0x466b52<LAT_BANDS;_0x466b52++){for(let _0x4bb876=0x0;_0x4bb876<LON_BANDS;_0x4bb876++){const _0x11ba9b=_0x466b52*(LON_BANDS+0x1)+_0x4bb876,_0x5e93c1=_0x11ba9b+LON_BANDS+0x1;_0x38e49b['push'](_0x11ba9b,_0x5e93c1,_0x11ba9b+0x1),_0x38e49b['push'](_0x5e93c1,_0x5e93c1+0x1,_0x11ba9b+0x1);}}return{'vertices':new Float32Array(_0x241120),'normals':new Float32Array(_0xdb66f5),'indices':new Uint16Array(_0x38e49b)};}function renderSphere(_0x4feb15,_0x1e9a74,_0x191581){_0x4feb15['useProgram'](_0x1e9a74),_0x4feb15['viewport'](0x0,0x0,SIZE,SIZE),_0x4feb15['clearColor'](0x0,0x0,0x0,0x1),_0x4feb15['enable'](_0x4feb15['DEPTH_TEST']),_0x4feb15['clear'](_0x4feb15['COLOR_BUFFER_BIT']|_0x4feb15['DEPTH_BUFFER_BIT']);const _0x1500ad=_0x4feb15['createBuffer']();_0x4feb15['bindBuffer'](_0x4feb15['ARRAY_BUFFER'],_0x1500ad),_0x4feb15['bufferData'](_0x4feb15['ARRAY_BUFFER'],_0x191581['vertices'],_0x4feb15['STATIC_DRAW']);const _0x5bfd0a=_0x4feb15['getAttribLocation'](_0x1e9a74,'aPosition');_0x4feb15['enableVertexAttribArray'](_0x5bfd0a),_0x4feb15['vertexAttribPointer'](_0x5bfd0a,0x3,_0x4feb15['FLOAT'],![],0x0,0x0);const _0x2f4f69=_0x4feb15['createBuffer']();_0x4feb15['bindBuffer'](_0x4feb15['ARRAY_BUFFER'],_0x2f4f69),_0x4feb15['bufferData'](_0x4feb15['ARRAY_BUFFER'],_0x191581['normals'],_0x4feb15['STATIC_DRAW']);const _0x1fbb50=_0x4feb15['getAttribLocation'](_0x1e9a74,'aNormal');_0x4feb15['enableVertexAttribArray'](_0x1fbb50),_0x4feb15['vertexAttribPointer'](_0x1fbb50,0x3,_0x4feb15['FLOAT'],![],0x0,0x0);const _0x28c47e=_0x4feb15['createBuffer']();_0x4feb15['bindBuffer'](_0x4feb15['ELEMENT_ARRAY_BUFFER'],_0x28c47e),_0x4feb15['bufferData'](_0x4feb15['ELEMENT_ARRAY_BUFFER'],_0x191581['indices'],_0x4feb15['STATIC_DRAW']);const _0x13b14e=Math['PI']/0x6,_0x4736d5=0x1,_0x10c63e=0.1,_0x56a398=0x64,_0x39c327=0x1/Math['tan'](_0x13b14e/0x2),_0x1c4b47=new Float32Array([_0x39c327/_0x4736d5,0x0,0x0,0x0,0x0,_0x39c327,0x0,0x0,0x0,0x0,(_0x56a398+_0x10c63e)/(_0x10c63e-_0x56a398),-0x1,0x0,0x0,0x2*_0x56a398*_0x10c63e/(_0x10c63e-_0x56a398),0x0]),_0x1a61a5=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x5447d5=multiplyMat4(_0x1c4b47,_0x1a61a5);_0x4feb15['uniformMatrix4fv'](_0x4feb15['getUniformLocation'](_0x1e9a74,'uMVMatrix'),![],_0x1a61a5),_0x4feb15['uniformMatrix4fv'](_0x4feb15['getUniformLocation'](_0x1e9a74,'uMVPMatrix'),![],_0x5447d5),_0x4feb15['uniform4f'](_0x4feb15['getUniformLocation'](_0x1e9a74,'uLightPos'),0xa,0xa,0xa,0x1),_0x4feb15['uniform3f'](_0x4feb15['getUniformLocation'](_0x1e9a74,'uKd'),0.9,0.5,0.3),_0x4feb15['uniform3f'](_0x4feb15['getUniformLocation'](_0x1e9a74,'uLd'),0x1,0x1,0x1),_0x4feb15['drawElements'](_0x4feb15['TRIANGLES'],_0x191581['indices']['length'],_0x4feb15['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x270c0b,_0x5c97f3){const _0x25556f=new Float32Array(0x10);for(let _0x288c56=0x0;_0x288c56<0x4;_0x288c56++){for(let _0x2a5223=0x0;_0x2a5223<0x4;_0x2a5223++){_0x25556f[_0x2a5223*0x4+_0x288c56]=0x0;for(let _0x3b787c=0x0;_0x3b787c<0x4;_0x3b787c++){_0x25556f[_0x2a5223*0x4+_0x288c56]+=_0x270c0b[_0x3b787c*0x4+_0x288c56]*_0x5c97f3[_0x2a5223*0x4+_0x3b787c];}}}return _0x25556f;}function fnv1a(_0x491cb3){let _0x37f7e1=0x811c9dc5;for(let _0x1fbf91=0x0;_0x1fbf91<_0x491cb3['length'];_0x1fbf91++){_0x37f7e1^=_0x491cb3['charCodeAt'](_0x1fbf91),_0x37f7e1+=(_0x37f7e1<<0x1)+(_0x37f7e1<<0x4)+(_0x37f7e1<<0x7)+(_0x37f7e1<<0x8)+(_0x37f7e1<<0x18);}return _0x37f7e1>>>0x0;}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 _0x155a86=navigator['gpu'];if(!_0x155a86)return null;const _0x52fd07=await _0x155a86['requestAdapter']();if(!_0x52fd07)return null;const _0x145f15=_0x52fd07['info'],_0x546370=_0x145f15?.['vendor']??'',_0x3d2d1f=_0x145f15?.['architecture']??'',_0x408b66=_0x145f15?.['device']??'',_0x177762=_0x145f15?.['description']??'',_0x36cb43=[];_0x52fd07['features']['forEach'](_0x55d310=>_0x36cb43['push'](_0x55d310)),_0x36cb43['sort']();const _0xf430c={};for(const _0x127796 of DISCRIMINATING_LIMITS){_0x127796 in _0x52fd07['limits']&&(_0xf430c[_0x127796]=_0x52fd07['limits'][_0x127796]);}const _0x4cde26={};return _0x4cde26['vendor']=_0x546370,_0x4cde26['architecture']=_0x3d2d1f,_0x4cde26['device']=_0x408b66,_0x4cde26['description']=_0x177762,_0x4cde26['features']=_0x36cb43,_0x4cde26['limits']=_0xf430c,_0x4cde26;}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',_0xba5d4d={};_0xba5d4d['wgCount']=0x80,_0xba5d4d['wgSize']=0x40;const _0x3fd944={};_0x3fd944['wgCount']=0x100,_0x3fd944['wgSize']=0x40;const _0x244f64={};_0x244f64['wgCount']=0x80,_0x244f64['wgSize']=0x80;const CONFIGS=[_0xba5d4d,_0x3fd944,_0x244f64],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{if(typeof navigator==='undefined')return null;const _0x3347e2=navigator['gpu'];if(!_0x3347e2)return null;const _0xfe1475=await _0x3347e2['requestAdapter']();if(!_0xfe1475)return null;const _0xd7ac7a=await _0xfe1475['requestDevice'](),_0x193e56=_0xd7ac7a['queue'],_0x215aca={};_0x215aca['code']=SHADER;const _0x48977c=_0xd7ac7a['createShaderModule'](_0x215aca),_0x29cbe1=await collectDistribution(_0xd7ac7a,_0x193e56,_0x48977c),_0x453570=await collectDistribution(_0xd7ac7a,_0x193e56,_0x48977c);_0xd7ac7a['destroy']();const _0x155ef4=cosine(_0x29cbe1,_0x453570);if(_0x155ef4<0.8)return null;const _0x23c88f=_0x29cbe1['map']((_0x3d530a,_0x36eb7f)=>(_0x3d530a+_0x453570[_0x36eb7f])/0x2);return _0x23c88f['map'](_0xa9cf9=>Math['round'](_0xa9cf9*0x2710)/0x2710);}catch{return null;}}async function collectDistribution(_0x38a077,_0x42c778,_0x6f2db5){const _0x38076c=[];for(const _0x1596d0 of CONFIGS){const _0x3e3782=[];for(let _0xe4a1d5=0x0;_0xe4a1d5<TRIALS;_0xe4a1d5++){const _0x425849=await runTrial(_0x38a077,_0x42c778,_0x6f2db5,_0x1596d0['wgCount'],_0x1596d0['wgSize'],LIMIT);_0x3e3782['push'](_0x425849);}const _0x148b9e=medianOfTrials(_0x3e3782),_0x73fe1=normalize(_0x148b9e),_0x310e7d=downsample(_0x73fe1,BINS);_0x38076c['push'](..._0x310e7d);}return _0x38076c;}function cosine(_0x6b6bdd,_0x2bf567){let _0x229f2e=0x0,_0x3f9422=0x0,_0x259264=0x0;for(let _0x2107c1=0x0;_0x2107c1<_0x6b6bdd['length'];_0x2107c1++){_0x229f2e+=_0x6b6bdd[_0x2107c1]*_0x2bf567[_0x2107c1],_0x3f9422+=_0x6b6bdd[_0x2107c1]*_0x6b6bdd[_0x2107c1],_0x259264+=_0x2bf567[_0x2107c1]*_0x2bf567[_0x2107c1];}const _0x48d395=Math['sqrt'](_0x3f9422)*Math['sqrt'](_0x259264);return _0x48d395===0x0?0x0:_0x229f2e/_0x48d395;}async function runTrial(_0x4a8a68,_0x2aa8a6,_0x3afd1d,_0x45cd0b,_0x49e880,_0x4977f4){const _0x277986={};_0x277986['WG_SIZE']=_0x49e880;const _0x114b39={};_0x114b39['module']=_0x3afd1d,_0x114b39['entryPoint']='main',_0x114b39['constants']=_0x277986;const _0x529a3d={};_0x529a3d['layout']='auto',_0x529a3d['compute']=_0x114b39;const _0x4cfe61=_0x4a8a68['createComputePipeline'](_0x529a3d),_0x2d617b=_0x45cd0b*0x4,_0x4e470a={};_0x4e470a['size']=0x4,_0x4e470a['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x57379d=_0x4a8a68['createBuffer'](_0x4e470a),_0x5e2aa4={};_0x5e2aa4['size']=_0x2d617b,_0x5e2aa4['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x3d7405=_0x4a8a68['createBuffer'](_0x5e2aa4),_0x29ec13={};_0x29ec13['size']=0x10,_0x29ec13['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x241b8a=_0x4a8a68['createBuffer'](_0x29ec13);_0x2aa8a6['writeBuffer'](_0x57379d,0x0,new Uint32Array([0x0])),_0x2aa8a6['writeBuffer'](_0x3d7405,0x0,new Uint8Array(_0x2d617b)),_0x2aa8a6['writeBuffer'](_0x241b8a,0x0,new Uint32Array([_0x4977f4,0x0,0x0,0x0]));const _0x19ae5b={};_0x19ae5b['buffer']=_0x57379d;const _0x7ea157={};_0x7ea157['binding']=0x0,_0x7ea157['resource']=_0x19ae5b;const _0x29f96f={};_0x29f96f['buffer']=_0x3d7405;const _0x18e903={};_0x18e903['binding']=0x1,_0x18e903['resource']=_0x29f96f;const _0x341bf4={};_0x341bf4['buffer']=_0x241b8a;const _0x4f813f={};_0x4f813f['binding']=0x2,_0x4f813f['resource']=_0x341bf4;const _0x2a79c7=_0x4a8a68['createBindGroup']({'layout':_0x4cfe61['getBindGroupLayout'](0x0),'entries':[_0x7ea157,_0x18e903,_0x4f813f]}),_0x629f6=_0x4a8a68['createCommandEncoder'](),_0x10ccd6=_0x629f6['beginComputePass']();_0x10ccd6['setPipeline'](_0x4cfe61),_0x10ccd6['setBindGroup'](0x0,_0x2a79c7),_0x10ccd6['dispatchWorkgroups'](_0x45cd0b,0x1,0x1),_0x10ccd6['end']();const _0x280dd6={};_0x280dd6['size']=_0x2d617b,_0x280dd6['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x17353f=_0x4a8a68['createBuffer'](_0x280dd6);_0x629f6['copyBufferToBuffer'](_0x3d7405,0x0,_0x17353f,0x0,_0x2d617b),_0x2aa8a6['submit']([_0x629f6['finish']()]),await _0x2aa8a6['onSubmittedWorkDone'](),await _0x17353f['mapAsync'](GPUMapMode['READ']);const _0x119b44=new Uint32Array(_0x17353f['getMappedRange']()['slice'](0x0));return _0x17353f['unmap'](),_0x57379d['destroy'](),_0x3d7405['destroy'](),_0x241b8a['destroy'](),_0x17353f['destroy'](),Array['from'](_0x119b44);}function medianOfTrials(_0x389feb){const _0x1f1f0a=_0x389feb[0x0]['length'],_0x5dc2bc=new Array(_0x1f1f0a);for(let _0x48ad35=0x0;_0x48ad35<_0x1f1f0a;_0x48ad35++){const _0xb0b0b2=_0x389feb['map'](_0x2ac9a6=>_0x2ac9a6[_0x48ad35])['sort']((_0x24e92a,_0x34ecc5)=>_0x24e92a-_0x34ecc5),_0x1e4043=Math['floor'](_0xb0b0b2['length']/0x2);_0x5dc2bc[_0x48ad35]=_0xb0b0b2['length']%0x2?_0xb0b0b2[_0x1e4043]:(_0xb0b0b2[_0x1e4043-0x1]+_0xb0b0b2[_0x1e4043])/0x2;}return _0x5dc2bc;}function normalize(_0x314317){const _0x5319f5=_0x314317['reduce']((_0x769072,_0x104cec)=>_0x769072+_0x104cec,0x0)||0x1;return _0x314317['map'](_0x228a1a=>_0x228a1a/_0x5319f5);}function downsample(_0x11bca6,_0x5b4c36){const _0x4ef26d=_0x11bca6['length'],_0x227c5a=new Array(_0x5b4c36)['fill'](0x0);for(let _0x493295=0x0;_0x493295<_0x4ef26d;_0x493295++){_0x227c5a[Math['floor'](_0x493295*_0x5b4c36/_0x4ef26d)]+=_0x11bca6[_0x493295];}const _0x4bad0f=_0x227c5a['reduce']((_0x34f7c7,_0x6cc7c8)=>_0x34f7c7+_0x6cc7c8,0x0)||0x1;return _0x227c5a['map'](_0x3539ae=>_0x3539ae/_0x4bad0f);}async function getWebRtcDevices(){const _0x27f291=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x27f291===undefined||typeof _0x27f291['enumerateDevices']!=='function')return undefined;try{const _0x40ab20=await _0x27f291['enumerateDevices']();let _0x2b0d80=0x0,_0x3fb164=0x0,_0x3cf233=0x0;const _0x29278c=[];for(const _0x4bf561 of _0x40ab20){_0x29278c['push'](_0x4bf561['kind']);if(_0x4bf561['kind']==='audioinput')_0x2b0d80++;else{if(_0x4bf561['kind']==='audiooutput')_0x3fb164++;else _0x3cf233++;}}const _0xbb11f2=_0x29278c['join'](',');let _0x258c15=0x0;for(let _0x42e0c4=0x0;_0x42e0c4<_0xbb11f2['length'];_0x42e0c4++){_0x258c15=(_0x258c15<<0x5)-_0x258c15+_0xbb11f2['charCodeAt'](_0x42e0c4)|0x0;}return{'audioInputCount':_0x2b0d80,'audioOutputCount':_0x3fb164,'videoInputCount':_0x3cf233,'totalCount':_0x40ab20['length'],'kindsHash':(_0x258c15>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAppVersion(){const _0x13cdcd=navigator['appVersion'];if(typeof _0x13cdcd!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x13cdcd;}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x23e5e8}=window;if(typeof _0x23e5e8?.['canMakePayments']!=='function')return-0x1;if(willPrintConsoleError())return-0x3;try{return _0x23e5e8['canMakePayments']()?0x1:0x0;}catch(_0x5de435){return getStateFromError(_0x5de435);}}function getStateFromError(_0x2dbe4c){if(_0x2dbe4c instanceof Error&&_0x2dbe4c['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x2dbe4c['message']))return-0x2;throw _0x2dbe4c;}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x3a4ef9=0x0;_0x3a4ef9<0x100;_0x3a4ef9++){let _0x2b483c=_0x3a4ef9;for(let _0x5b0ace=0x0;_0x5b0ace<0x8;_0x5b0ace++)_0x2b483c=_0x2b483c&0x1?0xedb88320^_0x2b483c>>>0x1:_0x2b483c>>>0x1;table[_0x3a4ef9]=_0x2b483c;}return table;}function crc32(_0x706b35){const _0x260f41=getTable();let _0x5caa2b=0xffffffff;for(let _0x3dbdda=0x0;_0x3dbdda<_0x706b35['length'];_0x3dbdda++){_0x5caa2b=_0x260f41[(_0x5caa2b^_0x706b35['charCodeAt'](_0x3dbdda))&0xff]^_0x5caa2b>>>0x8;}return(_0x5caa2b^0xffffffff)>>>0x0;}function summarizePrototype(_0x4fca39){const _0x15efde={};_0x15efde['count']=0x0,_0x15efde['hash']=0x0;if(!_0x4fca39)return _0x15efde;try{const _0x56eee6=Object['getOwnPropertyNames'](_0x4fca39)['sort'](),_0x3c6c01=_0x56eee6['join'](',');return{'count':_0x56eee6['length'],'hash':crc32(_0x3c6c01)};}catch{const _0x4732bb={};return _0x4732bb['count']=0x0,_0x4732bb['hash']=0x0,_0x4732bb;}}function isNativeFunction(_0x16a57e){try{return typeof _0x16a57e==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x16a57e));}catch{return![];}}function getBomEnumeration(){try{const _0x544f0f=summarizePrototype(Navigator['prototype']),_0x227ebf=summarizePrototype(Screen['prototype']),_0x597651=summarizePrototype(HTMLElement['prototype']),_0x2dab7c=summarizePrototype(Document['prototype']),_0x6c70ab={};_0x6c70ab['count']=0x0,_0x6c70ab['hash']=0x0;let _0x3be58b=_0x6c70ab;typeof Performance!=='undefined'&&(_0x3be58b=summarizePrototype(Performance['prototype']));const _0x427ee1=_0x544f0f['count']+_0x227ebf['count']+_0x597651['count']+_0x2dab7c['count']+_0x3be58b['count'],_0x4866fb=window,_0xeb72c9='chrome'in window&&typeof _0x4866fb['chrome']==='object',_0x59c887=typeof navigator['brave']==='object',_0x5b6dc1='__playwright'in _0x4866fb||'__selenium_unwrapped'in _0x4866fb||'__webdriver_evaluate'in _0x4866fb||'__nightmare'in _0x4866fb||'_phantom'in _0x4866fb||'__lastWatirAlert'in _0x4866fb;let _0x52d747=!![];try{const _0x2b0897=navigator['plugins'];_0x52d747=_0x2b0897['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x52d747=![];}let _0x4b717e=!![];try{const _0x2d57f7=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x2d57f7?.['get']&&(_0x4b717e=isNativeFunction(_0x2d57f7['get']));}catch{_0x4b717e=![];}const _0x520592=typeof SharedWorker!=='undefined',_0x34ae3f=typeof Notification!=='undefined',_0x375b02={};_0x375b02['hasChrome']=_0xeb72c9,_0x375b02['hasBraveShield']=_0x59c887,_0x375b02['hasAutomation']=_0x5b6dc1,_0x375b02['pluginConsistent']=_0x52d747,_0x375b02['webdriverNative']=_0x4b717e,_0x375b02['hasSharedWorker']=_0x520592,_0x375b02['hasNotification']=_0x34ae3f;const _0x50591a={};return _0x50591a['nav']=_0x544f0f,_0x50591a['scr']=_0x227ebf,_0x50591a['html']=_0x597651,_0x50591a['doc']=_0x2dab7c,_0x50591a['perf']=_0x3be58b,_0x50591a['total']=_0x427ee1,_0x50591a['markers']=_0x375b02,_0x50591a;}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 getConnectionInfo(){try{const _0x40c526=navigator['connection'];if(!_0x40c526)return null;const _0x3c4cbd=Object['getOwnPropertyDescriptor'](_0x40c526,Symbol['toStringTag']);if(_0x3c4cbd?.['configurable']===!![])return!![];for(let _0x3acbb2=0x0;_0x3acbb2<_0x40c526['length'];_0x3acbb2++){const _0x5333d7=Object['getOwnPropertyDescriptor'](_0x40c526,_0x3acbb2);if(_0x5333d7!==undefined&&(_0x5333d7['configurable']===!![]||_0x5333d7['enumerable']===!![]))return!![];}return![];}catch{return null;}}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(_0x3a1e13){return matchMedia('(prefers-contrast:\x20'+_0x3a1e13+')')['matches'];}function areCookiesEnabled(){const _0x1b88c7=document;try{_0x1b88c7['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x436cc4=_0x1b88c7['cookie']['indexOf']('cookietest=')!==-0x1;return _0x1b88c7['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x436cc4;}catch{return![];}}function getDateTimeLocale(){const _0x8d2e56=window['Intl'];if(_0x8d2e56===undefined)return-0x1;const _0x1ec21d=_0x8d2e56['DateTimeFormat'];if(_0x1ec21d===undefined)return-0x2;const _0x325e5c=_0x1ec21d()['resolvedOptions']()['locale'];if(!_0x325e5c&&_0x325e5c!=='')return-0x3;return _0x325e5c;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x1e22cb=window['devicePixelRatio'];return _0x1e22cb??null;}function getDoNotTrack(){const _0x140884=navigator['doNotTrack'];return _0x140884??null;}function getDocumentAttributes(){try{return document['documentElement']['getAttributeNames']();}catch{return[];}}function getDocumentFocus(){try{return document['hasFocus']();}catch{return![];}}async function getFileSystemAccess(){try{const _0x45d463=navigator['storage'];if(_0x45d463===undefined||typeof _0x45d463['getDirectory']!=='function')return undefined;return await _0x45d463['getDirectory'](),!![];}catch{return![];}}async function getFilesystemApi(){if(isChromium()&&isChromium86OrNewer())return null;const _0x26f4f1=window;if(typeof _0x26f4f1['webkitRequestFileSystem']!=='function')return null;try{return await Promise['race']([new Promise(_0x34203c=>{const _0x3888c2=_0x26f4f1['webkitRequestFileSystem'];_0x3888c2!==undefined&&_0x3888c2(0x0,0x1,()=>_0x34203c(!![]),()=>_0x34203c(![]));}),new Promise(_0x4350ac=>setTimeout(()=>_0x4350ac(null),0x64))]);}catch{return null;}}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x6e3eab){return matchMedia('(forced-colors:\x20'+_0x6e3eab+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x2401fa,_0x149ff2)=>{const _0x570675=_0x149ff2['document'],_0x394e91=_0x570675['createElement']('input');_0x394e91['type']='radio',_0x570675['body']['appendChild'](_0x394e91);const _0x1a3ba8=_0x149ff2['getComputedStyle'](_0x394e91)['getPropertyValue']('font-family');return _0x570675['body']['removeChild'](_0x394e91),_0x1a3ba8||undefined;});}function getHardwareConcurrency(){const _0x2d68fd=getUnstableHardwareConcurrency();if(_0x2d68fd!==undefined&&isGecko()&&isGecko143OrNewer())return _0x2d68fd>=0x8?0x8:0x4;return _0x2d68fd;}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(_0x237873){return matchMedia('(dynamic-range:\x20'+_0x237873+')')['matches'];}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x1599f2=await Promise['race']([new Promise(_0xc78f1a=>{try{const _0x39531c='mw_blob_test',_0x3b2699='store',_0x49ba51=indexedDB['deleteDatabase'](_0x39531c);_0x49ba51['onsuccess']=_0x43a069,_0x49ba51['onerror']=_0x43a069;function _0x43a069(){try{const _0xb1e4c3=indexedDB['open'](_0x39531c,0x1);_0xb1e4c3['onupgradeneeded']=()=>{try{_0xb1e4c3['result']['createObjectStore'](_0x3b2699);}catch{_0xc78f1a(null);}},_0xb1e4c3['onsuccess']=()=>{try{const _0x2f60c2=_0xb1e4c3['result'],_0x226c49=_0x2f60c2['transaction'](_0x3b2699,'readwrite'),_0x15dcb6=_0x226c49['objectStore'](_0x3b2699);try{const _0x1be649=_0x15dcb6['put'](new Blob(['test']),'blob_key');_0x1be649['onsuccess']=()=>{_0x2f60c2['close']();try{indexedDB['deleteDatabase'](_0x39531c);}catch{}_0xc78f1a(![]);},_0x1be649['onerror']=()=>{_0x2f60c2['close']();try{indexedDB['deleteDatabase'](_0x39531c);}catch{}const _0x37ca50=_0x1be649['error']?.['message']??'';_0xc78f1a(_0x37ca50['includes']('not\x20yet\x20supported')||_0x37ca50['includes']('not\x20supported'));};}catch(_0x4c46bd){_0x2f60c2['close']();try{indexedDB['deleteDatabase'](_0x39531c);}catch{}if(_0x4c46bd instanceof DOMException){const _0x196823=_0x4c46bd['message'];_0xc78f1a(_0x196823['includes']('not\x20yet\x20supported')||_0x196823['includes']('not\x20supported'));}else _0xc78f1a(null);}}catch{_0xc78f1a(null);}},_0xb1e4c3['onerror']=()=>{_0xc78f1a(null);};}catch{_0xc78f1a(null);}}}catch{_0xc78f1a(null);}}),new Promise(_0x57f712=>setTimeout(()=>_0x57f712(null),0x3e8))]);return _0x1599f2;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x77743a){return matchMedia('(inverted-colors:\x20'+_0x77743a+')')['matches'];}function getLanguages(){const _0x18ac1f=navigator,_0x318a40=[],_0x1230a7=_0x18ac1f['language']??_0x18ac1f['userLanguage']??_0x18ac1f['browserLanguage']??_0x18ac1f['systemLanguage'];_0x1230a7!==undefined&&_0x318a40['push']([_0x1230a7]);if(Array['isArray'](_0x18ac1f['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x318a40['push'](_0x18ac1f['languages']);else{if(typeof _0x18ac1f['languages']==='string'){const _0x490cd6=_0x18ac1f['languages'];_0x490cd6!==''&&_0x318a40['push'](_0x490cd6['split'](','));}}return _0x318a40;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getLocaleCurrency(){try{const _0x3de65b=navigator['language'];if(!_0x3de65b)return null;const _0x235998={};_0x235998['style']='currency',_0x235998['currency']='USD';const _0x4b53f4=0x1['toLocaleString'](_0x3de65b,_0x235998),_0x19e31f={};_0x19e31f['style']='currency',_0x19e31f['currency']='USD';const _0x2ae7da=0x1['toLocaleString'](undefined,_0x19e31f),_0x522072={};return _0x522072['match']=_0x4b53f4===_0x2ae7da,_0x522072['explicit']=_0x4b53f4,_0x522072['implicit']=_0x2ae7da,_0x522072;}catch{return null;}}const _0x2bd5bd={};_0x2bd5bd['any-hover']=['hover','none'],_0x2bd5bd['any-pointer']=['none','coarse','fine'],_0x2bd5bd['pointer']=['none','coarse','fine'],_0x2bd5bd['hover']=['hover','none'],_0x2bd5bd['update']=['fast','slow'],_0x2bd5bd['scripting']=['none','initial-only','enabled'];const queries=_0x2bd5bd;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x1f1f8b={};for(const [_0x5eb7ee,_0xd3bb89]of Object['entries'](queries)){for(const _0x572896 of _0xd3bb89){if(matchMedia('('+_0x5eb7ee+':\x20'+_0x572896+')')['matches']){_0x1f1f8b[_0x5eb7ee]=_0x572896;break;}}}return _0x1f1f8b;}function getMimeTypes(){try{const _0x2f60e6=navigator['mimeTypes'];if(_0x2f60e6===undefined)return undefined;let _0x17831f=Object['getPrototypeOf'](_0x2f60e6)===MimeTypeArray['prototype'];for(let _0x133ab0=0x0;_0x133ab0<_0x2f60e6['length'];_0x133ab0++){_0x17831f&&(_0x17831f=Object['getPrototypeOf'](_0x2f60e6[_0x133ab0])===MimeType['prototype']);}return _0x17831f;}catch{return undefined;}}function getNavigatorLanguages(){const _0x3e27de=navigator['languages'];return _0x3e27de??null;}function getNetworkRTT(){const _0x3d9d10=navigator;return _0x3d9d10['connection']?.['rtt']??undefined;}function getOsCpu(){return navigator['oscpu'];}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x30df10=performance['memory'];if(_0x30df10===undefined||typeof _0x30df10['jsHeapSizeLimit']!=='number')return undefined;return _0x30df10['jsHeapSizeLimit'];}function getPerformanceResolution(){const _0x2569ac=window['performance'];if(typeof _0x2569ac['now']!=='function')return null;let _0x31d72c=0x1,_0x645bdd=0x1,_0x246fda=_0x2569ac['now'](),_0x1943cd=_0x246fda;for(let _0x42298e=0x0;_0x42298e<0xc350;_0x42298e++){_0x246fda=_0x1943cd,_0x1943cd=_0x2569ac['now']();if(_0x246fda<_0x1943cd){const _0x2ce88d=_0x1943cd-_0x246fda;if(_0x2ce88d>_0x31d72c){if(_0x2ce88d<_0x645bdd)_0x645bdd=_0x2ce88d;}else _0x2ce88d<_0x31d72c&&(_0x645bdd=_0x31d72c,_0x31d72c=_0x2ce88d);}}return[_0x31d72c,_0x645bdd];}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'];async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x3e4230=0x3,_0x40a8f5=[];for(let _0x260460=0x0;_0x260460<_0x3e4230;_0x260460++){const _0x190f19={},_0x167c54=permissionNames['map'](async _0x2fd46d=>{try{const _0x2247b3={};_0x2247b3['name']=_0x2fd46d;const _0xed0b93=await navigator['permissions']['query'](_0x2247b3);_0x190f19[_0x2fd46d]=_0xed0b93['state'];}catch{}});await Promise['all'](_0x167c54),_0x40a8f5['push'](_0x190f19);}const _0x368d09={},_0x509565=new Set(_0x40a8f5['flatMap'](_0x19a0fc=>Object['keys'](_0x19a0fc)));for(const _0x866e1 of _0x509565){const _0x59a627={};for(const _0xb3ffff of _0x40a8f5){const _0x3067e9=_0xb3ffff[_0x866e1];_0x3067e9&&(_0x59a627[_0x3067e9]=(_0x59a627[_0x3067e9]||0x0)+0x1);}let _0x4eb6c4='',_0x3ca45b=0x0;for(const [_0x5e9641,_0x2cb7bf]of Object['entries'](_0x59a627)){_0x2cb7bf>_0x3ca45b&&(_0x4eb6c4=_0x5e9641,_0x3ca45b=_0x2cb7bf);}_0x4eb6c4&&(_0x368d09[_0x866e1]=_0x4eb6c4);}return _0x368d09;}function getPlatform(){const {platform:_0x766fe7}=navigator;if(_0x766fe7==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x766fe7;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x3fc3c4=navigator['plugins'];let _0x37e005=Object['getPrototypeOf'](_0x3fc3c4)===PluginArray['prototype'];for(let _0x4f4b73=0x0;_0x4f4b73<_0x3fc3c4['length'];_0x4f4b73++){_0x37e005&&(_0x37e005=Object['getPrototypeOf'](_0x3fc3c4[_0x4f4b73])===Plugin['prototype']);}return _0x37e005;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x42b0f9=navigator['plugins'],_0x3ec780=[];for(let _0x8a2e33=0x0;_0x8a2e33<_0x42b0f9['length'];++_0x8a2e33){const _0x18d748=_0x42b0f9['item'](_0x8a2e33);if(_0x18d748===null)continue;const _0x188a99=[];for(let _0x284551=0x0;_0x284551<_0x18d748['length'];++_0x284551){const _0x66f2ae=_0x18d748[_0x284551],_0x11229d={};_0x11229d['type']=_0x66f2ae['type'],_0x11229d['suffixes']=_0x66f2ae['suffixes'],_0x188a99['push'](_0x11229d);}const _0x149a13={};_0x149a13['name']=_0x18d748['name'],_0x149a13['description']=_0x18d748['description'],_0x149a13['mimeTypes']=_0x188a99,_0x3ec780['push'](_0x149a13);}return _0x3ec780;}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 _0x455a07=navigator['plugins'];if(typeof _0x455a07['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x455a07['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(_0x2ce60b){return matchMedia('(prefers-reduced-motion:\x20'+_0x2ce60b+')')['matches'];}const screenFrameCheckInterval=0x9c4,roundingPrecision=0xa;let screenFrameBackup,screenFrameSizeTimeoutId;function watchScreenFrame(){if(screenFrameSizeTimeoutId!==undefined)return;const _0x1d5dbd=()=>{const _0x19870c=getCurrentScreenFrame();isFrameSizeNull(_0x19870c)?screenFrameSizeTimeoutId=setTimeout(_0x1d5dbd,screenFrameCheckInterval):(screenFrameBackup=_0x19870c,screenFrameSizeTimeoutId=undefined);};_0x1d5dbd();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x46bfbd=getCurrentScreenFrame();if(isFrameSizeNull(_0x46bfbd)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x46bfbd=getCurrentScreenFrame());}return!isFrameSizeNull(_0x46bfbd)&&(screenFrameBackup=_0x46bfbd),_0x46bfbd;};}function getScreenFrame(){const _0xe978b2=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x4e29df=isGecko()&&isGecko143OrNewer();if(_0xe978b2||_0x4e29df)return()=>Promise['resolve'](undefined);const _0x4427d9=getUnstableScreenFrame();return async()=>{const _0x138e72=await _0x4427d9(),_0x3b0953=_0x304866=>_0x304866===null?null:round$1(_0x304866,roundingPrecision);return[_0x3b0953(_0x138e72[0x0]),_0x3b0953(_0x138e72[0x1]),_0x3b0953(_0x138e72[0x2]),_0x3b0953(_0x138e72[0x3])];};}function getCurrentScreenFrame(){const _0x43688b=screen;return[replaceNaN(toFloat(_0x43688b['availTop']),null),replaceNaN(toFloat(_0x43688b['width'])-toFloat(_0x43688b['availWidth'])-replaceNaN(toFloat(_0x43688b['availLeft']),0x0),null),replaceNaN(toFloat(_0x43688b['height'])-toFloat(_0x43688b['availHeight'])-replaceNaN(toFloat(_0x43688b['availTop']),0x0),null),replaceNaN(toFloat(_0x43688b['availLeft']),null)];}function isFrameSizeNull(_0x5ed760){for(let _0x2f1850=0x0;_0x2f1850<0x4;++_0x2f1850){if(_0x5ed760[_0x2f1850]!==null&&_0x5ed760[_0x2f1850]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x34f38e,_0x22b123)=>{const _0x1e56d9=_0x22b123['screen'],_0x52a55e=_0x124685=>{const _0x38f3f6=parseInt(_0x124685);return typeof _0x38f3f6==='number'&&isNaN(_0x38f3f6)?-0x1:_0x38f3f6;};return{'w':_0x52a55e(_0x1e56d9['width']),'h':_0x52a55e(_0x1e56d9['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x27b1a1=screen,_0x138f0e=_0x368c3f=>replaceNaN(toInt(_0x368c3f),null),_0x46f73b=[_0x138f0e(_0x27b1a1['width']),_0x138f0e(_0x27b1a1['height'])];return _0x46f73b['sort']()['reverse'](),_0x46f73b;}const MIN_EVENTS=0x5,velocities=[];let lastY=0x0,lastTime=0x0,observing$1=![];function startObserving$1(){if(observing$1||typeof window==='undefined')return;observing$1=!![];const _0xf5de3e={};_0xf5de3e['passive']=!![],window['addEventListener']('scroll',()=>{const _0x3c4355=performance['now'](),_0x14b534=window['scrollY'];if(lastTime>0x0){const _0x257844=_0x3c4355-lastTime;if(_0x257844>0x0&&_0x257844<0x1f4){const _0x42c60e=Math['abs'](_0x14b534-lastY)/(_0x257844/0x3e8);velocities['push'](Math['round'](_0x42c60e));}}lastY=_0x14b534,lastTime=_0x3c4355;},_0xf5de3e);}function getScrollBehavior(){startObserving$1();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0x4c387d=[...velocities]['sort']((_0x5290dc,_0x50a6b8)=>_0x5290dc-_0x50a6b8),_0x6a1fba=_0x4c387d[Math['floor'](_0x4c387d['length']*0.5)]??0x0,_0x26b5d8=_0x4c387d[Math['floor'](_0x4c387d['length']*0.9)]??0x0,_0x5a4dac={};return _0x5a4dac['p50']=_0x6a1fba,_0x5a4dac['p90']=_0x26b5d8,_0x5a4dac['count']=_0x4c387d['length'],Promise['resolve'](_0x5a4dac);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x398904,_0x4ece3f)=>{const _0x432259=_0x4ece3f['document'],_0x2ab3a8=_0x432259['createElement']('div');_0x2ab3a8['style']['width']='100px',_0x2ab3a8['style']['height']='100px',_0x2ab3a8['style']['overflow']='scroll',_0x2ab3a8['style']['visibility']='hidden',_0x432259['body']['appendChild'](_0x2ab3a8);const _0x31aa53=_0x2ab3a8['offsetWidth']===_0x2ab3a8['clientWidth'];return _0x432259['body']['removeChild'](_0x2ab3a8),_0x31aa53;});}function getSessionStorage(){try{const _0x406f56=window['sessionStorage'];return _0x406f56!==null&&_0x406f56!==undefined;}catch{return!![];}}async function getStorageEstimate(){const _0x5878c9=navigator['storage'];if(_0x5878c9===undefined||typeof _0x5878c9['estimate']!=='function')return null;try{const _0x25b732=await Promise['race']([_0x5878c9['estimate'](),new Promise((_0x48bb18,_0x20eb41)=>setTimeout(()=>_0x20eb41(new Error('timeout')),0x1f4))]);if(_0x25b732['quota']!==undefined&&_0x25b732['quota']>0x0)return Math['round'](_0x25b732['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x1d358c=navigator['storage'];if(_0x1d358c===undefined)return null;const _0x253b2c=_0x1d358c['getDirectory'];if(typeof _0x253b2c!=='function')return null;try{const _0x1e33c7=await Promise['race']([_0x1d358c['getDirectory']()['then'](()=>'',_0x445afb=>_0x445afb instanceof Error?_0x445afb['message']:String(_0x445afb)),new Promise((_0x472a43,_0x15d0f2)=>setTimeout(()=>_0x15d0f2(new Error('timeout')),0xfa))]);return _0x1e33c7;}catch{return null;}}const _0x1d38b2={};_0x1d38b2['AccentColor']='ac',_0x1d38b2['AccentColorText']='act',_0x1d38b2['ActiveText']='at',_0x1d38b2['ActiveBorder']='ab',_0x1d38b2['ActiveCaption']='aca',_0x1d38b2['AppWorkspace']='aw',_0x1d38b2['Background']='b',_0x1d38b2['ButtonHighlight']='bh',_0x1d38b2['ButtonShadow']='bs',_0x1d38b2['ButtonBorder']='bb',_0x1d38b2['ButtonFace']='bf',_0x1d38b2['ButtonText']='bt',_0x1d38b2['FieldText']='ft',_0x1d38b2['GrayText']='gt',_0x1d38b2['Highlight']='h',_0x1d38b2['HighlightText']='ht',_0x1d38b2['InactiveBorder']='ib',_0x1d38b2['InactiveCaption']='ic',_0x1d38b2['InactiveCaptionText']='ict',_0x1d38b2['InfoBackground']='ib',_0x1d38b2['InfoText']='it',_0x1d38b2['LinkText']='lt',_0x1d38b2['Mark']='m',_0x1d38b2['Menu']='me',_0x1d38b2['Scrollbar']='s',_0x1d38b2['ThreeDDarkShadow']='tdds',_0x1d38b2['ThreeDFace']='tdf',_0x1d38b2['ThreeDHighlight']='tdh',_0x1d38b2['ThreeDLightShadow']='tdls',_0x1d38b2['ThreeDShadow']='tds',_0x1d38b2['VisitedText']='vt',_0x1d38b2['Window']='w',_0x1d38b2['WindowFrame']='wf',_0x1d38b2['WindowText']='wt',_0x1d38b2['Selecteditem']='si',_0x1d38b2['Selecteditemtext']='sit';const systemColorMap=_0x1d38b2;function getSystemColors(){return getIframePool()['execute']((_0x50aa1a,_0x475ee0)=>{const _0x187707=_0x475ee0['document'];_0x187707['documentElement']['style']['colorScheme']='light';const _0x4fe893=_0x187707['createElement']('div');_0x187707['body']['appendChild'](_0x4fe893);const _0x175fff={};for(const _0x53584c of Object['keys'](systemColorMap)){_0x4fe893['style']['color']=_0x53584c,_0x175fff[systemColorMap[_0x53584c]]=_0x475ee0['getComputedStyle'](_0x4fe893)['color'];}return _0x187707['body']['removeChild'](_0x4fe893),_0x175fff;});}function getTimezone(){const _0x2a886c=window['Intl'],_0x140350=_0x2a886c?.['DateTimeFormat'];if(_0x140350!==undefined){const _0x2520ca=new _0x140350()['resolvedOptions']()['timeZone'];if(_0x2520ca!=='')return _0x2520ca;}const _0x2c0b39=-getTimezoneOffset();return'UTC'+(_0x2c0b39>=0x0?'+':'')+_0x2c0b39;}function getTimezoneOffset(){const _0x1a6e7c=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0x1a6e7c,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0x1a6e7c,0x6,0x1)['getTimezoneOffset']()));}function getMeasuredTimezone(){let _0x35c2ce='';try{const _0xd00da1=window['Intl'],_0x23c2ac=_0xd00da1?.['DateTimeFormat'];_0x23c2ac!==undefined&&(_0x35c2ce=new _0x23c2ac()['resolvedOptions']()['timeZone']);}catch{}const _0x386747=new Date()['getTimezoneOffset'](),_0xdedcc5=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x3a3188={};return _0x3a3188['reported']=_0x35c2ce,_0x3a3188['offset']=_0x386747,_0x3a3188['historicalOffset']=_0xdedcc5,_0x3a3188;}function getTouchSupport(){const _0xd2f59b=navigator;let _0x1039e0=0x0,_0x2226e9;if('maxTouchPoints'in _0xd2f59b)_0x1039e0=toInt(_0xd2f59b['maxTouchPoints']);else _0xd2f59b['msMaxTouchPoints']!==undefined&&(_0x1039e0=_0xd2f59b['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x2226e9=!![];}catch{_0x2226e9=![];}const _0x3ddb50='ontouchstart'in window,_0x35efc5={};return _0x35efc5['maxTouchPoints']=_0x1039e0,_0x35efc5['touchEvent']=_0x2226e9,_0x35efc5['touchStart']=_0x3ddb50,_0x35efc5;}function getUserAgent(){return navigator['userAgent'];}function getVendor(){return navigator['vendor']||'';}function getWindowDimensions(){const _0x485e72={};return _0x485e72['outerWidth']=window['outerWidth'],_0x485e72['outerHeight']=window['outerHeight'],_0x485e72['innerWidth']=window['innerWidth'],_0x485e72['innerHeight']=window['innerHeight'],_0x485e72;}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0x130818=document['createElement']('canvas');_0x130818['width']=0x1,_0x130818['height']=0x1;const _0x3fcc08=_0x130818['getContext']('2d');if(!_0x3fcc08)return null;_0x3fcc08['clearRect'](0x0,0x0,0x1,0x1);const _0x45607e=_0x3fcc08['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x45607e[0x0]!==0x0||_0x45607e[0x1]!==0x0||_0x45607e[0x2]!==0x0||_0x45607e[0x3]!==0x0;}catch{return null;}}const CSS_PROPERTIES=['display','direction','unicode-bidi','writing-mode','color','font-family'];function getComputedStyleSignal(){const _0xa2f982=window['getComputedStyle'](document['documentElement']);let _0xf37ea4=0x0;for(const _0x17430e of CSS_PROPERTIES){_0xa2f982['getPropertyValue'](_0x17430e)!==''&&_0xf37ea4++;}return _0xf37ea4>=0x4;}function getCreateElementDescriptor(){const _0x434fd1=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x434fd1?!('writeable'in _0x434fd1):null;}async function getDrmPersistence(){try{if(typeof navigator['requestMediaKeySystemAccess']!=='function')return null;const _0x38f54a=['com.widevine.alpha','com.microsoft.playready'],_0x27c27b={},_0x485656=_0x38f54a['map'](async _0x5e07fa=>{const _0x3c0d57={};_0x3c0d57['persistent']=![],_0x3c0d57['temporary']=![];const _0x25fb76=_0x3c0d57;try{const _0x506dbc={};_0x506dbc['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x183b65={};_0x183b65['initDataTypes']=['cenc'],_0x183b65['audioCapabilities']=[_0x506dbc],_0x183b65['sessionTypes']=['persistent-license'],await navigator['requestMediaKeySystemAccess'](_0x5e07fa,[_0x183b65]),_0x25fb76['persistent']=!![];}catch{}try{const _0x3bd105={};_0x3bd105['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x4bf1ad={};_0x4bf1ad['initDataTypes']=['cenc'],_0x4bf1ad['audioCapabilities']=[_0x3bd105],_0x4bf1ad['sessionTypes']=['temporary'],await navigator['requestMediaKeySystemAccess'](_0x5e07fa,[_0x4bf1ad]),_0x25fb76['temporary']=!![];}catch{}_0x27c27b[_0x5e07fa]=_0x25fb76;});return await Promise['race']([Promise['all'](_0x485656),new Promise(_0x17abc6=>setTimeout(_0x17abc6,0x1f4))]),Object['keys'](_0x27c27b)['length']>0x0?_0x27c27b:null;}catch{return null;}}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x5096c2){if(_0x5096c2 instanceof Error&&_0x5096c2['stack']!==undefined)return _0x5096c2['stack']['toString']();}return undefined;}function hasWindowProp(_0x24ba14){return _0x24ba14 in window;}function getExtensionDetection(){const _0x5550ca=[['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__')]],_0x1b3e0b=[];let _0x300ca7='';for(const [_0x152e78,_0x20f839]of _0x5550ca){let _0xdc5c31=![];try{_0xdc5c31=_0x20f839();}catch{}_0xdc5c31&&_0x1b3e0b['push'](_0x152e78),_0x300ca7+=_0xdc5c31?'1':'0';}const _0x309d84={};return _0x309d84['detected']=_0x1b3e0b,_0x309d84['bitmask']=_0x300ca7,_0x309d84;}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(_0x2b43f7,_0x3cf30e){let _0x29315d=null,_0xb92ab6=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x355723,_0x31a653,_0x3a3c66]of _0x2b43f7){try{const _0x6ce4d2=_0x31a653===''?CSS['supports'](_0x355723):CSS['supports'](_0x355723,_0x31a653);_0x6ce4d2&&(_0x29315d===null||_0x3a3c66>_0x29315d)&&(_0x29315d=_0x3a3c66);}catch{}}for(const [_0x2eaf88,_0x13a44e]of _0x3cf30e){try{_0x2eaf88()&&(_0xb92ab6===null||_0x13a44e>_0xb92ab6)&&(_0xb92ab6=_0x13a44e);}catch{}}const _0x1257f4={};return _0x1257f4['cssVersion']=_0x29315d,_0x1257f4['jsVersion']=_0xb92ab6,_0x1257f4;}function parseUAVersion(_0x535f62){const _0x313543=navigator['userAgent'];if(_0x535f62==='chromium'){const _0x5a5761=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x313543);return _0x5a5761?parseInt(_0x5a5761[0x1],0xa):null;}if(_0x535f62==='gecko'){const _0x5dd078=/Firefox\/(\d+)/['exec'](_0x313543);return _0x5dd078?parseInt(_0x5dd078[0x1],0xa):null;}if(_0x535f62==='webkit'){const _0x4dcb98=/Version\/(\d+)/['exec'](_0x313543);return _0x4dcb98?parseInt(_0x4dcb98[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x29dbe4='unknown';try{if(isChromium())_0x29dbe4='chromium';else{if(isGecko())_0x29dbe4='gecko';else isWebKit()&&(_0x29dbe4='webkit');}}catch{return null;}if(_0x29dbe4==='unknown'){const _0x4a80dd={};return _0x4a80dd['cssVersion']=null,_0x4a80dd['jsVersion']=null,_0x4a80dd['uaVersion']=null,_0x4a80dd['mismatch']=![],_0x4a80dd['engine']=_0x29dbe4,_0x4a80dd;}let _0x215534,_0x300746;if(_0x29dbe4==='chromium')_0x215534=CHROMIUM_CSS,_0x300746=CHROMIUM_JS;else _0x29dbe4==='gecko'?(_0x215534=GECKO_CSS,_0x300746=GECKO_JS):(_0x215534=WEBKIT_CSS,_0x300746=WEBKIT_JS);const {cssVersion:_0x330650,jsVersion:_0x42d8f1}=detectVersion(_0x215534,_0x300746),_0x1cc21c=parseUAVersion(_0x29dbe4);let _0x2bc77d=![];if(_0x1cc21c!==null){const _0x57d9fa=Math['max'](_0x330650??0x0,_0x42d8f1??0x0);_0x57d9fa>0x0&&_0x1cc21c-_0x57d9fa>0x14&&(_0x2bc77d=!![]);}const _0x4d1bc7={};return _0x4d1bc7['cssVersion']=_0x330650,_0x4d1bc7['jsVersion']=_0x42d8f1,_0x4d1bc7['uaVersion']=_0x1cc21c,_0x4d1bc7['mismatch']=_0x2bc77d,_0x4d1bc7['engine']=_0x29dbe4,_0x4d1bc7;}function getGetterProxyDetection(){const _0x244384=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x244384?.['get'])return null;const _0x31b037=window['Function'],_0x292060=window['Object'];let _0x616637=![];try{const _0xa0fc94=window;_0x616637=delete _0xa0fc94['Function']&&delete _0xa0fc94['Object'];}catch{_0x616637=![];}if(!_0x616637)return _0x51e461(),null;try{return _0x244384['get']['toString'](),![];}catch{return!![];}finally{_0x51e461();}function _0x51e461(){try{window['Function']=_0x31b037,window['Object']=_0x292060;}catch{}}}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 _0x5d4971={},_0x16e891={};for(const [_0x2052a8,_0x10a9f1]of GETTER_TARGETS){const _0x45f76a=window[_0x2052a8];if(_0x45f76a===null||_0x45f76a===undefined||typeof _0x45f76a!=='object')continue;for(const _0x2ea704 of _0x10a9f1){try{const _0x2dff31=Object['getOwnPropertyDescriptor'](_0x45f76a,_0x2ea704)?.['get']?.['toString']();_0x2dff31!==undefined&&(_0x5d4971[_0x2052a8+'.'+_0x2ea704]=_0x2dff31);}catch{}}}for(const _0x273919 of TAMPER_CHECK_PROPS){try{const _0x37d3f5=Object['getOwnPropertyDescriptor'](navigator,_0x273919);if(_0x37d3f5!==undefined){const _0x335622={};if(_0x37d3f5['writable']===!![])_0x335622['writable']=!![];if(_0x37d3f5['configurable']===!![])_0x335622['configurable']=!![];(_0x335622['writable']===!![]||_0x335622['configurable']===!![])&&(_0x16e891[_0x273919]=_0x335622);}}catch{}}const _0x3276b1={};return _0x3276b1['overrides']=_0x5d4971,_0x3276b1['tampered']=_0x16e891,_0x3276b1;}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 _0x363015=document['createElement']('canvas'),_0x19a045=_0x363015['getContext']('webgl')??_0x363015['getContext']('experimental-webgl');if(!_0x19a045)return null;const _0x456187=_0x19a045['getExtension']('WEBGL_debug_renderer_info');if(!_0x456187)return null;const _0x4e02c0=_0x19a045['getParameter'](_0x456187['UNMASKED_RENDERER_WEBGL']);if(!_0x4e02c0)return null;let _0x2e799a=_0x4e02c0;const _0x246eb4=_0x2e799a['match'](/^ANGLE \((.+)\)$/);if(_0x246eb4){_0x2e799a=_0x246eb4[0x1];const _0x47c32e=_0x2e799a['lastIndexOf'](',');_0x47c32e!==-0x1&&(_0x2e799a=_0x2e799a['substring'](0x0,_0x47c32e));}const _0x14b5ef=_0x2e799a['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x243659=0x0;for(let _0x44c4fb=0x0;_0x44c4fb<_0x14b5ef['length']-0x1;_0x44c4fb++){const _0x2c411e=_0x14b5ef[_0x44c4fb]+_0x14b5ef[_0x44c4fb+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x2c411e)&&_0x243659++;}const _0x1974bb={};return _0x1974bb['score']=_0x243659,_0x1974bb['gibberish']=_0x243659>0x2,_0x1974bb['renderer']=_0x4e02c0,_0x1974bb;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x99cb63=document['createElement']('iframe');_0x99cb63['style']['display']='none',document['body']['appendChild'](_0x99cb63);try{const _0x5938f0=_0x99cb63['contentWindow'];if(!_0x5938f0){const _0x3bc54a={};return _0x3bc54a['accessible']=![],_0x3bc54a['proxyDetected']=![],_0x3bc54a['selfConsistent']=![],_0x3bc54a['frameElementNull']=![],_0x3bc54a;}let _0x517c46=![];try{_0x517c46=_0x5938f0['self']===_0x5938f0;}catch{_0x517c46=![];}let _0x50da22=![];try{const _0x3dce99=Object['prototype']['toString']['call'](_0x5938f0);_0x3dce99!=='[object\x20Window]'&&_0x3dce99!=='[object\x20global]'&&(_0x50da22=!![]);}catch{_0x50da22=!![];}try{const _0x306b9f=Object['getOwnPropertyDescriptor'](_0x5938f0,'self');if(_0x306b9f===undefined&&!_0x50da22){}}catch{_0x50da22=!![];}let _0x222c4a=![];try{_0x222c4a=_0x5938f0['frameElement']===null;}catch{_0x222c4a=!![];}const _0x222d4d={};return _0x222d4d['accessible']=!![],_0x222d4d['proxyDetected']=_0x50da22,_0x222d4d['selfConsistent']=_0x517c46,_0x222d4d['frameElementNull']=_0x222c4a,_0x222d4d;}finally{document['body']['removeChild'](_0x99cb63);}}catch{return null;}}function getIframeSignals(){return new Promise(_0x3a2b33=>{try{const _0x1fe8e8=document['createElement']('iframe');_0x1fe8e8['style']['display']='none',_0x1fe8e8['style']['width']='0',_0x1fe8e8['style']['height']='0',_0x1fe8e8['style']['position']='absolute',_0x1fe8e8['style']['top']='-9999px';let _0x3b2ab8=null;const _0x186596=()=>{if(_0x3b2ab8!==null)clearTimeout(_0x3b2ab8);try{_0x1fe8e8['parentNode']&&_0x1fe8e8['parentNode']['removeChild'](_0x1fe8e8);}catch{}};_0x3b2ab8=setTimeout(()=>{_0x186596(),_0x3a2b33(null);},0x7d0),_0x1fe8e8['onload']=()=>{try{const _0x32326a=_0x1fe8e8['contentWindow'];if(!_0x32326a){_0x186596(),_0x3a2b33(null);return;}const _0x198417=_0x32326a['navigator'],_0x20fbeb={};_0x20fbeb['webdriver']=_0x198417['webdriver'],_0x20fbeb['platform']=_0x198417['platform'],_0x20fbeb['hardwareConcurrency']=_0x198417['hardwareConcurrency'],_0x20fbeb['deviceMemory']=_0x198417['deviceMemory'],_0x20fbeb['language']=_0x198417['language'];const _0x50d104=_0x20fbeb;_0x186596(),_0x3a2b33(_0x50d104);}catch{_0x186596(),_0x3a2b33(null);}},_0x1fe8e8['onerror']=()=>{_0x186596(),_0x3a2b33(null);},document['body']['appendChild'](_0x1fe8e8);}catch{_0x3a2b33(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0x436a67='';for(const _0x4871bf of CHECKED_PROPERTIES){try{const _0x5861e1=Object['getOwnPropertyDescriptor'](navigator,_0x4871bf);if(_0x5861e1){_0x436a67+='1';continue;}const _0x1e3ee3=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x4871bf);if(!_0x1e3ee3){_0x436a67+='2';continue;}typeof _0x1e3ee3['get']==='function'?_0x436a67+='0':_0x436a67+='1';}catch{_0x436a67+='2';}}return _0x436a67;}catch{return'22222';}}function getObjectInspectGlobal(){try{const _0x5a1da8=new Function('return\x20objectToInspect');return _0x5a1da8(),!![];}catch{return![];}}const _0x12bba6={};_0x12bba6['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x12bba6['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x12bba6['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x12bba6,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x1beffe=>{try{const _0xad31f6=document['createElement']('canvas'),_0x13e6ac=_0xad31f6['getContext']('2d');if(!_0x13e6ac){const _0x4249a7={};_0x4249a7['detectedOs']='unknown',_0x4249a7['markers']=[],_0x1beffe(_0x4249a7);return;}_0x13e6ac['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x4784c6=_0x13e6ac['measureText'](TEST_STRING)['width'],_0x13c3dd=[];let _0x4d12e5='unknown';for(const [_0x52dcca,_0x5847e5]of Object['entries'](OS_FONT_MARKERS)){for(const _0x257ef3 of _0x5847e5){_0x13e6ac['font']=TEST_SIZE+'\x20\x27'+_0x257ef3+'\x27,\x20'+BASE_FONT;const _0x1e20c2=_0x13e6ac['measureText'](TEST_STRING)['width'];_0x1e20c2!==_0x4784c6&&(_0x13c3dd['push'](_0x257ef3),_0x4d12e5==='unknown'&&(_0x4d12e5=_0x52dcca));}}const _0x946437={};_0x946437['detectedOs']=_0x4d12e5,_0x946437['markers']=_0x13c3dd,_0x1beffe(_0x946437);}catch{const _0xcf4482={};_0xcf4482['detectedOs']='unknown',_0xcf4482['markers']=[],_0x1beffe(_0xcf4482);}});}const g=globalThis,_0x2b71aa={};_0x2b71aa['android']=0x2,_0x2b71aa['chromeos']=0x1;const _0x29c991={};_0x29c991['windows']=0x2,_0x29c991['mac']=0x2,_0x29c991['linux']=0x2;const _0x228ad6={};_0x228ad6['windows']=0x2,_0x228ad6['mac']=0x2,_0x228ad6['linux']=0x2;const _0x35c254={};_0x35c254['windows']=0x2,_0x35c254['mac']=0x2,_0x35c254['linux']=0x2;const _0xff799a={};_0xff799a['windows']=0x1,_0xff799a['mac']=0x1,_0xff799a['linux']=0x1;const _0x4d283d={};_0x4d283d['windows']=0x1,_0x4d283d['mac']=0x1,_0x4d283d['linux']=0x1;const _0x11f179={};_0x11f179['windows']=0x2,_0x11f179['mac']=0x2,_0x11f179['linux']=0x2,_0x11f179['chromeos']=0x2;const _0x33cb3d={};_0x33cb3d['android']=0x2,_0x33cb3d['ios']=0x2;const _0x428fb0={};_0x428fb0['android']=0x1,_0x428fb0['ios']=0x1;const _0x4dcbea={};_0x4dcbea['android']=0x2;const _0x1c6390={};_0x1c6390['android']=0x2;const _0x3e3ce8={};_0x3e3ce8['windows']=0x1,_0x3e3ce8['mac']=0x1,_0x3e3ce8['chromeos']=0x1;const _0x3a2d54={};_0x3a2d54['windows']=0x2,_0x3a2d54['mac']=0x2,_0x3a2d54['linux']=0x2;const _0x2b9bd0={};_0x2b9bd0['windows']=0x1,_0x2b9bd0['mac']=0x1,_0x2b9bd0['linux']=0x1;const _0x52dd36={};_0x52dd36['android']=0x1,_0x52dd36['windows']=0x1,_0x52dd36['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x2b71aa],['EyeDropper',()=>'EyeDropper'in g,_0x29c991],['HID',()=>'hid'in navigator,_0x228ad6],['Serial',()=>'serial'in navigator,_0x35c254],['USB',()=>'usb'in navigator,_0xff799a],['Bluetooth',()=>'bluetooth'in navigator,_0x4d283d],['SharedWorker',()=>'SharedWorker'in g,_0x11f179],['orientation',()=>'ondeviceorientation'in g,_0x33cb3d],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x428fb0],['ContactsManager',()=>'ContactsManager'in g,_0x4dcbea],['ContentIndex',()=>'ContentIndex'in g,_0x1c6390],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x3e3ce8],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x3a2d54],['PressureObserver',()=>'PressureObserver'in g,_0x2b9bd0],['WakeLock',()=>'wakeLock'in navigator,_0x52dd36]];function getPlatformApiScoring(){try{const _0x48b8db={},_0x5ea311=[];for(const [_0x3fb22b,_0x1b17a4,_0x42063e]of PROBES){try{if(_0x1b17a4()){_0x5ea311['push'](_0x3fb22b);for(const [_0x7a8a8d,_0x555497]of Object['entries'](_0x42063e)){_0x48b8db[_0x7a8a8d]=(_0x48b8db[_0x7a8a8d]??0x0)+_0x555497;}}}catch{}}const _0x70f3cd={};return _0x70f3cd['score']=_0x48b8db,_0x70f3cd['apis']=_0x5ea311,_0x70f3cd;}catch{return null;}}function getPluginOverflow(){try{const _0x51fc35=navigator['plugins'];if(_0x51fc35['length']===0x0)return null;const _0x3f599f=_0x51fc35['item'](0x0);if(!_0x3f599f)return null;let _0x2be718=![];try{const _0x209ba1=_0x51fc35['item'](0x100000000);_0x2be718=_0x209ba1!==_0x3f599f;}catch{_0x2be718=!![];}let _0x1316b8=!![];try{if(_0x3f599f['length']>0x0){const _0x365cde=_0x3f599f['item'](0x0);_0x365cde&&(_0x1316b8=_0x365cde['enabledPlugin']===_0x3f599f);}}catch{_0x1316b8=![];}const _0xde55c3={};return _0xde55c3['overflow']=_0x2be718,_0xde55c3['backref']=_0x1316b8,_0xde55c3;}catch{return null;}}function getPrivateBrowsingChromium(){if(!isWebKit()||isModernBrowser())return null;try{const _0x4a04af=window;typeof _0x4a04af['webkitRequestFileSystem']==='function'&&_0x4a04af['webkitRequestFileSystem'](null,null,null,null);}catch{return!![];}try{const _0x4f4f54=window['localStorage'];return _0x4f4f54['setItem']('test','1'),_0x4f4f54['removeItem']('test'),![];}catch{return!![];}}function getChainDepth(_0x52efda,_0xba289d){let _0x520d1b=_0x52efda,_0x8ee7a5=0x0;while(_0x520d1b!==null&&_0x8ee7a5<_0xba289d){_0x520d1b=Object['getPrototypeOf'](_0x520d1b),_0x8ee7a5++;}return _0x8ee7a5;}function checkChain(_0x532cff,_0x30a1fe,_0x29b213,_0x16d2de){try{const _0x4269db=Object['getPrototypeOf'](_0x532cff),_0x38164a=_0x4269db===_0x29b213,_0x147eaf=getChainDepth(_0x532cff,0xf);if(!_0x38164a){const _0xd960db={};return _0xd960db['target']=_0x30a1fe+'→'+_0x16d2de,_0xd960db['intact']=![],_0xd960db['depth']=_0x147eaf,_0xd960db;}const _0x168897={};return _0x168897['target']=_0x30a1fe+'→'+_0x16d2de,_0x168897['intact']=!![],_0x168897['depth']=_0x147eaf,_0x168897;}catch{const _0x403575={};return _0x403575['target']=_0x30a1fe+'→'+_0x16d2de,_0x403575['intact']=![],_0x403575['depth']=0x0,_0x403575;}}function getPrototypeChain(){const _0x203a33=[];try{typeof Navigator!=='undefined'&&_0x203a33['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x203a33['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x203a33['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x203a33['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x1a0b43=navigator['constructor']===Navigator,_0xec68dc={};_0xec68dc['target']='navigator.constructor===Navigator',_0xec68dc['intact']=_0x1a0b43,_0xec68dc['depth']=0x0,_0x203a33['push'](_0xec68dc);const _0x4beb1d=Object['prototype']['toString']['call'](navigator),_0x3b2095={};_0x3b2095['target']='navigator.toStringTag',_0x3b2095['intact']=_0x4beb1d==='[object\x20Navigator]',_0x3b2095['depth']=0x0,_0x203a33['push'](_0x3b2095);const _0x2f6a95=Object['prototype']['toString']['call'](screen),_0x5310cc={};_0x5310cc['target']='screen.toStringTag',_0x5310cc['intact']=_0x2f6a95==='[object\x20Screen]',_0x5310cc['depth']=0x0,_0x203a33['push'](_0x5310cc);}catch{}const _0x569462=_0x203a33['length']>0x0&&_0x203a33['every'](_0x1b8826=>_0x1b8826['intact']),_0x5f300b={};return _0x5f300b['valid']=_0x569462,_0x5f300b['checks']=_0x203a33,_0x5f300b;}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 _0x151af5=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x151af5['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x151af5['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x151af5['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x151af5['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x151af5['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x151af5['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x151af5;}function getHighTargets(){const _0x491602=getLightTargets(),_0x210093=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x4be92f of _0x210093){_0x4be92f in Navigator['prototype']&&_0x491602['push']([Navigator['prototype'],_0x4be92f]);}const _0x5129ca=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x4b181d of _0x5129ca){_0x4b181d in Screen['prototype']&&_0x491602['push']([Screen['prototype'],_0x4b181d]);}const _0x5ec8bd=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0xf6c214 of _0x5ec8bd){_0xf6c214 in Document['prototype']&&_0x491602['push']([Document['prototype'],_0xf6c214]);}try{const _0x8c9de7=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x49a9b5 of _0x8c9de7){_0x49a9b5 in Element['prototype']&&_0x491602['push']([Element['prototype'],_0x49a9b5]);}}catch{}try{const _0x400db6=['offsetWidth','offsetHeight','style'];for(const _0x739aa of _0x400db6){_0x739aa in HTMLElement['prototype']&&_0x491602['push']([HTMLElement['prototype'],_0x739aa]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x5c7c5c=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x2d62a2 of _0x5c7c5c){_0x2d62a2 in CanvasRenderingContext2D['prototype']&&_0x491602['push']([CanvasRenderingContext2D['prototype'],_0x2d62a2]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x426ff0=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x2d41b4 of _0x426ff0){_0x2d41b4 in WebGLRenderingContext['prototype']&&_0x491602['push']([WebGLRenderingContext['prototype'],_0x2d41b4]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x491602['push']([AudioContext['prototype'],'createOscillator']),_0x491602['push']([AudioContext['prototype'],'createAnalyser']),_0x491602['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x491602['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x491602['push']([Performance['prototype'],'now']),_0x491602['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x491602['push']([Storage['prototype'],'getItem']),_0x491602['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x3fba3f=['random','floor','ceil','round','sin','cos'];for(const _0x166e57 of _0x3fba3f){_0x166e57 in Math&&_0x491602['push']([Math,_0x166e57]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x491602['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x491602['push']([Permissions['prototype'],'query']);}catch{}return _0x491602;}function checkToString(_0x560c6c,_0x2e791c){try{const _0x1bfab4=Object['getOwnPropertyDescriptor'](_0x560c6c,_0x2e791c),_0x337bc5=_0x1bfab4?.['get']??_0x1bfab4?.['value']??_0x560c6c[_0x2e791c];if(typeof _0x337bc5!=='function')return![];const _0x4ff218=Function['prototype']['toString']['call'](_0x337bc5);return!_0x4ff218['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x1f0c8e){try{const _0x11a478=Object['getOwnPropertyDescriptor'](navigator,_0x1f0c8e);return _0x11a478?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x624829,_0x154f82){try{const _0x3c9fed=Object['getOwnPropertyDescriptor'](_0x624829,_0x154f82);if(!_0x3c9fed?.['get'])return![];return'prototype'in _0x3c9fed['get'];}catch{return![];}}function checkOwnPropertyNames(_0x48f6c6,_0x4666a1){try{const _0x509aa5=Object['getOwnPropertyDescriptor'](_0x48f6c6,_0x4666a1),_0xa462f4=_0x509aa5?.['get'];if(typeof _0xa462f4!=='function')return![];const _0x56f5ff=Object['getOwnPropertyNames'](_0xa462f4)['sort']();if(_0x56f5ff['length']>0x2)return!![];if(_0x56f5ff['length']===0x2&&(_0x56f5ff[0x0]!=='length'||_0x56f5ff[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x33440a,_0xa1e32c){try{const _0x46e571=Object['getOwnPropertyDescriptor'](_0x33440a,_0xa1e32c),_0x31be66=_0x46e571?.['get'];if(typeof _0x31be66!=='function')return![];return new Function('fn','class\x20X\x20extends\x20fn\x20{}')(_0x31be66),!![];}catch{return![];}}function checkNullProto(_0x5163af,_0x46380e){try{const _0x450f32=Object['getOwnPropertyDescriptor'](_0x5163af,_0x46380e),_0x50a40f=_0x450f32?.['get']??_0x450f32?.['value'];if(typeof _0x50a40f!=='function')return![];const _0x55e365=Object['create'](_0x50a40f);return Object['setPrototypeOf'](_0x55e365,null),_0x55e365['toString']?.(),!![];}catch{return![];}}function checkIllegalInvocation(_0x4d4ca4,_0xef374a){try{const _0x55bd66=Object['getOwnPropertyDescriptor'](_0x4d4ca4,_0xef374a),_0x4654ed=_0x55bd66?.['get'];if(typeof _0x4654ed!=='function')return![];return _0x4654ed['call'](undefined),!![];}catch(_0x3735c3){if(_0x3735c3 instanceof TypeError)return![];return!![];}}function checkBindToString(_0x27a7b5,_0x1922bf){try{const _0x1f4fd7=Object['getOwnPropertyDescriptor'](_0x27a7b5,_0x1922bf),_0x278f12=_0x1f4fd7?.['get']??_0x1f4fd7?.['value'];if(typeof _0x278f12!=='function')return![];const _0x5e0095=_0x278f12['bind'](null),_0x5e1b1e=Function['prototype']['toString']['call'](_0x5e0095);return!_0x5e1b1e['includes']('[native\x20code]')&&!_0x5e1b1e['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x4dac63,_0xcee824){try{const _0x5a2c0d=Object['getOwnPropertyDescriptor'](_0x4dac63,_0xcee824),_0x177641=_0x5a2c0d?.['get']??_0x5a2c0d?.['value'];if(typeof _0x177641!=='function')return![];const _0x2ef9e9=Reflect['ownKeys'](_0x177641)['sort'](),_0x353253=Object['getOwnPropertyNames'](_0x177641)['sort']();if(_0x2ef9e9['length']!==_0x353253['length'])return!![];for(let _0x4e73f7=0x0;_0x4e73f7<_0x2ef9e9['length'];_0x4e73f7++){if(_0x2ef9e9[_0x4e73f7]!==_0x353253[_0x4e73f7])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x345335,_0x350d2b){try{const _0x188205=Object['getOwnPropertyDescriptor'](_0x345335,_0x350d2b);if(!_0x188205)return![];const _0x1efa06=_0x188205['get']??_0x188205['set']??_0x188205['value'];if(typeof _0x1efa06!=='function')return![];const _0x51d6e5=Object['getOwnPropertyDescriptors'](_0x1efa06),_0x18e68c=Object['keys'](_0x51d6e5)['filter'](_0x362174=>_0x362174!=='length'&&_0x362174!=='name');return _0x18e68c['length']>0x0;}catch{return![];}}function checkProtoManipulation(_0x4c4d95,_0x4ee31f){try{const _0x2a4564=Object['getOwnPropertyDescriptor'](_0x4c4d95,_0x4ee31f),_0xe1102c=_0x2a4564?.['get']??_0x2a4564?.['value'];if(typeof _0xe1102c!=='function')return![];const _0x13b2a4=_0xe1102c,_0x416928=Object['getPrototypeOf'](_0x13b2a4);try{return Object['setPrototypeOf'](_0x13b2a4,null),_0x13b2a4['valueOf'],Object['setPrototypeOf'](_0x13b2a4,_0x416928),![];}catch{return Object['setPrototypeOf'](_0x13b2a4,_0x416928),![];}}catch{return![];}}function checkInstanceOf(_0x256e5a,_0xe4a8d8){try{const _0x30140a=Object['getOwnPropertyDescriptor'](_0x256e5a,_0xe4a8d8),_0x5aaa39=_0x30140a?.['get']??_0x30140a?.['value'];if(typeof _0x5aaa39!=='function')return![];const _0x5eb847=_0x5aaa39 instanceof _0x5aaa39;return _0x5eb847===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x3fb756){proxyDetectionMode=_0x3fb756;}function getProxyDetection(){const _0x349a70=proxyDetectionMode,_0x24bf27=_0x349a70==='high'?getHighTargets():getLightTargets(),_0x2fdcba=_0x349a70==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkProtoManipulation,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0xae2243=[];for(const [_0x4f32cc,_0x4e8722]of _0x24bf27){let _0x162541=![];try{_0x4f32cc===Navigator['prototype']&&checkOwnDescriptor(_0x4e8722)&&(_0x162541=!![]);}catch{}if(!_0x162541)for(const _0x49a416 of _0x2fdcba){try{if(_0x49a416(_0x4f32cc,_0x4e8722)){_0x162541=!![];break;}}catch{}}if(_0x162541){const _0x5b9c72=_0x4f32cc['constructor']['name'];_0xae2243['push'](_0x5b9c72+'.'+_0x4e8722);}}const _0x3c024b={};return _0x3c024b['tested']=_0x24bf27['length'],_0x3c024b['lied']=_0xae2243['length'],_0x3c024b['lies']=_0xae2243,_0x3c024b['mode']=_0x349a70,_0x3c024b;}function measureCssDimension(_0x516149,_0x1b4871,_0x53dd97){try{if(typeof matchMedia!=='function')return 0x0;let _0x5ae1a3=_0x1b4871,_0xa177f8=_0x53dd97;while(_0xa177f8-_0x5ae1a3>0x1){const _0x3046b9=Math['floor']((_0x5ae1a3+_0xa177f8)/0x2),_0x5f083c=_0x516149==='width'?'(min-device-width:\x20'+_0x3046b9+'px)':'(min-device-height:\x20'+_0x3046b9+'px)';matchMedia(_0x5f083c)['matches']?_0x5ae1a3=_0x3046b9:_0xa177f8=_0x3046b9;}return _0x5ae1a3;}catch{return 0x0;}}function getScreenVerify(){try{const _0x4c1437=screen['width'],_0x2ca66f=screen['height'],_0x4ae389=measureCssDimension('width',0x64,0x1f40),_0x44f8ff=measureCssDimension('height',0x64,0x1f40),_0x291985=_0x4ae389===0x0||Math['abs'](_0x4c1437-_0x4ae389)<=0x1,_0x2a82f8=_0x44f8ff===0x0||Math['abs'](_0x2ca66f-_0x44f8ff)<=0x1,_0x16d2ae={};return _0x16d2ae['match']=_0x291985&&_0x2a82f8,_0x16d2ae['screenWidth']=_0x4c1437,_0x16d2ae['cssWidth']=_0x4ae389,_0x16d2ae['screenHeight']=_0x2ca66f,_0x16d2ae['cssHeight']=_0x44f8ff,_0x16d2ae;}catch{const _0x150e61={};return _0x150e61['match']=!![],_0x150e61['screenWidth']=0x0,_0x150e61['cssWidth']=0x0,_0x150e61['screenHeight']=0x0,_0x150e61['cssHeight']=0x0,_0x150e61;}}function getStackBytes(){try{const _0x5412f8=[];for(let _0x315d46=0x0;_0x315d46<0x5;_0x315d46++){let _0xd5f70=0x0;const _0x26ae8f=()=>{_0xd5f70++,_0x26ae8f();};try{_0x26ae8f();}catch{}let _0x4adc51=0x0;const _0x4ccf09=()=>{_0x4adc51++;const _0x2be170=0x0;_0x4ccf09();};try{_0x4ccf09();}catch{}const _0x369328=_0xd5f70-_0x4adc51;_0x369328>0x0&&_0x5412f8['push'](Math['round'](_0x4adc51*0x8/_0x369328));}if(_0x5412f8['length']===0x0)return 0x0;return _0x5412f8['sort']((_0x384f11,_0x1add46)=>_0x384f11-_0x1add46),_0x5412f8[Math['floor'](_0x5412f8['length']/0x2)]??0x0;}catch{return null;}}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 _0x2f9e34=[],_0x5dd418=Object['getOwnPropertyNames'](window);for(let _0x190387=0x0;_0x190387<_0x5dd418['length'];_0x190387++){const _0x92309e=crc32(_0x5dd418[_0x190387]);TARGET_HASHES['has'](_0x92309e)&&_0x2f9e34['push'](_0x5dd418[_0x190387]),_0x92309e===UD&&_0x190387+0x1<_0x5dd418['length']&&_0x2f9e34['push'](_0x5dd418[_0x190387+0x1]);}return _0x2f9e34;}catch{return null;}}function getAutomationDescriptor(){try{const _0x327c9c=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x3496b0=_0x327c9c!==undefined;let _0x13c517=null;_0x327c9c&&(_0x13c517=_0x327c9c['configurable']??null);let _0x1e3e28=![],_0x108986=null;try{const _0xd585de=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0xd585de&&(_0x1e3e28=typeof _0xd585de['get']==='function',_0x108986=_0xd585de['configurable']??null);}catch{}const _0x24c5c5={};return _0x24c5c5['hasOwnWebdriver']=_0x3496b0,_0x24c5c5['ownConfigurable']=_0x13c517,_0x24c5c5['prototypeHasGetter']=_0x1e3e28,_0x24c5c5['prototypeConfigurable']=_0x108986,_0x24c5c5;}catch{const _0x31d6f6={};return _0x31d6f6['hasOwnWebdriver']=![],_0x31d6f6['ownConfigurable']=null,_0x31d6f6['prototypeHasGetter']=![],_0x31d6f6['prototypeConfigurable']=null,_0x31d6f6;}}function getCdpDetection(){try{const _0x41d022=Error,_0x38310f=_0x41d022['prepareStackTrace'];let _0xe2d231=![];Object['defineProperty'](_0x41d022,'prepareStackTrace',{'get'(){return _0xe2d231=!![],_0x38310f;},'set'(_0x1290ac){const _0x2d91a5={};_0x2d91a5['value']=_0x1290ac,_0x2d91a5['writable']=!![],_0x2d91a5['configurable']=!![],Object['defineProperty'](_0x41d022,'prepareStackTrace',_0x2d91a5);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x3214ae={};_0x3214ae['value']=_0x38310f,_0x3214ae['writable']=!![],_0x3214ae['configurable']=!![],Object['defineProperty'](_0x41d022,'prepareStackTrace',_0x3214ae);}catch{}return _0xe2d231;}catch{return![];}}function getChromeRuntime(){try{const _0x925d85=window,_0x425bdf=_0x925d85['chrome'];if(!_0x425bdf||typeof _0x425bdf!=='object'){const _0x359597={};return _0x359597['hasChrome']=![],_0x359597['hasRuntime']=![],_0x359597['hasPlatformOs']=![],_0x359597['hasConnect']=![],_0x359597['connectNative']=![],_0x359597['hasApp']=![],_0x359597['appIsInstalled']=null,_0x359597['hasCsi']=![],_0x359597['hasLoadTimes']=![],_0x359597['runtimeKeyCount']=0x0,_0x359597;}const _0x55da75=_0x425bdf['runtime'],_0x423a69=_0x55da75!==undefined&&_0x55da75!==null;let _0x132cdc=![],_0x35a771=![],_0x547cc0=![],_0x6c00e6=0x0;if(_0x423a69&&typeof _0x55da75==='object'){_0x132cdc='PlatformOs'in _0x55da75||'PlatformArch'in _0x55da75,_0x35a771=typeof _0x55da75['connect']==='function';if(_0x35a771)try{_0x547cc0=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x55da75['connect']));}catch{_0x547cc0=![];}try{_0x6c00e6=Object['getOwnPropertyNames'](_0x55da75)['length'];}catch{_0x6c00e6=0x0;}}const _0x4beb61=_0x425bdf['app'],_0xc816ae=_0x4beb61!==undefined&&_0x4beb61!==null;let _0x37a73e=null;_0xc816ae&&typeof _0x4beb61==='object'&&(_0x37a73e=_0x4beb61['isInstalled']===!![]);const _0x49e0b9=typeof _0x425bdf['csi']==='function',_0x3d0187=typeof _0x425bdf['loadTimes']==='function',_0x3c2bda={};return _0x3c2bda['hasChrome']=!![],_0x3c2bda['hasRuntime']=_0x423a69,_0x3c2bda['hasPlatformOs']=_0x132cdc,_0x3c2bda['hasConnect']=_0x35a771,_0x3c2bda['connectNative']=_0x547cc0,_0x3c2bda['hasApp']=_0xc816ae,_0x3c2bda['appIsInstalled']=_0x37a73e,_0x3c2bda['hasCsi']=_0x49e0b9,_0x3c2bda['hasLoadTimes']=_0x3d0187,_0x3c2bda['runtimeKeyCount']=_0x6c00e6,_0x3c2bda;}catch{return null;}}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x7bbf36=await new Promise(_0x1e6752=>{if(isChromium()){const _0xbcb3b4=new Error();_0xbcb3b4['name']='\x20',Object['defineProperty'](_0xbcb3b4,'stack',{'get':_0x1e6752['bind'](null,!![])}),console['debug'](_0xbcb3b4);}else{const _0x52feff=document['createElement']('div');_0x52feff['toString']=()=>'',Object['defineProperty'](_0x52feff,'id',{'get'(){_0x1e6752(!![]);const _0x4a1004=new Error();_0x4a1004['name']='';throw _0x4a1004;}}),console['debug'](_0x52feff);}setTimeout(()=>_0x1e6752(![]));});return _0x7bbf36;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x1208c1=new Event(''),_0x5b110d=_0x1208c1['isTrusted'];return typeof _0x5b110d==='undefined'?null:{'isTrusted':_0x5b110d};}catch{return null;}}const _0x1f5f2f={};_0x1f5f2f['window']=['awesomium'];const _0x2fbb21={};_0x2fbb21['window']=['RunPerfTest'];const _0x2b4998={};_0x2b4998['window']=['CefSharp'];const _0x54fc45={};_0x54fc45['window']=['emit'];const _0x47f932={};_0x47f932['window']=['fmget_targets'];const _0x2ba175={};_0x2ba175['window']=['geb'];const _0x19caa7={};_0x19caa7['window']=['__nightmare','nightmare'];const _0x2a0f72={};_0x2a0f72['window']=['__phantomas'];const _0x210d5c={};_0x210d5c['window']=['callPhantom','_phantom'];const _0x36990a={};_0x36990a['window']=['spawn'];const _0x19bf83={};_0x19bf83['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^([a-z]){3}_.*_(Array|Promise|Symbol)$/],_0x19bf83['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x4139ee={};_0x4139ee['window']=['wdioElectron'];const _0x1f6fb9={};_0x1f6fb9['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x1f6fb9['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 _0x1e7dea={};_0x1e7dea['window']=['domAutomation','domAutomationController'];const _0x114484={};_0x114484['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x354547={};_0x354547['window']=['__automa__'];const _0x305a39={};_0x305a39['window']=['_webscraper_data'];const _0x42c855={};_0x42c855['window']=['_KatalonRecorder'];const _0x40e89e={};_0x40e89e['window']=['uivision','__uivision'];const _0x2f7780={};_0x2f7780['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x1683c5={};_0x1683c5['window']=['__cypress'];const _0x1779bf={};_0x1779bf['window']=['__puppeteer_evaluation_script__'],_0x1779bf['document']=['__puppeteer_evaluation_script__'];const _0x1c728e={};_0x1c728e['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x1c728e['document']=['__playwright_evaluation_script__'];const _0x16880f={};_0x16880f['awesomium']=_0x1f5f2f,_0x16880f['cef']=_0x2fbb21,_0x16880f['cefsharp']=_0x2b4998,_0x16880f['coachjs']=_0x54fc45,_0x16880f['fminer']=_0x47f932,_0x16880f['geb']=_0x2ba175,_0x16880f['nightmarejs']=_0x19caa7,_0x16880f['phantomas']=_0x2a0f72,_0x16880f['phantomjs']=_0x210d5c,_0x16880f['rhino']=_0x36990a,_0x16880f['selenium']=_0x19bf83,_0x16880f['webdriverio']=_0x4139ee,_0x16880f['webdriver']=_0x1f6fb9,_0x16880f['headless_chrome']=_0x1e7dea,_0x16880f['imacros']=_0x114484,_0x16880f['automa']=_0x354547,_0x16880f['web_scraper']=_0x305a39,_0x16880f['katalon']=_0x42c855,_0x16880f['ui_vision']=_0x40e89e,_0x16880f['testcafe']=_0x2f7780,_0x16880f['cypress']=_0x1683c5,_0x16880f['puppeteer']=_0x1779bf,_0x16880f['playwright_internal']=_0x1c728e;const TOOL_MARKERS=_0x16880f;function getOwnPropertyNames(_0x3e49e4){try{return Object['getOwnPropertyNames'](_0x3e49e4);}catch{return[];}}function matchesAny(_0x4ad612,_0x2fef76){for(const _0x3dd96d of _0x2fef76){if(typeof _0x3dd96d==='string'){if(_0x4ad612['indexOf'](_0x3dd96d)!==-0x1)return!![];}else for(const _0x22dacd of _0x4ad612){if(_0x3dd96d['test'](_0x22dacd))return!![];}}return![];}function getHeadlessSignals(){const _0x80a0f6=getOwnPropertyNames(window),_0x336080=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x5c44ed={};for(const _0x5b3d51 of Object['keys'](TOOL_MARKERS)){const _0x153825=TOOL_MARKERS[_0x5b3d51],_0x346df1=_0x153825['window']?matchesAny(_0x80a0f6,_0x153825['window']):![],_0x36240f=_0x153825['document']&&_0x336080['length']?matchesAny(_0x336080,_0x153825['document']):![];_0x5c44ed[_0x5b3d51]=_0x346df1||_0x36240f;}return _0x5c44ed;}let cachedResult=null,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x563c79=performance['now'](),_0x39cc7d=['click','touchstart','keydown'],_0x46b538=_0xc940bb=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0x563c79),'interactionType':_0xc940bb['type']};for(const _0x1b040e of _0x39cc7d){window['removeEventListener'](_0x1b040e,_0x46b538);}};for(const _0x105bd2 of _0x39cc7d){const _0x4b81d0={};_0x4b81d0['once']=!![],_0x4b81d0['passive']=!![],window['addEventListener'](_0x105bd2,_0x46b538,_0x4b81d0);}}function getInteractionTiming(){return startObserving(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0xe6697=navigator['permissions'];if(_0xe6697===undefined||typeof _0xe6697['query']!=='function')return undefined;const _0x5a8abc={};_0x5a8abc['name']='notifications';const _0x58adad=await _0xe6697['query'](_0x5a8abc);return Notification['permission']==='denied'&&_0x58adad['state']==='prompt';}catch{return undefined;}}function getPlaywrightMarkers(){try{const _0x4cda16=window,_0x46ab7e=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x5aee22 of _0x46ab7e){if(_0x5aee22 in _0x4cda16)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 _0x4857a1=new Error('probe'),_0x269972=_0x4857a1['stack']??'';for(const _0x5e2790 of AUTOMATION_PATTERNS){if(_0x269972['includes'](_0x5e2790)){const _0x17c2ce={};return _0x17c2ce['leaked']=!![],_0x17c2ce['pattern']=_0x5e2790,_0x17c2ce;}}try{const _0x43f1bc=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x348661=_0x43f1bc();if(typeof _0x348661==='string')for(const _0x2ec33f of AUTOMATION_PATTERNS){if(_0x348661['includes'](_0x2ec33f)){const _0x35d992={};return _0x35d992['leaked']=!![],_0x35d992['pattern']=_0x2ec33f,_0x35d992;}}}catch{}const _0x373f61={};return _0x373f61['leaked']=![],_0x373f61['pattern']=null,_0x373f61;}catch{const _0x3f521b={};return _0x3f521b['leaked']=![],_0x3f521b['pattern']=null,_0x3f521b;}}function getWebdriver(){const _0x3776b2=navigator['webdriver'],_0x195692={};_0x195692['status']=-0x1,_0x195692['value']=null;if(_0x3776b2===null)return _0x195692;const _0x2fd3ad={};_0x2fd3ad['status']=-0x2,_0x2fd3ad['value']=null;if(_0x3776b2===undefined)return _0x2fd3ad;return{'status':0x0,'value':Boolean(_0x3776b2)};}function getWebdriverWritable(){try{const _0x308b54=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x308b54){const _0x2fdbdd=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x2fdbdd)return!![];}const _0x56260f=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x56260f)return!![];if('value'in _0x56260f)return!![];const _0x98a4a7=navigator,_0x1a5e6f=navigator['webdriver'];_0x98a4a7['webdriver']=!_0x1a5e6f;const _0x1d8c53=navigator['webdriver']!==_0x1a5e6f;if(_0x1d8c53)try{delete _0x98a4a7['webdriver'];}catch{}return _0x1d8c53;}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){const _0x2c2c52=window['process'];if(_0x2c2c52===undefined)return undefined;if(_0x2c2c52&&typeof _0x2c2c52!=='object')return undefined;return _0x2c2c52;}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(_0x491980=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x491980(null);return;}const _0x2e329f={};_0x2e329f['type']='text/javascript';const _0x477a86=new Blob([WORKER_CODE],_0x2e329f),_0x3b8817=URL['createObjectURL'](_0x477a86);let _0x17a1a3=![];const _0x369355=new Worker(_0x3b8817),_0x2e9e73=setTimeout(()=>{!_0x17a1a3&&(_0x17a1a3=!![],_0x369355['terminate'](),URL['revokeObjectURL'](_0x3b8817),_0x491980(null));},0x1f4);_0x369355['addEventListener']('error',()=>{!_0x17a1a3&&(_0x17a1a3=!![],clearTimeout(_0x2e9e73),_0x369355['terminate'](),URL['revokeObjectURL'](_0x3b8817),_0x491980(null));}),_0x369355['addEventListener']('message',_0x2cec98=>{if(_0x2cec98['data']==='ready'){_0x369355['postMessage']('run');return;}!_0x17a1a3&&(_0x17a1a3=!![],clearTimeout(_0x2e9e73),_0x369355['terminate'](),URL['revokeObjectURL'](_0x3b8817),_0x491980(_0x2cec98['data']));});}catch{_0x491980(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 _0x48707e={};for(const [_0x1a1ccd,_0x73689e]of CSS_PROBES){const _0xf29d3=_0x73689e===''?_0x1a1ccd:_0x1a1ccd+':'+_0x73689e;try{_0x48707e[_0xf29d3]=_0x73689e===''?CSS['supports'](_0x1a1ccd):CSS['supports'](_0x1a1ccd,_0x73689e);}catch{_0x48707e[_0xf29d3]=![];}}return _0x48707e;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x3fa4bc=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x3fa4bc===undefined||typeof _0x3fa4bc['isBrave']!=='function')return undefined;try{return!!await _0x3fa4bc['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();}function getDetectMobile(){return isAndroid();}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();}const BLACKLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorMethods(){const _0x5819d6=navigator,_0x5eb1d3=[];for(const _0x435f00 of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x5819d6))){if(BLACKLIST['includes'](_0x435f00))continue;try{const _0x4eb4e0=_0x5819d6[_0x435f00];typeof _0x4eb4e0==='function'&&_0x4eb4e0['name']!==undefined&&_0x5eb1d3['push'](_0x4eb4e0['name']);}catch(_0x30762b){return[_0x30762b instanceof Error?_0x30762b['message']:String(_0x30762b)];}}return _0x5eb1d3;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x3f5d96=navigator['userAgentData'];if(!_0x3f5d96||typeof _0x3f5d96!=='object')return undefined;const _0x4cbaa7={},_0xbf4db0=[];if(typeof _0x3f5d96['getHighEntropyValues']==='function'){const _0x376183=_0x3f5d96['getHighEntropyValues']['bind'](_0x3f5d96);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x139c62=>{try{const _0x366a24=await _0x376183([_0x139c62]),_0x2bbf0c=_0x366a24[_0x139c62];_0x2bbf0c!==undefined&&(_0x4cbaa7[_0x139c62]=typeof _0x2bbf0c==='string'?_0x2bbf0c:JSON['stringify'](_0x2bbf0c));}catch(_0x3d8cb4){if(_0x3d8cb4 instanceof Error&&_0x3d8cb4['name']==='NotAllowedError')_0xbf4db0['push'](_0x139c62);else throw _0x3d8cb4;}}));}return{'b':_0x3f5d96['brands']['map'](_0x425b49=>({'b':_0x425b49['brand'],'v':_0x425b49['version']})),'m':_0x3f5d96['mobile'],'p':_0x3f5d96['platform']??null,'h':_0x4cbaa7,'nah':_0xbf4db0};}function getVendorFlavors(){const _0x45cb39=[];for(const _0x48cabe of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x5a87cc=window[_0x48cabe];_0x5a87cc!==undefined&&_0x5a87cc!==null&&typeof _0x5a87cc==='object'&&_0x45cb39['push'](_0x48cabe);}return _0x45cb39['sort']();}const _0xdfecef={};_0xdfecef['workerIsolation']=getWorkerIsolation,_0xdfecef['webGlExtended']=getWebGlExtended;const stage1Sources=_0xdfecef,_0x26f4de={};_0x26f4de['fonts']=getFonts,_0x26f4de['fontPreferences']=getFontPreferences,_0x26f4de['audio']=getAudioSignal,_0x26f4de['screenFrame']=getScreenFrame,_0x26f4de['permissions']=getPermissions,_0x26f4de['mathml']=getMathML,_0x26f4de['systemColors']=getSystemColors,_0x26f4de['uaClientHints']=getUAClientHints,_0x26f4de['videoCodecs']=getVideoCodecs,_0x26f4de['scrollbarWidth']=getScrollbarWidth,_0x26f4de['formControlFont']=getFormControlFont,_0x26f4de['notificationContradiction']=getNotificationContradiction,_0x26f4de['fileSystemAccess']=getFileSystemAccess,_0x26f4de['storageQuota']=getStorageQuota,_0x26f4de['subPixelRendering']=getSubPixelRendering,_0x26f4de['screenIframe']=getScreenIframe,_0x26f4de['emoji']=getEmojiSignal,_0x26f4de['canvas']=getCanvasSignal,_0x26f4de['filesystemApi']=getFilesystemApi,_0x26f4de['subtleCryptoExport']=getSubtleCryptoExport,_0x26f4de['drmPersistence']=getDrmPersistence,_0x26f4de['detectBrave']=getDetectBrave,_0x26f4de['storageEstimate']=getStorageEstimate,_0x26f4de['indexedDbBlob']=getIndexedDbBlob,_0x26f4de['webRtcDevices']=getWebRtcDevices,_0x26f4de['webGpu']=getWebGpuSignal,_0x26f4de['barcodeDetection']=getBarcodeDetection,_0x26f4de['canvasAdvanced']=getCanvasAdvanced,_0x26f4de['iframeProxy']=getIframeProxy,_0x26f4de['iframeSignals']=getIframeSignals,_0x26f4de['audioTrap']=getAudioTrap,_0x26f4de['svgEmoji']=getSvgEmojiSignal,_0x26f4de['audioConsistency']=getAudioConsistency,_0x26f4de['osFontValidation']=getOsFontValidation,_0x26f4de['scrollBehavior']=getScrollBehavior,_0x26f4de['interactionTiming']=getInteractionTiming;const stage2Sources=_0x26f4de,_0x1d5371={};_0x1d5371['osCpu']=getOsCpu,_0x1d5371['languages']=getLanguages,_0x1d5371['colorDepth']=getColorDepth,_0x1d5371['deviceMemory']=getDeviceMemory,_0x1d5371['screenResolution']=getScreenResolution,_0x1d5371['hardwareConcurrency']=getHardwareConcurrency,_0x1d5371['timezone']=getTimezone,_0x1d5371['sessionStorage']=getSessionStorage,_0x1d5371['localStorage']=getLocalStorage,_0x1d5371['indexedDB']=getIndexedDB,_0x1d5371['platform']=getPlatform,_0x1d5371['plugins']=getPlugins,_0x1d5371['touchSupport']=getTouchSupport,_0x1d5371['vendor']=getVendor,_0x1d5371['vendorFlavors']=getVendorFlavors,_0x1d5371['cookiesEnabled']=areCookiesEnabled,_0x1d5371['colorGamut']=getColorGamut,_0x1d5371['invertedColors']=areColorsInverted,_0x1d5371['forcedColors']=areColorsForced,_0x1d5371['contrast']=getContrastPreference,_0x1d5371['reducedMotion']=isMotionReduced,_0x1d5371['hdr']=isHDR,_0x1d5371['math']=getMathSignal,_0x1d5371['pdfViewerEnabled']=isPdfViewerEnabled,_0x1d5371['architecture']=getArchitecture,_0x1d5371['applePay']=getApplePayState,_0x1d5371['audioBaseLatency']=getAudioContextBaseLatency,_0x1d5371['dateTimeLocale']=getDateTimeLocale,_0x1d5371['mediaQueries']=getMediaQueries,_0x1d5371['headless']=getHeadlessSignals,_0x1d5371['colorScheme']=getColorScheme,_0x1d5371['devicePixelRatio']=getDevicePixelRatio,_0x1d5371['evalLength']=getEvalLength,_0x1d5371['userAgent']=getUserAgent,_0x1d5371['appVersion']=getAppVersion,_0x1d5371['productSub']=getProductSub,_0x1d5371['networkRtt']=getNetworkRTT,_0x1d5371['errorStack']=getErrorStackFormat,_0x1d5371['performanceResolution']=getPerformanceResolution,_0x1d5371['webdriver']=getWebdriver,_0x1d5371['windowDimensions']=getWindowDimensions,_0x1d5371['supportedConstraints']=getSupportedConstraints,_0x1d5371['documentAttributes']=getDocumentAttributes,_0x1d5371['mimeTypes']=getMimeTypes,_0x1d5371['bindToString']=getBindToString,_0x1d5371['windowProcess']=getWindowProcess,_0x1d5371['wasmFeatures']=getWasmFeatures,_0x1d5371['windowClose']=getWindowClose,_0x1d5371['createElementDescriptor']=getCreateElementDescriptor,_0x1d5371['getterProxyDetection']=getGetterProxyDetection,_0x1d5371['navigatorMethods']=getNavigatorMethods,_0x1d5371['eventIsTrusted']=getEventIsTrusted,_0x1d5371['pluginPropsEnum']=getPluginPropsEnum,_0x1d5371['windowPropertyNames']=getWindowPropertyNames,_0x1d5371['getterToString']=getGetterToString,_0x1d5371['detectTrident']=getDetectTrident,_0x1d5371['detectEdgeHTML']=getDetectEdgeHTML,_0x1d5371['detectChromium']=getDetectChromium,_0x1d5371['detectWebKit']=getDetectWebKit,_0x1d5371['detectSafari']=getDetectSafari,_0x1d5371['detectGecko']=getDetectGecko,_0x1d5371['detectMobile']=getDetectMobile,_0x1d5371['objectInspectGlobal']=getObjectInspectGlobal,_0x1d5371['pluginsCount']=getPluginsCount,_0x1d5371['navigatorLanguages']=getNavigatorLanguages,_0x1d5371['detectChromium86']=getDetectChromium86,_0x1d5371['detectChromium122']=getDetectChromium122,_0x1d5371['detectGecko120']=getDetectGecko120,_0x1d5371['detectGecko143']=getDetectGecko143,_0x1d5371['detectWebKit606']=getDetectWebKit606,_0x1d5371['detectWebKit616']=getDetectWebKit616,_0x1d5371['doNotTrack']=getDoNotTrack,_0x1d5371['privateBrowsingChromium']=getPrivateBrowsingChromium,_0x1d5371['connectionInfo']=getConnectionInfo,_0x1d5371['devtoolsDetection']=getDevtoolsDetection,_0x1d5371['computedStyle']=getComputedStyleSignal,_0x1d5371['canvasRandom']=getCanvasRandom,_0x1d5371['cssSupportExtended']=getCssSupportExtended,_0x1d5371['bomEnumeration']=getBomEnumeration,_0x1d5371['audioContextInfo']=getAudioContextInfo,_0x1d5371['documentFocus']=getDocumentFocus,_0x1d5371['pluginsArray']=getPluginsArray,_0x1d5371['chromeRuntime']=getChromeRuntime,_0x1d5371['sourceUrlLeak']=getSourceUrlLeak,_0x1d5371['automationDescriptor']=getAutomationDescriptor,_0x1d5371['pluginOverflow']=getPluginOverflow,_0x1d5371['webdriverWritable']=getWebdriverWritable,_0x1d5371['cdpDetection']=getCdpDetection,_0x1d5371['playwrightMarkers']=getPlaywrightMarkers,_0x1d5371['navigatorDescriptors']=getNavigatorDescriptors,_0x1d5371['mediaCodecsExtended']=getMediaCodecsExtended,_0x1d5371['measuredTimezone']=getMeasuredTimezone,_0x1d5371['proxyDetection']=getProxyDetection,_0x1d5371['canvasModified']=getCanvasModified,_0x1d5371['gpuGibberish']=getGpuGibberish,_0x1d5371['extensionDetection']=getExtensionDetection,_0x1d5371['featureVersion']=getFeatureVersion,_0x1d5371['localeCurrency']=getLocaleCurrency,_0x1d5371['stackBytes']=getStackBytes,_0x1d5371['platformApiScoring']=getPlatformApiScoring,_0x1d5371['prototypeChain']=getPrototypeChain,_0x1d5371['screenVerify']=getScreenVerify,_0x1d5371['webGlBasics']=getWebGlBasics,_0x1d5371['webGlExtensions']=getWebGlExtensions,_0x1d5371['webGlCanvas']=getWebGlCanvas,_0x1d5371['webGlSphere']=getWebGlSphere,_0x1d5371['webGpuContention']=getWebGpuContention,_0x1d5371['webCodecsHardware']=getWebCodecsHardware,_0x1d5371['cssTrigPrecision']=getCssTrigPrecision,_0x1d5371['intlSegmenter']=getIntlSegmenter,_0x1d5371['performanceMemory']=getPerformanceMemory;const stage3Sources=_0x1d5371,_0x5ba7e0={...stage1Sources};_0x5ba7e0;function loadBuiltinSources(_0x375bbd){const _0x3d099c={'initTime':performance['now'](),'stage1LoadStart':null,'idleResolvedAt':null,'stage23LoadStart':null,'getStart':null,'stage1Done':null,'stage23Done':null,'allDone':null},_0x4fb74b=Object['keys'](stage1Sources)['length']>0x0,_0x4b6885=_0x4fb74b?((()=>{return _0x3d099c['stage1LoadStart']=performance['now'](),loadSources(stage1Sources,_0x375bbd,[]);})()):null,_0x528a81={...stage2Sources,...stage3Sources},_0x10d94c=_0x528a81,_0x3a2a15=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x3d099c['idleResolvedAt']=performance['now'](),_0x3d099c['stage23LoadStart']=performance['now'](),loadSources(_0x10d94c,_0x375bbd,[]);});return _0x3a2a15['then'](undefined,()=>undefined),async function _0x29e8d3(){_0x3d099c['getStart']=performance['now']();if(_0x4b6885){const [_0x410bae,_0x43de30]=await Promise['all']([_0x4b6885()['then'](_0x1dd2c0=>{return _0x3d099c['stage1Done']=performance['now'](),_0x1dd2c0;}),_0x3a2a15['then'](_0x126d6b=>_0x126d6b())['then'](_0x3d0a62=>{return _0x3d099c['stage23Done']=performance['now'](),_0x3d0a62;})]);_0x3d099c['allDone']=performance['now']();const _0x2bf4a1={..._0x43de30,..._0x410bae};return _0x2bf4a1;}const _0x395bb3=await _0x3a2a15,_0xd3b7fa=await _0x395bb3();return _0x3d099c['stage23Done']=performance['now'](),_0x3d099c['allDone']=performance['now'](),_0xd3b7fa;};}const version='0.0.1';function componentsToDebugString(_0x3e66ab){return JSON['stringify'](_0x3e66ab,(_0x59dc49,_0xec937)=>{if(_0xec937 instanceof Error)return errorToObject(_0xec937);return _0xec937;},0x2);}function makeEngine(_0x25e6d9,_0x172246){const _0x2f911b=Date['now']();return{async 'get'(_0x59a814){const _0x137c0f=Date['now'](),_0x4ea368=await _0x25e6d9();(_0x172246===!![]||_0x59a814?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x137c0f-_0x2f911b)+'\x0acomponents:\x20'+componentsToDebugString(_0x4ea368)+'\x0a```');const _0x859bf={};return _0x859bf['components']=_0x4ea368,_0x859bf['version']=version,_0x859bf;}};}function load(_0x2337a4={}){const {debug:_0x5c37b6,proxyDetection:proxyDetection='high',apiKey:_0x539dfc,endpoint:_0x554eeb,linkedId:_0x320388,tag:_0x405818}=_0x2337a4;setProxyDetectionMode(proxyDetection);const _0x414883={};_0x414883['cache']={},_0x414883['debug']=_0x5c37b6;const _0x4c4c6a=loadBuiltinSources(_0x414883),_0x2ce997=makeEngine(_0x4c4c6a,_0x5c37b6);if(_0x539dfc!==undefined&&_0x554eeb!==undefined){const _0x5d7d38={};_0x5d7d38['apiKey']=_0x539dfc,_0x5d7d38['endpoint']=_0x554eeb;const _0x69b291={};_0x69b291['linkedId']=_0x320388,_0x69b291['tag']=_0x405818,_0x2ce997['result']=capture(_0x2ce997,_0x5d7d38,_0x69b291)['catch'](_0x4d7c9b=>{_0x5c37b6===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x4d7c9b);throw _0x4d7c9b;});}return _0x2ce997;}function start(_0x3ede73){const {apiKey:_0x1ac3c2,endpoint:_0x583dd4,cache:_0x1222fc,..._0x169a25}=_0x3ede73,_0x480c33=load(_0x169a25),_0x16987e={};_0x16987e['apiKey']=_0x1ac3c2,_0x16987e['endpoint']=_0x583dd4;const _0x5bc565=_0x16987e,_0xe634b7=_0x1222fc?createCache(_0x1222fc):null;return{'get'(_0x2c4b9e){const {ignoreCache:_0x3599e2,..._0xda6ec1}=_0x2c4b9e??{};if(!_0x3599e2&&_0xe634b7!==null){const _0x1005cd=_0xe634b7['get']();if(_0x1005cd!==null)return Promise['resolve'](_0x1005cd);}return capture(_0x480c33,_0x5bc565,_0xda6ec1)['then'](_0x51fb82=>{if(_0xe634b7!==null)_0xe634b7['set'](_0x51fb82);return _0x51fb82;});},'clearCache'(){if(_0xe634b7!==null)_0xe634b7['clear']();}};}const _0x4dc9f4={};_0x4dc9f4['start']=start;var index=_0x4dc9f4;exports['default']=index,exports['start']=start;
|
|
1
|
+
'use strict';const _0x274086={};_0x274086['value']=!![],Object['defineProperty'](exports,'__esModule',_0x274086);const STORAGE_KEY_DEFAULT='_dxc';function createMemoryCache(_0x3210d2){let _0x4216bc=null;return{'get'(){if(_0x4216bc===null)return null;if(Date['now']()-_0x4216bc['ts']>_0x3210d2*0x3e8)return _0x4216bc=null,null;return _0x4216bc['result'];},'set'(_0x3499ab){_0x4216bc={'result':_0x3499ab,'ts':Date['now']()};},'clear'(){_0x4216bc=null;}};}function createStorageCache(_0x3a4f2a,_0x197f17,_0x425a33){const _0x31cdcb=_0x425a33;return{'get'(){try{const _0x1bec8c=_0x197f17['getItem'](_0x31cdcb);if(_0x1bec8c===null)return null;const _0x17f809=JSON['parse'](_0x1bec8c);if(Date['now']()-_0x17f809['ts']>_0x3a4f2a*0x3e8)return _0x197f17['removeItem'](_0x31cdcb),null;return _0x17f809['result'];}catch{return null;}},'set'(_0x46cc33){try{_0x197f17['setItem'](_0x31cdcb,JSON['stringify']({'result':_0x46cc33,'ts':Date['now']()}));}catch{}},'clear'(){try{_0x197f17['removeItem'](_0x31cdcb);}catch{}}};}function createCache(_0x48c183){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x48c183;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl);try{const _0x3a4dea=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x3a4dea,prefix);}catch{return createMemoryCache(ttl);}}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x19e3a8=Date['now']();if(cachedSessionId!==null&&_0x19e3a8-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x19e3a8,cachedSessionId;const _0x488fed=sessionStorage['getItem'](SESSION_KEY);if(_0x488fed!==null)try{const _0x1e8648=JSON['parse'](_0x488fed);if(_0x19e3a8-_0x1e8648['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x1e8648['id'],lastActivity=_0x19e3a8,persistSession(_0x1e8648['id'],_0x19e3a8),_0x1e8648['id'];}catch{}const _0x327f8=generateSessionId();return cachedSessionId=_0x327f8,lastActivity=_0x19e3a8,persistSession(_0x327f8,_0x19e3a8),_0x327f8;}function persistSession(_0x52ed9e,_0x548d9d){try{const _0x5f1a03={};_0x5f1a03['id']=_0x52ed9e,_0x5f1a03['ts']=_0x548d9d,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x5f1a03));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0xffaaf0=>{const _0x36334b=Math['random']()*0x10|0x0,_0x19b24b=_0xffaaf0==='x'?_0x36334b:_0x36334b&0x3|0x8;return _0x19b24b['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;function getCookie(){try{const _0x548bae=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x548bae?decodeURIComponent(_0x548bae[0x1]):null;}catch{return null;}}function setCookie(_0x3b55a5){try{const _0x5c7970=0x16d*0x18*0x3c*0x3c,_0x5dbbc5=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'';document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x3b55a5)+';\x20path=/;\x20max-age='+_0x5c7970+';\x20samesite=lax'+_0x5dbbc5;}catch{}}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x4478ff){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x4478ff);}catch{}}function openIdb(){return new Promise(_0x4f9a03=>{try{const _0x407b9e=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x407b9e['onupgradeneeded']=()=>{const _0x3ec923=_0x407b9e['result'];!_0x3ec923['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x3ec923['createObjectStore'](KEY_IDB_STORE);},_0x407b9e['onsuccess']=()=>_0x4f9a03(_0x407b9e['result']),_0x407b9e['onerror']=()=>_0x4f9a03(null);}catch{_0x4f9a03(null);}});}function getIndexedDb(){return new Promise(_0x44999c=>{openIdb()['then'](_0x58d91a=>{if(_0x58d91a===null){_0x44999c(null);return;}try{const _0x8d4826=_0x58d91a['transaction'](KEY_IDB_STORE,'readonly'),_0x2588ef=_0x8d4826['objectStore'](KEY_IDB_STORE),_0x5c7458=_0x2588ef['get'](KEY_IDB_KEY);_0x5c7458['onsuccess']=()=>{_0x58d91a['close'](),_0x44999c(typeof _0x5c7458['result']==='string'?_0x5c7458['result']:null);},_0x5c7458['onerror']=()=>{_0x58d91a['close'](),_0x44999c(null);};}catch{_0x58d91a['close'](),_0x44999c(null);}})['catch'](()=>_0x44999c(null));});}function setIndexedDb(_0x510476){openIdb()['then'](_0x5e1569=>{if(_0x5e1569===null)return;try{const _0x166c66=_0x5e1569['transaction'](KEY_IDB_STORE,'readwrite'),_0x312885=_0x166c66['objectStore'](KEY_IDB_STORE);_0x312885['put'](_0x510476,KEY_IDB_KEY),_0x166c66['oncomplete']=()=>_0x5e1569['close'](),_0x166c66['onerror']=()=>_0x5e1569['close']();}catch{_0x5e1569['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0xc99ba4=getCookie();if(_0xc99ba4!==null)return _0xc99ba4;const _0x551e8a=getLocalStorage$1();if(_0x551e8a!==null)return _0x551e8a;return getIndexedDb();}function saveDeviceToken(_0x44e1c0){setCookie(_0x44e1c0),setLocalStorage(_0x44e1c0),setIndexedDb(_0x44e1c0);}function wait(_0x1f1ede,_0xbbb9d3){return new Promise(_0x5a85d7=>setTimeout(_0x5a85d7,_0x1f1ede,_0xbbb9d3));}function releaseEventLoop(){return new Promise(_0x1e6c71=>{const _0x116ee4=new MessageChannel();_0x116ee4['port1']['onmessage']=()=>_0x1e6c71(),_0x116ee4['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x9e0b05,_0x1544a7=Infinity){const {requestIdleCallback:_0x167162}=window;if(typeof _0x167162==='function'){const _0x196311={};return _0x196311['timeout']=_0x1544a7,new Promise(_0x31b43f=>_0x167162['call'](window,()=>_0x31b43f(),_0x196311));}return wait(Math['min'](_0x9e0b05,_0x1544a7));}function isPromise(_0x39183f){return _0x39183f!==null&&_0x39183f!==undefined&&typeof _0x39183f['then']==='function';}function awaitIfAsync(_0x266c86,_0x3f5a94){try{const _0x130ee4=_0x266c86();isPromise(_0x130ee4)?_0x130ee4['then'](_0x3b9a1c=>_0x3f5a94(!![],_0x3b9a1c),_0x1a0e57=>_0x3f5a94(![],_0x1a0e57)):_0x3f5a94(!![],_0x130ee4);}catch(_0xefc0df){_0x3f5a94(![],_0xefc0df);}}async function mapWithBreaks(_0x6b2ced,_0x492177,_0x398447=0x10){const _0x10e883=Array(_0x6b2ced['length']);let _0x32284c=Date['now']();for(let _0x2d6079=0x0;_0x2d6079<_0x6b2ced['length'];++_0x2d6079){_0x10e883[_0x2d6079]=_0x492177(_0x6b2ced[_0x2d6079],_0x2d6079);const _0x484c5f=Date['now']();_0x484c5f>=_0x32284c+_0x398447&&(_0x32284c=_0x484c5f,await releaseEventLoop());}return _0x10e883;}function suppressUnhandledRejectionWarning(_0xf7094d){return _0xf7094d['then'](undefined,()=>undefined),_0xf7094d;}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710;async function fetchWithRetry(_0x3451d3,_0xb49256,_0x1bfe7a){const _0xf57288=_0x1bfe7a?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x152af8=_0x1bfe7a?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x5a690d=_0x1bfe7a?.['maxDelayMs']??DEFAULT_MAX_DELAY;for(let _0x164d70=0x0;_0x164d70<=_0xf57288;_0x164d70++){try{const _0x2b83a1=await fetch(_0x3451d3,_0xb49256);if(_0x2b83a1['ok']||_0x2b83a1['status']<0x1f4&&_0x2b83a1['status']!==0x1ad)return _0x2b83a1;if(_0x2b83a1['status']===0x1ad&&_0x164d70<_0xf57288){const _0x52dcef=parseRetryAfter(_0x2b83a1['headers']['get']('Retry-After'));await wait(_0x52dcef??computeBackoff(_0x164d70,_0x152af8,_0x5a690d));continue;}if(_0x2b83a1['status']>=0x1f4&&_0x164d70<_0xf57288){await wait(computeBackoff(_0x164d70,_0x152af8,_0x5a690d));continue;}return _0x2b83a1;}catch(_0x48928c){if(_0x164d70>=_0xf57288)throw _0x48928c;await wait(computeBackoff(_0x164d70,_0x152af8,_0x5a690d));}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x23523f,_0x388179,_0xe21a46){const _0x4a6f9e=Math['min'](_0xe21a46,_0x388179*0x2**_0x23523f);return _0x4a6f9e*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x3173a4){if(_0x3173a4===null)return null;const _0x19269a=Number(_0x3173a4);if(!Number['isNaN'](_0x19269a)&&_0x19269a>0x0)return _0x19269a*0x3e8;const _0x24bbf7=Date['parse'](_0x3173a4);if(!Number['isNaN'](_0x24bbf7))return Math['max'](0x0,_0x24bbf7-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(_0x3e6c2e){try{const _0x7a172f=new URL(_0x3e6c2e),_0x215788=[];for(const [_0x159909]of _0x7a172f['searchParams']){const _0xd0e0f6=_0x159909['toLowerCase']();SENSITIVE_PARAMS['some'](_0x3886d7=>_0xd0e0f6['includes'](_0x3886d7))&&_0x215788['push'](_0x159909);}for(const _0x447dbf of _0x215788){_0x7a172f['searchParams']['set'](_0x447dbf,'[REDACTED]');}return _0x7a172f['hash']='',_0x7a172f['toString']();}catch{return _0x3e6c2e;}}function toBase64Url(_0x3f57a3){let _0xcf288b='';for(let _0x2e9bd9=0x0;_0x2e9bd9<_0x3f57a3['length'];_0x2e9bd9++){_0xcf288b+=String['fromCharCode'](_0x3f57a3[_0x2e9bd9]);}return btoa(_0xcf288b)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x442b01){if(!isCompressionSupported())return _0x442b01;const _0x111ce9=new Blob([_0x442b01])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x5348c4=await new Response(_0x111ce9)['arrayBuffer']();return new Uint8Array(_0x5348c4);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x1212c8){const _0x49aab9=new Uint8Array(_0x1212c8);return crypto['getRandomValues'](_0x49aab9),_0x49aab9;}function createXorEnvelope(_0x3d04be){const _0x11988e=getRandomBytes(0x1)[0x0],_0x57a45b=Math['floor'](Math['random']()*MAX_PADDING),_0x427470=getRandomBytes(_0x57a45b),_0x422e00=getRandomBytes(KEY_LENGTH),_0x2409e9=0x1+0x2+0x1+_0x57a45b+KEY_LENGTH,_0x3d75cc=new Uint8Array(_0x2409e9+_0x3d04be['length']);let _0x136ff6=0x0;_0x3d75cc[_0x136ff6++]=_0x11988e,_0x3d75cc[_0x136ff6++]=MARKER_1+_0x11988e&0xff,_0x3d75cc[_0x136ff6++]=MARKER_2+_0x11988e&0xff,_0x3d75cc[_0x136ff6++]=_0x57a45b+_0x11988e&0xff,_0x3d75cc['set'](_0x427470,_0x136ff6),_0x136ff6+=_0x57a45b,_0x3d75cc['set'](_0x422e00,_0x136ff6),_0x136ff6+=KEY_LENGTH;for(let _0x31fdee=0x0;_0x31fdee<_0x3d04be['length'];_0x31fdee++){_0x3d75cc[_0x136ff6+_0x31fdee]=_0x3d04be[_0x31fdee]^_0x422e00[_0x31fdee%KEY_LENGTH];}return _0x3d75cc;}async function encodePayload(_0x5a6301){const _0x3b15ed=new TextEncoder()['encode'](_0x5a6301),_0x3806ee=isCompressionSupported(),_0x133ec7=_0x3806ee?await compressPayload(_0x3b15ed):_0x3b15ed,_0x33211b=createXorEnvelope(_0x133ec7),_0x1aa27f={};_0x1aa27f['v']=0x1,_0x1aa27f['c']=_0x3806ee;const _0x2e79c6=JSON['stringify'](_0x1aa27f),_0x3a5de1=new TextEncoder()['encode'](_0x2e79c6);return toBase64Url(_0x3a5de1)+':'+toBase64Url(_0x33211b);}let inflightPromise=null;async function capture(_0x2103dc,_0x28225b,_0x442c4a){if(inflightPromise!==null)try{await inflightPromise;}catch{}const _0x365a82=doCapture(_0x2103dc,_0x28225b,_0x442c4a);inflightPromise=_0x365a82;try{return await _0x365a82;}finally{inflightPromise===_0x365a82&&(inflightPromise=null);}}async function doCapture(_0x817ffa,_0x137797,_0x5a24ca){const {components:_0x3f404b,version:_0x2ec85e}=await _0x817ffa['get'](),_0x50ee34=await loadDeviceToken()??undefined,_0x2c9b5a={};for(const [_0x25cbeb,_0x49c2b4]of Object['entries'](_0x3f404b)){const {duration:_0x4d46e3,..._0x3dc9a6}=_0x49c2b4;_0x2c9b5a[_0x25cbeb]=_0x3dc9a6;}const _0xf90575={'components':_0x2c9b5a,'version':_0x2ec85e,'storedDeviceToken':_0x50ee34,'linkedId':_0x5a24ca?.['linkedId'],'tag':_0x5a24ca?.['tag'],'custom':_0x5a24ca?.['custom'],'url':typeof location!=='undefined'?sanitizeUrl(location['href']):undefined,'referrer':typeof document!=='undefined'&&document['referrer']?sanitizeUrl(document['referrer']):undefined,'pageTitle':typeof document!=='undefined'?document['title']||undefined:undefined,'sessionId':getSessionId()},_0x4511db=await encodePayload(JSON['stringify'](_0xf90575)),_0xbcaaad=await fetchWithRetry(_0x137797['endpoint'],{'method':'POST','headers':{'Content-Type':'text/plain','X-API-Key':_0x137797['apiKey']},'credentials':'include','body':_0x4511db},_0x137797['retry']);if(!_0xbcaaad['ok']){let _0x30da06;try{const _0x2047f3=await _0xbcaaad['json']();_0x30da06=_0x2047f3['error']??'HTTP\x20'+_0xbcaaad['status'];}catch{_0x30da06='HTTP\x20'+_0xbcaaad['status'];}throw new Error('Endpoint\x20error:\x20'+_0x30da06);}const _0x36ac41=await _0xbcaaad['json']();return _0x36ac41['signedDeviceToken']&&saveDeviceToken(_0x36ac41['signedDeviceToken']),_0x36ac41;}function includes(_0x2bd941,_0x1bd7c9){for(let _0x34bc05=0x0,_0x1d9922=_0x2bd941['length'];_0x34bc05<_0x1d9922;++_0x34bc05){if(_0x2bd941[_0x34bc05]===_0x1bd7c9)return!![];}return![];}function excludes(_0x49a5ef,_0x567c34){return!includes(_0x49a5ef,_0x567c34);}function toInt(_0x3b2ad8){return parseInt(_0x3b2ad8);}function toFloat(_0x56dd46){return parseFloat(_0x56dd46);}function replaceNaN(_0x312b1b,_0x159c42){return typeof _0x312b1b==='number'&&isNaN(_0x312b1b)?_0x159c42:_0x312b1b;}function countTruthy(_0x44639c){return _0x44639c['reduce']((_0x3be91a,_0x5809ff)=>_0x3be91a+(Boolean(_0x5809ff)?0x1:0x0),0x0);}function round$1(_0x2cd799,_0x41b78e=0x1){if(Math['abs'](_0x41b78e)>=0x1)return Math['round'](_0x2cd799/_0x41b78e)*_0x41b78e;const _0x109242=0x1/_0x41b78e;return Math['round'](_0x2cd799*_0x109242)/_0x109242;}function isFinalResultLoaded(_0x541836){return typeof _0x541836!=='function';}function loadSource(_0x4ca9d2,_0x1c3b35){const _0x570b7c=suppressUnhandledRejectionWarning(new Promise(_0xbfc639=>{const _0x1df9f9=Date['now']();awaitIfAsync(_0x4ca9d2['bind'](null,_0x1c3b35),(..._0x270f16)=>{const _0x51227f=Date['now']()-_0x1df9f9;if(!_0x270f16[0x0])return _0xbfc639(()=>({'error':_0x270f16[0x1],'duration':_0x51227f}));const _0x5585cc=_0x270f16[0x1];if(isFinalResultLoaded(_0x5585cc))return _0xbfc639(()=>({'value':_0x5585cc,'duration':_0x51227f}));_0xbfc639(()=>new Promise(_0xb4ce7c=>{const _0x5e4399=Date['now']();awaitIfAsync(_0x5585cc,(..._0x66b25)=>{const _0x32eadc=_0x51227f+Date['now']()-_0x5e4399;if(!_0x66b25[0x0]){const _0x613e6a={};return _0x613e6a['error']=_0x66b25[0x1],_0x613e6a['duration']=_0x32eadc,_0xb4ce7c(_0x613e6a);}const _0x3242f6={};_0x3242f6['value']=_0x66b25[0x1],_0x3242f6['duration']=_0x32eadc,_0xb4ce7c(_0x3242f6);});}));});}));return function _0x5c815e(){return _0x570b7c['then'](_0x181b90=>_0x181b90());};}function loadSources(_0x376819,_0x46f347,_0x2cbf6c,_0x334b7c){const _0x7a30f=Object['keys'](_0x376819)['filter'](_0x3deefa=>excludes(_0x2cbf6c,_0x3deefa)),_0x235f11=suppressUnhandledRejectionWarning(mapWithBreaks(_0x7a30f,_0x4748f7=>loadSource(_0x376819[_0x4748f7],_0x46f347),_0x334b7c));return async function _0x34c1c4(){const _0x43c448=await _0x235f11,_0x268765=await mapWithBreaks(_0x43c448,_0x31db10=>suppressUnhandledRejectionWarning(_0x31db10()),_0x334b7c),_0x58101f=await Promise['all'](_0x268765),_0x1f391c={};for(let _0x4fa23c=0x0;_0x4fa23c<_0x7a30f['length'];++_0x4fa23c){_0x1f391c[_0x7a30f[_0x4fa23c]]=_0x58101f[_0x4fa23c];}return _0x1f391c;};}function getArchitecture(){const _0x12a0b3=new Float32Array(0x1),_0x10a587=new Uint8Array(_0x12a0b3['buffer']);return _0x12a0b3[0x0]=Infinity,_0x12a0b3[0x0]=_0x12a0b3[0x0]-_0x12a0b3[0x0],_0x10a587[0x3];}function errorToObject(_0x29df5b){return{'name':_0x29df5b['name'],'message':_0x29df5b['message'],'stack':_0x29df5b['stack']?.['split']('\x0a'),..._0x29df5b};}function isFunctionNative(_0x2a8dbb){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x2a8dbb));}function isTrident(){const _0x233e85=window,_0x531539=navigator;return countTruthy(['MSCSSMatrix'in _0x233e85,'msSetImmediate'in _0x233e85,'msIndexedDB'in _0x233e85,'msMaxTouchPoints'in _0x531539,'msPointerEnabled'in _0x531539])>=0x4;}function isEdgeHTML(){const _0x1d43f0=window,_0x379f66=navigator;return countTruthy(['msWriteProfilerMark'in _0x1d43f0,'MSStream'in _0x1d43f0,'msLaunchUri'in _0x379f66,'msSaveBlob'in _0x379f66])>=0x3&&!isTrident();}function isChromium(){const _0x384dec=window,_0x5e9af8=navigator;return countTruthy(['webkitPersistentStorage'in _0x5e9af8,'webkitTemporaryStorage'in _0x5e9af8,(_0x5e9af8['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x384dec,'BatteryManager'in _0x384dec,'webkitMediaStream'in _0x384dec,'webkitSpeechGrammar'in _0x384dec])>=0x5;}function isWebKit(){const _0x1059e1=window,_0x156f38=navigator;return countTruthy(['ApplePayError'in _0x1059e1,'CSSPrimitiveValue'in _0x1059e1,'Counter'in _0x1059e1,_0x156f38['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x1059e1,'WebKitMediaKeys'in _0x1059e1])>=0x4;}function isDesktopWebKit(){const _0x10ece7=window;return countTruthy(['safari'in _0x10ece7,!('ongestureend'in _0x10ece7),!('TouchEvent'in _0x10ece7),!('orientation'in _0x10ece7),!('autocapitalize'in _0x10ece7['HTMLElement']['prototype']),'pointerLockElement'in _0x10ece7['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x199a78=window;return isFunctionNative(_0x199a78['print'])&&String(_0x199a78['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x1b13c1=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x1b13c1,'mozInnerScreenX'in _0x1b13c1,'CSSMozDocumentRule'in _0x1b13c1,'CanvasCaptureMediaStream'in _0x1b13c1])>=0x4;}function isGecko120OrNewer(){const _0x1c698d=window,_0x1519f5=navigator,{CSS:_0x116259}=_0x1c698d;return countTruthy(['userActivation'in _0x1519f5,_0x116259['supports']('color','light-dark(#000,\x20#fff)'),_0x116259['supports']('height','1lh'),'globalPrivacyControl'in _0x1519f5])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x27e756}=window;return countTruthy([_0x27e756['supports']('selector(::details-content)'),_0x27e756['supports']('selector(::before::marker)'),_0x27e756['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x36c077=window;return countTruthy([!('MediaSettingsRange'in _0x36c077),'RTCEncodedAudioFrame'in _0x36c077,''+_0x36c077['Intl']==='[object\x20Intl]',''+_0x36c077['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0xf0dd4b=window,{URLPattern:_0x55a9ef}=_0xf0dd4b;return countTruthy(['union'in Set['prototype'],'Iterator'in _0xf0dd4b,_0x55a9ef&&'hasRegExpGroups'in _0x55a9ef['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x316666=window;return countTruthy(['DOMRectList'in _0x316666,'RTCPeerConnectionIceEvent'in _0x316666,'SVGGeometryElement'in _0x316666,'ontransitioncancel'in _0x316666])>=0x3;}function isWebKit616OrNewer(){const _0x58d97e=window,_0x5c96c7=navigator,{CSS:_0x557919,HTMLButtonElement:_0x535faa}=_0x58d97e;return countTruthy([!('getStorageUpdates'in _0x5c96c7),'popover'in _0x535faa['prototype'],'CSSCounterStyleRule'in _0x58d97e,_0x557919['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x557919['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x228a7c=screen,_0x3ebae5=_0x228a7c['width']/_0x228a7c['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x3ebae5>0.65&&_0x3ebae5<1.53])>=0x2;}function isModernBrowser(){const _0x3dc732=window,_0x112ce9=navigator;return countTruthy(['maxTouchPoints'in _0x112ce9,'mediaCapabilities'in _0x112ce9,'PointerEvent'in _0x3dc732,'visualViewport'in _0x3dc732,'onafterprint'in _0x3dc732])>=0x4;}function getFullscreenElement(){const _0x467cd1=document;return _0x467cd1['fullscreenElement']??_0x467cd1['msFullscreenElement']??_0x467cd1['mozFullScreenElement']??_0x467cd1['webkitFullscreenElement']??null;}function exitFullscreen(){const _0x467bde=document;return _0x467bde['exitFullscreen']['call'](_0x467bde);}function isAndroid(){const _0x276dd2=isChromium(),_0x1eff34=isGecko(),_0x4dc541=window,_0x3f4a1b=navigator,_0x118029='connection';if(_0x276dd2)return countTruthy([!('SharedWorker'in _0x4dc541),_0x3f4a1b[_0x118029]&&'ontypechange'in _0x3f4a1b[_0x118029],!('sinkId'in new Audio())])>=0x2;else{if(_0x1eff34)return countTruthy(['onorientationchange'in _0x4dc541,'orientation'in _0x4dc541,/android/i['test'](_0x3f4a1b['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x5e56b1=navigator,_0x351d7c=window,_0x3e4c2d=Audio['prototype'],{visualViewport:_0x106088}=_0x351d7c;return countTruthy(['srLatency'in _0x3e4c2d,'srChannelCount'in _0x3e4c2d,'devicePosture'in _0x5e56b1,_0x106088&&'segments'in _0x106088,'getTextInformation'in Image['prototype']])>=0x3;}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x3f256a=window,_0x52718e=_0x3f256a['OfflineAudioContext']??_0x3f256a['webkitOfflineAudioContext'];if(_0x52718e===undefined)return-0x2;if(doesBrowserSuspendAudioContext())return-0x1;const _0x3a4dbb=0x1194,_0x34f638=0x1388,_0x5029ed=new _0x52718e(0x1,_0x34f638,0xac44),_0x3ec6b7=_0x5029ed['createOscillator']();_0x3ec6b7['type']='triangle',_0x3ec6b7['frequency']['value']=0x2710;const _0x4a2d48=_0x5029ed['createDynamicsCompressor']();_0x4a2d48['threshold']['value']=-0x32,_0x4a2d48['knee']['value']=0x28,_0x4a2d48['ratio']['value']=0xc,_0x4a2d48['attack']['value']=0x0,_0x4a2d48['release']['value']=0.25,_0x3ec6b7['connect'](_0x4a2d48),_0x4a2d48['connect'](_0x5029ed['destination']),_0x3ec6b7['start'](0x0);const [_0x2710a0,_0x2aa67e]=startRenderingAudio(_0x5029ed),_0x2a8cbe=suppressUnhandledRejectionWarning(_0x2710a0['then'](_0xb228cb=>getHash(_0xb228cb['getChannelData'](0x0)['subarray'](_0x3a4dbb)),_0x808e93=>{if(_0x808e93['name']==='timeout'||_0x808e93['name']==='suspended')return-0x3;throw _0x808e93;}));return()=>{return _0x2aa67e(),_0x2a8cbe;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x456773){const _0x5a8614=0x3,_0x20c663=0x1f4,_0x4cc283=0x1f4,_0x309f03=0x1388;let _0xe78257=()=>undefined;const _0x13edaa=new Promise((_0x545535,_0x2c32c1)=>{let _0x586f22=![],_0x1131db=0x0,_0x35e99b=0x0;_0x456773['oncomplete']=_0x47f2f6=>{_0x545535(_0x47f2f6['renderedBuffer']);};const _0x1966d5=()=>{setTimeout(()=>_0x2c32c1(makeInnerError('timeout')),Math['min'](_0x4cc283,_0x35e99b+_0x309f03-Date['now']()));},_0x33c382=()=>{try{const _0x1d2ead=_0x456773['startRendering']();isPromise(_0x1d2ead)&&void suppressUnhandledRejectionWarning(_0x1d2ead);switch(_0x456773['state']){case'running':_0x35e99b=Date['now']();_0x586f22&&_0x1966d5();break;case'suspended':!document['hidden']&&_0x1131db++;_0x586f22&&_0x1131db>=_0x5a8614?_0x2c32c1(makeInnerError('suspended')):setTimeout(_0x33c382,_0x20c663);break;case'closed':case'interrupted':break;}}catch(_0x57b74a){_0x2c32c1(_0x57b74a);}};_0x33c382(),_0xe78257=()=>{!_0x586f22&&(_0x586f22=!![],_0x35e99b>0x0&&_0x1966d5());};});return[_0x13edaa,_0xe78257];}function roundToSignificant(_0x1d711a,_0x5ac921){if(_0x1d711a===0x0)return 0x0;const _0xae2b8c=Math['pow'](0xa,_0x5ac921-Math['ceil'](Math['log10'](Math['abs'](_0x1d711a))));return Math['round'](_0x1d711a*_0xae2b8c/0x5)*0x5/_0xae2b8c;}function getHash(_0x4cf388){let _0x916a5b=0x0;for(let _0x4b4e9c=0x0;_0x4b4e9c<_0x4cf388['length'];++_0x4b4e9c){_0x916a5b+=Math['abs'](_0x4cf388[_0x4b4e9c]);}return _0x916a5b;}const _0x63782d={};_0x63782d['oscType']='triangle',_0x63782d['freq']=0x2710,_0x63782d['useCompressor']=!![],_0x63782d['useAllpass']=![];const _0xdca78={};_0xdca78['oscType']='sine',_0xdca78['freq']=0x1f40,_0xdca78['useCompressor']=![],_0xdca78['useAllpass']=![];const _0x1aae0c={};_0x1aae0c['oscType']='square',_0x1aae0c['freq']=0x2710,_0x1aae0c['useCompressor']=!![],_0x1aae0c['useAllpass']=!![];const SCENES=[_0x63782d,_0xdca78,_0x1aae0c],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x593849={};_0x593849['from']=0x1194,_0x593849['to']=0x1388;const _0x275dcb={};_0x275dcb['from']=0x2710,_0x275dcb['to']=0x2904;const WINDOWS=[_0x593849,_0x275dcb];function extractMetrics(_0x57a44b){const _0x259ac0=_0x57a44b['length'];if(_0x259ac0===0x0)return[0x0,0x0,0x0,0x0];const _0x258c2c=[];for(let _0x249262=0x0;_0x249262<_0x259ac0;_0x249262++){_0x258c2c['push'](roundToSignificant(_0x57a44b[_0x249262],SIG_DIGITS));}const _0x4deea7=[..._0x258c2c]['map'](Math['abs'])['sort']((_0xffcb7,_0x5dd442)=>_0xffcb7-_0x5dd442),_0x65a85c=Math['floor'](_0x4deea7['length']*0.05);let _0x1b7088=0x0;for(let _0x2c47ef=_0x65a85c;_0x2c47ef<_0x4deea7['length']-_0x65a85c;_0x2c47ef++){_0x1b7088+=_0x4deea7[_0x2c47ef];}let _0x6d74bf=0x0;for(let _0x24d1dd=0x0;_0x24d1dd<_0x259ac0;_0x24d1dd++){_0x6d74bf+=_0x258c2c[_0x24d1dd]*_0x258c2c[_0x24d1dd];}_0x6d74bf/=_0x259ac0;let _0x34cc13=0x0;for(let _0x54897c=0x1;_0x54897c<_0x259ac0;_0x54897c++){Math['sign'](_0x258c2c[_0x54897c])!==Math['sign'](_0x258c2c[_0x54897c-0x1])&&_0x34cc13++;}let _0xcf2180=0x0;for(let _0x497a50=0x1;_0x497a50<_0x259ac0;_0x497a50++){_0xcf2180+=Math['abs'](_0x258c2c[_0x497a50]-_0x258c2c[_0x497a50-0x1]);}return[_0x1b7088,_0x6d74bf,_0x34cc13,_0xcf2180];}async function renderScene(_0x531be7){const _0x78e7b7=window,_0x5157d8=_0x78e7b7['OfflineAudioContext']??_0x78e7b7['webkitOfflineAudioContext'];if(_0x5157d8===undefined)return null;try{const _0x324c3f=new _0x5157d8(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x1881ec=_0x324c3f['createOscillator']();_0x1881ec['type']=_0x531be7['oscType'],_0x1881ec['frequency']['value']=_0x531be7['freq'];let _0x10cb07=_0x1881ec;if(_0x531be7['useCompressor']){const _0x5bf916=_0x324c3f['createDynamicsCompressor']();_0x5bf916['threshold']['value']=-0x32,_0x5bf916['knee']['value']=0x28,_0x5bf916['ratio']['value']=0xc,_0x5bf916['attack']['value']=0x0,_0x5bf916['release']['value']=0.25,_0x10cb07['connect'](_0x5bf916),_0x10cb07=_0x5bf916;}if(_0x531be7['useAllpass']){const _0x2a4829=_0x324c3f['createBiquadFilter']();_0x2a4829['type']='allpass',_0x2a4829['frequency']['value']=0x1388,_0x2a4829['Q']['value']=0x5,_0x10cb07['connect'](_0x2a4829),_0x10cb07=_0x2a4829;}_0x10cb07['connect'](_0x324c3f['destination']),_0x1881ec['start'](0x0);const [_0x1bc8c2,_0x4f6446]=startRenderingAudio(_0x324c3f);_0x4f6446();const _0x173258=await _0x1bc8c2;return _0x173258['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x407a6a=[];for(const _0x478356 of SCENES){const _0x5cc48e=await renderScene(_0x478356);if(_0x5cc48e===null)return-0x2;for(const _0x3da009 of WINDOWS){const _0x406eb6=_0x5cc48e['subarray'](_0x3da009['from'],_0x3da009['to']);_0x407a6a['push'](...extractMetrics(_0x406eb6));}}const _0x2a7f34=await renderScene(SCENES[0x0]);if(_0x2a7f34!==null){const _0x79153f=_0x407a6a['slice'](0x0,0x4),_0x3b3d1c=extractMetrics(_0x2a7f34['subarray'](WINDOWS[0x0]['from'],WINDOWS[0x0]['to'])),_0x180985=_0x79153f[0x0],_0x55a967=_0x3b3d1c[0x0];if(_0x180985!==0x0){const _0xe5eeb1=Math['abs'](_0x180985-_0x55a967)/Math['abs'](_0x180985);if(_0xe5eeb1>0.001)return-0x4;}}let _0x52d5ed=0x0;for(const _0x31fce2 of _0x407a6a){const _0x384032=_0x31fce2['toFixed'](0x6);for(let _0x4600e6=0x0;_0x4600e6<_0x384032['length'];_0x4600e6++){_0x52d5ed=(_0x52d5ed<<0x5)-_0x52d5ed+_0x384032['charCodeAt'](_0x4600e6)|0x0;}}return _0x52d5ed>>>0x0;};}function makeInnerError(_0x438147){const _0x28ecc2=new Error(_0x438147);return _0x28ecc2['name']=_0x438147,_0x28ecc2;}function renderAudio(){return new Promise(_0x440b8f=>{try{const _0x33acb6=window,_0x3cc077=_0x33acb6['OfflineAudioContext']??_0x33acb6['webkitOfflineAudioContext'];if(!_0x3cc077){_0x440b8f(null);return;}const _0x26dfe5=new _0x3cc077(0x1,0x1194,0xac44),_0xd61e01=_0x26dfe5['createOscillator']();_0xd61e01['type']='triangle',_0xd61e01['frequency']['setValueAtTime'](0x2710,_0x26dfe5['currentTime']);const _0x5dda37=_0x26dfe5['createDynamicsCompressor']();_0x5dda37['threshold']['setValueAtTime'](-0x32,_0x26dfe5['currentTime']),_0x5dda37['knee']['setValueAtTime'](0x28,_0x26dfe5['currentTime']),_0x5dda37['ratio']['setValueAtTime'](0xc,_0x26dfe5['currentTime']),_0x5dda37['attack']['setValueAtTime'](0x0,_0x26dfe5['currentTime']),_0x5dda37['release']['setValueAtTime'](0.25,_0x26dfe5['currentTime']),_0xd61e01['connect'](_0x5dda37),_0x5dda37['connect'](_0x26dfe5['destination']),_0xd61e01['start'](0x0),_0x26dfe5['startRendering']()['then'](_0x2fcb06=>{_0x440b8f(_0x2fcb06['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x440b8f(null)),setTimeout(()=>_0x440b8f(null),0x7d0);}catch{_0x440b8f(null);}});}async function getAudioConsistency(){try{const [_0x29ef8f,_0x5ae5f8]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x29ef8f===null||_0x5ae5f8===null)return null;const _0x1398e8={};_0x1398e8['consistent']=![],_0x1398e8['delta']=0x1;if(_0x29ef8f['length']!==_0x5ae5f8['length'])return _0x1398e8;let _0x1a5935=0x0;for(let _0x1bbfc6=0x0;_0x1bbfc6<_0x29ef8f['length'];_0x1bbfc6++){_0x1a5935+=Math['abs'](_0x29ef8f[_0x1bbfc6]-_0x5ae5f8[_0x1bbfc6]);}return{'consistent':_0x1a5935===0x0,'delta':Math['round'](_0x1a5935*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x10d5a2=window['AudioContext']??window['webkitAudioContext'];if(_0x10d5a2===undefined)return null;const _0x44b145=new _0x10d5a2(),_0x598468=_0x44b145['destination'],_0x4d8cd3={};_0x4d8cd3['maxChannelCount']=_0x598468['maxChannelCount'],_0x4d8cd3['sampleRate']=_0x44b145['sampleRate'],_0x4d8cd3['channelCountMode']=_0x598468['channelCountMode'],_0x4d8cd3['channelInterpretation']=_0x598468['channelInterpretation'],_0x4d8cd3['numberOfOutputs']=_0x598468['numberOfOutputs'];const _0x3a9865=_0x4d8cd3;return _0x44b145['close']()['catch'](()=>undefined),_0x3a9865;}catch{return null;}}function getAudioContextBaseLatency(){const _0x37eaff=isAndroid()||isWebKit();if(!_0x37eaff)return-0x2;const _0x224d5f=window['AudioContext'];if(_0x224d5f===undefined)return-0x1;const _0x599508=new _0x224d5f()['baseLatency'];if(_0x599508===undefined)return-0x1;if(!isFinite(_0x599508))return-0x3;return _0x599508;}function getAudioTrap(){return new Promise(_0x49d455=>{try{const _0x5b7db2=window,_0x17dc29=_0x5b7db2['AudioContext']??_0x5b7db2['webkitAudioContext'];if(!_0x17dc29){_0x49d455(null);return;}const _0x103bad=new _0x17dc29(),_0x465efe=_0x103bad['sampleRate']||0xac44,_0x42343a=0x80,_0x4dd611=_0x103bad['createBuffer'](0x1,_0x42343a,_0x465efe),_0x135fba=new Float32Array(_0x42343a);for(let _0x3025d5=0x0;_0x3025d5<_0x42343a;_0x3025d5++){_0x135fba[_0x3025d5]=_0x3025d5%0x2===0x0?0.5:-0.5;}if(typeof _0x4dd611['copyToChannel']==='function')_0x4dd611['copyToChannel'](_0x135fba,0x0);else{const _0x55cc90=_0x4dd611['getChannelData'](0x0);for(let _0x19bfa0=0x0;_0x19bfa0<_0x42343a;_0x19bfa0++){_0x55cc90[_0x19bfa0]=_0x135fba[_0x19bfa0];}}const _0x5df40e=_0x4dd611['getChannelData'](0x0);let _0x545388=0x0;for(let _0x1e6f7a=0x0;_0x1e6f7a<_0x42343a;_0x1e6f7a++){_0x545388+=Math['abs'](_0x5df40e[_0x1e6f7a]-_0x135fba[_0x1e6f7a]);}try{void _0x103bad['close']();}catch{}_0x49d455({'clean':_0x545388===0x0,'delta':Math['round'](_0x545388*0x2540be400)/0x2540be400});}catch{_0x49d455(null);}});}async function getBarcodeDetection(){try{const _0x3985d0=window['BarcodeDetector'];if(!_0x3985d0){const _0x592000={};return _0x592000['supported']=![],_0x592000['formats']=[],_0x592000;}const _0xfde826=await _0x3985d0['getSupportedFormats']();return{'supported':!![],'formats':_0xfde826['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0xcebc3e){const _0x11f168=document['createElement']('canvas');_0x11f168['width']=WIDTH,_0x11f168['height']=HEIGHT;const _0x515d6b=_0x11f168['getContext']('2d');if(!_0x515d6b)return'';_0x515d6b['drawImage'](_0xcebc3e,0x0,0x0,WIDTH,HEIGHT);const _0x48e6a0=_0x515d6b['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x94d6f5=WIDTH*HEIGHT,_0x45df4f=new Uint8Array(_0x94d6f5);for(let _0x5de9c5=0x0;_0x5de9c5<_0x94d6f5;_0x5de9c5++){const _0xe6ad79=_0x5de9c5*0x4;_0x45df4f[_0x5de9c5]=_0x48e6a0[_0xe6ad79]*0x4d+_0x48e6a0[_0xe6ad79+0x1]*0x96+_0x48e6a0[_0xe6ad79+0x2]*0x1d>>0x8;}let _0xbc59b2='',_0x1cfabd=0x0,_0xae95aa=0x0;for(let _0x5eccdd=0x0;_0x5eccdd<HEIGHT;_0x5eccdd++){for(let _0x3303ba=0x0;_0x3303ba<HASH_SIZE;_0x3303ba++){const _0x10a270=_0x5eccdd*WIDTH+_0x3303ba;_0x45df4f[_0x10a270]>_0x45df4f[_0x10a270+0x1]&&(_0xae95aa|=0x1<<0x3-_0x1cfabd),_0x1cfabd++,_0x1cfabd===0x4&&(_0xbc59b2+=_0xae95aa['toString'](0x10),_0xae95aa=0x0,_0x1cfabd=0x0);}}return _0xbc59b2;}function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x1085cf){let _0x425ab4=![],_0xb4ff62,_0x44602d,_0x3fe306='',_0x514c01='';const [_0xc61581,_0x5cee51]=makeCanvasContext();if(!isSupported(_0xc61581,_0x5cee51))_0xb4ff62=_0x44602d='unsupported';else{_0x425ab4=doesSupportWinding(_0x5cee51);{[_0xb4ff62,_0x44602d,_0x3fe306,_0x514c01]=renderImages(_0xc61581,_0x5cee51);}}const _0x2948e7={};return _0x2948e7['winding']=_0x425ab4,_0x2948e7['geometry']=_0xb4ff62,_0x2948e7['text']=_0x44602d,_0x2948e7['geometryDHash']=_0x3fe306,_0x2948e7['textDHash']=_0x514c01,_0x2948e7;}function makeCanvasContext(){const _0x3cea89=document['createElement']('canvas');return _0x3cea89['width']=0x1,_0x3cea89['height']=0x1,[_0x3cea89,_0x3cea89['getContext']('2d')];}function isSupported(_0x2dd544,_0x5d4209){return _0x5d4209!==undefined&&_0x5d4209!==null&&typeof _0x2dd544['toDataURL']==='function';}function doesSupportWinding(_0x2858ba){return _0x2858ba['rect'](0x0,0x0,0xa,0xa),_0x2858ba['rect'](0x2,0x2,0x6,0x6),!_0x2858ba['isPointInPath'](0x5,0x5,'evenodd');}function renderImages(_0x2a0b97,_0x3453ed){renderTextImage(_0x2a0b97,_0x3453ed);const _0x4aee37=computeDHash(_0x2a0b97),_0xa861bd=canvasToString(_0x2a0b97),_0x36f416=canvasToString(_0x2a0b97);if(_0xa861bd!==_0x36f416)return['unstable','unstable','',''];renderGeometryImage(_0x2a0b97,_0x3453ed);const _0x1db814=computeDHash(_0x2a0b97),_0x4828ba=canvasToString(_0x2a0b97);return[_0x4828ba,_0xa861bd,_0x1db814,_0x4aee37];}function renderTextImage(_0x15c50d,_0x1098a3){_0x15c50d['width']=0xf0,_0x15c50d['height']=0x3c,_0x1098a3['textBaseline']='alphabetic',_0x1098a3['fillStyle']='#f60',_0x1098a3['fillRect'](0x64,0x1,0x3e,0x14),_0x1098a3['fillStyle']='#069',_0x1098a3['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x626b0a='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x1098a3['fillText'](_0x626b0a,0x2,0xf),_0x1098a3['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x1098a3['font']='18pt\x20Arial',_0x1098a3['fillText'](_0x626b0a,0x4,0x2d);}function renderGeometryImage(_0x18e50b,_0x425c1e){_0x18e50b['width']=0x7a,_0x18e50b['height']=0x6e,_0x425c1e['globalCompositeOperation']='multiply';for(const [_0x2ebce9,_0x2f007b,_0x508447]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x425c1e['fillStyle']=_0x2ebce9,_0x425c1e['beginPath'](),_0x425c1e['arc'](_0x2f007b,_0x508447,0x28,0x0,Math['PI']*0x2,!![]),_0x425c1e['closePath'](),_0x425c1e['fill']();}_0x425c1e['fillStyle']='#f9c',_0x425c1e['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x425c1e['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x425c1e['fill']('evenodd');}function canvasToString(_0x3fe180){return _0x3fe180['toDataURL']();}function getCanvasAdvanced(){try{const _0x22e30f=document['createElement']('canvas'),_0x10e9ff=_0x22e30f['getContext']('2d');if(!_0x10e9ff)return null;const _0x1667aa=renderBlendModes(_0x22e30f,_0x10e9ff),_0x365e24=renderShadows(_0x22e30f,_0x10e9ff),_0x443f0d=renderGradientPath(_0x22e30f,_0x10e9ff),_0x58d64f=testOffscreenConsistency(_0x22e30f,_0x10e9ff),_0x1fdec2={};return _0x1fdec2['blendDHash']=_0x1667aa,_0x1fdec2['shadowDHash']=_0x365e24,_0x1fdec2['gradientDHash']=_0x443f0d,_0x1fdec2['offscreenConsistent']=_0x58d64f,_0x1fdec2;}catch{return null;}}function renderBlendModes(_0x5aa1bd,_0x3b5106){return _0x5aa1bd['width']=0x64,_0x5aa1bd['height']=0x64,_0x3b5106['clearRect'](0x0,0x0,0x64,0x64),_0x3b5106['fillStyle']='#e74c3c',_0x3b5106['fillRect'](0xa,0xa,0x3c,0x3c),_0x3b5106['globalCompositeOperation']='multiply',_0x3b5106['fillStyle']='#3498db',_0x3b5106['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x3b5106['globalCompositeOperation']='screen',_0x3b5106['fillStyle']='#2ecc71',_0x3b5106['beginPath'](),_0x3b5106['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x3b5106['fill'](),_0x3b5106['globalCompositeOperation']='overlay',_0x3b5106['fillStyle']='#f39c12',_0x3b5106['fillRect'](0x14,0x14,0x1e,0x3c),_0x3b5106['globalCompositeOperation']='source-over',computeDHash(_0x5aa1bd);}function renderShadows(_0x4f5420,_0xf99e27){return _0x4f5420['width']=0x78,_0x4f5420['height']=0x50,_0xf99e27['clearRect'](0x0,0x0,0x78,0x50),_0xf99e27['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0xf99e27['shadowBlur']=0xa,_0xf99e27['shadowOffsetX']=0x5,_0xf99e27['shadowOffsetY']=0x5,_0xf99e27['fillStyle']='#9b59b6',_0xf99e27['fillRect'](0x14,0xf,0x28,0x28),_0xf99e27['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0xf99e27['shadowBlur']=0xf,_0xf99e27['shadowOffsetX']=-0x3,_0xf99e27['shadowOffsetY']=0x3,_0xf99e27['fillStyle']='#1abc9c',_0xf99e27['beginPath'](),_0xf99e27['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0xf99e27['fill'](),_0xf99e27['shadowColor']='transparent',_0xf99e27['shadowBlur']=0x0,_0xf99e27['shadowOffsetX']=0x0,_0xf99e27['shadowOffsetY']=0x0,computeDHash(_0x4f5420);}function renderGradientPath(_0x38d06e,_0x23e71){_0x38d06e['width']=0x64,_0x38d06e['height']=0x64,_0x23e71['clearRect'](0x0,0x0,0x64,0x64);const _0x42ff98=_0x23e71['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x42ff98['addColorStop'](0x0,'#e74c3c'),_0x42ff98['addColorStop'](0.5,'#f39c12'),_0x42ff98['addColorStop'](0x1,'#2ecc71'),_0x23e71['fillStyle']=_0x42ff98,_0x23e71['beginPath'](),_0x23e71['moveTo'](0x32,0x5),_0x23e71['lineTo'](0x5f,0x23),_0x23e71['lineTo'](0x50,0x5a),_0x23e71['lineTo'](0x14,0x5a),_0x23e71['lineTo'](0x5,0x23),_0x23e71['closePath'](),_0x23e71['fill']();try{const _0x429862=_0x23e71['createConicGradient'](0x0,0x32,0x32);_0x429862['addColorStop'](0x0,'red'),_0x429862['addColorStop'](0.33,'green'),_0x429862['addColorStop'](0.66,'blue'),_0x429862['addColorStop'](0x1,'red'),_0x23e71['globalCompositeOperation']='difference',_0x23e71['fillStyle']=_0x429862,_0x23e71['fillRect'](0xa,0xa,0x50,0x50),_0x23e71['globalCompositeOperation']='source-over';}catch{}return computeDHash(_0x38d06e);}function testOffscreenConsistency(_0x3f04bc,_0x4ca2dc){if(typeof OffscreenCanvas==='undefined')return null;try{_0x3f04bc['width']=0x32,_0x3f04bc['height']=0x32,_0x4ca2dc['clearRect'](0x0,0x0,0x32,0x32),_0x4ca2dc['fillStyle']='#e74c3c',_0x4ca2dc['beginPath'](),_0x4ca2dc['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x4ca2dc['fill']();const _0x3e448f=computeDHash(_0x3f04bc),_0x9d6027=new OffscreenCanvas(0x32,0x32),_0x3b73b8=_0x9d6027['getContext']('2d');if(!_0x3b73b8)return null;_0x3b73b8['fillStyle']='#e74c3c',_0x3b73b8['beginPath'](),_0x3b73b8['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x3b73b8['fill']();const _0x42d0df=document['createElement']('canvas');_0x42d0df['width']=0x32,_0x42d0df['height']=0x32;const _0x5c0faf=_0x42d0df['getContext']('2d');if(!_0x5c0faf)return null;const _0x168f73=_0x9d6027['transferToImageBitmap']();_0x5c0faf['drawImage'](_0x168f73,0x0,0x0);const _0x47cfcd=computeDHash(_0x42d0df);return _0x3e448f===_0x47cfcd;}catch{return null;}}function fnv1aBytes(_0x5b2e63){let _0x3b4e99=0x811c9dc5;for(let _0x3fe140=0x0;_0x3fe140<_0x5b2e63['length'];_0x3fe140++){_0x3b4e99^=_0x5b2e63[_0x3fe140],_0x3b4e99=Math['imul'](_0x3b4e99,0x1000193);}return _0x3b4e99>>>0x0;}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x28a91d,_0x19bff8,_0x4d8628,_0x2b87f4){let _0x181e08=_0x28a91d,_0xd22444=_0x19bff8,_0x1ac579=_0x4d8628,_0x4c3407=_0x2b87f4;return function(){const _0x3b9aff=_0xd22444<<0x9;let _0x3235de=0x5*_0x181e08;return _0x3235de=0x9*(_0x3235de<<0x7|_0x3235de>>>0x19),_0x4c3407^=_0xd22444,_0xd22444^=_0x1ac579^=_0x181e08,_0x181e08^=_0x4c3407,_0x1ac579^=_0x3b9aff,_0x4c3407=_0x4c3407<<0xb|_0x4c3407>>>0x15,(_0x3235de>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x48464b=document['createElement']('canvas'),_0x30ebd9=_0x48464b['getContext']('2d');if(_0x30ebd9===null)return null;_0x48464b['width']=CANVAS_DIM,_0x48464b['height']=CANVAS_DIM;const _0x5801e0=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x48fc11=_0x5801e0()*CANVAS_DIM,_0x3d68b1=_0x5801e0()*CANVAS_DIM,_0x1324b7=_0x30ebd9['createRadialGradient'](_0x48fc11,_0x3d68b1,0x2,_0x48fc11,_0x3d68b1,CANVAS_DIM*0.8);for(let _0x4006e2=0x0;_0x4006e2<0x5;_0x4006e2++){const _0x3ef6a6=Math['floor'](_0x5801e0()*0x100),_0x54ba9c=Math['floor'](_0x5801e0()*0x100),_0x186f87=Math['floor'](_0x5801e0()*0x100);_0x1324b7['addColorStop'](_0x4006e2/0x4,'rgb('+_0x3ef6a6+','+_0x54ba9c+','+_0x186f87+')');}_0x30ebd9['fillStyle']=_0x1324b7,_0x30ebd9['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x55d0ff=0x0;_0x55d0ff<0x3;_0x55d0ff++){_0x30ebd9['beginPath'](),_0x30ebd9['arc'](_0x5801e0()*CANVAS_DIM,_0x5801e0()*CANVAS_DIM,_0x5801e0()*CANVAS_DIM*0.4+0x2,_0x5801e0()*Math['PI']*0x2,_0x5801e0()*Math['PI']*0x2),_0x30ebd9['strokeStyle']='rgba('+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+(_0x5801e0()*0.5+0.5)['toFixed'](0x2)+')',_0x30ebd9['lineWidth']=_0x5801e0()*0x3+0.5,_0x30ebd9['stroke']();}for(let _0x25e0dd=0x0;_0x25e0dd<0x2;_0x25e0dd++){_0x30ebd9['beginPath'](),_0x30ebd9['moveTo'](_0x5801e0()*CANVAS_DIM,_0x5801e0()*CANVAS_DIM),_0x30ebd9['bezierCurveTo'](_0x5801e0()*CANVAS_DIM,_0x5801e0()*CANVAS_DIM,_0x5801e0()*CANVAS_DIM,_0x5801e0()*CANVAS_DIM,_0x5801e0()*CANVAS_DIM,_0x5801e0()*CANVAS_DIM),_0x30ebd9['strokeStyle']='rgba('+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+(_0x5801e0()*0.5+0.5)['toFixed'](0x2)+')',_0x30ebd9['lineWidth']=_0x5801e0()*0x2+0.5,_0x30ebd9['stroke']();}_0x30ebd9['shadowBlur']=_0x5801e0()*0x8+0x2,_0x30ebd9['shadowColor']='rgba('+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+',0.7)',_0x30ebd9['shadowOffsetX']=_0x5801e0()*0x4-0x2,_0x30ebd9['shadowOffsetY']=_0x5801e0()*0x4-0x2,_0x30ebd9['fillStyle']='rgb('+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+')',_0x30ebd9['fillRect'](_0x5801e0()*CANVAS_DIM*0.5,_0x5801e0()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x30ebd9['shadowBlur']=0x0,_0x30ebd9['shadowColor']='transparent',_0x30ebd9['shadowOffsetX']=0x0,_0x30ebd9['shadowOffsetY']=0x0;const _0x562fe4=['serif','sans-serif','monospace'];for(let _0x5540d8=0x0;_0x5540d8<0x3;_0x5540d8++){const _0x20f907=Math['floor'](_0x5801e0()*0xc)+0x8;_0x30ebd9['font']=_0x20f907+'px\x20'+_0x562fe4[_0x5540d8%0x3],_0x30ebd9['fillStyle']='rgb('+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+')',_0x30ebd9['fillText'](String['fromCharCode'](Math['floor'](_0x5801e0()*0x1a)+0x41,Math['floor'](_0x5801e0()*0x1a)+0x61,Math['floor'](_0x5801e0()*0xa)+0x30),_0x5801e0()*CANVAS_DIM*0.7,_0x5801e0()*CANVAS_DIM*0.8+_0x20f907);}_0x30ebd9['globalAlpha']=0.3;const _0x108d71=_0x30ebd9['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x108d71['addColorStop'](0x0,'rgba('+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+',1)'),_0x108d71['addColorStop'](0x1,'rgba('+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+','+Math['floor'](_0x5801e0()*0x100)+',1)'),_0x30ebd9['fillStyle']=_0x108d71,_0x30ebd9['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x30ebd9['globalAlpha']=0x1;const _0x5a505e=_0x30ebd9['getImageData'](0x0,0x0,_0x48464b['width'],_0x48464b['height']),_0x3f879a=fnv1a$2(_0x5a505e['data']),_0x2f4ff0=computeDHash(_0x48464b),_0xa92a0d={};return _0xa92a0d['p']=_0x3f879a,_0xa92a0d['d']=CANVAS_DIM,_0xa92a0d['dHash']=_0x2f4ff0,_0xa92a0d;}catch{return null;}}function getColorGamut(){for(const _0x6e1077 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x6e1077+')')['matches'])return _0x6e1077;}return undefined;}const _0x52c8f0={};_0x52c8f0['prop']='width',_0x52c8f0['value']='calc(sin(1)\x20*\x201000px)',_0x52c8f0['label']='sin1';const _0x279eab={};_0x279eab['prop']='width',_0x279eab['value']='calc(cos(1)\x20*\x201000px)',_0x279eab['label']='cos1';const _0x5c43e5={};_0x5c43e5['prop']='width',_0x5c43e5['value']='calc(tan(0.5)\x20*\x201000px)',_0x5c43e5['label']='tan05';const _0x3b584d={};_0x3b584d['prop']='width',_0x3b584d['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x3b584d['label']='sincos';const _0x57f52f={};_0x57f52f['prop']='width',_0x57f52f['value']='calc(sin(0.001)\x20*\x201000000px)',_0x57f52f['label']='sin_small';const _0x4bee48={};_0x4bee48['prop']='width',_0x4bee48['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x4bee48['label']='cos_pi';const _0x16b2bf={};_0x16b2bf['prop']='width',_0x16b2bf['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0x16b2bf['label']='tan15';const _0x3fb086={};_0x3fb086['prop']='width',_0x3fb086['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x3fb086['label']='sin_large';const _0x35754b={};_0x35754b['prop']='height',_0x35754b['value']='calc(sqrt(2)\x20*\x201000px)',_0x35754b['label']='sqrt2';const _0x2e945a={};_0x2e945a['prop']='height',_0x2e945a['value']='calc(exp(1)\x20*\x20100px)',_0x2e945a['label']='exp1';const _0x502086={};_0x502086['prop']='height',_0x502086['value']='calc(log(10)\x20*\x201000px)',_0x502086['label']='log10';const _0x534043={};_0x534043['prop']='height',_0x534043['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x534043['label']='hypot34';const EXPRESSIONS=[_0x52c8f0,_0x279eab,_0x5c43e5,_0x3b584d,_0x57f52f,_0x4bee48,_0x16b2bf,_0x3fb086,_0x35754b,_0x2e945a,_0x502086,_0x534043];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 _0x36f0df=document['createElement']('div');_0x36f0df['style']['position']='absolute',_0x36f0df['style']['visibility']='hidden',_0x36f0df['style']['overflow']='hidden',_0x36f0df['style']['top']='-9999px',_0x36f0df['style']['left']='-9999px',document['body']['appendChild'](_0x36f0df);const _0x39549c={};for(const _0x17225a of EXPRESSIONS){const _0x264c45=document['createElement']('div');_0x264c45['style']['position']='absolute',_0x264c45['style'][_0x17225a['prop']]=_0x17225a['value'],_0x36f0df['appendChild'](_0x264c45);const _0x175071=getComputedStyle(_0x264c45),_0x1542c2=parseFloat(_0x175071[_0x17225a['prop']]);!isNaN(_0x1542c2)&&isFinite(_0x1542c2)&&(_0x39549c[_0x17225a['label']]=Math['round'](_0x1542c2*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x36f0df),Object['keys'](_0x39549c)['length']>0x0?_0x39549c:null;}catch{return null;}}async function withIframe(_0x14827b,_0x44e5eb,_0x59edfb=0x32){const _0x272129=document;while(_0x272129['body']===null){await wait(_0x59edfb);}const _0x269376=_0x272129['createElement']('iframe');try{await new Promise((_0x1470e3,_0x2a0896)=>{let _0x42f89d=![];const _0x2af439=()=>{_0x42f89d=!![],_0x1470e3();},_0x1ab814=_0x31e08e=>{_0x42f89d=!![],_0x2a0896(_0x31e08e);};_0x269376['onload']=_0x2af439,_0x269376['onerror']=_0x1ab814;const {style:_0x1ac51a}=_0x269376;_0x1ac51a['setProperty']('display','block','important'),_0x1ac51a['position']='absolute',_0x1ac51a['top']='0',_0x1ac51a['left']='0',_0x1ac51a['visibility']='hidden';_0x44e5eb!==undefined&&_0x44e5eb!==''&&'srcdoc'in _0x269376?_0x269376['srcdoc']=_0x44e5eb:_0x269376['src']='about:blank';_0x272129['body']['appendChild'](_0x269376);const _0x294012=()=>{if(_0x42f89d)return;_0x269376['contentWindow']?.['document']['readyState']==='complete'?_0x2af439():setTimeout(_0x294012,0xa);};_0x294012();});while(!_0x269376['contentWindow']?.['document']['body']){await wait(_0x59edfb);}return await _0x14827b(_0x269376,_0x269376['contentWindow']);}finally{_0x269376['parentNode']?.['removeChild'](_0x269376);}}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];constructor(_0xc3605a=0x1388){this['idleTimeoutMs']=_0xc3605a;}['execute'](_0x1e5ac5){return new Promise((_0x4b0073,_0x8cab4e)=>{const _0x4869f3={};_0x4869f3['action']=_0x1e5ac5,_0x4869f3['resolve']=_0x4b0073,_0x4869f3['reject']=_0x8cab4e,this['queue']['push'](_0x4869f3),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);await this['ensureIframe']();const _0x30d2d1=this['queue']['shift'](),_0x4c6f4d=this['iframe'];if(_0x30d2d1===undefined||_0x4c6f4d===null)continue;try{const _0x2cbac8=await _0x30d2d1['action'](_0x4c6f4d,_0x4c6f4d['contentWindow']);_0x30d2d1['resolve'](_0x2cbac8);}catch(_0x468651){_0x30d2d1['reject'](_0x468651);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x2f329a=document;while(_0x2f329a['body']===null){await wait(0x32);}if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x450387=_0x2f329a['createElement']('iframe');this['iframe']=_0x450387,this['iframeReady']=new Promise((_0x4ee133,_0x9dbb74)=>{let _0x196fa1=![];_0x450387['onload']=()=>{_0x196fa1=!![],_0x4ee133();},_0x450387['onerror']=_0x57f9a3=>{_0x196fa1=!![],_0x9dbb74(_0x57f9a3);};const {style:_0x4edd5f}=_0x450387;_0x4edd5f['setProperty']('display','block','important'),_0x4edd5f['position']='absolute',_0x4edd5f['top']='0',_0x4edd5f['left']='0',_0x4edd5f['visibility']='hidden',_0x450387['src']='about:blank',_0x2f329a['body']['appendChild'](_0x450387);const _0x43ad60=()=>{if(_0x196fa1)return;_0x450387['contentWindow']?.['document']['readyState']==='complete'?(_0x196fa1=!![],_0x4ee133()):setTimeout(_0x43ad60,0xa);};_0x43ad60();}),await this['iframeReady'];while(!_0x450387['contentWindow']?.['document']['body']){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);}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function isAnyParentCrossOrigin(){let _0x549b91=window;for(;;){const _0x39b9d7=_0x549b91['parent'];if(_0x39b9d7===_0x549b91)return![];try{if(_0x39b9d7['location']['origin']!==_0x549b91['location']['origin'])return!![];}catch(_0x38ffd6){if(_0x38ffd6 instanceof Error&&_0x38ffd6['name']==='SecurityError')return!![];throw _0x38ffd6;}_0x549b91=_0x39b9d7;}}function getEmojiSignal(){let _0x573530='';for(let _0x5c7fb6=0x1f600;_0x5c7fb6<=0x1f64f;_0x5c7fb6++){_0x573530+=String['fromCodePoint'](_0x5c7fb6);}return getIframePool()['execute']((_0x3af319,_0xeb4b67)=>{const _0x54b473=_0xeb4b67['document'],_0x25319c=_0x54b473['createElement']('span');_0x25319c['style']['whiteSpace']='nowrap',_0x25319c['innerText']=_0x573530,_0x54b473['body']['append'](_0x25319c);const _0x5e651c={},_0x1af00e=['x','y','left','right','bottom','height','top','width'],_0x1c0a6d=_0x25319c['getBoundingClientRect']();for(const _0x67ae90 of _0x1af00e){_0x67ae90 in _0x1c0a6d&&(_0x5e651c[_0x67ae90]=Math['round'](_0x1c0a6d[_0x67ae90]*0x64)/0x64);}const _0x511acf=_0xeb4b67['getComputedStyle'](_0x25319c,null)['getPropertyValue']('font-family');return _0x5e651c['font']=_0x511acf,_0x54b473['body']['removeChild'](_0x25319c),_0x5e651c;});}const defaultText='mmMwWLliI0fiflO&1',_0x281976={};_0x281976['font']='-apple-system-body';const _0x2717f2={};_0x2717f2['fontFamily']='serif';const _0x44ec5b={};_0x44ec5b['fontFamily']='sans-serif';const _0x257538={};_0x257538['fontFamily']='monospace';const _0x9b0a16={};_0x9b0a16['fontSize']='1px';const _0x775f83={};_0x775f83['fontFamily']='system-ui';const _0x2153e4={};_0x2153e4['default']=[],_0x2153e4['apple']=[_0x281976],_0x2153e4['serif']=[_0x2717f2],_0x2153e4['sans']=[_0x44ec5b],_0x2153e4['mono']=[_0x257538],_0x2153e4['min']=[_0x9b0a16],_0x2153e4['system']=[_0x775f83];const presets=_0x2153e4;function getFontPreferences(){return withNaturalFonts((_0x469b53,_0x4ff773,_0x5ccfeb)=>{const _0x3c9ced={},_0x3278fa={};for(const _0x4e105b of Object['keys'](presets)){const [_0x2e2aae={},_0x3c17e8=defaultText]=presets[_0x4e105b],_0x1ea804=_0x469b53['createElement']('span');_0x1ea804['textContent']=_0x3c17e8,_0x1ea804['style']['whiteSpace']='nowrap';for(const _0x53dadb of Object['keys'](_0x2e2aae)){const _0x18f2dc=_0x2e2aae[_0x53dadb];_0x18f2dc!==undefined&&(_0x1ea804['style'][_0x53dadb]=_0x18f2dc);}_0x3c9ced[_0x4e105b]=_0x1ea804,_0x4ff773['append'](_0x469b53['createElement']('br'),_0x1ea804);}const _0x2f51d0=_0x5ccfeb['devicePixelRatio']>0x0?_0x5ccfeb['devicePixelRatio']:0x1;for(const _0x4c0649 of Object['keys'](presets)){_0x3278fa[_0x4c0649]=Math['round'](_0x3c9ced[_0x4c0649]['getBoundingClientRect']()['width']*_0x2f51d0*0x64)/0x64;}return _0x3278fa;});}function withNaturalFonts(_0x147e8b,_0x2de796=0xfa0){return withIframe((_0x1df333,_0x325946)=>{const _0x21f2b2=_0x325946['document'],_0x561bb2=_0x21f2b2['body'],_0x10f609=_0x561bb2['style'];_0x10f609['width']=_0x2de796+'px',_0x10f609['webkitTextSizeAdjust']=_0x10f609['textSizeAdjust']='none';if(isChromium())_0x561bb2['style']['zoom']=''+0x1/_0x325946['devicePixelRatio'];else isWebKit()&&(_0x561bb2['style']['zoom']='reset');const _0x51b3a5=_0x21f2b2['createElement']('div'),_0x1f3c69={};return _0x1f3c69['length']=_0x2de796/0x14<<0x0,_0x51b3a5['textContent']=Array['from'](_0x1f3c69)['map'](()=>'word')['join']('\x20'),_0x561bb2['appendChild'](_0x51b3a5),_0x147e8b(_0x21f2b2,_0x561bb2,_0x325946);},'<!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']((_0x3d723b,{document:_0x4a37d1})=>{const _0x49ddf9=_0x4a37d1['body'];_0x49ddf9['style']['fontSize']=textSize;const _0x782e0a=_0x4a37d1['createElement']('div');_0x782e0a['style']['setProperty']('visibility','hidden','important');const _0xf6c484={},_0x515a87={},_0x872548=_0x1acbd0=>{const _0x356c5f=_0x4a37d1['createElement']('span'),{style:_0xca212d}=_0x356c5f;return _0xca212d['position']='absolute',_0xca212d['top']='0',_0xca212d['left']='0',_0xca212d['fontFamily']=_0x1acbd0,_0x356c5f['textContent']=testString,_0x782e0a['appendChild'](_0x356c5f),_0x356c5f;},_0x5c70f9=(_0x11028b,_0x5e04b3)=>{return _0x872548('\x27'+_0x11028b+'\x27,'+_0x5e04b3);},_0x2e31f7=()=>{return baseFonts['map'](_0x872548);},_0x2a1607=()=>{const _0x13ebc9={};for(const _0x489ce4 of fontList){_0x13ebc9[_0x489ce4]=baseFonts['map'](_0x4f0c8c=>_0x5c70f9(_0x489ce4,_0x4f0c8c));}return _0x13ebc9;},_0x1d1556=_0x1991ac=>{return baseFonts['some']((_0x6c93d6,_0xeef1bb)=>_0x1991ac[_0xeef1bb]['offsetWidth']!==_0xf6c484[_0x6c93d6]||_0x1991ac[_0xeef1bb]['offsetHeight']!==_0x515a87[_0x6c93d6]);},_0x465e2d=_0x2e31f7(),_0x46d945=_0x2a1607();_0x49ddf9['appendChild'](_0x782e0a);for(let _0x1e9ef1=0x0;_0x1e9ef1<baseFonts['length'];_0x1e9ef1++){_0xf6c484[baseFonts[_0x1e9ef1]]=_0x465e2d[_0x1e9ef1]['offsetWidth'],_0x515a87[baseFonts[_0x1e9ef1]]=_0x465e2d[_0x1e9ef1]['offsetHeight'];}return fontList['filter'](_0x5df996=>_0x1d1556(_0x46d945[_0x5df996]));});}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(_0x4e4c22){const _0x4caa94=_0x4e4c22['info'];if(_0x4caa94!==undefined&&_0x4caa94!==null){const _0x4aae8e={};return _0x4aae8e['vendor']=_0x4caa94['vendor'],_0x4aae8e['architecture']=_0x4caa94['architecture'],_0x4aae8e;}if(typeof _0x4e4c22['requestAdapterInfo']==='function'){const _0x3f4be2=await _0x4e4c22['requestAdapterInfo'](),_0x1fdb69={};return _0x1fdb69['vendor']=_0x3f4be2['vendor'],_0x1fdb69['architecture']=_0x3f4be2['architecture'],_0x1fdb69;}const _0x17f690={};return _0x17f690['vendor']='',_0x17f690['architecture']='',_0x17f690;}function createTextureData(){const _0x3b81e7=[],_0x30699f=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x78b48b=0x0;_0x78b48b<TEX_WIDTH*TEX_HEIGHT;_0x78b48b++){_0x3b81e7['push'](..._0x30699f[_0x78b48b%0x3]);}return new Uint8Array(_0x3b81e7);}function quantizeTiming(_0x3096b2){const _0x307464=Number(_0x3096b2/0x3e8n);return Math['round'](_0x307464/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x12a1c4,_0x186ef2){const _0x37408c=[];for(const _0x4fcd0a of _0x186ef2){_0x37408c['push'](_0x4fcd0a);}const _0x33da5f={};_0x33da5f['requiredFeatures']=_0x37408c;const _0x168a1b=await _0x12a1c4['requestDevice'](_0x33da5f),_0x326d26='rgba8unorm',_0x12dbab={};_0x12dbab['label']='fp-shader',_0x12dbab['code']=WGSL_SHADER;const _0x590085=_0x168a1b['createShaderModule'](_0x12dbab),_0x1ffa9a={};_0x1ffa9a['module']=_0x590085;const _0x123275={};_0x123275['format']=_0x326d26;const _0xc76f20={};_0xc76f20['module']=_0x590085,_0xc76f20['targets']=[_0x123275];const _0xcdd52e={};_0xcdd52e['topology']='triangle-list';const _0x26ed28={};_0x26ed28['label']='fp-pipeline',_0x26ed28['layout']='auto',_0x26ed28['vertex']=_0x1ffa9a,_0x26ed28['fragment']=_0xc76f20,_0x26ed28['primitive']=_0xcdd52e;const _0x1ffd93=_0x168a1b['createRenderPipeline'](_0x26ed28),_0x55d581=createTextureData(),_0xab5073={};_0xab5073['label']='fp-src-texture',_0xab5073['size']=[TEX_WIDTH,TEX_HEIGHT],_0xab5073['format']='rgba8unorm',_0xab5073['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x291c9c=_0x168a1b['createTexture'](_0xab5073),_0x4f23cf={};_0x4f23cf['texture']=_0x291c9c;const _0x2e26f3={};_0x2e26f3['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x172952={};_0x172952['width']=TEX_WIDTH,_0x172952['height']=TEX_HEIGHT,_0x168a1b['queue']['writeTexture'](_0x4f23cf,_0x55d581['buffer'],_0x2e26f3,_0x172952);const _0x59794c={};_0x59794c['label']='fp-sampler';const _0x266634=_0x168a1b['createSampler'](_0x59794c),_0x307efa={};_0x307efa['binding']=0x0,_0x307efa['resource']=_0x266634;const _0xcf8da1=_0x168a1b['createBindGroup']({'layout':_0x1ffd93['getBindGroupLayout'](0x0),'entries':[_0x307efa,{'binding':0x1,'resource':_0x291c9c['createView']()}]}),_0x4101bd=ROTATION_MATRICES['map'](_0x2ca02b=>{const _0x853d28={};_0x853d28['label']='fp-uniform',_0x853d28['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x853d28['usage']=GPUBufferUsage['UNIFORM'],_0x853d28['mappedAtCreation']=!![];const _0x51d751=_0x168a1b['createBuffer'](_0x853d28);new Float32Array(_0x51d751['getMappedRange']())['set'](_0x2ca02b),_0x51d751['unmap']();const _0x37ef07={};_0x37ef07['buffer']=_0x51d751;const _0x4e3da1={};return _0x4e3da1['binding']=0x0,_0x4e3da1['resource']=_0x37ef07,_0x168a1b['createBindGroup']({'layout':_0x1ffd93['getBindGroupLayout'](0x1),'entries':[_0x4e3da1]});}),_0x3b79ad=_0x168a1b['features']['has']('timestamp-query');let _0x129a28=null,_0x10b86a=null,_0x374bf9=null;if(_0x3b79ad){const _0x5e1c60={};_0x5e1c60['label']='fp-ts',_0x5e1c60['type']='timestamp',_0x5e1c60['count']=0x2,_0x129a28=_0x168a1b['createQuerySet'](_0x5e1c60);const _0x4225f3={};_0x4225f3['size']=0x2*0x8,_0x4225f3['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x10b86a=_0x168a1b['createBuffer'](_0x4225f3);const _0x4cf0f7={};_0x4cf0f7['size']=0x2*0x8,_0x4cf0f7['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x374bf9=_0x168a1b['createBuffer'](_0x4cf0f7);}const _0x7a8752={};_0x7a8752['label']='fp-rt',_0x7a8752['size']=[RT_WIDTH,RT_HEIGHT],_0x7a8752['format']=_0x326d26,_0x7a8752['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x41d177=_0x168a1b['createTexture'](_0x7a8752),_0x218c85=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x15a7bd={};_0x15a7bd['label']='fp-pixel-read',_0x15a7bd['size']=_0x218c85*RT_HEIGHT,_0x15a7bd['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x202b1b=_0x168a1b['createBuffer'](_0x15a7bd),_0xac0268=[],_0x44c289=[];for(let _0x2fefed=0x0;_0x2fefed<ROTATION_MATRICES['length'];_0x2fefed++){const _0x438fec=_0x41d177['createView'](),_0x2749fe={};_0x2749fe['label']='fp-enc-'+_0x2fefed;const _0x4b4f29=_0x168a1b['createCommandEncoder'](_0x2749fe),_0x5c1279={};_0x5c1279['r']=0x0,_0x5c1279['g']=0x0,_0x5c1279['b']=0x0,_0x5c1279['a']=0x1;const _0xc4dfb2={};_0xc4dfb2['view']=_0x438fec,_0xc4dfb2['clearValue']=_0x5c1279,_0xc4dfb2['loadOp']='clear',_0xc4dfb2['storeOp']='store';const _0x41dfc5={'label':'fp-pass-'+_0x2fefed,'colorAttachments':[_0xc4dfb2],..._0x3b79ad&&_0x129a28?{'timestampWrites':{'querySet':_0x129a28,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x1531a0=_0x41dfc5,_0x2b3dc0=_0x4b4f29['beginRenderPass'](_0x1531a0);_0x2b3dc0['setPipeline'](_0x1ffd93),_0x2b3dc0['setBindGroup'](0x0,_0xcf8da1),_0x2b3dc0['setBindGroup'](0x1,_0x4101bd[_0x2fefed]),_0x2b3dc0['draw'](0x6),_0x2b3dc0['end']();_0x3b79ad&&_0x129a28&&_0x10b86a&&_0x374bf9&&(_0x4b4f29['resolveQuerySet'](_0x129a28,0x0,0x2,_0x10b86a,0x0),_0x4b4f29['copyBufferToBuffer'](_0x10b86a,0x0,_0x374bf9,0x0,_0x10b86a['size']));const _0x4c6339={};_0x4c6339['x']=0x0,_0x4c6339['y']=0x0;const _0xe0b8ac={};_0xe0b8ac['texture']=_0x41d177,_0xe0b8ac['origin']=_0x4c6339;const _0x19164b={};_0x19164b['buffer']=_0x202b1b,_0x19164b['bytesPerRow']=_0x218c85,_0x19164b['rowsPerImage']=RT_HEIGHT;const _0x3f8786={};_0x3f8786['width']=RT_WIDTH,_0x3f8786['height']=RT_HEIGHT,_0x4b4f29['copyTextureToBuffer'](_0xe0b8ac,_0x19164b,_0x3f8786),_0x168a1b['queue']['submit']([_0x4b4f29['finish']()]),await _0x202b1b['mapAsync'](GPUMapMode['READ']);const _0x1ca0e5=new Uint8Array(_0x202b1b['getMappedRange']()),_0x2f7398=RT_WIDTH*BYTES_PER_PIXEL,_0x5b666e=new Uint8Array(_0x2f7398*RT_HEIGHT);for(let _0x540cd9=0x0;_0x540cd9<RT_HEIGHT;_0x540cd9++){_0x5b666e['set'](_0x1ca0e5['subarray'](_0x540cd9*_0x218c85,_0x540cd9*_0x218c85+_0x2f7398),_0x540cd9*_0x2f7398);}_0xac0268['push'](fnv1a$1(_0x5b666e)),_0x202b1b['unmap']();if(_0x3b79ad&&_0x374bf9)try{await _0x374bf9['mapAsync'](GPUMapMode['READ']);const _0x60d1a3=new BigUint64Array(_0x374bf9['getMappedRange']()),_0x332ef0=_0x60d1a3[0x0],_0x5d6bd4=_0x60d1a3[0x1];_0x5d6bd4>_0x332ef0&&_0x44c289['push'](quantizeTiming(_0x5d6bd4-_0x332ef0)),_0x374bf9['unmap']();}catch{}}const _0x486c2f=new Uint8Array(_0xac0268['length']*0x4),_0x32ad2a=new DataView(_0x486c2f['buffer']);for(let _0xf07478=0x0;_0xf07478<_0xac0268['length'];_0xf07478++){_0x32ad2a['setUint32'](_0xf07478*0x4,_0xac0268[_0xf07478],!![]);}let _0x4269c7='';for(let _0x4d5861=0x0;_0x4d5861<_0x486c2f['length'];_0x4d5861++){_0x4269c7+=String['fromCharCode'](_0x486c2f[_0x4d5861]);}return typeof _0x168a1b['destroy']==='function'&&_0x168a1b['destroy'](),{'pixelHash':btoa(_0x4269c7),'timingBuckets':_0x44c289};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x11fcb3={};return _0x11fcb3['s']=-0x1,_0x11fcb3['v']=null,_0x11fcb3;}const _0x1b7f37={};_0x1b7f37['s']=-0x2,_0x1b7f37['v']=null;const _0x10a375=await Promise['race']([collectWebGpuSignal(),new Promise(_0x4a9c77=>setTimeout(()=>_0x4a9c77(_0x1b7f37),TIMEOUT_MS))]);return _0x10a375;}async function collectWebGpuSignal(){let _0x211aae;try{const _0x11373b=await navigator['gpu']['requestAdapter']();if(!_0x11373b){const _0x391ff8={};return _0x391ff8['s']=-0x4,_0x391ff8['v']=null,_0x391ff8;}_0x211aae=_0x11373b;}catch(_0x29d193){if(_0x29d193 instanceof Error){const _0xfc543a={};return _0xfc543a['s']=-0x3,_0xfc543a['v']=null,_0xfc543a;}throw _0x29d193;}try{const _0x1ffd87=Array['from'](_0x211aae['features']['values']())['sort'](),[_0x1a3fe6,_0x3fb781]=await Promise['all']([renderAndReadback(_0x211aae,_0x1ffd87),getAdapterInfo$1(_0x211aae)]),_0x3941fd={};_0x3941fd['s']=_0x1ffd87,_0x3941fd['f']=_0x1a3fe6['pixelHash'],_0x3941fd['t']=_0x1a3fe6['timingBuckets'],_0x3941fd['v']=_0x3fb781['vendor'],_0x3941fd['a']=_0x3fb781['architecture'];const _0x5f2590={};return _0x5f2590['s']=0x0,_0x5f2590['v']=_0x3941fd,_0x5f2590;}catch(_0x5f2737){if(_0x5f2737 instanceof TypeError){const _0x560659={};return _0x560659['s']=-0x7,_0x560659['v']=null,_0x560659;}throw _0x5f2737;}}const _0x3aac1d={};_0x3aac1d['text']='今天天气真好我们出去玩吧',_0x3aac1d['locale']='zh',_0x3aac1d['gran']='word';const _0x42fe7b={};_0x42fe7b['text']='東京都は日本の首都です',_0x42fe7b['locale']='ja',_0x42fe7b['gran']='word';const _0x5710a9={};_0x5710a9['text']='สวัสดีครับวันนี้อากาศดี',_0x5710a9['locale']='th',_0x5710a9['gran']='word';const _0xc90099={};_0xc90099['text']='오늘날씨가좋아서산책했습니다',_0xc90099['locale']='ko',_0xc90099['gran']='word';const _0x49e54d={};_0x49e54d['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x49e54d['locale']='en',_0x49e54d['gran']='word';const _0x584e18={};_0x584e18['text']='👨👩👧👦🏳️🌈👩🏽💻',_0x584e18['locale']='en',_0x584e18['gran']='grapheme';const SEGMENTER_TESTS=[_0x3aac1d,_0x42fe7b,_0x5710a9,_0xc90099,_0x49e54d,_0x584e18],_0x336be0={};_0x336be0['code']='XK',_0x336be0['type']='region';const _0x467cee={};_0x467cee['code']='EH',_0x467cee['type']='region';const _0x4d50b={};_0x4d50b['code']='SX',_0x4d50b['type']='region';const _0x4aa2e9={};_0x4aa2e9['code']='BQ',_0x4aa2e9['type']='region';const _0x4e928e={};_0x4e928e['code']='SS',_0x4e928e['type']='region';const _0x33368d={};_0x33368d['code']='CW',_0x33368d['type']='region';const DISPLAY_NAMES_TESTS=[_0x336be0,_0x467cee,_0x4d50b,_0x4aa2e9,_0x4e928e,_0x33368d];function getIntlSegmenter(){const _0x54738f={};_0x54738f['segmenter']=null,_0x54738f['displayNames']=null;const _0x13fd9d=_0x54738f;try{const _0x389882=Intl['Segmenter'];if(_0x389882){const _0x4cee56={};for(const _0x335450 of SEGMENTER_TESTS){try{const _0x5013df=new _0x389882(_0x335450['locale'],{'granularity':_0x335450['gran']}),_0x370f2f=[..._0x5013df['segment'](_0x335450['text'])]['length'];_0x4cee56[_0x335450['locale']+'_'+_0x335450['gran']]=_0x370f2f;}catch{}}Object['keys'](_0x4cee56)['length']>0x0&&(_0x13fd9d['segmenter']=_0x4cee56);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x6d1404={},_0x52f087={};_0x52f087['type']='region';const _0x5ddb7f=new Intl['DisplayNames'](['en'],_0x52f087);for(const _0x587cd5 of DISPLAY_NAMES_TESTS){try{const _0x127bcb=_0x5ddb7f['of'](_0x587cd5['code']);_0x127bcb!==undefined&&_0x127bcb!==''&&(_0x6d1404[_0x587cd5['code']]=_0x127bcb);}catch{}}Object['keys'](_0x6d1404)['length']>0x0&&(_0x13fd9d['displayNames']=_0x6d1404);}}catch{}return _0x13fd9d;}const fallbackFn=()=>0x0;function getMathFn(_0x57c969){const _0x104dd4=globalThis['Math'][_0x57c969];return typeof _0x104dd4==='function'?_0x104dd4:fallbackFn;}function getMathSignal(){const _0x1cb9d9=getMathFn('acos'),_0x26b469=getMathFn('acosh'),_0x42b937=getMathFn('asin'),_0x26f93f=getMathFn('asinh'),_0x18e012=getMathFn('atanh'),_0xa31079=getMathFn('atan'),_0x4378ad=getMathFn('sin'),_0x58d1ce=getMathFn('sinh'),_0x1d9dba=getMathFn('cos'),_0x57af11=getMathFn('cosh'),_0x4b8a8b=getMathFn('tan'),_0x218060=getMathFn('tanh'),_0x3b1414=getMathFn('exp'),_0x2927b1=getMathFn('expm1'),_0x2b43b1=getMathFn('log1p'),_0x2780ae=_0x20afaa=>Math['pow'](Math['PI'],_0x20afaa),_0x2a3df2=_0x52595e=>Math['log'](_0x52595e+Math['sqrt'](_0x52595e*_0x52595e-0x1)),_0x40c219=_0x3011c7=>Math['log'](_0x3011c7+Math['sqrt'](_0x3011c7*_0x3011c7+0x1)),_0x2feebd=_0x23baac=>Math['log']((0x1+_0x23baac)/(0x1-_0x23baac))/0x2,_0x4efb59=_0x409c2c=>Math['exp'](_0x409c2c)-0x1/Math['exp'](_0x409c2c)/0x2,_0x3c8d26=_0x19a41f=>(Math['exp'](_0x19a41f)+0x1/Math['exp'](_0x19a41f))/0x2,_0x87a742=_0x2fe2a7=>Math['exp'](_0x2fe2a7)-0x1,_0x160d55=_0x21d6b5=>(Math['exp'](0x2*_0x21d6b5)-0x1)/(Math['exp'](0x2*_0x21d6b5)+0x1),_0x3f8687=_0x36c275=>Math['log'](0x1+_0x36c275);return{'acos':_0x1cb9d9(0.12312423423423424),'acosh':_0x26b469(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x2a3df2(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x42b937(0.12312423423423424),'asinh':_0x26f93f(0x1),'asinhPf':_0x40c219(0x1),'atanh':_0x18e012(0.5),'atanhPf':_0x2feebd(0.5),'atan':_0xa31079(0.5),'sin':_0x4378ad(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x58d1ce(0x1),'sinhPf':_0x4efb59(0x1),'cos':_0x1d9dba(10.000000000123),'cosh':_0x57af11(0x1),'coshPf':_0x3c8d26(0x1),'tan':_0x4b8a8b(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x218060(0x1),'tanhPf':_0x160d55(0x1),'exp':_0x3b1414(0x1),'expm1':_0x2927b1(0x1),'expm1Pf':_0x87a742(0x1),'log1p':_0x2b43b1(0xa),'log1pPf':_0x3f8687(0xa),'powPI':_0x2780ae(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x3b6536=document['createDocumentFragment'](),_0x551ce4=createMathElement(_0x3b6536,'mrow'),_0x274fae=createMathElement(_0x551ce4,'munderover'),_0x3e0327=createMathElement(_0x274fae,'mmultiscripts');createMathElement(_0x3e0327,'mo','∏');for(const [_0x49ca3d,_0x20bee2,_0x4642bd,_0x19dd7c,_0x24f520]of QUINTUPLETS){const _0x4ff63b=document['createElement']('mmultiscripts');createMathElement(_0x4ff63b,'mi',_0x49ca3d),createMathElement(_0x4ff63b,'mi',_0x20bee2),createMathElement(_0x4ff63b,'mi',_0x4642bd),createMathElement(_0x4ff63b,'mprescripts'),createMathElement(_0x4ff63b,'mi',_0x19dd7c),createMathElement(_0x4ff63b,'mi',_0x24f520),_0x3e0327['append'](_0x4ff63b);}return getIframePool()['execute']((_0x58943a,_0x11145e)=>{const _0x53f353=_0x11145e['document'],_0x48103b=_0x53f353['createElement']('math');_0x48103b['style']['whiteSpace']='nowrap',_0x48103b['append'](_0x3b6536),_0x53f353['body']['append'](_0x48103b);const _0x34e3b9={},_0x509469=_0x48103b['getBoundingClientRect'](),_0x53ff53=['x','y','left','right','bottom','height','top','width'];for(const _0x36e9e6 of _0x53ff53){_0x36e9e6 in _0x509469&&(_0x34e3b9[_0x36e9e6]=_0x509469[_0x36e9e6]);}const _0x307bd5=_0x11145e['getComputedStyle'](_0x48103b,null)['getPropertyValue']('font-family');return _0x34e3b9['font']=_0x307bd5,_0x53f353['body']['removeChild'](_0x48103b),_0x34e3b9;});}function createMathElement(_0x33f264,_0x160de7,_0x37e41a=''){const _0x25835a=document['createElement'](_0x160de7);return _0x25835a['textContent']=_0x37e41a,_0x33f264['appendChild'](_0x25835a),_0x25835a;}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(_0x4e0625){const _0x35d58d=window,_0x420185=_0x35d58d['MediaSource'];if(_0x420185===undefined||typeof _0x420185['isTypeSupported']!=='function')return-0x1;let _0x5551a6=0x0;for(let _0x350eb7=0x0;_0x350eb7<_0x4e0625['length'];_0x350eb7++){try{_0x420185['isTypeSupported'](_0x4e0625[_0x350eb7])&&(_0x5551a6|=0x1<<_0x350eb7);}catch{}}return _0x5551a6;}function getRtcCodecs(_0x3c3711){const _0x22f2d9=window,_0x3866aa=_0x22f2d9['RTCRtpReceiver'];if(_0x3866aa===undefined||typeof _0x3866aa['getCapabilities']!=='function')return null;try{const _0x4536cf=_0x3866aa['getCapabilities'](_0x3c3711);if(_0x4536cf===null)return null;const _0x3eb1af=_0x4536cf['codecs']['map'](_0x1c6f0f=>''+_0x1c6f0f['mimeType']+(_0x1c6f0f['sdpFmtpLine']!==undefined&&_0x1c6f0f['sdpFmtpLine']!==''?';'+_0x1c6f0f['sdpFmtpLine']:''));return _0x3eb1af['sort']();}catch{return null;}}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x415416,_0x17d93a)=>{const _0x10a93a=_0x17d93a['document'],_0x34c73e=_0x10a93a['createElement']('div');_0x34c73e['style']['border']='.5px\x20dotted\x20transparent',_0x10a93a['body']['appendChild'](_0x34c73e);const _0x1623c2=_0x34c73e['offsetHeight'];return _0x10a93a['body']['removeChild'](_0x34c73e),_0x1623c2;});}catch{return null;}}function getSupportedConstraints(){try{const _0x1b0530=navigator['mediaDevices'];if(_0x1b0530===undefined||typeof _0x1b0530['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x1b0530['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x4e4bfb='';for(let _0xe117fe=0x1f600;_0xe117fe<=0x1f64f;_0xe117fe++){_0x4e4bfb+=String['fromCodePoint'](_0xe117fe);}return getIframePool()['execute']((_0x37101a,_0x18a4ce)=>{const _0x2966c1=_0x18a4ce['document'],_0x5a8713='http://www.w3.org/2000/svg',_0x2ab28a=_0x2966c1['createElementNS'](_0x5a8713,'svg');_0x2ab28a['setAttribute']('width','0'),_0x2ab28a['setAttribute']('height','0'),_0x2ab28a['style']['position']='absolute',_0x2ab28a['style']['visibility']='hidden';const _0x186007=_0x2966c1['createElementNS'](_0x5a8713,'text');_0x186007['setAttribute']('x','0'),_0x186007['setAttribute']('y','50'),_0x186007['setAttribute']('font-size','16'),_0x186007['textContent']=_0x4e4bfb,_0x2ab28a['appendChild'](_0x186007),_0x2966c1['body']['appendChild'](_0x2ab28a);const _0x5e51e0=_0x18a4ce['getComputedStyle'](_0x186007)['getPropertyValue']('font-family');let _0x1ae768=null;try{const _0x1923cd=_0x186007['getBBox']();_0x1ae768={'x':round(_0x1923cd['x']),'y':round(_0x1923cd['y']),'width':round(_0x1923cd['width']),'height':round(_0x1923cd['height'])};}catch{}let _0x282d18=null;try{const _0x163f08=_0x186007,_0x9b684a=_0x163f08['getExtentOfChar'](0x0);_0x282d18={'x':round(_0x9b684a['x']),'y':round(_0x9b684a['y']),'width':round(_0x9b684a['width']),'height':round(_0x9b684a['height'])};}catch{}let _0x397065=null;try{const _0x5cfb8a=_0x186007;_0x397065=round(_0x5cfb8a['getSubStringLength'](0x0,0xa));}catch{}let _0x28bb6d=null;try{const _0x4bd234=_0x186007;_0x28bb6d=round(_0x4bd234['getComputedTextLength']());}catch{}_0x2966c1['body']['removeChild'](_0x2ab28a);const _0xa1662f={};return _0xa1662f['bbox']=_0x1ae768,_0xa1662f['charExtent']=_0x282d18,_0xa1662f['substringLength']=_0x397065,_0xa1662f['computedTextLength']=_0x28bb6d,_0xa1662f['font']=_0x5e51e0,_0xa1662f;});}function round(_0x9444d6){return Math['round'](_0x9444d6*0x64)/0x64;}const _0x19259f={};_0x19259f['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x19259f['width']=0x780,_0x19259f['height']=0x438,_0x19259f['bitrate']=0x4c4b40,_0x19259f['framerate']=0x1e;const _0x5e0d94={};_0x5e0d94['type']='file',_0x5e0d94['video']=_0x19259f;const _0x439999={};_0x439999['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x439999['width']=0x780,_0x439999['height']=0x438,_0x439999['bitrate']=0x4c4b40,_0x439999['framerate']=0x1e;const _0x265278={};_0x265278['type']='file',_0x265278['video']=_0x439999;const _0x5cb4e0={};_0x5cb4e0['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x5cb4e0['width']=0x780,_0x5cb4e0['height']=0x438,_0x5cb4e0['bitrate']=0x4c4b40,_0x5cb4e0['framerate']=0x1e;const _0x12c47d={};_0x12c47d['type']='file',_0x12c47d['video']=_0x5cb4e0;const _0x5b0ada={};_0x5b0ada['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x5b0ada['width']=0x780,_0x5b0ada['height']=0x438,_0x5b0ada['bitrate']=0x4c4b40,_0x5b0ada['framerate']=0x1e;const _0x192d43={};_0x192d43['type']='file',_0x192d43['video']=_0x5b0ada;const _0x55db81={};_0x55db81['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x55db81['width']=0x780,_0x55db81['height']=0x438,_0x55db81['bitrate']=0x4c4b40,_0x55db81['framerate']=0x1e;const _0x2a4e5c={};_0x2a4e5c['type']='file',_0x2a4e5c['video']=_0x55db81;const _0x50b403={};_0x50b403['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x50b403['width']=0xf00,_0x50b403['height']=0x870,_0x50b403['bitrate']=0x1312d00,_0x50b403['framerate']=0x3c;const _0x16225b={};_0x16225b['type']='file',_0x16225b['video']=_0x50b403;const _0x1b4dfd={};_0x1b4dfd['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x1b4dfd['width']=0xf00,_0x1b4dfd['height']=0x870,_0x1b4dfd['bitrate']=0x1312d00,_0x1b4dfd['framerate']=0x3c;const _0x30352b={};_0x30352b['type']='file',_0x30352b['video']=_0x1b4dfd;const _0x53b499={};_0x53b499['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x53b499['width']=0xf00,_0x53b499['height']=0x870,_0x53b499['bitrate']=0x1312d00,_0x53b499['framerate']=0x3c;const _0x269852={};_0x269852['type']='file',_0x269852['video']=_0x53b499;const CODEC_CONFIGS=[_0x5e0d94,_0x265278,_0x12c47d,_0x192d43,_0x2a4e5c,_0x16225b,_0x30352b,_0x269852];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x5806db=>{try{const _0x521fbb=await navigator['mediaCapabilities']['decodingInfo'](_0x5806db);let _0x12594a=0x0;if(_0x521fbb['supported'])_0x12594a|=0x1;if(_0x521fbb['smooth'])_0x12594a|=0x2;if(_0x521fbb['powerEfficient'])_0x12594a|=0x4;return _0x12594a;}catch(_0x48674b){return _0x48674b instanceof Error?_0x48674b['message']:String(_0x48674b);}}));}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]];function getWasmFeatures(){try{if(typeof WebAssembly==='undefined'||typeof WebAssembly['validate']!=='function')return undefined;let _0x219c58=0x0;for(const _0x5e5d92 of FEATURE_MODULES){_0x219c58<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX,..._0x5e5d92)['buffer'])&&(_0x219c58|=0x1);}return _0x219c58;}catch{return undefined;}}const _0x1b8493={};_0x1b8493['codec']='avc1.42001E',_0x1b8493['width']=0x780,_0x1b8493['height']=0x438,_0x1b8493['label']='h264-baseline-1080';const _0x35adac={};_0x35adac['codec']='avc1.4D0032',_0x35adac['width']=0xf00,_0x35adac['height']=0x870,_0x35adac['label']='h264-main-4k';const _0x33459e={};_0x33459e['codec']='avc1.640033',_0x33459e['width']=0xf00,_0x33459e['height']=0x870,_0x33459e['label']='h264-high-4k';const _0x876ba8={};_0x876ba8['codec']='hev1.1.6.L150.B0',_0x876ba8['width']=0x780,_0x876ba8['height']=0x438,_0x876ba8['label']='hevc-main-1080';const _0x4ae55a={};_0x4ae55a['codec']='hev1.2.4.L153.B0',_0x4ae55a['width']=0xf00,_0x4ae55a['height']=0x870,_0x4ae55a['label']='hevc-main10-4k';const _0x2028ee={};_0x2028ee['codec']='hev1.1.6.L180.B0',_0x2028ee['width']=0x1e00,_0x2028ee['height']=0x10e0,_0x2028ee['label']='hevc-main-8k';const _0x5e09b8={};_0x5e09b8['codec']='vp09.00.40.08',_0x5e09b8['width']=0x780,_0x5e09b8['height']=0x438,_0x5e09b8['label']='vp9-profile0-1080';const _0x4a747f={};_0x4a747f['codec']='vp09.02.40.10',_0x4a747f['width']=0xf00,_0x4a747f['height']=0x870,_0x4a747f['label']='vp9-profile2-4k-10bit';const _0x36486f={};_0x36486f['codec']='av01.0.08M.08',_0x36486f['width']=0x780,_0x36486f['height']=0x438,_0x36486f['label']='av1-main-1080';const _0x20c079={};_0x20c079['codec']='av01.0.12M.10',_0x20c079['width']=0xf00,_0x20c079['height']=0x870,_0x20c079['label']='av1-main-4k-10bit';const _0x39bb30={};_0x39bb30['codec']='av01.0.16M.10',_0x39bb30['width']=0x1e00,_0x39bb30['height']=0x10e0,_0x39bb30['label']='av1-main-8k-10bit';const _0x7bc79a={};_0x7bc79a['codec']='vp8',_0x7bc79a['width']=0x780,_0x7bc79a['height']=0x438,_0x7bc79a['label']='vp8-1080';const CODEC_TESTS=[_0x1b8493,_0x35adac,_0x33459e,_0x876ba8,_0x4ae55a,_0x2028ee,_0x5e09b8,_0x4a747f,_0x36486f,_0x20c079,_0x39bb30,_0x7bc79a];async function getWebCodecsHardware(){try{const _0x3c80cc=window['VideoDecoder'];if(!_0x3c80cc||typeof _0x3c80cc['isConfigSupported']!=='function')return null;const _0x21b8a8=_0x3c80cc['isConfigSupported']['bind'](_0x3c80cc),_0x5e3267=[],_0x288e47=CODEC_TESTS['map'](async _0x1b7858=>{try{const _0x10d5b1={};_0x10d5b1['codec']=_0x1b7858['codec'],_0x10d5b1['codedWidth']=_0x1b7858['width'],_0x10d5b1['codedHeight']=_0x1b7858['height'],_0x10d5b1['hardwareAcceleration']='prefer-hardware';const _0x19c556=_0x10d5b1,_0x54dab5=await Promise['race']([_0x21b8a8(_0x19c556),new Promise(_0x12527f=>setTimeout(()=>_0x12527f(null),0x1f4))]);if(_0x54dab5?.['supported']===!![]){const _0x6a0c1e=_0x54dab5['config'],_0xe6ae75=_0x6a0c1e?.['hardwareAcceleration'];(_0xe6ae75==='prefer-hardware'||_0xe6ae75===undefined)&&_0x5e3267['push'](_0x1b7858['label']);}}catch{}});return await Promise['all'](_0x288e47),_0x5e3267['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:_0x205be6}){const _0x6860c7=getWebGLContext(_0x205be6);if(!_0x6860c7)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x6860c7))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x2b3c82=shouldAvoidDebugRendererInfo()?null:_0x6860c7['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x6860c7,_0x6860c7['VERSION']),'vendor':getParamString(_0x6860c7,_0x6860c7['VENDOR']),'vendorUnmasked':_0x2b3c82!==null?getParamString(_0x6860c7,_0x2b3c82['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x6860c7,_0x6860c7['RENDERER']),'rendererUnmasked':_0x2b3c82!==null?getParamString(_0x6860c7,_0x2b3c82['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x6860c7,_0x6860c7['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x5e2dcd}){const _0x5b1632=getWebGLContext(_0x5e2dcd);if(!_0x5b1632)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x5b1632))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x18d7d3=_0x5b1632['getSupportedExtensions'](),_0x3a614e=_0x5b1632['getContextAttributes'](),_0x10ad1c=[],_0x13e682=[],_0x23386e=[],_0x3b8f42=[],_0x5a9fbd=[];if(_0x3a614e)for(const _0x3256bd of Object['keys'](_0x3a614e)){_0x13e682['push'](_0x3256bd+'='+_0x3a614e[_0x3256bd]);}const _0x11c6ee=getConstantsFromPrototype(_0x5b1632);for(const _0x186218 of _0x11c6ee){const _0x1409a3=_0x5b1632[_0x186218],_0x1aa1a5=validContextParameters['has'](_0x1409a3)?'='+String(_0x5b1632['getParameter'](_0x1409a3)):'';_0x23386e['push'](_0x186218+'='+_0x1409a3+_0x1aa1a5);}if(_0x18d7d3!==null)for(const _0x3b0383 of _0x18d7d3){if(_0x3b0383===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x3b0383===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x260c01=_0x5b1632['getExtension'](_0x3b0383);if(_0x260c01===null){_0x10ad1c['push'](_0x3b0383);continue;}for(const _0x3b6403 of getConstantsFromPrototype(_0x260c01)){const _0x39e19e=_0x260c01[_0x3b6403],_0x2bd359=validExtensionParams['has'](_0x39e19e)?'='+String(_0x5b1632['getParameter'](_0x39e19e)):'';_0x3b8f42['push'](_0x3b6403+'='+_0x39e19e+_0x2bd359);}}for(const _0x59a794 of shaderTypes){for(const _0x1e4c1d of precisionTypes){const _0x2b2e60=getShaderPrecision(_0x5b1632,_0x59a794,_0x1e4c1d);_0x5a9fbd['push'](_0x59a794+'.'+_0x1e4c1d+'='+_0x2b2e60['join'](','));}}_0x3b8f42['sort'](),_0x23386e['sort']();const _0x323dab={};return _0x323dab['contextAttributes']=_0x13e682,_0x323dab['parameters']=_0x23386e,_0x323dab['shaderPrecisions']=_0x5a9fbd,_0x323dab['extensions']=_0x18d7d3,_0x323dab['extensionParameters']=_0x3b8f42,_0x323dab['unsupportedExtensions']=_0x10ad1c,_0x323dab;}function getWebGLContext(_0x1a98bf){if(_0x1a98bf['webgl'])return _0x1a98bf['webgl']['context'];const _0x218d89=document['createElement']('canvas');let _0x137ac6;_0x218d89['addEventListener']('webglCreateContextError',()=>_0x137ac6=undefined);for(const _0x4b6a65 of['webgl','experimental-webgl']){try{_0x137ac6=_0x218d89['getContext'](_0x4b6a65);}catch{}if(_0x137ac6)break;}const _0x21a7db={};return _0x21a7db['context']=_0x137ac6,_0x1a98bf['webgl']=_0x21a7db,_0x137ac6;}function getShaderPrecision(_0x2d11e9,_0x5a4a3a,_0x15bb2d){const _0x258883=_0x2d11e9['getShaderPrecisionFormat'](_0x2d11e9[_0x5a4a3a],_0x2d11e9[_0x15bb2d]);return _0x258883?[_0x258883['rangeMin'],_0x258883['rangeMax'],_0x258883['precision']]:[];}function getConstantsFromPrototype(_0x15ecbb){const _0x3d7bc4=Object['getPrototypeOf'](_0x15ecbb);if(_0x3d7bc4===null)return[];const _0x3a55f5=Object['keys'](_0x3d7bc4);return _0x3a55f5['filter'](isConstantLike);}function isConstantLike(_0x4829e4){return typeof _0x4829e4==='string'&&!_0x4829e4['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x3242ca,_0x11ffc0){const _0x5dfb74=_0x3242ca['getParameter'](_0x11ffc0);if(_0x5dfb74===undefined||_0x5dfb74===null)return'';return String(_0x5dfb74);}function isValidParameterGetter(_0x29c0cd){return typeof _0x29c0cd['getParameter']==='function';}function getWebGlCanvas(){try{const _0x5cc38a=document['createElement']('canvas');_0x5cc38a['width']=0x100,_0x5cc38a['height']=0x100;const _0x34d25e=_0x5cc38a['getContext']('webgl')??_0x5cc38a['getContext']('experimental-webgl'),_0x700dc3={};_0x700dc3['image']='',_0x700dc3['dHash']='';if(!_0x34d25e||!(_0x34d25e instanceof WebGLRenderingContext))return _0x700dc3;renderTriangle(_0x34d25e);const _0x1b020a=computeDHash(_0x5cc38a),_0x44c8cb=_0x5cc38a['toDataURL'](),_0x1540f7=_0x5cc38a['toDataURL']();if(_0x44c8cb!==_0x1540f7){const _0x39445c={};return _0x39445c['image']='unstable',_0x39445c['dHash']=_0x1b020a,_0x39445c;}const _0x59412e={};return _0x59412e['image']=_0x44c8cb,_0x59412e['dHash']=_0x1b020a,_0x59412e;}catch{const _0x1fdb09={};return _0x1fdb09['image']='',_0x1fdb09['dHash']='',_0x1fdb09;}}function renderTriangle(_0x465fe1){_0x465fe1['clearColor'](0x0,0x0,0x1,0x1);const _0x5446e7=_0x465fe1['createProgram']();if(_0x5446e7===null)return;const _0x27a34e=_0x5446e7;function _0x5536d6(_0x53f03c,_0x1e3333){const _0x4e1686=_0x465fe1['createShader'](_0x53f03c);if(_0x4e1686===null)return;_0x465fe1['shaderSource'](_0x4e1686,_0x1e3333),_0x465fe1['compileShader'](_0x4e1686),_0x465fe1['attachShader'](_0x27a34e,_0x4e1686);}_0x5536d6(_0x465fe1['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);}'),_0x5536d6(_0x465fe1['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x465fe1['linkProgram'](_0x5446e7),_0x465fe1['useProgram'](_0x5446e7),_0x465fe1['enableVertexAttribArray'](0x0);const _0x1cbfa5=_0x465fe1['getUniformLocation'](_0x5446e7,'t'),_0x5cc39c=_0x465fe1['createBuffer']();_0x465fe1['bindBuffer'](_0x465fe1['ARRAY_BUFFER'],_0x5cc39c),_0x465fe1['bufferData'](_0x465fe1['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x465fe1['STATIC_DRAW']),_0x465fe1['vertexAttribPointer'](0x0,0x2,_0x465fe1['FLOAT'],![],0x0,0x0),_0x465fe1['clear'](_0x465fe1['COLOR_BUFFER_BIT']),_0x465fe1['uniform1f'](_0x1cbfa5,3.65),_0x465fe1['drawArrays'](_0x465fe1['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(_0x4771e6){const _0x455f5a=_0x4771e6['info'];if(_0x455f5a!==null&&_0x455f5a!==undefined)return _0x455f5a;const _0x32c615=_0x4771e6['requestAdapterInfo'];if(typeof _0x32c615==='function')try{return await _0x32c615['call'](_0x4771e6);}catch{return null;}return null;}async function getWebGlExtended(){try{const _0x25512a=navigator['gpu'];if(_0x25512a===undefined||_0x25512a===null||typeof _0x25512a!=='object')return null;const _0x28c7c7=_0x25512a['requestAdapter'];if(typeof _0x28c7c7!=='function')return null;let _0x2e20fb=null;try{_0x2e20fb=await _0x28c7c7['call'](_0x25512a);}catch{return null;}if(!_0x2e20fb)return null;const _0x1512ed=_0x2e20fb['limits'],_0x495759=[];for(const _0x2ae9cc of GPU_LIMIT_NAMES){if(_0x1512ed&&_0x2ae9cc in _0x1512ed){const _0x3b8a7f=_0x1512ed[_0x2ae9cc];_0x495759['push'](typeof _0x3b8a7f==='number'?_0x3b8a7f:null);}else _0x495759['push'](null);}const _0x55c25a=await getAdapterInfo(_0x2e20fb);let _0x148239=null,_0x345af8=null;_0x55c25a!==null&&(_0x148239=typeof _0x55c25a['description']==='string'?_0x55c25a['description']:null,_0x345af8=typeof _0x55c25a['device']==='string'?_0x55c25a['device']:null);const _0x8761a2='isFallbackAdapter'in _0x2e20fb?Boolean(_0x2e20fb['isFallbackAdapter']):null,_0x58844d={};return _0x58844d['ds']=_0x148239,_0x58844d['dv']=_0x345af8,_0x58844d['f']=_0x8761a2,_0x58844d['l']=_0x495759,_0x58844d;}catch{return null;}}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 _0x12b875=document['createElement']('canvas');_0x12b875['width']=SIZE,_0x12b875['height']=SIZE;const _0x10975b=_0x12b875['getContext']('webgl')??_0x12b875['getContext']('experimental-webgl');if(!_0x10975b)return null;const _0x4b1425=buildProgram(_0x10975b);if(!_0x4b1425)return null;const _0x46a884=buildSphere();renderSphere(_0x10975b,_0x4b1425,_0x46a884);const _0x1dea93=_0x12b875['toDataURL'](),_0x35abc5=_0x12b875['toDataURL']();if(_0x1dea93!==_0x35abc5)return null;return fnv1a(_0x1dea93);}catch{return null;}}function buildProgram(_0x4e8648){const _0xf5faa2=_0x4e8648['createProgram'](),_0x4c5092=_0x4e8648['createShader'](_0x4e8648['VERTEX_SHADER']),_0x25ef64=_0x4e8648['createShader'](_0x4e8648['FRAGMENT_SHADER']);if(_0x4c5092===null||_0x25ef64===null)return null;_0x4e8648['shaderSource'](_0x4c5092,VERT_SHADER),_0x4e8648['compileShader'](_0x4c5092),_0x4e8648['attachShader'](_0xf5faa2,_0x4c5092),_0x4e8648['shaderSource'](_0x25ef64,FRAG_SHADER),_0x4e8648['compileShader'](_0x25ef64),_0x4e8648['attachShader'](_0xf5faa2,_0x25ef64),_0x4e8648['linkProgram'](_0xf5faa2);if(_0x4e8648['getProgramParameter'](_0xf5faa2,_0x4e8648['LINK_STATUS'])!==!![])return null;return _0xf5faa2;}function buildSphere(){const _0x2c9420=[],_0x4cae6c=[],_0x24b647=[];for(let _0x1aa886=0x0;_0x1aa886<=LAT_BANDS;_0x1aa886++){const _0x3b25c6=_0x1aa886*Math['PI']/LAT_BANDS,_0x2d7ac8=Math['sin'](_0x3b25c6),_0x1871d1=Math['cos'](_0x3b25c6);for(let _0x314ef=0x0;_0x314ef<=LON_BANDS;_0x314ef++){const _0x49baaa=_0x314ef*0x2*Math['PI']/LON_BANDS,_0x36f667=_0x2d7ac8*Math['cos'](_0x49baaa),_0x74c603=_0x1871d1,_0x115349=_0x2d7ac8*Math['sin'](_0x49baaa);_0x4cae6c['push'](_0x36f667,_0x74c603,_0x115349),_0x2c9420['push'](_0x36f667*RADIUS,_0x74c603*RADIUS,_0x115349*RADIUS);}}for(let _0x84fa2e=0x0;_0x84fa2e<LAT_BANDS;_0x84fa2e++){for(let _0x4375da=0x0;_0x4375da<LON_BANDS;_0x4375da++){const _0x26bfb9=_0x84fa2e*(LON_BANDS+0x1)+_0x4375da,_0x28d052=_0x26bfb9+LON_BANDS+0x1;_0x24b647['push'](_0x26bfb9,_0x28d052,_0x26bfb9+0x1),_0x24b647['push'](_0x28d052,_0x28d052+0x1,_0x26bfb9+0x1);}}return{'vertices':new Float32Array(_0x2c9420),'normals':new Float32Array(_0x4cae6c),'indices':new Uint16Array(_0x24b647)};}function renderSphere(_0x555889,_0x580d98,_0x51f460){_0x555889['useProgram'](_0x580d98),_0x555889['viewport'](0x0,0x0,SIZE,SIZE),_0x555889['clearColor'](0x0,0x0,0x0,0x1),_0x555889['enable'](_0x555889['DEPTH_TEST']),_0x555889['clear'](_0x555889['COLOR_BUFFER_BIT']|_0x555889['DEPTH_BUFFER_BIT']);const _0x1954c9=_0x555889['createBuffer']();_0x555889['bindBuffer'](_0x555889['ARRAY_BUFFER'],_0x1954c9),_0x555889['bufferData'](_0x555889['ARRAY_BUFFER'],_0x51f460['vertices'],_0x555889['STATIC_DRAW']);const _0x1d2104=_0x555889['getAttribLocation'](_0x580d98,'aPosition');_0x555889['enableVertexAttribArray'](_0x1d2104),_0x555889['vertexAttribPointer'](_0x1d2104,0x3,_0x555889['FLOAT'],![],0x0,0x0);const _0x57fa3f=_0x555889['createBuffer']();_0x555889['bindBuffer'](_0x555889['ARRAY_BUFFER'],_0x57fa3f),_0x555889['bufferData'](_0x555889['ARRAY_BUFFER'],_0x51f460['normals'],_0x555889['STATIC_DRAW']);const _0x4736b3=_0x555889['getAttribLocation'](_0x580d98,'aNormal');_0x555889['enableVertexAttribArray'](_0x4736b3),_0x555889['vertexAttribPointer'](_0x4736b3,0x3,_0x555889['FLOAT'],![],0x0,0x0);const _0x1fc047=_0x555889['createBuffer']();_0x555889['bindBuffer'](_0x555889['ELEMENT_ARRAY_BUFFER'],_0x1fc047),_0x555889['bufferData'](_0x555889['ELEMENT_ARRAY_BUFFER'],_0x51f460['indices'],_0x555889['STATIC_DRAW']);const _0x58fefa=Math['PI']/0x6,_0x561477=0x1,_0x1aa549=0.1,_0x4b7ad1=0x64,_0x111621=0x1/Math['tan'](_0x58fefa/0x2),_0x5a499a=new Float32Array([_0x111621/_0x561477,0x0,0x0,0x0,0x0,_0x111621,0x0,0x0,0x0,0x0,(_0x4b7ad1+_0x1aa549)/(_0x1aa549-_0x4b7ad1),-0x1,0x0,0x0,0x2*_0x4b7ad1*_0x1aa549/(_0x1aa549-_0x4b7ad1),0x0]),_0x43b154=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x36de97=multiplyMat4(_0x5a499a,_0x43b154);_0x555889['uniformMatrix4fv'](_0x555889['getUniformLocation'](_0x580d98,'uMVMatrix'),![],_0x43b154),_0x555889['uniformMatrix4fv'](_0x555889['getUniformLocation'](_0x580d98,'uMVPMatrix'),![],_0x36de97),_0x555889['uniform4f'](_0x555889['getUniformLocation'](_0x580d98,'uLightPos'),0xa,0xa,0xa,0x1),_0x555889['uniform3f'](_0x555889['getUniformLocation'](_0x580d98,'uKd'),0.9,0.5,0.3),_0x555889['uniform3f'](_0x555889['getUniformLocation'](_0x580d98,'uLd'),0x1,0x1,0x1),_0x555889['drawElements'](_0x555889['TRIANGLES'],_0x51f460['indices']['length'],_0x555889['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x488e74,_0x414054){const _0x32c2ab=new Float32Array(0x10);for(let _0x222731=0x0;_0x222731<0x4;_0x222731++){for(let _0x35f346=0x0;_0x35f346<0x4;_0x35f346++){_0x32c2ab[_0x35f346*0x4+_0x222731]=0x0;for(let _0x5e1d6d=0x0;_0x5e1d6d<0x4;_0x5e1d6d++){_0x32c2ab[_0x35f346*0x4+_0x222731]+=_0x488e74[_0x5e1d6d*0x4+_0x222731]*_0x414054[_0x35f346*0x4+_0x5e1d6d];}}}return _0x32c2ab;}function fnv1a(_0x3360c7){let _0x180306=0x811c9dc5;for(let _0x3b1ba9=0x0;_0x3b1ba9<_0x3360c7['length'];_0x3b1ba9++){_0x180306^=_0x3360c7['charCodeAt'](_0x3b1ba9),_0x180306+=(_0x180306<<0x1)+(_0x180306<<0x4)+(_0x180306<<0x7)+(_0x180306<<0x8)+(_0x180306<<0x18);}return _0x180306>>>0x0;}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 _0x3e546a=navigator['gpu'];if(!_0x3e546a)return null;const _0xd4dc1b=await _0x3e546a['requestAdapter']();if(!_0xd4dc1b)return null;const _0x3eea10=_0xd4dc1b['info'],_0x364d8d=_0x3eea10?.['vendor']??'',_0x16a1fe=_0x3eea10?.['architecture']??'',_0xde75f8=_0x3eea10?.['device']??'',_0x2915f1=_0x3eea10?.['description']??'',_0x331e05=[];_0xd4dc1b['features']['forEach'](_0x24d862=>_0x331e05['push'](_0x24d862)),_0x331e05['sort']();const _0x107b5a={};for(const _0x5e42c5 of DISCRIMINATING_LIMITS){_0x5e42c5 in _0xd4dc1b['limits']&&(_0x107b5a[_0x5e42c5]=_0xd4dc1b['limits'][_0x5e42c5]);}const _0x407206={};return _0x407206['vendor']=_0x364d8d,_0x407206['architecture']=_0x16a1fe,_0x407206['device']=_0xde75f8,_0x407206['description']=_0x2915f1,_0x407206['features']=_0x331e05,_0x407206['limits']=_0x107b5a,_0x407206;}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',_0x11ee1d={};_0x11ee1d['wgCount']=0x80,_0x11ee1d['wgSize']=0x40;const _0x5e01e1={};_0x5e01e1['wgCount']=0x100,_0x5e01e1['wgSize']=0x40;const _0x2bde4e={};_0x2bde4e['wgCount']=0x80,_0x2bde4e['wgSize']=0x80;const CONFIGS=[_0x11ee1d,_0x5e01e1,_0x2bde4e],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{if(typeof navigator==='undefined')return null;const _0x5c6194=navigator['gpu'];if(!_0x5c6194)return null;const _0x316ac3=await _0x5c6194['requestAdapter']();if(!_0x316ac3)return null;const _0x122185=await _0x316ac3['requestDevice'](),_0x76b7ae=_0x122185['queue'],_0xd84461={};_0xd84461['code']=SHADER;const _0x5ec5c0=_0x122185['createShaderModule'](_0xd84461),_0x1b027a=await collectDistribution(_0x122185,_0x76b7ae,_0x5ec5c0),_0x43a7d5=await collectDistribution(_0x122185,_0x76b7ae,_0x5ec5c0);_0x122185['destroy']();const _0x462cab=cosine(_0x1b027a,_0x43a7d5);if(_0x462cab<0.8)return null;const _0x1caa58=_0x1b027a['map']((_0x5d7306,_0x10330a)=>(_0x5d7306+_0x43a7d5[_0x10330a])/0x2);return _0x1caa58['map'](_0x24eed4=>Math['round'](_0x24eed4*0x2710)/0x2710);}catch{return null;}}async function collectDistribution(_0x3a66b9,_0x504c05,_0x164024){const _0x41337f=[];for(const _0x5f4d31 of CONFIGS){const _0x29298d=[];for(let _0x2d89ba=0x0;_0x2d89ba<TRIALS;_0x2d89ba++){const _0x5e439f=await runTrial(_0x3a66b9,_0x504c05,_0x164024,_0x5f4d31['wgCount'],_0x5f4d31['wgSize'],LIMIT);_0x29298d['push'](_0x5e439f);}const _0x27fa6a=medianOfTrials(_0x29298d),_0x29f207=normalize(_0x27fa6a),_0x211423=downsample(_0x29f207,BINS);_0x41337f['push'](..._0x211423);}return _0x41337f;}function cosine(_0x1b88dd,_0x10e9a1){let _0x21f3ba=0x0,_0x2edd65=0x0,_0x52326c=0x0;for(let _0x52672d=0x0;_0x52672d<_0x1b88dd['length'];_0x52672d++){_0x21f3ba+=_0x1b88dd[_0x52672d]*_0x10e9a1[_0x52672d],_0x2edd65+=_0x1b88dd[_0x52672d]*_0x1b88dd[_0x52672d],_0x52326c+=_0x10e9a1[_0x52672d]*_0x10e9a1[_0x52672d];}const _0x3a2f5f=Math['sqrt'](_0x2edd65)*Math['sqrt'](_0x52326c);return _0x3a2f5f===0x0?0x0:_0x21f3ba/_0x3a2f5f;}async function runTrial(_0x5b92b9,_0x2da52b,_0x471d37,_0x4c9664,_0x2ce380,_0x29d737){const _0x367c77={};_0x367c77['WG_SIZE']=_0x2ce380;const _0x20bd53={};_0x20bd53['module']=_0x471d37,_0x20bd53['entryPoint']='main',_0x20bd53['constants']=_0x367c77;const _0x5f538a={};_0x5f538a['layout']='auto',_0x5f538a['compute']=_0x20bd53;const _0x52d020=_0x5b92b9['createComputePipeline'](_0x5f538a),_0x54d973=_0x4c9664*0x4,_0xf365af={};_0xf365af['size']=0x4,_0xf365af['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x193b94=_0x5b92b9['createBuffer'](_0xf365af),_0x30e303={};_0x30e303['size']=_0x54d973,_0x30e303['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x41ee61=_0x5b92b9['createBuffer'](_0x30e303),_0x1b8c2d={};_0x1b8c2d['size']=0x10,_0x1b8c2d['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x2e18db=_0x5b92b9['createBuffer'](_0x1b8c2d);_0x2da52b['writeBuffer'](_0x193b94,0x0,new Uint32Array([0x0])),_0x2da52b['writeBuffer'](_0x41ee61,0x0,new Uint8Array(_0x54d973)),_0x2da52b['writeBuffer'](_0x2e18db,0x0,new Uint32Array([_0x29d737,0x0,0x0,0x0]));const _0x4fdc11={};_0x4fdc11['buffer']=_0x193b94;const _0x1ebb66={};_0x1ebb66['binding']=0x0,_0x1ebb66['resource']=_0x4fdc11;const _0x5bc2a0={};_0x5bc2a0['buffer']=_0x41ee61;const _0xf78388={};_0xf78388['binding']=0x1,_0xf78388['resource']=_0x5bc2a0;const _0x1bf59a={};_0x1bf59a['buffer']=_0x2e18db;const _0x4c621b={};_0x4c621b['binding']=0x2,_0x4c621b['resource']=_0x1bf59a;const _0x25830a=_0x5b92b9['createBindGroup']({'layout':_0x52d020['getBindGroupLayout'](0x0),'entries':[_0x1ebb66,_0xf78388,_0x4c621b]}),_0x69b222=_0x5b92b9['createCommandEncoder'](),_0x88ffdd=_0x69b222['beginComputePass']();_0x88ffdd['setPipeline'](_0x52d020),_0x88ffdd['setBindGroup'](0x0,_0x25830a),_0x88ffdd['dispatchWorkgroups'](_0x4c9664,0x1,0x1),_0x88ffdd['end']();const _0x2c5c94={};_0x2c5c94['size']=_0x54d973,_0x2c5c94['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x1ad719=_0x5b92b9['createBuffer'](_0x2c5c94);_0x69b222['copyBufferToBuffer'](_0x41ee61,0x0,_0x1ad719,0x0,_0x54d973),_0x2da52b['submit']([_0x69b222['finish']()]),await _0x2da52b['onSubmittedWorkDone'](),await _0x1ad719['mapAsync'](GPUMapMode['READ']);const _0x5eeddc=new Uint32Array(_0x1ad719['getMappedRange']()['slice'](0x0));return _0x1ad719['unmap'](),_0x193b94['destroy'](),_0x41ee61['destroy'](),_0x2e18db['destroy'](),_0x1ad719['destroy'](),Array['from'](_0x5eeddc);}function medianOfTrials(_0xcafe90){const _0x4613e4=_0xcafe90[0x0]['length'],_0x21b9be=new Array(_0x4613e4);for(let _0x354105=0x0;_0x354105<_0x4613e4;_0x354105++){const _0x3f8cd7=_0xcafe90['map'](_0x3d9051=>_0x3d9051[_0x354105])['sort']((_0xc70aea,_0x197969)=>_0xc70aea-_0x197969),_0x44c3ec=Math['floor'](_0x3f8cd7['length']/0x2);_0x21b9be[_0x354105]=_0x3f8cd7['length']%0x2?_0x3f8cd7[_0x44c3ec]:(_0x3f8cd7[_0x44c3ec-0x1]+_0x3f8cd7[_0x44c3ec])/0x2;}return _0x21b9be;}function normalize(_0x46f242){const _0x4b7d6c=_0x46f242['reduce']((_0x3c2dea,_0x51a97a)=>_0x3c2dea+_0x51a97a,0x0)||0x1;return _0x46f242['map'](_0x4241cc=>_0x4241cc/_0x4b7d6c);}function downsample(_0x22beae,_0x86155d){const _0x5596d1=_0x22beae['length'],_0x5759ea=new Array(_0x86155d)['fill'](0x0);for(let _0x32b0d1=0x0;_0x32b0d1<_0x5596d1;_0x32b0d1++){_0x5759ea[Math['floor'](_0x32b0d1*_0x86155d/_0x5596d1)]+=_0x22beae[_0x32b0d1];}const _0x3f090d=_0x5759ea['reduce']((_0x3f1a90,_0x2637e7)=>_0x3f1a90+_0x2637e7,0x0)||0x1;return _0x5759ea['map'](_0x5c2dc6=>_0x5c2dc6/_0x3f090d);}async function getWebRtcDevices(){const _0x55732f=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x55732f===undefined||typeof _0x55732f['enumerateDevices']!=='function')return undefined;try{const _0x4caf74=await _0x55732f['enumerateDevices']();let _0xec2eea=0x0,_0x504b0c=0x0,_0x2d1746=0x0;const _0x22f2bd=[];for(const _0x496941 of _0x4caf74){_0x22f2bd['push'](_0x496941['kind']);if(_0x496941['kind']==='audioinput')_0xec2eea++;else{if(_0x496941['kind']==='audiooutput')_0x504b0c++;else _0x2d1746++;}}const _0x1815e5=_0x22f2bd['join'](',');let _0x23211c=0x0;for(let _0x5cbffd=0x0;_0x5cbffd<_0x1815e5['length'];_0x5cbffd++){_0x23211c=(_0x23211c<<0x5)-_0x23211c+_0x1815e5['charCodeAt'](_0x5cbffd)|0x0;}return{'audioInputCount':_0xec2eea,'audioOutputCount':_0x504b0c,'videoInputCount':_0x2d1746,'totalCount':_0x4caf74['length'],'kindsHash':(_0x23211c>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAppVersion(){const _0x258a83=navigator['appVersion'];if(typeof _0x258a83!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x258a83;}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x54fb0d}=window;if(typeof _0x54fb0d?.['canMakePayments']!=='function')return-0x1;if(willPrintConsoleError())return-0x3;try{return _0x54fb0d['canMakePayments']()?0x1:0x0;}catch(_0x244911){return getStateFromError(_0x244911);}}function getStateFromError(_0xe51880){if(_0xe51880 instanceof Error&&_0xe51880['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0xe51880['message']))return-0x2;throw _0xe51880;}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x339989=0x0;_0x339989<0x100;_0x339989++){let _0x54371e=_0x339989;for(let _0x32ad05=0x0;_0x32ad05<0x8;_0x32ad05++)_0x54371e=_0x54371e&0x1?0xedb88320^_0x54371e>>>0x1:_0x54371e>>>0x1;table[_0x339989]=_0x54371e;}return table;}function crc32(_0x238ce8){const _0x54bfcb=getTable();let _0x21269d=0xffffffff;for(let _0x29207e=0x0;_0x29207e<_0x238ce8['length'];_0x29207e++){_0x21269d=_0x54bfcb[(_0x21269d^_0x238ce8['charCodeAt'](_0x29207e))&0xff]^_0x21269d>>>0x8;}return(_0x21269d^0xffffffff)>>>0x0;}function summarizePrototype(_0x4f5094){const _0x3b9dd1={};_0x3b9dd1['count']=0x0,_0x3b9dd1['hash']=0x0;if(!_0x4f5094)return _0x3b9dd1;try{const _0x42b90a=Object['getOwnPropertyNames'](_0x4f5094)['sort'](),_0x12a404=_0x42b90a['join'](',');return{'count':_0x42b90a['length'],'hash':crc32(_0x12a404)};}catch{const _0x510432={};return _0x510432['count']=0x0,_0x510432['hash']=0x0,_0x510432;}}function isNativeFunction(_0x3acf2f){try{return typeof _0x3acf2f==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x3acf2f));}catch{return![];}}function getBomEnumeration(){try{const _0x320a1b=summarizePrototype(Navigator['prototype']),_0x118835=summarizePrototype(Screen['prototype']),_0x550661=summarizePrototype(HTMLElement['prototype']),_0x12d7b9=summarizePrototype(Document['prototype']),_0x1eb5b6={};_0x1eb5b6['count']=0x0,_0x1eb5b6['hash']=0x0;let _0x4ed235=_0x1eb5b6;typeof Performance!=='undefined'&&(_0x4ed235=summarizePrototype(Performance['prototype']));const _0x1fef58=_0x320a1b['count']+_0x118835['count']+_0x550661['count']+_0x12d7b9['count']+_0x4ed235['count'],_0x5b0895=window,_0x8268a='chrome'in window&&typeof _0x5b0895['chrome']==='object',_0x2134ef=typeof navigator['brave']==='object',_0x4ae9d4='__playwright'in _0x5b0895||'__selenium_unwrapped'in _0x5b0895||'__webdriver_evaluate'in _0x5b0895||'__nightmare'in _0x5b0895||'_phantom'in _0x5b0895||'__lastWatirAlert'in _0x5b0895;let _0x4aa19d=!![];try{const _0x432c8b=navigator['plugins'];_0x4aa19d=_0x432c8b['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x4aa19d=![];}let _0x24a9ca=!![];try{const _0x3d7688=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x3d7688?.['get']&&(_0x24a9ca=isNativeFunction(_0x3d7688['get']));}catch{_0x24a9ca=![];}const _0x2712f1=typeof SharedWorker!=='undefined',_0xa77b6e=typeof Notification!=='undefined',_0x2c15fa={};_0x2c15fa['hasChrome']=_0x8268a,_0x2c15fa['hasBraveShield']=_0x2134ef,_0x2c15fa['hasAutomation']=_0x4ae9d4,_0x2c15fa['pluginConsistent']=_0x4aa19d,_0x2c15fa['webdriverNative']=_0x24a9ca,_0x2c15fa['hasSharedWorker']=_0x2712f1,_0x2c15fa['hasNotification']=_0xa77b6e;const _0xe161c={};return _0xe161c['nav']=_0x320a1b,_0xe161c['scr']=_0x118835,_0xe161c['html']=_0x550661,_0xe161c['doc']=_0x12d7b9,_0xe161c['perf']=_0x4ed235,_0xe161c['total']=_0x1fef58,_0xe161c['markers']=_0x2c15fa,_0xe161c;}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 getConnectionInfo(){try{const _0x60fa17=navigator['connection'];if(!_0x60fa17)return null;const _0x16a55f=Object['getOwnPropertyDescriptor'](_0x60fa17,Symbol['toStringTag']);if(_0x16a55f?.['configurable']===!![])return!![];for(let _0x3c94c2=0x0;_0x3c94c2<_0x60fa17['length'];_0x3c94c2++){const _0x5d3674=Object['getOwnPropertyDescriptor'](_0x60fa17,_0x3c94c2);if(_0x5d3674!==undefined&&(_0x5d3674['configurable']===!![]||_0x5d3674['enumerable']===!![]))return!![];}return![];}catch{return null;}}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(_0x199f33){return matchMedia('(prefers-contrast:\x20'+_0x199f33+')')['matches'];}function areCookiesEnabled(){const _0xe7d14c=document;try{_0xe7d14c['cookie']='cookietest=1;\x20SameSite=Strict;';const _0xe910f3=_0xe7d14c['cookie']['indexOf']('cookietest=')!==-0x1;return _0xe7d14c['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0xe910f3;}catch{return![];}}function getDateTimeLocale(){const _0x15f1aa=window['Intl'];if(_0x15f1aa===undefined)return-0x1;const _0x2dee45=_0x15f1aa['DateTimeFormat'];if(_0x2dee45===undefined)return-0x2;const _0x1b15d7=_0x2dee45()['resolvedOptions']()['locale'];if(!_0x1b15d7&&_0x1b15d7!=='')return-0x3;return _0x1b15d7;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x56f93f=window['devicePixelRatio'];return _0x56f93f??null;}function getDoNotTrack(){const _0x29bd2f=navigator['doNotTrack'];return _0x29bd2f??null;}function getDocumentAttributes(){try{return document['documentElement']['getAttributeNames']();}catch{return[];}}function getDocumentFocus(){try{return document['hasFocus']();}catch{return![];}}async function getFileSystemAccess(){try{const _0x53a01d=navigator['storage'];if(_0x53a01d===undefined||typeof _0x53a01d['getDirectory']!=='function')return undefined;return await _0x53a01d['getDirectory'](),!![];}catch{return![];}}async function getFilesystemApi(){if(isChromium()&&isChromium86OrNewer())return null;const _0x309b0f=window;if(typeof _0x309b0f['webkitRequestFileSystem']!=='function')return null;try{return await Promise['race']([new Promise(_0x582d70=>{const _0x361dce=_0x309b0f['webkitRequestFileSystem'];_0x361dce!==undefined&&_0x361dce(0x0,0x1,()=>_0x582d70(!![]),()=>_0x582d70(![]));}),new Promise(_0x443f45=>setTimeout(()=>_0x443f45(null),0x64))]);}catch{return null;}}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x2341cf){return matchMedia('(forced-colors:\x20'+_0x2341cf+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x1fd26e,_0x54769b)=>{const _0x130652=_0x54769b['document'],_0x3e917=_0x130652['createElement']('input');_0x3e917['type']='radio',_0x130652['body']['appendChild'](_0x3e917);const _0x5f27e5=_0x54769b['getComputedStyle'](_0x3e917)['getPropertyValue']('font-family');return _0x130652['body']['removeChild'](_0x3e917),_0x5f27e5||undefined;});}function getHardwareConcurrency(){const _0x5c8198=getUnstableHardwareConcurrency();if(_0x5c8198!==undefined&&isGecko()&&isGecko143OrNewer())return _0x5c8198>=0x8?0x8:0x4;return _0x5c8198;}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(_0x49d4dd){return matchMedia('(dynamic-range:\x20'+_0x49d4dd+')')['matches'];}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x21fda0=await Promise['race']([new Promise(_0x6c87c2=>{try{const _0x2c7cd2='mw_blob_test',_0x5624d5='store',_0x42d938=indexedDB['deleteDatabase'](_0x2c7cd2);_0x42d938['onsuccess']=_0x27633f,_0x42d938['onerror']=_0x27633f;function _0x27633f(){try{const _0x328735=indexedDB['open'](_0x2c7cd2,0x1);_0x328735['onupgradeneeded']=()=>{try{_0x328735['result']['createObjectStore'](_0x5624d5);}catch{_0x6c87c2(null);}},_0x328735['onsuccess']=()=>{try{const _0x4c4ea5=_0x328735['result'],_0x3e485e=_0x4c4ea5['transaction'](_0x5624d5,'readwrite'),_0x2263b4=_0x3e485e['objectStore'](_0x5624d5);try{const _0x5844ce=_0x2263b4['put'](new Blob(['test']),'blob_key');_0x5844ce['onsuccess']=()=>{_0x4c4ea5['close']();try{indexedDB['deleteDatabase'](_0x2c7cd2);}catch{}_0x6c87c2(![]);},_0x5844ce['onerror']=()=>{_0x4c4ea5['close']();try{indexedDB['deleteDatabase'](_0x2c7cd2);}catch{}const _0x2abb46=_0x5844ce['error']?.['message']??'';_0x6c87c2(_0x2abb46['includes']('not\x20yet\x20supported')||_0x2abb46['includes']('not\x20supported'));};}catch(_0xc0f5ab){_0x4c4ea5['close']();try{indexedDB['deleteDatabase'](_0x2c7cd2);}catch{}if(_0xc0f5ab instanceof DOMException){const _0x19a34e=_0xc0f5ab['message'];_0x6c87c2(_0x19a34e['includes']('not\x20yet\x20supported')||_0x19a34e['includes']('not\x20supported'));}else _0x6c87c2(null);}}catch{_0x6c87c2(null);}},_0x328735['onerror']=()=>{_0x6c87c2(null);};}catch{_0x6c87c2(null);}}}catch{_0x6c87c2(null);}}),new Promise(_0xcddb29=>setTimeout(()=>_0xcddb29(null),0x3e8))]);return _0x21fda0;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x2e4b64){return matchMedia('(inverted-colors:\x20'+_0x2e4b64+')')['matches'];}function getLanguages(){const _0x1322e8=navigator,_0x1da190=[],_0x122a54=_0x1322e8['language']??_0x1322e8['userLanguage']??_0x1322e8['browserLanguage']??_0x1322e8['systemLanguage'];_0x122a54!==undefined&&_0x1da190['push']([_0x122a54]);if(Array['isArray'](_0x1322e8['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x1da190['push'](_0x1322e8['languages']);else{if(typeof _0x1322e8['languages']==='string'){const _0x169178=_0x1322e8['languages'];_0x169178!==''&&_0x1da190['push'](_0x169178['split'](','));}}return _0x1da190;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getLocaleCurrency(){try{const _0x57ac54=navigator['language'];if(!_0x57ac54)return null;const _0x1b5539={};_0x1b5539['style']='currency',_0x1b5539['currency']='USD';const _0x2d98ad=0x1['toLocaleString'](_0x57ac54,_0x1b5539),_0x34d269={};_0x34d269['style']='currency',_0x34d269['currency']='USD';const _0x9f57da=0x1['toLocaleString'](undefined,_0x34d269),_0x111d23={};return _0x111d23['match']=_0x2d98ad===_0x9f57da,_0x111d23['explicit']=_0x2d98ad,_0x111d23['implicit']=_0x9f57da,_0x111d23;}catch{return null;}}const _0x10d660={};_0x10d660['any-hover']=['hover','none'],_0x10d660['any-pointer']=['none','coarse','fine'],_0x10d660['pointer']=['none','coarse','fine'],_0x10d660['hover']=['hover','none'],_0x10d660['update']=['fast','slow'],_0x10d660['scripting']=['none','initial-only','enabled'];const queries=_0x10d660;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x15f693={};for(const [_0x597e77,_0x24d282]of Object['entries'](queries)){for(const _0x298e1d of _0x24d282){if(matchMedia('('+_0x597e77+':\x20'+_0x298e1d+')')['matches']){_0x15f693[_0x597e77]=_0x298e1d;break;}}}return _0x15f693;}function getMimeTypes(){try{const _0x5c76b4=navigator['mimeTypes'];if(_0x5c76b4===undefined)return undefined;let _0x37db9d=Object['getPrototypeOf'](_0x5c76b4)===MimeTypeArray['prototype'];for(let _0x361ca7=0x0;_0x361ca7<_0x5c76b4['length'];_0x361ca7++){_0x37db9d&&(_0x37db9d=Object['getPrototypeOf'](_0x5c76b4[_0x361ca7])===MimeType['prototype']);}return _0x37db9d;}catch{return undefined;}}function getNavigatorLanguages(){const _0x508511=navigator['languages'];return _0x508511??null;}function getNetworkRTT(){const _0x52db88=navigator;return _0x52db88['connection']?.['rtt']??undefined;}function getOsCpu(){return navigator['oscpu'];}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x1e4481=performance['memory'];if(_0x1e4481===undefined||typeof _0x1e4481['jsHeapSizeLimit']!=='number')return undefined;return _0x1e4481['jsHeapSizeLimit'];}function getPerformanceResolution(){const _0x1bf371=window['performance'];if(typeof _0x1bf371['now']!=='function')return null;let _0x3ca2cc=0x1,_0x21f28a=0x1,_0x3de885=_0x1bf371['now'](),_0x1e8b68=_0x3de885;for(let _0x304a9b=0x0;_0x304a9b<0xc350;_0x304a9b++){_0x3de885=_0x1e8b68,_0x1e8b68=_0x1bf371['now']();if(_0x3de885<_0x1e8b68){const _0x1a8c65=_0x1e8b68-_0x3de885;if(_0x1a8c65>_0x3ca2cc){if(_0x1a8c65<_0x21f28a)_0x21f28a=_0x1a8c65;}else _0x1a8c65<_0x3ca2cc&&(_0x21f28a=_0x3ca2cc,_0x3ca2cc=_0x1a8c65);}}return[_0x3ca2cc,_0x21f28a];}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'];async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x2156eb=0x3,_0x43b232=[];for(let _0xeb6919=0x0;_0xeb6919<_0x2156eb;_0xeb6919++){const _0x56f122={},_0x42c623=permissionNames['map'](async _0x40de91=>{try{const _0xe61177={};_0xe61177['name']=_0x40de91;const _0x1b6bc1=await navigator['permissions']['query'](_0xe61177);_0x56f122[_0x40de91]=_0x1b6bc1['state'];}catch{}});await Promise['all'](_0x42c623),_0x43b232['push'](_0x56f122);}const _0x318cab={},_0x3a4b35=new Set(_0x43b232['flatMap'](_0x18fb07=>Object['keys'](_0x18fb07)));for(const _0xd9e011 of _0x3a4b35){const _0x2ad36e={};for(const _0x14e465 of _0x43b232){const _0x29aefe=_0x14e465[_0xd9e011];_0x29aefe&&(_0x2ad36e[_0x29aefe]=(_0x2ad36e[_0x29aefe]||0x0)+0x1);}let _0x229483='',_0x31cace=0x0;for(const [_0x28c9d6,_0x141896]of Object['entries'](_0x2ad36e)){_0x141896>_0x31cace&&(_0x229483=_0x28c9d6,_0x31cace=_0x141896);}_0x229483&&(_0x318cab[_0xd9e011]=_0x229483);}return _0x318cab;}function getPlatform(){const {platform:_0x34ea09}=navigator;if(_0x34ea09==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x34ea09;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x391bef=navigator['plugins'];let _0x1c2d8f=Object['getPrototypeOf'](_0x391bef)===PluginArray['prototype'];for(let _0x2b1671=0x0;_0x2b1671<_0x391bef['length'];_0x2b1671++){_0x1c2d8f&&(_0x1c2d8f=Object['getPrototypeOf'](_0x391bef[_0x2b1671])===Plugin['prototype']);}return _0x1c2d8f;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x45df2d=navigator['plugins'],_0x325087=[];for(let _0x3bf2d1=0x0;_0x3bf2d1<_0x45df2d['length'];++_0x3bf2d1){const _0x33a5d3=_0x45df2d['item'](_0x3bf2d1);if(_0x33a5d3===null)continue;const _0x2e7d25=[];for(let _0x49a978=0x0;_0x49a978<_0x33a5d3['length'];++_0x49a978){const _0x144279=_0x33a5d3[_0x49a978],_0x1595c7={};_0x1595c7['type']=_0x144279['type'],_0x1595c7['suffixes']=_0x144279['suffixes'],_0x2e7d25['push'](_0x1595c7);}const _0x3adbea={};_0x3adbea['name']=_0x33a5d3['name'],_0x3adbea['description']=_0x33a5d3['description'],_0x3adbea['mimeTypes']=_0x2e7d25,_0x325087['push'](_0x3adbea);}return _0x325087;}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 _0x3e2c36=navigator['plugins'];if(typeof _0x3e2c36['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x3e2c36['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(_0x35c2d0){return matchMedia('(prefers-reduced-motion:\x20'+_0x35c2d0+')')['matches'];}const screenFrameCheckInterval=0x9c4,roundingPrecision=0xa;let screenFrameBackup,screenFrameSizeTimeoutId;function watchScreenFrame(){if(screenFrameSizeTimeoutId!==undefined)return;const _0x5e7b2a=()=>{const _0x25bedb=getCurrentScreenFrame();isFrameSizeNull(_0x25bedb)?screenFrameSizeTimeoutId=setTimeout(_0x5e7b2a,screenFrameCheckInterval):(screenFrameBackup=_0x25bedb,screenFrameSizeTimeoutId=undefined);};_0x5e7b2a();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x32c467=getCurrentScreenFrame();if(isFrameSizeNull(_0x32c467)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x32c467=getCurrentScreenFrame());}return!isFrameSizeNull(_0x32c467)&&(screenFrameBackup=_0x32c467),_0x32c467;};}function getScreenFrame(){const _0x3b5f20=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x189d74=isGecko()&&isGecko143OrNewer();if(_0x3b5f20||_0x189d74)return()=>Promise['resolve'](undefined);const _0x568f27=getUnstableScreenFrame();return async()=>{const _0x4e1235=await _0x568f27(),_0x18efe3=_0x61143c=>_0x61143c===null?null:round$1(_0x61143c,roundingPrecision);return[_0x18efe3(_0x4e1235[0x0]),_0x18efe3(_0x4e1235[0x1]),_0x18efe3(_0x4e1235[0x2]),_0x18efe3(_0x4e1235[0x3])];};}function getCurrentScreenFrame(){const _0x4407ed=screen;return[replaceNaN(toFloat(_0x4407ed['availTop']),null),replaceNaN(toFloat(_0x4407ed['width'])-toFloat(_0x4407ed['availWidth'])-replaceNaN(toFloat(_0x4407ed['availLeft']),0x0),null),replaceNaN(toFloat(_0x4407ed['height'])-toFloat(_0x4407ed['availHeight'])-replaceNaN(toFloat(_0x4407ed['availTop']),0x0),null),replaceNaN(toFloat(_0x4407ed['availLeft']),null)];}function isFrameSizeNull(_0x362b64){for(let _0x52324b=0x0;_0x52324b<0x4;++_0x52324b){if(_0x362b64[_0x52324b]!==null&&_0x362b64[_0x52324b]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x54b19f,_0x5e3a9b)=>{const _0x3aaf99=_0x5e3a9b['screen'],_0xe2993d=_0x178139=>{const _0x5b4030=parseInt(_0x178139);return typeof _0x5b4030==='number'&&isNaN(_0x5b4030)?-0x1:_0x5b4030;};return{'w':_0xe2993d(_0x3aaf99['width']),'h':_0xe2993d(_0x3aaf99['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x2fe24c=screen,_0x17741a=_0x34b815=>replaceNaN(toInt(_0x34b815),null),_0x55efc2=[_0x17741a(_0x2fe24c['width']),_0x17741a(_0x2fe24c['height'])];return _0x55efc2['sort']()['reverse'](),_0x55efc2;}const MIN_EVENTS=0x5,velocities=[];let lastY=0x0,lastTime=0x0,observing$1=![];function startObserving$1(){if(observing$1||typeof window==='undefined')return;observing$1=!![];const _0xbadba={};_0xbadba['passive']=!![],window['addEventListener']('scroll',()=>{const _0x349209=performance['now'](),_0xd64d68=window['scrollY'];if(lastTime>0x0){const _0x519089=_0x349209-lastTime;if(_0x519089>0x0&&_0x519089<0x1f4){const _0x48897c=Math['abs'](_0xd64d68-lastY)/(_0x519089/0x3e8);velocities['push'](Math['round'](_0x48897c));}}lastY=_0xd64d68,lastTime=_0x349209;},_0xbadba);}function getScrollBehavior(){startObserving$1();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0x5c99a7=[...velocities]['sort']((_0x2de760,_0x3467c1)=>_0x2de760-_0x3467c1),_0x48d7b2=_0x5c99a7[Math['floor'](_0x5c99a7['length']*0.5)]??0x0,_0x5b2d24=_0x5c99a7[Math['floor'](_0x5c99a7['length']*0.9)]??0x0,_0x2c8d03={};return _0x2c8d03['p50']=_0x48d7b2,_0x2c8d03['p90']=_0x5b2d24,_0x2c8d03['count']=_0x5c99a7['length'],Promise['resolve'](_0x2c8d03);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x579afe,_0x56176e)=>{const _0x32ce1a=_0x56176e['document'],_0x31e3d7=_0x32ce1a['createElement']('div');_0x31e3d7['style']['width']='100px',_0x31e3d7['style']['height']='100px',_0x31e3d7['style']['overflow']='scroll',_0x31e3d7['style']['visibility']='hidden',_0x32ce1a['body']['appendChild'](_0x31e3d7);const _0x13aa9c=_0x31e3d7['offsetWidth']===_0x31e3d7['clientWidth'];return _0x32ce1a['body']['removeChild'](_0x31e3d7),_0x13aa9c;});}function getSessionStorage(){try{const _0x155348=window['sessionStorage'];return _0x155348!==null&&_0x155348!==undefined;}catch{return!![];}}async function getStorageEstimate(){const _0x543835=navigator['storage'];if(_0x543835===undefined||typeof _0x543835['estimate']!=='function')return null;try{const _0x5d4637=await Promise['race']([_0x543835['estimate'](),new Promise((_0x49ccdf,_0x5da96d)=>setTimeout(()=>_0x5da96d(new Error('timeout')),0x1f4))]);if(_0x5d4637['quota']!==undefined&&_0x5d4637['quota']>0x0)return Math['round'](_0x5d4637['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x1a3f16=navigator['storage'];if(_0x1a3f16===undefined)return null;const _0x35bef0=_0x1a3f16['getDirectory'];if(typeof _0x35bef0!=='function')return null;try{const _0x460605=await Promise['race']([_0x1a3f16['getDirectory']()['then'](()=>'',_0x417e88=>_0x417e88 instanceof Error?_0x417e88['message']:String(_0x417e88)),new Promise((_0x3ea260,_0x33e9da)=>setTimeout(()=>_0x33e9da(new Error('timeout')),0xfa))]);return _0x460605;}catch{return null;}}const _0x4d4288={};_0x4d4288['AccentColor']='ac',_0x4d4288['AccentColorText']='act',_0x4d4288['ActiveText']='at',_0x4d4288['ActiveBorder']='ab',_0x4d4288['ActiveCaption']='aca',_0x4d4288['AppWorkspace']='aw',_0x4d4288['Background']='b',_0x4d4288['ButtonHighlight']='bh',_0x4d4288['ButtonShadow']='bs',_0x4d4288['ButtonBorder']='bb',_0x4d4288['ButtonFace']='bf',_0x4d4288['ButtonText']='bt',_0x4d4288['FieldText']='ft',_0x4d4288['GrayText']='gt',_0x4d4288['Highlight']='h',_0x4d4288['HighlightText']='ht',_0x4d4288['InactiveBorder']='ib',_0x4d4288['InactiveCaption']='ic',_0x4d4288['InactiveCaptionText']='ict',_0x4d4288['InfoBackground']='ib',_0x4d4288['InfoText']='it',_0x4d4288['LinkText']='lt',_0x4d4288['Mark']='m',_0x4d4288['Menu']='me',_0x4d4288['Scrollbar']='s',_0x4d4288['ThreeDDarkShadow']='tdds',_0x4d4288['ThreeDFace']='tdf',_0x4d4288['ThreeDHighlight']='tdh',_0x4d4288['ThreeDLightShadow']='tdls',_0x4d4288['ThreeDShadow']='tds',_0x4d4288['VisitedText']='vt',_0x4d4288['Window']='w',_0x4d4288['WindowFrame']='wf',_0x4d4288['WindowText']='wt',_0x4d4288['Selecteditem']='si',_0x4d4288['Selecteditemtext']='sit';const systemColorMap=_0x4d4288;function getSystemColors(){return getIframePool()['execute']((_0x2f5bcd,_0xe398a)=>{const _0x17e827=_0xe398a['document'];_0x17e827['documentElement']['style']['colorScheme']='light';const _0x2e4e0f=_0x17e827['createElement']('div');_0x17e827['body']['appendChild'](_0x2e4e0f);const _0x5671ba={};for(const _0x1baeea of Object['keys'](systemColorMap)){_0x2e4e0f['style']['color']=_0x1baeea,_0x5671ba[systemColorMap[_0x1baeea]]=_0xe398a['getComputedStyle'](_0x2e4e0f)['color'];}return _0x17e827['body']['removeChild'](_0x2e4e0f),_0x5671ba;});}function getTimezone(){const _0x516ee6=window['Intl'],_0x99385=_0x516ee6?.['DateTimeFormat'];if(_0x99385!==undefined){const _0x3c5756=new _0x99385()['resolvedOptions']()['timeZone'];if(_0x3c5756!=='')return _0x3c5756;}const _0x25e119=-getTimezoneOffset();return'UTC'+(_0x25e119>=0x0?'+':'')+_0x25e119;}function getTimezoneOffset(){const _0x8885c5=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0x8885c5,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0x8885c5,0x6,0x1)['getTimezoneOffset']()));}function getMeasuredTimezone(){let _0x1016c8='';try{const _0x458dad=window['Intl'],_0x5c1c4c=_0x458dad?.['DateTimeFormat'];_0x5c1c4c!==undefined&&(_0x1016c8=new _0x5c1c4c()['resolvedOptions']()['timeZone']);}catch{}const _0x576ce7=new Date()['getTimezoneOffset'](),_0x46194d=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x308902={};return _0x308902['reported']=_0x1016c8,_0x308902['offset']=_0x576ce7,_0x308902['historicalOffset']=_0x46194d,_0x308902;}function getTouchSupport(){const _0x52445a=navigator;let _0x539a5d=0x0,_0x2b0ad9;if('maxTouchPoints'in _0x52445a)_0x539a5d=toInt(_0x52445a['maxTouchPoints']);else _0x52445a['msMaxTouchPoints']!==undefined&&(_0x539a5d=_0x52445a['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x2b0ad9=!![];}catch{_0x2b0ad9=![];}const _0x3f8b0b='ontouchstart'in window,_0x5c3bc2={};return _0x5c3bc2['maxTouchPoints']=_0x539a5d,_0x5c3bc2['touchEvent']=_0x2b0ad9,_0x5c3bc2['touchStart']=_0x3f8b0b,_0x5c3bc2;}function getUserAgent(){return navigator['userAgent'];}function getVendor(){return navigator['vendor']||'';}function getWindowDimensions(){const _0x2c1b7e={};return _0x2c1b7e['outerWidth']=window['outerWidth'],_0x2c1b7e['outerHeight']=window['outerHeight'],_0x2c1b7e['innerWidth']=window['innerWidth'],_0x2c1b7e['innerHeight']=window['innerHeight'],_0x2c1b7e;}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0x26f48a=document['createElement']('canvas');_0x26f48a['width']=0x1,_0x26f48a['height']=0x1;const _0x3f2cbf=_0x26f48a['getContext']('2d');if(!_0x3f2cbf)return null;_0x3f2cbf['clearRect'](0x0,0x0,0x1,0x1);const _0x2c4dd6=_0x3f2cbf['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x2c4dd6[0x0]!==0x0||_0x2c4dd6[0x1]!==0x0||_0x2c4dd6[0x2]!==0x0||_0x2c4dd6[0x3]!==0x0;}catch{return null;}}const CSS_PROPERTIES=['display','direction','unicode-bidi','writing-mode','color','font-family'];function getComputedStyleSignal(){const _0x110cf4=window['getComputedStyle'](document['documentElement']);let _0x1452ef=0x0;for(const _0x28a90a of CSS_PROPERTIES){_0x110cf4['getPropertyValue'](_0x28a90a)!==''&&_0x1452ef++;}return _0x1452ef>=0x4;}function getCreateElementDescriptor(){const _0x4456c7=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x4456c7?!('writeable'in _0x4456c7):null;}async function getDrmPersistence(){try{if(typeof navigator['requestMediaKeySystemAccess']!=='function')return null;const _0x48082a=['com.widevine.alpha','com.microsoft.playready'],_0x2c49d2={},_0x111e3a=_0x48082a['map'](async _0x3fc2ee=>{const _0x3894e6={};_0x3894e6['persistent']=![],_0x3894e6['temporary']=![];const _0x4c3770=_0x3894e6;try{const _0x5da61f={};_0x5da61f['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x5e5e90={};_0x5e5e90['initDataTypes']=['cenc'],_0x5e5e90['audioCapabilities']=[_0x5da61f],_0x5e5e90['sessionTypes']=['persistent-license'],await navigator['requestMediaKeySystemAccess'](_0x3fc2ee,[_0x5e5e90]),_0x4c3770['persistent']=!![];}catch{}try{const _0x6c1e51={};_0x6c1e51['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x52f518={};_0x52f518['initDataTypes']=['cenc'],_0x52f518['audioCapabilities']=[_0x6c1e51],_0x52f518['sessionTypes']=['temporary'],await navigator['requestMediaKeySystemAccess'](_0x3fc2ee,[_0x52f518]),_0x4c3770['temporary']=!![];}catch{}_0x2c49d2[_0x3fc2ee]=_0x4c3770;});return await Promise['race']([Promise['all'](_0x111e3a),new Promise(_0x1c438e=>setTimeout(_0x1c438e,0x1f4))]),Object['keys'](_0x2c49d2)['length']>0x0?_0x2c49d2:null;}catch{return null;}}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x594223){if(_0x594223 instanceof Error&&_0x594223['stack']!==undefined)return _0x594223['stack']['toString']();}return undefined;}function hasWindowProp(_0x4f8a1f){return _0x4f8a1f in window;}function getExtensionDetection(){const _0xef5ce3=[['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__')]],_0x59abfb=[];let _0x11d903='';for(const [_0x2f239f,_0x111c1e]of _0xef5ce3){let _0x228d67=![];try{_0x228d67=_0x111c1e();}catch{}_0x228d67&&_0x59abfb['push'](_0x2f239f),_0x11d903+=_0x228d67?'1':'0';}const _0xa40ee1={};return _0xa40ee1['detected']=_0x59abfb,_0xa40ee1['bitmask']=_0x11d903,_0xa40ee1;}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(_0x150619,_0x3dc4f3){let _0x2d5b33=null,_0x3f5db2=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x5cf88a,_0x314a05,_0x31d9ce]of _0x150619){try{const _0x1be362=_0x314a05===''?CSS['supports'](_0x5cf88a):CSS['supports'](_0x5cf88a,_0x314a05);_0x1be362&&(_0x2d5b33===null||_0x31d9ce>_0x2d5b33)&&(_0x2d5b33=_0x31d9ce);}catch{}}for(const [_0x4fbd01,_0x82e89b]of _0x3dc4f3){try{_0x4fbd01()&&(_0x3f5db2===null||_0x82e89b>_0x3f5db2)&&(_0x3f5db2=_0x82e89b);}catch{}}const _0x489583={};return _0x489583['cssVersion']=_0x2d5b33,_0x489583['jsVersion']=_0x3f5db2,_0x489583;}function parseUAVersion(_0x5e415b){const _0x27a2a7=navigator['userAgent'];if(_0x5e415b==='chromium'){const _0x15a656=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x27a2a7);return _0x15a656?parseInt(_0x15a656[0x1],0xa):null;}if(_0x5e415b==='gecko'){const _0x503505=/Firefox\/(\d+)/['exec'](_0x27a2a7);return _0x503505?parseInt(_0x503505[0x1],0xa):null;}if(_0x5e415b==='webkit'){const _0x33c5eb=/Version\/(\d+)/['exec'](_0x27a2a7);return _0x33c5eb?parseInt(_0x33c5eb[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x5a3543='unknown';try{if(isChromium())_0x5a3543='chromium';else{if(isGecko())_0x5a3543='gecko';else isWebKit()&&(_0x5a3543='webkit');}}catch{return null;}if(_0x5a3543==='unknown'){const _0x3d2989={};return _0x3d2989['cssVersion']=null,_0x3d2989['jsVersion']=null,_0x3d2989['uaVersion']=null,_0x3d2989['mismatch']=![],_0x3d2989['engine']=_0x5a3543,_0x3d2989;}let _0x296a2b,_0x58b43f;if(_0x5a3543==='chromium')_0x296a2b=CHROMIUM_CSS,_0x58b43f=CHROMIUM_JS;else _0x5a3543==='gecko'?(_0x296a2b=GECKO_CSS,_0x58b43f=GECKO_JS):(_0x296a2b=WEBKIT_CSS,_0x58b43f=WEBKIT_JS);const {cssVersion:_0x18d7f6,jsVersion:_0x398016}=detectVersion(_0x296a2b,_0x58b43f),_0x4e6bca=parseUAVersion(_0x5a3543);let _0x28d500=![];if(_0x4e6bca!==null){const _0x489bec=Math['max'](_0x18d7f6??0x0,_0x398016??0x0);_0x489bec>0x0&&_0x4e6bca-_0x489bec>0x14&&(_0x28d500=!![]);}const _0x2332e6={};return _0x2332e6['cssVersion']=_0x18d7f6,_0x2332e6['jsVersion']=_0x398016,_0x2332e6['uaVersion']=_0x4e6bca,_0x2332e6['mismatch']=_0x28d500,_0x2332e6['engine']=_0x5a3543,_0x2332e6;}function getGetterProxyDetection(){const _0x326c2c=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x326c2c?.['get'])return null;const _0x21de3b=window['Function'],_0x4d84af=window['Object'];let _0x3a8f2e=![];try{const _0x35478f=window;_0x3a8f2e=delete _0x35478f['Function']&&delete _0x35478f['Object'];}catch{_0x3a8f2e=![];}if(!_0x3a8f2e)return _0x4776f4(),null;try{return _0x326c2c['get']['toString'](),![];}catch{return!![];}finally{_0x4776f4();}function _0x4776f4(){try{window['Function']=_0x21de3b,window['Object']=_0x4d84af;}catch{}}}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 _0x5149b5={},_0x464318={};for(const [_0x55d62e,_0x438634]of GETTER_TARGETS){const _0x537d5a=window[_0x55d62e];if(_0x537d5a===null||_0x537d5a===undefined||typeof _0x537d5a!=='object')continue;for(const _0x57e9d1 of _0x438634){try{const _0x56b24b=Object['getOwnPropertyDescriptor'](_0x537d5a,_0x57e9d1)?.['get']?.['toString']();_0x56b24b!==undefined&&(_0x5149b5[_0x55d62e+'.'+_0x57e9d1]=_0x56b24b);}catch{}}}for(const _0x46643f of TAMPER_CHECK_PROPS){try{const _0x100986=Object['getOwnPropertyDescriptor'](navigator,_0x46643f);if(_0x100986!==undefined){const _0x40fcea={};if(_0x100986['writable']===!![])_0x40fcea['writable']=!![];if(_0x100986['configurable']===!![])_0x40fcea['configurable']=!![];(_0x40fcea['writable']===!![]||_0x40fcea['configurable']===!![])&&(_0x464318[_0x46643f]=_0x40fcea);}}catch{}}const _0x18df99={};return _0x18df99['overrides']=_0x5149b5,_0x18df99['tampered']=_0x464318,_0x18df99;}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 _0x46afff=document['createElement']('canvas'),_0x29d167=_0x46afff['getContext']('webgl')??_0x46afff['getContext']('experimental-webgl');if(!_0x29d167)return null;const _0x537329=_0x29d167['getExtension']('WEBGL_debug_renderer_info');if(!_0x537329)return null;const _0x60ad1f=_0x29d167['getParameter'](_0x537329['UNMASKED_RENDERER_WEBGL']);if(!_0x60ad1f)return null;let _0x32dee3=_0x60ad1f;const _0x3c4649=_0x32dee3['match'](/^ANGLE \((.+)\)$/);if(_0x3c4649){_0x32dee3=_0x3c4649[0x1];const _0x94b6f9=_0x32dee3['lastIndexOf'](',');_0x94b6f9!==-0x1&&(_0x32dee3=_0x32dee3['substring'](0x0,_0x94b6f9));}const _0x3782f5=_0x32dee3['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x9d152=0x0;for(let _0x16de91=0x0;_0x16de91<_0x3782f5['length']-0x1;_0x16de91++){const _0x362c38=_0x3782f5[_0x16de91]+_0x3782f5[_0x16de91+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x362c38)&&_0x9d152++;}const _0xc0cea0={};return _0xc0cea0['score']=_0x9d152,_0xc0cea0['gibberish']=_0x9d152>0x2,_0xc0cea0['renderer']=_0x60ad1f,_0xc0cea0;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x10edb9=document['createElement']('iframe');_0x10edb9['style']['display']='none',document['body']['appendChild'](_0x10edb9);try{const _0x21206d=_0x10edb9['contentWindow'];if(!_0x21206d){const _0x118644={};return _0x118644['accessible']=![],_0x118644['proxyDetected']=![],_0x118644['selfConsistent']=![],_0x118644['frameElementNull']=![],_0x118644;}let _0x10242e=![];try{_0x10242e=_0x21206d['self']===_0x21206d;}catch{_0x10242e=![];}let _0x3b71d7=![];try{const _0x354d9d=Object['prototype']['toString']['call'](_0x21206d);_0x354d9d!=='[object\x20Window]'&&_0x354d9d!=='[object\x20global]'&&(_0x3b71d7=!![]);}catch{_0x3b71d7=!![];}try{const _0x319e3c=Object['getOwnPropertyDescriptor'](_0x21206d,'self');if(_0x319e3c===undefined&&!_0x3b71d7){}}catch{_0x3b71d7=!![];}let _0x2acd35=![];try{_0x2acd35=_0x21206d['frameElement']===null;}catch{_0x2acd35=!![];}const _0x2d77bf={};return _0x2d77bf['accessible']=!![],_0x2d77bf['proxyDetected']=_0x3b71d7,_0x2d77bf['selfConsistent']=_0x10242e,_0x2d77bf['frameElementNull']=_0x2acd35,_0x2d77bf;}finally{document['body']['removeChild'](_0x10edb9);}}catch{return null;}}function getIframeSignals(){return new Promise(_0x33cd44=>{try{const _0x45255c=document['createElement']('iframe');_0x45255c['style']['display']='none',_0x45255c['style']['width']='0',_0x45255c['style']['height']='0',_0x45255c['style']['position']='absolute',_0x45255c['style']['top']='-9999px';let _0x2d1cde=null;const _0xcaff96=()=>{if(_0x2d1cde!==null)clearTimeout(_0x2d1cde);try{_0x45255c['parentNode']&&_0x45255c['parentNode']['removeChild'](_0x45255c);}catch{}};_0x2d1cde=setTimeout(()=>{_0xcaff96(),_0x33cd44(null);},0x7d0),_0x45255c['onload']=()=>{try{const _0x199184=_0x45255c['contentWindow'];if(!_0x199184){_0xcaff96(),_0x33cd44(null);return;}const _0x42e65f=_0x199184['navigator'],_0x23f06d={};_0x23f06d['webdriver']=_0x42e65f['webdriver'],_0x23f06d['platform']=_0x42e65f['platform'],_0x23f06d['hardwareConcurrency']=_0x42e65f['hardwareConcurrency'],_0x23f06d['deviceMemory']=_0x42e65f['deviceMemory'],_0x23f06d['language']=_0x42e65f['language'];const _0x1cfb4b=_0x23f06d;_0xcaff96(),_0x33cd44(_0x1cfb4b);}catch{_0xcaff96(),_0x33cd44(null);}},_0x45255c['onerror']=()=>{_0xcaff96(),_0x33cd44(null);},document['body']['appendChild'](_0x45255c);}catch{_0x33cd44(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0xfce5b4='';for(const _0x34246d of CHECKED_PROPERTIES){try{const _0x59a536=Object['getOwnPropertyDescriptor'](navigator,_0x34246d);if(_0x59a536){_0xfce5b4+='1';continue;}const _0x4e9a6d=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x34246d);if(!_0x4e9a6d){_0xfce5b4+='2';continue;}typeof _0x4e9a6d['get']==='function'?_0xfce5b4+='0':_0xfce5b4+='1';}catch{_0xfce5b4+='2';}}return _0xfce5b4;}catch{return'22222';}}function getObjectInspectGlobal(){try{const _0x4e768b=new Function('return\x20objectToInspect');return _0x4e768b(),!![];}catch{return![];}}const _0x10360a={};_0x10360a['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x10360a['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x10360a['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x10360a,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x465e7a=>{try{const _0x427695=document['createElement']('canvas'),_0x5e47f2=_0x427695['getContext']('2d');if(!_0x5e47f2){const _0x703bb3={};_0x703bb3['detectedOs']='unknown',_0x703bb3['markers']=[],_0x465e7a(_0x703bb3);return;}_0x5e47f2['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x57e361=_0x5e47f2['measureText'](TEST_STRING)['width'],_0x2ebb21=[];let _0x4584f0='unknown';for(const [_0x3e8cce,_0x43aa7b]of Object['entries'](OS_FONT_MARKERS)){for(const _0xc4390b of _0x43aa7b){_0x5e47f2['font']=TEST_SIZE+'\x20\x27'+_0xc4390b+'\x27,\x20'+BASE_FONT;const _0x81c09b=_0x5e47f2['measureText'](TEST_STRING)['width'];_0x81c09b!==_0x57e361&&(_0x2ebb21['push'](_0xc4390b),_0x4584f0==='unknown'&&(_0x4584f0=_0x3e8cce));}}const _0xf4cc3={};_0xf4cc3['detectedOs']=_0x4584f0,_0xf4cc3['markers']=_0x2ebb21,_0x465e7a(_0xf4cc3);}catch{const _0x5a5871={};_0x5a5871['detectedOs']='unknown',_0x5a5871['markers']=[],_0x465e7a(_0x5a5871);}});}const g=globalThis,_0x4d36d6={};_0x4d36d6['android']=0x2,_0x4d36d6['chromeos']=0x1;const _0x585730={};_0x585730['windows']=0x2,_0x585730['mac']=0x2,_0x585730['linux']=0x2;const _0x3b1a9b={};_0x3b1a9b['windows']=0x2,_0x3b1a9b['mac']=0x2,_0x3b1a9b['linux']=0x2;const _0x14b383={};_0x14b383['windows']=0x2,_0x14b383['mac']=0x2,_0x14b383['linux']=0x2;const _0xa1bad={};_0xa1bad['windows']=0x1,_0xa1bad['mac']=0x1,_0xa1bad['linux']=0x1;const _0x439026={};_0x439026['windows']=0x1,_0x439026['mac']=0x1,_0x439026['linux']=0x1;const _0x447be4={};_0x447be4['windows']=0x2,_0x447be4['mac']=0x2,_0x447be4['linux']=0x2,_0x447be4['chromeos']=0x2;const _0x2008e1={};_0x2008e1['android']=0x2,_0x2008e1['ios']=0x2;const _0x38bfe4={};_0x38bfe4['android']=0x1,_0x38bfe4['ios']=0x1;const _0x1032de={};_0x1032de['android']=0x2;const _0x3ccd49={};_0x3ccd49['android']=0x2;const _0x368243={};_0x368243['windows']=0x1,_0x368243['mac']=0x1,_0x368243['chromeos']=0x1;const _0x4935e2={};_0x4935e2['windows']=0x2,_0x4935e2['mac']=0x2,_0x4935e2['linux']=0x2;const _0x57dcc8={};_0x57dcc8['windows']=0x1,_0x57dcc8['mac']=0x1,_0x57dcc8['linux']=0x1;const _0x4f6597={};_0x4f6597['android']=0x1,_0x4f6597['windows']=0x1,_0x4f6597['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x4d36d6],['EyeDropper',()=>'EyeDropper'in g,_0x585730],['HID',()=>'hid'in navigator,_0x3b1a9b],['Serial',()=>'serial'in navigator,_0x14b383],['USB',()=>'usb'in navigator,_0xa1bad],['Bluetooth',()=>'bluetooth'in navigator,_0x439026],['SharedWorker',()=>'SharedWorker'in g,_0x447be4],['orientation',()=>'ondeviceorientation'in g,_0x2008e1],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x38bfe4],['ContactsManager',()=>'ContactsManager'in g,_0x1032de],['ContentIndex',()=>'ContentIndex'in g,_0x3ccd49],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x368243],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x4935e2],['PressureObserver',()=>'PressureObserver'in g,_0x57dcc8],['WakeLock',()=>'wakeLock'in navigator,_0x4f6597]];function getPlatformApiScoring(){try{const _0x4b4e93={},_0x4228db=[];for(const [_0x5cce32,_0x804874,_0x5351ee]of PROBES){try{if(_0x804874()){_0x4228db['push'](_0x5cce32);for(const [_0x3c83fb,_0x2a48b5]of Object['entries'](_0x5351ee)){_0x4b4e93[_0x3c83fb]=(_0x4b4e93[_0x3c83fb]??0x0)+_0x2a48b5;}}}catch{}}const _0x1a4525={};return _0x1a4525['score']=_0x4b4e93,_0x1a4525['apis']=_0x4228db,_0x1a4525;}catch{return null;}}function getPluginOverflow(){try{const _0x320c55=navigator['plugins'];if(_0x320c55['length']===0x0)return null;const _0x2d3406=_0x320c55['item'](0x0);if(!_0x2d3406)return null;let _0x12cc84=![];try{const _0x273f3a=_0x320c55['item'](0x100000000);_0x12cc84=_0x273f3a!==_0x2d3406;}catch{_0x12cc84=!![];}let _0x5c7964=!![];try{if(_0x2d3406['length']>0x0){const _0x84119f=_0x2d3406['item'](0x0);_0x84119f&&(_0x5c7964=_0x84119f['enabledPlugin']===_0x2d3406);}}catch{_0x5c7964=![];}const _0x3026a3={};return _0x3026a3['overflow']=_0x12cc84,_0x3026a3['backref']=_0x5c7964,_0x3026a3;}catch{return null;}}function getPrivateBrowsingChromium(){if(!isWebKit()||isModernBrowser())return null;try{const _0xcd8044=window;typeof _0xcd8044['webkitRequestFileSystem']==='function'&&_0xcd8044['webkitRequestFileSystem'](null,null,null,null);}catch{return!![];}try{const _0x252c2e=window['localStorage'];return _0x252c2e['setItem']('test','1'),_0x252c2e['removeItem']('test'),![];}catch{return!![];}}function getChainDepth(_0x55341c,_0x578642){let _0x49a483=_0x55341c,_0x2712ec=0x0;while(_0x49a483!==null&&_0x2712ec<_0x578642){_0x49a483=Object['getPrototypeOf'](_0x49a483),_0x2712ec++;}return _0x2712ec;}function checkChain(_0x2a9420,_0x10c399,_0x53ebd8,_0x3059b3){try{const _0x135fbd=Object['getPrototypeOf'](_0x2a9420),_0x28728b=_0x135fbd===_0x53ebd8,_0x31f614=getChainDepth(_0x2a9420,0xf);if(!_0x28728b){const _0x4a917c={};return _0x4a917c['target']=_0x10c399+'→'+_0x3059b3,_0x4a917c['intact']=![],_0x4a917c['depth']=_0x31f614,_0x4a917c;}const _0x4108c9={};return _0x4108c9['target']=_0x10c399+'→'+_0x3059b3,_0x4108c9['intact']=!![],_0x4108c9['depth']=_0x31f614,_0x4108c9;}catch{const _0xed94e5={};return _0xed94e5['target']=_0x10c399+'→'+_0x3059b3,_0xed94e5['intact']=![],_0xed94e5['depth']=0x0,_0xed94e5;}}function getPrototypeChain(){const _0x8716a5=[];try{typeof Navigator!=='undefined'&&_0x8716a5['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x8716a5['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x8716a5['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x8716a5['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x4cd260=navigator['constructor']===Navigator,_0x415889={};_0x415889['target']='navigator.constructor===Navigator',_0x415889['intact']=_0x4cd260,_0x415889['depth']=0x0,_0x8716a5['push'](_0x415889);const _0x203c04=Object['prototype']['toString']['call'](navigator),_0x21e30c={};_0x21e30c['target']='navigator.toStringTag',_0x21e30c['intact']=_0x203c04==='[object\x20Navigator]',_0x21e30c['depth']=0x0,_0x8716a5['push'](_0x21e30c);const _0x1a9223=Object['prototype']['toString']['call'](screen),_0x5a520e={};_0x5a520e['target']='screen.toStringTag',_0x5a520e['intact']=_0x1a9223==='[object\x20Screen]',_0x5a520e['depth']=0x0,_0x8716a5['push'](_0x5a520e);}catch{}const _0x5e9628=_0x8716a5['length']>0x0&&_0x8716a5['every'](_0xfa3669=>_0xfa3669['intact']),_0x36cccf={};return _0x36cccf['valid']=_0x5e9628,_0x36cccf['checks']=_0x8716a5,_0x36cccf;}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 _0x27f51c=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x27f51c['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x27f51c['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x27f51c['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x27f51c['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x27f51c['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x27f51c['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x27f51c;}function getHighTargets(){const _0x699cc3=getLightTargets(),_0x49e25f=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0xbc03a3 of _0x49e25f){_0xbc03a3 in Navigator['prototype']&&_0x699cc3['push']([Navigator['prototype'],_0xbc03a3]);}const _0x308a73=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x27c9d9 of _0x308a73){_0x27c9d9 in Screen['prototype']&&_0x699cc3['push']([Screen['prototype'],_0x27c9d9]);}const _0xa51d8e=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0x1dd979 of _0xa51d8e){_0x1dd979 in Document['prototype']&&_0x699cc3['push']([Document['prototype'],_0x1dd979]);}try{const _0x41153e=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x56a816 of _0x41153e){_0x56a816 in Element['prototype']&&_0x699cc3['push']([Element['prototype'],_0x56a816]);}}catch{}try{const _0x16fbf3=['offsetWidth','offsetHeight','style'];for(const _0x23175c of _0x16fbf3){_0x23175c in HTMLElement['prototype']&&_0x699cc3['push']([HTMLElement['prototype'],_0x23175c]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x463e8c=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x592f1f of _0x463e8c){_0x592f1f in CanvasRenderingContext2D['prototype']&&_0x699cc3['push']([CanvasRenderingContext2D['prototype'],_0x592f1f]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x1f34f2=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x4bfe52 of _0x1f34f2){_0x4bfe52 in WebGLRenderingContext['prototype']&&_0x699cc3['push']([WebGLRenderingContext['prototype'],_0x4bfe52]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x699cc3['push']([AudioContext['prototype'],'createOscillator']),_0x699cc3['push']([AudioContext['prototype'],'createAnalyser']),_0x699cc3['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x699cc3['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x699cc3['push']([Performance['prototype'],'now']),_0x699cc3['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x699cc3['push']([Storage['prototype'],'getItem']),_0x699cc3['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x5f0332=['random','floor','ceil','round','sin','cos'];for(const _0x35d811 of _0x5f0332){_0x35d811 in Math&&_0x699cc3['push']([Math,_0x35d811]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x699cc3['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x699cc3['push']([Permissions['prototype'],'query']);}catch{}return _0x699cc3;}function checkToString(_0x41410e,_0x53687f){try{const _0xf45643=Object['getOwnPropertyDescriptor'](_0x41410e,_0x53687f),_0x451cf4=_0xf45643?.['get']??_0xf45643?.['value']??_0x41410e[_0x53687f];if(typeof _0x451cf4!=='function')return![];const _0xd444d1=Function['prototype']['toString']['call'](_0x451cf4);return!_0xd444d1['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x48ce3d){try{const _0x2b4ba7=Object['getOwnPropertyDescriptor'](navigator,_0x48ce3d);return _0x2b4ba7?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x3dcf16,_0x318ada){try{const _0x45f4a7=Object['getOwnPropertyDescriptor'](_0x3dcf16,_0x318ada);if(!_0x45f4a7?.['get'])return![];return'prototype'in _0x45f4a7['get'];}catch{return![];}}function checkOwnPropertyNames(_0x276dd5,_0x3ee0f1){try{const _0x270630=Object['getOwnPropertyDescriptor'](_0x276dd5,_0x3ee0f1),_0xdc3cfc=_0x270630?.['get'];if(typeof _0xdc3cfc!=='function')return![];const _0x149b0d=Object['getOwnPropertyNames'](_0xdc3cfc)['sort']();if(_0x149b0d['length']>0x2)return!![];if(_0x149b0d['length']===0x2&&(_0x149b0d[0x0]!=='length'||_0x149b0d[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x21856b,_0x534324){try{const _0x572e22=Object['getOwnPropertyDescriptor'](_0x21856b,_0x534324),_0x5ca664=_0x572e22?.['get'];if(typeof _0x5ca664!=='function')return![];return new Function('fn','class\x20X\x20extends\x20fn\x20{}')(_0x5ca664),!![];}catch{return![];}}function checkNullProto(_0x480608,_0x5d2de6){try{const _0x24b5ac=Object['getOwnPropertyDescriptor'](_0x480608,_0x5d2de6),_0x2fe8d1=_0x24b5ac?.['get']??_0x24b5ac?.['value'];if(typeof _0x2fe8d1!=='function')return![];const _0x5e5854=Object['create'](_0x2fe8d1);return Object['setPrototypeOf'](_0x5e5854,null),_0x5e5854['toString']?.(),!![];}catch{return![];}}function checkIllegalInvocation(_0x3b234f,_0x174d0e){try{const _0x1d2413=Object['getOwnPropertyDescriptor'](_0x3b234f,_0x174d0e),_0x102793=_0x1d2413?.['get'];if(typeof _0x102793!=='function')return![];return _0x102793['call'](undefined),!![];}catch(_0x170e12){if(_0x170e12 instanceof TypeError)return![];return!![];}}function checkBindToString(_0x3bce62,_0x16800b){try{const _0x60d084=Object['getOwnPropertyDescriptor'](_0x3bce62,_0x16800b),_0x494ac5=_0x60d084?.['get']??_0x60d084?.['value'];if(typeof _0x494ac5!=='function')return![];const _0x186f82=_0x494ac5['bind'](null),_0x37e39c=Function['prototype']['toString']['call'](_0x186f82);return!_0x37e39c['includes']('[native\x20code]')&&!_0x37e39c['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x4ea82d,_0x4c6414){try{const _0x346073=Object['getOwnPropertyDescriptor'](_0x4ea82d,_0x4c6414),_0x3c2f88=_0x346073?.['get']??_0x346073?.['value'];if(typeof _0x3c2f88!=='function')return![];const _0x2ef82b=Reflect['ownKeys'](_0x3c2f88)['sort'](),_0x37cf31=Object['getOwnPropertyNames'](_0x3c2f88)['sort']();if(_0x2ef82b['length']!==_0x37cf31['length'])return!![];for(let _0x56cbf4=0x0;_0x56cbf4<_0x2ef82b['length'];_0x56cbf4++){if(_0x2ef82b[_0x56cbf4]!==_0x37cf31[_0x56cbf4])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x1fad76,_0x47efaf){try{const _0x2890b4=Object['getOwnPropertyDescriptor'](_0x1fad76,_0x47efaf);if(!_0x2890b4)return![];const _0x21f0bf=_0x2890b4['get']??_0x2890b4['set']??_0x2890b4['value'];if(typeof _0x21f0bf!=='function')return![];const _0x10077e=Object['getOwnPropertyDescriptors'](_0x21f0bf),_0x17d7cd=Object['keys'](_0x10077e)['filter'](_0x58dc14=>_0x58dc14!=='length'&&_0x58dc14!=='name');return _0x17d7cd['length']>0x0;}catch{return![];}}function checkProtoManipulation(_0x518a00,_0x2c6204){try{const _0x42febe=Object['getOwnPropertyDescriptor'](_0x518a00,_0x2c6204),_0x121ded=_0x42febe?.['get']??_0x42febe?.['value'];if(typeof _0x121ded!=='function')return![];const _0x3ab03e=_0x121ded,_0x53e44a=Object['getPrototypeOf'](_0x3ab03e);try{return Object['setPrototypeOf'](_0x3ab03e,null),_0x3ab03e['valueOf'],Object['setPrototypeOf'](_0x3ab03e,_0x53e44a),![];}catch{return Object['setPrototypeOf'](_0x3ab03e,_0x53e44a),![];}}catch{return![];}}function checkInstanceOf(_0x33a7ae,_0x93af0a){try{const _0xef4cb6=Object['getOwnPropertyDescriptor'](_0x33a7ae,_0x93af0a),_0x58d5d4=_0xef4cb6?.['get']??_0xef4cb6?.['value'];if(typeof _0x58d5d4!=='function')return![];const _0x526104=_0x58d5d4 instanceof _0x58d5d4;return _0x526104===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x52df2b){proxyDetectionMode=_0x52df2b;}function getProxyDetection(){const _0x220dec=proxyDetectionMode,_0x573ed2=_0x220dec==='high'?getHighTargets():getLightTargets(),_0x5e7201=_0x220dec==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkProtoManipulation,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x3ce222=[];for(const [_0x5994e7,_0x41e169]of _0x573ed2){let _0x3be119=![];try{_0x5994e7===Navigator['prototype']&&checkOwnDescriptor(_0x41e169)&&(_0x3be119=!![]);}catch{}if(!_0x3be119)for(const _0x28fe4e of _0x5e7201){try{if(_0x28fe4e(_0x5994e7,_0x41e169)){_0x3be119=!![];break;}}catch{}}if(_0x3be119){const _0xac918d=_0x5994e7['constructor']['name'];_0x3ce222['push'](_0xac918d+'.'+_0x41e169);}}const _0x180645={};return _0x180645['tested']=_0x573ed2['length'],_0x180645['lied']=_0x3ce222['length'],_0x180645['lies']=_0x3ce222,_0x180645['mode']=_0x220dec,_0x180645;}function measureCssDimension(_0x50201d,_0x2f782f,_0x39030b){try{if(typeof matchMedia!=='function')return 0x0;let _0x5e913b=_0x2f782f,_0x1417de=_0x39030b;while(_0x1417de-_0x5e913b>0x1){const _0x1bebfc=Math['floor']((_0x5e913b+_0x1417de)/0x2),_0x45619a=_0x50201d==='width'?'(min-device-width:\x20'+_0x1bebfc+'px)':'(min-device-height:\x20'+_0x1bebfc+'px)';matchMedia(_0x45619a)['matches']?_0x5e913b=_0x1bebfc:_0x1417de=_0x1bebfc;}return _0x5e913b;}catch{return 0x0;}}function getScreenVerify(){try{const _0x385ce8=screen['width'],_0x5bf612=screen['height'],_0x3f700f=measureCssDimension('width',0x64,0x1f40),_0x60461d=measureCssDimension('height',0x64,0x1f40),_0x493d34=_0x3f700f===0x0||Math['abs'](_0x385ce8-_0x3f700f)<=0x1,_0xe3449b=_0x60461d===0x0||Math['abs'](_0x5bf612-_0x60461d)<=0x1,_0x5bc8c8={};return _0x5bc8c8['match']=_0x493d34&&_0xe3449b,_0x5bc8c8['screenWidth']=_0x385ce8,_0x5bc8c8['cssWidth']=_0x3f700f,_0x5bc8c8['screenHeight']=_0x5bf612,_0x5bc8c8['cssHeight']=_0x60461d,_0x5bc8c8;}catch{const _0x1477a5={};return _0x1477a5['match']=!![],_0x1477a5['screenWidth']=0x0,_0x1477a5['cssWidth']=0x0,_0x1477a5['screenHeight']=0x0,_0x1477a5['cssHeight']=0x0,_0x1477a5;}}function getStackBytes(){try{const _0x1a8414=[];for(let _0x17d9f9=0x0;_0x17d9f9<0x5;_0x17d9f9++){let _0x51218b=0x0;const _0x2af8f1=()=>{_0x51218b++,_0x2af8f1();};try{_0x2af8f1();}catch{}let _0x3e68db=0x0;const _0x311a4f=()=>{_0x3e68db++;const _0xe31006=0x0;_0x311a4f();};try{_0x311a4f();}catch{}const _0xcbaf7f=_0x51218b-_0x3e68db;_0xcbaf7f>0x0&&_0x1a8414['push'](Math['round'](_0x3e68db*0x8/_0xcbaf7f));}if(_0x1a8414['length']===0x0)return 0x0;return _0x1a8414['sort']((_0x1b8514,_0x19a354)=>_0x1b8514-_0x19a354),_0x1a8414[Math['floor'](_0x1a8414['length']/0x2)]??0x0;}catch{return null;}}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 _0x1a3959=[],_0x1f9bc5=Object['getOwnPropertyNames'](window);for(let _0x256956=0x0;_0x256956<_0x1f9bc5['length'];_0x256956++){const _0x14fc24=crc32(_0x1f9bc5[_0x256956]);TARGET_HASHES['has'](_0x14fc24)&&_0x1a3959['push'](_0x1f9bc5[_0x256956]),_0x14fc24===UD&&_0x256956+0x1<_0x1f9bc5['length']&&_0x1a3959['push'](_0x1f9bc5[_0x256956+0x1]);}return _0x1a3959;}catch{return null;}}function getAutomationDescriptor(){try{const _0x466e46=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x5a4e9f=_0x466e46!==undefined;let _0x359815=null;_0x466e46&&(_0x359815=_0x466e46['configurable']??null);let _0x3db1d1=![],_0x6bc5dc=null;try{const _0x4e770a=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x4e770a&&(_0x3db1d1=typeof _0x4e770a['get']==='function',_0x6bc5dc=_0x4e770a['configurable']??null);}catch{}const _0xe1ec1a={};return _0xe1ec1a['hasOwnWebdriver']=_0x5a4e9f,_0xe1ec1a['ownConfigurable']=_0x359815,_0xe1ec1a['prototypeHasGetter']=_0x3db1d1,_0xe1ec1a['prototypeConfigurable']=_0x6bc5dc,_0xe1ec1a;}catch{const _0x286b3e={};return _0x286b3e['hasOwnWebdriver']=![],_0x286b3e['ownConfigurable']=null,_0x286b3e['prototypeHasGetter']=![],_0x286b3e['prototypeConfigurable']=null,_0x286b3e;}}function getCdpDetection(){try{const _0x103374=Error,_0x811b02=_0x103374['prepareStackTrace'];let _0x3cc902=![];Object['defineProperty'](_0x103374,'prepareStackTrace',{'get'(){return _0x3cc902=!![],_0x811b02;},'set'(_0x451de7){const _0x439f3a={};_0x439f3a['value']=_0x451de7,_0x439f3a['writable']=!![],_0x439f3a['configurable']=!![],Object['defineProperty'](_0x103374,'prepareStackTrace',_0x439f3a);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x23a203={};_0x23a203['value']=_0x811b02,_0x23a203['writable']=!![],_0x23a203['configurable']=!![],Object['defineProperty'](_0x103374,'prepareStackTrace',_0x23a203);}catch{}return _0x3cc902;}catch{return![];}}function getChromeRuntime(){try{const _0x5c47ee=window,_0x4d7e7f=_0x5c47ee['chrome'];if(!_0x4d7e7f||typeof _0x4d7e7f!=='object'){const _0x559da4={};return _0x559da4['hasChrome']=![],_0x559da4['hasRuntime']=![],_0x559da4['hasPlatformOs']=![],_0x559da4['hasConnect']=![],_0x559da4['connectNative']=![],_0x559da4['hasApp']=![],_0x559da4['appIsInstalled']=null,_0x559da4['hasCsi']=![],_0x559da4['hasLoadTimes']=![],_0x559da4['runtimeKeyCount']=0x0,_0x559da4;}const _0x244f1a=_0x4d7e7f['runtime'],_0x144f16=_0x244f1a!==undefined&&_0x244f1a!==null;let _0x1cd225=![],_0x41251d=![],_0x445435=![],_0x52b74d=0x0;if(_0x144f16&&typeof _0x244f1a==='object'){_0x1cd225='PlatformOs'in _0x244f1a||'PlatformArch'in _0x244f1a,_0x41251d=typeof _0x244f1a['connect']==='function';if(_0x41251d)try{_0x445435=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x244f1a['connect']));}catch{_0x445435=![];}try{_0x52b74d=Object['getOwnPropertyNames'](_0x244f1a)['length'];}catch{_0x52b74d=0x0;}}const _0x4f91ff=_0x4d7e7f['app'],_0x3cf041=_0x4f91ff!==undefined&&_0x4f91ff!==null;let _0x488503=null;_0x3cf041&&typeof _0x4f91ff==='object'&&(_0x488503=_0x4f91ff['isInstalled']===!![]);const _0x300762=typeof _0x4d7e7f['csi']==='function',_0x2bf1d1=typeof _0x4d7e7f['loadTimes']==='function',_0x575afb={};return _0x575afb['hasChrome']=!![],_0x575afb['hasRuntime']=_0x144f16,_0x575afb['hasPlatformOs']=_0x1cd225,_0x575afb['hasConnect']=_0x41251d,_0x575afb['connectNative']=_0x445435,_0x575afb['hasApp']=_0x3cf041,_0x575afb['appIsInstalled']=_0x488503,_0x575afb['hasCsi']=_0x300762,_0x575afb['hasLoadTimes']=_0x2bf1d1,_0x575afb['runtimeKeyCount']=_0x52b74d,_0x575afb;}catch{return null;}}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x59cdde=await new Promise(_0x221442=>{if(isChromium()){const _0x4837cd=new Error();_0x4837cd['name']='\x20',Object['defineProperty'](_0x4837cd,'stack',{'get':_0x221442['bind'](null,!![])}),console['debug'](_0x4837cd);}else{const _0x277432=document['createElement']('div');_0x277432['toString']=()=>'',Object['defineProperty'](_0x277432,'id',{'get'(){_0x221442(!![]);const _0x594b86=new Error();_0x594b86['name']='';throw _0x594b86;}}),console['debug'](_0x277432);}setTimeout(()=>_0x221442(![]));});return _0x59cdde;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x4789f7=new Event(''),_0x54c130=_0x4789f7['isTrusted'];return typeof _0x54c130==='undefined'?null:{'isTrusted':_0x54c130};}catch{return null;}}const _0x1b9168={};_0x1b9168['window']=['awesomium'];const _0xcb0bbf={};_0xcb0bbf['window']=['RunPerfTest'];const _0x4532c7={};_0x4532c7['window']=['CefSharp'];const _0x34e8ce={};_0x34e8ce['window']=['emit'];const _0x49028c={};_0x49028c['window']=['fmget_targets'];const _0x30d977={};_0x30d977['window']=['geb'];const _0x438c4c={};_0x438c4c['window']=['__nightmare','nightmare'];const _0x3b9dcb={};_0x3b9dcb['window']=['__phantomas'];const _0x20e57b={};_0x20e57b['window']=['callPhantom','_phantom'];const _0x5e0c19={};_0x5e0c19['window']=['spawn'];const _0x5220ff={};_0x5220ff['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^([a-z]){3}_.*_(Array|Promise|Symbol)$/],_0x5220ff['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x574093={};_0x574093['window']=['wdioElectron'];const _0x259297={};_0x259297['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x259297['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 _0x546f6e={};_0x546f6e['window']=['domAutomation','domAutomationController'];const _0x5bd1ea={};_0x5bd1ea['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x44cedd={};_0x44cedd['window']=['__automa__'];const _0x252b13={};_0x252b13['window']=['_webscraper_data'];const _0x186a73={};_0x186a73['window']=['_KatalonRecorder'];const _0x511e44={};_0x511e44['window']=['uivision','__uivision'];const _0x384363={};_0x384363['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x549004={};_0x549004['window']=['__cypress'];const _0x15093a={};_0x15093a['window']=['__puppeteer_evaluation_script__'],_0x15093a['document']=['__puppeteer_evaluation_script__'];const _0x5238c0={};_0x5238c0['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x5238c0['document']=['__playwright_evaluation_script__'];const _0x570a29={};_0x570a29['awesomium']=_0x1b9168,_0x570a29['cef']=_0xcb0bbf,_0x570a29['cefsharp']=_0x4532c7,_0x570a29['coachjs']=_0x34e8ce,_0x570a29['fminer']=_0x49028c,_0x570a29['geb']=_0x30d977,_0x570a29['nightmarejs']=_0x438c4c,_0x570a29['phantomas']=_0x3b9dcb,_0x570a29['phantomjs']=_0x20e57b,_0x570a29['rhino']=_0x5e0c19,_0x570a29['selenium']=_0x5220ff,_0x570a29['webdriverio']=_0x574093,_0x570a29['webdriver']=_0x259297,_0x570a29['headless_chrome']=_0x546f6e,_0x570a29['imacros']=_0x5bd1ea,_0x570a29['automa']=_0x44cedd,_0x570a29['web_scraper']=_0x252b13,_0x570a29['katalon']=_0x186a73,_0x570a29['ui_vision']=_0x511e44,_0x570a29['testcafe']=_0x384363,_0x570a29['cypress']=_0x549004,_0x570a29['puppeteer']=_0x15093a,_0x570a29['playwright_internal']=_0x5238c0;const TOOL_MARKERS=_0x570a29;function getOwnPropertyNames(_0x58dee0){try{return Object['getOwnPropertyNames'](_0x58dee0);}catch{return[];}}function matchesAny(_0x2a92ea,_0x30a77f){for(const _0x2a500b of _0x30a77f){if(typeof _0x2a500b==='string'){if(_0x2a92ea['indexOf'](_0x2a500b)!==-0x1)return!![];}else for(const _0x26aa88 of _0x2a92ea){if(_0x2a500b['test'](_0x26aa88))return!![];}}return![];}function getHeadlessSignals(){const _0x14db75=getOwnPropertyNames(window),_0x5adde=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x341023={};for(const _0x315b74 of Object['keys'](TOOL_MARKERS)){const _0x388408=TOOL_MARKERS[_0x315b74],_0x33f8ec=_0x388408['window']?matchesAny(_0x14db75,_0x388408['window']):![],_0x338f2f=_0x388408['document']&&_0x5adde['length']?matchesAny(_0x5adde,_0x388408['document']):![];_0x341023[_0x315b74]=_0x33f8ec||_0x338f2f;}return _0x341023;}let cachedResult=null,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x51da63=performance['now'](),_0x131782=['click','touchstart','keydown'],_0x7ee092=_0x4d5fb7=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0x51da63),'interactionType':_0x4d5fb7['type']};for(const _0x550d82 of _0x131782){window['removeEventListener'](_0x550d82,_0x7ee092);}};for(const _0x30311a of _0x131782){const _0x537320={};_0x537320['once']=!![],_0x537320['passive']=!![],window['addEventListener'](_0x30311a,_0x7ee092,_0x537320);}}function getInteractionTiming(){return startObserving(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x255381=navigator['permissions'];if(_0x255381===undefined||typeof _0x255381['query']!=='function')return undefined;const _0x47cdfc={};_0x47cdfc['name']='notifications';const _0x96bb31=await _0x255381['query'](_0x47cdfc);return Notification['permission']==='denied'&&_0x96bb31['state']==='prompt';}catch{return undefined;}}function getPlaywrightMarkers(){try{const _0x15388c=window,_0x269977=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x2a8511 of _0x269977){if(_0x2a8511 in _0x15388c)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 _0xbe592b=new Error('probe'),_0x127d51=_0xbe592b['stack']??'';for(const _0x455f52 of AUTOMATION_PATTERNS){if(_0x127d51['includes'](_0x455f52)){const _0x2e3076={};return _0x2e3076['leaked']=!![],_0x2e3076['pattern']=_0x455f52,_0x2e3076;}}try{const _0x3bce77=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x437e45=_0x3bce77();if(typeof _0x437e45==='string')for(const _0x2ec3e0 of AUTOMATION_PATTERNS){if(_0x437e45['includes'](_0x2ec3e0)){const _0x3c38ad={};return _0x3c38ad['leaked']=!![],_0x3c38ad['pattern']=_0x2ec3e0,_0x3c38ad;}}}catch{}const _0x510bb1={};return _0x510bb1['leaked']=![],_0x510bb1['pattern']=null,_0x510bb1;}catch{const _0x3d57a3={};return _0x3d57a3['leaked']=![],_0x3d57a3['pattern']=null,_0x3d57a3;}}function getWebdriver(){const _0x404c89=navigator['webdriver'],_0x1fa071={};_0x1fa071['status']=-0x1,_0x1fa071['value']=null;if(_0x404c89===null)return _0x1fa071;const _0x149781={};_0x149781['status']=-0x2,_0x149781['value']=null;if(_0x404c89===undefined)return _0x149781;return{'status':0x0,'value':Boolean(_0x404c89)};}function getWebdriverWritable(){try{const _0x246d44=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x246d44){const _0x11287c=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x11287c)return!![];}const _0x45add5=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x45add5)return!![];if('value'in _0x45add5)return!![];const _0xb99fd5=navigator,_0x457e15=navigator['webdriver'];_0xb99fd5['webdriver']=!_0x457e15;const _0x5131d6=navigator['webdriver']!==_0x457e15;if(_0x5131d6)try{delete _0xb99fd5['webdriver'];}catch{}return _0x5131d6;}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){const _0x28ba65=window['process'];if(_0x28ba65===undefined)return undefined;if(_0x28ba65&&typeof _0x28ba65!=='object')return undefined;return _0x28ba65;}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(_0x9d4ee9=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x9d4ee9(null);return;}const _0x3b661b={};_0x3b661b['type']='text/javascript';const _0x124153=new Blob([WORKER_CODE],_0x3b661b),_0x98b9bf=URL['createObjectURL'](_0x124153);let _0x58a968=![];const _0x12ede0=new Worker(_0x98b9bf),_0x1232a7=setTimeout(()=>{!_0x58a968&&(_0x58a968=!![],_0x12ede0['terminate'](),URL['revokeObjectURL'](_0x98b9bf),_0x9d4ee9(null));},0x1f4);_0x12ede0['addEventListener']('error',()=>{!_0x58a968&&(_0x58a968=!![],clearTimeout(_0x1232a7),_0x12ede0['terminate'](),URL['revokeObjectURL'](_0x98b9bf),_0x9d4ee9(null));}),_0x12ede0['addEventListener']('message',_0x4408ea=>{if(_0x4408ea['data']==='ready'){_0x12ede0['postMessage']('run');return;}!_0x58a968&&(_0x58a968=!![],clearTimeout(_0x1232a7),_0x12ede0['terminate'](),URL['revokeObjectURL'](_0x98b9bf),_0x9d4ee9(_0x4408ea['data']));});}catch{_0x9d4ee9(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 _0x3223e4={};for(const [_0x2860f9,_0x580447]of CSS_PROBES){const _0x22bc37=_0x580447===''?_0x2860f9:_0x2860f9+':'+_0x580447;try{_0x3223e4[_0x22bc37]=_0x580447===''?CSS['supports'](_0x2860f9):CSS['supports'](_0x2860f9,_0x580447);}catch{_0x3223e4[_0x22bc37]=![];}}return _0x3223e4;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x5c58a8=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x5c58a8===undefined||typeof _0x5c58a8['isBrave']!=='function')return undefined;try{return!!await _0x5c58a8['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();}function getDetectMobile(){return isAndroid();}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();}const BLACKLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorMethods(){const _0x15d0c6=navigator,_0x13a875=[];for(const _0x2120b5 of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x15d0c6))){if(BLACKLIST['includes'](_0x2120b5))continue;try{const _0x59b5c4=_0x15d0c6[_0x2120b5];typeof _0x59b5c4==='function'&&_0x59b5c4['name']!==undefined&&_0x13a875['push'](_0x59b5c4['name']);}catch(_0xf0a184){return[_0xf0a184 instanceof Error?_0xf0a184['message']:String(_0xf0a184)];}}return _0x13a875;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x3a9e03=navigator['userAgentData'];if(!_0x3a9e03||typeof _0x3a9e03!=='object')return undefined;const _0x8c9e1b={},_0x58c401=[];if(typeof _0x3a9e03['getHighEntropyValues']==='function'){const _0x2b5e67=_0x3a9e03['getHighEntropyValues']['bind'](_0x3a9e03);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x8da12f=>{try{const _0x3ae646=await _0x2b5e67([_0x8da12f]),_0x1e7632=_0x3ae646[_0x8da12f];_0x1e7632!==undefined&&(_0x8c9e1b[_0x8da12f]=typeof _0x1e7632==='string'?_0x1e7632:JSON['stringify'](_0x1e7632));}catch(_0x3f881a){if(_0x3f881a instanceof Error&&_0x3f881a['name']==='NotAllowedError')_0x58c401['push'](_0x8da12f);else throw _0x3f881a;}}));}return{'b':_0x3a9e03['brands']['map'](_0xf6cb60=>({'b':_0xf6cb60['brand'],'v':_0xf6cb60['version']})),'m':_0x3a9e03['mobile'],'p':_0x3a9e03['platform']??null,'h':_0x8c9e1b,'nah':_0x58c401};}function getVendorFlavors(){const _0x8d2f81=[];for(const _0xc9f921 of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x48a99a=window[_0xc9f921];_0x48a99a!==undefined&&_0x48a99a!==null&&typeof _0x48a99a==='object'&&_0x8d2f81['push'](_0xc9f921);}return _0x8d2f81['sort']();}const _0x43e857={};_0x43e857['workerIsolation']=getWorkerIsolation,_0x43e857['webGlExtended']=getWebGlExtended;const stage1Sources=_0x43e857,_0x56dfdc={};_0x56dfdc['fonts']=getFonts,_0x56dfdc['fontPreferences']=getFontPreferences,_0x56dfdc['audio']=getAudioSignal,_0x56dfdc['screenFrame']=getScreenFrame,_0x56dfdc['permissions']=getPermissions,_0x56dfdc['mathml']=getMathML,_0x56dfdc['systemColors']=getSystemColors,_0x56dfdc['uaClientHints']=getUAClientHints,_0x56dfdc['videoCodecs']=getVideoCodecs,_0x56dfdc['scrollbarWidth']=getScrollbarWidth,_0x56dfdc['formControlFont']=getFormControlFont,_0x56dfdc['notificationContradiction']=getNotificationContradiction,_0x56dfdc['fileSystemAccess']=getFileSystemAccess,_0x56dfdc['storageQuota']=getStorageQuota,_0x56dfdc['subPixelRendering']=getSubPixelRendering,_0x56dfdc['screenIframe']=getScreenIframe,_0x56dfdc['emoji']=getEmojiSignal,_0x56dfdc['canvas']=getCanvasSignal,_0x56dfdc['filesystemApi']=getFilesystemApi,_0x56dfdc['subtleCryptoExport']=getSubtleCryptoExport,_0x56dfdc['drmPersistence']=getDrmPersistence,_0x56dfdc['detectBrave']=getDetectBrave,_0x56dfdc['storageEstimate']=getStorageEstimate,_0x56dfdc['indexedDbBlob']=getIndexedDbBlob,_0x56dfdc['webRtcDevices']=getWebRtcDevices,_0x56dfdc['webGpu']=getWebGpuSignal,_0x56dfdc['barcodeDetection']=getBarcodeDetection,_0x56dfdc['canvasAdvanced']=getCanvasAdvanced,_0x56dfdc['iframeProxy']=getIframeProxy,_0x56dfdc['iframeSignals']=getIframeSignals,_0x56dfdc['audioTrap']=getAudioTrap,_0x56dfdc['svgEmoji']=getSvgEmojiSignal,_0x56dfdc['audioConsistency']=getAudioConsistency,_0x56dfdc['osFontValidation']=getOsFontValidation,_0x56dfdc['scrollBehavior']=getScrollBehavior,_0x56dfdc['interactionTiming']=getInteractionTiming;const stage2Sources=_0x56dfdc,_0x4bdf82={};_0x4bdf82['osCpu']=getOsCpu,_0x4bdf82['languages']=getLanguages,_0x4bdf82['colorDepth']=getColorDepth,_0x4bdf82['deviceMemory']=getDeviceMemory,_0x4bdf82['screenResolution']=getScreenResolution,_0x4bdf82['hardwareConcurrency']=getHardwareConcurrency,_0x4bdf82['timezone']=getTimezone,_0x4bdf82['sessionStorage']=getSessionStorage,_0x4bdf82['localStorage']=getLocalStorage,_0x4bdf82['indexedDB']=getIndexedDB,_0x4bdf82['platform']=getPlatform,_0x4bdf82['plugins']=getPlugins,_0x4bdf82['touchSupport']=getTouchSupport,_0x4bdf82['vendor']=getVendor,_0x4bdf82['vendorFlavors']=getVendorFlavors,_0x4bdf82['cookiesEnabled']=areCookiesEnabled,_0x4bdf82['colorGamut']=getColorGamut,_0x4bdf82['invertedColors']=areColorsInverted,_0x4bdf82['forcedColors']=areColorsForced,_0x4bdf82['contrast']=getContrastPreference,_0x4bdf82['reducedMotion']=isMotionReduced,_0x4bdf82['hdr']=isHDR,_0x4bdf82['math']=getMathSignal,_0x4bdf82['pdfViewerEnabled']=isPdfViewerEnabled,_0x4bdf82['architecture']=getArchitecture,_0x4bdf82['applePay']=getApplePayState,_0x4bdf82['audioBaseLatency']=getAudioContextBaseLatency,_0x4bdf82['dateTimeLocale']=getDateTimeLocale,_0x4bdf82['mediaQueries']=getMediaQueries,_0x4bdf82['headless']=getHeadlessSignals,_0x4bdf82['colorScheme']=getColorScheme,_0x4bdf82['devicePixelRatio']=getDevicePixelRatio,_0x4bdf82['evalLength']=getEvalLength,_0x4bdf82['userAgent']=getUserAgent,_0x4bdf82['appVersion']=getAppVersion,_0x4bdf82['productSub']=getProductSub,_0x4bdf82['networkRtt']=getNetworkRTT,_0x4bdf82['errorStack']=getErrorStackFormat,_0x4bdf82['performanceResolution']=getPerformanceResolution,_0x4bdf82['webdriver']=getWebdriver,_0x4bdf82['windowDimensions']=getWindowDimensions,_0x4bdf82['supportedConstraints']=getSupportedConstraints,_0x4bdf82['documentAttributes']=getDocumentAttributes,_0x4bdf82['mimeTypes']=getMimeTypes,_0x4bdf82['bindToString']=getBindToString,_0x4bdf82['windowProcess']=getWindowProcess,_0x4bdf82['wasmFeatures']=getWasmFeatures,_0x4bdf82['windowClose']=getWindowClose,_0x4bdf82['createElementDescriptor']=getCreateElementDescriptor,_0x4bdf82['getterProxyDetection']=getGetterProxyDetection,_0x4bdf82['navigatorMethods']=getNavigatorMethods,_0x4bdf82['eventIsTrusted']=getEventIsTrusted,_0x4bdf82['pluginPropsEnum']=getPluginPropsEnum,_0x4bdf82['windowPropertyNames']=getWindowPropertyNames,_0x4bdf82['getterToString']=getGetterToString,_0x4bdf82['detectTrident']=getDetectTrident,_0x4bdf82['detectEdgeHTML']=getDetectEdgeHTML,_0x4bdf82['detectChromium']=getDetectChromium,_0x4bdf82['detectWebKit']=getDetectWebKit,_0x4bdf82['detectSafari']=getDetectSafari,_0x4bdf82['detectGecko']=getDetectGecko,_0x4bdf82['detectMobile']=getDetectMobile,_0x4bdf82['objectInspectGlobal']=getObjectInspectGlobal,_0x4bdf82['pluginsCount']=getPluginsCount,_0x4bdf82['navigatorLanguages']=getNavigatorLanguages,_0x4bdf82['detectChromium86']=getDetectChromium86,_0x4bdf82['detectChromium122']=getDetectChromium122,_0x4bdf82['detectGecko120']=getDetectGecko120,_0x4bdf82['detectGecko143']=getDetectGecko143,_0x4bdf82['detectWebKit606']=getDetectWebKit606,_0x4bdf82['detectWebKit616']=getDetectWebKit616,_0x4bdf82['doNotTrack']=getDoNotTrack,_0x4bdf82['privateBrowsingChromium']=getPrivateBrowsingChromium,_0x4bdf82['connectionInfo']=getConnectionInfo,_0x4bdf82['devtoolsDetection']=getDevtoolsDetection,_0x4bdf82['computedStyle']=getComputedStyleSignal,_0x4bdf82['canvasRandom']=getCanvasRandom,_0x4bdf82['cssSupportExtended']=getCssSupportExtended,_0x4bdf82['bomEnumeration']=getBomEnumeration,_0x4bdf82['audioContextInfo']=getAudioContextInfo,_0x4bdf82['documentFocus']=getDocumentFocus,_0x4bdf82['pluginsArray']=getPluginsArray,_0x4bdf82['chromeRuntime']=getChromeRuntime,_0x4bdf82['sourceUrlLeak']=getSourceUrlLeak,_0x4bdf82['automationDescriptor']=getAutomationDescriptor,_0x4bdf82['pluginOverflow']=getPluginOverflow,_0x4bdf82['webdriverWritable']=getWebdriverWritable,_0x4bdf82['cdpDetection']=getCdpDetection,_0x4bdf82['playwrightMarkers']=getPlaywrightMarkers,_0x4bdf82['navigatorDescriptors']=getNavigatorDescriptors,_0x4bdf82['mediaCodecsExtended']=getMediaCodecsExtended,_0x4bdf82['measuredTimezone']=getMeasuredTimezone,_0x4bdf82['proxyDetection']=getProxyDetection,_0x4bdf82['canvasModified']=getCanvasModified,_0x4bdf82['gpuGibberish']=getGpuGibberish,_0x4bdf82['extensionDetection']=getExtensionDetection,_0x4bdf82['featureVersion']=getFeatureVersion,_0x4bdf82['localeCurrency']=getLocaleCurrency,_0x4bdf82['stackBytes']=getStackBytes,_0x4bdf82['platformApiScoring']=getPlatformApiScoring,_0x4bdf82['prototypeChain']=getPrototypeChain,_0x4bdf82['screenVerify']=getScreenVerify,_0x4bdf82['webGlBasics']=getWebGlBasics,_0x4bdf82['webGlExtensions']=getWebGlExtensions,_0x4bdf82['webGlCanvas']=getWebGlCanvas,_0x4bdf82['webGlSphere']=getWebGlSphere,_0x4bdf82['webGpuContention']=getWebGpuContention,_0x4bdf82['webCodecsHardware']=getWebCodecsHardware,_0x4bdf82['cssTrigPrecision']=getCssTrigPrecision,_0x4bdf82['intlSegmenter']=getIntlSegmenter,_0x4bdf82['performanceMemory']=getPerformanceMemory;const stage3Sources=_0x4bdf82,_0x58ff52={...stage1Sources};_0x58ff52;function loadBuiltinSources(_0x59e432){const _0x86f523={'initTime':performance['now'](),'stage1LoadStart':null,'idleResolvedAt':null,'stage23LoadStart':null,'getStart':null,'stage1Done':null,'stage23Done':null,'allDone':null},_0x337948=Object['keys'](stage1Sources)['length']>0x0,_0x416ccf=_0x337948?((()=>{return _0x86f523['stage1LoadStart']=performance['now'](),loadSources(stage1Sources,_0x59e432,[]);})()):null,_0x326265={...stage2Sources,...stage3Sources},_0x178cb2=_0x326265,_0x1d4948=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x86f523['idleResolvedAt']=performance['now'](),_0x86f523['stage23LoadStart']=performance['now'](),loadSources(_0x178cb2,_0x59e432,[]);});return _0x1d4948['then'](undefined,()=>undefined),async function _0x2515c9(){_0x86f523['getStart']=performance['now']();if(_0x416ccf){const [_0x3e7764,_0x3a7346]=await Promise['all']([_0x416ccf()['then'](_0x261c93=>{return _0x86f523['stage1Done']=performance['now'](),_0x261c93;}),_0x1d4948['then'](_0x1c6d52=>_0x1c6d52())['then'](_0x1a8b54=>{return _0x86f523['stage23Done']=performance['now'](),_0x1a8b54;})]);_0x86f523['allDone']=performance['now']();const _0x255eee={..._0x3a7346,..._0x3e7764};return _0x255eee;}const _0xd7bdf3=await _0x1d4948,_0x35bc9d=await _0xd7bdf3();return _0x86f523['stage23Done']=performance['now'](),_0x86f523['allDone']=performance['now'](),_0x35bc9d;};}const version='0.0.1';function componentsToDebugString(_0x45d55f){return JSON['stringify'](_0x45d55f,(_0x56aa82,_0x3eb949)=>{if(_0x3eb949 instanceof Error)return errorToObject(_0x3eb949);return _0x3eb949;},0x2);}function makeEngine(_0x27a590,_0x5c97c7){const _0x536443=Date['now']();return{async 'get'(_0x14f55a){const _0x1c8214=Date['now'](),_0x5ba9e6=await _0x27a590();(_0x5c97c7===!![]||_0x14f55a?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x1c8214-_0x536443)+'\x0acomponents:\x20'+componentsToDebugString(_0x5ba9e6)+'\x0a```');const _0x21a273={};return _0x21a273['components']=_0x5ba9e6,_0x21a273['version']=version,_0x21a273;}};}function load(_0x3c0cdf={}){const {debug:_0x4d4edc,proxyDetection:proxyDetection='high',apiKey:_0x2796d4,endpoint:_0x4fac1f,linkedId:_0x506d5c,tag:_0xcc463}=_0x3c0cdf;setProxyDetectionMode(proxyDetection);const _0x254ac5={};_0x254ac5['cache']={},_0x254ac5['debug']=_0x4d4edc;const _0x3f0d10=loadBuiltinSources(_0x254ac5),_0x4c1082=makeEngine(_0x3f0d10,_0x4d4edc);if(_0x2796d4!==undefined&&_0x4fac1f!==undefined){const _0x2a2ac7={};_0x2a2ac7['apiKey']=_0x2796d4,_0x2a2ac7['endpoint']=_0x4fac1f;const _0x3a2a0a={};_0x3a2a0a['linkedId']=_0x506d5c,_0x3a2a0a['tag']=_0xcc463,_0x4c1082['result']=capture(_0x4c1082,_0x2a2ac7,_0x3a2a0a)['catch'](_0x2f5847=>{_0x4d4edc===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x2f5847);throw _0x2f5847;});}return _0x4c1082;}function start(_0x58ea3f){const {apiKey:_0x31774d,endpoint:_0x32d826,cache:_0x4a4e19,..._0x38451c}=_0x58ea3f,_0x1961ec=load(_0x38451c),_0x4928b6={};_0x4928b6['apiKey']=_0x31774d,_0x4928b6['endpoint']=_0x32d826;const _0x3ebd44=_0x4928b6,_0x3bac1f=_0x4a4e19?createCache(_0x4a4e19):null;return{'get'(_0x39d073){const {ignoreCache:_0x43c08f,..._0x3e82c0}=_0x39d073??{};if(!_0x43c08f&&_0x3bac1f!==null){const _0x52f2db=_0x3bac1f['get']();if(_0x52f2db!==null)return Promise['resolve'](_0x52f2db);}return capture(_0x1961ec,_0x3ebd44,_0x3e82c0)['then'](_0x409f23=>{if(_0x3bac1f!==null)_0x3bac1f['set'](_0x409f23);return _0x409f23;});},'clearCache'(){if(_0x3bac1f!==null)_0x3bac1f['clear']();}};}const _0x19db7c={};_0x19db7c['start']=start;var index=_0x19db7c;exports['default']=index,exports['start']=start;
|