@danetix/sentinel 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- const STORAGE_KEY_DEFAULT='_dxc';function createMemoryCache(_0x1a01a8){let _0x5df87a=null;return{'get'(){if(_0x5df87a===null)return null;if(Date['now']()-_0x5df87a['ts']>_0x1a01a8*0x3e8)return _0x5df87a=null,null;return _0x5df87a['result'];},'set'(_0x4fc837){_0x5df87a={'result':_0x4fc837,'ts':Date['now']()};},'clear'(){_0x5df87a=null;}};}function createStorageCache(_0x5073c2,_0x4c721c,_0x25031e){const _0x567021=_0x25031e;return{'get'(){try{const _0x4a41a0=_0x4c721c['getItem'](_0x567021);if(_0x4a41a0===null)return null;const _0x4f3ca5=JSON['parse'](_0x4a41a0);if(Date['now']()-_0x4f3ca5['ts']>_0x5073c2*0x3e8)return _0x4c721c['removeItem'](_0x567021),null;return _0x4f3ca5['result'];}catch{return null;}},'set'(_0x1fa292){try{_0x4c721c['setItem'](_0x567021,JSON['stringify']({'result':_0x1fa292,'ts':Date['now']()}));}catch{}},'clear'(){try{_0x4c721c['removeItem'](_0x567021);}catch{}}};}function createCache(_0x4f4ac3){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x4f4ac3;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl);try{const _0x4647db=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x4647db,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 _0x3eccef=Date['now']();if(cachedSessionId!==null&&_0x3eccef-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x3eccef,cachedSessionId;const _0x33e107=sessionStorage['getItem'](SESSION_KEY);if(_0x33e107!==null)try{const _0x429312=JSON['parse'](_0x33e107);if(_0x3eccef-_0x429312['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x429312['id'],lastActivity=_0x3eccef,persistSession(_0x429312['id'],_0x3eccef),_0x429312['id'];}catch{}const _0x5177d7=generateSessionId();return cachedSessionId=_0x5177d7,lastActivity=_0x3eccef,persistSession(_0x5177d7,_0x3eccef),_0x5177d7;}function persistSession(_0x138e3e,_0x510287){try{const _0x15fccb={};_0x15fccb['id']=_0x138e3e,_0x15fccb['ts']=_0x510287,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x15fccb));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0x1e00d0=>{const _0x41000d=Math['random']()*0x10|0x0,_0x4170c5=_0x1e00d0==='x'?_0x41000d:_0x41000d&0x3|0x8;return _0x4170c5['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 _0x24c6ba=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x24c6ba?decodeURIComponent(_0x24c6ba[0x1]):null;}catch{return null;}}function setCookie(_0x37efc3){try{const _0x53feef=0x16d*0x18*0x3c*0x3c,_0x38dc53=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'';document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x37efc3)+';\x20path=/;\x20max-age='+_0x53feef+';\x20samesite=lax'+_0x38dc53;}catch{}}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x4e8134){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x4e8134);}catch{}}function openIdb(){return new Promise(_0x5e229c=>{try{const _0x2f722c=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x2f722c['onupgradeneeded']=()=>{const _0x161861=_0x2f722c['result'];!_0x161861['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x161861['createObjectStore'](KEY_IDB_STORE);},_0x2f722c['onsuccess']=()=>_0x5e229c(_0x2f722c['result']),_0x2f722c['onerror']=()=>_0x5e229c(null);}catch{_0x5e229c(null);}});}function getIndexedDb(){return new Promise(_0x3a449e=>{openIdb()['then'](_0x4be942=>{if(_0x4be942===null){_0x3a449e(null);return;}try{const _0x3712a4=_0x4be942['transaction'](KEY_IDB_STORE,'readonly'),_0x15a7fb=_0x3712a4['objectStore'](KEY_IDB_STORE),_0x1c63e0=_0x15a7fb['get'](KEY_IDB_KEY);_0x1c63e0['onsuccess']=()=>{_0x4be942['close'](),_0x3a449e(typeof _0x1c63e0['result']==='string'?_0x1c63e0['result']:null);},_0x1c63e0['onerror']=()=>{_0x4be942['close'](),_0x3a449e(null);};}catch{_0x4be942['close'](),_0x3a449e(null);}})['catch'](()=>_0x3a449e(null));});}function setIndexedDb(_0x5485a3){openIdb()['then'](_0x4226da=>{if(_0x4226da===null)return;try{const _0x4c7b41=_0x4226da['transaction'](KEY_IDB_STORE,'readwrite'),_0x422613=_0x4c7b41['objectStore'](KEY_IDB_STORE);_0x422613['put'](_0x5485a3,KEY_IDB_KEY),_0x4c7b41['oncomplete']=()=>_0x4226da['close'](),_0x4c7b41['onerror']=()=>_0x4226da['close']();}catch{_0x4226da['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0xdc56da=getCookie();if(_0xdc56da!==null)return _0xdc56da;const _0x4041b1=getLocalStorage$1();if(_0x4041b1!==null)return _0x4041b1;return getIndexedDb();}function saveDeviceToken(_0x960704){setCookie(_0x960704),setLocalStorage(_0x960704),setIndexedDb(_0x960704);}function wait(_0x20da87,_0x56de38){return new Promise(_0x2b174b=>setTimeout(_0x2b174b,_0x20da87,_0x56de38));}function releaseEventLoop(){return new Promise(_0x471623=>{const _0x203e1b=new MessageChannel();_0x203e1b['port1']['onmessage']=()=>_0x471623(),_0x203e1b['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x4d3c28,_0x12b0ac=Infinity){const {requestIdleCallback:_0x3e61a1}=window;if(typeof _0x3e61a1==='function'){const _0x4cb15e={};return _0x4cb15e['timeout']=_0x12b0ac,new Promise(_0x23504a=>_0x3e61a1['call'](window,()=>_0x23504a(),_0x4cb15e));}return wait(Math['min'](_0x4d3c28,_0x12b0ac));}function isPromise(_0x75ec60){return _0x75ec60!==null&&_0x75ec60!==undefined&&typeof _0x75ec60['then']==='function';}function awaitIfAsync(_0x36a51c,_0x2fe854){try{const _0x2cf31a=_0x36a51c();isPromise(_0x2cf31a)?_0x2cf31a['then'](_0x317163=>_0x2fe854(!![],_0x317163),_0x40131d=>_0x2fe854(![],_0x40131d)):_0x2fe854(!![],_0x2cf31a);}catch(_0x594af7){_0x2fe854(![],_0x594af7);}}async function mapWithBreaks(_0x531947,_0x14f6da,_0x116374=0x10){const _0x4dcab0=Array(_0x531947['length']);let _0x2a321c=Date['now']();for(let _0x590744=0x0;_0x590744<_0x531947['length'];++_0x590744){_0x4dcab0[_0x590744]=_0x14f6da(_0x531947[_0x590744],_0x590744);const _0x1ee219=Date['now']();_0x1ee219>=_0x2a321c+_0x116374&&(_0x2a321c=_0x1ee219,await releaseEventLoop());}return _0x4dcab0;}function suppressUnhandledRejectionWarning(_0x166b87){return _0x166b87['then'](undefined,()=>undefined),_0x166b87;}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710;async function fetchWithRetry(_0x45e496,_0xa43842,_0x59a2dc){const _0x2bcf64=_0x59a2dc?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x1901b1=_0x59a2dc?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x326ad4=_0x59a2dc?.['maxDelayMs']??DEFAULT_MAX_DELAY;for(let _0x47b117=0x0;_0x47b117<=_0x2bcf64;_0x47b117++){try{const _0x398791=await fetch(_0x45e496,_0xa43842);if(_0x398791['ok']||_0x398791['status']<0x1f4&&_0x398791['status']!==0x1ad)return _0x398791;if(_0x398791['status']===0x1ad&&_0x47b117<_0x2bcf64){const _0x3c8acc=parseRetryAfter(_0x398791['headers']['get']('Retry-After'));await wait(_0x3c8acc??computeBackoff(_0x47b117,_0x1901b1,_0x326ad4));continue;}if(_0x398791['status']>=0x1f4&&_0x47b117<_0x2bcf64){await wait(computeBackoff(_0x47b117,_0x1901b1,_0x326ad4));continue;}return _0x398791;}catch(_0x1a9803){if(_0x47b117>=_0x2bcf64)throw _0x1a9803;await wait(computeBackoff(_0x47b117,_0x1901b1,_0x326ad4));}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x456450,_0x2593af,_0x571f65){const _0x2e92c2=Math['min'](_0x571f65,_0x2593af*0x2**_0x456450);return _0x2e92c2*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0xe0fa31){if(_0xe0fa31===null)return null;const _0x54085a=Number(_0xe0fa31);if(!Number['isNaN'](_0x54085a)&&_0x54085a>0x0)return _0x54085a*0x3e8;const _0x145425=Date['parse'](_0xe0fa31);if(!Number['isNaN'](_0x145425))return Math['max'](0x0,_0x145425-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(_0x5c2cd5){try{const _0x38f624=new URL(_0x5c2cd5),_0x50879f=[];for(const [_0x43e424]of _0x38f624['searchParams']){const _0x364faf=_0x43e424['toLowerCase']();SENSITIVE_PARAMS['some'](_0x281309=>_0x364faf['includes'](_0x281309))&&_0x50879f['push'](_0x43e424);}for(const _0x517b65 of _0x50879f){_0x38f624['searchParams']['set'](_0x517b65,'[REDACTED]');}return _0x38f624['hash']='',_0x38f624['toString']();}catch{return _0x5c2cd5;}}function toBase64Url(_0x284f66){let _0x1ea022='';for(let _0x36657f=0x0;_0x36657f<_0x284f66['length'];_0x36657f++){_0x1ea022+=String['fromCharCode'](_0x284f66[_0x36657f]);}return btoa(_0x1ea022)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x1d9886){if(!isCompressionSupported())return _0x1d9886;const _0x122578=new Blob([_0x1d9886])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x1d9f40=await new Response(_0x122578)['arrayBuffer']();return new Uint8Array(_0x1d9f40);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x279bbe){const _0x844570=new Uint8Array(_0x279bbe);return crypto['getRandomValues'](_0x844570),_0x844570;}function createXorEnvelope(_0x9cb331){const _0x9549f7=getRandomBytes(0x1)[0x0],_0x4deca2=Math['floor'](Math['random']()*MAX_PADDING),_0x2f8768=getRandomBytes(_0x4deca2),_0x1e1fa9=getRandomBytes(KEY_LENGTH),_0x3e33f5=0x1+0x2+0x1+_0x4deca2+KEY_LENGTH,_0x358f21=new Uint8Array(_0x3e33f5+_0x9cb331['length']);let _0x47b88e=0x0;_0x358f21[_0x47b88e++]=_0x9549f7,_0x358f21[_0x47b88e++]=MARKER_1+_0x9549f7&0xff,_0x358f21[_0x47b88e++]=MARKER_2+_0x9549f7&0xff,_0x358f21[_0x47b88e++]=_0x4deca2+_0x9549f7&0xff,_0x358f21['set'](_0x2f8768,_0x47b88e),_0x47b88e+=_0x4deca2,_0x358f21['set'](_0x1e1fa9,_0x47b88e),_0x47b88e+=KEY_LENGTH;for(let _0x5d7a30=0x0;_0x5d7a30<_0x9cb331['length'];_0x5d7a30++){_0x358f21[_0x47b88e+_0x5d7a30]=_0x9cb331[_0x5d7a30]^_0x1e1fa9[_0x5d7a30%KEY_LENGTH];}return _0x358f21;}async function encodePayload(_0x6ec6a4){const _0x44a7c6=new TextEncoder()['encode'](_0x6ec6a4),_0x56c343=isCompressionSupported(),_0x2b6abb=_0x56c343?await compressPayload(_0x44a7c6):_0x44a7c6,_0x80823d=createXorEnvelope(_0x2b6abb),_0x86808c={};_0x86808c['v']=0x1,_0x86808c['c']=_0x56c343;const _0x4c8e23=JSON['stringify'](_0x86808c),_0x1b00f4=new TextEncoder()['encode'](_0x4c8e23);return toBase64Url(_0x1b00f4)+':'+toBase64Url(_0x80823d);}let inflightPromise=null;async function capture(_0x2313bc,_0x2d39aa,_0x3cf964){if(inflightPromise!==null)try{await inflightPromise;}catch{}const _0x2008d1=doCapture(_0x2313bc,_0x2d39aa,_0x3cf964);inflightPromise=_0x2008d1;try{return await _0x2008d1;}finally{inflightPromise===_0x2008d1&&(inflightPromise=null);}}async function doCapture(_0x275303,_0x369350,_0x4e8d28){const {components:_0x42af5c,version:_0x186520}=await _0x275303['get'](),_0x1b2652=await loadDeviceToken()??undefined,_0x241220={};for(const [_0x374284,_0x172f7d]of Object['entries'](_0x42af5c)){const {duration:_0x5cafaa,..._0x4903ed}=_0x172f7d;_0x241220[_0x374284]=_0x4903ed;}const _0x458a17={'components':_0x241220,'version':_0x186520,'storedVisitorId':_0x1b2652,'linkedId':_0x4e8d28?.['linkedId'],'tag':_0x4e8d28?.['tag'],'custom':_0x4e8d28?.['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()},_0x3a2caf=await encodePayload(JSON['stringify'](_0x458a17)),_0xc96e27=await fetchWithRetry(_0x369350['endpoint'],{'method':'POST','headers':{'Content-Type':'text/plain','X-API-Key':_0x369350['apiKey']},'credentials':'include','body':_0x3a2caf},_0x369350['retry']);if(!_0xc96e27['ok']){let _0x4b02fc;try{const _0x3cb26c=await _0xc96e27['json']();_0x4b02fc=_0x3cb26c['error']??'HTTP\x20'+_0xc96e27['status'];}catch{_0x4b02fc='HTTP\x20'+_0xc96e27['status'];}throw new Error('Endpoint\x20error:\x20'+_0x4b02fc);}const _0x1f57fb=await _0xc96e27['json']();return _0x1f57fb['visitorId']&&saveDeviceToken(_0x1f57fb['visitorId']),_0x1f57fb;}function includes(_0xedea2d,_0x2edcae){for(let _0xa68aa4=0x0,_0x2f2fb9=_0xedea2d['length'];_0xa68aa4<_0x2f2fb9;++_0xa68aa4){if(_0xedea2d[_0xa68aa4]===_0x2edcae)return!![];}return![];}function excludes(_0x28962d,_0x3005ef){return!includes(_0x28962d,_0x3005ef);}function toInt(_0x3f17bc){return parseInt(_0x3f17bc);}function toFloat(_0x2da92e){return parseFloat(_0x2da92e);}function replaceNaN(_0x56187a,_0x24b190){return typeof _0x56187a==='number'&&isNaN(_0x56187a)?_0x24b190:_0x56187a;}function countTruthy(_0x101f04){return _0x101f04['reduce']((_0x45c2a6,_0x59a42c)=>_0x45c2a6+(Boolean(_0x59a42c)?0x1:0x0),0x0);}function round$1(_0x4de608,_0x35c0d3=0x1){if(Math['abs'](_0x35c0d3)>=0x1)return Math['round'](_0x4de608/_0x35c0d3)*_0x35c0d3;const _0x36f289=0x1/_0x35c0d3;return Math['round'](_0x4de608*_0x36f289)/_0x36f289;}function isFinalResultLoaded(_0x20f9c3){return typeof _0x20f9c3!=='function';}function loadSource(_0x365832,_0x3226a0){const _0x2f6f16=suppressUnhandledRejectionWarning(new Promise(_0xb01917=>{const _0x3e2fab=Date['now']();awaitIfAsync(_0x365832['bind'](null,_0x3226a0),(..._0x3bdc10)=>{const _0x585073=Date['now']()-_0x3e2fab;if(!_0x3bdc10[0x0])return _0xb01917(()=>({'error':_0x3bdc10[0x1],'duration':_0x585073}));const _0x3ed973=_0x3bdc10[0x1];if(isFinalResultLoaded(_0x3ed973))return _0xb01917(()=>({'value':_0x3ed973,'duration':_0x585073}));_0xb01917(()=>new Promise(_0x154233=>{const _0x52b5e1=Date['now']();awaitIfAsync(_0x3ed973,(..._0x457fa5)=>{const _0x71b41d=_0x585073+Date['now']()-_0x52b5e1;if(!_0x457fa5[0x0]){const _0x4b242c={};return _0x4b242c['error']=_0x457fa5[0x1],_0x4b242c['duration']=_0x71b41d,_0x154233(_0x4b242c);}const _0xed0b6f={};_0xed0b6f['value']=_0x457fa5[0x1],_0xed0b6f['duration']=_0x71b41d,_0x154233(_0xed0b6f);});}));});}));return function _0x423615(){return _0x2f6f16['then'](_0x461d91=>_0x461d91());};}function loadSources(_0x1d4a25,_0x171550,_0x59730e,_0x49f1a2){const _0x5d4235=Object['keys'](_0x1d4a25)['filter'](_0x12f33e=>excludes(_0x59730e,_0x12f33e)),_0x2b180e=suppressUnhandledRejectionWarning(mapWithBreaks(_0x5d4235,_0x4ebd4c=>loadSource(_0x1d4a25[_0x4ebd4c],_0x171550),_0x49f1a2));return async function _0x14e2d3(){const _0x2bd9e5=await _0x2b180e,_0x467d0a=await mapWithBreaks(_0x2bd9e5,_0x8dd7e7=>suppressUnhandledRejectionWarning(_0x8dd7e7()),_0x49f1a2),_0x26ac63=await Promise['all'](_0x467d0a),_0x109a93={};for(let _0x28e806=0x0;_0x28e806<_0x5d4235['length'];++_0x28e806){_0x109a93[_0x5d4235[_0x28e806]]=_0x26ac63[_0x28e806];}return _0x109a93;};}function getArchitecture(){const _0x4c4466=new Float32Array(0x1),_0x3377e7=new Uint8Array(_0x4c4466['buffer']);return _0x4c4466[0x0]=Infinity,_0x4c4466[0x0]=_0x4c4466[0x0]-_0x4c4466[0x0],_0x3377e7[0x3];}function errorToObject(_0x5df942){return{'name':_0x5df942['name'],'message':_0x5df942['message'],'stack':_0x5df942['stack']?.['split']('\x0a'),..._0x5df942};}function isFunctionNative(_0x459eaf){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x459eaf));}function isTrident(){const _0x398704=window,_0x444a92=navigator;return countTruthy(['MSCSSMatrix'in _0x398704,'msSetImmediate'in _0x398704,'msIndexedDB'in _0x398704,'msMaxTouchPoints'in _0x444a92,'msPointerEnabled'in _0x444a92])>=0x4;}function isEdgeHTML(){const _0x1f86a4=window,_0x1f7b26=navigator;return countTruthy(['msWriteProfilerMark'in _0x1f86a4,'MSStream'in _0x1f86a4,'msLaunchUri'in _0x1f7b26,'msSaveBlob'in _0x1f7b26])>=0x3&&!isTrident();}function isChromium(){const _0x2cf1f3=window,_0x2d0d26=navigator;return countTruthy(['webkitPersistentStorage'in _0x2d0d26,'webkitTemporaryStorage'in _0x2d0d26,(_0x2d0d26['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x2cf1f3,'BatteryManager'in _0x2cf1f3,'webkitMediaStream'in _0x2cf1f3,'webkitSpeechGrammar'in _0x2cf1f3])>=0x5;}function isWebKit(){const _0x8529c9=window,_0x39d328=navigator;return countTruthy(['ApplePayError'in _0x8529c9,'CSSPrimitiveValue'in _0x8529c9,'Counter'in _0x8529c9,_0x39d328['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x8529c9,'WebKitMediaKeys'in _0x8529c9])>=0x4;}function isDesktopWebKit(){const _0x5287c4=window;return countTruthy(['safari'in _0x5287c4,!('ongestureend'in _0x5287c4),!('TouchEvent'in _0x5287c4),!('orientation'in _0x5287c4),!('autocapitalize'in _0x5287c4['HTMLElement']['prototype']),'pointerLockElement'in _0x5287c4['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0xfc8606=window;return isFunctionNative(_0xfc8606['print'])&&String(_0xfc8606['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x2384cd=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x2384cd,'mozInnerScreenX'in _0x2384cd,'CSSMozDocumentRule'in _0x2384cd,'CanvasCaptureMediaStream'in _0x2384cd])>=0x4;}function isGecko120OrNewer(){const _0x2012d2=window,_0x2a0fcb=navigator,{CSS:_0x70ec67}=_0x2012d2;return countTruthy(['userActivation'in _0x2a0fcb,_0x70ec67['supports']('color','light-dark(#000,\x20#fff)'),_0x70ec67['supports']('height','1lh'),'globalPrivacyControl'in _0x2a0fcb])>=0x3;}function isGecko143OrNewer(){const {CSS:_0xdc7167}=window;return countTruthy([_0xdc7167['supports']('selector(::details-content)'),_0xdc7167['supports']('selector(::before::marker)'),_0xdc7167['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x252050=window;return countTruthy([!('MediaSettingsRange'in _0x252050),'RTCEncodedAudioFrame'in _0x252050,''+_0x252050['Intl']==='[object\x20Intl]',''+_0x252050['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x41f096=window,{URLPattern:_0x5bbf70}=_0x41f096;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x41f096,_0x5bbf70&&'hasRegExpGroups'in _0x5bbf70['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0xf2f13d=window;return countTruthy(['DOMRectList'in _0xf2f13d,'RTCPeerConnectionIceEvent'in _0xf2f13d,'SVGGeometryElement'in _0xf2f13d,'ontransitioncancel'in _0xf2f13d])>=0x3;}function isWebKit616OrNewer(){const _0x525c1f=window,_0x1da93f=navigator,{CSS:_0x2694f6,HTMLButtonElement:_0x4ddced}=_0x525c1f;return countTruthy([!('getStorageUpdates'in _0x1da93f),'popover'in _0x4ddced['prototype'],'CSSCounterStyleRule'in _0x525c1f,_0x2694f6['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x2694f6['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x21ebcd=screen,_0x2693b8=_0x21ebcd['width']/_0x21ebcd['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x2693b8>0.65&&_0x2693b8<1.53])>=0x2;}function isModernBrowser(){const _0x5109df=window,_0x967176=navigator;return countTruthy(['maxTouchPoints'in _0x967176,'mediaCapabilities'in _0x967176,'PointerEvent'in _0x5109df,'visualViewport'in _0x5109df,'onafterprint'in _0x5109df])>=0x4;}function getFullscreenElement(){const _0x565c2b=document;return _0x565c2b['fullscreenElement']??_0x565c2b['msFullscreenElement']??_0x565c2b['mozFullScreenElement']??_0x565c2b['webkitFullscreenElement']??null;}function exitFullscreen(){const _0x22ead2=document;return _0x22ead2['exitFullscreen']['call'](_0x22ead2);}function isAndroid(){const _0x1eda08=isChromium(),_0x420cc6=isGecko(),_0x4bf96e=window,_0x17f94e=navigator,_0x3331a6='connection';if(_0x1eda08)return countTruthy([!('SharedWorker'in _0x4bf96e),_0x17f94e[_0x3331a6]&&'ontypechange'in _0x17f94e[_0x3331a6],!('sinkId'in new Audio())])>=0x2;else{if(_0x420cc6)return countTruthy(['onorientationchange'in _0x4bf96e,'orientation'in _0x4bf96e,/android/i['test'](_0x17f94e['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x45b258=navigator,_0x3c8e35=window,_0x5162a6=Audio['prototype'],{visualViewport:_0x148c2a}=_0x3c8e35;return countTruthy(['srLatency'in _0x5162a6,'srChannelCount'in _0x5162a6,'devicePosture'in _0x45b258,_0x148c2a&&'segments'in _0x148c2a,'getTextInformation'in Image['prototype']])>=0x3;}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x589265=window,_0x5e45d5=_0x589265['OfflineAudioContext']??_0x589265['webkitOfflineAudioContext'];if(_0x5e45d5===undefined)return-0x2;if(doesBrowserSuspendAudioContext())return-0x1;const _0x178465=0x1194,_0x434112=0x1388,_0xe26fbd=new _0x5e45d5(0x1,_0x434112,0xac44),_0xaf80b9=_0xe26fbd['createOscillator']();_0xaf80b9['type']='triangle',_0xaf80b9['frequency']['value']=0x2710;const _0x348df4=_0xe26fbd['createDynamicsCompressor']();_0x348df4['threshold']['value']=-0x32,_0x348df4['knee']['value']=0x28,_0x348df4['ratio']['value']=0xc,_0x348df4['attack']['value']=0x0,_0x348df4['release']['value']=0.25,_0xaf80b9['connect'](_0x348df4),_0x348df4['connect'](_0xe26fbd['destination']),_0xaf80b9['start'](0x0);const [_0x5bf75c,_0x30b685]=startRenderingAudio(_0xe26fbd),_0x499ec4=suppressUnhandledRejectionWarning(_0x5bf75c['then'](_0x575bbc=>getHash(_0x575bbc['getChannelData'](0x0)['subarray'](_0x178465)),_0x2c9452=>{if(_0x2c9452['name']==='timeout'||_0x2c9452['name']==='suspended')return-0x3;throw _0x2c9452;}));return()=>{return _0x30b685(),_0x499ec4;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x2c1df4){const _0x186fbb=0x3,_0x5ba1b2=0x1f4,_0x1b77e8=0x1f4,_0x48f241=0x1388;let _0x3be102=()=>undefined;const _0x5e3d06=new Promise((_0x1107fc,_0xd52d98)=>{let _0x55e475=![],_0x38e7d5=0x0,_0x20e891=0x0;_0x2c1df4['oncomplete']=_0x230695=>{_0x1107fc(_0x230695['renderedBuffer']);};const _0x5f1889=()=>{setTimeout(()=>_0xd52d98(makeInnerError('timeout')),Math['min'](_0x1b77e8,_0x20e891+_0x48f241-Date['now']()));},_0x345dce=()=>{try{const _0x2849a6=_0x2c1df4['startRendering']();isPromise(_0x2849a6)&&void suppressUnhandledRejectionWarning(_0x2849a6);switch(_0x2c1df4['state']){case'running':_0x20e891=Date['now']();_0x55e475&&_0x5f1889();break;case'suspended':!document['hidden']&&_0x38e7d5++;_0x55e475&&_0x38e7d5>=_0x186fbb?_0xd52d98(makeInnerError('suspended')):setTimeout(_0x345dce,_0x5ba1b2);break;case'closed':case'interrupted':break;}}catch(_0x396eaa){_0xd52d98(_0x396eaa);}};_0x345dce(),_0x3be102=()=>{!_0x55e475&&(_0x55e475=!![],_0x20e891>0x0&&_0x5f1889());};});return[_0x5e3d06,_0x3be102];}function roundToSignificant(_0x2c23cf,_0x8fc261){if(_0x2c23cf===0x0)return 0x0;const _0x45e9fc=Math['pow'](0xa,_0x8fc261-Math['ceil'](Math['log10'](Math['abs'](_0x2c23cf))));return Math['round'](_0x2c23cf*_0x45e9fc/0x5)*0x5/_0x45e9fc;}function getHash(_0xa5bc1b){let _0x1bc3ee=0x0;for(let _0x3c4518=0x0;_0x3c4518<_0xa5bc1b['length'];++_0x3c4518){_0x1bc3ee+=Math['abs'](_0xa5bc1b[_0x3c4518]);}return _0x1bc3ee;}const _0x233027={};_0x233027['oscType']='triangle',_0x233027['freq']=0x2710,_0x233027['useCompressor']=!![],_0x233027['useAllpass']=![];const _0x11234f={};_0x11234f['oscType']='sine',_0x11234f['freq']=0x1f40,_0x11234f['useCompressor']=![],_0x11234f['useAllpass']=![];const _0x55638f={};_0x55638f['oscType']='square',_0x55638f['freq']=0x2710,_0x55638f['useCompressor']=!![],_0x55638f['useAllpass']=!![];const SCENES=[_0x233027,_0x11234f,_0x55638f],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x404f66={};_0x404f66['from']=0x1194,_0x404f66['to']=0x1388;const _0x2c2cb9={};_0x2c2cb9['from']=0x2710,_0x2c2cb9['to']=0x2904;const WINDOWS=[_0x404f66,_0x2c2cb9];function extractMetrics(_0x2c7b9e){const _0x4a3716=_0x2c7b9e['length'];if(_0x4a3716===0x0)return[0x0,0x0,0x0,0x0];const _0x59b909=[];for(let _0x60834b=0x0;_0x60834b<_0x4a3716;_0x60834b++){_0x59b909['push'](roundToSignificant(_0x2c7b9e[_0x60834b],SIG_DIGITS));}const _0x5a59c0=[..._0x59b909]['map'](Math['abs'])['sort']((_0x8c12e9,_0x3b6b2a)=>_0x8c12e9-_0x3b6b2a),_0x4647f7=Math['floor'](_0x5a59c0['length']*0.05);let _0x417e0b=0x0;for(let _0x2b2004=_0x4647f7;_0x2b2004<_0x5a59c0['length']-_0x4647f7;_0x2b2004++){_0x417e0b+=_0x5a59c0[_0x2b2004];}let _0x12ccb9=0x0;for(let _0x18c89a=0x0;_0x18c89a<_0x4a3716;_0x18c89a++){_0x12ccb9+=_0x59b909[_0x18c89a]*_0x59b909[_0x18c89a];}_0x12ccb9/=_0x4a3716;let _0x4ed617=0x0;for(let _0x151eb9=0x1;_0x151eb9<_0x4a3716;_0x151eb9++){Math['sign'](_0x59b909[_0x151eb9])!==Math['sign'](_0x59b909[_0x151eb9-0x1])&&_0x4ed617++;}let _0xb69f7c=0x0;for(let _0x555a98=0x1;_0x555a98<_0x4a3716;_0x555a98++){_0xb69f7c+=Math['abs'](_0x59b909[_0x555a98]-_0x59b909[_0x555a98-0x1]);}return[_0x417e0b,_0x12ccb9,_0x4ed617,_0xb69f7c];}async function renderScene(_0xd0f34a){const _0x58822f=window,_0x3c9cc3=_0x58822f['OfflineAudioContext']??_0x58822f['webkitOfflineAudioContext'];if(_0x3c9cc3===undefined)return null;try{const _0x40240d=new _0x3c9cc3(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x3aaf51=_0x40240d['createOscillator']();_0x3aaf51['type']=_0xd0f34a['oscType'],_0x3aaf51['frequency']['value']=_0xd0f34a['freq'];let _0x1d58e1=_0x3aaf51;if(_0xd0f34a['useCompressor']){const _0x80d114=_0x40240d['createDynamicsCompressor']();_0x80d114['threshold']['value']=-0x32,_0x80d114['knee']['value']=0x28,_0x80d114['ratio']['value']=0xc,_0x80d114['attack']['value']=0x0,_0x80d114['release']['value']=0.25,_0x1d58e1['connect'](_0x80d114),_0x1d58e1=_0x80d114;}if(_0xd0f34a['useAllpass']){const _0x1d44d6=_0x40240d['createBiquadFilter']();_0x1d44d6['type']='allpass',_0x1d44d6['frequency']['value']=0x1388,_0x1d44d6['Q']['value']=0x5,_0x1d58e1['connect'](_0x1d44d6),_0x1d58e1=_0x1d44d6;}_0x1d58e1['connect'](_0x40240d['destination']),_0x3aaf51['start'](0x0);const [_0x1519b0,_0x107b23]=startRenderingAudio(_0x40240d);_0x107b23();const _0x180ed4=await _0x1519b0;return _0x180ed4['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x50a8b9=[];for(const _0x3e074a of SCENES){const _0x485309=await renderScene(_0x3e074a);if(_0x485309===null)return-0x2;for(const _0x321966 of WINDOWS){const _0x45535=_0x485309['subarray'](_0x321966['from'],_0x321966['to']);_0x50a8b9['push'](...extractMetrics(_0x45535));}}const _0x120297=await renderScene(SCENES[0x0]);if(_0x120297!==null){const _0x48b3c2=_0x50a8b9['slice'](0x0,0x4),_0x2514c4=extractMetrics(_0x120297['subarray'](WINDOWS[0x0]['from'],WINDOWS[0x0]['to'])),_0x55a99c=_0x48b3c2[0x0],_0x3fd1fe=_0x2514c4[0x0];if(_0x55a99c!==0x0){const _0x31f14e=Math['abs'](_0x55a99c-_0x3fd1fe)/Math['abs'](_0x55a99c);if(_0x31f14e>0.001)return-0x4;}}let _0x54b089=0x0;for(const _0x427d25 of _0x50a8b9){const _0x2e0368=_0x427d25['toFixed'](0x6);for(let _0x1afb9f=0x0;_0x1afb9f<_0x2e0368['length'];_0x1afb9f++){_0x54b089=(_0x54b089<<0x5)-_0x54b089+_0x2e0368['charCodeAt'](_0x1afb9f)|0x0;}}return _0x54b089>>>0x0;};}function makeInnerError(_0x16547b){const _0x154c74=new Error(_0x16547b);return _0x154c74['name']=_0x16547b,_0x154c74;}function renderAudio(){return new Promise(_0x1195d1=>{try{const _0x235a5c=window,_0x12b904=_0x235a5c['OfflineAudioContext']??_0x235a5c['webkitOfflineAudioContext'];if(!_0x12b904){_0x1195d1(null);return;}const _0x3a007d=new _0x12b904(0x1,0x1194,0xac44),_0x5392cb=_0x3a007d['createOscillator']();_0x5392cb['type']='triangle',_0x5392cb['frequency']['setValueAtTime'](0x2710,_0x3a007d['currentTime']);const _0x3b41d5=_0x3a007d['createDynamicsCompressor']();_0x3b41d5['threshold']['setValueAtTime'](-0x32,_0x3a007d['currentTime']),_0x3b41d5['knee']['setValueAtTime'](0x28,_0x3a007d['currentTime']),_0x3b41d5['ratio']['setValueAtTime'](0xc,_0x3a007d['currentTime']),_0x3b41d5['attack']['setValueAtTime'](0x0,_0x3a007d['currentTime']),_0x3b41d5['release']['setValueAtTime'](0.25,_0x3a007d['currentTime']),_0x5392cb['connect'](_0x3b41d5),_0x3b41d5['connect'](_0x3a007d['destination']),_0x5392cb['start'](0x0),_0x3a007d['startRendering']()['then'](_0x42ee24=>{_0x1195d1(_0x42ee24['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x1195d1(null)),setTimeout(()=>_0x1195d1(null),0x7d0);}catch{_0x1195d1(null);}});}async function getAudioConsistency(){try{const [_0x49bfc6,_0x40d5e7]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x49bfc6===null||_0x40d5e7===null)return null;const _0x4017b9={};_0x4017b9['consistent']=![],_0x4017b9['delta']=0x1;if(_0x49bfc6['length']!==_0x40d5e7['length'])return _0x4017b9;let _0x1fb4f6=0x0;for(let _0xdd06a0=0x0;_0xdd06a0<_0x49bfc6['length'];_0xdd06a0++){_0x1fb4f6+=Math['abs'](_0x49bfc6[_0xdd06a0]-_0x40d5e7[_0xdd06a0]);}return{'consistent':_0x1fb4f6===0x0,'delta':Math['round'](_0x1fb4f6*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x583917=window['AudioContext']??window['webkitAudioContext'];if(_0x583917===undefined)return null;const _0x3910fa=new _0x583917(),_0x57f7ed=_0x3910fa['destination'],_0x24bbb8={};_0x24bbb8['maxChannelCount']=_0x57f7ed['maxChannelCount'],_0x24bbb8['sampleRate']=_0x3910fa['sampleRate'],_0x24bbb8['channelCountMode']=_0x57f7ed['channelCountMode'],_0x24bbb8['channelInterpretation']=_0x57f7ed['channelInterpretation'],_0x24bbb8['numberOfOutputs']=_0x57f7ed['numberOfOutputs'];const _0x3241fe=_0x24bbb8;return _0x3910fa['close']()['catch'](()=>undefined),_0x3241fe;}catch{return null;}}function getAudioContextBaseLatency(){const _0x78014d=isAndroid()||isWebKit();if(!_0x78014d)return-0x2;const _0x43909a=window['AudioContext'];if(_0x43909a===undefined)return-0x1;const _0x2ec948=new _0x43909a()['baseLatency'];if(_0x2ec948===undefined)return-0x1;if(!isFinite(_0x2ec948))return-0x3;return _0x2ec948;}function getAudioTrap(){return new Promise(_0x3e3de9=>{try{const _0x3eead8=window,_0x4e45c4=_0x3eead8['AudioContext']??_0x3eead8['webkitAudioContext'];if(!_0x4e45c4){_0x3e3de9(null);return;}const _0x5cd08e=new _0x4e45c4(),_0xacf5c4=_0x5cd08e['sampleRate']||0xac44,_0xec8024=0x80,_0x49aad2=_0x5cd08e['createBuffer'](0x1,_0xec8024,_0xacf5c4),_0x4e2edb=new Float32Array(_0xec8024);for(let _0x1bee08=0x0;_0x1bee08<_0xec8024;_0x1bee08++){_0x4e2edb[_0x1bee08]=_0x1bee08%0x2===0x0?0.5:-0.5;}if(typeof _0x49aad2['copyToChannel']==='function')_0x49aad2['copyToChannel'](_0x4e2edb,0x0);else{const _0x3e28a3=_0x49aad2['getChannelData'](0x0);for(let _0x90aacf=0x0;_0x90aacf<_0xec8024;_0x90aacf++){_0x3e28a3[_0x90aacf]=_0x4e2edb[_0x90aacf];}}const _0x4eb022=_0x49aad2['getChannelData'](0x0);let _0xbd7a70=0x0;for(let _0x3edb45=0x0;_0x3edb45<_0xec8024;_0x3edb45++){_0xbd7a70+=Math['abs'](_0x4eb022[_0x3edb45]-_0x4e2edb[_0x3edb45]);}try{void _0x5cd08e['close']();}catch{}_0x3e3de9({'clean':_0xbd7a70===0x0,'delta':Math['round'](_0xbd7a70*0x2540be400)/0x2540be400});}catch{_0x3e3de9(null);}});}async function getBarcodeDetection(){try{const _0x29dc05=window['BarcodeDetector'];if(!_0x29dc05){const _0x119d83={};return _0x119d83['supported']=![],_0x119d83['formats']=[],_0x119d83;}const _0x539fca=await _0x29dc05['getSupportedFormats']();return{'supported':!![],'formats':_0x539fca['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x29c5a9){const _0x531682=document['createElement']('canvas');_0x531682['width']=WIDTH,_0x531682['height']=HEIGHT;const _0x4f008e=_0x531682['getContext']('2d');if(!_0x4f008e)return'';_0x4f008e['drawImage'](_0x29c5a9,0x0,0x0,WIDTH,HEIGHT);const _0x55c5d5=_0x4f008e['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0xf2ab27=WIDTH*HEIGHT,_0x914ea1=new Uint8Array(_0xf2ab27);for(let _0x9216d5=0x0;_0x9216d5<_0xf2ab27;_0x9216d5++){const _0x13a8f8=_0x9216d5*0x4;_0x914ea1[_0x9216d5]=_0x55c5d5[_0x13a8f8]*0x4d+_0x55c5d5[_0x13a8f8+0x1]*0x96+_0x55c5d5[_0x13a8f8+0x2]*0x1d>>0x8;}let _0x42d5ae='',_0x37d2f6=0x0,_0x2acc39=0x0;for(let _0x5573c8=0x0;_0x5573c8<HEIGHT;_0x5573c8++){for(let _0x4a6fb6=0x0;_0x4a6fb6<HASH_SIZE;_0x4a6fb6++){const _0x1fe3e3=_0x5573c8*WIDTH+_0x4a6fb6;_0x914ea1[_0x1fe3e3]>_0x914ea1[_0x1fe3e3+0x1]&&(_0x2acc39|=0x1<<0x3-_0x37d2f6),_0x37d2f6++,_0x37d2f6===0x4&&(_0x42d5ae+=_0x2acc39['toString'](0x10),_0x2acc39=0x0,_0x37d2f6=0x0);}}return _0x42d5ae;}function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x42ed8a){let _0x15b744=![],_0x561896,_0x48503f,_0x4e38ef='',_0x333301='';const [_0x420bb6,_0x3535bf]=makeCanvasContext();if(!isSupported(_0x420bb6,_0x3535bf))_0x561896=_0x48503f='unsupported';else{_0x15b744=doesSupportWinding(_0x3535bf);{[_0x561896,_0x48503f,_0x4e38ef,_0x333301]=renderImages(_0x420bb6,_0x3535bf);}}const _0x1d827e={};return _0x1d827e['winding']=_0x15b744,_0x1d827e['geometry']=_0x561896,_0x1d827e['text']=_0x48503f,_0x1d827e['geometryDHash']=_0x4e38ef,_0x1d827e['textDHash']=_0x333301,_0x1d827e;}function makeCanvasContext(){const _0x5744a4=document['createElement']('canvas');return _0x5744a4['width']=0x1,_0x5744a4['height']=0x1,[_0x5744a4,_0x5744a4['getContext']('2d')];}function isSupported(_0x369e1c,_0x400d6b){return _0x400d6b!==undefined&&_0x400d6b!==null&&typeof _0x369e1c['toDataURL']==='function';}function doesSupportWinding(_0x346f57){return _0x346f57['rect'](0x0,0x0,0xa,0xa),_0x346f57['rect'](0x2,0x2,0x6,0x6),!_0x346f57['isPointInPath'](0x5,0x5,'evenodd');}function renderImages(_0x1f8753,_0x12fdac){renderTextImage(_0x1f8753,_0x12fdac);const _0x26fc5b=computeDHash(_0x1f8753),_0x4887a3=canvasToString(_0x1f8753),_0x1a8d2b=canvasToString(_0x1f8753);if(_0x4887a3!==_0x1a8d2b)return['unstable','unstable','',''];renderGeometryImage(_0x1f8753,_0x12fdac);const _0x4486f3=computeDHash(_0x1f8753),_0x1fb486=canvasToString(_0x1f8753);return[_0x1fb486,_0x4887a3,_0x4486f3,_0x26fc5b];}function renderTextImage(_0x3611c1,_0x1f8f3b){_0x3611c1['width']=0xf0,_0x3611c1['height']=0x3c,_0x1f8f3b['textBaseline']='alphabetic',_0x1f8f3b['fillStyle']='#f60',_0x1f8f3b['fillRect'](0x64,0x1,0x3e,0x14),_0x1f8f3b['fillStyle']='#069',_0x1f8f3b['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x20acbe='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x1f8f3b['fillText'](_0x20acbe,0x2,0xf),_0x1f8f3b['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x1f8f3b['font']='18pt\x20Arial',_0x1f8f3b['fillText'](_0x20acbe,0x4,0x2d);}function renderGeometryImage(_0x4508eb,_0x361453){_0x4508eb['width']=0x7a,_0x4508eb['height']=0x6e,_0x361453['globalCompositeOperation']='multiply';for(const [_0x43cf79,_0x1570a8,_0x2edf57]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x361453['fillStyle']=_0x43cf79,_0x361453['beginPath'](),_0x361453['arc'](_0x1570a8,_0x2edf57,0x28,0x0,Math['PI']*0x2,!![]),_0x361453['closePath'](),_0x361453['fill']();}_0x361453['fillStyle']='#f9c',_0x361453['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x361453['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x361453['fill']('evenodd');}function canvasToString(_0x2e75b3){return _0x2e75b3['toDataURL']();}function getCanvasAdvanced(){try{const _0x549a4d=document['createElement']('canvas'),_0x75ce6e=_0x549a4d['getContext']('2d');if(!_0x75ce6e)return null;const _0x3e6abf=renderBlendModes(_0x549a4d,_0x75ce6e),_0x525214=renderShadows(_0x549a4d,_0x75ce6e),_0x364cd5=renderGradientPath(_0x549a4d,_0x75ce6e),_0x469db2=testOffscreenConsistency(_0x549a4d,_0x75ce6e),_0x15aae1={};return _0x15aae1['blendDHash']=_0x3e6abf,_0x15aae1['shadowDHash']=_0x525214,_0x15aae1['gradientDHash']=_0x364cd5,_0x15aae1['offscreenConsistent']=_0x469db2,_0x15aae1;}catch{return null;}}function renderBlendModes(_0x2b6e39,_0x1bdf9b){return _0x2b6e39['width']=0x64,_0x2b6e39['height']=0x64,_0x1bdf9b['clearRect'](0x0,0x0,0x64,0x64),_0x1bdf9b['fillStyle']='#e74c3c',_0x1bdf9b['fillRect'](0xa,0xa,0x3c,0x3c),_0x1bdf9b['globalCompositeOperation']='multiply',_0x1bdf9b['fillStyle']='#3498db',_0x1bdf9b['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x1bdf9b['globalCompositeOperation']='screen',_0x1bdf9b['fillStyle']='#2ecc71',_0x1bdf9b['beginPath'](),_0x1bdf9b['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x1bdf9b['fill'](),_0x1bdf9b['globalCompositeOperation']='overlay',_0x1bdf9b['fillStyle']='#f39c12',_0x1bdf9b['fillRect'](0x14,0x14,0x1e,0x3c),_0x1bdf9b['globalCompositeOperation']='source-over',computeDHash(_0x2b6e39);}function renderShadows(_0x222699,_0x553d69){return _0x222699['width']=0x78,_0x222699['height']=0x50,_0x553d69['clearRect'](0x0,0x0,0x78,0x50),_0x553d69['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x553d69['shadowBlur']=0xa,_0x553d69['shadowOffsetX']=0x5,_0x553d69['shadowOffsetY']=0x5,_0x553d69['fillStyle']='#9b59b6',_0x553d69['fillRect'](0x14,0xf,0x28,0x28),_0x553d69['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x553d69['shadowBlur']=0xf,_0x553d69['shadowOffsetX']=-0x3,_0x553d69['shadowOffsetY']=0x3,_0x553d69['fillStyle']='#1abc9c',_0x553d69['beginPath'](),_0x553d69['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x553d69['fill'](),_0x553d69['shadowColor']='transparent',_0x553d69['shadowBlur']=0x0,_0x553d69['shadowOffsetX']=0x0,_0x553d69['shadowOffsetY']=0x0,computeDHash(_0x222699);}function renderGradientPath(_0x1c3eb0,_0xd5d51d){_0x1c3eb0['width']=0x64,_0x1c3eb0['height']=0x64,_0xd5d51d['clearRect'](0x0,0x0,0x64,0x64);const _0x2aa081=_0xd5d51d['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x2aa081['addColorStop'](0x0,'#e74c3c'),_0x2aa081['addColorStop'](0.5,'#f39c12'),_0x2aa081['addColorStop'](0x1,'#2ecc71'),_0xd5d51d['fillStyle']=_0x2aa081,_0xd5d51d['beginPath'](),_0xd5d51d['moveTo'](0x32,0x5),_0xd5d51d['lineTo'](0x5f,0x23),_0xd5d51d['lineTo'](0x50,0x5a),_0xd5d51d['lineTo'](0x14,0x5a),_0xd5d51d['lineTo'](0x5,0x23),_0xd5d51d['closePath'](),_0xd5d51d['fill']();try{const _0x3ac531=_0xd5d51d['createConicGradient'](0x0,0x32,0x32);_0x3ac531['addColorStop'](0x0,'red'),_0x3ac531['addColorStop'](0.33,'green'),_0x3ac531['addColorStop'](0.66,'blue'),_0x3ac531['addColorStop'](0x1,'red'),_0xd5d51d['globalCompositeOperation']='difference',_0xd5d51d['fillStyle']=_0x3ac531,_0xd5d51d['fillRect'](0xa,0xa,0x50,0x50),_0xd5d51d['globalCompositeOperation']='source-over';}catch{}return computeDHash(_0x1c3eb0);}function testOffscreenConsistency(_0x533e13,_0x2b3d69){if(typeof OffscreenCanvas==='undefined')return null;try{_0x533e13['width']=0x32,_0x533e13['height']=0x32,_0x2b3d69['clearRect'](0x0,0x0,0x32,0x32),_0x2b3d69['fillStyle']='#e74c3c',_0x2b3d69['beginPath'](),_0x2b3d69['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x2b3d69['fill']();const _0x25e991=computeDHash(_0x533e13),_0x56f20e=new OffscreenCanvas(0x32,0x32),_0x320c14=_0x56f20e['getContext']('2d');if(!_0x320c14)return null;_0x320c14['fillStyle']='#e74c3c',_0x320c14['beginPath'](),_0x320c14['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x320c14['fill']();const _0xb874bd=document['createElement']('canvas');_0xb874bd['width']=0x32,_0xb874bd['height']=0x32;const _0x189e8f=_0xb874bd['getContext']('2d');if(!_0x189e8f)return null;const _0x3c2fa0=_0x56f20e['transferToImageBitmap']();_0x189e8f['drawImage'](_0x3c2fa0,0x0,0x0);const _0x5399cd=computeDHash(_0xb874bd);return _0x25e991===_0x5399cd;}catch{return null;}}function fnv1aBytes(_0x362561){let _0x3ffaa4=0x811c9dc5;for(let _0x5a232b=0x0;_0x5a232b<_0x362561['length'];_0x5a232b++){_0x3ffaa4^=_0x362561[_0x5a232b],_0x3ffaa4=Math['imul'](_0x3ffaa4,0x1000193);}return _0x3ffaa4>>>0x0;}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x371ac2,_0x1dd956,_0x22de62,_0x42de48){let _0x538776=_0x371ac2,_0x57fe5f=_0x1dd956,_0x129eba=_0x22de62,_0x47c6e8=_0x42de48;return function(){const _0x3bf5ac=_0x57fe5f<<0x9;let _0x48b778=0x5*_0x538776;return _0x48b778=0x9*(_0x48b778<<0x7|_0x48b778>>>0x19),_0x47c6e8^=_0x57fe5f,_0x57fe5f^=_0x129eba^=_0x538776,_0x538776^=_0x47c6e8,_0x129eba^=_0x3bf5ac,_0x47c6e8=_0x47c6e8<<0xb|_0x47c6e8>>>0x15,(_0x48b778>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x463a43=document['createElement']('canvas'),_0x5cceb1=_0x463a43['getContext']('2d');if(_0x5cceb1===null)return null;_0x463a43['width']=CANVAS_DIM,_0x463a43['height']=CANVAS_DIM;const _0x23b69d=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x3062ac=_0x23b69d()*CANVAS_DIM,_0x3c298e=_0x23b69d()*CANVAS_DIM,_0x4542bf=_0x5cceb1['createRadialGradient'](_0x3062ac,_0x3c298e,0x2,_0x3062ac,_0x3c298e,CANVAS_DIM*0.8);for(let _0x4865c4=0x0;_0x4865c4<0x5;_0x4865c4++){const _0x2d2491=Math['floor'](_0x23b69d()*0x100),_0x5b77d0=Math['floor'](_0x23b69d()*0x100),_0x5913ba=Math['floor'](_0x23b69d()*0x100);_0x4542bf['addColorStop'](_0x4865c4/0x4,'rgb('+_0x2d2491+','+_0x5b77d0+','+_0x5913ba+')');}_0x5cceb1['fillStyle']=_0x4542bf,_0x5cceb1['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x370b05=0x0;_0x370b05<0x3;_0x370b05++){_0x5cceb1['beginPath'](),_0x5cceb1['arc'](_0x23b69d()*CANVAS_DIM,_0x23b69d()*CANVAS_DIM,_0x23b69d()*CANVAS_DIM*0.4+0x2,_0x23b69d()*Math['PI']*0x2,_0x23b69d()*Math['PI']*0x2),_0x5cceb1['strokeStyle']='rgba('+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+(_0x23b69d()*0.5+0.5)['toFixed'](0x2)+')',_0x5cceb1['lineWidth']=_0x23b69d()*0x3+0.5,_0x5cceb1['stroke']();}for(let _0x522e47=0x0;_0x522e47<0x2;_0x522e47++){_0x5cceb1['beginPath'](),_0x5cceb1['moveTo'](_0x23b69d()*CANVAS_DIM,_0x23b69d()*CANVAS_DIM),_0x5cceb1['bezierCurveTo'](_0x23b69d()*CANVAS_DIM,_0x23b69d()*CANVAS_DIM,_0x23b69d()*CANVAS_DIM,_0x23b69d()*CANVAS_DIM,_0x23b69d()*CANVAS_DIM,_0x23b69d()*CANVAS_DIM),_0x5cceb1['strokeStyle']='rgba('+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+(_0x23b69d()*0.5+0.5)['toFixed'](0x2)+')',_0x5cceb1['lineWidth']=_0x23b69d()*0x2+0.5,_0x5cceb1['stroke']();}_0x5cceb1['shadowBlur']=_0x23b69d()*0x8+0x2,_0x5cceb1['shadowColor']='rgba('+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+',0.7)',_0x5cceb1['shadowOffsetX']=_0x23b69d()*0x4-0x2,_0x5cceb1['shadowOffsetY']=_0x23b69d()*0x4-0x2,_0x5cceb1['fillStyle']='rgb('+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+')',_0x5cceb1['fillRect'](_0x23b69d()*CANVAS_DIM*0.5,_0x23b69d()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x5cceb1['shadowBlur']=0x0,_0x5cceb1['shadowColor']='transparent',_0x5cceb1['shadowOffsetX']=0x0,_0x5cceb1['shadowOffsetY']=0x0;const _0x2d3d3e=['serif','sans-serif','monospace'];for(let _0x9cb938=0x0;_0x9cb938<0x3;_0x9cb938++){const _0x3ac52e=Math['floor'](_0x23b69d()*0xc)+0x8;_0x5cceb1['font']=_0x3ac52e+'px\x20'+_0x2d3d3e[_0x9cb938%0x3],_0x5cceb1['fillStyle']='rgb('+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+')',_0x5cceb1['fillText'](String['fromCharCode'](Math['floor'](_0x23b69d()*0x1a)+0x41,Math['floor'](_0x23b69d()*0x1a)+0x61,Math['floor'](_0x23b69d()*0xa)+0x30),_0x23b69d()*CANVAS_DIM*0.7,_0x23b69d()*CANVAS_DIM*0.8+_0x3ac52e);}_0x5cceb1['globalAlpha']=0.3;const _0x22f5c0=_0x5cceb1['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x22f5c0['addColorStop'](0x0,'rgba('+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+',1)'),_0x22f5c0['addColorStop'](0x1,'rgba('+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+','+Math['floor'](_0x23b69d()*0x100)+',1)'),_0x5cceb1['fillStyle']=_0x22f5c0,_0x5cceb1['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x5cceb1['globalAlpha']=0x1;const _0x2efaa6=_0x5cceb1['getImageData'](0x0,0x0,_0x463a43['width'],_0x463a43['height']),_0xf55d4c=fnv1a$2(_0x2efaa6['data']),_0xc51c50=computeDHash(_0x463a43),_0x3471ba={};return _0x3471ba['p']=_0xf55d4c,_0x3471ba['d']=CANVAS_DIM,_0x3471ba['dHash']=_0xc51c50,_0x3471ba;}catch{return null;}}function getColorGamut(){for(const _0x2e7df4 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x2e7df4+')')['matches'])return _0x2e7df4;}return undefined;}const _0x3178b5={};_0x3178b5['prop']='width',_0x3178b5['value']='calc(sin(1)\x20*\x201000px)',_0x3178b5['label']='sin1';const _0x183819={};_0x183819['prop']='width',_0x183819['value']='calc(cos(1)\x20*\x201000px)',_0x183819['label']='cos1';const _0x3e491a={};_0x3e491a['prop']='width',_0x3e491a['value']='calc(tan(0.5)\x20*\x201000px)',_0x3e491a['label']='tan05';const _0x5b12d7={};_0x5b12d7['prop']='width',_0x5b12d7['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x5b12d7['label']='sincos';const _0x517edd={};_0x517edd['prop']='width',_0x517edd['value']='calc(sin(0.001)\x20*\x201000000px)',_0x517edd['label']='sin_small';const _0x1d1542={};_0x1d1542['prop']='width',_0x1d1542['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x1d1542['label']='cos_pi';const _0x3291ea={};_0x3291ea['prop']='width',_0x3291ea['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0x3291ea['label']='tan15';const _0xef2a50={};_0xef2a50['prop']='width',_0xef2a50['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0xef2a50['label']='sin_large';const _0x3172ca={};_0x3172ca['prop']='height',_0x3172ca['value']='calc(sqrt(2)\x20*\x201000px)',_0x3172ca['label']='sqrt2';const _0x3221ce={};_0x3221ce['prop']='height',_0x3221ce['value']='calc(exp(1)\x20*\x20100px)',_0x3221ce['label']='exp1';const _0x3293c9={};_0x3293c9['prop']='height',_0x3293c9['value']='calc(log(10)\x20*\x201000px)',_0x3293c9['label']='log10';const _0x4f53ca={};_0x4f53ca['prop']='height',_0x4f53ca['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x4f53ca['label']='hypot34';const EXPRESSIONS=[_0x3178b5,_0x183819,_0x3e491a,_0x5b12d7,_0x517edd,_0x1d1542,_0x3291ea,_0xef2a50,_0x3172ca,_0x3221ce,_0x3293c9,_0x4f53ca];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 _0x1b3317=document['createElement']('div');_0x1b3317['style']['position']='absolute',_0x1b3317['style']['visibility']='hidden',_0x1b3317['style']['overflow']='hidden',_0x1b3317['style']['top']='-9999px',_0x1b3317['style']['left']='-9999px',document['body']['appendChild'](_0x1b3317);const _0x154eed={};for(const _0x2b2b14 of EXPRESSIONS){const _0x159e4f=document['createElement']('div');_0x159e4f['style']['position']='absolute',_0x159e4f['style'][_0x2b2b14['prop']]=_0x2b2b14['value'],_0x1b3317['appendChild'](_0x159e4f);const _0x39446c=getComputedStyle(_0x159e4f),_0x3f7842=parseFloat(_0x39446c[_0x2b2b14['prop']]);!isNaN(_0x3f7842)&&isFinite(_0x3f7842)&&(_0x154eed[_0x2b2b14['label']]=Math['round'](_0x3f7842*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x1b3317),Object['keys'](_0x154eed)['length']>0x0?_0x154eed:null;}catch{return null;}}async function withIframe(_0x20ff2c,_0x3943da,_0x2579e3=0x32){const _0x2528a3=document;while(_0x2528a3['body']===null){await wait(_0x2579e3);}const _0x1e155f=_0x2528a3['createElement']('iframe');try{await new Promise((_0x58c1dd,_0x4a75fd)=>{let _0x4bb436=![];const _0x2bc71c=()=>{_0x4bb436=!![],_0x58c1dd();},_0x39119b=_0x98c678=>{_0x4bb436=!![],_0x4a75fd(_0x98c678);};_0x1e155f['onload']=_0x2bc71c,_0x1e155f['onerror']=_0x39119b;const {style:_0x5b5141}=_0x1e155f;_0x5b5141['setProperty']('display','block','important'),_0x5b5141['position']='absolute',_0x5b5141['top']='0',_0x5b5141['left']='0',_0x5b5141['visibility']='hidden';_0x3943da!==undefined&&_0x3943da!==''&&'srcdoc'in _0x1e155f?_0x1e155f['srcdoc']=_0x3943da:_0x1e155f['src']='about:blank';_0x2528a3['body']['appendChild'](_0x1e155f);const _0x264586=()=>{if(_0x4bb436)return;_0x1e155f['contentWindow']?.['document']['readyState']==='complete'?_0x2bc71c():setTimeout(_0x264586,0xa);};_0x264586();});while(!_0x1e155f['contentWindow']?.['document']['body']){await wait(_0x2579e3);}return await _0x20ff2c(_0x1e155f,_0x1e155f['contentWindow']);}finally{_0x1e155f['parentNode']?.['removeChild'](_0x1e155f);}}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];constructor(_0x9046ba=0x1388){this['idleTimeoutMs']=_0x9046ba;}['execute'](_0x167dbf){return new Promise((_0x49eb9d,_0x295872)=>{const _0x3241ff={};_0x3241ff['action']=_0x167dbf,_0x3241ff['resolve']=_0x49eb9d,_0x3241ff['reject']=_0x295872,this['queue']['push'](_0x3241ff),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 _0x6d4223=this['queue']['shift'](),_0x412013=this['iframe'];if(_0x6d4223===undefined||_0x412013===null)continue;try{const _0x3a368a=await _0x6d4223['action'](_0x412013,_0x412013['contentWindow']);_0x6d4223['resolve'](_0x3a368a);}catch(_0x2231da){_0x6d4223['reject'](_0x2231da);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x590000=document;while(_0x590000['body']===null){await wait(0x32);}if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x20993e=_0x590000['createElement']('iframe');this['iframe']=_0x20993e,this['iframeReady']=new Promise((_0x592af1,_0x29a0a0)=>{let _0x546c51=![];_0x20993e['onload']=()=>{_0x546c51=!![],_0x592af1();},_0x20993e['onerror']=_0x24d765=>{_0x546c51=!![],_0x29a0a0(_0x24d765);};const {style:_0x128ec8}=_0x20993e;_0x128ec8['setProperty']('display','block','important'),_0x128ec8['position']='absolute',_0x128ec8['top']='0',_0x128ec8['left']='0',_0x128ec8['visibility']='hidden',_0x20993e['src']='about:blank',_0x590000['body']['appendChild'](_0x20993e);const _0x1b4e71=()=>{if(_0x546c51)return;_0x20993e['contentWindow']?.['document']['readyState']==='complete'?(_0x546c51=!![],_0x592af1()):setTimeout(_0x1b4e71,0xa);};_0x1b4e71();}),await this['iframeReady'];while(!_0x20993e['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 _0x5f2125=window;for(;;){const _0x339aea=_0x5f2125['parent'];if(_0x339aea===_0x5f2125)return![];try{if(_0x339aea['location']['origin']!==_0x5f2125['location']['origin'])return!![];}catch(_0x382c24){if(_0x382c24 instanceof Error&&_0x382c24['name']==='SecurityError')return!![];throw _0x382c24;}_0x5f2125=_0x339aea;}}function getEmojiSignal(){let _0x5f3bff='';for(let _0x16a8df=0x1f600;_0x16a8df<=0x1f64f;_0x16a8df++){_0x5f3bff+=String['fromCodePoint'](_0x16a8df);}return getIframePool()['execute']((_0x1b356d,_0xe95712)=>{const _0x1e56a8=_0xe95712['document'],_0x85ade7=_0x1e56a8['createElement']('span');_0x85ade7['style']['whiteSpace']='nowrap',_0x85ade7['innerText']=_0x5f3bff,_0x1e56a8['body']['append'](_0x85ade7);const _0x2012ce={},_0x5b3163=['x','y','left','right','bottom','height','top','width'],_0x33c62c=_0x85ade7['getBoundingClientRect']();for(const _0x220898 of _0x5b3163){_0x220898 in _0x33c62c&&(_0x2012ce[_0x220898]=Math['round'](_0x33c62c[_0x220898]*0x64)/0x64);}const _0x259194=_0xe95712['getComputedStyle'](_0x85ade7,null)['getPropertyValue']('font-family');return _0x2012ce['font']=_0x259194,_0x1e56a8['body']['removeChild'](_0x85ade7),_0x2012ce;});}const defaultText='mmMwWLliI0fiflO&1',_0x5942d1={};_0x5942d1['font']='-apple-system-body';const _0x2560b0={};_0x2560b0['fontFamily']='serif';const _0x1d4609={};_0x1d4609['fontFamily']='sans-serif';const _0x223a56={};_0x223a56['fontFamily']='monospace';const _0x44edff={};_0x44edff['fontSize']='1px';const _0x9bd52={};_0x9bd52['fontFamily']='system-ui';const _0x58c9dc={};_0x58c9dc['default']=[],_0x58c9dc['apple']=[_0x5942d1],_0x58c9dc['serif']=[_0x2560b0],_0x58c9dc['sans']=[_0x1d4609],_0x58c9dc['mono']=[_0x223a56],_0x58c9dc['min']=[_0x44edff],_0x58c9dc['system']=[_0x9bd52];const presets=_0x58c9dc;function getFontPreferences(){return withNaturalFonts((_0x5ae073,_0x2ec03a,_0x53e641)=>{const _0x1c2dcf={},_0x207f79={};for(const _0x47fbc0 of Object['keys'](presets)){const [_0x109e06={},_0x504ba6=defaultText]=presets[_0x47fbc0],_0x5d9b30=_0x5ae073['createElement']('span');_0x5d9b30['textContent']=_0x504ba6,_0x5d9b30['style']['whiteSpace']='nowrap';for(const _0x5a7b8a of Object['keys'](_0x109e06)){const _0x2fc926=_0x109e06[_0x5a7b8a];_0x2fc926!==undefined&&(_0x5d9b30['style'][_0x5a7b8a]=_0x2fc926);}_0x1c2dcf[_0x47fbc0]=_0x5d9b30,_0x2ec03a['append'](_0x5ae073['createElement']('br'),_0x5d9b30);}const _0x6c0849=_0x53e641['devicePixelRatio']>0x0?_0x53e641['devicePixelRatio']:0x1;for(const _0x5004de of Object['keys'](presets)){_0x207f79[_0x5004de]=Math['round'](_0x1c2dcf[_0x5004de]['getBoundingClientRect']()['width']*_0x6c0849*0x64)/0x64;}return _0x207f79;});}function withNaturalFonts(_0x4dd064,_0x595e3c=0xfa0){return withIframe((_0x13c7c0,_0x53897c)=>{const _0x5b0079=_0x53897c['document'],_0xd48594=_0x5b0079['body'],_0x5d126d=_0xd48594['style'];_0x5d126d['width']=_0x595e3c+'px',_0x5d126d['webkitTextSizeAdjust']=_0x5d126d['textSizeAdjust']='none';if(isChromium())_0xd48594['style']['zoom']=''+0x1/_0x53897c['devicePixelRatio'];else isWebKit()&&(_0xd48594['style']['zoom']='reset');const _0x27a8c1=_0x5b0079['createElement']('div'),_0x35649c={};return _0x35649c['length']=_0x595e3c/0x14<<0x0,_0x27a8c1['textContent']=Array['from'](_0x35649c)['map'](()=>'word')['join']('\x20'),_0xd48594['appendChild'](_0x27a8c1),_0x4dd064(_0x5b0079,_0xd48594,_0x53897c);},'<!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']((_0x50e43a,{document:_0x5180df})=>{const _0x4701df=_0x5180df['body'];_0x4701df['style']['fontSize']=textSize;const _0x3c750c=_0x5180df['createElement']('div');_0x3c750c['style']['setProperty']('visibility','hidden','important');const _0x479481={},_0x121d18={},_0x98b404=_0x5c75e5=>{const _0x2e1ce6=_0x5180df['createElement']('span'),{style:_0x927919}=_0x2e1ce6;return _0x927919['position']='absolute',_0x927919['top']='0',_0x927919['left']='0',_0x927919['fontFamily']=_0x5c75e5,_0x2e1ce6['textContent']=testString,_0x3c750c['appendChild'](_0x2e1ce6),_0x2e1ce6;},_0xac1e3f=(_0x4e249a,_0x1678ec)=>{return _0x98b404('\x27'+_0x4e249a+'\x27,'+_0x1678ec);},_0x496caf=()=>{return baseFonts['map'](_0x98b404);},_0x22fa22=()=>{const _0x3bf1a6={};for(const _0x146cff of fontList){_0x3bf1a6[_0x146cff]=baseFonts['map'](_0x3bdb3c=>_0xac1e3f(_0x146cff,_0x3bdb3c));}return _0x3bf1a6;},_0x2952b1=_0x2d696b=>{return baseFonts['some']((_0x3d63c8,_0x870096)=>_0x2d696b[_0x870096]['offsetWidth']!==_0x479481[_0x3d63c8]||_0x2d696b[_0x870096]['offsetHeight']!==_0x121d18[_0x3d63c8]);},_0x36783a=_0x496caf(),_0x394882=_0x22fa22();_0x4701df['appendChild'](_0x3c750c);for(let _0x1e6740=0x0;_0x1e6740<baseFonts['length'];_0x1e6740++){_0x479481[baseFonts[_0x1e6740]]=_0x36783a[_0x1e6740]['offsetWidth'],_0x121d18[baseFonts[_0x1e6740]]=_0x36783a[_0x1e6740]['offsetHeight'];}return fontList['filter'](_0xee1f0a=>_0x2952b1(_0x394882[_0xee1f0a]));});}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(_0x44e8f0){const _0x4f7f7c=_0x44e8f0['info'];if(_0x4f7f7c!==undefined&&_0x4f7f7c!==null){const _0x1af458={};return _0x1af458['vendor']=_0x4f7f7c['vendor'],_0x1af458['architecture']=_0x4f7f7c['architecture'],_0x1af458;}if(typeof _0x44e8f0['requestAdapterInfo']==='function'){const _0xcb31b9=await _0x44e8f0['requestAdapterInfo'](),_0x4c6826={};return _0x4c6826['vendor']=_0xcb31b9['vendor'],_0x4c6826['architecture']=_0xcb31b9['architecture'],_0x4c6826;}const _0x182224={};return _0x182224['vendor']='',_0x182224['architecture']='',_0x182224;}function createTextureData(){const _0x3c9d4c=[],_0x13ca4f=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x586c1e=0x0;_0x586c1e<TEX_WIDTH*TEX_HEIGHT;_0x586c1e++){_0x3c9d4c['push'](..._0x13ca4f[_0x586c1e%0x3]);}return new Uint8Array(_0x3c9d4c);}function quantizeTiming(_0x266f06){const _0x1663bc=Number(_0x266f06/0x3e8n);return Math['round'](_0x1663bc/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x14318a,_0x47917e){const _0x3fcc87=[];for(const _0x528a98 of _0x47917e){_0x3fcc87['push'](_0x528a98);}const _0x1d1a0b={};_0x1d1a0b['requiredFeatures']=_0x3fcc87;const _0x54dc5d=await _0x14318a['requestDevice'](_0x1d1a0b),_0x59cb2f='rgba8unorm',_0xc3d48a={};_0xc3d48a['label']='fp-shader',_0xc3d48a['code']=WGSL_SHADER;const _0x2b2b02=_0x54dc5d['createShaderModule'](_0xc3d48a),_0x29d90c={};_0x29d90c['module']=_0x2b2b02;const _0x37c6da={};_0x37c6da['format']=_0x59cb2f;const _0x4a0b0f={};_0x4a0b0f['module']=_0x2b2b02,_0x4a0b0f['targets']=[_0x37c6da];const _0xabcf30={};_0xabcf30['topology']='triangle-list';const _0x2a9878={};_0x2a9878['label']='fp-pipeline',_0x2a9878['layout']='auto',_0x2a9878['vertex']=_0x29d90c,_0x2a9878['fragment']=_0x4a0b0f,_0x2a9878['primitive']=_0xabcf30;const _0x507fc8=_0x54dc5d['createRenderPipeline'](_0x2a9878),_0x312ca9=createTextureData(),_0x716c74={};_0x716c74['label']='fp-src-texture',_0x716c74['size']=[TEX_WIDTH,TEX_HEIGHT],_0x716c74['format']='rgba8unorm',_0x716c74['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x364547=_0x54dc5d['createTexture'](_0x716c74),_0x45654d={};_0x45654d['texture']=_0x364547;const _0x3c9393={};_0x3c9393['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0xdec8f9={};_0xdec8f9['width']=TEX_WIDTH,_0xdec8f9['height']=TEX_HEIGHT,_0x54dc5d['queue']['writeTexture'](_0x45654d,_0x312ca9['buffer'],_0x3c9393,_0xdec8f9);const _0x38d1df={};_0x38d1df['label']='fp-sampler';const _0x2b7cd3=_0x54dc5d['createSampler'](_0x38d1df),_0x437ee4={};_0x437ee4['binding']=0x0,_0x437ee4['resource']=_0x2b7cd3;const _0x170e92=_0x54dc5d['createBindGroup']({'layout':_0x507fc8['getBindGroupLayout'](0x0),'entries':[_0x437ee4,{'binding':0x1,'resource':_0x364547['createView']()}]}),_0x58f8f9=ROTATION_MATRICES['map'](_0x15eb5e=>{const _0x46f47c={};_0x46f47c['label']='fp-uniform',_0x46f47c['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x46f47c['usage']=GPUBufferUsage['UNIFORM'],_0x46f47c['mappedAtCreation']=!![];const _0x213f3f=_0x54dc5d['createBuffer'](_0x46f47c);new Float32Array(_0x213f3f['getMappedRange']())['set'](_0x15eb5e),_0x213f3f['unmap']();const _0x296cc8={};_0x296cc8['buffer']=_0x213f3f;const _0x178dfd={};return _0x178dfd['binding']=0x0,_0x178dfd['resource']=_0x296cc8,_0x54dc5d['createBindGroup']({'layout':_0x507fc8['getBindGroupLayout'](0x1),'entries':[_0x178dfd]});}),_0x4a899a=_0x54dc5d['features']['has']('timestamp-query');let _0x440a8d=null,_0x27ca39=null,_0x12c066=null;if(_0x4a899a){const _0x4fe52a={};_0x4fe52a['label']='fp-ts',_0x4fe52a['type']='timestamp',_0x4fe52a['count']=0x2,_0x440a8d=_0x54dc5d['createQuerySet'](_0x4fe52a);const _0x22864f={};_0x22864f['size']=0x2*0x8,_0x22864f['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x27ca39=_0x54dc5d['createBuffer'](_0x22864f);const _0x5439c0={};_0x5439c0['size']=0x2*0x8,_0x5439c0['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x12c066=_0x54dc5d['createBuffer'](_0x5439c0);}const _0x2e6e0f={};_0x2e6e0f['label']='fp-rt',_0x2e6e0f['size']=[RT_WIDTH,RT_HEIGHT],_0x2e6e0f['format']=_0x59cb2f,_0x2e6e0f['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x329c1b=_0x54dc5d['createTexture'](_0x2e6e0f),_0x185e05=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x5e13c5={};_0x5e13c5['label']='fp-pixel-read',_0x5e13c5['size']=_0x185e05*RT_HEIGHT,_0x5e13c5['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x47af5e=_0x54dc5d['createBuffer'](_0x5e13c5),_0x456f51=[],_0x55579f=[];for(let _0x322154=0x0;_0x322154<ROTATION_MATRICES['length'];_0x322154++){const _0x40847f=_0x329c1b['createView'](),_0x369824={};_0x369824['label']='fp-enc-'+_0x322154;const _0xcaa80a=_0x54dc5d['createCommandEncoder'](_0x369824),_0x567710={};_0x567710['r']=0x0,_0x567710['g']=0x0,_0x567710['b']=0x0,_0x567710['a']=0x1;const _0x144b1c={};_0x144b1c['view']=_0x40847f,_0x144b1c['clearValue']=_0x567710,_0x144b1c['loadOp']='clear',_0x144b1c['storeOp']='store';const _0x3dfc62={'label':'fp-pass-'+_0x322154,'colorAttachments':[_0x144b1c],..._0x4a899a&&_0x440a8d?{'timestampWrites':{'querySet':_0x440a8d,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x119bd1=_0x3dfc62,_0x3630a7=_0xcaa80a['beginRenderPass'](_0x119bd1);_0x3630a7['setPipeline'](_0x507fc8),_0x3630a7['setBindGroup'](0x0,_0x170e92),_0x3630a7['setBindGroup'](0x1,_0x58f8f9[_0x322154]),_0x3630a7['draw'](0x6),_0x3630a7['end']();_0x4a899a&&_0x440a8d&&_0x27ca39&&_0x12c066&&(_0xcaa80a['resolveQuerySet'](_0x440a8d,0x0,0x2,_0x27ca39,0x0),_0xcaa80a['copyBufferToBuffer'](_0x27ca39,0x0,_0x12c066,0x0,_0x27ca39['size']));const _0x3c8d6b={};_0x3c8d6b['x']=0x0,_0x3c8d6b['y']=0x0;const _0x2e8168={};_0x2e8168['texture']=_0x329c1b,_0x2e8168['origin']=_0x3c8d6b;const _0x23cd95={};_0x23cd95['buffer']=_0x47af5e,_0x23cd95['bytesPerRow']=_0x185e05,_0x23cd95['rowsPerImage']=RT_HEIGHT;const _0x354f6c={};_0x354f6c['width']=RT_WIDTH,_0x354f6c['height']=RT_HEIGHT,_0xcaa80a['copyTextureToBuffer'](_0x2e8168,_0x23cd95,_0x354f6c),_0x54dc5d['queue']['submit']([_0xcaa80a['finish']()]),await _0x47af5e['mapAsync'](GPUMapMode['READ']);const _0x113bfa=new Uint8Array(_0x47af5e['getMappedRange']()),_0x2d3f2e=RT_WIDTH*BYTES_PER_PIXEL,_0x3a0a00=new Uint8Array(_0x2d3f2e*RT_HEIGHT);for(let _0x1d752f=0x0;_0x1d752f<RT_HEIGHT;_0x1d752f++){_0x3a0a00['set'](_0x113bfa['subarray'](_0x1d752f*_0x185e05,_0x1d752f*_0x185e05+_0x2d3f2e),_0x1d752f*_0x2d3f2e);}_0x456f51['push'](fnv1a$1(_0x3a0a00)),_0x47af5e['unmap']();if(_0x4a899a&&_0x12c066)try{await _0x12c066['mapAsync'](GPUMapMode['READ']);const _0x45fc2e=new BigUint64Array(_0x12c066['getMappedRange']()),_0x5cee58=_0x45fc2e[0x0],_0x42d6a7=_0x45fc2e[0x1];_0x42d6a7>_0x5cee58&&_0x55579f['push'](quantizeTiming(_0x42d6a7-_0x5cee58)),_0x12c066['unmap']();}catch{}}const _0x28e143=new Uint8Array(_0x456f51['length']*0x4),_0xd543ce=new DataView(_0x28e143['buffer']);for(let _0x3928ba=0x0;_0x3928ba<_0x456f51['length'];_0x3928ba++){_0xd543ce['setUint32'](_0x3928ba*0x4,_0x456f51[_0x3928ba],!![]);}let _0x403be4='';for(let _0x2890d6=0x0;_0x2890d6<_0x28e143['length'];_0x2890d6++){_0x403be4+=String['fromCharCode'](_0x28e143[_0x2890d6]);}return typeof _0x54dc5d['destroy']==='function'&&_0x54dc5d['destroy'](),{'pixelHash':btoa(_0x403be4),'timingBuckets':_0x55579f};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x2328fe={};return _0x2328fe['s']=-0x1,_0x2328fe['v']=null,_0x2328fe;}const _0x27dd1e={};_0x27dd1e['s']=-0x2,_0x27dd1e['v']=null;const _0x402d8b=await Promise['race']([collectWebGpuSignal(),new Promise(_0x2a02a5=>setTimeout(()=>_0x2a02a5(_0x27dd1e),TIMEOUT_MS))]);return _0x402d8b;}async function collectWebGpuSignal(){let _0x1a54aa;try{const _0x1e68b2=await navigator['gpu']['requestAdapter']();if(!_0x1e68b2){const _0x5370d6={};return _0x5370d6['s']=-0x4,_0x5370d6['v']=null,_0x5370d6;}_0x1a54aa=_0x1e68b2;}catch(_0x1e28b1){if(_0x1e28b1 instanceof Error){const _0x3251d2={};return _0x3251d2['s']=-0x3,_0x3251d2['v']=null,_0x3251d2;}throw _0x1e28b1;}try{const _0x1675fd=Array['from'](_0x1a54aa['features']['values']())['sort'](),[_0x2de8df,_0x20f746]=await Promise['all']([renderAndReadback(_0x1a54aa,_0x1675fd),getAdapterInfo$1(_0x1a54aa)]),_0x3d55ca={};_0x3d55ca['s']=_0x1675fd,_0x3d55ca['f']=_0x2de8df['pixelHash'],_0x3d55ca['t']=_0x2de8df['timingBuckets'],_0x3d55ca['v']=_0x20f746['vendor'],_0x3d55ca['a']=_0x20f746['architecture'];const _0xf16d41={};return _0xf16d41['s']=0x0,_0xf16d41['v']=_0x3d55ca,_0xf16d41;}catch(_0x70df0c){if(_0x70df0c instanceof TypeError){const _0x5edffb={};return _0x5edffb['s']=-0x7,_0x5edffb['v']=null,_0x5edffb;}throw _0x70df0c;}}const _0x3925e8={};_0x3925e8['text']='今天天气真好我们出去玩吧',_0x3925e8['locale']='zh',_0x3925e8['gran']='word';const _0x1a7652={};_0x1a7652['text']='東京都は日本の首都です',_0x1a7652['locale']='ja',_0x1a7652['gran']='word';const _0x550526={};_0x550526['text']='สวัสดีครับวันนี้อากาศดี',_0x550526['locale']='th',_0x550526['gran']='word';const _0x4b2991={};_0x4b2991['text']='오늘날씨가좋아서산책했습니다',_0x4b2991['locale']='ko',_0x4b2991['gran']='word';const _0x25f416={};_0x25f416['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x25f416['locale']='en',_0x25f416['gran']='word';const _0x4cebcc={};_0x4cebcc['text']='👨‍👩‍👧‍👦🏳️‍🌈👩🏽‍💻',_0x4cebcc['locale']='en',_0x4cebcc['gran']='grapheme';const SEGMENTER_TESTS=[_0x3925e8,_0x1a7652,_0x550526,_0x4b2991,_0x25f416,_0x4cebcc],_0xb01461={};_0xb01461['code']='XK',_0xb01461['type']='region';const _0x2041a7={};_0x2041a7['code']='EH',_0x2041a7['type']='region';const _0x56ad8c={};_0x56ad8c['code']='SX',_0x56ad8c['type']='region';const _0x1b3e48={};_0x1b3e48['code']='BQ',_0x1b3e48['type']='region';const _0x4d9d52={};_0x4d9d52['code']='SS',_0x4d9d52['type']='region';const _0xd754da={};_0xd754da['code']='CW',_0xd754da['type']='region';const DISPLAY_NAMES_TESTS=[_0xb01461,_0x2041a7,_0x56ad8c,_0x1b3e48,_0x4d9d52,_0xd754da];function getIntlSegmenter(){const _0x4545d7={};_0x4545d7['segmenter']=null,_0x4545d7['displayNames']=null;const _0x5859a4=_0x4545d7;try{const _0x5a94a4=Intl['Segmenter'];if(_0x5a94a4){const _0xd798dc={};for(const _0x13e98e of SEGMENTER_TESTS){try{const _0x316570=new _0x5a94a4(_0x13e98e['locale'],{'granularity':_0x13e98e['gran']}),_0x50b7c7=[..._0x316570['segment'](_0x13e98e['text'])]['length'];_0xd798dc[_0x13e98e['locale']+'_'+_0x13e98e['gran']]=_0x50b7c7;}catch{}}Object['keys'](_0xd798dc)['length']>0x0&&(_0x5859a4['segmenter']=_0xd798dc);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x182f98={},_0x232336={};_0x232336['type']='region';const _0x21c1dd=new Intl['DisplayNames'](['en'],_0x232336);for(const _0x369a4f of DISPLAY_NAMES_TESTS){try{const _0x2fd53e=_0x21c1dd['of'](_0x369a4f['code']);_0x2fd53e!==undefined&&_0x2fd53e!==''&&(_0x182f98[_0x369a4f['code']]=_0x2fd53e);}catch{}}Object['keys'](_0x182f98)['length']>0x0&&(_0x5859a4['displayNames']=_0x182f98);}}catch{}return _0x5859a4;}const fallbackFn=()=>0x0;function getMathFn(_0x4b93da){const _0x55ce34=globalThis['Math'][_0x4b93da];return typeof _0x55ce34==='function'?_0x55ce34:fallbackFn;}function getMathSignal(){const _0x57440e=getMathFn('acos'),_0x1d297f=getMathFn('acosh'),_0xa0c2d7=getMathFn('asin'),_0x50a8e9=getMathFn('asinh'),_0x5cf04b=getMathFn('atanh'),_0x506004=getMathFn('atan'),_0x2b3462=getMathFn('sin'),_0x3430f3=getMathFn('sinh'),_0x117b27=getMathFn('cos'),_0x4c385c=getMathFn('cosh'),_0x17d66a=getMathFn('tan'),_0x48083d=getMathFn('tanh'),_0x8174fc=getMathFn('exp'),_0x46e192=getMathFn('expm1'),_0x1dd867=getMathFn('log1p'),_0x51134e=_0x516c7d=>Math['pow'](Math['PI'],_0x516c7d),_0x1d3d50=_0xad0030=>Math['log'](_0xad0030+Math['sqrt'](_0xad0030*_0xad0030-0x1)),_0xda868b=_0x53ac3a=>Math['log'](_0x53ac3a+Math['sqrt'](_0x53ac3a*_0x53ac3a+0x1)),_0x493b01=_0x4f9a36=>Math['log']((0x1+_0x4f9a36)/(0x1-_0x4f9a36))/0x2,_0x215052=_0x3c8b17=>Math['exp'](_0x3c8b17)-0x1/Math['exp'](_0x3c8b17)/0x2,_0x39266d=_0x36002f=>(Math['exp'](_0x36002f)+0x1/Math['exp'](_0x36002f))/0x2,_0x54268a=_0x46c53b=>Math['exp'](_0x46c53b)-0x1,_0x1a0fa8=_0x2a3d5a=>(Math['exp'](0x2*_0x2a3d5a)-0x1)/(Math['exp'](0x2*_0x2a3d5a)+0x1),_0x3df6f9=_0x106a9e=>Math['log'](0x1+_0x106a9e);return{'acos':_0x57440e(0.12312423423423424),'acosh':_0x1d297f(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x1d3d50(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0xa0c2d7(0.12312423423423424),'asinh':_0x50a8e9(0x1),'asinhPf':_0xda868b(0x1),'atanh':_0x5cf04b(0.5),'atanhPf':_0x493b01(0.5),'atan':_0x506004(0.5),'sin':_0x2b3462(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x3430f3(0x1),'sinhPf':_0x215052(0x1),'cos':_0x117b27(10.000000000123),'cosh':_0x4c385c(0x1),'coshPf':_0x39266d(0x1),'tan':_0x17d66a(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x48083d(0x1),'tanhPf':_0x1a0fa8(0x1),'exp':_0x8174fc(0x1),'expm1':_0x46e192(0x1),'expm1Pf':_0x54268a(0x1),'log1p':_0x1dd867(0xa),'log1pPf':_0x3df6f9(0xa),'powPI':_0x51134e(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x4ac652=document['createDocumentFragment'](),_0x47d0ff=createMathElement(_0x4ac652,'mrow'),_0x255f07=createMathElement(_0x47d0ff,'munderover'),_0x59af3d=createMathElement(_0x255f07,'mmultiscripts');createMathElement(_0x59af3d,'mo','∏');for(const [_0x95e05a,_0x49bcd7,_0x3db41d,_0x500791,_0x444740]of QUINTUPLETS){const _0x1ffd4b=document['createElement']('mmultiscripts');createMathElement(_0x1ffd4b,'mi',_0x95e05a),createMathElement(_0x1ffd4b,'mi',_0x49bcd7),createMathElement(_0x1ffd4b,'mi',_0x3db41d),createMathElement(_0x1ffd4b,'mprescripts'),createMathElement(_0x1ffd4b,'mi',_0x500791),createMathElement(_0x1ffd4b,'mi',_0x444740),_0x59af3d['append'](_0x1ffd4b);}return getIframePool()['execute']((_0x43b9b2,_0x3787ab)=>{const _0x2fafb9=_0x3787ab['document'],_0x114d7c=_0x2fafb9['createElement']('math');_0x114d7c['style']['whiteSpace']='nowrap',_0x114d7c['append'](_0x4ac652),_0x2fafb9['body']['append'](_0x114d7c);const _0x187d76={},_0x3c8f56=_0x114d7c['getBoundingClientRect'](),_0x57b7cf=['x','y','left','right','bottom','height','top','width'];for(const _0x3c6487 of _0x57b7cf){_0x3c6487 in _0x3c8f56&&(_0x187d76[_0x3c6487]=_0x3c8f56[_0x3c6487]);}const _0x296712=_0x3787ab['getComputedStyle'](_0x114d7c,null)['getPropertyValue']('font-family');return _0x187d76['font']=_0x296712,_0x2fafb9['body']['removeChild'](_0x114d7c),_0x187d76;});}function createMathElement(_0x5c274f,_0xd6d217,_0x17b451=''){const _0x3c9853=document['createElement'](_0xd6d217);return _0x3c9853['textContent']=_0x17b451,_0x5c274f['appendChild'](_0x3c9853),_0x3c9853;}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(_0x3696a9){const _0x2e7396=window,_0x4aed86=_0x2e7396['MediaSource'];if(_0x4aed86===undefined||typeof _0x4aed86['isTypeSupported']!=='function')return-0x1;let _0x2eae4a=0x0;for(let _0x43077a=0x0;_0x43077a<_0x3696a9['length'];_0x43077a++){try{_0x4aed86['isTypeSupported'](_0x3696a9[_0x43077a])&&(_0x2eae4a|=0x1<<_0x43077a);}catch{}}return _0x2eae4a;}function getRtcCodecs(_0xe74226){const _0x4915d6=window,_0x265db7=_0x4915d6['RTCRtpReceiver'];if(_0x265db7===undefined||typeof _0x265db7['getCapabilities']!=='function')return null;try{const _0x15d457=_0x265db7['getCapabilities'](_0xe74226);if(_0x15d457===null)return null;const _0x41e713=_0x15d457['codecs']['map'](_0x396dd1=>''+_0x396dd1['mimeType']+(_0x396dd1['sdpFmtpLine']!==undefined&&_0x396dd1['sdpFmtpLine']!==''?';'+_0x396dd1['sdpFmtpLine']:''));return _0x41e713['sort']();}catch{return null;}}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x3263d7,_0x35f00c)=>{const _0x47bf8a=_0x35f00c['document'],_0x2847f7=_0x47bf8a['createElement']('div');_0x2847f7['style']['border']='.5px\x20dotted\x20transparent',_0x47bf8a['body']['appendChild'](_0x2847f7);const _0xb03488=_0x2847f7['offsetHeight'];return _0x47bf8a['body']['removeChild'](_0x2847f7),_0xb03488;});}catch{return null;}}function getSupportedConstraints(){try{const _0x5a2e9f=navigator['mediaDevices'];if(_0x5a2e9f===undefined||typeof _0x5a2e9f['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x5a2e9f['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x9e4729='';for(let _0x305644=0x1f600;_0x305644<=0x1f64f;_0x305644++){_0x9e4729+=String['fromCodePoint'](_0x305644);}return getIframePool()['execute']((_0x31e95a,_0x543f0c)=>{const _0x4987a4=_0x543f0c['document'],_0x58d0c2='http://www.w3.org/2000/svg',_0x6c0361=_0x4987a4['createElementNS'](_0x58d0c2,'svg');_0x6c0361['setAttribute']('width','0'),_0x6c0361['setAttribute']('height','0'),_0x6c0361['style']['position']='absolute',_0x6c0361['style']['visibility']='hidden';const _0x460f92=_0x4987a4['createElementNS'](_0x58d0c2,'text');_0x460f92['setAttribute']('x','0'),_0x460f92['setAttribute']('y','50'),_0x460f92['setAttribute']('font-size','16'),_0x460f92['textContent']=_0x9e4729,_0x6c0361['appendChild'](_0x460f92),_0x4987a4['body']['appendChild'](_0x6c0361);const _0x2edc1b=_0x543f0c['getComputedStyle'](_0x460f92)['getPropertyValue']('font-family');let _0x61fadf=null;try{const _0x59aad4=_0x460f92['getBBox']();_0x61fadf={'x':round(_0x59aad4['x']),'y':round(_0x59aad4['y']),'width':round(_0x59aad4['width']),'height':round(_0x59aad4['height'])};}catch{}let _0x5ec9f5=null;try{const _0x2d5e2d=_0x460f92,_0x3bffdd=_0x2d5e2d['getExtentOfChar'](0x0);_0x5ec9f5={'x':round(_0x3bffdd['x']),'y':round(_0x3bffdd['y']),'width':round(_0x3bffdd['width']),'height':round(_0x3bffdd['height'])};}catch{}let _0x307fb4=null;try{const _0x2466ef=_0x460f92;_0x307fb4=round(_0x2466ef['getSubStringLength'](0x0,0xa));}catch{}let _0x12e284=null;try{const _0x56eb45=_0x460f92;_0x12e284=round(_0x56eb45['getComputedTextLength']());}catch{}_0x4987a4['body']['removeChild'](_0x6c0361);const _0x2b7e62={};return _0x2b7e62['bbox']=_0x61fadf,_0x2b7e62['charExtent']=_0x5ec9f5,_0x2b7e62['substringLength']=_0x307fb4,_0x2b7e62['computedTextLength']=_0x12e284,_0x2b7e62['font']=_0x2edc1b,_0x2b7e62;});}function round(_0x7d3cce){return Math['round'](_0x7d3cce*0x64)/0x64;}const _0x4b18df={};_0x4b18df['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x4b18df['width']=0x780,_0x4b18df['height']=0x438,_0x4b18df['bitrate']=0x4c4b40,_0x4b18df['framerate']=0x1e;const _0x5bd641={};_0x5bd641['type']='file',_0x5bd641['video']=_0x4b18df;const _0x1aa581={};_0x1aa581['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x1aa581['width']=0x780,_0x1aa581['height']=0x438,_0x1aa581['bitrate']=0x4c4b40,_0x1aa581['framerate']=0x1e;const _0x259d4={};_0x259d4['type']='file',_0x259d4['video']=_0x1aa581;const _0x241643={};_0x241643['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x241643['width']=0x780,_0x241643['height']=0x438,_0x241643['bitrate']=0x4c4b40,_0x241643['framerate']=0x1e;const _0x399f0e={};_0x399f0e['type']='file',_0x399f0e['video']=_0x241643;const _0x114b9e={};_0x114b9e['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x114b9e['width']=0x780,_0x114b9e['height']=0x438,_0x114b9e['bitrate']=0x4c4b40,_0x114b9e['framerate']=0x1e;const _0x49b5b3={};_0x49b5b3['type']='file',_0x49b5b3['video']=_0x114b9e;const _0x576839={};_0x576839['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x576839['width']=0x780,_0x576839['height']=0x438,_0x576839['bitrate']=0x4c4b40,_0x576839['framerate']=0x1e;const _0x24b7d6={};_0x24b7d6['type']='file',_0x24b7d6['video']=_0x576839;const _0x55af0d={};_0x55af0d['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x55af0d['width']=0xf00,_0x55af0d['height']=0x870,_0x55af0d['bitrate']=0x1312d00,_0x55af0d['framerate']=0x3c;const _0x761cea={};_0x761cea['type']='file',_0x761cea['video']=_0x55af0d;const _0x54246a={};_0x54246a['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x54246a['width']=0xf00,_0x54246a['height']=0x870,_0x54246a['bitrate']=0x1312d00,_0x54246a['framerate']=0x3c;const _0x5b1304={};_0x5b1304['type']='file',_0x5b1304['video']=_0x54246a;const _0x1b6c05={};_0x1b6c05['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x1b6c05['width']=0xf00,_0x1b6c05['height']=0x870,_0x1b6c05['bitrate']=0x1312d00,_0x1b6c05['framerate']=0x3c;const _0x3d243e={};_0x3d243e['type']='file',_0x3d243e['video']=_0x1b6c05;const CODEC_CONFIGS=[_0x5bd641,_0x259d4,_0x399f0e,_0x49b5b3,_0x24b7d6,_0x761cea,_0x5b1304,_0x3d243e];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x321586=>{try{const _0x25a933=await navigator['mediaCapabilities']['decodingInfo'](_0x321586);let _0x470eec=0x0;if(_0x25a933['supported'])_0x470eec|=0x1;if(_0x25a933['smooth'])_0x470eec|=0x2;if(_0x25a933['powerEfficient'])_0x470eec|=0x4;return _0x470eec;}catch(_0x4080a0){return _0x4080a0 instanceof Error?_0x4080a0['message']:String(_0x4080a0);}}));}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 _0x20399c=0x0;for(const _0x263ffe of FEATURE_MODULES){_0x20399c<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX,..._0x263ffe)['buffer'])&&(_0x20399c|=0x1);}return _0x20399c;}catch{return undefined;}}const _0x522374={};_0x522374['codec']='avc1.42001E',_0x522374['width']=0x780,_0x522374['height']=0x438,_0x522374['label']='h264-baseline-1080';const _0x3033cf={};_0x3033cf['codec']='avc1.4D0032',_0x3033cf['width']=0xf00,_0x3033cf['height']=0x870,_0x3033cf['label']='h264-main-4k';const _0x59709d={};_0x59709d['codec']='avc1.640033',_0x59709d['width']=0xf00,_0x59709d['height']=0x870,_0x59709d['label']='h264-high-4k';const _0x41503d={};_0x41503d['codec']='hev1.1.6.L150.B0',_0x41503d['width']=0x780,_0x41503d['height']=0x438,_0x41503d['label']='hevc-main-1080';const _0x38e8c8={};_0x38e8c8['codec']='hev1.2.4.L153.B0',_0x38e8c8['width']=0xf00,_0x38e8c8['height']=0x870,_0x38e8c8['label']='hevc-main10-4k';const _0x4d2664={};_0x4d2664['codec']='hev1.1.6.L180.B0',_0x4d2664['width']=0x1e00,_0x4d2664['height']=0x10e0,_0x4d2664['label']='hevc-main-8k';const _0x38bb9a={};_0x38bb9a['codec']='vp09.00.40.08',_0x38bb9a['width']=0x780,_0x38bb9a['height']=0x438,_0x38bb9a['label']='vp9-profile0-1080';const _0x429170={};_0x429170['codec']='vp09.02.40.10',_0x429170['width']=0xf00,_0x429170['height']=0x870,_0x429170['label']='vp9-profile2-4k-10bit';const _0x3b748c={};_0x3b748c['codec']='av01.0.08M.08',_0x3b748c['width']=0x780,_0x3b748c['height']=0x438,_0x3b748c['label']='av1-main-1080';const _0x54fa20={};_0x54fa20['codec']='av01.0.12M.10',_0x54fa20['width']=0xf00,_0x54fa20['height']=0x870,_0x54fa20['label']='av1-main-4k-10bit';const _0x3ca5b1={};_0x3ca5b1['codec']='av01.0.16M.10',_0x3ca5b1['width']=0x1e00,_0x3ca5b1['height']=0x10e0,_0x3ca5b1['label']='av1-main-8k-10bit';const _0x271a28={};_0x271a28['codec']='vp8',_0x271a28['width']=0x780,_0x271a28['height']=0x438,_0x271a28['label']='vp8-1080';const CODEC_TESTS=[_0x522374,_0x3033cf,_0x59709d,_0x41503d,_0x38e8c8,_0x4d2664,_0x38bb9a,_0x429170,_0x3b748c,_0x54fa20,_0x3ca5b1,_0x271a28];async function getWebCodecsHardware(){try{const _0x5e5b56=window['VideoDecoder'];if(!_0x5e5b56||typeof _0x5e5b56['isConfigSupported']!=='function')return null;const _0x4d4166=_0x5e5b56['isConfigSupported']['bind'](_0x5e5b56),_0x784207=[],_0x52b95c=CODEC_TESTS['map'](async _0x2df704=>{try{const _0x4b4b0a={};_0x4b4b0a['codec']=_0x2df704['codec'],_0x4b4b0a['codedWidth']=_0x2df704['width'],_0x4b4b0a['codedHeight']=_0x2df704['height'],_0x4b4b0a['hardwareAcceleration']='prefer-hardware';const _0x2f225d=_0x4b4b0a,_0x220d9c=await Promise['race']([_0x4d4166(_0x2f225d),new Promise(_0x26e918=>setTimeout(()=>_0x26e918(null),0x1f4))]);if(_0x220d9c?.['supported']===!![]){const _0x241aa2=_0x220d9c['config'],_0x3e983d=_0x241aa2?.['hardwareAcceleration'];(_0x3e983d==='prefer-hardware'||_0x3e983d===undefined)&&_0x784207['push'](_0x2df704['label']);}}catch{}});return await Promise['all'](_0x52b95c),_0x784207['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:_0x7afd34}){const _0x511699=getWebGLContext(_0x7afd34);if(!_0x511699)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x511699))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x5b7709=shouldAvoidDebugRendererInfo()?null:_0x511699['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x511699,_0x511699['VERSION']),'vendor':getParamString(_0x511699,_0x511699['VENDOR']),'vendorUnmasked':_0x5b7709!==null?getParamString(_0x511699,_0x5b7709['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x511699,_0x511699['RENDERER']),'rendererUnmasked':_0x5b7709!==null?getParamString(_0x511699,_0x5b7709['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x511699,_0x511699['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x533d3b}){const _0xe76692=getWebGLContext(_0x533d3b);if(!_0xe76692)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0xe76692))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0xa52104=_0xe76692['getSupportedExtensions'](),_0x10cd73=_0xe76692['getContextAttributes'](),_0xd6128f=[],_0x1a679e=[],_0x7e8df5=[],_0x5da32d=[],_0x4848f2=[];if(_0x10cd73)for(const _0x5d29b7 of Object['keys'](_0x10cd73)){_0x1a679e['push'](_0x5d29b7+'='+_0x10cd73[_0x5d29b7]);}const _0x28c836=getConstantsFromPrototype(_0xe76692);for(const _0x15743d of _0x28c836){const _0x51d494=_0xe76692[_0x15743d],_0x3630be=validContextParameters['has'](_0x51d494)?'='+String(_0xe76692['getParameter'](_0x51d494)):'';_0x7e8df5['push'](_0x15743d+'='+_0x51d494+_0x3630be);}if(_0xa52104!==null)for(const _0x21cbc6 of _0xa52104){if(_0x21cbc6===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x21cbc6===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x5d017f=_0xe76692['getExtension'](_0x21cbc6);if(_0x5d017f===null){_0xd6128f['push'](_0x21cbc6);continue;}for(const _0x563cfb of getConstantsFromPrototype(_0x5d017f)){const _0x5f2c83=_0x5d017f[_0x563cfb],_0x40c563=validExtensionParams['has'](_0x5f2c83)?'='+String(_0xe76692['getParameter'](_0x5f2c83)):'';_0x5da32d['push'](_0x563cfb+'='+_0x5f2c83+_0x40c563);}}for(const _0x330c57 of shaderTypes){for(const _0x39cccb of precisionTypes){const _0x535485=getShaderPrecision(_0xe76692,_0x330c57,_0x39cccb);_0x4848f2['push'](_0x330c57+'.'+_0x39cccb+'='+_0x535485['join'](','));}}_0x5da32d['sort'](),_0x7e8df5['sort']();const _0x503fbf={};return _0x503fbf['contextAttributes']=_0x1a679e,_0x503fbf['parameters']=_0x7e8df5,_0x503fbf['shaderPrecisions']=_0x4848f2,_0x503fbf['extensions']=_0xa52104,_0x503fbf['extensionParameters']=_0x5da32d,_0x503fbf['unsupportedExtensions']=_0xd6128f,_0x503fbf;}function getWebGLContext(_0x3ecb81){if(_0x3ecb81['webgl'])return _0x3ecb81['webgl']['context'];const _0x3229a0=document['createElement']('canvas');let _0x52bb48;_0x3229a0['addEventListener']('webglCreateContextError',()=>_0x52bb48=undefined);for(const _0xbbca58 of['webgl','experimental-webgl']){try{_0x52bb48=_0x3229a0['getContext'](_0xbbca58);}catch{}if(_0x52bb48)break;}const _0x21bd39={};return _0x21bd39['context']=_0x52bb48,_0x3ecb81['webgl']=_0x21bd39,_0x52bb48;}function getShaderPrecision(_0x1d9e7f,_0x51de6a,_0x29e86f){const _0x28f8b3=_0x1d9e7f['getShaderPrecisionFormat'](_0x1d9e7f[_0x51de6a],_0x1d9e7f[_0x29e86f]);return _0x28f8b3?[_0x28f8b3['rangeMin'],_0x28f8b3['rangeMax'],_0x28f8b3['precision']]:[];}function getConstantsFromPrototype(_0x59e85d){const _0x20b1f3=Object['getPrototypeOf'](_0x59e85d);if(_0x20b1f3===null)return[];const _0x53fdc4=Object['keys'](_0x20b1f3);return _0x53fdc4['filter'](isConstantLike);}function isConstantLike(_0x5d74d8){return typeof _0x5d74d8==='string'&&!_0x5d74d8['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x4f6d3b,_0x5d82da){const _0x6ad633=_0x4f6d3b['getParameter'](_0x5d82da);if(_0x6ad633===undefined||_0x6ad633===null)return'';return String(_0x6ad633);}function isValidParameterGetter(_0x1f25b){return typeof _0x1f25b['getParameter']==='function';}function getWebGlCanvas(){try{const _0x592cec=document['createElement']('canvas');_0x592cec['width']=0x100,_0x592cec['height']=0x100;const _0x205de0=_0x592cec['getContext']('webgl')??_0x592cec['getContext']('experimental-webgl'),_0x6d5760={};_0x6d5760['image']='',_0x6d5760['dHash']='';if(!_0x205de0||!(_0x205de0 instanceof WebGLRenderingContext))return _0x6d5760;renderTriangle(_0x205de0);const _0x4d016c=computeDHash(_0x592cec),_0x810abe=_0x592cec['toDataURL'](),_0x17d51b=_0x592cec['toDataURL']();if(_0x810abe!==_0x17d51b){const _0x4125be={};return _0x4125be['image']='unstable',_0x4125be['dHash']=_0x4d016c,_0x4125be;}const _0x45db08={};return _0x45db08['image']=_0x810abe,_0x45db08['dHash']=_0x4d016c,_0x45db08;}catch{const _0x3bb7b9={};return _0x3bb7b9['image']='',_0x3bb7b9['dHash']='',_0x3bb7b9;}}function renderTriangle(_0x193600){_0x193600['clearColor'](0x0,0x0,0x1,0x1);const _0x12c58d=_0x193600['createProgram']();if(_0x12c58d===null)return;const _0x390d86=_0x12c58d;function _0x1127c0(_0x40aff9,_0x5c597f){const _0x5936b7=_0x193600['createShader'](_0x40aff9);if(_0x5936b7===null)return;_0x193600['shaderSource'](_0x5936b7,_0x5c597f),_0x193600['compileShader'](_0x5936b7),_0x193600['attachShader'](_0x390d86,_0x5936b7);}_0x1127c0(_0x193600['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);}'),_0x1127c0(_0x193600['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x193600['linkProgram'](_0x12c58d),_0x193600['useProgram'](_0x12c58d),_0x193600['enableVertexAttribArray'](0x0);const _0x6f6fa2=_0x193600['getUniformLocation'](_0x12c58d,'t'),_0x982419=_0x193600['createBuffer']();_0x193600['bindBuffer'](_0x193600['ARRAY_BUFFER'],_0x982419),_0x193600['bufferData'](_0x193600['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x193600['STATIC_DRAW']),_0x193600['vertexAttribPointer'](0x0,0x2,_0x193600['FLOAT'],![],0x0,0x0),_0x193600['clear'](_0x193600['COLOR_BUFFER_BIT']),_0x193600['uniform1f'](_0x6f6fa2,3.65),_0x193600['drawArrays'](_0x193600['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(_0x54ba3a){const _0x3e0093=_0x54ba3a['info'];if(_0x3e0093!==null&&_0x3e0093!==undefined)return _0x3e0093;const _0x42635b=_0x54ba3a['requestAdapterInfo'];if(typeof _0x42635b==='function')try{return await _0x42635b['call'](_0x54ba3a);}catch{return null;}return null;}async function getWebGlExtended(){try{const _0x40b4c1=navigator['gpu'];if(_0x40b4c1===undefined||_0x40b4c1===null||typeof _0x40b4c1!=='object')return null;const _0x5224df=_0x40b4c1['requestAdapter'];if(typeof _0x5224df!=='function')return null;let _0x1b599c=null;try{_0x1b599c=await _0x5224df['call'](_0x40b4c1);}catch{return null;}if(!_0x1b599c)return null;const _0x44a80e=_0x1b599c['limits'],_0x1cf464=[];for(const _0x57840f of GPU_LIMIT_NAMES){if(_0x44a80e&&_0x57840f in _0x44a80e){const _0x1848a8=_0x44a80e[_0x57840f];_0x1cf464['push'](typeof _0x1848a8==='number'?_0x1848a8:null);}else _0x1cf464['push'](null);}const _0xc58aba=await getAdapterInfo(_0x1b599c);let _0x2779bd=null,_0x469450=null;_0xc58aba!==null&&(_0x2779bd=typeof _0xc58aba['description']==='string'?_0xc58aba['description']:null,_0x469450=typeof _0xc58aba['device']==='string'?_0xc58aba['device']:null);const _0x3bd146='isFallbackAdapter'in _0x1b599c?Boolean(_0x1b599c['isFallbackAdapter']):null,_0x4ddc22={};return _0x4ddc22['ds']=_0x2779bd,_0x4ddc22['dv']=_0x469450,_0x4ddc22['f']=_0x3bd146,_0x4ddc22['l']=_0x1cf464,_0x4ddc22;}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 _0x1b4027=document['createElement']('canvas');_0x1b4027['width']=SIZE,_0x1b4027['height']=SIZE;const _0x277b22=_0x1b4027['getContext']('webgl')??_0x1b4027['getContext']('experimental-webgl');if(!_0x277b22)return null;const _0x1a19c7=buildProgram(_0x277b22);if(!_0x1a19c7)return null;const _0x55fe70=buildSphere();renderSphere(_0x277b22,_0x1a19c7,_0x55fe70);const _0x45179a=_0x1b4027['toDataURL'](),_0x233f4e=_0x1b4027['toDataURL']();if(_0x45179a!==_0x233f4e)return null;return fnv1a(_0x45179a);}catch{return null;}}function buildProgram(_0x1421ac){const _0x311722=_0x1421ac['createProgram'](),_0xc2d1b4=_0x1421ac['createShader'](_0x1421ac['VERTEX_SHADER']),_0x5b6be7=_0x1421ac['createShader'](_0x1421ac['FRAGMENT_SHADER']);if(_0xc2d1b4===null||_0x5b6be7===null)return null;_0x1421ac['shaderSource'](_0xc2d1b4,VERT_SHADER),_0x1421ac['compileShader'](_0xc2d1b4),_0x1421ac['attachShader'](_0x311722,_0xc2d1b4),_0x1421ac['shaderSource'](_0x5b6be7,FRAG_SHADER),_0x1421ac['compileShader'](_0x5b6be7),_0x1421ac['attachShader'](_0x311722,_0x5b6be7),_0x1421ac['linkProgram'](_0x311722);if(_0x1421ac['getProgramParameter'](_0x311722,_0x1421ac['LINK_STATUS'])!==!![])return null;return _0x311722;}function buildSphere(){const _0x25d3ab=[],_0x49ac26=[],_0x5cecb7=[];for(let _0x293b5f=0x0;_0x293b5f<=LAT_BANDS;_0x293b5f++){const _0x4776e8=_0x293b5f*Math['PI']/LAT_BANDS,_0x281481=Math['sin'](_0x4776e8),_0x2177b9=Math['cos'](_0x4776e8);for(let _0x4b2273=0x0;_0x4b2273<=LON_BANDS;_0x4b2273++){const _0x80f9d1=_0x4b2273*0x2*Math['PI']/LON_BANDS,_0x52e616=_0x281481*Math['cos'](_0x80f9d1),_0x134a30=_0x2177b9,_0x543f9f=_0x281481*Math['sin'](_0x80f9d1);_0x49ac26['push'](_0x52e616,_0x134a30,_0x543f9f),_0x25d3ab['push'](_0x52e616*RADIUS,_0x134a30*RADIUS,_0x543f9f*RADIUS);}}for(let _0x2d50e9=0x0;_0x2d50e9<LAT_BANDS;_0x2d50e9++){for(let _0x1a52b4=0x0;_0x1a52b4<LON_BANDS;_0x1a52b4++){const _0x4a0467=_0x2d50e9*(LON_BANDS+0x1)+_0x1a52b4,_0x42e54b=_0x4a0467+LON_BANDS+0x1;_0x5cecb7['push'](_0x4a0467,_0x42e54b,_0x4a0467+0x1),_0x5cecb7['push'](_0x42e54b,_0x42e54b+0x1,_0x4a0467+0x1);}}return{'vertices':new Float32Array(_0x25d3ab),'normals':new Float32Array(_0x49ac26),'indices':new Uint16Array(_0x5cecb7)};}function renderSphere(_0x225504,_0x170031,_0x3cfea8){_0x225504['useProgram'](_0x170031),_0x225504['viewport'](0x0,0x0,SIZE,SIZE),_0x225504['clearColor'](0x0,0x0,0x0,0x1),_0x225504['enable'](_0x225504['DEPTH_TEST']),_0x225504['clear'](_0x225504['COLOR_BUFFER_BIT']|_0x225504['DEPTH_BUFFER_BIT']);const _0x4dd0f0=_0x225504['createBuffer']();_0x225504['bindBuffer'](_0x225504['ARRAY_BUFFER'],_0x4dd0f0),_0x225504['bufferData'](_0x225504['ARRAY_BUFFER'],_0x3cfea8['vertices'],_0x225504['STATIC_DRAW']);const _0x46a4df=_0x225504['getAttribLocation'](_0x170031,'aPosition');_0x225504['enableVertexAttribArray'](_0x46a4df),_0x225504['vertexAttribPointer'](_0x46a4df,0x3,_0x225504['FLOAT'],![],0x0,0x0);const _0x45706a=_0x225504['createBuffer']();_0x225504['bindBuffer'](_0x225504['ARRAY_BUFFER'],_0x45706a),_0x225504['bufferData'](_0x225504['ARRAY_BUFFER'],_0x3cfea8['normals'],_0x225504['STATIC_DRAW']);const _0x3a82f8=_0x225504['getAttribLocation'](_0x170031,'aNormal');_0x225504['enableVertexAttribArray'](_0x3a82f8),_0x225504['vertexAttribPointer'](_0x3a82f8,0x3,_0x225504['FLOAT'],![],0x0,0x0);const _0x40ad35=_0x225504['createBuffer']();_0x225504['bindBuffer'](_0x225504['ELEMENT_ARRAY_BUFFER'],_0x40ad35),_0x225504['bufferData'](_0x225504['ELEMENT_ARRAY_BUFFER'],_0x3cfea8['indices'],_0x225504['STATIC_DRAW']);const _0x34bcef=Math['PI']/0x6,_0x37f3ca=0x1,_0x5d4472=0.1,_0x4c9360=0x64,_0x4af09b=0x1/Math['tan'](_0x34bcef/0x2),_0x20445f=new Float32Array([_0x4af09b/_0x37f3ca,0x0,0x0,0x0,0x0,_0x4af09b,0x0,0x0,0x0,0x0,(_0x4c9360+_0x5d4472)/(_0x5d4472-_0x4c9360),-0x1,0x0,0x0,0x2*_0x4c9360*_0x5d4472/(_0x5d4472-_0x4c9360),0x0]),_0x2e3905=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x1db788=multiplyMat4(_0x20445f,_0x2e3905);_0x225504['uniformMatrix4fv'](_0x225504['getUniformLocation'](_0x170031,'uMVMatrix'),![],_0x2e3905),_0x225504['uniformMatrix4fv'](_0x225504['getUniformLocation'](_0x170031,'uMVPMatrix'),![],_0x1db788),_0x225504['uniform4f'](_0x225504['getUniformLocation'](_0x170031,'uLightPos'),0xa,0xa,0xa,0x1),_0x225504['uniform3f'](_0x225504['getUniformLocation'](_0x170031,'uKd'),0.9,0.5,0.3),_0x225504['uniform3f'](_0x225504['getUniformLocation'](_0x170031,'uLd'),0x1,0x1,0x1),_0x225504['drawElements'](_0x225504['TRIANGLES'],_0x3cfea8['indices']['length'],_0x225504['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x7ef6ba,_0x18e1f3){const _0x1aa7f4=new Float32Array(0x10);for(let _0x4ae68f=0x0;_0x4ae68f<0x4;_0x4ae68f++){for(let _0x20215e=0x0;_0x20215e<0x4;_0x20215e++){_0x1aa7f4[_0x20215e*0x4+_0x4ae68f]=0x0;for(let _0x2e78fa=0x0;_0x2e78fa<0x4;_0x2e78fa++){_0x1aa7f4[_0x20215e*0x4+_0x4ae68f]+=_0x7ef6ba[_0x2e78fa*0x4+_0x4ae68f]*_0x18e1f3[_0x20215e*0x4+_0x2e78fa];}}}return _0x1aa7f4;}function fnv1a(_0x346f5e){let _0x53a7db=0x811c9dc5;for(let _0x2a1aad=0x0;_0x2a1aad<_0x346f5e['length'];_0x2a1aad++){_0x53a7db^=_0x346f5e['charCodeAt'](_0x2a1aad),_0x53a7db+=(_0x53a7db<<0x1)+(_0x53a7db<<0x4)+(_0x53a7db<<0x7)+(_0x53a7db<<0x8)+(_0x53a7db<<0x18);}return _0x53a7db>>>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 _0x57a859=navigator['gpu'];if(!_0x57a859)return null;const _0xc97f03=await _0x57a859['requestAdapter']();if(!_0xc97f03)return null;const _0x22ac36=_0xc97f03['info'],_0x3ec554=_0x22ac36?.['vendor']??'',_0x1d54c6=_0x22ac36?.['architecture']??'',_0x540a26=_0x22ac36?.['device']??'',_0x213412=_0x22ac36?.['description']??'',_0x3ca090=[];_0xc97f03['features']['forEach'](_0x2fe12c=>_0x3ca090['push'](_0x2fe12c)),_0x3ca090['sort']();const _0x159603={};for(const _0x349b56 of DISCRIMINATING_LIMITS){_0x349b56 in _0xc97f03['limits']&&(_0x159603[_0x349b56]=_0xc97f03['limits'][_0x349b56]);}const _0xd8ad54={};return _0xd8ad54['vendor']=_0x3ec554,_0xd8ad54['architecture']=_0x1d54c6,_0xd8ad54['device']=_0x540a26,_0xd8ad54['description']=_0x213412,_0xd8ad54['features']=_0x3ca090,_0xd8ad54['limits']=_0x159603,_0xd8ad54;}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',_0x8bdd37={};_0x8bdd37['wgCount']=0x80,_0x8bdd37['wgSize']=0x40;const _0x4e1e03={};_0x4e1e03['wgCount']=0x100,_0x4e1e03['wgSize']=0x40;const _0x4df2f1={};_0x4df2f1['wgCount']=0x80,_0x4df2f1['wgSize']=0x80;const CONFIGS=[_0x8bdd37,_0x4e1e03,_0x4df2f1],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{if(typeof navigator==='undefined')return null;const _0x7320b=navigator['gpu'];if(!_0x7320b)return null;const _0x3994c6=await _0x7320b['requestAdapter']();if(!_0x3994c6)return null;const _0x927f3d=await _0x3994c6['requestDevice'](),_0x53e90d=_0x927f3d['queue'],_0x145e62={};_0x145e62['code']=SHADER;const _0x436e51=_0x927f3d['createShaderModule'](_0x145e62),_0x4b6379=await collectDistribution(_0x927f3d,_0x53e90d,_0x436e51),_0x8c5206=await collectDistribution(_0x927f3d,_0x53e90d,_0x436e51);_0x927f3d['destroy']();const _0x47ca61=cosine(_0x4b6379,_0x8c5206);if(_0x47ca61<0.8)return null;const _0x27cbba=_0x4b6379['map']((_0x57cb9f,_0x204633)=>(_0x57cb9f+_0x8c5206[_0x204633])/0x2);return _0x27cbba['map'](_0xd0864b=>Math['round'](_0xd0864b*0x2710)/0x2710);}catch{return null;}}async function collectDistribution(_0x5ec21f,_0x55e46e,_0x3ae49d){const _0xab9055=[];for(const _0x5913f4 of CONFIGS){const _0x28602a=[];for(let _0x5f2b7a=0x0;_0x5f2b7a<TRIALS;_0x5f2b7a++){const _0xeeddfc=await runTrial(_0x5ec21f,_0x55e46e,_0x3ae49d,_0x5913f4['wgCount'],_0x5913f4['wgSize'],LIMIT);_0x28602a['push'](_0xeeddfc);}const _0x1fbbc4=medianOfTrials(_0x28602a),_0x4f60e2=normalize(_0x1fbbc4),_0x35ae8e=downsample(_0x4f60e2,BINS);_0xab9055['push'](..._0x35ae8e);}return _0xab9055;}function cosine(_0xc96f9a,_0x2a6952){let _0x32547e=0x0,_0x4267ca=0x0,_0x174345=0x0;for(let _0x2ce012=0x0;_0x2ce012<_0xc96f9a['length'];_0x2ce012++){_0x32547e+=_0xc96f9a[_0x2ce012]*_0x2a6952[_0x2ce012],_0x4267ca+=_0xc96f9a[_0x2ce012]*_0xc96f9a[_0x2ce012],_0x174345+=_0x2a6952[_0x2ce012]*_0x2a6952[_0x2ce012];}const _0x384252=Math['sqrt'](_0x4267ca)*Math['sqrt'](_0x174345);return _0x384252===0x0?0x0:_0x32547e/_0x384252;}async function runTrial(_0x14c156,_0x186a7c,_0x3d6a17,_0xb91002,_0x5d99e3,_0x1d90a0){const _0x40fa79={};_0x40fa79['WG_SIZE']=_0x5d99e3;const _0x3bc037={};_0x3bc037['module']=_0x3d6a17,_0x3bc037['entryPoint']='main',_0x3bc037['constants']=_0x40fa79;const _0x5127a0={};_0x5127a0['layout']='auto',_0x5127a0['compute']=_0x3bc037;const _0x5e0763=_0x14c156['createComputePipeline'](_0x5127a0),_0x1e1b67=_0xb91002*0x4,_0xecc576={};_0xecc576['size']=0x4,_0xecc576['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0xb86253=_0x14c156['createBuffer'](_0xecc576),_0x1a7681={};_0x1a7681['size']=_0x1e1b67,_0x1a7681['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x4ee800=_0x14c156['createBuffer'](_0x1a7681),_0x32f61e={};_0x32f61e['size']=0x10,_0x32f61e['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x3afaaf=_0x14c156['createBuffer'](_0x32f61e);_0x186a7c['writeBuffer'](_0xb86253,0x0,new Uint32Array([0x0])),_0x186a7c['writeBuffer'](_0x4ee800,0x0,new Uint8Array(_0x1e1b67)),_0x186a7c['writeBuffer'](_0x3afaaf,0x0,new Uint32Array([_0x1d90a0,0x0,0x0,0x0]));const _0x565f5e={};_0x565f5e['buffer']=_0xb86253;const _0x5b78f9={};_0x5b78f9['binding']=0x0,_0x5b78f9['resource']=_0x565f5e;const _0x3b51f3={};_0x3b51f3['buffer']=_0x4ee800;const _0x147e45={};_0x147e45['binding']=0x1,_0x147e45['resource']=_0x3b51f3;const _0x5cfbb9={};_0x5cfbb9['buffer']=_0x3afaaf;const _0x38fa7b={};_0x38fa7b['binding']=0x2,_0x38fa7b['resource']=_0x5cfbb9;const _0x3ffb31=_0x14c156['createBindGroup']({'layout':_0x5e0763['getBindGroupLayout'](0x0),'entries':[_0x5b78f9,_0x147e45,_0x38fa7b]}),_0x4c6d81=_0x14c156['createCommandEncoder'](),_0x3d2f4e=_0x4c6d81['beginComputePass']();_0x3d2f4e['setPipeline'](_0x5e0763),_0x3d2f4e['setBindGroup'](0x0,_0x3ffb31),_0x3d2f4e['dispatchWorkgroups'](_0xb91002,0x1,0x1),_0x3d2f4e['end']();const _0x5549ce={};_0x5549ce['size']=_0x1e1b67,_0x5549ce['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x40321b=_0x14c156['createBuffer'](_0x5549ce);_0x4c6d81['copyBufferToBuffer'](_0x4ee800,0x0,_0x40321b,0x0,_0x1e1b67),_0x186a7c['submit']([_0x4c6d81['finish']()]),await _0x186a7c['onSubmittedWorkDone'](),await _0x40321b['mapAsync'](GPUMapMode['READ']);const _0x118bb4=new Uint32Array(_0x40321b['getMappedRange']()['slice'](0x0));return _0x40321b['unmap'](),_0xb86253['destroy'](),_0x4ee800['destroy'](),_0x3afaaf['destroy'](),_0x40321b['destroy'](),Array['from'](_0x118bb4);}function medianOfTrials(_0x4207af){const _0x1d3e66=_0x4207af[0x0]['length'],_0x2a3c9e=new Array(_0x1d3e66);for(let _0x3d8208=0x0;_0x3d8208<_0x1d3e66;_0x3d8208++){const _0x4407f4=_0x4207af['map'](_0x41c904=>_0x41c904[_0x3d8208])['sort']((_0x257d73,_0x440fd4)=>_0x257d73-_0x440fd4),_0x1d3d2e=Math['floor'](_0x4407f4['length']/0x2);_0x2a3c9e[_0x3d8208]=_0x4407f4['length']%0x2?_0x4407f4[_0x1d3d2e]:(_0x4407f4[_0x1d3d2e-0x1]+_0x4407f4[_0x1d3d2e])/0x2;}return _0x2a3c9e;}function normalize(_0x1b01b4){const _0x4ddde0=_0x1b01b4['reduce']((_0x4eea16,_0xd84a65)=>_0x4eea16+_0xd84a65,0x0)||0x1;return _0x1b01b4['map'](_0x36d152=>_0x36d152/_0x4ddde0);}function downsample(_0x3a2a5c,_0x5a6bb0){const _0x5391da=_0x3a2a5c['length'],_0x54ac3e=new Array(_0x5a6bb0)['fill'](0x0);for(let _0x2dca38=0x0;_0x2dca38<_0x5391da;_0x2dca38++){_0x54ac3e[Math['floor'](_0x2dca38*_0x5a6bb0/_0x5391da)]+=_0x3a2a5c[_0x2dca38];}const _0x13a4c9=_0x54ac3e['reduce']((_0x43e62b,_0xa8495a)=>_0x43e62b+_0xa8495a,0x0)||0x1;return _0x54ac3e['map'](_0x2d5b80=>_0x2d5b80/_0x13a4c9);}async function getWebRtcDevices(){const _0x5d2c87=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x5d2c87===undefined||typeof _0x5d2c87['enumerateDevices']!=='function')return undefined;try{const _0xd62b9=await _0x5d2c87['enumerateDevices']();let _0x1b6a5a=0x0,_0x392096=0x0,_0x1d8bd9=0x0;const _0x10fb7b=[];for(const _0x1f2841 of _0xd62b9){_0x10fb7b['push'](_0x1f2841['kind']);if(_0x1f2841['kind']==='audioinput')_0x1b6a5a++;else{if(_0x1f2841['kind']==='audiooutput')_0x392096++;else _0x1d8bd9++;}}const _0x56d97d=_0x10fb7b['join'](',');let _0x3e5fbc=0x0;for(let _0x405aa6=0x0;_0x405aa6<_0x56d97d['length'];_0x405aa6++){_0x3e5fbc=(_0x3e5fbc<<0x5)-_0x3e5fbc+_0x56d97d['charCodeAt'](_0x405aa6)|0x0;}return{'audioInputCount':_0x1b6a5a,'audioOutputCount':_0x392096,'videoInputCount':_0x1d8bd9,'totalCount':_0xd62b9['length'],'kindsHash':(_0x3e5fbc>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAppVersion(){const _0x601d9c=navigator['appVersion'];if(typeof _0x601d9c!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x601d9c;}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x5623cd}=window;if(typeof _0x5623cd?.['canMakePayments']!=='function')return-0x1;if(willPrintConsoleError())return-0x3;try{return _0x5623cd['canMakePayments']()?0x1:0x0;}catch(_0x1cb40d){return getStateFromError(_0x1cb40d);}}function getStateFromError(_0x4fca5a){if(_0x4fca5a instanceof Error&&_0x4fca5a['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x4fca5a['message']))return-0x2;throw _0x4fca5a;}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x3760e3=0x0;_0x3760e3<0x100;_0x3760e3++){let _0x103515=_0x3760e3;for(let _0x43b1ea=0x0;_0x43b1ea<0x8;_0x43b1ea++)_0x103515=_0x103515&0x1?0xedb88320^_0x103515>>>0x1:_0x103515>>>0x1;table[_0x3760e3]=_0x103515;}return table;}function crc32(_0x3c0746){const _0x168340=getTable();let _0x10e558=0xffffffff;for(let _0x38a57a=0x0;_0x38a57a<_0x3c0746['length'];_0x38a57a++){_0x10e558=_0x168340[(_0x10e558^_0x3c0746['charCodeAt'](_0x38a57a))&0xff]^_0x10e558>>>0x8;}return(_0x10e558^0xffffffff)>>>0x0;}function summarizePrototype(_0x2623ad){const _0x4550fe={};_0x4550fe['count']=0x0,_0x4550fe['hash']=0x0;if(!_0x2623ad)return _0x4550fe;try{const _0x462f4c=Object['getOwnPropertyNames'](_0x2623ad)['sort'](),_0x1d36c0=_0x462f4c['join'](',');return{'count':_0x462f4c['length'],'hash':crc32(_0x1d36c0)};}catch{const _0x2121a3={};return _0x2121a3['count']=0x0,_0x2121a3['hash']=0x0,_0x2121a3;}}function isNativeFunction(_0xdcd473){try{return typeof _0xdcd473==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0xdcd473));}catch{return![];}}function getBomEnumeration(){try{const _0x328a9b=summarizePrototype(Navigator['prototype']),_0x16ece5=summarizePrototype(Screen['prototype']),_0x39a880=summarizePrototype(HTMLElement['prototype']),_0x1b59f1=summarizePrototype(Document['prototype']),_0x2ff8d2={};_0x2ff8d2['count']=0x0,_0x2ff8d2['hash']=0x0;let _0xccb3d9=_0x2ff8d2;typeof Performance!=='undefined'&&(_0xccb3d9=summarizePrototype(Performance['prototype']));const _0x46917e=_0x328a9b['count']+_0x16ece5['count']+_0x39a880['count']+_0x1b59f1['count']+_0xccb3d9['count'],_0x15f5f8=window,_0x4eb8f5='chrome'in window&&typeof _0x15f5f8['chrome']==='object',_0x471f04=typeof navigator['brave']==='object',_0x3c56e1='__playwright'in _0x15f5f8||'__selenium_unwrapped'in _0x15f5f8||'__webdriver_evaluate'in _0x15f5f8||'__nightmare'in _0x15f5f8||'_phantom'in _0x15f5f8||'__lastWatirAlert'in _0x15f5f8;let _0x574211=!![];try{const _0x438d02=navigator['plugins'];_0x574211=_0x438d02['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x574211=![];}let _0x38b392=!![];try{const _0x31cfcb=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x31cfcb?.['get']&&(_0x38b392=isNativeFunction(_0x31cfcb['get']));}catch{_0x38b392=![];}const _0x5ce9bd=typeof SharedWorker!=='undefined',_0x30b732=typeof Notification!=='undefined',_0x2035d0={};_0x2035d0['hasChrome']=_0x4eb8f5,_0x2035d0['hasBraveShield']=_0x471f04,_0x2035d0['hasAutomation']=_0x3c56e1,_0x2035d0['pluginConsistent']=_0x574211,_0x2035d0['webdriverNative']=_0x38b392,_0x2035d0['hasSharedWorker']=_0x5ce9bd,_0x2035d0['hasNotification']=_0x30b732;const _0x3799c9={};return _0x3799c9['nav']=_0x328a9b,_0x3799c9['scr']=_0x16ece5,_0x3799c9['html']=_0x39a880,_0x3799c9['doc']=_0x1b59f1,_0x3799c9['perf']=_0xccb3d9,_0x3799c9['total']=_0x46917e,_0x3799c9['markers']=_0x2035d0,_0x3799c9;}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 _0x53a359=navigator['connection'];if(!_0x53a359)return null;const _0x3da1a4=Object['getOwnPropertyDescriptor'](_0x53a359,Symbol['toStringTag']);if(_0x3da1a4?.['configurable']===!![])return!![];for(let _0x2b7eae=0x0;_0x2b7eae<_0x53a359['length'];_0x2b7eae++){const _0x4e5a59=Object['getOwnPropertyDescriptor'](_0x53a359,_0x2b7eae);if(_0x4e5a59!==undefined&&(_0x4e5a59['configurable']===!![]||_0x4e5a59['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(_0x2ca197){return matchMedia('(prefers-contrast:\x20'+_0x2ca197+')')['matches'];}function areCookiesEnabled(){const _0x5d632e=document;try{_0x5d632e['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x39e298=_0x5d632e['cookie']['indexOf']('cookietest=')!==-0x1;return _0x5d632e['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x39e298;}catch{return![];}}function getDateTimeLocale(){const _0x5762e3=window['Intl'];if(_0x5762e3===undefined)return-0x1;const _0x22892a=_0x5762e3['DateTimeFormat'];if(_0x22892a===undefined)return-0x2;const _0x4568ec=_0x22892a()['resolvedOptions']()['locale'];if(!_0x4568ec&&_0x4568ec!=='')return-0x3;return _0x4568ec;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x459927=window['devicePixelRatio'];return _0x459927??null;}function getDoNotTrack(){const _0x667bdc=navigator['doNotTrack'];return _0x667bdc??null;}function getDocumentAttributes(){try{return document['documentElement']['getAttributeNames']();}catch{return[];}}function getDocumentFocus(){try{return document['hasFocus']();}catch{return![];}}async function getFileSystemAccess(){try{const _0x50e631=navigator['storage'];if(_0x50e631===undefined||typeof _0x50e631['getDirectory']!=='function')return undefined;return await _0x50e631['getDirectory'](),!![];}catch{return![];}}async function getFilesystemApi(){if(isChromium()&&isChromium86OrNewer())return null;const _0x8b8387=window;if(typeof _0x8b8387['webkitRequestFileSystem']!=='function')return null;try{return await Promise['race']([new Promise(_0x4391b1=>{const _0x17b3ad=_0x8b8387['webkitRequestFileSystem'];_0x17b3ad!==undefined&&_0x17b3ad(0x0,0x1,()=>_0x4391b1(!![]),()=>_0x4391b1(![]));}),new Promise(_0x658836=>setTimeout(()=>_0x658836(null),0x64))]);}catch{return null;}}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x33de27){return matchMedia('(forced-colors:\x20'+_0x33de27+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0xcfafc9,_0x132871)=>{const _0x177307=_0x132871['document'],_0x28dc3e=_0x177307['createElement']('input');_0x28dc3e['type']='radio',_0x177307['body']['appendChild'](_0x28dc3e);const _0x250c04=_0x132871['getComputedStyle'](_0x28dc3e)['getPropertyValue']('font-family');return _0x177307['body']['removeChild'](_0x28dc3e),_0x250c04||undefined;});}function getHardwareConcurrency(){const _0xd8762c=getUnstableHardwareConcurrency();if(_0xd8762c!==undefined&&isGecko()&&isGecko143OrNewer())return _0xd8762c>=0x8?0x8:0x4;return _0xd8762c;}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(_0x2f9fb2){return matchMedia('(dynamic-range:\x20'+_0x2f9fb2+')')['matches'];}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x2d7a67=await Promise['race']([new Promise(_0x36927f=>{try{const _0x54169e='mw_blob_test',_0x1997f8='store',_0x48fb74=indexedDB['deleteDatabase'](_0x54169e);_0x48fb74['onsuccess']=_0x23f0f6,_0x48fb74['onerror']=_0x23f0f6;function _0x23f0f6(){try{const _0x58a558=indexedDB['open'](_0x54169e,0x1);_0x58a558['onupgradeneeded']=()=>{try{_0x58a558['result']['createObjectStore'](_0x1997f8);}catch{_0x36927f(null);}},_0x58a558['onsuccess']=()=>{try{const _0x50479b=_0x58a558['result'],_0x5ae6ce=_0x50479b['transaction'](_0x1997f8,'readwrite'),_0x5a9a35=_0x5ae6ce['objectStore'](_0x1997f8);try{const _0x15f43b=_0x5a9a35['put'](new Blob(['test']),'blob_key');_0x15f43b['onsuccess']=()=>{_0x50479b['close']();try{indexedDB['deleteDatabase'](_0x54169e);}catch{}_0x36927f(![]);},_0x15f43b['onerror']=()=>{_0x50479b['close']();try{indexedDB['deleteDatabase'](_0x54169e);}catch{}const _0x45d208=_0x15f43b['error']?.['message']??'';_0x36927f(_0x45d208['includes']('not\x20yet\x20supported')||_0x45d208['includes']('not\x20supported'));};}catch(_0x4da637){_0x50479b['close']();try{indexedDB['deleteDatabase'](_0x54169e);}catch{}if(_0x4da637 instanceof DOMException){const _0x3efcb6=_0x4da637['message'];_0x36927f(_0x3efcb6['includes']('not\x20yet\x20supported')||_0x3efcb6['includes']('not\x20supported'));}else _0x36927f(null);}}catch{_0x36927f(null);}},_0x58a558['onerror']=()=>{_0x36927f(null);};}catch{_0x36927f(null);}}}catch{_0x36927f(null);}}),new Promise(_0x417254=>setTimeout(()=>_0x417254(null),0x3e8))]);return _0x2d7a67;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x1adb2f){return matchMedia('(inverted-colors:\x20'+_0x1adb2f+')')['matches'];}function getLanguages(){const _0x29635a=navigator,_0x12763e=[],_0x3188a0=_0x29635a['language']??_0x29635a['userLanguage']??_0x29635a['browserLanguage']??_0x29635a['systemLanguage'];_0x3188a0!==undefined&&_0x12763e['push']([_0x3188a0]);if(Array['isArray'](_0x29635a['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x12763e['push'](_0x29635a['languages']);else{if(typeof _0x29635a['languages']==='string'){const _0x4fcbea=_0x29635a['languages'];_0x4fcbea!==''&&_0x12763e['push'](_0x4fcbea['split'](','));}}return _0x12763e;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getLocaleCurrency(){try{const _0xac7f05=navigator['language'];if(!_0xac7f05)return null;const _0xfc1fb3={};_0xfc1fb3['style']='currency',_0xfc1fb3['currency']='USD';const _0x13c76f=0x1['toLocaleString'](_0xac7f05,_0xfc1fb3),_0x258fbc={};_0x258fbc['style']='currency',_0x258fbc['currency']='USD';const _0x437d56=0x1['toLocaleString'](undefined,_0x258fbc),_0x2e5e26={};return _0x2e5e26['match']=_0x13c76f===_0x437d56,_0x2e5e26['explicit']=_0x13c76f,_0x2e5e26['implicit']=_0x437d56,_0x2e5e26;}catch{return null;}}const _0x4a4d09={};_0x4a4d09['any-hover']=['hover','none'],_0x4a4d09['any-pointer']=['none','coarse','fine'],_0x4a4d09['pointer']=['none','coarse','fine'],_0x4a4d09['hover']=['hover','none'],_0x4a4d09['update']=['fast','slow'],_0x4a4d09['scripting']=['none','initial-only','enabled'];const queries=_0x4a4d09;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x14ab97={};for(const [_0x4a33a4,_0x553808]of Object['entries'](queries)){for(const _0x4207d2 of _0x553808){if(matchMedia('('+_0x4a33a4+':\x20'+_0x4207d2+')')['matches']){_0x14ab97[_0x4a33a4]=_0x4207d2;break;}}}return _0x14ab97;}function getMimeTypes(){try{const _0xc2e13f=navigator['mimeTypes'];if(_0xc2e13f===undefined)return undefined;let _0x141bba=Object['getPrototypeOf'](_0xc2e13f)===MimeTypeArray['prototype'];for(let _0x517d19=0x0;_0x517d19<_0xc2e13f['length'];_0x517d19++){_0x141bba&&(_0x141bba=Object['getPrototypeOf'](_0xc2e13f[_0x517d19])===MimeType['prototype']);}return _0x141bba;}catch{return undefined;}}function getNavigatorLanguages(){const _0x46a406=navigator['languages'];return _0x46a406??null;}function getNetworkRTT(){const _0x277f1e=navigator;return _0x277f1e['connection']?.['rtt']??undefined;}function getOsCpu(){return navigator['oscpu'];}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x119fe1=performance['memory'];if(_0x119fe1===undefined||typeof _0x119fe1['jsHeapSizeLimit']!=='number')return undefined;return _0x119fe1['jsHeapSizeLimit'];}function getPerformanceResolution(){const _0xfcc31c=window['performance'];if(typeof _0xfcc31c['now']!=='function')return null;let _0x558247=0x1,_0x42cf43=0x1,_0x2affd3=_0xfcc31c['now'](),_0x4815dc=_0x2affd3;for(let _0x430e32=0x0;_0x430e32<0xc350;_0x430e32++){_0x2affd3=_0x4815dc,_0x4815dc=_0xfcc31c['now']();if(_0x2affd3<_0x4815dc){const _0x46cb3a=_0x4815dc-_0x2affd3;if(_0x46cb3a>_0x558247){if(_0x46cb3a<_0x42cf43)_0x42cf43=_0x46cb3a;}else _0x46cb3a<_0x558247&&(_0x42cf43=_0x558247,_0x558247=_0x46cb3a);}}return[_0x558247,_0x42cf43];}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 _0x1587d4=0x3,_0x5b2209=[];for(let _0x312d4a=0x0;_0x312d4a<_0x1587d4;_0x312d4a++){const _0x542e7a={},_0x1585b7=permissionNames['map'](async _0x310f73=>{try{const _0x332c32={};_0x332c32['name']=_0x310f73;const _0x2a40fc=await navigator['permissions']['query'](_0x332c32);_0x542e7a[_0x310f73]=_0x2a40fc['state'];}catch{}});await Promise['all'](_0x1585b7),_0x5b2209['push'](_0x542e7a);}const _0x2cf9b7={},_0x5029f5=new Set(_0x5b2209['flatMap'](_0x291e17=>Object['keys'](_0x291e17)));for(const _0x541f0c of _0x5029f5){const _0x42f845={};for(const _0xcfb9c9 of _0x5b2209){const _0x44d680=_0xcfb9c9[_0x541f0c];_0x44d680&&(_0x42f845[_0x44d680]=(_0x42f845[_0x44d680]||0x0)+0x1);}let _0x4d0c4b='',_0x353839=0x0;for(const [_0x398f22,_0x2694c1]of Object['entries'](_0x42f845)){_0x2694c1>_0x353839&&(_0x4d0c4b=_0x398f22,_0x353839=_0x2694c1);}_0x4d0c4b&&(_0x2cf9b7[_0x541f0c]=_0x4d0c4b);}return _0x2cf9b7;}function getPlatform(){const {platform:_0x4b2ddf}=navigator;if(_0x4b2ddf==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x4b2ddf;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x32768b=navigator['plugins'];let _0x51f232=Object['getPrototypeOf'](_0x32768b)===PluginArray['prototype'];for(let _0x599656=0x0;_0x599656<_0x32768b['length'];_0x599656++){_0x51f232&&(_0x51f232=Object['getPrototypeOf'](_0x32768b[_0x599656])===Plugin['prototype']);}return _0x51f232;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x2eb3ee=navigator['plugins'],_0x567365=[];for(let _0x15a6ec=0x0;_0x15a6ec<_0x2eb3ee['length'];++_0x15a6ec){const _0xf21fce=_0x2eb3ee['item'](_0x15a6ec);if(_0xf21fce===null)continue;const _0x63eae0=[];for(let _0x2b6f18=0x0;_0x2b6f18<_0xf21fce['length'];++_0x2b6f18){const _0x517580=_0xf21fce[_0x2b6f18],_0x52c1e8={};_0x52c1e8['type']=_0x517580['type'],_0x52c1e8['suffixes']=_0x517580['suffixes'],_0x63eae0['push'](_0x52c1e8);}const _0x1ae334={};_0x1ae334['name']=_0xf21fce['name'],_0x1ae334['description']=_0xf21fce['description'],_0x1ae334['mimeTypes']=_0x63eae0,_0x567365['push'](_0x1ae334);}return _0x567365;}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 _0x2f85b7=navigator['plugins'];if(typeof _0x2f85b7['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x2f85b7['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(_0x4625af){return matchMedia('(prefers-reduced-motion:\x20'+_0x4625af+')')['matches'];}const screenFrameCheckInterval=0x9c4,roundingPrecision=0xa;let screenFrameBackup,screenFrameSizeTimeoutId;function watchScreenFrame(){if(screenFrameSizeTimeoutId!==undefined)return;const _0x41ae4a=()=>{const _0x5610e1=getCurrentScreenFrame();isFrameSizeNull(_0x5610e1)?screenFrameSizeTimeoutId=setTimeout(_0x41ae4a,screenFrameCheckInterval):(screenFrameBackup=_0x5610e1,screenFrameSizeTimeoutId=undefined);};_0x41ae4a();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x432833=getCurrentScreenFrame();if(isFrameSizeNull(_0x432833)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x432833=getCurrentScreenFrame());}return!isFrameSizeNull(_0x432833)&&(screenFrameBackup=_0x432833),_0x432833;};}function getScreenFrame(){const _0x5b0a03=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x4d6c68=isGecko()&&isGecko143OrNewer();if(_0x5b0a03||_0x4d6c68)return()=>Promise['resolve'](undefined);const _0xf9a3d9=getUnstableScreenFrame();return async()=>{const _0x1ccd61=await _0xf9a3d9(),_0x44adb1=_0x490fc7=>_0x490fc7===null?null:round$1(_0x490fc7,roundingPrecision);return[_0x44adb1(_0x1ccd61[0x0]),_0x44adb1(_0x1ccd61[0x1]),_0x44adb1(_0x1ccd61[0x2]),_0x44adb1(_0x1ccd61[0x3])];};}function getCurrentScreenFrame(){const _0x407c74=screen;return[replaceNaN(toFloat(_0x407c74['availTop']),null),replaceNaN(toFloat(_0x407c74['width'])-toFloat(_0x407c74['availWidth'])-replaceNaN(toFloat(_0x407c74['availLeft']),0x0),null),replaceNaN(toFloat(_0x407c74['height'])-toFloat(_0x407c74['availHeight'])-replaceNaN(toFloat(_0x407c74['availTop']),0x0),null),replaceNaN(toFloat(_0x407c74['availLeft']),null)];}function isFrameSizeNull(_0x31e926){for(let _0x496568=0x0;_0x496568<0x4;++_0x496568){if(_0x31e926[_0x496568]!==null&&_0x31e926[_0x496568]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x5f108b,_0x455d1b)=>{const _0xef85a8=_0x455d1b['screen'],_0x4c069e=_0x1b2f2a=>{const _0x384886=parseInt(_0x1b2f2a);return typeof _0x384886==='number'&&isNaN(_0x384886)?-0x1:_0x384886;};return{'w':_0x4c069e(_0xef85a8['width']),'h':_0x4c069e(_0xef85a8['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x1742f2=screen,_0x517251=_0x40791e=>replaceNaN(toInt(_0x40791e),null),_0x3beae5=[_0x517251(_0x1742f2['width']),_0x517251(_0x1742f2['height'])];return _0x3beae5['sort']()['reverse'](),_0x3beae5;}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 _0xdf5411={};_0xdf5411['passive']=!![],window['addEventListener']('scroll',()=>{const _0x58dc56=performance['now'](),_0x14d6ce=window['scrollY'];if(lastTime>0x0){const _0x3df929=_0x58dc56-lastTime;if(_0x3df929>0x0&&_0x3df929<0x1f4){const _0x3a772c=Math['abs'](_0x14d6ce-lastY)/(_0x3df929/0x3e8);velocities['push'](Math['round'](_0x3a772c));}}lastY=_0x14d6ce,lastTime=_0x58dc56;},_0xdf5411);}function getScrollBehavior(){startObserving$1();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0x1d81d6=[...velocities]['sort']((_0x68e2fe,_0x4cb2cf)=>_0x68e2fe-_0x4cb2cf),_0xe02de0=_0x1d81d6[Math['floor'](_0x1d81d6['length']*0.5)]??0x0,_0x51ce7f=_0x1d81d6[Math['floor'](_0x1d81d6['length']*0.9)]??0x0,_0x1b6b54={};return _0x1b6b54['p50']=_0xe02de0,_0x1b6b54['p90']=_0x51ce7f,_0x1b6b54['count']=_0x1d81d6['length'],Promise['resolve'](_0x1b6b54);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x2af15f,_0xedba32)=>{const _0x1edb9f=_0xedba32['document'],_0xec501d=_0x1edb9f['createElement']('div');_0xec501d['style']['width']='100px',_0xec501d['style']['height']='100px',_0xec501d['style']['overflow']='scroll',_0xec501d['style']['visibility']='hidden',_0x1edb9f['body']['appendChild'](_0xec501d);const _0x3af9b0=_0xec501d['offsetWidth']===_0xec501d['clientWidth'];return _0x1edb9f['body']['removeChild'](_0xec501d),_0x3af9b0;});}function getSessionStorage(){try{const _0x4c0f7f=window['sessionStorage'];return _0x4c0f7f!==null&&_0x4c0f7f!==undefined;}catch{return!![];}}async function getStorageEstimate(){const _0x3eaa9a=navigator['storage'];if(_0x3eaa9a===undefined||typeof _0x3eaa9a['estimate']!=='function')return null;try{const _0x18e941=await Promise['race']([_0x3eaa9a['estimate'](),new Promise((_0x38c960,_0x5e7867)=>setTimeout(()=>_0x5e7867(new Error('timeout')),0x1f4))]);if(_0x18e941['quota']!==undefined&&_0x18e941['quota']>0x0)return Math['round'](_0x18e941['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x46d913=navigator['storage'];if(_0x46d913===undefined)return null;const _0x2fef00=_0x46d913['getDirectory'];if(typeof _0x2fef00!=='function')return null;try{const _0x4f6e6c=await Promise['race']([_0x46d913['getDirectory']()['then'](()=>'',_0xbffffa=>_0xbffffa instanceof Error?_0xbffffa['message']:String(_0xbffffa)),new Promise((_0x33c44e,_0x1808f7)=>setTimeout(()=>_0x1808f7(new Error('timeout')),0xfa))]);return _0x4f6e6c;}catch{return null;}}const _0x37987c={};_0x37987c['AccentColor']='ac',_0x37987c['AccentColorText']='act',_0x37987c['ActiveText']='at',_0x37987c['ActiveBorder']='ab',_0x37987c['ActiveCaption']='aca',_0x37987c['AppWorkspace']='aw',_0x37987c['Background']='b',_0x37987c['ButtonHighlight']='bh',_0x37987c['ButtonShadow']='bs',_0x37987c['ButtonBorder']='bb',_0x37987c['ButtonFace']='bf',_0x37987c['ButtonText']='bt',_0x37987c['FieldText']='ft',_0x37987c['GrayText']='gt',_0x37987c['Highlight']='h',_0x37987c['HighlightText']='ht',_0x37987c['InactiveBorder']='ib',_0x37987c['InactiveCaption']='ic',_0x37987c['InactiveCaptionText']='ict',_0x37987c['InfoBackground']='ib',_0x37987c['InfoText']='it',_0x37987c['LinkText']='lt',_0x37987c['Mark']='m',_0x37987c['Menu']='me',_0x37987c['Scrollbar']='s',_0x37987c['ThreeDDarkShadow']='tdds',_0x37987c['ThreeDFace']='tdf',_0x37987c['ThreeDHighlight']='tdh',_0x37987c['ThreeDLightShadow']='tdls',_0x37987c['ThreeDShadow']='tds',_0x37987c['VisitedText']='vt',_0x37987c['Window']='w',_0x37987c['WindowFrame']='wf',_0x37987c['WindowText']='wt',_0x37987c['Selecteditem']='si',_0x37987c['Selecteditemtext']='sit';const systemColorMap=_0x37987c;function getSystemColors(){return getIframePool()['execute']((_0x239208,_0x1b8bf2)=>{const _0x462a82=_0x1b8bf2['document'];_0x462a82['documentElement']['style']['colorScheme']='light';const _0x12c020=_0x462a82['createElement']('div');_0x462a82['body']['appendChild'](_0x12c020);const _0x58dcf3={};for(const _0x66329b of Object['keys'](systemColorMap)){_0x12c020['style']['color']=_0x66329b,_0x58dcf3[systemColorMap[_0x66329b]]=_0x1b8bf2['getComputedStyle'](_0x12c020)['color'];}return _0x462a82['body']['removeChild'](_0x12c020),_0x58dcf3;});}function getTimezone(){const _0x21ad2d=window['Intl'],_0x2abe51=_0x21ad2d?.['DateTimeFormat'];if(_0x2abe51!==undefined){const _0x9ef76f=new _0x2abe51()['resolvedOptions']()['timeZone'];if(_0x9ef76f!=='')return _0x9ef76f;}const _0x344f1e=-getTimezoneOffset();return'UTC'+(_0x344f1e>=0x0?'+':'')+_0x344f1e;}function getTimezoneOffset(){const _0x4a4b82=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0x4a4b82,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0x4a4b82,0x6,0x1)['getTimezoneOffset']()));}function getMeasuredTimezone(){let _0x37a5a9='';try{const _0x43fe4a=window['Intl'],_0x2f47a9=_0x43fe4a?.['DateTimeFormat'];_0x2f47a9!==undefined&&(_0x37a5a9=new _0x2f47a9()['resolvedOptions']()['timeZone']);}catch{}const _0x39f009=new Date()['getTimezoneOffset'](),_0x5859e6=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x25cdfc={};return _0x25cdfc['reported']=_0x37a5a9,_0x25cdfc['offset']=_0x39f009,_0x25cdfc['historicalOffset']=_0x5859e6,_0x25cdfc;}function getTouchSupport(){const _0x27b072=navigator;let _0x533002=0x0,_0x2e35af;if('maxTouchPoints'in _0x27b072)_0x533002=toInt(_0x27b072['maxTouchPoints']);else _0x27b072['msMaxTouchPoints']!==undefined&&(_0x533002=_0x27b072['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x2e35af=!![];}catch{_0x2e35af=![];}const _0x50b57b='ontouchstart'in window,_0x58bdcc={};return _0x58bdcc['maxTouchPoints']=_0x533002,_0x58bdcc['touchEvent']=_0x2e35af,_0x58bdcc['touchStart']=_0x50b57b,_0x58bdcc;}function getUserAgent(){return navigator['userAgent'];}function getVendor(){return navigator['vendor']||'';}function getWindowDimensions(){const _0x31c3e6={};return _0x31c3e6['outerWidth']=window['outerWidth'],_0x31c3e6['outerHeight']=window['outerHeight'],_0x31c3e6['innerWidth']=window['innerWidth'],_0x31c3e6['innerHeight']=window['innerHeight'],_0x31c3e6;}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0x34cb21=document['createElement']('canvas');_0x34cb21['width']=0x1,_0x34cb21['height']=0x1;const _0x4232f7=_0x34cb21['getContext']('2d');if(!_0x4232f7)return null;_0x4232f7['clearRect'](0x0,0x0,0x1,0x1);const _0x463efe=_0x4232f7['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x463efe[0x0]!==0x0||_0x463efe[0x1]!==0x0||_0x463efe[0x2]!==0x0||_0x463efe[0x3]!==0x0;}catch{return null;}}const CSS_PROPERTIES=['display','direction','unicode-bidi','writing-mode','color','font-family'];function getComputedStyleSignal(){const _0x2e78c4=window['getComputedStyle'](document['documentElement']);let _0x9a573d=0x0;for(const _0x42e420 of CSS_PROPERTIES){_0x2e78c4['getPropertyValue'](_0x42e420)!==''&&_0x9a573d++;}return _0x9a573d>=0x4;}function getCreateElementDescriptor(){const _0x1b4c55=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x1b4c55?!('writeable'in _0x1b4c55):null;}async function getDrmPersistence(){try{if(typeof navigator['requestMediaKeySystemAccess']!=='function')return null;const _0x2d0002=['com.widevine.alpha','com.microsoft.playready'],_0x5c5375={},_0x377ce6=_0x2d0002['map'](async _0x622270=>{const _0x41cec0={};_0x41cec0['persistent']=![],_0x41cec0['temporary']=![];const _0x22c533=_0x41cec0;try{const _0xf4f22={};_0xf4f22['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x4ef093={};_0x4ef093['initDataTypes']=['cenc'],_0x4ef093['audioCapabilities']=[_0xf4f22],_0x4ef093['sessionTypes']=['persistent-license'],await navigator['requestMediaKeySystemAccess'](_0x622270,[_0x4ef093]),_0x22c533['persistent']=!![];}catch{}try{const _0x258ff3={};_0x258ff3['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x169569={};_0x169569['initDataTypes']=['cenc'],_0x169569['audioCapabilities']=[_0x258ff3],_0x169569['sessionTypes']=['temporary'],await navigator['requestMediaKeySystemAccess'](_0x622270,[_0x169569]),_0x22c533['temporary']=!![];}catch{}_0x5c5375[_0x622270]=_0x22c533;});return await Promise['race']([Promise['all'](_0x377ce6),new Promise(_0x5368b1=>setTimeout(_0x5368b1,0x1f4))]),Object['keys'](_0x5c5375)['length']>0x0?_0x5c5375:null;}catch{return null;}}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x2c8f11){if(_0x2c8f11 instanceof Error&&_0x2c8f11['stack']!==undefined)return _0x2c8f11['stack']['toString']();}return undefined;}function hasWindowProp(_0x1b6b19){return _0x1b6b19 in window;}function getExtensionDetection(){const _0x169927=[['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__')]],_0x1a5926=[];let _0x4bb75c='';for(const [_0x495170,_0x5e7b77]of _0x169927){let _0x5a9fb8=![];try{_0x5a9fb8=_0x5e7b77();}catch{}_0x5a9fb8&&_0x1a5926['push'](_0x495170),_0x4bb75c+=_0x5a9fb8?'1':'0';}const _0x1c4e0c={};return _0x1c4e0c['detected']=_0x1a5926,_0x1c4e0c['bitmask']=_0x4bb75c,_0x1c4e0c;}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(_0x2a7ea7,_0x470871){let _0x5215ec=null,_0x4b18ee=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x3a700c,_0x46dda9,_0x3df608]of _0x2a7ea7){try{const _0x18d12e=_0x46dda9===''?CSS['supports'](_0x3a700c):CSS['supports'](_0x3a700c,_0x46dda9);_0x18d12e&&(_0x5215ec===null||_0x3df608>_0x5215ec)&&(_0x5215ec=_0x3df608);}catch{}}for(const [_0x4d36be,_0x2ce318]of _0x470871){try{_0x4d36be()&&(_0x4b18ee===null||_0x2ce318>_0x4b18ee)&&(_0x4b18ee=_0x2ce318);}catch{}}const _0x4fdd7d={};return _0x4fdd7d['cssVersion']=_0x5215ec,_0x4fdd7d['jsVersion']=_0x4b18ee,_0x4fdd7d;}function parseUAVersion(_0x57d7bd){const _0x4d574f=navigator['userAgent'];if(_0x57d7bd==='chromium'){const _0x4a85b=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x4d574f);return _0x4a85b?parseInt(_0x4a85b[0x1],0xa):null;}if(_0x57d7bd==='gecko'){const _0x102afe=/Firefox\/(\d+)/['exec'](_0x4d574f);return _0x102afe?parseInt(_0x102afe[0x1],0xa):null;}if(_0x57d7bd==='webkit'){const _0x2b7d9f=/Version\/(\d+)/['exec'](_0x4d574f);return _0x2b7d9f?parseInt(_0x2b7d9f[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x4e4b48='unknown';try{if(isChromium())_0x4e4b48='chromium';else{if(isGecko())_0x4e4b48='gecko';else isWebKit()&&(_0x4e4b48='webkit');}}catch{return null;}if(_0x4e4b48==='unknown'){const _0x36324c={};return _0x36324c['cssVersion']=null,_0x36324c['jsVersion']=null,_0x36324c['uaVersion']=null,_0x36324c['mismatch']=![],_0x36324c['engine']=_0x4e4b48,_0x36324c;}let _0x5143ee,_0xe26882;if(_0x4e4b48==='chromium')_0x5143ee=CHROMIUM_CSS,_0xe26882=CHROMIUM_JS;else _0x4e4b48==='gecko'?(_0x5143ee=GECKO_CSS,_0xe26882=GECKO_JS):(_0x5143ee=WEBKIT_CSS,_0xe26882=WEBKIT_JS);const {cssVersion:_0x55b575,jsVersion:_0x90ab9c}=detectVersion(_0x5143ee,_0xe26882),_0x5a60a7=parseUAVersion(_0x4e4b48);let _0x196132=![];if(_0x5a60a7!==null){const _0xb76368=Math['max'](_0x55b575??0x0,_0x90ab9c??0x0);_0xb76368>0x0&&_0x5a60a7-_0xb76368>0x14&&(_0x196132=!![]);}const _0x1bfc75={};return _0x1bfc75['cssVersion']=_0x55b575,_0x1bfc75['jsVersion']=_0x90ab9c,_0x1bfc75['uaVersion']=_0x5a60a7,_0x1bfc75['mismatch']=_0x196132,_0x1bfc75['engine']=_0x4e4b48,_0x1bfc75;}function getGetterProxyDetection(){const _0x18aec4=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x18aec4?.['get'])return null;const _0x120a65=window['Function'],_0x38791c=window['Object'];let _0x3b5cd7=![];try{const _0x1d90d0=window;_0x3b5cd7=delete _0x1d90d0['Function']&&delete _0x1d90d0['Object'];}catch{_0x3b5cd7=![];}if(!_0x3b5cd7)return _0x452f0a(),null;try{return _0x18aec4['get']['toString'](),![];}catch{return!![];}finally{_0x452f0a();}function _0x452f0a(){try{window['Function']=_0x120a65,window['Object']=_0x38791c;}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 _0x4f32f8={},_0x476c6e={};for(const [_0x982460,_0x25b813]of GETTER_TARGETS){const _0xaa8bc9=window[_0x982460];if(_0xaa8bc9===null||_0xaa8bc9===undefined||typeof _0xaa8bc9!=='object')continue;for(const _0x3456d5 of _0x25b813){try{const _0x54683f=Object['getOwnPropertyDescriptor'](_0xaa8bc9,_0x3456d5)?.['get']?.['toString']();_0x54683f!==undefined&&(_0x4f32f8[_0x982460+'.'+_0x3456d5]=_0x54683f);}catch{}}}for(const _0x32c5a3 of TAMPER_CHECK_PROPS){try{const _0x1ad114=Object['getOwnPropertyDescriptor'](navigator,_0x32c5a3);if(_0x1ad114!==undefined){const _0xf2d56e={};if(_0x1ad114['writable']===!![])_0xf2d56e['writable']=!![];if(_0x1ad114['configurable']===!![])_0xf2d56e['configurable']=!![];(_0xf2d56e['writable']===!![]||_0xf2d56e['configurable']===!![])&&(_0x476c6e[_0x32c5a3]=_0xf2d56e);}}catch{}}const _0x415e7f={};return _0x415e7f['overrides']=_0x4f32f8,_0x415e7f['tampered']=_0x476c6e,_0x415e7f;}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 _0x5f0768=document['createElement']('canvas'),_0x22dc84=_0x5f0768['getContext']('webgl')??_0x5f0768['getContext']('experimental-webgl');if(!_0x22dc84)return null;const _0x28e38e=_0x22dc84['getExtension']('WEBGL_debug_renderer_info');if(!_0x28e38e)return null;const _0x510161=_0x22dc84['getParameter'](_0x28e38e['UNMASKED_RENDERER_WEBGL']);if(!_0x510161)return null;let _0x5395f9=_0x510161;const _0x48892c=_0x5395f9['match'](/^ANGLE \((.+)\)$/);if(_0x48892c){_0x5395f9=_0x48892c[0x1];const _0x46c411=_0x5395f9['lastIndexOf'](',');_0x46c411!==-0x1&&(_0x5395f9=_0x5395f9['substring'](0x0,_0x46c411));}const _0xa4b611=_0x5395f9['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x544b80=0x0;for(let _0x1654dd=0x0;_0x1654dd<_0xa4b611['length']-0x1;_0x1654dd++){const _0x5f2eb8=_0xa4b611[_0x1654dd]+_0xa4b611[_0x1654dd+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x5f2eb8)&&_0x544b80++;}const _0x4233aa={};return _0x4233aa['score']=_0x544b80,_0x4233aa['gibberish']=_0x544b80>0x2,_0x4233aa['renderer']=_0x510161,_0x4233aa;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0xe98476=document['createElement']('iframe');_0xe98476['style']['display']='none',document['body']['appendChild'](_0xe98476);try{const _0x47a75c=_0xe98476['contentWindow'];if(!_0x47a75c){const _0x515339={};return _0x515339['accessible']=![],_0x515339['proxyDetected']=![],_0x515339['selfConsistent']=![],_0x515339['frameElementNull']=![],_0x515339;}let _0x46cc9a=![];try{_0x46cc9a=_0x47a75c['self']===_0x47a75c;}catch{_0x46cc9a=![];}let _0x207b5f=![];try{const _0x50cf6c=Object['prototype']['toString']['call'](_0x47a75c);_0x50cf6c!=='[object\x20Window]'&&_0x50cf6c!=='[object\x20global]'&&(_0x207b5f=!![]);}catch{_0x207b5f=!![];}try{const _0x29c3e4=Object['getOwnPropertyDescriptor'](_0x47a75c,'self');if(_0x29c3e4===undefined&&!_0x207b5f){}}catch{_0x207b5f=!![];}let _0x4e5764=![];try{_0x4e5764=_0x47a75c['frameElement']===null;}catch{_0x4e5764=!![];}const _0x4d2f89={};return _0x4d2f89['accessible']=!![],_0x4d2f89['proxyDetected']=_0x207b5f,_0x4d2f89['selfConsistent']=_0x46cc9a,_0x4d2f89['frameElementNull']=_0x4e5764,_0x4d2f89;}finally{document['body']['removeChild'](_0xe98476);}}catch{return null;}}function getIframeSignals(){return new Promise(_0x5a49cc=>{try{const _0x546303=document['createElement']('iframe');_0x546303['style']['display']='none',_0x546303['style']['width']='0',_0x546303['style']['height']='0',_0x546303['style']['position']='absolute',_0x546303['style']['top']='-9999px';let _0x443bea=null;const _0x19689d=()=>{if(_0x443bea!==null)clearTimeout(_0x443bea);try{_0x546303['parentNode']&&_0x546303['parentNode']['removeChild'](_0x546303);}catch{}};_0x443bea=setTimeout(()=>{_0x19689d(),_0x5a49cc(null);},0x7d0),_0x546303['onload']=()=>{try{const _0x5df451=_0x546303['contentWindow'];if(!_0x5df451){_0x19689d(),_0x5a49cc(null);return;}const _0xbd9250=_0x5df451['navigator'],_0x2f97f3={};_0x2f97f3['webdriver']=_0xbd9250['webdriver'],_0x2f97f3['platform']=_0xbd9250['platform'],_0x2f97f3['hardwareConcurrency']=_0xbd9250['hardwareConcurrency'],_0x2f97f3['deviceMemory']=_0xbd9250['deviceMemory'],_0x2f97f3['language']=_0xbd9250['language'];const _0x46023f=_0x2f97f3;_0x19689d(),_0x5a49cc(_0x46023f);}catch{_0x19689d(),_0x5a49cc(null);}},_0x546303['onerror']=()=>{_0x19689d(),_0x5a49cc(null);},document['body']['appendChild'](_0x546303);}catch{_0x5a49cc(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0x298bc3='';for(const _0x18317a of CHECKED_PROPERTIES){try{const _0x5e2564=Object['getOwnPropertyDescriptor'](navigator,_0x18317a);if(_0x5e2564){_0x298bc3+='1';continue;}const _0x1e13e1=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x18317a);if(!_0x1e13e1){_0x298bc3+='2';continue;}typeof _0x1e13e1['get']==='function'?_0x298bc3+='0':_0x298bc3+='1';}catch{_0x298bc3+='2';}}return _0x298bc3;}catch{return'22222';}}function getObjectInspectGlobal(){try{const _0x415458=new Function('return\x20objectToInspect');return _0x415458(),!![];}catch{return![];}}const _0x48ab63={};_0x48ab63['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x48ab63['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x48ab63['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x48ab63,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x11d088=>{try{const _0x37f0cc=document['createElement']('canvas'),_0x56b771=_0x37f0cc['getContext']('2d');if(!_0x56b771){const _0x54e334={};_0x54e334['detectedOs']='unknown',_0x54e334['markers']=[],_0x11d088(_0x54e334);return;}_0x56b771['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x4bf1a2=_0x56b771['measureText'](TEST_STRING)['width'],_0x2aa430=[];let _0x453ecd='unknown';for(const [_0x43a389,_0xa68926]of Object['entries'](OS_FONT_MARKERS)){for(const _0x1829d2 of _0xa68926){_0x56b771['font']=TEST_SIZE+'\x20\x27'+_0x1829d2+'\x27,\x20'+BASE_FONT;const _0x4216f0=_0x56b771['measureText'](TEST_STRING)['width'];_0x4216f0!==_0x4bf1a2&&(_0x2aa430['push'](_0x1829d2),_0x453ecd==='unknown'&&(_0x453ecd=_0x43a389));}}const _0x216dd8={};_0x216dd8['detectedOs']=_0x453ecd,_0x216dd8['markers']=_0x2aa430,_0x11d088(_0x216dd8);}catch{const _0x4aeb37={};_0x4aeb37['detectedOs']='unknown',_0x4aeb37['markers']=[],_0x11d088(_0x4aeb37);}});}const g=globalThis,_0x56f455={};_0x56f455['android']=0x2,_0x56f455['chromeos']=0x1;const _0x47be24={};_0x47be24['windows']=0x2,_0x47be24['mac']=0x2,_0x47be24['linux']=0x2;const _0x4a7f64={};_0x4a7f64['windows']=0x2,_0x4a7f64['mac']=0x2,_0x4a7f64['linux']=0x2;const _0x453d39={};_0x453d39['windows']=0x2,_0x453d39['mac']=0x2,_0x453d39['linux']=0x2;const _0x1df0eb={};_0x1df0eb['windows']=0x1,_0x1df0eb['mac']=0x1,_0x1df0eb['linux']=0x1;const _0x311597={};_0x311597['windows']=0x1,_0x311597['mac']=0x1,_0x311597['linux']=0x1;const _0x212a6f={};_0x212a6f['windows']=0x2,_0x212a6f['mac']=0x2,_0x212a6f['linux']=0x2,_0x212a6f['chromeos']=0x2;const _0x50c7ca={};_0x50c7ca['android']=0x2,_0x50c7ca['ios']=0x2;const _0x32dab2={};_0x32dab2['android']=0x1,_0x32dab2['ios']=0x1;const _0x23db90={};_0x23db90['android']=0x2;const _0x4b40ef={};_0x4b40ef['android']=0x2;const _0x389064={};_0x389064['windows']=0x1,_0x389064['mac']=0x1,_0x389064['chromeos']=0x1;const _0x301433={};_0x301433['windows']=0x2,_0x301433['mac']=0x2,_0x301433['linux']=0x2;const _0x4c0d60={};_0x4c0d60['windows']=0x1,_0x4c0d60['mac']=0x1,_0x4c0d60['linux']=0x1;const _0x148e93={};_0x148e93['android']=0x1,_0x148e93['windows']=0x1,_0x148e93['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x56f455],['EyeDropper',()=>'EyeDropper'in g,_0x47be24],['HID',()=>'hid'in navigator,_0x4a7f64],['Serial',()=>'serial'in navigator,_0x453d39],['USB',()=>'usb'in navigator,_0x1df0eb],['Bluetooth',()=>'bluetooth'in navigator,_0x311597],['SharedWorker',()=>'SharedWorker'in g,_0x212a6f],['orientation',()=>'ondeviceorientation'in g,_0x50c7ca],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x32dab2],['ContactsManager',()=>'ContactsManager'in g,_0x23db90],['ContentIndex',()=>'ContentIndex'in g,_0x4b40ef],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x389064],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x301433],['PressureObserver',()=>'PressureObserver'in g,_0x4c0d60],['WakeLock',()=>'wakeLock'in navigator,_0x148e93]];function getPlatformApiScoring(){try{const _0x5056ed={},_0x4d9978=[];for(const [_0x54e954,_0x218bf1,_0x571c1c]of PROBES){try{if(_0x218bf1()){_0x4d9978['push'](_0x54e954);for(const [_0x2d4801,_0xe9fd70]of Object['entries'](_0x571c1c)){_0x5056ed[_0x2d4801]=(_0x5056ed[_0x2d4801]??0x0)+_0xe9fd70;}}}catch{}}const _0x22e9c5={};return _0x22e9c5['score']=_0x5056ed,_0x22e9c5['apis']=_0x4d9978,_0x22e9c5;}catch{return null;}}function getPluginOverflow(){try{const _0x593605=navigator['plugins'];if(_0x593605['length']===0x0)return null;const _0x3150e5=_0x593605['item'](0x0);if(!_0x3150e5)return null;let _0x452a60=![];try{const _0x45f755=_0x593605['item'](0x100000000);_0x452a60=_0x45f755!==_0x3150e5;}catch{_0x452a60=!![];}let _0x5773c5=!![];try{if(_0x3150e5['length']>0x0){const _0x168aaa=_0x3150e5['item'](0x0);_0x168aaa&&(_0x5773c5=_0x168aaa['enabledPlugin']===_0x3150e5);}}catch{_0x5773c5=![];}const _0x35b903={};return _0x35b903['overflow']=_0x452a60,_0x35b903['backref']=_0x5773c5,_0x35b903;}catch{return null;}}function getPrivateBrowsingChromium(){if(!isWebKit()||isModernBrowser())return null;try{const _0x9a9b35=window;typeof _0x9a9b35['webkitRequestFileSystem']==='function'&&_0x9a9b35['webkitRequestFileSystem'](null,null,null,null);}catch{return!![];}try{const _0x1412f2=window['localStorage'];return _0x1412f2['setItem']('test','1'),_0x1412f2['removeItem']('test'),![];}catch{return!![];}}function getChainDepth(_0x4fac16,_0x4b25ae){let _0x5eae5c=_0x4fac16,_0x58ebc8=0x0;while(_0x5eae5c!==null&&_0x58ebc8<_0x4b25ae){_0x5eae5c=Object['getPrototypeOf'](_0x5eae5c),_0x58ebc8++;}return _0x58ebc8;}function checkChain(_0x1729f0,_0x484f18,_0x43633a,_0x5d8f98){try{const _0x24d026=Object['getPrototypeOf'](_0x1729f0),_0x127d59=_0x24d026===_0x43633a,_0x5c7b3f=getChainDepth(_0x1729f0,0xf);if(!_0x127d59){const _0x5931ec={};return _0x5931ec['target']=_0x484f18+'→'+_0x5d8f98,_0x5931ec['intact']=![],_0x5931ec['depth']=_0x5c7b3f,_0x5931ec;}const _0x30da27={};return _0x30da27['target']=_0x484f18+'→'+_0x5d8f98,_0x30da27['intact']=!![],_0x30da27['depth']=_0x5c7b3f,_0x30da27;}catch{const _0x452000={};return _0x452000['target']=_0x484f18+'→'+_0x5d8f98,_0x452000['intact']=![],_0x452000['depth']=0x0,_0x452000;}}function getPrototypeChain(){const _0x1cddda=[];try{typeof Navigator!=='undefined'&&_0x1cddda['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x1cddda['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x1cddda['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x1cddda['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x1e05f6=navigator['constructor']===Navigator,_0x1a6c6c={};_0x1a6c6c['target']='navigator.constructor===Navigator',_0x1a6c6c['intact']=_0x1e05f6,_0x1a6c6c['depth']=0x0,_0x1cddda['push'](_0x1a6c6c);const _0x5e9632=Object['prototype']['toString']['call'](navigator),_0x27fb7e={};_0x27fb7e['target']='navigator.toStringTag',_0x27fb7e['intact']=_0x5e9632==='[object\x20Navigator]',_0x27fb7e['depth']=0x0,_0x1cddda['push'](_0x27fb7e);const _0x3220ea=Object['prototype']['toString']['call'](screen),_0x43f469={};_0x43f469['target']='screen.toStringTag',_0x43f469['intact']=_0x3220ea==='[object\x20Screen]',_0x43f469['depth']=0x0,_0x1cddda['push'](_0x43f469);}catch{}const _0x56ebb4=_0x1cddda['length']>0x0&&_0x1cddda['every'](_0x4f09d5=>_0x4f09d5['intact']),_0x2f3b8b={};return _0x2f3b8b['valid']=_0x56ebb4,_0x2f3b8b['checks']=_0x1cddda,_0x2f3b8b;}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 _0x58f682=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x58f682['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x58f682['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x58f682['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x58f682['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x58f682['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x58f682['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x58f682;}function getHighTargets(){const _0x226ad3=getLightTargets(),_0x304951=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x176679 of _0x304951){_0x176679 in Navigator['prototype']&&_0x226ad3['push']([Navigator['prototype'],_0x176679]);}const _0x10c178=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x41718d of _0x10c178){_0x41718d in Screen['prototype']&&_0x226ad3['push']([Screen['prototype'],_0x41718d]);}const _0x278252=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0xe9dab5 of _0x278252){_0xe9dab5 in Document['prototype']&&_0x226ad3['push']([Document['prototype'],_0xe9dab5]);}try{const _0x4627fc=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x52626f of _0x4627fc){_0x52626f in Element['prototype']&&_0x226ad3['push']([Element['prototype'],_0x52626f]);}}catch{}try{const _0x28cd46=['offsetWidth','offsetHeight','style'];for(const _0x351540 of _0x28cd46){_0x351540 in HTMLElement['prototype']&&_0x226ad3['push']([HTMLElement['prototype'],_0x351540]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x47da38=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x49830c of _0x47da38){_0x49830c in CanvasRenderingContext2D['prototype']&&_0x226ad3['push']([CanvasRenderingContext2D['prototype'],_0x49830c]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x18fb7c=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0xe86d63 of _0x18fb7c){_0xe86d63 in WebGLRenderingContext['prototype']&&_0x226ad3['push']([WebGLRenderingContext['prototype'],_0xe86d63]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x226ad3['push']([AudioContext['prototype'],'createOscillator']),_0x226ad3['push']([AudioContext['prototype'],'createAnalyser']),_0x226ad3['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x226ad3['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x226ad3['push']([Performance['prototype'],'now']),_0x226ad3['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x226ad3['push']([Storage['prototype'],'getItem']),_0x226ad3['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x417fed=['random','floor','ceil','round','sin','cos'];for(const _0x756adb of _0x417fed){_0x756adb in Math&&_0x226ad3['push']([Math,_0x756adb]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x226ad3['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x226ad3['push']([Permissions['prototype'],'query']);}catch{}return _0x226ad3;}function checkToString(_0x1e96c5,_0x310ed8){try{const _0x420ca2=Object['getOwnPropertyDescriptor'](_0x1e96c5,_0x310ed8),_0x4f08a6=_0x420ca2?.['get']??_0x420ca2?.['value']??_0x1e96c5[_0x310ed8];if(typeof _0x4f08a6!=='function')return![];const _0x43405e=Function['prototype']['toString']['call'](_0x4f08a6);return!_0x43405e['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x146d96){try{const _0x535e03=Object['getOwnPropertyDescriptor'](navigator,_0x146d96);return _0x535e03?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x47accf,_0x1634b7){try{const _0x5f2c80=Object['getOwnPropertyDescriptor'](_0x47accf,_0x1634b7);if(!_0x5f2c80?.['get'])return![];return'prototype'in _0x5f2c80['get'];}catch{return![];}}function checkOwnPropertyNames(_0x2187ba,_0x4ba2b9){try{const _0x56903c=Object['getOwnPropertyDescriptor'](_0x2187ba,_0x4ba2b9),_0x535c8a=_0x56903c?.['get'];if(typeof _0x535c8a!=='function')return![];const _0x5a025d=Object['getOwnPropertyNames'](_0x535c8a)['sort']();if(_0x5a025d['length']>0x2)return!![];if(_0x5a025d['length']===0x2&&(_0x5a025d[0x0]!=='length'||_0x5a025d[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x2f5469,_0x299410){try{const _0x138341=Object['getOwnPropertyDescriptor'](_0x2f5469,_0x299410),_0xba6997=_0x138341?.['get'];if(typeof _0xba6997!=='function')return![];return new Function('fn','class\x20X\x20extends\x20fn\x20{}')(_0xba6997),!![];}catch{return![];}}function checkNullProto(_0x4bfcc7,_0x48556e){try{const _0x27b46d=Object['getOwnPropertyDescriptor'](_0x4bfcc7,_0x48556e),_0x4e0a15=_0x27b46d?.['get']??_0x27b46d?.['value'];if(typeof _0x4e0a15!=='function')return![];const _0x1841e9=Object['create'](_0x4e0a15);return Object['setPrototypeOf'](_0x1841e9,null),_0x1841e9['toString']?.(),!![];}catch{return![];}}function checkIllegalInvocation(_0x4b9790,_0x4a8453){try{const _0x17612b=Object['getOwnPropertyDescriptor'](_0x4b9790,_0x4a8453),_0x39fdce=_0x17612b?.['get'];if(typeof _0x39fdce!=='function')return![];return _0x39fdce['call'](undefined),!![];}catch(_0x23890b){if(_0x23890b instanceof TypeError)return![];return!![];}}function checkBindToString(_0x22778c,_0x1271aa){try{const _0x30b88f=Object['getOwnPropertyDescriptor'](_0x22778c,_0x1271aa),_0x3e4169=_0x30b88f?.['get']??_0x30b88f?.['value'];if(typeof _0x3e4169!=='function')return![];const _0x20d8e5=_0x3e4169['bind'](null),_0x10a299=Function['prototype']['toString']['call'](_0x20d8e5);return!_0x10a299['includes']('[native\x20code]')&&!_0x10a299['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x27727b,_0x4fa073){try{const _0x36a380=Object['getOwnPropertyDescriptor'](_0x27727b,_0x4fa073),_0x1c9c4b=_0x36a380?.['get']??_0x36a380?.['value'];if(typeof _0x1c9c4b!=='function')return![];const _0x9b3a54=Reflect['ownKeys'](_0x1c9c4b)['sort'](),_0x287b00=Object['getOwnPropertyNames'](_0x1c9c4b)['sort']();if(_0x9b3a54['length']!==_0x287b00['length'])return!![];for(let _0x3e2fba=0x0;_0x3e2fba<_0x9b3a54['length'];_0x3e2fba++){if(_0x9b3a54[_0x3e2fba]!==_0x287b00[_0x3e2fba])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0xb77c55,_0x18c99c){try{const _0x48221b=Object['getOwnPropertyDescriptor'](_0xb77c55,_0x18c99c);if(!_0x48221b)return![];const _0xe5b0ee=_0x48221b['get']??_0x48221b['set']??_0x48221b['value'];if(typeof _0xe5b0ee!=='function')return![];const _0x5eb080=Object['getOwnPropertyDescriptors'](_0xe5b0ee),_0xe3f4dc=Object['keys'](_0x5eb080)['filter'](_0x4cbaf0=>_0x4cbaf0!=='length'&&_0x4cbaf0!=='name');return _0xe3f4dc['length']>0x0;}catch{return![];}}function checkProtoManipulation(_0x105697,_0xf24fb8){try{const _0x32251d=Object['getOwnPropertyDescriptor'](_0x105697,_0xf24fb8),_0x591943=_0x32251d?.['get']??_0x32251d?.['value'];if(typeof _0x591943!=='function')return![];const _0x204832=_0x591943,_0xb8f647=Object['getPrototypeOf'](_0x204832);try{return Object['setPrototypeOf'](_0x204832,null),_0x204832['valueOf'],Object['setPrototypeOf'](_0x204832,_0xb8f647),![];}catch{return Object['setPrototypeOf'](_0x204832,_0xb8f647),![];}}catch{return![];}}function checkInstanceOf(_0x297585,_0x44a361){try{const _0x109d15=Object['getOwnPropertyDescriptor'](_0x297585,_0x44a361),_0x3610fc=_0x109d15?.['get']??_0x109d15?.['value'];if(typeof _0x3610fc!=='function')return![];const _0x2ebe71=_0x3610fc instanceof _0x3610fc;return _0x2ebe71===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x4a60a3){proxyDetectionMode=_0x4a60a3;}function getProxyDetection(){const _0x1e1b1a=proxyDetectionMode,_0x220310=_0x1e1b1a==='high'?getHighTargets():getLightTargets(),_0x4dc5c=_0x1e1b1a==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkProtoManipulation,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x2ed0e0=[];for(const [_0x1eefad,_0x45f8e9]of _0x220310){let _0x185601=![];try{_0x1eefad===Navigator['prototype']&&checkOwnDescriptor(_0x45f8e9)&&(_0x185601=!![]);}catch{}if(!_0x185601)for(const _0x340af8 of _0x4dc5c){try{if(_0x340af8(_0x1eefad,_0x45f8e9)){_0x185601=!![];break;}}catch{}}if(_0x185601){const _0x48d629=_0x1eefad['constructor']['name'];_0x2ed0e0['push'](_0x48d629+'.'+_0x45f8e9);}}const _0xb805ef={};return _0xb805ef['tested']=_0x220310['length'],_0xb805ef['lied']=_0x2ed0e0['length'],_0xb805ef['lies']=_0x2ed0e0,_0xb805ef['mode']=_0x1e1b1a,_0xb805ef;}function measureCssDimension(_0x3f6342,_0x4bb130,_0x1250aa){try{if(typeof matchMedia!=='function')return 0x0;let _0x105d04=_0x4bb130,_0x1d0805=_0x1250aa;while(_0x1d0805-_0x105d04>0x1){const _0x57cba6=Math['floor']((_0x105d04+_0x1d0805)/0x2),_0x1eceba=_0x3f6342==='width'?'(min-device-width:\x20'+_0x57cba6+'px)':'(min-device-height:\x20'+_0x57cba6+'px)';matchMedia(_0x1eceba)['matches']?_0x105d04=_0x57cba6:_0x1d0805=_0x57cba6;}return _0x105d04;}catch{return 0x0;}}function getScreenVerify(){try{const _0x431038=screen['width'],_0x51ec0f=screen['height'],_0x412340=measureCssDimension('width',0x64,0x1f40),_0x5bb4dd=measureCssDimension('height',0x64,0x1f40),_0x4e1273=_0x412340===0x0||Math['abs'](_0x431038-_0x412340)<=0x1,_0x1edbd8=_0x5bb4dd===0x0||Math['abs'](_0x51ec0f-_0x5bb4dd)<=0x1,_0x6b2a60={};return _0x6b2a60['match']=_0x4e1273&&_0x1edbd8,_0x6b2a60['screenWidth']=_0x431038,_0x6b2a60['cssWidth']=_0x412340,_0x6b2a60['screenHeight']=_0x51ec0f,_0x6b2a60['cssHeight']=_0x5bb4dd,_0x6b2a60;}catch{const _0x25fa92={};return _0x25fa92['match']=!![],_0x25fa92['screenWidth']=0x0,_0x25fa92['cssWidth']=0x0,_0x25fa92['screenHeight']=0x0,_0x25fa92['cssHeight']=0x0,_0x25fa92;}}function getStackBytes(){try{const _0x709877=[];for(let _0x5e1d44=0x0;_0x5e1d44<0x5;_0x5e1d44++){let _0x1dbf02=0x0;const _0x4682b9=()=>{_0x1dbf02++,_0x4682b9();};try{_0x4682b9();}catch{}let _0x2476aa=0x0;const _0x153d5d=()=>{_0x2476aa++;const _0x850d45=0x0;_0x153d5d();};try{_0x153d5d();}catch{}const _0x6727e=_0x1dbf02-_0x2476aa;_0x6727e>0x0&&_0x709877['push'](Math['round'](_0x2476aa*0x8/_0x6727e));}if(_0x709877['length']===0x0)return 0x0;return _0x709877['sort']((_0x5635eb,_0x281865)=>_0x5635eb-_0x281865),_0x709877[Math['floor'](_0x709877['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 _0x13e1ed=[],_0x5e63bd=Object['getOwnPropertyNames'](window);for(let _0x333178=0x0;_0x333178<_0x5e63bd['length'];_0x333178++){const _0x6d11d=crc32(_0x5e63bd[_0x333178]);TARGET_HASHES['has'](_0x6d11d)&&_0x13e1ed['push'](_0x5e63bd[_0x333178]),_0x6d11d===UD&&_0x333178+0x1<_0x5e63bd['length']&&_0x13e1ed['push'](_0x5e63bd[_0x333178+0x1]);}return _0x13e1ed;}catch{return null;}}function getAutomationDescriptor(){try{const _0x571915=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x2dbd64=_0x571915!==undefined;let _0x5b4ab8=null;_0x571915&&(_0x5b4ab8=_0x571915['configurable']??null);let _0x20f3af=![],_0x54d25e=null;try{const _0x2192da=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x2192da&&(_0x20f3af=typeof _0x2192da['get']==='function',_0x54d25e=_0x2192da['configurable']??null);}catch{}const _0x7ccf26={};return _0x7ccf26['hasOwnWebdriver']=_0x2dbd64,_0x7ccf26['ownConfigurable']=_0x5b4ab8,_0x7ccf26['prototypeHasGetter']=_0x20f3af,_0x7ccf26['prototypeConfigurable']=_0x54d25e,_0x7ccf26;}catch{const _0x402ce7={};return _0x402ce7['hasOwnWebdriver']=![],_0x402ce7['ownConfigurable']=null,_0x402ce7['prototypeHasGetter']=![],_0x402ce7['prototypeConfigurable']=null,_0x402ce7;}}function getCdpDetection(){try{const _0x9d3bc6=Error,_0x5a9fcd=_0x9d3bc6['prepareStackTrace'];let _0x249825=![];Object['defineProperty'](_0x9d3bc6,'prepareStackTrace',{'get'(){return _0x249825=!![],_0x5a9fcd;},'set'(_0x299d28){const _0x5e59cc={};_0x5e59cc['value']=_0x299d28,_0x5e59cc['writable']=!![],_0x5e59cc['configurable']=!![],Object['defineProperty'](_0x9d3bc6,'prepareStackTrace',_0x5e59cc);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x180fff={};_0x180fff['value']=_0x5a9fcd,_0x180fff['writable']=!![],_0x180fff['configurable']=!![],Object['defineProperty'](_0x9d3bc6,'prepareStackTrace',_0x180fff);}catch{}return _0x249825;}catch{return![];}}function getChromeRuntime(){try{const _0x49af44=window,_0x34d814=_0x49af44['chrome'];if(!_0x34d814||typeof _0x34d814!=='object'){const _0x53b401={};return _0x53b401['hasChrome']=![],_0x53b401['hasRuntime']=![],_0x53b401['hasPlatformOs']=![],_0x53b401['hasConnect']=![],_0x53b401['connectNative']=![],_0x53b401['hasApp']=![],_0x53b401['appIsInstalled']=null,_0x53b401['hasCsi']=![],_0x53b401['hasLoadTimes']=![],_0x53b401['runtimeKeyCount']=0x0,_0x53b401;}const _0x63478c=_0x34d814['runtime'],_0x32c1ab=_0x63478c!==undefined&&_0x63478c!==null;let _0x1c9c6d=![],_0x38025c=![],_0x456ce3=![],_0x2f2fb3=0x0;if(_0x32c1ab&&typeof _0x63478c==='object'){_0x1c9c6d='PlatformOs'in _0x63478c||'PlatformArch'in _0x63478c,_0x38025c=typeof _0x63478c['connect']==='function';if(_0x38025c)try{_0x456ce3=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x63478c['connect']));}catch{_0x456ce3=![];}try{_0x2f2fb3=Object['getOwnPropertyNames'](_0x63478c)['length'];}catch{_0x2f2fb3=0x0;}}const _0x52a8a2=_0x34d814['app'],_0x5b7e95=_0x52a8a2!==undefined&&_0x52a8a2!==null;let _0x1b985d=null;_0x5b7e95&&typeof _0x52a8a2==='object'&&(_0x1b985d=_0x52a8a2['isInstalled']===!![]);const _0x5aa4cf=typeof _0x34d814['csi']==='function',_0xc181a5=typeof _0x34d814['loadTimes']==='function',_0x3d140e={};return _0x3d140e['hasChrome']=!![],_0x3d140e['hasRuntime']=_0x32c1ab,_0x3d140e['hasPlatformOs']=_0x1c9c6d,_0x3d140e['hasConnect']=_0x38025c,_0x3d140e['connectNative']=_0x456ce3,_0x3d140e['hasApp']=_0x5b7e95,_0x3d140e['appIsInstalled']=_0x1b985d,_0x3d140e['hasCsi']=_0x5aa4cf,_0x3d140e['hasLoadTimes']=_0xc181a5,_0x3d140e['runtimeKeyCount']=_0x2f2fb3,_0x3d140e;}catch{return null;}}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x162e7e=await new Promise(_0x511b2b=>{if(isChromium()){const _0x57ad12=new Error();_0x57ad12['name']='\x20',Object['defineProperty'](_0x57ad12,'stack',{'get':_0x511b2b['bind'](null,!![])}),console['debug'](_0x57ad12);}else{const _0x9f8d76=document['createElement']('div');_0x9f8d76['toString']=()=>'',Object['defineProperty'](_0x9f8d76,'id',{'get'(){_0x511b2b(!![]);const _0x4ac0eb=new Error();_0x4ac0eb['name']='';throw _0x4ac0eb;}}),console['debug'](_0x9f8d76);}setTimeout(()=>_0x511b2b(![]));});return _0x162e7e;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x37c292=new Event(''),_0x1ee674=_0x37c292['isTrusted'];return typeof _0x1ee674==='undefined'?null:{'isTrusted':_0x1ee674};}catch{return null;}}const _0x199b11={};_0x199b11['window']=['awesomium'];const _0x44e796={};_0x44e796['window']=['RunPerfTest'];const _0xf39a36={};_0xf39a36['window']=['CefSharp'];const _0x4b822f={};_0x4b822f['window']=['emit'];const _0x124bca={};_0x124bca['window']=['fmget_targets'];const _0x2150ee={};_0x2150ee['window']=['geb'];const _0x21eb80={};_0x21eb80['window']=['__nightmare','nightmare'];const _0x2fdd17={};_0x2fdd17['window']=['__phantomas'];const _0x545782={};_0x545782['window']=['callPhantom','_phantom'];const _0x1d9c95={};_0x1d9c95['window']=['spawn'];const _0x28d728={};_0x28d728['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^([a-z]){3}_.*_(Array|Promise|Symbol)$/],_0x28d728['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x8d53dc={};_0x8d53dc['window']=['wdioElectron'];const _0x49c3e4={};_0x49c3e4['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x49c3e4['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 _0x200a5f={};_0x200a5f['window']=['domAutomation','domAutomationController'];const _0x27fe2c={};_0x27fe2c['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x3e1ef4={};_0x3e1ef4['window']=['__automa__'];const _0x26bdf2={};_0x26bdf2['window']=['_webscraper_data'];const _0x3d5b71={};_0x3d5b71['window']=['_KatalonRecorder'];const _0x50c7c7={};_0x50c7c7['window']=['uivision','__uivision'];const _0x2f3a23={};_0x2f3a23['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x9b9acb={};_0x9b9acb['window']=['__cypress'];const _0x362063={};_0x362063['window']=['__puppeteer_evaluation_script__'],_0x362063['document']=['__puppeteer_evaluation_script__'];const _0x12369d={};_0x12369d['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x12369d['document']=['__playwright_evaluation_script__'];const _0x3091dd={};_0x3091dd['awesomium']=_0x199b11,_0x3091dd['cef']=_0x44e796,_0x3091dd['cefsharp']=_0xf39a36,_0x3091dd['coachjs']=_0x4b822f,_0x3091dd['fminer']=_0x124bca,_0x3091dd['geb']=_0x2150ee,_0x3091dd['nightmarejs']=_0x21eb80,_0x3091dd['phantomas']=_0x2fdd17,_0x3091dd['phantomjs']=_0x545782,_0x3091dd['rhino']=_0x1d9c95,_0x3091dd['selenium']=_0x28d728,_0x3091dd['webdriverio']=_0x8d53dc,_0x3091dd['webdriver']=_0x49c3e4,_0x3091dd['headless_chrome']=_0x200a5f,_0x3091dd['imacros']=_0x27fe2c,_0x3091dd['automa']=_0x3e1ef4,_0x3091dd['web_scraper']=_0x26bdf2,_0x3091dd['katalon']=_0x3d5b71,_0x3091dd['ui_vision']=_0x50c7c7,_0x3091dd['testcafe']=_0x2f3a23,_0x3091dd['cypress']=_0x9b9acb,_0x3091dd['puppeteer']=_0x362063,_0x3091dd['playwright_internal']=_0x12369d;const TOOL_MARKERS=_0x3091dd;function getOwnPropertyNames(_0x51dd88){try{return Object['getOwnPropertyNames'](_0x51dd88);}catch{return[];}}function matchesAny(_0x1e3fd7,_0x500b18){for(const _0x547c8a of _0x500b18){if(typeof _0x547c8a==='string'){if(_0x1e3fd7['indexOf'](_0x547c8a)!==-0x1)return!![];}else for(const _0x3c7c7d of _0x1e3fd7){if(_0x547c8a['test'](_0x3c7c7d))return!![];}}return![];}function getHeadlessSignals(){const _0x383fe5=getOwnPropertyNames(window),_0x52f13d=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x1e5f0c={};for(const _0x53c0c2 of Object['keys'](TOOL_MARKERS)){const _0x459572=TOOL_MARKERS[_0x53c0c2],_0x3600b1=_0x459572['window']?matchesAny(_0x383fe5,_0x459572['window']):![],_0x4c536d=_0x459572['document']&&_0x52f13d['length']?matchesAny(_0x52f13d,_0x459572['document']):![];_0x1e5f0c[_0x53c0c2]=_0x3600b1||_0x4c536d;}return _0x1e5f0c;}let cachedResult=null,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x5d922b=performance['now'](),_0x2fee1b=['click','touchstart','keydown'],_0x4a6304=_0x1e3875=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0x5d922b),'interactionType':_0x1e3875['type']};for(const _0x200169 of _0x2fee1b){window['removeEventListener'](_0x200169,_0x4a6304);}};for(const _0x5b54f1 of _0x2fee1b){const _0x3938e0={};_0x3938e0['once']=!![],_0x3938e0['passive']=!![],window['addEventListener'](_0x5b54f1,_0x4a6304,_0x3938e0);}}function getInteractionTiming(){return startObserving(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x11bbce=navigator['permissions'];if(_0x11bbce===undefined||typeof _0x11bbce['query']!=='function')return undefined;const _0x2b197f={};_0x2b197f['name']='notifications';const _0x471ddd=await _0x11bbce['query'](_0x2b197f);return Notification['permission']==='denied'&&_0x471ddd['state']==='prompt';}catch{return undefined;}}function getPlaywrightMarkers(){try{const _0x84aba7=window,_0x45a7b1=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x5cbab9 of _0x45a7b1){if(_0x5cbab9 in _0x84aba7)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 _0xae4fcb=new Error('probe'),_0x4c4761=_0xae4fcb['stack']??'';for(const _0x146ac3 of AUTOMATION_PATTERNS){if(_0x4c4761['includes'](_0x146ac3)){const _0x87a620={};return _0x87a620['leaked']=!![],_0x87a620['pattern']=_0x146ac3,_0x87a620;}}try{const _0x359b43=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x2e712f=_0x359b43();if(typeof _0x2e712f==='string')for(const _0x35e469 of AUTOMATION_PATTERNS){if(_0x2e712f['includes'](_0x35e469)){const _0x1121fc={};return _0x1121fc['leaked']=!![],_0x1121fc['pattern']=_0x35e469,_0x1121fc;}}}catch{}const _0x1b031f={};return _0x1b031f['leaked']=![],_0x1b031f['pattern']=null,_0x1b031f;}catch{const _0x194e52={};return _0x194e52['leaked']=![],_0x194e52['pattern']=null,_0x194e52;}}function getWebdriver(){const _0x434cac=navigator['webdriver'],_0x26db4b={};_0x26db4b['status']=-0x1,_0x26db4b['value']=null;if(_0x434cac===null)return _0x26db4b;const _0x110e1f={};_0x110e1f['status']=-0x2,_0x110e1f['value']=null;if(_0x434cac===undefined)return _0x110e1f;return{'status':0x0,'value':Boolean(_0x434cac)};}function getWebdriverWritable(){try{const _0x65ad69=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x65ad69){const _0x3eecc5=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x3eecc5)return!![];}const _0x553f0d=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x553f0d)return!![];if('value'in _0x553f0d)return!![];const _0x1322d2=navigator,_0x31e347=navigator['webdriver'];_0x1322d2['webdriver']=!_0x31e347;const _0x24892f=navigator['webdriver']!==_0x31e347;if(_0x24892f)try{delete _0x1322d2['webdriver'];}catch{}return _0x24892f;}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){const _0xf9d6b9=window['process'];if(_0xf9d6b9===undefined)return undefined;if(_0xf9d6b9&&typeof _0xf9d6b9!=='object')return undefined;return _0xf9d6b9;}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(_0x2bb397=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x2bb397(null);return;}const _0x4b1e74={};_0x4b1e74['type']='text/javascript';const _0x27f73a=new Blob([WORKER_CODE],_0x4b1e74),_0x299480=URL['createObjectURL'](_0x27f73a);let _0x11264a=![];const _0x13f65b=new Worker(_0x299480),_0x21de06=setTimeout(()=>{!_0x11264a&&(_0x11264a=!![],_0x13f65b['terminate'](),URL['revokeObjectURL'](_0x299480),_0x2bb397(null));},0x1f4);_0x13f65b['addEventListener']('error',()=>{!_0x11264a&&(_0x11264a=!![],clearTimeout(_0x21de06),_0x13f65b['terminate'](),URL['revokeObjectURL'](_0x299480),_0x2bb397(null));}),_0x13f65b['addEventListener']('message',_0x1c6c50=>{if(_0x1c6c50['data']==='ready'){_0x13f65b['postMessage']('run');return;}!_0x11264a&&(_0x11264a=!![],clearTimeout(_0x21de06),_0x13f65b['terminate'](),URL['revokeObjectURL'](_0x299480),_0x2bb397(_0x1c6c50['data']));});}catch{_0x2bb397(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 _0x20f306={};for(const [_0x5d0339,_0xd7b881]of CSS_PROBES){const _0x273d66=_0xd7b881===''?_0x5d0339:_0x5d0339+':'+_0xd7b881;try{_0x20f306[_0x273d66]=_0xd7b881===''?CSS['supports'](_0x5d0339):CSS['supports'](_0x5d0339,_0xd7b881);}catch{_0x20f306[_0x273d66]=![];}}return _0x20f306;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x38d7a8=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x38d7a8===undefined||typeof _0x38d7a8['isBrave']!=='function')return undefined;try{return!!await _0x38d7a8['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 _0x1e62ee=navigator,_0x5dea11=[];for(const _0x54dd94 of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x1e62ee))){if(BLACKLIST['includes'](_0x54dd94))continue;try{const _0x2c896f=_0x1e62ee[_0x54dd94];typeof _0x2c896f==='function'&&_0x2c896f['name']!==undefined&&_0x5dea11['push'](_0x2c896f['name']);}catch(_0x17029e){return[_0x17029e instanceof Error?_0x17029e['message']:String(_0x17029e)];}}return _0x5dea11;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x134fb1=navigator['userAgentData'];if(!_0x134fb1||typeof _0x134fb1!=='object')return undefined;const _0x4f7a70={},_0x59c433=[];if(typeof _0x134fb1['getHighEntropyValues']==='function'){const _0x16878a=_0x134fb1['getHighEntropyValues']['bind'](_0x134fb1);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x182b80=>{try{const _0x4b0087=await _0x16878a([_0x182b80]),_0x237b9d=_0x4b0087[_0x182b80];_0x237b9d!==undefined&&(_0x4f7a70[_0x182b80]=typeof _0x237b9d==='string'?_0x237b9d:JSON['stringify'](_0x237b9d));}catch(_0x1ab8de){if(_0x1ab8de instanceof Error&&_0x1ab8de['name']==='NotAllowedError')_0x59c433['push'](_0x182b80);else throw _0x1ab8de;}}));}return{'b':_0x134fb1['brands']['map'](_0x16ed2a=>({'b':_0x16ed2a['brand'],'v':_0x16ed2a['version']})),'m':_0x134fb1['mobile'],'p':_0x134fb1['platform']??null,'h':_0x4f7a70,'nah':_0x59c433};}function getVendorFlavors(){const _0x100c46=[];for(const _0x5942f9 of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x4d1d37=window[_0x5942f9];_0x4d1d37!==undefined&&_0x4d1d37!==null&&typeof _0x4d1d37==='object'&&_0x100c46['push'](_0x5942f9);}return _0x100c46['sort']();}const _0x1609d2={};_0x1609d2['workerIsolation']=getWorkerIsolation,_0x1609d2['webGlExtended']=getWebGlExtended;const stage1Sources=_0x1609d2,_0x18a08f={};_0x18a08f['fonts']=getFonts,_0x18a08f['fontPreferences']=getFontPreferences,_0x18a08f['audio']=getAudioSignal,_0x18a08f['screenFrame']=getScreenFrame,_0x18a08f['permissions']=getPermissions,_0x18a08f['mathml']=getMathML,_0x18a08f['systemColors']=getSystemColors,_0x18a08f['uaClientHints']=getUAClientHints,_0x18a08f['videoCodecs']=getVideoCodecs,_0x18a08f['scrollbarWidth']=getScrollbarWidth,_0x18a08f['formControlFont']=getFormControlFont,_0x18a08f['notificationContradiction']=getNotificationContradiction,_0x18a08f['fileSystemAccess']=getFileSystemAccess,_0x18a08f['storageQuota']=getStorageQuota,_0x18a08f['subPixelRendering']=getSubPixelRendering,_0x18a08f['screenIframe']=getScreenIframe,_0x18a08f['emoji']=getEmojiSignal,_0x18a08f['canvas']=getCanvasSignal,_0x18a08f['filesystemApi']=getFilesystemApi,_0x18a08f['subtleCryptoExport']=getSubtleCryptoExport,_0x18a08f['drmPersistence']=getDrmPersistence,_0x18a08f['detectBrave']=getDetectBrave,_0x18a08f['storageEstimate']=getStorageEstimate,_0x18a08f['indexedDbBlob']=getIndexedDbBlob,_0x18a08f['webRtcDevices']=getWebRtcDevices,_0x18a08f['webGpu']=getWebGpuSignal,_0x18a08f['barcodeDetection']=getBarcodeDetection,_0x18a08f['canvasAdvanced']=getCanvasAdvanced,_0x18a08f['iframeProxy']=getIframeProxy,_0x18a08f['iframeSignals']=getIframeSignals,_0x18a08f['audioTrap']=getAudioTrap,_0x18a08f['svgEmoji']=getSvgEmojiSignal,_0x18a08f['audioConsistency']=getAudioConsistency,_0x18a08f['osFontValidation']=getOsFontValidation,_0x18a08f['scrollBehavior']=getScrollBehavior,_0x18a08f['interactionTiming']=getInteractionTiming;const stage2Sources=_0x18a08f,_0x163a7f={};_0x163a7f['osCpu']=getOsCpu,_0x163a7f['languages']=getLanguages,_0x163a7f['colorDepth']=getColorDepth,_0x163a7f['deviceMemory']=getDeviceMemory,_0x163a7f['screenResolution']=getScreenResolution,_0x163a7f['hardwareConcurrency']=getHardwareConcurrency,_0x163a7f['timezone']=getTimezone,_0x163a7f['sessionStorage']=getSessionStorage,_0x163a7f['localStorage']=getLocalStorage,_0x163a7f['indexedDB']=getIndexedDB,_0x163a7f['platform']=getPlatform,_0x163a7f['plugins']=getPlugins,_0x163a7f['touchSupport']=getTouchSupport,_0x163a7f['vendor']=getVendor,_0x163a7f['vendorFlavors']=getVendorFlavors,_0x163a7f['cookiesEnabled']=areCookiesEnabled,_0x163a7f['colorGamut']=getColorGamut,_0x163a7f['invertedColors']=areColorsInverted,_0x163a7f['forcedColors']=areColorsForced,_0x163a7f['contrast']=getContrastPreference,_0x163a7f['reducedMotion']=isMotionReduced,_0x163a7f['hdr']=isHDR,_0x163a7f['math']=getMathSignal,_0x163a7f['pdfViewerEnabled']=isPdfViewerEnabled,_0x163a7f['architecture']=getArchitecture,_0x163a7f['applePay']=getApplePayState,_0x163a7f['audioBaseLatency']=getAudioContextBaseLatency,_0x163a7f['dateTimeLocale']=getDateTimeLocale,_0x163a7f['mediaQueries']=getMediaQueries,_0x163a7f['headless']=getHeadlessSignals,_0x163a7f['colorScheme']=getColorScheme,_0x163a7f['devicePixelRatio']=getDevicePixelRatio,_0x163a7f['evalLength']=getEvalLength,_0x163a7f['userAgent']=getUserAgent,_0x163a7f['appVersion']=getAppVersion,_0x163a7f['productSub']=getProductSub,_0x163a7f['networkRtt']=getNetworkRTT,_0x163a7f['errorStack']=getErrorStackFormat,_0x163a7f['performanceResolution']=getPerformanceResolution,_0x163a7f['webdriver']=getWebdriver,_0x163a7f['windowDimensions']=getWindowDimensions,_0x163a7f['supportedConstraints']=getSupportedConstraints,_0x163a7f['documentAttributes']=getDocumentAttributes,_0x163a7f['mimeTypes']=getMimeTypes,_0x163a7f['bindToString']=getBindToString,_0x163a7f['windowProcess']=getWindowProcess,_0x163a7f['wasmFeatures']=getWasmFeatures,_0x163a7f['windowClose']=getWindowClose,_0x163a7f['createElementDescriptor']=getCreateElementDescriptor,_0x163a7f['getterProxyDetection']=getGetterProxyDetection,_0x163a7f['navigatorMethods']=getNavigatorMethods,_0x163a7f['eventIsTrusted']=getEventIsTrusted,_0x163a7f['pluginPropsEnum']=getPluginPropsEnum,_0x163a7f['windowPropertyNames']=getWindowPropertyNames,_0x163a7f['getterToString']=getGetterToString,_0x163a7f['detectTrident']=getDetectTrident,_0x163a7f['detectEdgeHTML']=getDetectEdgeHTML,_0x163a7f['detectChromium']=getDetectChromium,_0x163a7f['detectWebKit']=getDetectWebKit,_0x163a7f['detectSafari']=getDetectSafari,_0x163a7f['detectGecko']=getDetectGecko,_0x163a7f['detectMobile']=getDetectMobile,_0x163a7f['objectInspectGlobal']=getObjectInspectGlobal,_0x163a7f['pluginsCount']=getPluginsCount,_0x163a7f['navigatorLanguages']=getNavigatorLanguages,_0x163a7f['detectChromium86']=getDetectChromium86,_0x163a7f['detectChromium122']=getDetectChromium122,_0x163a7f['detectGecko120']=getDetectGecko120,_0x163a7f['detectGecko143']=getDetectGecko143,_0x163a7f['detectWebKit606']=getDetectWebKit606,_0x163a7f['detectWebKit616']=getDetectWebKit616,_0x163a7f['doNotTrack']=getDoNotTrack,_0x163a7f['privateBrowsingChromium']=getPrivateBrowsingChromium,_0x163a7f['connectionInfo']=getConnectionInfo,_0x163a7f['devtoolsDetection']=getDevtoolsDetection,_0x163a7f['computedStyle']=getComputedStyleSignal,_0x163a7f['canvasRandom']=getCanvasRandom,_0x163a7f['cssSupportExtended']=getCssSupportExtended,_0x163a7f['bomEnumeration']=getBomEnumeration,_0x163a7f['audioContextInfo']=getAudioContextInfo,_0x163a7f['documentFocus']=getDocumentFocus,_0x163a7f['pluginsArray']=getPluginsArray,_0x163a7f['chromeRuntime']=getChromeRuntime,_0x163a7f['sourceUrlLeak']=getSourceUrlLeak,_0x163a7f['automationDescriptor']=getAutomationDescriptor,_0x163a7f['pluginOverflow']=getPluginOverflow,_0x163a7f['webdriverWritable']=getWebdriverWritable,_0x163a7f['cdpDetection']=getCdpDetection,_0x163a7f['playwrightMarkers']=getPlaywrightMarkers,_0x163a7f['navigatorDescriptors']=getNavigatorDescriptors,_0x163a7f['mediaCodecsExtended']=getMediaCodecsExtended,_0x163a7f['measuredTimezone']=getMeasuredTimezone,_0x163a7f['proxyDetection']=getProxyDetection,_0x163a7f['canvasModified']=getCanvasModified,_0x163a7f['gpuGibberish']=getGpuGibberish,_0x163a7f['extensionDetection']=getExtensionDetection,_0x163a7f['featureVersion']=getFeatureVersion,_0x163a7f['localeCurrency']=getLocaleCurrency,_0x163a7f['stackBytes']=getStackBytes,_0x163a7f['platformApiScoring']=getPlatformApiScoring,_0x163a7f['prototypeChain']=getPrototypeChain,_0x163a7f['screenVerify']=getScreenVerify,_0x163a7f['webGlBasics']=getWebGlBasics,_0x163a7f['webGlExtensions']=getWebGlExtensions,_0x163a7f['webGlCanvas']=getWebGlCanvas,_0x163a7f['webGlSphere']=getWebGlSphere,_0x163a7f['webGpuContention']=getWebGpuContention,_0x163a7f['webCodecsHardware']=getWebCodecsHardware,_0x163a7f['cssTrigPrecision']=getCssTrigPrecision,_0x163a7f['intlSegmenter']=getIntlSegmenter,_0x163a7f['performanceMemory']=getPerformanceMemory;const stage3Sources=_0x163a7f,_0x7d3eaf={...stage1Sources};_0x7d3eaf;function loadBuiltinSources(_0x3ffd59){const _0x1dc1e7={'initTime':performance['now'](),'stage1LoadStart':null,'idleResolvedAt':null,'stage23LoadStart':null,'getStart':null,'stage1Done':null,'stage23Done':null,'allDone':null},_0x388282=Object['keys'](stage1Sources)['length']>0x0,_0x574d48=_0x388282?((()=>{return _0x1dc1e7['stage1LoadStart']=performance['now'](),loadSources(stage1Sources,_0x3ffd59,[]);})()):null,_0x3a6df9={...stage2Sources,...stage3Sources},_0x273443=_0x3a6df9,_0xae30d3=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x1dc1e7['idleResolvedAt']=performance['now'](),_0x1dc1e7['stage23LoadStart']=performance['now'](),loadSources(_0x273443,_0x3ffd59,[]);});return _0xae30d3['then'](undefined,()=>undefined),async function _0x5bbdde(){_0x1dc1e7['getStart']=performance['now']();if(_0x574d48){const [_0x1034ad,_0x333412]=await Promise['all']([_0x574d48()['then'](_0x3ff84a=>{return _0x1dc1e7['stage1Done']=performance['now'](),_0x3ff84a;}),_0xae30d3['then'](_0x56e8c5=>_0x56e8c5())['then'](_0x2c3b0f=>{return _0x1dc1e7['stage23Done']=performance['now'](),_0x2c3b0f;})]);_0x1dc1e7['allDone']=performance['now']();const _0x3b779a={..._0x333412,..._0x1034ad};return _0x3b779a;}const _0x495580=await _0xae30d3,_0x3a76db=await _0x495580();return _0x1dc1e7['stage23Done']=performance['now'](),_0x1dc1e7['allDone']=performance['now'](),_0x3a76db;};}const version='0.0.1';function componentsToDebugString(_0x4dbaa1){return JSON['stringify'](_0x4dbaa1,(_0x46ab8b,_0x159e07)=>{if(_0x159e07 instanceof Error)return errorToObject(_0x159e07);return _0x159e07;},0x2);}function makeEngine(_0x4942ff,_0x53564e){const _0x554330=Date['now']();return{async 'get'(_0x1686f1){const _0x250ead=Date['now'](),_0x56838c=await _0x4942ff();(_0x53564e===!![]||_0x1686f1?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x250ead-_0x554330)+'\x0acomponents:\x20'+componentsToDebugString(_0x56838c)+'\x0a```');const _0x3b6e8d={};return _0x3b6e8d['components']=_0x56838c,_0x3b6e8d['version']=version,_0x3b6e8d;}};}function load(_0x3e6128={}){const {debug:_0x12273c,proxyDetection:proxyDetection='high',apiKey:_0x57a04a,endpoint:_0x304ba8,linkedId:_0x25a88e,tag:_0x55221a}=_0x3e6128;setProxyDetectionMode(proxyDetection);const _0x58af51={};_0x58af51['cache']={},_0x58af51['debug']=_0x12273c;const _0x47f88e=loadBuiltinSources(_0x58af51),_0x3ffea3=makeEngine(_0x47f88e,_0x12273c);if(_0x57a04a!==undefined&&_0x304ba8!==undefined){const _0x386089={};_0x386089['apiKey']=_0x57a04a,_0x386089['endpoint']=_0x304ba8;const _0x33c35a={};_0x33c35a['linkedId']=_0x25a88e,_0x33c35a['tag']=_0x55221a,_0x3ffea3['result']=capture(_0x3ffea3,_0x386089,_0x33c35a)['catch'](_0x31c794=>{_0x12273c===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x31c794);throw _0x31c794;});}return _0x3ffea3;}function start(_0xb2e44c){const {apiKey:_0x5798cf,endpoint:_0x37dab8,cache:_0x1fd8be,..._0x170d42}=_0xb2e44c,_0x4c856e=load(_0x170d42),_0x410d5c={};_0x410d5c['apiKey']=_0x5798cf,_0x410d5c['endpoint']=_0x37dab8;const _0x255054=_0x410d5c,_0x1e2a92=_0x1fd8be?createCache(_0x1fd8be):null;return{'get'(_0x2f3cce){const {ignoreCache:_0x284239,..._0x5b8ae4}=_0x2f3cce??{};if(!_0x284239&&_0x1e2a92!==null){const _0x4ff9c8=_0x1e2a92['get']();if(_0x4ff9c8!==null)return Promise['resolve'](_0x4ff9c8);}return capture(_0x4c856e,_0x255054,_0x5b8ae4)['then'](_0x3104cd=>{if(_0x1e2a92!==null)_0x1e2a92['set'](_0x3104cd);return _0x3104cd;});},'clearCache'(){if(_0x1e2a92!==null)_0x1e2a92['clear']();}};}const _0x50e4d4={};_0x50e4d4['start']=start;var index=_0x50e4d4;export{index as default,start};
1
+ const STORAGE_KEY_DEFAULT='_dxc';function composeKey(_0x22c458,_0x2a2e24){const _0x208c7e=JSON['stringify'](_0x2a2e24['tag']??null),_0x311a87=JSON['stringify'](_0x2a2e24['linkedId']??null);return _0x22c458+'__'+_0x208c7e+'__'+_0x311a87;}function createMemoryCache(_0x125304,_0x539cd6){const _0xf2e426=new Map();return{'get'(_0x20b5fe={}){const _0x429796=composeKey(_0x539cd6,_0x20b5fe),_0x543d7c=_0xf2e426['get'](_0x429796);if(_0x543d7c===undefined)return null;if(Date['now']()-_0x543d7c['ts']>_0x125304*0x3e8)return _0xf2e426['delete'](_0x429796),null;return _0x543d7c['result'];},'set'(_0x4207a5,_0x242a7a={}){_0xf2e426['set'](composeKey(_0x539cd6,_0x242a7a),{'result':_0x4207a5,'ts':Date['now']()});},'clear'(){_0xf2e426['clear']();}};}function createStorageCache(_0x1ce9ee,_0x298ee4,_0x509f7b){return{'get'(_0x993c66={}){const _0x38f2e0=composeKey(_0x509f7b,_0x993c66);try{const _0xa49197=_0x298ee4['getItem'](_0x38f2e0);if(_0xa49197===null)return null;const _0x4a9c0d=JSON['parse'](_0xa49197);if(_0x4a9c0d===null||typeof _0x4a9c0d!=='object'||typeof _0x4a9c0d['ts']!=='number')return _0x298ee4['removeItem'](_0x38f2e0),null;if(Date['now']()-_0x4a9c0d['ts']>_0x1ce9ee*0x3e8)return _0x298ee4['removeItem'](_0x38f2e0),null;return _0x4a9c0d['result'];}catch{return null;}},'set'(_0x4e733b,_0x22c42f={}){try{_0x298ee4['setItem'](composeKey(_0x509f7b,_0x22c42f),JSON['stringify']({'result':_0x4e733b,'ts':Date['now']()}));}catch{}},'clear'(){try{const _0x48fe94=[];for(let _0xe4afd1=0x0;_0xe4afd1<_0x298ee4['length'];_0xe4afd1++){const _0x3e1c63=_0x298ee4['key'](_0xe4afd1);_0x3e1c63?.['startsWith'](_0x509f7b+'__')===!![]&&_0x48fe94['push'](_0x3e1c63);}for(const _0x454be4 of _0x48fe94)_0x298ee4['removeItem'](_0x454be4);}catch{}}};}function createCache(_0x1d6c23){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x1d6c23;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl,prefix);try{const _0x2f40ce=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x2f40ce,prefix);}catch{return createMemoryCache(ttl,prefix);}}const REGISTRY_KEY='__danetix_integrations';function getRegistry(){if(typeof window==='undefined')return[];const _0x23e34f=window;return!Array['isArray'](_0x23e34f[REGISTRY_KEY])&&(_0x23e34f[REGISTRY_KEY]=[]),_0x23e34f[REGISTRY_KEY];}function registerIntegration(_0x1b6f1b){if(typeof _0x1b6f1b['name']!=='string'||_0x1b6f1b['name']['length']===0x0)return;if(typeof _0x1b6f1b['version']!=='string')return;const _0x35d035=getRegistry();for(const _0x3ec42c of _0x35d035){if(_0x3ec42c['name']===_0x1b6f1b['name']&&_0x3ec42c['version']===_0x1b6f1b['version'])return;}const _0x22b1ea={};_0x22b1ea['name']=_0x1b6f1b['name'],_0x22b1ea['version']=_0x1b6f1b['version'],_0x35d035['push'](_0x22b1ea);}function listRegisteredIntegrations(){return getRegistry()['map'](_0x195ef2=>({'name':_0x195ef2['name'],'version':_0x195ef2['version']}));}function detectFrameworks(){if(typeof window==='undefined')return[];const _0x47bdf1=[],_0x378fc9=window;if(_0x378fc9['__NEXT_DATA__']!==undefined&&_0x378fc9['__NEXT_DATA__']!==null){const _0x4ce103=_0x378fc9['next'];let _0x3b9cc7='unknown';if(_0x4ce103!==null&&typeof _0x4ce103==='object'){const _0x5779b9=_0x4ce103['version'];if(typeof _0x5779b9==='string')_0x3b9cc7=_0x5779b9;}const _0x29c3fc={};_0x29c3fc['name']='next',_0x29c3fc['version']=_0x3b9cc7,_0x47bdf1['push'](_0x29c3fc);}if(_0x378fc9['__NUXT__']!==undefined&&_0x378fc9['__NUXT__']!==null){const _0xeafac6={};_0xeafac6['name']='nuxt',_0xeafac6['version']='unknown',_0x47bdf1['push'](_0xeafac6);}if(_0x378fc9['astro']!==undefined||typeof _0x378fc9['__ASTRO_GLOB_TIME__']!=='undefined'){const _0x3e54cd={};_0x3e54cd['name']='astro',_0x3e54cd['version']='unknown',_0x47bdf1['push'](_0x3e54cd);}const _0x1949a3=_0x378fc9['React'];let _0x232bbf=null;if(_0x1949a3!==null&&typeof _0x1949a3==='object'){const _0xed6ae2=_0x1949a3['version'];if(typeof _0xed6ae2==='string')_0x232bbf=_0xed6ae2;}if(_0x232bbf!==null||_0x378fc9['__REACT_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x47bdf1['some'](_0x37d3b3=>_0x37d3b3['name']==='next'||_0x37d3b3['name']==='react')){const _0x703ddc={};_0x703ddc['name']='react',_0x703ddc['version']=_0x232bbf??'unknown',_0x47bdf1['push'](_0x703ddc);}}let _0x239a48=null;const _0x421be1=_0x378fc9['Vue'];if(_0x421be1!==null&&typeof _0x421be1==='object'){const _0x25728e=_0x421be1['version'];if(typeof _0x25728e==='string')_0x239a48=_0x25728e;}if(_0x239a48!==null||_0x378fc9['__VUE__']!==undefined||_0x378fc9['__VUE_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x47bdf1['some'](_0x150546=>_0x150546['name']==='nuxt'||_0x150546['name']==='vue')){const _0x12cb1e={};_0x12cb1e['name']='vue',_0x12cb1e['version']=_0x239a48??'unknown',_0x47bdf1['push'](_0x12cb1e);}}if(_0x378fc9['ng']!==undefined||_0x378fc9['getAllAngularRootElements']!==undefined){const _0x5a3311={};_0x5a3311['name']='angular',_0x5a3311['version']='unknown',_0x47bdf1['push'](_0x5a3311);}if(_0x378fc9['__svelte']!==undefined||_0x378fc9['__SVELTEKIT_PAYLOAD__']!==undefined){const _0x195c4c={};_0x195c4c['name']='svelte',_0x195c4c['version']='unknown',_0x47bdf1['push'](_0x195c4c);}if(_0x378fc9['__PREACT_DEVTOOLS__']!==undefined){const _0x20e897={};_0x20e897['name']='preact',_0x20e897['version']='unknown',_0x47bdf1['push'](_0x20e897);}return _0x47bdf1;}function collectIntegrations(_0x558766){const _0x1a85e2=new Set(),_0x3dae03=[],_0x1b2f35=_0x5918c3=>{if(typeof _0x5918c3['name']!=='string'||_0x5918c3['name']['length']===0x0)return;if(typeof _0x5918c3['version']!=='string')return;if(_0x1a85e2['has'](_0x5918c3['name']))return;_0x1a85e2['add'](_0x5918c3['name']);const _0x45c168={};_0x45c168['name']=_0x5918c3['name'],_0x45c168['version']=_0x5918c3['version'],_0x3dae03['push'](_0x45c168);};if(_0x558766!==undefined){for(const _0x8f8cbf of _0x558766)_0x1b2f35(_0x8f8cbf);}for(const _0x26709b of getRegistry())_0x1b2f35(_0x26709b);for(const _0x1cdd69 of detectFrameworks())_0x1b2f35(_0x1cdd69);return _0x3dae03;}const PVID_KEY='__dx_pvid',PVID_LENGTH=0xa,PVID_ALPHABET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';function generatePageVisitId(){let _0x369e44='';if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function'){const _0x479c43=new Uint8Array(PVID_LENGTH);crypto['getRandomValues'](_0x479c43);for(let _0x5d4eef=0x0;_0x5d4eef<PVID_LENGTH;_0x5d4eef+=0x1){_0x369e44+=PVID_ALPHABET[_0x479c43[_0x5d4eef]%PVID_ALPHABET['length']];}return _0x369e44;}for(let _0x547d05=0x0;_0x547d05<PVID_LENGTH;_0x547d05+=0x1){_0x369e44+=PVID_ALPHABET[Math['floor'](Math['random']()*PVID_ALPHABET['length'])];}return _0x369e44;}function getPageVisitId(){if(typeof window==='undefined')return generatePageVisitId();const _0x993d55=window,_0x3b1756=_0x993d55[PVID_KEY];if(typeof _0x3b1756==='string'&&_0x3b1756['length']>0x0)return _0x3b1756;const _0x5db4c5=generatePageVisitId();return _0x993d55[PVID_KEY]=_0x5db4c5,_0x5db4c5;}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x51faac=Date['now']();if(cachedSessionId!==null&&_0x51faac-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x51faac,persistSession(cachedSessionId,_0x51faac),cachedSessionId;const _0xcb78be=sessionStorage['getItem'](SESSION_KEY);if(_0xcb78be!==null)try{const _0x9ffe9b=JSON['parse'](_0xcb78be);if(_0x51faac-_0x9ffe9b['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x9ffe9b['id'],lastActivity=_0x51faac,persistSession(_0x9ffe9b['id'],_0x51faac),_0x9ffe9b['id'];}catch{}const _0x43e238=generateSessionId();return cachedSessionId=_0x43e238,lastActivity=_0x51faac,persistSession(_0x43e238,_0x51faac),_0x43e238;}function persistSession(_0x5e0a20,_0x34c447){try{const _0x4d6c88={};_0x4d6c88['id']=_0x5e0a20,_0x4d6c88['ts']=_0x34c447,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x4d6c88));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0x253d5b=>{const _0x299c69=Math['random']()*0x10|0x0,_0x42e48d=_0x253d5b==='x'?_0x299c69:_0x299c69&0x3|0x8;return _0x42e48d['toString'](0x10);});}const KEY_CLIENT_COOKIE='_dx',KEY_LOCAL_STORAGE='_dxl',KEY_IDB_STORE='_dx',KEY_IDB_KEY='d',IDB_DB_NAME='_dx',IDB_VERSION=0x1,COOKIE_MAX_AGE_SECONDS=0x16d*0x18*0x3c*0x3c;function*walkDomains(_0x2901d8){if(_0x2901d8['length']===0x0)return;if(/^[\d.]+$/['test'](_0x2901d8)||_0x2901d8['includes'](':'))return;if(!_0x2901d8['includes']('.'))return;const _0x321016=_0x2901d8['split']('.');for(let _0x61e1f4=_0x321016['length']-0x2;_0x61e1f4>=0x0;_0x61e1f4--){const _0x25369d=_0x321016['slice'](_0x61e1f4)['join']('.');if(_0x25369d===_0x2901d8)continue;yield _0x25369d;}}function buildCookieAttributes(_0x4f8274,_0x1bf40f){const _0x8c31a3=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'',_0x450b4c=_0x4f8274!==null?';\x20domain='+_0x4f8274:'';return';\x20path=/'+_0x450b4c+';\x20'+_0x1bf40f+';\x20samesite=lax'+_0x8c31a3;}function getCookie(){try{const _0x349098=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x349098?decodeURIComponent(_0x349098[0x1]):null;}catch{return null;}}function writeCookieAtDomain(_0xba6a4f,_0x3afeca){try{const _0x1f6fb3='max-age='+COOKIE_MAX_AGE_SECONDS;document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0xba6a4f)+buildCookieAttributes(_0x3afeca,_0x1f6fb3);}catch{}}function setCookie(_0xf934d5){if(typeof document==='undefined'||typeof location==='undefined')return;for(const _0x332075 of walkDomains(location['hostname'])){writeCookieAtDomain(_0xf934d5,_0x332075);if(getCookie()===_0xf934d5)return;}writeCookieAtDomain(_0xf934d5,null);}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x42060a){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x42060a);}catch{}}function openIdb(){return new Promise(_0x3c885a=>{try{const _0x5a6438=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x5a6438['onupgradeneeded']=()=>{const _0x170f21=_0x5a6438['result'];!_0x170f21['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x170f21['createObjectStore'](KEY_IDB_STORE);},_0x5a6438['onsuccess']=()=>{const _0x5e4fb9=_0x5a6438['result'];_0x5e4fb9['onversionchange']=()=>_0x5e4fb9['close'](),_0x3c885a(_0x5e4fb9);},_0x5a6438['onerror']=()=>_0x3c885a(null),_0x5a6438['onblocked']=()=>_0x3c885a(null);}catch{_0x3c885a(null);}});}function getIndexedDb(){return new Promise(_0x3296bf=>{openIdb()['then'](_0x33e59b=>{if(_0x33e59b===null){_0x3296bf(null);return;}let _0x42fc43=![];const _0x1383e0=_0x30755c=>{if(_0x42fc43)return;_0x42fc43=!![],_0x33e59b['close'](),_0x3296bf(_0x30755c);};try{const _0x16b8b0=_0x33e59b['transaction'](KEY_IDB_STORE,'readonly'),_0xa6efd9=_0x16b8b0['objectStore'](KEY_IDB_STORE),_0xdf78d=_0xa6efd9['get'](KEY_IDB_KEY);_0xdf78d['onsuccess']=()=>_0x1383e0(typeof _0xdf78d['result']==='string'?_0xdf78d['result']:null),_0xdf78d['onerror']=()=>_0x1383e0(null),_0x16b8b0['onabort']=()=>_0x1383e0(null);}catch{_0x1383e0(null);}})['catch'](()=>_0x3296bf(null));});}function setIndexedDb(_0x169943){openIdb()['then'](_0x4c5f80=>{if(_0x4c5f80===null)return;try{const _0x58df45=_0x4c5f80['transaction'](KEY_IDB_STORE,'readwrite'),_0x728b5=_0x58df45['objectStore'](KEY_IDB_STORE);_0x728b5['put'](_0x169943,KEY_IDB_KEY),_0x58df45['oncomplete']=()=>_0x4c5f80['close'](),_0x58df45['onerror']=()=>_0x4c5f80['close']();}catch{_0x4c5f80['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x5b68cf=getCookie();if(_0x5b68cf!==null)return _0x5b68cf;const _0xaa4cf5=getLocalStorage$1();if(_0xaa4cf5!==null)return _0xaa4cf5;return getIndexedDb();}function saveDeviceToken(_0x515d5c){setCookie(_0x515d5c),setLocalStorage(_0x515d5c),setIndexedDb(_0x515d5c);}class SentinelError extends Error{['code'];constructor(_0x3309c4,_0x4286bc){super(_0x3309c4),this['name']='SentinelError',this['code']=_0x4286bc,Object['setPrototypeOf'](this,new.target.prototype);}}function isSentinelError(_0x39c412){if(_0x39c412===null||typeof _0x39c412!=='object')return![];const _0x7f2138=_0x39c412;return(_0x7f2138['name']==='SentinelError'||_0x7f2138['name']==='CspBlockError'||_0x7f2138['name']==='FetchTimeoutError')&&typeof _0x7f2138['code']==='string';}class CspBlockError extends SentinelError{['violation'];constructor(_0x3a0cfa,_0xddcbaa){super(_0x3a0cfa,'csp_block'),this['name']='CspBlockError',this['violation']=_0xddcbaa,Object['setPrototypeOf'](this,new.target.prototype);}}async function withCspDetection(_0x2995c6,_0x8f7420){if(typeof document==='undefined')return _0x8f7420();let _0x359c2b;try{_0x359c2b=new URL(_0x2995c6,typeof location!=='undefined'?location['href']:'http://localhost/');}catch{return _0x8f7420();}const _0x46c6f2={};_0x46c6f2['event']=null;const _0x59780c=_0x46c6f2,_0x4b77bf=_0x359c2b['protocol']['slice'](0x0,-0x1),_0x183a71=_0x3ee2c6=>{const _0x3f3c30=_0x3ee2c6,_0x5af082=_0x3f3c30['blockedURI'];(_0x5af082===_0x359c2b['href']||_0x5af082===_0x359c2b['origin']||_0x5af082===_0x4b77bf)&&(_0x59780c['event']=_0x3f3c30);};document['addEventListener']('securitypolicyviolation',_0x183a71);try{return await _0x8f7420();}catch(_0x115019){if(_0x59780c['event']!==null)throw new CspBlockError('Request\x20to\x20'+_0x359c2b['href']+'\x20blocked\x20by\x20Content-Security-Policy',_0x59780c['event']);throw _0x115019;}finally{document['removeEventListener']('securitypolicyviolation',_0x183a71);}}function visibilityAwareWait(_0x1058cd,_0x5b7c83){if(_0x5b7c83?.['aborted']===!![])return Promise['resolve']();if(typeof document==='undefined')return new Promise(_0x397ab5=>{const _0x1dc3bb=setTimeout(_0x397ab5,_0x1058cd),_0x481c54={};_0x481c54['once']=!![],_0x5b7c83?.['addEventListener']('abort',()=>{clearTimeout(_0x1dc3bb),_0x397ab5();},_0x481c54);});return new Promise(_0x411a2f=>{let _0x17e158=_0x1058cd,_0x5a52a1=0x0,_0x1e02a2=null,_0x226d85=![];function _0x2a3e39(){if(_0x1e02a2===null)return;clearTimeout(_0x1e02a2),_0x1e02a2=null,_0x17e158-=Date['now']()-_0x5a52a1;if(_0x17e158<0x0)_0x17e158=0x0;}function _0x40ad67(){if(_0x226d85)return;_0x226d85=!![],document['removeEventListener']('visibilitychange',_0x3043da);if(_0x5b7c83!==undefined)_0x5b7c83['removeEventListener']('abort',_0x13a05b);_0x1e02a2!==null&&(clearTimeout(_0x1e02a2),_0x1e02a2=null),_0x411a2f();}function _0x57153(){if(_0x226d85||_0x1e02a2!==null)return;if(_0x17e158<=0x0){_0x40ad67();return;}_0x5a52a1=Date['now'](),_0x1e02a2=setTimeout(_0x40ad67,_0x17e158);}function _0x3043da(){document['hidden']?_0x2a3e39():_0x57153();}function _0x13a05b(){_0x40ad67();}document['addEventListener']('visibilitychange',_0x3043da);const _0x1f1b63={};_0x1f1b63['once']=!![];if(_0x5b7c83!==undefined)_0x5b7c83['addEventListener']('abort',_0x13a05b,_0x1f1b63);!document['hidden']&&_0x57153();});}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710,DEFAULT_TIMEOUT=0x7530;class FetchTimeoutError extends SentinelError{['timeoutMs'];constructor(_0x47f79b){super('fetch\x20did\x20not\x20complete\x20within\x20'+_0x47f79b+'ms','client_timeout'),this['name']='FetchTimeoutError',this['timeoutMs']=_0x47f79b,Object['setPrototypeOf'](this,new.target.prototype);}}async function fetchWithRetry(_0x2fbf08,_0x2ec033,_0x30cd3e){const _0x43254f=_0x30cd3e?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x5c724f=_0x30cd3e?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0xef7d54=_0x30cd3e?.['maxDelayMs']??DEFAULT_MAX_DELAY,_0x24c218=_0x30cd3e?.['timeoutMs']??DEFAULT_TIMEOUT;for(let _0x25c97e=0x0;_0x25c97e<=_0x43254f;_0x25c97e++){let _0xe9b2e0,_0x40d99f,_0x4340f9,_0x38fa04;const _0x4de60b=_0x2ec033?.['signal'];try{_0x4340f9=new AbortController();if(_0x4de60b!==undefined&&_0x4de60b!==null){if(_0x4de60b['aborted'])_0x4340f9['abort'](_0x4de60b['reason']);else{const _0x5e37a7=_0x4340f9;_0x38fa04=()=>_0x5e37a7['abort'](_0x4de60b['reason']);const _0x58f665={};_0x58f665['once']=!![],_0x4de60b['addEventListener']('abort',_0x38fa04,_0x58f665);}}_0x40d99f=setTimeout(()=>{_0xe9b2e0=Date['now'](),_0x4340f9?.['abort']();},_0x24c218);const _0x554460={..._0x2ec033};_0x554460['signal']=_0x4340f9['signal'];const _0x2b4d6e=await fetch(_0x2fbf08,_0x554460);clearTimeout(_0x40d99f);_0x38fa04!==undefined&&_0x4de60b!==undefined&&_0x4de60b!==null&&_0x4de60b['removeEventListener']('abort',_0x38fa04);if(_0x2b4d6e['ok']||_0x2b4d6e['status']<0x1f4&&_0x2b4d6e['status']!==0x1ad)return _0x2b4d6e;if((_0x2b4d6e['status']===0x1ad||_0x2b4d6e['status']>=0x1f4)&&_0x25c97e<_0x43254f){const _0x1c189a=parseRetryAfter(_0x2b4d6e['headers']['get']('Retry-After'));await visibilityAwareWait(_0x1c189a??computeBackoff(_0x25c97e,_0x5c724f,_0xef7d54),_0x4de60b??undefined);continue;}return _0x2b4d6e;}catch(_0x57efad){clearTimeout(_0x40d99f);_0x38fa04!==undefined&&_0x4de60b!==undefined&&_0x4de60b!==null&&_0x4de60b['removeEventListener']('abort',_0x38fa04);const _0xc3179f=_0x4de60b?.['aborted']===!![];if(_0xc3179f)throw _0x57efad;if(_0x25c97e>=_0x43254f){if(_0xe9b2e0!==undefined)throw new FetchTimeoutError(_0x24c218);throw _0x57efad;}await visibilityAwareWait(computeBackoff(_0x25c97e,_0x5c724f,_0xef7d54),_0x4de60b??undefined);}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x2ab086,_0x498c38,_0x1498df){const _0x356376=Math['min'](_0x1498df,_0x498c38*0x2**_0x2ab086);return _0x356376*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0xe85d6a){if(_0xe85d6a===null)return null;const _0x1d5d88=Number(_0xe85d6a);if(!Number['isNaN'](_0x1d5d88)&&_0x1d5d88>0x0)return _0x1d5d88*0x3e8;const _0x3b69ef=Date['parse'](_0xe85d6a);if(!Number['isNaN'](_0x3b69ef))return Math['max'](0x0,_0x3b69ef-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(_0x4fc81e){try{const _0x41cbae=new URL(_0x4fc81e),_0x10f1c9=[];for(const [_0xd57cd5]of _0x41cbae['searchParams']){const _0x178fda=_0xd57cd5['toLowerCase']();SENSITIVE_PARAMS['some'](_0x1ed77e=>_0x178fda['includes'](_0x1ed77e))&&_0x10f1c9['push'](_0xd57cd5);}for(const _0x25a4b5 of _0x10f1c9){_0x41cbae['searchParams']['set'](_0x25a4b5,'[REDACTED]');}return _0x41cbae['hash']='',_0x41cbae['toString']();}catch{return _0x4fc81e;}}function fnv1aBytes(_0x246875){let _0x2133a8=0x811c9dc5;for(let _0x49c817=0x0;_0x49c817<_0x246875['length'];_0x49c817++){_0x2133a8^=_0x246875[_0x49c817],_0x2133a8=Math['imul'](_0x2133a8,0x1000193);}return _0x2133a8>>>0x0;}const SUFFIX_MIN_LEN=0x8,SUFFIX_MAX_LEN=0x16,CHUNK_MIN_LEN=0x3,CHUNK_MAX_LEN=0x6;function hash16(_0x2ea903){const _0xac7a68=new TextEncoder()['encode'](_0x2ea903),_0x287dd7=new Uint8Array(0x10);for(let _0xde7ad0=0x0;_0xde7ad0<0x4;_0xde7ad0+=0x1){const _0x19e7ad=new Uint8Array(_0xac7a68['length']+0x1);_0x19e7ad[0x0]=0x55+_0xde7ad0*0x37,_0x19e7ad['set'](_0xac7a68,0x1);const _0x599c28=fnv1aBytes(_0x19e7ad);_0x287dd7[_0xde7ad0*0x4]=_0x599c28>>>0x18&0xff,_0x287dd7[_0xde7ad0*0x4+0x1]=_0x599c28>>>0x10&0xff,_0x287dd7[_0xde7ad0*0x4+0x2]=_0x599c28>>>0x8&0xff,_0x287dd7[_0xde7ad0*0x4+0x3]=_0x599c28&0xff;}return _0x287dd7;}function toBase64Url$1(_0x515ebe){let _0xe5bdb3='';for(let _0x51c108=0x0;_0x51c108<_0x515ebe['length'];_0x51c108+=0x1){_0xe5bdb3+=String['fromCharCode'](_0x515ebe[_0x51c108]);}return btoa(_0xe5bdb3)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function mapByteToRange(_0x59ca8b,_0x19e70a,_0x2ced88){return _0x19e70a+Math['floor']((_0x59ca8b&0xff)*(_0x2ced88-_0x19e70a+0x1)/0x100);}function chunkBySlash(_0x43cb2a,_0x4136a4){let _0x20d6b8=0x0,_0x4f8b36='';while(_0x20d6b8<_0x43cb2a['length']){const _0x190894=mapByteToRange(_0x4136a4[_0x20d6b8&0xf],CHUNK_MIN_LEN,CHUNK_MAX_LEN),_0x27ad72=Math['min'](_0x43cb2a['length'],_0x20d6b8+_0x190894);if(_0x4f8b36['length']>0x0)_0x4f8b36+='/';_0x4f8b36+=_0x43cb2a['slice'](_0x20d6b8,_0x27ad72),_0x20d6b8=_0x27ad72;}return _0x4f8b36;}function buildEndpointSuffix(_0x3da8c7,_0x507904){const _0x3d7f5d=_0x507904!==undefined&&_0x507904['length']>0x0?_0x3da8c7+'\x00'+_0x507904:_0x3da8c7,_0x50b1e2=hash16(_0x3d7f5d),_0x370c13=mapByteToRange(_0x50b1e2[0xf],SUFFIX_MIN_LEN,SUFFIX_MAX_LEN),_0x5a411d=toBase64Url$1(_0x50b1e2)['slice'](0x0,_0x370c13),_0x42042f=fnv1aBytes(new TextEncoder()['encode'](_0x5a411d)),_0x6c851c=toBase64Url$1(new Uint8Array([_0x42042f>>>0x18&0xff,_0x42042f>>>0x10&0xff]))['slice'](0x0,0x2);return chunkBySlash(_0x5a411d+_0x6c851c,_0x50b1e2);}function randomizeEndpoint(_0x5a28a6,_0x5f5c95={}){const _0xa5f7cb=_0x5f5c95['replacePath']??!![];let _0x5e9096;try{_0x5e9096=new URL(_0x5a28a6);}catch{return _0x5a28a6;}const _0x5e9120=buildEndpointSuffix(_0x5a28a6,_0x5f5c95['nonce']);if(_0xa5f7cb)_0x5e9096['pathname']='/'+_0x5e9120;else{let _0x4e3ea6=_0x5e9096['pathname'];if(!_0x4e3ea6['endsWith']('/'))_0x4e3ea6+='/';_0x4e3ea6+=_0x5e9120,_0x5e9096['pathname']=_0x4e3ea6;}return _0x5e9096['toString']();}function toBase64Url(_0x2cc495){let _0x3927f0='';for(let _0x331a55=0x0;_0x331a55<_0x2cc495['length'];_0x331a55++){_0x3927f0+=String['fromCharCode'](_0x2cc495[_0x331a55]);}return btoa(_0x3927f0)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function fromBase64Url(_0x4cd644){const _0x1cabd3=_0x4cd644['replace'](/-/g,'+')['replace'](/_/g,'/'),_0x53abb0=_0x1cabd3+'='['repeat']((0x4-_0x1cabd3['length']%0x4)%0x4),_0xd1cdd9=atob(_0x53abb0),_0xa1eb1f=new Uint8Array(_0xd1cdd9['length']);for(let _0x37a072=0x0;_0x37a072<_0xd1cdd9['length'];_0x37a072++){_0xa1eb1f[_0x37a072]=_0xd1cdd9['charCodeAt'](_0x37a072);}return _0xa1eb1f;}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x338a9d){if(!isCompressionSupported())return _0x338a9d;const _0x4d88ec=new Blob([_0x338a9d])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x279464=await new Response(_0x4d88ec)['arrayBuffer']();return new Uint8Array(_0x279464);}function isDecompressionSupported(){return typeof DecompressionStream!=='undefined';}async function decompressPayload(_0x3a7783){if(!isDecompressionSupported())return _0x3a7783;const _0x2575df=new Blob([_0x3a7783])['stream']()['pipeThrough'](new DecompressionStream('deflate-raw')),_0x6b194d=await new Response(_0x2575df)['arrayBuffer']();return new Uint8Array(_0x6b194d);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x1dc76e){const _0x3e9e83=new Uint8Array(_0x1dc76e);try{if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function')return crypto['getRandomValues'](_0x3e9e83),_0x3e9e83;}catch{}for(let _0x27af0c=0x0;_0x27af0c<_0x1dc76e;_0x27af0c++){_0x3e9e83[_0x27af0c]=Math['random']()*0x100&0xff;}return _0x3e9e83;}function createXorEnvelope(_0xe04071){const _0xa242d3=getRandomBytes(0x1)[0x0],_0x30d278=Math['floor'](Math['random']()*MAX_PADDING),_0x2d2fa5=getRandomBytes(_0x30d278),_0x39e9df=getRandomBytes(KEY_LENGTH),_0x1eb1fd=0x1+0x2+0x1+_0x30d278+KEY_LENGTH,_0x3f8bea=new Uint8Array(_0x1eb1fd+_0xe04071['length']);let _0x49747c=0x0;_0x3f8bea[_0x49747c++]=_0xa242d3,_0x3f8bea[_0x49747c++]=MARKER_1+_0xa242d3&0xff,_0x3f8bea[_0x49747c++]=MARKER_2+_0xa242d3&0xff,_0x3f8bea[_0x49747c++]=_0x30d278+_0xa242d3&0xff,_0x3f8bea['set'](_0x2d2fa5,_0x49747c),_0x49747c+=_0x30d278,_0x3f8bea['set'](_0x39e9df,_0x49747c),_0x49747c+=KEY_LENGTH;for(let _0x1d6b47=0x0;_0x1d6b47<_0xe04071['length'];_0x1d6b47++){_0x3f8bea[_0x49747c+_0x1d6b47]=_0xe04071[_0x1d6b47]^_0x39e9df[_0x1d6b47%KEY_LENGTH];}return _0x3f8bea;}async function encodePayload(_0x59d7a2){const _0x1e71ce=new TextEncoder()['encode'](_0x59d7a2),_0x447970=isCompressionSupported(),_0x1e9dc8=_0x447970?await compressPayload(_0x1e71ce):_0x1e71ce,_0x5b6ecb=createXorEnvelope(_0x1e9dc8),_0x2b310c={};_0x2b310c['v']=0x1,_0x2b310c['c']=_0x447970;const _0x3b5f0c=JSON['stringify'](_0x2b310c),_0x54eee2=new TextEncoder()['encode'](_0x3b5f0c);return toBase64Url(_0x54eee2)+':'+toBase64Url(_0x5b6ecb);}function decodeXorEnvelope(_0x485508){if(_0x485508['length']<0x1+0x2+0x1+KEY_LENGTH)throw new Error('xor-envelope:\x20buffer\x20too\x20short\x20to\x20contain\x20a\x20valid\x20envelope');const _0x57432f=_0x485508[0x0],_0x42a227=_0x485508[0x1]-_0x57432f&0xff,_0x118ec7=_0x485508[0x2]-_0x57432f&0xff;if(_0x42a227!==MARKER_1||_0x118ec7!==MARKER_2)throw new Error('xor-envelope:\x20marker\x20mismatch\x20—\x20not\x20a\x20valid\x20envelope');const _0x684734=_0x485508[0x3]-_0x57432f&0xff,_0x154467=0x1+0x2+0x1+_0x684734+KEY_LENGTH;if(_0x485508['length']<_0x154467)throw new Error('xor-envelope:\x20declared\x20padding/key\x20extends\x20past\x20buffer');const _0xf0528d=_0x485508['subarray'](0x4+_0x684734,0x4+_0x684734+KEY_LENGTH),_0x23ca18=_0x154467,_0xf8d7cb=_0x485508['subarray'](_0x23ca18),_0x57d212=new Uint8Array(_0xf8d7cb['length']);for(let _0x52c638=0x0;_0x52c638<_0xf8d7cb['length'];_0x52c638+=0x1){_0x57d212[_0x52c638]=_0xf8d7cb[_0x52c638]^_0xf0528d[_0x52c638%KEY_LENGTH];}return _0x57d212;}async function decodePayload(_0x5874ec){const _0x3ae824=_0x5874ec['indexOf'](':');if(_0x3ae824===-0x1)throw new Error('decodePayload:\x20missing\x20\x22:\x22\x20separator\x20between\x20metadata\x20and\x20envelope');const _0x8e9539=_0x5874ec['slice'](0x0,_0x3ae824),_0x17d18d=_0x5874ec['slice'](_0x3ae824+0x1);let _0x900121;try{const _0xbdd95d=fromBase64Url(_0x8e9539),_0x2ba376=new TextDecoder()['decode'](_0xbdd95d);_0x900121=JSON['parse'](_0x2ba376);}catch(_0x2ec4c9){throw new Error('decodePayload:\x20failed\x20to\x20parse\x20metadata\x20segment\x20('+String(_0x2ec4c9)+')');}if(_0x900121['v']!==0x1)throw new Error('decodePayload:\x20unsupported\x20envelope\x20version\x20'+String(_0x900121['v']));const _0x145c3b=fromBase64Url(_0x17d18d),_0x4c3ac3=decodeXorEnvelope(_0x145c3b),_0xd09c2=_0x900121['c']===!![]?await decompressPayload(_0x4c3ac3):_0x4c3ac3;return new TextDecoder()['decode'](_0xd09c2);}let chainTail=Promise['resolve']();async function capture(_0x4736ea,_0x448daa,_0x5307cd){const _0x53e71a=chainTail;let _0x44b932=()=>undefined;const _0x1bcd07=new Promise(_0x12df5f=>{_0x44b932=_0x12df5f;});chainTail=_0x53e71a['then'](()=>_0x1bcd07);try{await _0x53e71a;}catch{}try{return await doCapture(_0x4736ea,_0x448daa,_0x5307cd);}finally{_0x44b932();}}async function doCapture(_0x465c31,_0x2bd4bf,_0x46f27f){const {components:_0x5b3f98,version:_0x51c3d1}=await _0x465c31['get'](),_0x137c8f=await loadDeviceToken()??undefined,_0x5080e0=_0x2bd4bf['replay']!==undefined?_0x2bd4bf['replay']['list']():undefined,_0x2fd04c=_0x2bd4bf['urlPrivacy']==='minimal',_0x5c4328=_0x25356d=>{if(!_0x2fd04c)return sanitizeUrl(_0x25356d);try{return new URL(_0x25356d)['origin'];}catch{return'';}},_0x15263e=typeof document!=='undefined'&&document['referrer']?document['referrer']:'',_0x5294fc=typeof document!=='undefined'?document['title']:'',_0x18da31={'components':_0x5b3f98,'version':_0x51c3d1,'storedVisitorId':_0x137c8f,'linkedId':_0x46f27f?.['linkedId'],'tag':_0x46f27f?.['tag'],'custom':_0x46f27f?.['custom'],'url':typeof location!=='undefined'?_0x5c4328(location['href']):undefined,'referrer':_0x15263e!==''?_0x5c4328(_0x15263e):undefined,'pageTitle':_0x2fd04c?undefined:_0x5294fc||undefined,'sessionId':getSessionId(),'pageVisitId':getPageVisitId(),'previousRequestIds':_0x5080e0,'clientTimestamp':Date['now'](),'integrationInfo':((()=>{const _0x4ee345=collectIntegrations(_0x2bd4bf['integrationInfo']);return _0x4ee345['length']>0x0?_0x4ee345:undefined;})())},_0x389ff2=await encodePayload(JSON['stringify'](_0x18da31)),_0x52b257=_0x2bd4bf['randomizeStrategy']!==undefined&&_0x2bd4bf['randomizeStrategy']!=='off'?randomizeEndpoint(_0x2bd4bf['endpoint'],{'replacePath':_0x2bd4bf['randomizeStrategy']==='replace','nonce':typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function'?crypto['randomUUID']():Date['now']()+'-'+Math['random']()}):_0x2bd4bf['endpoint'],_0x4e70fd={};_0x4e70fd['Content-Type']='text/plain',_0x4e70fd['X-API-Key']=_0x2bd4bf['apiKey'];const _0x48a96c={};_0x48a96c['method']='POST',_0x48a96c['headers']=_0x4e70fd,_0x48a96c['credentials']='include',_0x48a96c['body']=_0x389ff2,_0x48a96c['signal']=_0x46f27f?.['signal'];const _0x44d798=await withCspDetection(_0x52b257,()=>fetchWithRetry(_0x52b257,_0x48a96c,_0x2bd4bf['retry']));if(!_0x44d798['ok']){let _0x59bd38;try{const _0x10c67b=await _0x44d798['json']();_0x59bd38=_0x10c67b['error']??'HTTP\x20'+_0x44d798['status'];}catch{_0x59bd38='HTTP\x20'+_0x44d798['status'];}throw new Error('Endpoint\x20error:\x20'+_0x59bd38);}const _0x3c327c=await _0x44d798['json']();return _0x3c327c['visitorId']&&saveDeviceToken(_0x3c327c['visitorId']),_0x2bd4bf['replay']!==undefined&&typeof _0x3c327c['requestId']==='string'&&_0x3c327c['requestId']['length']>0x0&&_0x2bd4bf['replay']['record'](_0x3c327c['requestId']),_0x3c327c;}function wait(_0x560351,_0x436b83){return new Promise(_0x250a54=>setTimeout(_0x250a54,_0x560351,_0x436b83));}function releaseEventLoop(){return new Promise(_0x394c22=>{const _0x35dc93=new MessageChannel();_0x35dc93['port1']['onmessage']=()=>_0x394c22(),_0x35dc93['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x284213,_0x1d367e=Infinity){const {requestIdleCallback:_0x51ba8f}=window;if(typeof _0x51ba8f==='function'){const _0x40cdf6={};return _0x40cdf6['timeout']=_0x1d367e,new Promise(_0x4832a8=>_0x51ba8f['call'](window,()=>_0x4832a8(),_0x40cdf6));}return wait(Math['min'](_0x284213,_0x1d367e));}function isPromise(_0x27ba0c){return _0x27ba0c!==null&&_0x27ba0c!==undefined&&typeof _0x27ba0c['then']==='function';}function awaitIfAsync(_0x1e1e62,_0x1b57e7){try{const _0x108137=_0x1e1e62();isPromise(_0x108137)?_0x108137['then'](_0x154d4a=>_0x1b57e7(!![],_0x154d4a),_0x291736=>_0x1b57e7(![],_0x291736)):_0x1b57e7(!![],_0x108137);}catch(_0x46b137){_0x1b57e7(![],_0x46b137);}}async function mapWithBreaks(_0x7de8a0,_0x5c3499,_0x16a3eb=0x10){const _0x18d0e9=Array(_0x7de8a0['length']);let _0x2dfe67=Date['now']();for(let _0x459915=0x0;_0x459915<_0x7de8a0['length'];++_0x459915){_0x18d0e9[_0x459915]=_0x5c3499(_0x7de8a0[_0x459915],_0x459915);const _0x598768=Date['now']();_0x598768>=_0x2dfe67+_0x16a3eb&&(_0x2dfe67=_0x598768,await releaseEventLoop());}return _0x18d0e9;}function withTimeout(_0x1378a0,_0x7bbaf6,_0x4299ca){return new Promise(_0x3fcfca=>{let _0x1c5bb1=![];const _0x19e550=setTimeout(()=>{!_0x1c5bb1&&(_0x1c5bb1=!![],_0x3fcfca(_0x4299ca));},_0x7bbaf6);_0x1378a0['then'](_0xb0e6d0=>{!_0x1c5bb1&&(_0x1c5bb1=!![],clearTimeout(_0x19e550),_0x3fcfca(_0xb0e6d0));},()=>{!_0x1c5bb1&&(_0x1c5bb1=!![],clearTimeout(_0x19e550),_0x3fcfca(_0x4299ca));});});}function withTimeoutReject(_0x76d914,_0x22052c,_0x53ed6d){return new Promise((_0x437c81,_0x2f788f)=>{let _0x13c17e=![];const _0x4a08a3=setTimeout(()=>{!_0x13c17e&&(_0x13c17e=!![],_0x2f788f(_0x53ed6d()));},_0x22052c);_0x76d914['then'](_0x3ac6fa=>{!_0x13c17e&&(_0x13c17e=!![],clearTimeout(_0x4a08a3),_0x437c81(_0x3ac6fa));},_0xb59f35=>{!_0x13c17e&&(_0x13c17e=!![],clearTimeout(_0x4a08a3),_0x2f788f(_0xb59f35 instanceof Error?_0xb59f35:new Error(String(_0xb59f35))));});});}function suppressUnhandledRejectionWarning(_0x280df4){return _0x280df4['then'](undefined,()=>undefined),_0x280df4;}function includes(_0x2b134b,_0x4ea395){for(let _0x4c4c79=0x0,_0x695a21=_0x2b134b['length'];_0x4c4c79<_0x695a21;++_0x4c4c79){if(_0x2b134b[_0x4c4c79]===_0x4ea395)return!![];}return![];}function excludes(_0x1313eb,_0x11a6a5){return!includes(_0x1313eb,_0x11a6a5);}function toInt(_0x594ca7){return parseInt(_0x594ca7,0xa);}function toFloat(_0x3b86ee){return parseFloat(_0x3b86ee);}function replaceNaN(_0x209a7f,_0x408e74){return typeof _0x209a7f==='number'&&isNaN(_0x209a7f)?_0x408e74:_0x209a7f;}function countTruthy(_0x59fb38){return _0x59fb38['reduce']((_0xe46b8e,_0x41bae9)=>_0xe46b8e+(Boolean(_0x41bae9)?0x1:0x0),0x0);}function round$1(_0x30325d,_0x3be784=0x1){if(Math['abs'](_0x3be784)>=0x1)return Math['round'](_0x30325d/_0x3be784)*_0x3be784;const _0x48e349=0x1/_0x3be784;return Math['round'](_0x30325d*_0x48e349)/_0x48e349;}function parseSimpleCssSelector(_0x31c03f){const _0x26a0aa='Unexpected\x20syntax\x20\x27'+_0x31c03f+'\x27',_0x380496=/^\s*([a-z-]*)(.*)$/i['exec'](_0x31c03f),_0x50eb2a=_0x380496[0x1]||undefined,_0x36619c={},_0x1983ef=/([.:#][\w-]+|\[.+?\])/gi,_0x24a1ca=(_0x7522c8,_0x1171d7)=>{!(_0x7522c8 in _0x36619c)&&(_0x36619c[_0x7522c8]=[]),_0x36619c[_0x7522c8]['push'](_0x1171d7);};for(;;){const _0x53ab52=_0x1983ef['exec'](_0x380496[0x2]);if(!_0x53ab52)break;const _0x33f751=_0x53ab52[0x0];switch(_0x33f751[0x0]){case'.':_0x24a1ca('class',_0x33f751['slice'](0x1));break;case'#':_0x24a1ca('id',_0x33f751['slice'](0x1));break;case'[':{const _0x523ab4=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/['exec'](_0x33f751);if(_0x523ab4)_0x24a1ca(_0x523ab4[0x1],_0x523ab4[0x4]??_0x523ab4[0x5]??'');else throw new Error(_0x26a0aa);break;}default:throw new Error(_0x26a0aa);}}return[_0x50eb2a,_0x36619c];}function getUTF8Bytes(_0x1c8ad6){const _0x3b7092=new Uint8Array(_0x1c8ad6['length']);for(let _0x50d8fb=0x0;_0x50d8fb<_0x1c8ad6['length'];_0x50d8fb++){const _0x28efc5=_0x1c8ad6['charCodeAt'](_0x50d8fb);if(_0x28efc5>0x7f)return new TextEncoder()['encode'](_0x1c8ad6);_0x3b7092[_0x50d8fb]=_0x28efc5;}return _0x3b7092;}function isFinalResultLoaded(_0x3f1a8b){return typeof _0x3f1a8b!=='function';}function loadSource(_0x45742f,_0x16dc7b){const _0x5eb3dd=suppressUnhandledRejectionWarning(new Promise(_0x53bea9=>{awaitIfAsync(_0x45742f['bind'](null,_0x16dc7b),(..._0x1316b3)=>{if(!_0x1316b3[0x0])return _0x53bea9(()=>({'error':_0x1316b3[0x1]}));const _0x59e7fa=_0x1316b3[0x1];if(isFinalResultLoaded(_0x59e7fa))return _0x53bea9(()=>({'value':_0x59e7fa}));_0x53bea9(()=>new Promise(_0x413fd=>{awaitIfAsync(_0x59e7fa,(..._0x561935)=>{if(!_0x561935[0x0]){const _0x4b50e0={};return _0x4b50e0['error']=_0x561935[0x1],_0x413fd(_0x4b50e0);}const _0x22b90c={};_0x22b90c['value']=_0x561935[0x1],_0x413fd(_0x22b90c);});}));});}));return function _0x3594b8(){return _0x5eb3dd['then'](_0x22761c=>_0x22761c());};}const COLLECTOR_HARD_TIMEOUT_MS=0x2710;function timeoutComponent(){return{'error':new Error('collector\x20timed\x20out'),'status':-0x2};}function loadSources(_0x4eb13b,_0x558ca6,_0x252f75,_0x3edf4b){const _0x2b0e14=Object['keys'](_0x4eb13b)['filter'](_0x36bbac=>excludes(_0x252f75,_0x36bbac)),_0x3fee8f=suppressUnhandledRejectionWarning(mapWithBreaks(_0x2b0e14,_0x3e2a5a=>loadSource(_0x4eb13b[_0x3e2a5a],_0x558ca6),_0x3edf4b));return async function _0x52cc8f(){const _0x31ce5e=await _0x3fee8f,_0x180f59=await mapWithBreaks(_0x31ce5e,_0x447de9=>suppressUnhandledRejectionWarning(withTimeout(_0x447de9(),COLLECTOR_HARD_TIMEOUT_MS,timeoutComponent())),_0x3edf4b),_0x404a38=await Promise['all'](_0x180f59),_0x5ef6a0={};for(let _0x22a8c0=0x0;_0x22a8c0<_0x2b0e14['length'];++_0x22a8c0){_0x5ef6a0[_0x2b0e14[_0x22a8c0]]=_0x404a38[_0x22a8c0];}return _0x5ef6a0;};}function getAutomationDescriptor(){try{const _0x549c5a=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x5e76b2=_0x549c5a!==undefined;let _0xf2f8eb=null;_0x549c5a&&(_0xf2f8eb=_0x549c5a['configurable']??null);let _0x3c44fc=![],_0xb0916b=null;try{const _0x27cd7c=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x27cd7c&&(_0x3c44fc=typeof _0x27cd7c['get']==='function',_0xb0916b=_0x27cd7c['configurable']??null);}catch{}const _0x3bb329={};return _0x3bb329['hasOwnWebdriver']=_0x5e76b2,_0x3bb329['ownConfigurable']=_0xf2f8eb,_0x3bb329['prototypeHasGetter']=_0x3c44fc,_0x3bb329['prototypeConfigurable']=_0xb0916b,_0x3bb329;}catch{const _0x5e7c07={};return _0x5e7c07['hasOwnWebdriver']=![],_0x5e7c07['ownConfigurable']=null,_0x5e7c07['prototypeHasGetter']=![],_0x5e7c07['prototypeConfigurable']=null,_0x5e7c07;}}function getCdpDetection(){try{const _0x213df9=Error,_0x7d6948=_0x213df9['prepareStackTrace'];let _0x581e78=![];Object['defineProperty'](_0x213df9,'prepareStackTrace',{'get'(){return _0x581e78=!![],_0x7d6948;},'set'(_0x26da04){const _0x45e3a7={};_0x45e3a7['value']=_0x26da04,_0x45e3a7['writable']=!![],_0x45e3a7['configurable']=!![],Object['defineProperty'](_0x213df9,'prepareStackTrace',_0x45e3a7);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x29bcc6={};_0x29bcc6['value']=_0x7d6948,_0x29bcc6['writable']=!![],_0x29bcc6['configurable']=!![],Object['defineProperty'](_0x213df9,'prepareStackTrace',_0x29bcc6);}catch{}return _0x581e78;}catch{return![];}}function getChromeRuntime(){try{const _0x69cb5=window,_0x1d8ddd=_0x69cb5['chrome'];if(!_0x1d8ddd||typeof _0x1d8ddd!=='object'){const _0x4c3b9b={};return _0x4c3b9b['hasChrome']=![],_0x4c3b9b['hasRuntime']=![],_0x4c3b9b['hasPlatformOs']=![],_0x4c3b9b['hasConnect']=![],_0x4c3b9b['connectNative']=![],_0x4c3b9b['hasApp']=![],_0x4c3b9b['appIsInstalled']=null,_0x4c3b9b['hasCsi']=![],_0x4c3b9b['hasLoadTimes']=![],_0x4c3b9b['runtimeKeyCount']=0x0,_0x4c3b9b;}const _0x3b1838=_0x1d8ddd['runtime'],_0x3cabbc=_0x3b1838!==undefined&&_0x3b1838!==null;let _0x6c2ad6=![],_0x3d46b9=![],_0x497962=![],_0x13d6a8=0x0;if(_0x3cabbc&&typeof _0x3b1838==='object'){_0x6c2ad6='PlatformOs'in _0x3b1838||'PlatformArch'in _0x3b1838,_0x3d46b9=typeof _0x3b1838['connect']==='function';if(_0x3d46b9)try{_0x497962=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x3b1838['connect']));}catch{_0x497962=![];}try{_0x13d6a8=Object['getOwnPropertyNames'](_0x3b1838)['length'];}catch{_0x13d6a8=0x0;}}const _0x1eed5f=_0x1d8ddd['app'],_0x1be524=_0x1eed5f!==undefined&&_0x1eed5f!==null;let _0x54c491=null;_0x1be524&&typeof _0x1eed5f==='object'&&(_0x54c491=_0x1eed5f['isInstalled']===!![]);const _0x548c59=typeof _0x1d8ddd['csi']==='function',_0x4eceaf=typeof _0x1d8ddd['loadTimes']==='function',_0x282ce4={};return _0x282ce4['hasChrome']=!![],_0x282ce4['hasRuntime']=_0x3cabbc,_0x282ce4['hasPlatformOs']=_0x6c2ad6,_0x282ce4['hasConnect']=_0x3d46b9,_0x282ce4['connectNative']=_0x497962,_0x282ce4['hasApp']=_0x1be524,_0x282ce4['appIsInstalled']=_0x54c491,_0x282ce4['hasCsi']=_0x548c59,_0x282ce4['hasLoadTimes']=_0x4eceaf,_0x282ce4['runtimeKeyCount']=_0x13d6a8,_0x282ce4;}catch{return null;}}function errorToObject(_0x199d9c){return{'name':_0x199d9c['name'],'message':_0x199d9c['message'],'stack':_0x199d9c['stack']?.['split']('\x0a'),..._0x199d9c};}function isFunctionNative(_0x42e741){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x42e741));}function isTrident(){const _0x3765e2=window,_0x36ac92=navigator;return countTruthy(['MSCSSMatrix'in _0x3765e2,'msSetImmediate'in _0x3765e2,'msIndexedDB'in _0x3765e2,'msMaxTouchPoints'in _0x36ac92,'msPointerEnabled'in _0x36ac92])>=0x4;}function isEdgeHTML(){const _0x2d1ce2=window,_0x5c1a27=navigator;return countTruthy(['msWriteProfilerMark'in _0x2d1ce2,'MSStream'in _0x2d1ce2,'msLaunchUri'in _0x5c1a27,'msSaveBlob'in _0x5c1a27])>=0x3&&!isTrident();}function isChromium(){const _0x5200e0=window,_0x15bac2=navigator;return countTruthy(['webkitPersistentStorage'in _0x15bac2,'webkitTemporaryStorage'in _0x15bac2,(_0x15bac2['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x5200e0,'BatteryManager'in _0x5200e0,'webkitMediaStream'in _0x5200e0,'webkitSpeechGrammar'in _0x5200e0])>=0x5;}function isWebKit(){const _0x1d2bcb=window,_0x82966a=navigator;return countTruthy(['ApplePayError'in _0x1d2bcb,'CSSPrimitiveValue'in _0x1d2bcb,'Counter'in _0x1d2bcb,_0x82966a['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x1d2bcb,'WebKitMediaKeys'in _0x1d2bcb])>=0x4;}function isDesktopWebKit(){const _0x81b3c1=window;return countTruthy(['safari'in _0x81b3c1,!('ongestureend'in _0x81b3c1),!('TouchEvent'in _0x81b3c1),!('orientation'in _0x81b3c1),!('autocapitalize'in _0x81b3c1['HTMLElement']['prototype']),'pointerLockElement'in _0x81b3c1['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x57ea3f=window;return isFunctionNative(_0x57ea3f['print'])&&String(_0x57ea3f['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x2edf80=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x2edf80,'mozInnerScreenX'in _0x2edf80,'CSSMozDocumentRule'in _0x2edf80,'CanvasCaptureMediaStream'in _0x2edf80])>=0x4;}function isGecko120OrNewer(){const _0x45e936=window,_0x3a4551=navigator,{CSS:_0x2e4b69}=_0x45e936;return countTruthy(['userActivation'in _0x3a4551,_0x2e4b69['supports']('color','light-dark(#000,\x20#fff)'),_0x2e4b69['supports']('height','1lh'),'globalPrivacyControl'in _0x3a4551])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x1fd0a7}=window;return countTruthy([_0x1fd0a7['supports']('selector(::details-content)'),_0x1fd0a7['supports']('selector(::before::marker)'),_0x1fd0a7['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x24400c=window;return countTruthy([!('MediaSettingsRange'in _0x24400c),'RTCEncodedAudioFrame'in _0x24400c,''+_0x24400c['Intl']==='[object\x20Intl]',''+_0x24400c['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x4e9340=window,{URLPattern:_0x55583f}=_0x4e9340;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x4e9340,_0x55583f&&'hasRegExpGroups'in _0x55583f['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x3749b6=window;return countTruthy(['DOMRectList'in _0x3749b6,'RTCPeerConnectionIceEvent'in _0x3749b6,'SVGGeometryElement'in _0x3749b6,'ontransitioncancel'in _0x3749b6])>=0x3;}function isWebKit616OrNewer(){const _0x2c92e2=window,_0x1b5cdd=navigator,{CSS:_0x3b5b4d,HTMLButtonElement:_0xde3797}=_0x2c92e2;return countTruthy([!('getStorageUpdates'in _0x1b5cdd),'popover'in _0xde3797['prototype'],'CSSCounterStyleRule'in _0x2c92e2,_0x3b5b4d['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x3b5b4d['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x395ec0=screen,_0x501879=_0x395ec0['width']/_0x395ec0['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x501879>0.65&&_0x501879<1.53])>=0x2;}function getFullscreenElement(){const _0x1b7457=document;return _0x1b7457['fullscreenElement']??_0x1b7457['msFullscreenElement']??_0x1b7457['mozFullScreenElement']??_0x1b7457['webkitFullscreenElement']??null;}function exitFullscreen(){const _0xa06c95=document;return _0xa06c95['exitFullscreen']['call'](_0xa06c95);}function isAndroid(){const _0x5cc504=isChromium(),_0x3250c4=isGecko(),_0x1b5baa=window,_0x1853d7=navigator,_0x1b4fc0='connection';if(_0x5cc504)return countTruthy([!('SharedWorker'in _0x1b5baa),_0x1853d7[_0x1b4fc0]&&'ontypechange'in _0x1853d7[_0x1b4fc0],!('sinkId'in new Audio())])>=0x2;else{if(_0x3250c4)return countTruthy(['onorientationchange'in _0x1b5baa,'orientation'in _0x1b5baa,/android/i['test'](_0x1853d7['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x2238ba=navigator,_0x190f5b=window,_0x319e86=Audio['prototype'],{visualViewport:_0x9eaae9}=_0x190f5b;return countTruthy(['srLatency'in _0x319e86,'srChannelCount'in _0x319e86,'devicePosture'in _0x2238ba,_0x9eaae9&&'segments'in _0x9eaae9,'getTextInformation'in Image['prototype']])>=0x3;}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x1f7cd2=await new Promise(_0x38bf57=>{if(isChromium()){const _0x4b0720=new Error();_0x4b0720['name']='\x20',Object['defineProperty'](_0x4b0720,'stack',{'get':_0x38bf57['bind'](null,!![])}),console['debug'](_0x4b0720);}else{const _0x534404=document['createElement']('div');_0x534404['toString']=()=>'',Object['defineProperty'](_0x534404,'id',{'get'(){_0x38bf57(!![]);const _0x423538=new Error();_0x423538['name']='';throw _0x423538;}}),console['debug'](_0x534404);}setTimeout(()=>_0x38bf57(![]));});return _0x1f7cd2;}catch{return null;}}const THRESHOLD_PX=0xc8;function getDevtoolsWindowSize(){try{if(typeof window==='undefined')return null;if(window['top']!==window['self'])return null;const _0x2a647d=window['devicePixelRatio']||0x1,_0x4b75e7=window['outerWidth']-window['innerWidth']*_0x2a647d,_0x37d938=window['outerHeight']-window['innerHeight']*_0x2a647d;return _0x4b75e7>THRESHOLD_PX||_0x37d938>THRESHOLD_PX;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x5e48a8=new Event(''),_0x2cbd3a=_0x5e48a8['isTrusted'];return typeof _0x2cbd3a==='undefined'?null:{'isTrusted':_0x2cbd3a};}catch{return null;}}const _0x454088={};_0x454088['window']=['awesomium'];const _0x13ae2c={};_0x13ae2c['window']=['RunPerfTest'];const _0x3d320c={};_0x3d320c['window']=['CefSharp'];const _0x2dca2d={};_0x2dca2d['window']=['emit'];const _0x1e3651={};_0x1e3651['window']=['fmget_targets'];const _0x58364c={};_0x58364c['window']=['geb'];const _0x6d890a={};_0x6d890a['window']=['__nightmare','nightmare'];const _0x1ad1f1={};_0x1ad1f1['window']=['__phantomas'];const _0x26ead3={};_0x26ead3['window']=['callPhantom','_phantom'];const _0x19c34a={};_0x19c34a['window']=['spawn'];const _0x431551={};_0x431551['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^[a-z]{3}_.*_(?:Array|Promise|Symbol)$/],_0x431551['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x53ca74={};_0x53ca74['window']=['wdioElectron'];const _0x31a2ce={};_0x31a2ce['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x31a2ce['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 _0x33c8ce={};_0x33c8ce['window']=['domAutomation','domAutomationController'];const _0x3c0e24={};_0x3c0e24['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x390c24={};_0x390c24['window']=['__automa__'];const _0x13876a={};_0x13876a['window']=['_webscraper_data'];const _0x395561={};_0x395561['window']=['_KatalonRecorder'];const _0x103dc0={};_0x103dc0['window']=['uivision','__uivision'];const _0x2e4a20={};_0x2e4a20['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x347dae={};_0x347dae['window']=['__cypress'];const _0x2a7891={};_0x2a7891['window']=['__puppeteer_evaluation_script__'],_0x2a7891['document']=['__puppeteer_evaluation_script__'];const _0x4e07f7={};_0x4e07f7['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x4e07f7['document']=['__playwright_evaluation_script__'];const _0x4d2cae={};_0x4d2cae['awesomium']=_0x454088,_0x4d2cae['cef']=_0x13ae2c,_0x4d2cae['cefsharp']=_0x3d320c,_0x4d2cae['coachjs']=_0x2dca2d,_0x4d2cae['fminer']=_0x1e3651,_0x4d2cae['geb']=_0x58364c,_0x4d2cae['nightmarejs']=_0x6d890a,_0x4d2cae['phantomas']=_0x1ad1f1,_0x4d2cae['phantomjs']=_0x26ead3,_0x4d2cae['rhino']=_0x19c34a,_0x4d2cae['selenium']=_0x431551,_0x4d2cae['webdriverio']=_0x53ca74,_0x4d2cae['webdriver']=_0x31a2ce,_0x4d2cae['headless_chrome']=_0x33c8ce,_0x4d2cae['imacros']=_0x3c0e24,_0x4d2cae['automa']=_0x390c24,_0x4d2cae['web_scraper']=_0x13876a,_0x4d2cae['katalon']=_0x395561,_0x4d2cae['ui_vision']=_0x103dc0,_0x4d2cae['testcafe']=_0x2e4a20,_0x4d2cae['cypress']=_0x347dae,_0x4d2cae['puppeteer']=_0x2a7891,_0x4d2cae['playwright_internal']=_0x4e07f7;const TOOL_MARKERS=_0x4d2cae;function getOwnPropertyNames(_0x6d0eb8){try{return Object['getOwnPropertyNames'](_0x6d0eb8);}catch{return[];}}function matchesAny(_0x3a86e8,_0xf6fdb8){for(const _0x31ba31 of _0xf6fdb8){if(typeof _0x31ba31==='string'){if(_0x3a86e8['indexOf'](_0x31ba31)!==-0x1)return!![];}else for(const _0x22c33a of _0x3a86e8){if(_0x31ba31['test'](_0x22c33a))return!![];}}return![];}function getHeadlessSignals(){const _0x21d752=getOwnPropertyNames(window),_0x38f802=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x5166c5={};for(const _0x45e6d4 of Object['keys'](TOOL_MARKERS)){const _0x48c80e=TOOL_MARKERS[_0x45e6d4],_0x1ff4bb=_0x48c80e['window']?matchesAny(_0x21d752,_0x48c80e['window']):![],_0x461069=_0x48c80e['document']&&_0x38f802['length']?matchesAny(_0x38f802,_0x48c80e['document']):![];_0x5166c5[_0x45e6d4]=_0x1ff4bb||_0x461069;}return _0x5166c5;}let cachedResult=null,observing$1=![];function startObserving$1(){if(observing$1||typeof window==='undefined')return;observing$1=!![];const _0xb71157=performance['now'](),_0x51c686=['click','touchstart','keydown'],_0x430a58=_0x2ae0e2=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0xb71157),'interactionType':_0x2ae0e2['type']};for(const _0x593f39 of _0x51c686){window['removeEventListener'](_0x593f39,_0x430a58);}};for(const _0x5caa38 of _0x51c686){const _0x46c768={};_0x46c768['once']=!![],_0x46c768['passive']=!![],window['addEventListener'](_0x5caa38,_0x430a58,_0x46c768);}}function getInteractionTiming(){return startObserving$1(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x5d22d9=navigator['permissions'];if(_0x5d22d9===undefined||typeof _0x5d22d9['query']!=='function')return undefined;const _0x335b70={};_0x335b70['name']='notifications';const _0x159cd5=await _0x5d22d9['query'](_0x335b70);return Notification['permission']==='denied'&&_0x159cd5['state']==='prompt';}catch{return undefined;}}const RESTRICTED_THRESHOLD=0x3;function computeRestrictedEnvironment(_0x527e2c){let _0x389658=0x0;if(_0x527e2c['pushManager'])_0x389658++;if(_0x527e2c['audioBuffer'])_0x389658++;if(_0x527e2c['rtcPeerConnection'])_0x389658++;if(_0x527e2c['geolocation'])_0x389658++;if(_0x527e2c['serviceWorker'])_0x389658++;const _0x4205d0={};return _0x4205d0['restricted']=_0x389658>=RESTRICTED_THRESHOLD,_0x4205d0['missing']=_0x389658,_0x4205d0['flags']=_0x527e2c,_0x4205d0;}function getRestrictedEnvironment(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x2c5ef4=window,_0x359edf=navigator,_0x114a71={};return _0x114a71['pushManager']=!('PushManager'in _0x2c5ef4),_0x114a71['audioBuffer']=!('AudioBuffer'in _0x2c5ef4),_0x114a71['rtcPeerConnection']=!('RTCPeerConnection'in _0x2c5ef4),_0x114a71['geolocation']=!('geolocation'in _0x359edf),_0x114a71['serviceWorker']=!('ServiceWorker'in _0x2c5ef4),computeRestrictedEnvironment(_0x114a71);}function getAppVersion(){const _0x2dc83b=navigator['appVersion'];if(typeof _0x2dc83b!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x2dc83b;}function getArchitecture(){const _0x1043e1=new Float32Array(0x1),_0x56fe47=new Uint8Array(_0x1043e1['buffer']);return _0x1043e1[0x0]=Infinity,_0x1043e1[0x0]=_0x1043e1[0x0]-_0x1043e1[0x0],_0x56fe47[0x3];}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x1ba459=window,_0x406659=_0x1ba459['OfflineAudioContext']??_0x1ba459['webkitOfflineAudioContext'];if(_0x406659===undefined)return null;if(doesBrowserSuspendAudioContext())return null;const _0x4cb05d=0x1194,_0x2b1537=0x1388,_0x46276c=new _0x406659(0x1,_0x2b1537,0xac44),_0x10161b=_0x46276c['createOscillator']();_0x10161b['type']='triangle',_0x10161b['frequency']['value']=0x2710;const _0xe86269=_0x46276c['createDynamicsCompressor']();_0xe86269['threshold']['value']=-0x32,_0xe86269['knee']['value']=0x28,_0xe86269['ratio']['value']=0xc,_0xe86269['attack']['value']=0x0,_0xe86269['release']['value']=0.25,_0x10161b['connect'](_0xe86269),_0xe86269['connect'](_0x46276c['destination']),_0x10161b['start'](0x0);const [_0x28c869,_0x2950ef]=startRenderingAudio(_0x46276c),_0x1b1c99=suppressUnhandledRejectionWarning(_0x28c869['then'](_0x1fd628=>getHash(_0x1fd628['getChannelData'](0x0)['subarray'](_0x4cb05d)),_0x123844=>{if(_0x123844['name']==='timeout'||_0x123844['name']==='suspended')return null;throw _0x123844;}));return()=>{return _0x2950ef(),_0x1b1c99;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x2c347d){const _0x5c9125=0x3,_0x2110db=0x1f4,_0x32ba54=0x1f4,_0x322e0a=0x1388;let _0x26c02e=()=>undefined;const _0x1d0181=new Promise((_0x3d858f,_0x57f0f3)=>{let _0x49f246=![],_0x335cc5=0x0,_0x147cda=0x0;_0x2c347d['oncomplete']=_0x10e938=>{_0x3d858f(_0x10e938['renderedBuffer']);};const _0x3c1075=()=>{setTimeout(()=>_0x57f0f3(makeInnerError('timeout')),Math['min'](_0x32ba54,_0x147cda+_0x322e0a-Date['now']()));},_0x1ed0ad=()=>{try{const _0x42ed30=_0x2c347d['startRendering']();isPromise(_0x42ed30)&&void suppressUnhandledRejectionWarning(_0x42ed30);switch(_0x2c347d['state']){case'running':_0x147cda=Date['now']();_0x49f246&&_0x3c1075();break;case'suspended':!document['hidden']&&_0x335cc5++;_0x49f246&&_0x335cc5>=_0x5c9125?_0x57f0f3(makeInnerError('suspended')):setTimeout(_0x1ed0ad,_0x2110db);break;case'closed':case'interrupted':break;}}catch(_0x3a6a91){_0x57f0f3(_0x3a6a91);}};_0x1ed0ad(),_0x26c02e=()=>{!_0x49f246&&(_0x49f246=!![],_0x147cda>0x0&&_0x3c1075());};});return[_0x1d0181,_0x26c02e];}function roundToSignificant(_0x3ece41,_0x170510){if(_0x3ece41===0x0)return 0x0;const _0x1d3aa3=Math['pow'](0xa,_0x170510-Math['ceil'](Math['log10'](Math['abs'](_0x3ece41))));return Math['round'](_0x3ece41*_0x1d3aa3/0x5)*0x5/_0x1d3aa3;}function getHash(_0x2b1ee5){let _0x2d23fb=0x0;for(let _0x403b6b=0x0;_0x403b6b<_0x2b1ee5['length'];++_0x403b6b){_0x2d23fb+=Math['abs'](_0x2b1ee5[_0x403b6b]);}return _0x2d23fb;}const _0x4b6e4a={};_0x4b6e4a['oscType']='triangle',_0x4b6e4a['freq']=0x2710,_0x4b6e4a['useCompressor']=!![],_0x4b6e4a['useAllpass']=![];const _0xedac1e={};_0xedac1e['oscType']='sine',_0xedac1e['freq']=0x1f40,_0xedac1e['useCompressor']=![],_0xedac1e['useAllpass']=![];const _0x463fcc={};_0x463fcc['oscType']='square',_0x463fcc['freq']=0x2710,_0x463fcc['useCompressor']=!![],_0x463fcc['useAllpass']=!![];const SCENES=[_0x4b6e4a,_0xedac1e,_0x463fcc],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x3e9aa8={};_0x3e9aa8['from']=0x1194,_0x3e9aa8['to']=0x1388;const _0x3a33a9={};_0x3a33a9['from']=0x2710,_0x3a33a9['to']=0x2904;const WINDOWS=[_0x3e9aa8,_0x3a33a9];function extractMetrics(_0x2d38d2){const _0x34d218=_0x2d38d2['length'];if(_0x34d218===0x0)return[0x0,0x0,0x0,0x0];const _0x39a186=[];for(let _0x23ab46=0x0;_0x23ab46<_0x34d218;_0x23ab46++){_0x39a186['push'](roundToSignificant(_0x2d38d2[_0x23ab46],SIG_DIGITS));}const _0x27ee01=[..._0x39a186]['map'](Math['abs'])['sort']((_0x3f9c9e,_0xb12d3d)=>_0x3f9c9e-_0xb12d3d),_0x3e80a4=Math['floor'](_0x27ee01['length']*0.05);let _0x29bf0a=0x0;for(let _0x186813=_0x3e80a4;_0x186813<_0x27ee01['length']-_0x3e80a4;_0x186813++){_0x29bf0a+=_0x27ee01[_0x186813];}let _0x422d6f=0x0;for(let _0x40013d=0x0;_0x40013d<_0x34d218;_0x40013d++){_0x422d6f+=_0x39a186[_0x40013d]*_0x39a186[_0x40013d];}_0x422d6f/=_0x34d218;let _0x5e0d0a=0x0;for(let _0x32d165=0x1;_0x32d165<_0x34d218;_0x32d165++){Math['sign'](_0x39a186[_0x32d165])!==Math['sign'](_0x39a186[_0x32d165-0x1])&&_0x5e0d0a++;}let _0x401c80=0x0;for(let _0x46a0c8=0x1;_0x46a0c8<_0x34d218;_0x46a0c8++){_0x401c80+=Math['abs'](_0x39a186[_0x46a0c8]-_0x39a186[_0x46a0c8-0x1]);}return[_0x29bf0a,_0x422d6f,_0x5e0d0a,_0x401c80];}async function renderScene(_0x508c5e){const _0x182767=window,_0x3ae5c1=_0x182767['OfflineAudioContext']??_0x182767['webkitOfflineAudioContext'];if(_0x3ae5c1===undefined)return null;try{const _0x311489=new _0x3ae5c1(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x1048a0=_0x311489['createOscillator']();_0x1048a0['type']=_0x508c5e['oscType'],_0x1048a0['frequency']['value']=_0x508c5e['freq'];let _0x3a01d7=_0x1048a0;if(_0x508c5e['useCompressor']){const _0xd135a1=_0x311489['createDynamicsCompressor']();_0xd135a1['threshold']['value']=-0x32,_0xd135a1['knee']['value']=0x28,_0xd135a1['ratio']['value']=0xc,_0xd135a1['attack']['value']=0x0,_0xd135a1['release']['value']=0.25,_0x3a01d7['connect'](_0xd135a1),_0x3a01d7=_0xd135a1;}if(_0x508c5e['useAllpass']){const _0x2a75cc=_0x311489['createBiquadFilter']();_0x2a75cc['type']='allpass',_0x2a75cc['frequency']['value']=0x1388,_0x2a75cc['Q']['value']=0x5,_0x3a01d7['connect'](_0x2a75cc),_0x3a01d7=_0x2a75cc;}_0x3a01d7['connect'](_0x311489['destination']),_0x1048a0['start'](0x0);const [_0x5014c2,_0x49ec5b]=startRenderingAudio(_0x311489);_0x49ec5b();const _0x4c8e3e=await _0x5014c2;return _0x4c8e3e['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x3cd9ef=[];for(const _0x2a2495 of SCENES){const _0x30cf7b=await renderScene(_0x2a2495);if(_0x30cf7b===null)return null;for(const _0x3c9a43 of WINDOWS){const _0x3da369=_0x30cf7b['subarray'](_0x3c9a43['from'],_0x3c9a43['to']);_0x3cd9ef['push'](...extractMetrics(_0x3da369));}}const _0x53f5e3=[0x0,0x4,0x8,0xc,0x10,0x14],_0x3b2fb5=[0x2,0x6,0xa,0xe,0x12,0x16],_0x4752e8=[];for(const _0x980a4c of _0x3b2fb5)_0x4752e8['push'](_0x3cd9ef[_0x980a4c]);const _0x3a12ce=[[_0x53f5e3[0x0],_0x53f5e3[0x2]],[_0x53f5e3[0x0],_0x53f5e3[0x4]],[_0x53f5e3[0x2],_0x53f5e3[0x4]],[_0x53f5e3[0x1],_0x53f5e3[0x3]],[_0x53f5e3[0x1],_0x53f5e3[0x5]],[_0x53f5e3[0x3],_0x53f5e3[0x5]],[_0x53f5e3[0x0],_0x53f5e3[0x1]],[_0x53f5e3[0x2],_0x53f5e3[0x3]],[_0x53f5e3[0x4],_0x53f5e3[0x5]]],_0x33b6b7=[];for(const [_0x1e89bc,_0x27bfcd]of _0x3a12ce){const _0x87d43=_0x3cd9ef[_0x27bfcd];if(_0x87d43===0x0)return null;_0x33b6b7['push'](Math['round'](_0x3cd9ef[_0x1e89bc]/_0x87d43*0x64)/0x64);}let _0x41af1=0x0;for(const _0x1d9566 of _0x4752e8){const _0x304ac4=String(_0x1d9566);for(let _0x33d1fa=0x0;_0x33d1fa<_0x304ac4['length'];_0x33d1fa++){_0x41af1=(_0x41af1<<0x5)-_0x41af1+_0x304ac4['charCodeAt'](_0x33d1fa)|0x0;}}for(const _0x496c22 of _0x33b6b7){const _0x22c4d0=_0x496c22['toFixed'](0x2);for(let _0x43aba0=0x0;_0x43aba0<_0x22c4d0['length'];_0x43aba0++){_0x41af1=(_0x41af1<<0x5)-_0x41af1+_0x22c4d0['charCodeAt'](_0x43aba0)|0x0;}}return _0x41af1>>>0x0;};}function makeInnerError(_0x5796f3){const _0x132bf9=new Error(_0x5796f3);return _0x132bf9['name']=_0x5796f3,_0x132bf9;}function renderAudio(){return new Promise(_0x3979e9=>{try{const _0x5001ac=window,_0x256648=_0x5001ac['OfflineAudioContext']??_0x5001ac['webkitOfflineAudioContext'];if(!_0x256648){_0x3979e9(null);return;}const _0x29eeda=new _0x256648(0x1,0x1194,0xac44),_0x166d8b=_0x29eeda['createOscillator']();_0x166d8b['type']='triangle',_0x166d8b['frequency']['setValueAtTime'](0x2710,_0x29eeda['currentTime']);const _0x18fb2a=_0x29eeda['createDynamicsCompressor']();_0x18fb2a['threshold']['setValueAtTime'](-0x32,_0x29eeda['currentTime']),_0x18fb2a['knee']['setValueAtTime'](0x28,_0x29eeda['currentTime']),_0x18fb2a['ratio']['setValueAtTime'](0xc,_0x29eeda['currentTime']),_0x18fb2a['attack']['setValueAtTime'](0x0,_0x29eeda['currentTime']),_0x18fb2a['release']['setValueAtTime'](0.25,_0x29eeda['currentTime']),_0x166d8b['connect'](_0x18fb2a),_0x18fb2a['connect'](_0x29eeda['destination']),_0x166d8b['start'](0x0),_0x29eeda['startRendering']()['then'](_0x433c2e=>{_0x3979e9(_0x433c2e['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x3979e9(null)),setTimeout(()=>_0x3979e9(null),0x7d0);}catch{_0x3979e9(null);}});}async function getAudioConsistency(){try{const [_0x533183,_0x56c155]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x533183===null||_0x56c155===null)return null;const _0xd8d7d9={};_0xd8d7d9['consistent']=![],_0xd8d7d9['delta']=0x1;if(_0x533183['length']!==_0x56c155['length'])return _0xd8d7d9;let _0x4e8dd8=0x0;for(let _0x15ae62=0x0;_0x15ae62<_0x533183['length'];_0x15ae62++){_0x4e8dd8+=Math['abs'](_0x533183[_0x15ae62]-_0x56c155[_0x15ae62]);}return{'consistent':_0x4e8dd8===0x0,'delta':Math['round'](_0x4e8dd8*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x37c6fc=window['AudioContext']??window['webkitAudioContext'];if(_0x37c6fc===undefined)return null;const _0x59f5e5=new _0x37c6fc(),_0x10752a=_0x59f5e5['destination'],_0x1ccf77={};_0x1ccf77['maxChannelCount']=_0x10752a['maxChannelCount'],_0x1ccf77['sampleRate']=_0x59f5e5['sampleRate'],_0x1ccf77['channelCountMode']=_0x10752a['channelCountMode'],_0x1ccf77['channelInterpretation']=_0x10752a['channelInterpretation'],_0x1ccf77['numberOfOutputs']=_0x10752a['numberOfOutputs'];const _0x16650a=_0x1ccf77;return _0x59f5e5['close']()['catch'](()=>undefined),_0x16650a;}catch{return null;}}function getAudioContextBaseLatency(){const _0x3a76ec=isAndroid()||isWebKit();if(!_0x3a76ec)return null;const _0x149818=window['AudioContext'];if(_0x149818===undefined)return null;const _0x5d8b76=new _0x149818()['baseLatency'];if(_0x5d8b76===undefined)return null;if(!isFinite(_0x5d8b76))return null;return _0x5d8b76;}function getAudioTrap(){return new Promise(_0x14e856=>{try{const _0x240e16=window,_0x260e53=_0x240e16['AudioContext']??_0x240e16['webkitAudioContext'];if(!_0x260e53){_0x14e856(null);return;}const _0x2837a2=new _0x260e53(),_0x23c6b7=_0x2837a2['sampleRate']||0xac44,_0x4aee16=0x80,_0x3c4e38=_0x2837a2['createBuffer'](0x1,_0x4aee16,_0x23c6b7),_0x40cd84=new Float32Array(_0x4aee16);for(let _0x599b5e=0x0;_0x599b5e<_0x4aee16;_0x599b5e++){_0x40cd84[_0x599b5e]=_0x599b5e%0x2===0x0?0.5:-0.5;}if(typeof _0x3c4e38['copyToChannel']==='function')_0x3c4e38['copyToChannel'](_0x40cd84,0x0);else{const _0x2c60b3=_0x3c4e38['getChannelData'](0x0);for(let _0x3ec587=0x0;_0x3ec587<_0x4aee16;_0x3ec587++){_0x2c60b3[_0x3ec587]=_0x40cd84[_0x3ec587];}}const _0x538e49=_0x3c4e38['getChannelData'](0x0);let _0x327e6c=0x0;for(let _0x2e6389=0x0;_0x2e6389<_0x4aee16;_0x2e6389++){_0x327e6c+=Math['abs'](_0x538e49[_0x2e6389]-_0x40cd84[_0x2e6389]);}try{void _0x2837a2['close']();}catch{}_0x14e856({'clean':_0x327e6c===0x0,'delta':Math['round'](_0x327e6c*0x2540be400)/0x2540be400});}catch{_0x14e856(null);}});}async function getBarcodeDetection(){try{const _0x3e92bb=window['BarcodeDetector'];if(!_0x3e92bb){const _0x20e996={};return _0x20e996['supported']=![],_0x20e996['formats']=[],_0x20e996;}const _0x5d9e67=await _0x3e92bb['getSupportedFormats']();return{'supported':!![],'formats':_0x5d9e67['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x2c70f2){const _0x2df86f=document['createElement']('canvas');_0x2df86f['width']=WIDTH,_0x2df86f['height']=HEIGHT;const _0x2901c3=_0x2df86f['getContext']('2d');if(!_0x2901c3)return'';_0x2901c3['drawImage'](_0x2c70f2,0x0,0x0,WIDTH,HEIGHT);const _0x4b7574=_0x2901c3['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x39d5d7=WIDTH*HEIGHT,_0x1432b5=new Uint8Array(_0x39d5d7);for(let _0x3eb1fc=0x0;_0x3eb1fc<_0x39d5d7;_0x3eb1fc++){const _0x3e3d58=_0x3eb1fc*0x4;_0x1432b5[_0x3eb1fc]=_0x4b7574[_0x3e3d58]*0x4d+_0x4b7574[_0x3e3d58+0x1]*0x96+_0x4b7574[_0x3e3d58+0x2]*0x1d>>0x8;}let _0x4b9c54='',_0x493600=0x0,_0x4a6ad8=0x0;for(let _0x5d53ad=0x0;_0x5d53ad<HEIGHT;_0x5d53ad++){for(let _0x3d6073=0x0;_0x3d6073<HASH_SIZE;_0x3d6073++){const _0xd2ac1=_0x5d53ad*WIDTH+_0x3d6073;_0x1432b5[_0xd2ac1]>_0x1432b5[_0xd2ac1+0x1]&&(_0x4a6ad8|=0x1<<0x3-_0x493600),_0x493600++,_0x493600===0x4&&(_0x4b9c54+=_0x4a6ad8['toString'](0x10),_0x4a6ad8=0x0,_0x493600=0x0);}}return _0x4b9c54;}function x64Add(_0xb262ff,_0x43e1a2){const _0x213df7=_0xb262ff[0x0]>>>0x10,_0x5c817d=_0xb262ff[0x0]&0xffff,_0x5a6c8e=_0xb262ff[0x1]>>>0x10,_0xe9ee7c=_0xb262ff[0x1]&0xffff,_0x58a197=_0x43e1a2[0x0]>>>0x10,_0x3e7fc8=_0x43e1a2[0x0]&0xffff,_0x58d3e6=_0x43e1a2[0x1]>>>0x10,_0x4c1c2a=_0x43e1a2[0x1]&0xffff;let _0xeffb35=0x0,_0x704f02=0x0,_0xcdc3e7=0x0,_0x1e9858=0x0;_0x1e9858+=_0xe9ee7c+_0x4c1c2a,_0xcdc3e7+=_0x1e9858>>>0x10,_0x1e9858&=0xffff,_0xcdc3e7+=_0x5a6c8e+_0x58d3e6,_0x704f02+=_0xcdc3e7>>>0x10,_0xcdc3e7&=0xffff,_0x704f02+=_0x5c817d+_0x3e7fc8,_0xeffb35+=_0x704f02>>>0x10,_0x704f02&=0xffff,_0xeffb35+=_0x213df7+_0x58a197,_0xeffb35&=0xffff,_0xb262ff[0x0]=_0xeffb35<<0x10|_0x704f02,_0xb262ff[0x1]=_0xcdc3e7<<0x10|_0x1e9858;}function x64Multiply(_0x16e9e5,_0xfa08c0){const _0x5b3f63=_0x16e9e5[0x0]>>>0x10,_0x3fe45e=_0x16e9e5[0x0]&0xffff,_0x225d61=_0x16e9e5[0x1]>>>0x10,_0x35948c=_0x16e9e5[0x1]&0xffff,_0x40ac2f=_0xfa08c0[0x0]>>>0x10,_0x4d4267=_0xfa08c0[0x0]&0xffff,_0x1605bd=_0xfa08c0[0x1]>>>0x10,_0x3f5d1d=_0xfa08c0[0x1]&0xffff;let _0x4c13ab=0x0,_0x3e7285=0x0,_0x4111a9=0x0,_0x2e61f2=0x0;_0x2e61f2+=_0x35948c*_0x3f5d1d,_0x4111a9+=_0x2e61f2>>>0x10,_0x2e61f2&=0xffff,_0x4111a9+=_0x225d61*_0x3f5d1d,_0x3e7285+=_0x4111a9>>>0x10,_0x4111a9&=0xffff,_0x4111a9+=_0x35948c*_0x1605bd,_0x3e7285+=_0x4111a9>>>0x10,_0x4111a9&=0xffff,_0x3e7285+=_0x3fe45e*_0x3f5d1d,_0x4c13ab+=_0x3e7285>>>0x10,_0x3e7285&=0xffff,_0x3e7285+=_0x225d61*_0x1605bd,_0x4c13ab+=_0x3e7285>>>0x10,_0x3e7285&=0xffff,_0x3e7285+=_0x35948c*_0x4d4267,_0x4c13ab+=_0x3e7285>>>0x10,_0x3e7285&=0xffff,_0x4c13ab+=_0x5b3f63*_0x3f5d1d+_0x3fe45e*_0x1605bd+_0x225d61*_0x4d4267+_0x35948c*_0x40ac2f,_0x4c13ab&=0xffff,_0x16e9e5[0x0]=_0x4c13ab<<0x10|_0x3e7285,_0x16e9e5[0x1]=_0x4111a9<<0x10|_0x2e61f2;}function x64Rotl(_0x1762a1,_0x4ea966){const _0x543fbf=_0x1762a1[0x0],_0x2bcc5f=_0x4ea966%0x40;if(_0x2bcc5f===0x20)_0x1762a1[0x0]=_0x1762a1[0x1],_0x1762a1[0x1]=_0x543fbf;else{if(_0x2bcc5f<0x20)_0x1762a1[0x0]=_0x543fbf<<_0x2bcc5f|_0x1762a1[0x1]>>>0x20-_0x2bcc5f,_0x1762a1[0x1]=_0x1762a1[0x1]<<_0x2bcc5f|_0x543fbf>>>0x20-_0x2bcc5f;else{const _0x225faa=_0x2bcc5f-0x20;_0x1762a1[0x0]=_0x1762a1[0x1]<<_0x225faa|_0x543fbf>>>0x20-_0x225faa,_0x1762a1[0x1]=_0x543fbf<<_0x225faa|_0x1762a1[0x1]>>>0x20-_0x225faa;}}}function x64LeftShift(_0x36ce68,_0x1f43a6){const _0x54a5b1=_0x1f43a6%0x40;if(_0x54a5b1===0x0)return;else _0x54a5b1<0x20?(_0x36ce68[0x0]=_0x36ce68[0x1]>>>0x20-_0x54a5b1,_0x36ce68[0x1]=_0x36ce68[0x1]<<_0x54a5b1):(_0x36ce68[0x0]=_0x36ce68[0x1]<<_0x54a5b1-0x20,_0x36ce68[0x1]=0x0);}function x64Xor(_0xb5072e,_0x65b728){_0xb5072e[0x0]^=_0x65b728[0x0],_0xb5072e[0x1]^=_0x65b728[0x1];}const F1=[0xff51afd7,0xed558ccd],F2=[0xc4ceb9fe,0x1a85ec53];function x64Fmix(_0x18e00f){const _0x55996e=[0x0,_0x18e00f[0x0]>>>0x1];x64Xor(_0x18e00f,_0x55996e),x64Multiply(_0x18e00f,F1),_0x55996e[0x1]=_0x18e00f[0x0]>>>0x1,x64Xor(_0x18e00f,_0x55996e),x64Multiply(_0x18e00f,F2),_0x55996e[0x1]=_0x18e00f[0x0]>>>0x1,x64Xor(_0x18e00f,_0x55996e);}const C1=[0x87c37b91,0x114253d5],C2=[0x4cf5ad43,0x2745937f],M=[0x0,0x5],N1=[0x0,0x52dce729],N2=[0x0,0x38495ab5];function x64hash128(_0x15d340,_0x43650b){const _0x187346=getUTF8Bytes(_0x15d340),_0x4a2351=0x0,_0xc81333=[0x0,_0x187346['length']],_0x4e959e=_0xc81333[0x1]%0x10,_0x2395c6=_0xc81333[0x1]-_0x4e959e,_0x4f4f2d=[0x0,_0x4a2351],_0x4650dc=[0x0,_0x4a2351],_0xf141e5=[0x0,0x0],_0x4637b6=[0x0,0x0];let _0x3b7713;for(_0x3b7713=0x0;_0x3b7713<_0x2395c6;_0x3b7713=_0x3b7713+0x10){_0xf141e5[0x0]=_0x187346[_0x3b7713+0x4]|_0x187346[_0x3b7713+0x5]<<0x8|_0x187346[_0x3b7713+0x6]<<0x10|_0x187346[_0x3b7713+0x7]<<0x18,_0xf141e5[0x1]=_0x187346[_0x3b7713]|_0x187346[_0x3b7713+0x1]<<0x8|_0x187346[_0x3b7713+0x2]<<0x10|_0x187346[_0x3b7713+0x3]<<0x18,_0x4637b6[0x0]=_0x187346[_0x3b7713+0xc]|_0x187346[_0x3b7713+0xd]<<0x8|_0x187346[_0x3b7713+0xe]<<0x10|_0x187346[_0x3b7713+0xf]<<0x18,_0x4637b6[0x1]=_0x187346[_0x3b7713+0x8]|_0x187346[_0x3b7713+0x9]<<0x8|_0x187346[_0x3b7713+0xa]<<0x10|_0x187346[_0x3b7713+0xb]<<0x18,x64Multiply(_0xf141e5,C1),x64Rotl(_0xf141e5,0x1f),x64Multiply(_0xf141e5,C2),x64Xor(_0x4f4f2d,_0xf141e5),x64Rotl(_0x4f4f2d,0x1b),x64Add(_0x4f4f2d,_0x4650dc),x64Multiply(_0x4f4f2d,M),x64Add(_0x4f4f2d,N1),x64Multiply(_0x4637b6,C2),x64Rotl(_0x4637b6,0x21),x64Multiply(_0x4637b6,C1),x64Xor(_0x4650dc,_0x4637b6),x64Rotl(_0x4650dc,0x1f),x64Add(_0x4650dc,_0x4f4f2d),x64Multiply(_0x4650dc,M),x64Add(_0x4650dc,N2);}_0xf141e5[0x0]=0x0,_0xf141e5[0x1]=0x0,_0x4637b6[0x0]=0x0,_0x4637b6[0x1]=0x0;const _0x397307=[0x0,0x0];switch(_0x4e959e){case 0xf:_0x397307[0x1]=_0x187346[_0x3b7713+0xe],x64LeftShift(_0x397307,0x30),x64Xor(_0x4637b6,_0x397307);case 0xe:_0x397307[0x1]=_0x187346[_0x3b7713+0xd],x64LeftShift(_0x397307,0x28),x64Xor(_0x4637b6,_0x397307);case 0xd:_0x397307[0x1]=_0x187346[_0x3b7713+0xc],x64LeftShift(_0x397307,0x20),x64Xor(_0x4637b6,_0x397307);case 0xc:_0x397307[0x1]=_0x187346[_0x3b7713+0xb],x64LeftShift(_0x397307,0x18),x64Xor(_0x4637b6,_0x397307);case 0xb:_0x397307[0x1]=_0x187346[_0x3b7713+0xa],x64LeftShift(_0x397307,0x10),x64Xor(_0x4637b6,_0x397307);case 0xa:_0x397307[0x1]=_0x187346[_0x3b7713+0x9],x64LeftShift(_0x397307,0x8),x64Xor(_0x4637b6,_0x397307);case 0x9:_0x397307[0x1]=_0x187346[_0x3b7713+0x8],x64Xor(_0x4637b6,_0x397307),x64Multiply(_0x4637b6,C2),x64Rotl(_0x4637b6,0x21),x64Multiply(_0x4637b6,C1),x64Xor(_0x4650dc,_0x4637b6);case 0x8:_0x397307[0x1]=_0x187346[_0x3b7713+0x7],x64LeftShift(_0x397307,0x38),x64Xor(_0xf141e5,_0x397307);case 0x7:_0x397307[0x1]=_0x187346[_0x3b7713+0x6],x64LeftShift(_0x397307,0x30),x64Xor(_0xf141e5,_0x397307);case 0x6:_0x397307[0x1]=_0x187346[_0x3b7713+0x5],x64LeftShift(_0x397307,0x28),x64Xor(_0xf141e5,_0x397307);case 0x5:_0x397307[0x1]=_0x187346[_0x3b7713+0x4],x64LeftShift(_0x397307,0x20),x64Xor(_0xf141e5,_0x397307);case 0x4:_0x397307[0x1]=_0x187346[_0x3b7713+0x3],x64LeftShift(_0x397307,0x18),x64Xor(_0xf141e5,_0x397307);case 0x3:_0x397307[0x1]=_0x187346[_0x3b7713+0x2],x64LeftShift(_0x397307,0x10),x64Xor(_0xf141e5,_0x397307);case 0x2:_0x397307[0x1]=_0x187346[_0x3b7713+0x1],x64LeftShift(_0x397307,0x8),x64Xor(_0xf141e5,_0x397307);case 0x1:_0x397307[0x1]=_0x187346[_0x3b7713],x64Xor(_0xf141e5,_0x397307),x64Multiply(_0xf141e5,C1),x64Rotl(_0xf141e5,0x1f),x64Multiply(_0xf141e5,C2),x64Xor(_0x4f4f2d,_0xf141e5);}return x64Xor(_0x4f4f2d,_0xc81333),x64Xor(_0x4650dc,_0xc81333),x64Add(_0x4f4f2d,_0x4650dc),x64Add(_0x4650dc,_0x4f4f2d),x64Fmix(_0x4f4f2d),x64Fmix(_0x4650dc),x64Add(_0x4f4f2d,_0x4650dc),x64Add(_0x4650dc,_0x4f4f2d),('00000000'+(_0x4f4f2d[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x4f4f2d[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x4650dc[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x4650dc[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8);}const _0x314ecc={};_0x314ecc['winding']=![],_0x314ecc['unstable']=![],_0x314ecc['geometryMurHash']='',_0x314ecc['textMurHash']='',_0x314ecc['geometryDHash']='',_0x314ecc['textDHash']='';const EMPTY$1=_0x314ecc;function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x3b576c){const [_0x3468f4,_0x4548a2]=makeCanvasContext();if(!isSupported(_0x3468f4,_0x4548a2))return EMPTY$1;const _0x80fc0d=doesSupportWinding(_0x4548a2);return renderAll(_0x3468f4,_0x4548a2,_0x80fc0d);}function makeCanvasContext(){const _0x1bb724=document['createElement']('canvas');return _0x1bb724['width']=0x1,_0x1bb724['height']=0x1,[_0x1bb724,_0x1bb724['getContext']('2d')];}function isSupported(_0x11e0de,_0xa7c073){return _0xa7c073!==undefined&&_0xa7c073!==null&&typeof _0x11e0de['toDataURL']==='function';}function doesSupportWinding(_0x496a08){return _0x496a08['rect'](0x0,0x0,0xa,0xa),_0x496a08['rect'](0x2,0x2,0x6,0x6),!_0x496a08['isPointInPath'](0x5,0x5,'evenodd');}function renderAll(_0x9e4c5f,_0x1320a2,_0x2b8e6f){renderTextImage(_0x9e4c5f,_0x1320a2);const _0x65c2c1=computeDHash(_0x9e4c5f),_0x409606=canvasToString(_0x9e4c5f),_0x236c9d=canvasToString(_0x9e4c5f);if(_0x409606!==_0x236c9d){const _0x175257={};return _0x175257['winding']=_0x2b8e6f,_0x175257['unstable']=!![],_0x175257['geometryMurHash']='',_0x175257['textMurHash']='',_0x175257['geometryDHash']='',_0x175257['textDHash']='',_0x175257;}renderGeometryImage(_0x9e4c5f,_0x1320a2);const _0x5001f4=computeDHash(_0x9e4c5f),_0x3ec251=canvasToString(_0x9e4c5f);return{'winding':_0x2b8e6f,'unstable':![],'geometryMurHash':x64hash128(_0x3ec251),'textMurHash':x64hash128(_0x409606),'geometryDHash':_0x5001f4,'textDHash':_0x65c2c1};}function renderTextImage(_0x24cc1c,_0x131438){_0x24cc1c['width']=0xf0,_0x24cc1c['height']=0x3c,_0x131438['textBaseline']='alphabetic',_0x131438['fillStyle']='#f60',_0x131438['fillRect'](0x64,0x1,0x3e,0x14),_0x131438['fillStyle']='#069',_0x131438['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x531599='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x131438['fillText'](_0x531599,0x2,0xf),_0x131438['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x131438['font']='18pt\x20Arial',_0x131438['fillText'](_0x531599,0x4,0x2d);}function renderGeometryImage(_0x32e4aa,_0x4871d4){_0x32e4aa['width']=0x7a,_0x32e4aa['height']=0x6e,_0x4871d4['globalCompositeOperation']='multiply';for(const [_0x4dda6e,_0xf8337d,_0x4902cb]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x4871d4['fillStyle']=_0x4dda6e,_0x4871d4['beginPath'](),_0x4871d4['arc'](_0xf8337d,_0x4902cb,0x28,0x0,Math['PI']*0x2,!![]),_0x4871d4['closePath'](),_0x4871d4['fill']();}_0x4871d4['fillStyle']='#f9c',_0x4871d4['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x4871d4['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x4871d4['fill']('evenodd');}function canvasToString(_0x36a2d3){return _0x36a2d3['toDataURL']();}function getCanvasAdvanced(){try{const _0x3b85a5=document['createElement']('canvas'),_0x2e7ea6=_0x3b85a5['getContext']('2d');if(!_0x2e7ea6)return null;const _0xf2fb81=renderBlendModes(_0x3b85a5,_0x2e7ea6),_0x396c79=renderShadows(_0x3b85a5,_0x2e7ea6),_0xfe030e=renderGradientPath(_0x3b85a5,_0x2e7ea6),_0x310567=testOffscreenConsistency(_0x3b85a5,_0x2e7ea6),_0x97d095={};return _0x97d095['blendDHash']=_0xf2fb81['dHash'],_0x97d095['shadowDHash']=_0x396c79['dHash'],_0x97d095['gradientDHash']=_0xfe030e['dHash'],_0x97d095['blendMurHash']=_0xf2fb81['murHash'],_0x97d095['shadowMurHash']=_0x396c79['murHash'],_0x97d095['gradientMurHash']=_0xfe030e['murHash'],_0x97d095['offscreenConsistent']=_0x310567,_0x97d095;}catch{return null;}}function renderBlendModes(_0x3ca616,_0x1de4a9){_0x3ca616['width']=0x64,_0x3ca616['height']=0x64,_0x1de4a9['clearRect'](0x0,0x0,0x64,0x64),_0x1de4a9['fillStyle']='#e74c3c',_0x1de4a9['fillRect'](0xa,0xa,0x3c,0x3c),_0x1de4a9['globalCompositeOperation']='multiply',_0x1de4a9['fillStyle']='#3498db',_0x1de4a9['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x1de4a9['globalCompositeOperation']='screen',_0x1de4a9['fillStyle']='#2ecc71',_0x1de4a9['beginPath'](),_0x1de4a9['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x1de4a9['fill'](),_0x1de4a9['globalCompositeOperation']='overlay',_0x1de4a9['fillStyle']='#f39c12',_0x1de4a9['fillRect'](0x14,0x14,0x1e,0x3c),_0x1de4a9['globalCompositeOperation']='source-over';const _0x166ad6=computeDHash(_0x3ca616),_0x5e4b79=x64hash128(_0x3ca616['toDataURL']()),_0x27b123={};return _0x27b123['dHash']=_0x166ad6,_0x27b123['murHash']=_0x5e4b79,_0x27b123;}function renderShadows(_0x3e8d69,_0x28dbd9){_0x3e8d69['width']=0x78,_0x3e8d69['height']=0x50,_0x28dbd9['clearRect'](0x0,0x0,0x78,0x50),_0x28dbd9['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x28dbd9['shadowBlur']=0xa,_0x28dbd9['shadowOffsetX']=0x5,_0x28dbd9['shadowOffsetY']=0x5,_0x28dbd9['fillStyle']='#9b59b6',_0x28dbd9['fillRect'](0x14,0xf,0x28,0x28),_0x28dbd9['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x28dbd9['shadowBlur']=0xf,_0x28dbd9['shadowOffsetX']=-0x3,_0x28dbd9['shadowOffsetY']=0x3,_0x28dbd9['fillStyle']='#1abc9c',_0x28dbd9['beginPath'](),_0x28dbd9['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x28dbd9['fill'](),_0x28dbd9['shadowColor']='transparent',_0x28dbd9['shadowBlur']=0x0,_0x28dbd9['shadowOffsetX']=0x0,_0x28dbd9['shadowOffsetY']=0x0;const _0xd7b7eb=computeDHash(_0x3e8d69),_0x10049e=x64hash128(_0x3e8d69['toDataURL']()),_0x2cc4a1={};return _0x2cc4a1['dHash']=_0xd7b7eb,_0x2cc4a1['murHash']=_0x10049e,_0x2cc4a1;}function renderGradientPath(_0x11ab12,_0x2fec53){_0x11ab12['width']=0x64,_0x11ab12['height']=0x64,_0x2fec53['clearRect'](0x0,0x0,0x64,0x64);const _0x3bb505=_0x2fec53['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x3bb505['addColorStop'](0x0,'#e74c3c'),_0x3bb505['addColorStop'](0.5,'#f39c12'),_0x3bb505['addColorStop'](0x1,'#2ecc71'),_0x2fec53['fillStyle']=_0x3bb505,_0x2fec53['beginPath'](),_0x2fec53['moveTo'](0x32,0x5),_0x2fec53['lineTo'](0x5f,0x23),_0x2fec53['lineTo'](0x50,0x5a),_0x2fec53['lineTo'](0x14,0x5a),_0x2fec53['lineTo'](0x5,0x23),_0x2fec53['closePath'](),_0x2fec53['fill']();try{const _0xa0682d=_0x2fec53['createConicGradient'](0x0,0x32,0x32);_0xa0682d['addColorStop'](0x0,'red'),_0xa0682d['addColorStop'](0.33,'green'),_0xa0682d['addColorStop'](0.66,'blue'),_0xa0682d['addColorStop'](0x1,'red'),_0x2fec53['globalCompositeOperation']='difference',_0x2fec53['fillStyle']=_0xa0682d,_0x2fec53['fillRect'](0xa,0xa,0x50,0x50),_0x2fec53['globalCompositeOperation']='source-over';}catch{}const _0x3d9a00=computeDHash(_0x11ab12),_0x5a26ba=x64hash128(_0x11ab12['toDataURL']()),_0x1267f9={};return _0x1267f9['dHash']=_0x3d9a00,_0x1267f9['murHash']=_0x5a26ba,_0x1267f9;}function testOffscreenConsistency(_0x578bcd,_0x2c9963){if(typeof OffscreenCanvas==='undefined')return null;try{_0x578bcd['width']=0x32,_0x578bcd['height']=0x32,_0x2c9963['clearRect'](0x0,0x0,0x32,0x32),_0x2c9963['fillStyle']='#e74c3c',_0x2c9963['beginPath'](),_0x2c9963['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x2c9963['fill']();const _0x294eaa=computeDHash(_0x578bcd),_0x3b1dbf=new OffscreenCanvas(0x32,0x32),_0x27a3c4=_0x3b1dbf['getContext']('2d');if(!_0x27a3c4)return null;_0x27a3c4['fillStyle']='#e74c3c',_0x27a3c4['beginPath'](),_0x27a3c4['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x27a3c4['fill']();const _0x4162de=document['createElement']('canvas');_0x4162de['width']=0x32,_0x4162de['height']=0x32;const _0x466efe=_0x4162de['getContext']('2d');if(!_0x466efe)return null;const _0x5137d6=_0x3b1dbf['transferToImageBitmap']();_0x466efe['drawImage'](_0x5137d6,0x0,0x0);const _0x3eb29a=computeDHash(_0x4162de);return _0x294eaa===_0x3eb29a;}catch{return null;}}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x3878c4,_0x1c6ca4,_0x2d3b71,_0x3456b8){let _0x1d64cc=_0x3878c4,_0x3d5497=_0x1c6ca4,_0x2c0958=_0x2d3b71,_0x3ad826=_0x3456b8;return function(){const _0x1cf063=_0x3d5497<<0x9;let _0x4d06b2=0x5*_0x1d64cc;return _0x4d06b2=0x9*(_0x4d06b2<<0x7|_0x4d06b2>>>0x19),_0x3ad826^=_0x3d5497,_0x3d5497^=_0x2c0958^=_0x1d64cc,_0x1d64cc^=_0x3ad826,_0x2c0958^=_0x1cf063,_0x3ad826=_0x3ad826<<0xb|_0x3ad826>>>0x15,(_0x4d06b2>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x3a268c=document['createElement']('canvas'),_0x4cefdc=_0x3a268c['getContext']('2d');if(_0x4cefdc===null)return null;_0x3a268c['width']=CANVAS_DIM,_0x3a268c['height']=CANVAS_DIM;const _0x54ad84=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x1fb6be=_0x54ad84()*CANVAS_DIM,_0x1bfd49=_0x54ad84()*CANVAS_DIM,_0x466a33=_0x4cefdc['createRadialGradient'](_0x1fb6be,_0x1bfd49,0x2,_0x1fb6be,_0x1bfd49,CANVAS_DIM*0.8);for(let _0x368c02=0x0;_0x368c02<0x5;_0x368c02++){const _0x420b8b=Math['floor'](_0x54ad84()*0x100),_0x58d8be=Math['floor'](_0x54ad84()*0x100),_0x58df08=Math['floor'](_0x54ad84()*0x100);_0x466a33['addColorStop'](_0x368c02/0x4,'rgb('+_0x420b8b+','+_0x58d8be+','+_0x58df08+')');}_0x4cefdc['fillStyle']=_0x466a33,_0x4cefdc['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x5194c6=0x0;_0x5194c6<0x3;_0x5194c6++){_0x4cefdc['beginPath'](),_0x4cefdc['arc'](_0x54ad84()*CANVAS_DIM,_0x54ad84()*CANVAS_DIM,_0x54ad84()*CANVAS_DIM*0.4+0x2,_0x54ad84()*Math['PI']*0x2,_0x54ad84()*Math['PI']*0x2),_0x4cefdc['strokeStyle']='rgba('+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+(_0x54ad84()*0.5+0.5)['toFixed'](0x2)+')',_0x4cefdc['lineWidth']=_0x54ad84()*0x3+0.5,_0x4cefdc['stroke']();}for(let _0xdb34c4=0x0;_0xdb34c4<0x2;_0xdb34c4++){_0x4cefdc['beginPath'](),_0x4cefdc['moveTo'](_0x54ad84()*CANVAS_DIM,_0x54ad84()*CANVAS_DIM),_0x4cefdc['bezierCurveTo'](_0x54ad84()*CANVAS_DIM,_0x54ad84()*CANVAS_DIM,_0x54ad84()*CANVAS_DIM,_0x54ad84()*CANVAS_DIM,_0x54ad84()*CANVAS_DIM,_0x54ad84()*CANVAS_DIM),_0x4cefdc['strokeStyle']='rgba('+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+(_0x54ad84()*0.5+0.5)['toFixed'](0x2)+')',_0x4cefdc['lineWidth']=_0x54ad84()*0x2+0.5,_0x4cefdc['stroke']();}_0x4cefdc['shadowBlur']=_0x54ad84()*0x8+0x2,_0x4cefdc['shadowColor']='rgba('+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+',0.7)',_0x4cefdc['shadowOffsetX']=_0x54ad84()*0x4-0x2,_0x4cefdc['shadowOffsetY']=_0x54ad84()*0x4-0x2,_0x4cefdc['fillStyle']='rgb('+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+')',_0x4cefdc['fillRect'](_0x54ad84()*CANVAS_DIM*0.5,_0x54ad84()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x4cefdc['shadowBlur']=0x0,_0x4cefdc['shadowColor']='transparent',_0x4cefdc['shadowOffsetX']=0x0,_0x4cefdc['shadowOffsetY']=0x0;const _0x1d3c8c=['serif','sans-serif','monospace'];for(let _0x18ea59=0x0;_0x18ea59<0x3;_0x18ea59++){const _0x4b0108=Math['floor'](_0x54ad84()*0xc)+0x8;_0x4cefdc['font']=_0x4b0108+'px\x20'+_0x1d3c8c[_0x18ea59%0x3],_0x4cefdc['fillStyle']='rgb('+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+')',_0x4cefdc['fillText'](String['fromCharCode'](Math['floor'](_0x54ad84()*0x1a)+0x41,Math['floor'](_0x54ad84()*0x1a)+0x61,Math['floor'](_0x54ad84()*0xa)+0x30),_0x54ad84()*CANVAS_DIM*0.7,_0x54ad84()*CANVAS_DIM*0.8+_0x4b0108);}_0x4cefdc['globalAlpha']=0.3;const _0x34888d=_0x4cefdc['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x34888d['addColorStop'](0x0,'rgba('+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+',1)'),_0x34888d['addColorStop'](0x1,'rgba('+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+','+Math['floor'](_0x54ad84()*0x100)+',1)'),_0x4cefdc['fillStyle']=_0x34888d,_0x4cefdc['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x4cefdc['globalAlpha']=0x1;const _0x248313=_0x4cefdc['getImageData'](0x0,0x0,_0x3a268c['width'],_0x3a268c['height']),_0xf74c8d=fnv1a$2(_0x248313['data']),_0x1a6a8f=computeDHash(_0x3a268c),_0x218313=x64hash128(_0x3a268c['toDataURL']()),_0x1972e7={};return _0x1972e7['p']=_0xf74c8d,_0x1972e7['d']=CANVAS_DIM,_0x1972e7['dHash']=_0x1a6a8f,_0x1972e7['murHash']=_0x218313,_0x1972e7;}catch{return null;}}function getColorGamut(){for(const _0x2c1362 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x2c1362+')')['matches'])return _0x2c1362;}return undefined;}const _0x3299b2={};_0x3299b2['prop']='width',_0x3299b2['value']='calc(sin(1)\x20*\x201000px)',_0x3299b2['label']='sin1';const _0x13f035={};_0x13f035['prop']='width',_0x13f035['value']='calc(cos(1)\x20*\x201000px)',_0x13f035['label']='cos1';const _0x108c10={};_0x108c10['prop']='width',_0x108c10['value']='calc(tan(0.5)\x20*\x201000px)',_0x108c10['label']='tan05';const _0x6587e7={};_0x6587e7['prop']='width',_0x6587e7['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x6587e7['label']='sincos';const _0x313d8a={};_0x313d8a['prop']='width',_0x313d8a['value']='calc(sin(0.001)\x20*\x201000000px)',_0x313d8a['label']='sin_small';const _0x910e87={};_0x910e87['prop']='width',_0x910e87['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x910e87['label']='cos_pi';const _0xa0599c={};_0xa0599c['prop']='width',_0xa0599c['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0xa0599c['label']='tan15';const _0x461db0={};_0x461db0['prop']='width',_0x461db0['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x461db0['label']='sin_large';const _0x2020ba={};_0x2020ba['prop']='height',_0x2020ba['value']='calc(sqrt(2)\x20*\x201000px)',_0x2020ba['label']='sqrt2';const _0x18fd01={};_0x18fd01['prop']='height',_0x18fd01['value']='calc(exp(1)\x20*\x20100px)',_0x18fd01['label']='exp1';const _0x3e017e={};_0x3e017e['prop']='height',_0x3e017e['value']='calc(log(10)\x20*\x201000px)',_0x3e017e['label']='log10';const _0x143004={};_0x143004['prop']='height',_0x143004['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x143004['label']='hypot34';const EXPRESSIONS=[_0x3299b2,_0x13f035,_0x108c10,_0x6587e7,_0x313d8a,_0x910e87,_0xa0599c,_0x461db0,_0x2020ba,_0x18fd01,_0x3e017e,_0x143004];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 _0x1c6385=document['createElement']('div');_0x1c6385['style']['position']='absolute',_0x1c6385['style']['visibility']='hidden',_0x1c6385['style']['overflow']='hidden',_0x1c6385['style']['top']='-9999px',_0x1c6385['style']['left']='-9999px',document['body']['appendChild'](_0x1c6385);const _0xc6910c={};for(const _0x1d6960 of EXPRESSIONS){const _0x474798=document['createElement']('div');_0x474798['style']['position']='absolute',_0x474798['style'][_0x1d6960['prop']]=_0x1d6960['value'],_0x1c6385['appendChild'](_0x474798);const _0x314c74=getComputedStyle(_0x474798),_0x432683=parseFloat(_0x314c74[_0x1d6960['prop']]);!isNaN(_0x432683)&&isFinite(_0x432683)&&(_0xc6910c[_0x1d6960['label']]=Math['round'](_0x432683*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x1c6385),Object['keys'](_0xc6910c)['length']>0x0?_0xc6910c:null;}catch{return null;}}const KEY_SYSTEMS=[['wv','com.widevine.alpha'],['wvp','com.widevine.alpha.experiment'],['pr','com.microsoft.playready'],['ck','org.w3.clearkey'],['pt','com.adobe.primetime'],['fp','com.apple.fairplay']],_0x45f8c7={};_0x45f8c7['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x433039={};_0x433039['initDataTypes']=['cenc'],_0x433039['audioCapabilities']=[_0x45f8c7];const PROBE_CONFIG=[_0x433039];function getRequestFn(){if(typeof navigator==='undefined')return null;const _0x12ea0f=navigator['requestMediaKeySystemAccess'];if(typeof _0x12ea0f!=='function')return null;return _0x12ea0f;}function getDrmSystems(){const _0x3cc2b0=getRequestFn();if(_0x3cc2b0===null)return null;return async()=>{const _0x176d91={};_0x176d91['wv']=![],_0x176d91['wvp']=![],_0x176d91['pr']=![],_0x176d91['ck']=![],_0x176d91['pt']=![],_0x176d91['fp']=![];const _0x1b8e36=_0x176d91;return await Promise['all'](KEY_SYSTEMS['map'](async([_0xa16d52,_0x11f134])=>{try{await _0x3cc2b0['call'](navigator,_0x11f134,PROBE_CONFIG),_0x1b8e36[_0xa16d52]=!![];}catch{_0x1b8e36[_0xa16d52]=![];}})),_0x1b8e36;};}const IFRAME_INIT_TIMEOUT_MS=0x1388,IFRAME_ACTION_TIMEOUT_MS=0xbb8,BODY_POLL_TIMEOUT_MS=0x1388;async function withIframe(_0x512cf9,_0xd57d4b,_0x571b24=0x32){const _0x449960=document;while(_0x449960['body']===null){await wait(_0x571b24);}const _0x25e6fb=_0x449960['createElement']('iframe');try{await new Promise((_0x3b78c3,_0x1b22a3)=>{let _0x3a0b92=![];const _0x4a4cfd=()=>{_0x3a0b92=!![],_0x3b78c3();},_0x370af2=_0x27377f=>{_0x3a0b92=!![],_0x1b22a3(_0x27377f);};_0x25e6fb['onload']=_0x4a4cfd,_0x25e6fb['onerror']=_0x370af2;const {style:_0x59172}=_0x25e6fb;_0x59172['setProperty']('display','block','important'),_0x59172['position']='absolute',_0x59172['top']='0',_0x59172['left']='0',_0x59172['visibility']='hidden';_0xd57d4b!==undefined&&_0xd57d4b!==''&&'srcdoc'in _0x25e6fb?_0x25e6fb['srcdoc']=_0xd57d4b:_0x25e6fb['src']='about:blank';_0x449960['body']['appendChild'](_0x25e6fb);const _0x58dd11=()=>{if(_0x3a0b92)return;_0x25e6fb['contentWindow']?.['document']['readyState']==='complete'?_0x4a4cfd():setTimeout(_0x58dd11,0xa);};_0x58dd11();});while(!_0x25e6fb['contentWindow']?.['document']['body']){await wait(_0x571b24);}return await _0x512cf9(_0x25e6fb,_0x25e6fb['contentWindow']);}finally{_0x25e6fb['parentNode']?.['removeChild'](_0x25e6fb);}}function emptyCounters(){const _0xb86d77={};return _0xb86d77['creations']=0x0,_0xb86d77['loadsCompleted']=0x0,_0xb86d77['initErrors']=0x0,_0xb86d77['initTimeouts']=0x0,_0xb86d77['actionTimeouts']=0x0,_0xb86d77['actionsCompleted']=0x0,_0xb86d77['actionsErrored']=0x0,_0xb86d77['readyStateSpins']=0x0,_0xb86d77['bodyAwaitSpins']=0x0,_0xb86d77['bodyAwaitMs']=0x0,_0xb86d77;}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];['dc']=emptyCounters();constructor(_0x1b0c61=0x1388){this['idleTimeoutMs']=_0x1b0c61;}['getDebugCounters'](){const _0x4f613b={...this['dc']};return _0x4f613b;}['execute'](_0x114010){return new Promise((_0x4f8d81,_0xbf57d4)=>{const _0x303bb0={};_0x303bb0['action']=_0x114010,_0x303bb0['resolve']=_0x4f8d81,_0x303bb0['reject']=_0xbf57d4,this['queue']['push'](_0x303bb0),void this['processQueue']();});}async['processQueue'](){if(this['processing'])return;this['processing']=!![];try{while(this['queue']['length']>0x0){this['idleTimer']!==null&&(clearTimeout(this['idleTimer']),this['idleTimer']=null);try{await withTimeoutReject(this['ensureIframe'](),IFRAME_INIT_TIMEOUT_MS,()=>{return this['dc']['initTimeouts']+=0x1,new Error('IframePool:\x20ensureIframe\x20timed\x20out\x20after\x20'+IFRAME_INIT_TIMEOUT_MS+'ms');});}catch(_0x4112d6){this['dc']['initErrors']+=0x1;const _0x595f7c=this['queue']['shift']();_0x595f7c?.['reject'](_0x4112d6);continue;}const _0x9c72ec=this['queue']['shift'](),_0x104b5e=this['iframe'];if(_0x9c72ec===undefined)continue;if(_0x104b5e===null){_0x9c72ec['reject'](new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run'));continue;}try{const _0x43d9a8=await withTimeoutReject(Promise['resolve'](_0x9c72ec['action'](_0x104b5e,_0x104b5e['contentWindow'])),IFRAME_ACTION_TIMEOUT_MS,()=>{return this['dc']['actionTimeouts']+=0x1,new Error('IframePool:\x20action\x20timed\x20out\x20after\x20'+IFRAME_ACTION_TIMEOUT_MS+'ms');});this['dc']['actionsCompleted']+=0x1,_0x9c72ec['resolve'](_0x43d9a8);}catch(_0x28a0ee){this['dc']['actionsErrored']+=0x1,_0x9c72ec['reject'](_0x28a0ee);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x5bd4eb=document,_0x43f8bf=Date['now'](),_0x3f94db=_0x43f8bf+BODY_POLL_TIMEOUT_MS;while(_0x5bd4eb['body']===null){if(Date['now']()>_0x3f94db){this['dc']['bodyAwaitMs']+=Date['now']()-_0x43f8bf;throw new Error('IframePool:\x20document.body\x20did\x20not\x20appear\x20within\x20'+BODY_POLL_TIMEOUT_MS+'ms');}this['dc']['bodyAwaitSpins']+=0x1,await wait(0x32);}this['dc']['bodyAwaitMs']+=Date['now']()-_0x43f8bf;if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x1ce32b=_0x5bd4eb['createElement']('iframe');this['dc']['creations']+=0x1,this['iframe']=_0x1ce32b,this['iframeReady']=new Promise((_0x4c00c3,_0xa69528)=>{let _0x3bb025=![];_0x1ce32b['onload']=()=>{_0x3bb025=!![],this['dc']['loadsCompleted']+=0x1,_0x4c00c3();},_0x1ce32b['onerror']=_0x5786a4=>{_0x3bb025=!![],this['dc']['initErrors']+=0x1,_0xa69528(_0x5786a4);};const {style:_0x2dde59}=_0x1ce32b;_0x2dde59['setProperty']('display','block','important'),_0x2dde59['position']='absolute',_0x2dde59['top']='0',_0x2dde59['left']='0',_0x2dde59['visibility']='hidden',_0x1ce32b['src']='about:blank',_0x5bd4eb['body']['appendChild'](_0x1ce32b);const _0x1c9762=()=>{if(_0x3bb025)return;_0x1ce32b['contentWindow']?.['document']['readyState']==='complete'?(_0x3bb025=!![],this['dc']['loadsCompleted']+=0x1,_0x4c00c3()):(this['dc']['readyStateSpins']+=0x1,setTimeout(_0x1c9762,0xa));};_0x1c9762();}),await this['iframeReady'];const _0x58e7c8=Date['now']()+BODY_POLL_TIMEOUT_MS;while(!_0x1ce32b['contentWindow']?.['document']['body']){if(Date['now']()>_0x58e7c8)throw new Error('IframePool:\x20iframe\x20body\x20did\x20not\x20appear\x20within\x20'+BODY_POLL_TIMEOUT_MS+'ms');await wait(0x32);}}['scheduleCleanup'](){this['idleTimer']=setTimeout(()=>{this['destroy']();},this['idleTimeoutMs']);}['destroy'](){this['idleTimer']!==null&&(clearTimeout(this['idleTimer']),this['idleTimer']=null);this['iframe']&&(this['iframe']['parentNode']?.['removeChild'](this['iframe']),this['iframe']=null,this['iframeReady']=null);if(this['queue']['length']>0x0){const _0x431eb0=this['queue']['splice'](0x0),_0x13b237=new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run');for(const _0x5288e7 of _0x431eb0)_0x5288e7['reject'](_0x13b237);}}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function addStyleString(_0xfa86e8,_0x432035){for(const _0x413793 of _0x432035['split'](';')){const _0x578f0f=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/['exec'](_0x413793);if(_0x578f0f){const [,_0x3fac69,_0x10d843,,_0x56cab1]=_0x578f0f;_0xfa86e8['setProperty'](_0x3fac69,_0x10d843,_0x56cab1??'');}}}function isAnyParentCrossOrigin(){let _0x42a925=window;for(;;){const _0x425fcf=_0x42a925['parent'];if(_0x425fcf===_0x42a925)return![];try{if(_0x425fcf['location']['origin']!==_0x42a925['location']['origin'])return!![];}catch(_0x2e0e4a){if(_0x2e0e4a instanceof Error&&_0x2e0e4a['name']==='SecurityError')return!![];throw _0x2e0e4a;}_0x42a925=_0x425fcf;}}function getEmojiSignal(){let _0x5a4885='';for(let _0x51cf09=0x1f600;_0x51cf09<=0x1f64f;_0x51cf09++){_0x5a4885+=String['fromCodePoint'](_0x51cf09);}return getIframePool()['execute']((_0x57c5b6,_0x107504)=>{const _0x417449=_0x107504['document'],_0x277167=_0x417449['createElement']('span');_0x277167['style']['whiteSpace']='nowrap',_0x277167['innerText']=_0x5a4885,_0x417449['body']['append'](_0x277167);const _0x1e75df={},_0x1f4fd6=['x','y','left','right','bottom','height','top','width'],_0x20650d=_0x277167['getBoundingClientRect']();for(const _0x58624e of _0x1f4fd6){_0x58624e in _0x20650d&&(_0x1e75df[_0x58624e]=Math['round'](_0x20650d[_0x58624e]*0x64)/0x64);}const _0x3c77e0=_0x107504['getComputedStyle'](_0x277167,null)['getPropertyValue']('font-family');return _0x1e75df['font']=_0x3c77e0,_0x417449['body']['removeChild'](_0x277167),_0x1e75df;});}function getEndianness(){const _0x373714=new Float32Array(0x1),_0x411572=new Uint8Array(_0x373714['buffer']);return _0x373714[0x0]=Infinity,_0x373714[0x0]=_0x373714[0x0]-_0x373714[0x0],_0x411572[0x3];}const defaultText='mmMwWLliI0fiflO&1',_0x2c762e={};_0x2c762e['font']='-apple-system-body';const _0x187bf4={};_0x187bf4['fontFamily']='serif';const _0x50fb58={};_0x50fb58['fontFamily']='sans-serif';const _0xf5e514={};_0xf5e514['fontFamily']='monospace';const _0x3de962={};_0x3de962['fontSize']='1px';const _0x135fc4={};_0x135fc4['fontFamily']='system-ui';const _0x364813={};_0x364813['default']=[],_0x364813['apple']=[_0x2c762e],_0x364813['serif']=[_0x187bf4],_0x364813['sans']=[_0x50fb58],_0x364813['mono']=[_0xf5e514],_0x364813['min']=[_0x3de962],_0x364813['system']=[_0x135fc4];const presets=_0x364813;function getFontPreferences(){return withNaturalFonts((_0x48de26,_0x3651be,_0x40125c)=>{const _0x6afc25={},_0x126cc2={};for(const _0x286ad1 of Object['keys'](presets)){const [_0x1c279a={},_0x1b990a=defaultText]=presets[_0x286ad1],_0x2ebb52=_0x48de26['createElement']('span');_0x2ebb52['textContent']=_0x1b990a,_0x2ebb52['style']['whiteSpace']='nowrap';for(const _0xc8126c of Object['keys'](_0x1c279a)){const _0x21cf7f=_0x1c279a[_0xc8126c];_0x21cf7f!==undefined&&(_0x2ebb52['style'][_0xc8126c]=_0x21cf7f);}_0x6afc25[_0x286ad1]=_0x2ebb52,_0x3651be['append'](_0x48de26['createElement']('br'),_0x2ebb52);}const _0x1bfe97=_0x40125c['devicePixelRatio']>0x0?_0x40125c['devicePixelRatio']:0x1;for(const _0x31f8e9 of Object['keys'](presets)){_0x126cc2[_0x31f8e9]=Math['round'](_0x6afc25[_0x31f8e9]['getBoundingClientRect']()['width']*_0x1bfe97*0x64)/0x64;}return _0x126cc2;});}function withNaturalFonts(_0x5e6f45,_0x216c6b=0xfa0){return withIframe((_0x3e05ef,_0x24e501)=>{const _0x3fa4d0=_0x24e501['document'],_0x48d8d7=_0x3fa4d0['body'],_0x4f824e=_0x48d8d7['style'];_0x4f824e['width']=_0x216c6b+'px',_0x4f824e['webkitTextSizeAdjust']=_0x4f824e['textSizeAdjust']='none';if(isChromium())_0x48d8d7['style']['zoom']=''+0x1/_0x24e501['devicePixelRatio'];else isWebKit()&&(_0x48d8d7['style']['zoom']='reset');const _0x44eeb2=_0x3fa4d0['createElement']('div'),_0x492145={};return _0x492145['length']=_0x216c6b/0x14<<0x0,_0x44eeb2['textContent']=Array['from'](_0x492145)['map'](()=>'word')['join']('\x20'),_0x48d8d7['appendChild'](_0x44eeb2),_0x5e6f45(_0x3fa4d0,_0x48d8d7,_0x24e501);},'<!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']((_0x5f53b2,{document:_0x20e978})=>{const _0x44b27d=_0x20e978['body'];_0x44b27d['style']['fontSize']=textSize;const _0xdec2fc=_0x20e978['createElement']('div');_0xdec2fc['style']['setProperty']('visibility','hidden','important');const _0x5968a8={},_0x3ed282={},_0x42821d=_0x5d30a6=>{const _0xb1b32a=_0x20e978['createElement']('span'),{style:_0x1e5a82}=_0xb1b32a;return _0x1e5a82['position']='absolute',_0x1e5a82['top']='0',_0x1e5a82['left']='0',_0x1e5a82['fontFamily']=_0x5d30a6,_0xb1b32a['textContent']=testString,_0xdec2fc['appendChild'](_0xb1b32a),_0xb1b32a;},_0x1e6e9a=(_0x258ed6,_0xb339aa)=>{return _0x42821d('\x27'+_0x258ed6+'\x27,'+_0xb339aa);},_0x11c742=()=>{return baseFonts['map'](_0x42821d);},_0x5593c4=()=>{const _0x4f7faa={};for(const _0x213b94 of fontList){_0x4f7faa[_0x213b94]=baseFonts['map'](_0x13337e=>_0x1e6e9a(_0x213b94,_0x13337e));}return _0x4f7faa;},_0x491ed9=_0x1414e8=>{return baseFonts['some']((_0x2cee63,_0x17e873)=>_0x1414e8[_0x17e873]['offsetWidth']!==_0x5968a8[_0x2cee63]||_0x1414e8[_0x17e873]['offsetHeight']!==_0x3ed282[_0x2cee63]);},_0x1385f9=_0x11c742(),_0x207ab1=_0x5593c4();_0x44b27d['appendChild'](_0xdec2fc);for(let _0x21008f=0x0;_0x21008f<baseFonts['length'];_0x21008f++){_0x5968a8[baseFonts[_0x21008f]]=_0x1385f9[_0x21008f]['offsetWidth'],_0x3ed282[baseFonts[_0x21008f]]=_0x1385f9[_0x21008f]['offsetHeight'];}return fontList['filter'](_0x5eef61=>_0x491ed9(_0x207ab1[_0x5eef61]));});}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(_0x2ab326){const _0x37edf6=_0x2ab326['info'];if(_0x37edf6!==undefined&&_0x37edf6!==null){const _0x2e5ebf={};return _0x2e5ebf['vendor']=_0x37edf6['vendor'],_0x2e5ebf['architecture']=_0x37edf6['architecture'],_0x2e5ebf;}if(typeof _0x2ab326['requestAdapterInfo']==='function'){const _0x163206=await _0x2ab326['requestAdapterInfo'](),_0x474710={};return _0x474710['vendor']=_0x163206['vendor'],_0x474710['architecture']=_0x163206['architecture'],_0x474710;}const _0x425887={};return _0x425887['vendor']='',_0x425887['architecture']='',_0x425887;}function createTextureData(){const _0x223a59=[],_0x23b09c=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x30f240=0x0;_0x30f240<TEX_WIDTH*TEX_HEIGHT;_0x30f240++){_0x223a59['push'](..._0x23b09c[_0x30f240%0x3]);}return new Uint8Array(_0x223a59);}function quantizeTiming(_0x403dd6){const _0xaaebf6=Number(_0x403dd6/0x3e8n);return Math['round'](_0xaaebf6/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x275fb8,_0x195354){const _0x2ed4e3=[];for(const _0x181cc6 of _0x195354){_0x2ed4e3['push'](_0x181cc6);}const _0xa61448={};_0xa61448['requiredFeatures']=_0x2ed4e3;const _0x435142=await _0x275fb8['requestDevice'](_0xa61448);try{return await renderAndReadbackOnDevice(_0x435142);}finally{typeof _0x435142['destroy']==='function'&&_0x435142['destroy']();}}async function renderAndReadbackOnDevice(_0xba99e2){const _0x2abf83='rgba8unorm',_0x112eef={};_0x112eef['label']='fp-shader',_0x112eef['code']=WGSL_SHADER;const _0x3d8049=_0xba99e2['createShaderModule'](_0x112eef),_0x55bc4c={};_0x55bc4c['module']=_0x3d8049;const _0x16d56a={};_0x16d56a['format']=_0x2abf83;const _0x12aca8={};_0x12aca8['module']=_0x3d8049,_0x12aca8['targets']=[_0x16d56a];const _0x65de56={};_0x65de56['topology']='triangle-list';const _0x498e82={};_0x498e82['label']='fp-pipeline',_0x498e82['layout']='auto',_0x498e82['vertex']=_0x55bc4c,_0x498e82['fragment']=_0x12aca8,_0x498e82['primitive']=_0x65de56;const _0x377e05=_0xba99e2['createRenderPipeline'](_0x498e82),_0x39a101=createTextureData(),_0x898a4e={};_0x898a4e['label']='fp-src-texture',_0x898a4e['size']=[TEX_WIDTH,TEX_HEIGHT],_0x898a4e['format']='rgba8unorm',_0x898a4e['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x4957ff=_0xba99e2['createTexture'](_0x898a4e),_0x5d84f7={};_0x5d84f7['texture']=_0x4957ff;const _0x5bc1c6={};_0x5bc1c6['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x4428a3={};_0x4428a3['width']=TEX_WIDTH,_0x4428a3['height']=TEX_HEIGHT,_0xba99e2['queue']['writeTexture'](_0x5d84f7,_0x39a101['buffer'],_0x5bc1c6,_0x4428a3);const _0x43893e={};_0x43893e['label']='fp-sampler';const _0x580924=_0xba99e2['createSampler'](_0x43893e),_0x59f337={};_0x59f337['binding']=0x0,_0x59f337['resource']=_0x580924;const _0x23f7ba=_0xba99e2['createBindGroup']({'layout':_0x377e05['getBindGroupLayout'](0x0),'entries':[_0x59f337,{'binding':0x1,'resource':_0x4957ff['createView']()}]}),_0x57125c=ROTATION_MATRICES['map'](_0xe8e102=>{const _0x1f8763={};_0x1f8763['label']='fp-uniform',_0x1f8763['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x1f8763['usage']=GPUBufferUsage['UNIFORM'],_0x1f8763['mappedAtCreation']=!![];const _0xf391d6=_0xba99e2['createBuffer'](_0x1f8763);new Float32Array(_0xf391d6['getMappedRange']())['set'](_0xe8e102),_0xf391d6['unmap']();const _0x4d06f0={};_0x4d06f0['buffer']=_0xf391d6;const _0x4feeb7={};return _0x4feeb7['binding']=0x0,_0x4feeb7['resource']=_0x4d06f0,_0xba99e2['createBindGroup']({'layout':_0x377e05['getBindGroupLayout'](0x1),'entries':[_0x4feeb7]});}),_0x2efac5=_0xba99e2['features']['has']('timestamp-query');let _0x1b0461=null,_0x46821a=null,_0x180005=null;if(_0x2efac5){const _0x212bac={};_0x212bac['label']='fp-ts',_0x212bac['type']='timestamp',_0x212bac['count']=0x2,_0x1b0461=_0xba99e2['createQuerySet'](_0x212bac);const _0x1b0e5b={};_0x1b0e5b['size']=0x2*0x8,_0x1b0e5b['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x46821a=_0xba99e2['createBuffer'](_0x1b0e5b);const _0x30610d={};_0x30610d['size']=0x2*0x8,_0x30610d['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x180005=_0xba99e2['createBuffer'](_0x30610d);}const _0x2eed96={};_0x2eed96['label']='fp-rt',_0x2eed96['size']=[RT_WIDTH,RT_HEIGHT],_0x2eed96['format']=_0x2abf83,_0x2eed96['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x348ddb=_0xba99e2['createTexture'](_0x2eed96),_0x46762f=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x490ab1={};_0x490ab1['label']='fp-pixel-read',_0x490ab1['size']=_0x46762f*RT_HEIGHT,_0x490ab1['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x32fc62=_0xba99e2['createBuffer'](_0x490ab1),_0x466e44=[],_0x280be1=[];for(let _0x16262f=0x0;_0x16262f<ROTATION_MATRICES['length'];_0x16262f++){const _0x5d364e=_0x348ddb['createView'](),_0x3a36fb={};_0x3a36fb['label']='fp-enc-'+_0x16262f;const _0x5858c0=_0xba99e2['createCommandEncoder'](_0x3a36fb),_0x4340b8={};_0x4340b8['r']=0x0,_0x4340b8['g']=0x0,_0x4340b8['b']=0x0,_0x4340b8['a']=0x1;const _0x1b0749={};_0x1b0749['view']=_0x5d364e,_0x1b0749['clearValue']=_0x4340b8,_0x1b0749['loadOp']='clear',_0x1b0749['storeOp']='store';const _0x168dc5={'label':'fp-pass-'+_0x16262f,'colorAttachments':[_0x1b0749],..._0x2efac5&&_0x1b0461?{'timestampWrites':{'querySet':_0x1b0461,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x5866bb=_0x168dc5,_0x545f43=_0x5858c0['beginRenderPass'](_0x5866bb);_0x545f43['setPipeline'](_0x377e05),_0x545f43['setBindGroup'](0x0,_0x23f7ba),_0x545f43['setBindGroup'](0x1,_0x57125c[_0x16262f]),_0x545f43['draw'](0x6),_0x545f43['end']();_0x2efac5&&_0x1b0461&&_0x46821a&&_0x180005&&(_0x5858c0['resolveQuerySet'](_0x1b0461,0x0,0x2,_0x46821a,0x0),_0x5858c0['copyBufferToBuffer'](_0x46821a,0x0,_0x180005,0x0,_0x46821a['size']));const _0x25770f={};_0x25770f['x']=0x0,_0x25770f['y']=0x0;const _0x1bf202={};_0x1bf202['texture']=_0x348ddb,_0x1bf202['origin']=_0x25770f;const _0x3c8622={};_0x3c8622['buffer']=_0x32fc62,_0x3c8622['bytesPerRow']=_0x46762f,_0x3c8622['rowsPerImage']=RT_HEIGHT;const _0x367f2f={};_0x367f2f['width']=RT_WIDTH,_0x367f2f['height']=RT_HEIGHT,_0x5858c0['copyTextureToBuffer'](_0x1bf202,_0x3c8622,_0x367f2f),_0xba99e2['queue']['submit']([_0x5858c0['finish']()]),await _0x32fc62['mapAsync'](GPUMapMode['READ']);const _0x43bdbc=new Uint8Array(_0x32fc62['getMappedRange']()),_0x775a07=RT_WIDTH*BYTES_PER_PIXEL,_0x74359b=new Uint8Array(_0x775a07*RT_HEIGHT);for(let _0x5c69cc=0x0;_0x5c69cc<RT_HEIGHT;_0x5c69cc++){_0x74359b['set'](_0x43bdbc['subarray'](_0x5c69cc*_0x46762f,_0x5c69cc*_0x46762f+_0x775a07),_0x5c69cc*_0x775a07);}_0x466e44['push'](fnv1a$1(_0x74359b)),_0x32fc62['unmap']();if(_0x2efac5&&_0x180005)try{await _0x180005['mapAsync'](GPUMapMode['READ']);const _0xdafdaf=new BigUint64Array(_0x180005['getMappedRange']()),_0x247930=_0xdafdaf[0x0],_0x270777=_0xdafdaf[0x1];_0x270777>_0x247930&&_0x280be1['push'](quantizeTiming(_0x270777-_0x247930)),_0x180005['unmap']();}catch{}}const _0x3acb17=new Uint8Array(_0x466e44['length']*0x4),_0x159a92=new DataView(_0x3acb17['buffer']);for(let _0x3d32f7=0x0;_0x3d32f7<_0x466e44['length'];_0x3d32f7++){_0x159a92['setUint32'](_0x3d32f7*0x4,_0x466e44[_0x3d32f7],!![]);}let _0x2ad0d9='';for(let _0x1ccde3=0x0;_0x1ccde3<_0x3acb17['length'];_0x1ccde3++){_0x2ad0d9+=String['fromCharCode'](_0x3acb17[_0x1ccde3]);}return{'pixelHash':btoa(_0x2ad0d9),'timingBuckets':_0x280be1};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x1dc4de={};return _0x1dc4de['s']=-0x1,_0x1dc4de['v']=null,_0x1dc4de;}const _0x28e40a={};_0x28e40a['s']=-0x2,_0x28e40a['v']=null;const _0x1262a3=await Promise['race']([collectWebGpuSignal(),new Promise(_0x346f78=>setTimeout(()=>_0x346f78(_0x28e40a),TIMEOUT_MS))]);return _0x1262a3;}async function collectWebGpuSignal(){const {getCachedGpuAdapter:_0x4cc8cf}=await Promise['resolve']()['then'](function(){return webgpuAdapter;});let _0x90b2a3;try{const _0x1d7063=_0x4cc8cf(),_0x878b67={};_0x878b67['s']=-0x4,_0x878b67['v']=null;if(_0x1d7063===null)return _0x878b67;const _0x25df60=await _0x1d7063;if(_0x25df60===null){const _0x542f79={};return _0x542f79['s']=-0x4,_0x542f79['v']=null,_0x542f79;}_0x90b2a3=_0x25df60;}catch(_0xa5b06d){if(_0xa5b06d instanceof Error){const _0x232ea0={};return _0x232ea0['s']=-0x3,_0x232ea0['v']=null,_0x232ea0;}throw _0xa5b06d;}try{const _0x24fae7=Array['from'](_0x90b2a3['features']['values']())['sort'](),[_0x54cd12,_0x2d80c9]=await Promise['all']([renderAndReadback(_0x90b2a3,_0x24fae7),getAdapterInfo$1(_0x90b2a3)]),_0x33d595={};_0x33d595['s']=_0x24fae7,_0x33d595['f']=_0x54cd12['pixelHash'],_0x33d595['t']=_0x54cd12['timingBuckets'],_0x33d595['v']=_0x2d80c9['vendor'],_0x33d595['a']=_0x2d80c9['architecture'];const _0x5ad369={};return _0x5ad369['s']=0x0,_0x5ad369['v']=_0x33d595,_0x5ad369;}catch(_0x4537c9){if(_0x4537c9 instanceof TypeError){const _0x3aa09b={};return _0x3aa09b['s']=-0x7,_0x3aa09b['v']=null,_0x3aa09b;}throw _0x4537c9;}}const _0x49b7fa={};_0x49b7fa['text']='今天天气真好我们出去玩吧',_0x49b7fa['locale']='zh',_0x49b7fa['gran']='word';const _0x2d36d9={};_0x2d36d9['text']='東京都は日本の首都です',_0x2d36d9['locale']='ja',_0x2d36d9['gran']='word';const _0x6e6ebe={};_0x6e6ebe['text']='สวัสดีครับวันนี้อากาศดี',_0x6e6ebe['locale']='th',_0x6e6ebe['gran']='word';const _0x406490={};_0x406490['text']='오늘날씨가좋아서산책했습니다',_0x406490['locale']='ko',_0x406490['gran']='word';const _0x16c059={};_0x16c059['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x16c059['locale']='en',_0x16c059['gran']='word';const _0xc71205={};_0xc71205['text']='👨‍👩‍👧‍👦🏳️‍🌈👩🏽‍💻',_0xc71205['locale']='en',_0xc71205['gran']='grapheme';const SEGMENTER_TESTS=[_0x49b7fa,_0x2d36d9,_0x6e6ebe,_0x406490,_0x16c059,_0xc71205],_0x3d2115={};_0x3d2115['code']='XK',_0x3d2115['type']='region';const _0x15a9c7={};_0x15a9c7['code']='EH',_0x15a9c7['type']='region';const _0x598c71={};_0x598c71['code']='SX',_0x598c71['type']='region';const _0x1dc716={};_0x1dc716['code']='BQ',_0x1dc716['type']='region';const _0x490d68={};_0x490d68['code']='SS',_0x490d68['type']='region';const _0x65b8f1={};_0x65b8f1['code']='CW',_0x65b8f1['type']='region';const DISPLAY_NAMES_TESTS=[_0x3d2115,_0x15a9c7,_0x598c71,_0x1dc716,_0x490d68,_0x65b8f1];function getIntlSegmenter(){const _0xe12953={};_0xe12953['segmenter']=null,_0xe12953['displayNames']=null;const _0x1af113=_0xe12953;try{const _0x5d91f7=Intl['Segmenter'];if(_0x5d91f7){const _0x427a18={};for(const _0x4798b6 of SEGMENTER_TESTS){try{const _0xc36edd=new _0x5d91f7(_0x4798b6['locale'],{'granularity':_0x4798b6['gran']}),_0x557ed5=[..._0xc36edd['segment'](_0x4798b6['text'])]['length'];_0x427a18[_0x4798b6['locale']+'_'+_0x4798b6['gran']]=_0x557ed5;}catch{}}Object['keys'](_0x427a18)['length']>0x0&&(_0x1af113['segmenter']=_0x427a18);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x232a58={},_0x3a0276={};_0x3a0276['type']='region';const _0x335cc4=new Intl['DisplayNames'](['en'],_0x3a0276);for(const _0x2e039a of DISPLAY_NAMES_TESTS){try{const _0x23796a=_0x335cc4['of'](_0x2e039a['code']);_0x23796a!==undefined&&_0x23796a!==''&&(_0x232a58[_0x2e039a['code']]=_0x23796a);}catch{}}Object['keys'](_0x232a58)['length']>0x0&&(_0x1af113['displayNames']=_0x232a58);}}catch{}return _0x1af113;}const fallbackFn=()=>0x0;function getMathFn(_0x33d578){const _0x3119bf=globalThis['Math'][_0x33d578];return typeof _0x3119bf==='function'?_0x3119bf:fallbackFn;}function getMathSignal(){const _0x3edaa6=getMathFn('acos'),_0x2eb1e0=getMathFn('acosh'),_0x5c6803=getMathFn('asin'),_0x3a606e=getMathFn('asinh'),_0x465313=getMathFn('atanh'),_0x167629=getMathFn('atan'),_0x17580e=getMathFn('sin'),_0xb45d74=getMathFn('sinh'),_0x1e1d75=getMathFn('cos'),_0x84d2dd=getMathFn('cosh'),_0x52887c=getMathFn('tan'),_0x1bfc6b=getMathFn('tanh'),_0x1f1644=getMathFn('exp'),_0x1c62b4=getMathFn('expm1'),_0x322cc3=getMathFn('log1p'),_0x27452f=_0x46e0b8=>Math['pow'](Math['PI'],_0x46e0b8),_0x946332=_0x42d029=>Math['log'](_0x42d029+Math['sqrt'](_0x42d029*_0x42d029-0x1)),_0x5ccecc=_0x42a885=>Math['log'](_0x42a885+Math['sqrt'](_0x42a885*_0x42a885+0x1)),_0x1d19d1=_0x4efae8=>Math['log']((0x1+_0x4efae8)/(0x1-_0x4efae8))/0x2,_0x365106=_0x4700f8=>Math['exp'](_0x4700f8)-0x1/Math['exp'](_0x4700f8)/0x2,_0x3f9775=_0x2c15a1=>(Math['exp'](_0x2c15a1)+0x1/Math['exp'](_0x2c15a1))/0x2,_0x9bf4da=_0xc38b68=>Math['exp'](_0xc38b68)-0x1,_0x3df359=_0x450dd8=>(Math['exp'](0x2*_0x450dd8)-0x1)/(Math['exp'](0x2*_0x450dd8)+0x1),_0x342ab8=_0x97d32b=>Math['log'](0x1+_0x97d32b);return{'acos':_0x3edaa6(0.12312423423423424),'acosh':_0x2eb1e0(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x946332(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x5c6803(0.12312423423423424),'asinh':_0x3a606e(0x1),'asinhPf':_0x5ccecc(0x1),'atanh':_0x465313(0.5),'atanhPf':_0x1d19d1(0.5),'atan':_0x167629(0.5),'sin':_0x17580e(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0xb45d74(0x1),'sinhPf':_0x365106(0x1),'cos':_0x1e1d75(10.000000000123),'cosh':_0x84d2dd(0x1),'coshPf':_0x3f9775(0x1),'tan':_0x52887c(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x1bfc6b(0x1),'tanhPf':_0x3df359(0x1),'exp':_0x1f1644(0x1),'expm1':_0x1c62b4(0x1),'expm1Pf':_0x9bf4da(0x1),'log1p':_0x322cc3(0xa),'log1pPf':_0x342ab8(0xa),'powPI':_0x27452f(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x457c60=document['createDocumentFragment'](),_0x2651b9=createMathElement(_0x457c60,'mrow'),_0x254b4a=createMathElement(_0x2651b9,'munderover'),_0x2f9e9c=createMathElement(_0x254b4a,'mmultiscripts');createMathElement(_0x2f9e9c,'mo','∏');for(const [_0x1d6181,_0x590a10,_0x1fcdaf,_0x8273d7,_0x29e0ad]of QUINTUPLETS){const _0x5a7799=document['createElement']('mmultiscripts');createMathElement(_0x5a7799,'mi',_0x1d6181),createMathElement(_0x5a7799,'mi',_0x590a10),createMathElement(_0x5a7799,'mi',_0x1fcdaf),createMathElement(_0x5a7799,'mprescripts'),createMathElement(_0x5a7799,'mi',_0x8273d7),createMathElement(_0x5a7799,'mi',_0x29e0ad),_0x2f9e9c['append'](_0x5a7799);}return getIframePool()['execute']((_0x22edf1,_0x1a70ae)=>{const _0x2e7e6b=_0x1a70ae['document'],_0x3a9b4c=_0x2e7e6b['createElement']('math');_0x3a9b4c['style']['whiteSpace']='nowrap',_0x3a9b4c['append'](_0x457c60),_0x2e7e6b['body']['append'](_0x3a9b4c);const _0x59f4c8={},_0x498828=_0x3a9b4c['getBoundingClientRect'](),_0x1acdf9=['x','y','left','right','bottom','height','top','width'];for(const _0x4b1e39 of _0x1acdf9){_0x4b1e39 in _0x498828&&(_0x59f4c8[_0x4b1e39]=_0x498828[_0x4b1e39]);}const _0x7492ec=_0x1a70ae['getComputedStyle'](_0x3a9b4c,null)['getPropertyValue']('font-family');return _0x59f4c8['font']=_0x7492ec,_0x2e7e6b['body']['removeChild'](_0x3a9b4c),_0x59f4c8;});}function createMathElement(_0x351bea,_0x252474,_0x1ff65e=''){const _0x3f1c65=document['createElement'](_0x252474);return _0x3f1c65['textContent']=_0x1ff65e,_0x351bea['appendChild'](_0x3f1c65),_0x3f1c65;}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(_0xd3bb18){const _0x19bf5b=window,_0x1f7ae0=_0x19bf5b['MediaSource'];if(_0x1f7ae0===undefined||typeof _0x1f7ae0['isTypeSupported']!=='function')return-0x1;let _0x37963a=0x0;for(let _0x3fe511=0x0;_0x3fe511<_0xd3bb18['length'];_0x3fe511++){try{_0x1f7ae0['isTypeSupported'](_0xd3bb18[_0x3fe511])&&(_0x37963a|=0x1<<_0x3fe511);}catch{}}return _0x37963a;}function getRtcCodecs(_0xa21ea){const _0x5b7f5c=window,_0x4f4cba=_0x5b7f5c['RTCRtpReceiver'];if(_0x4f4cba===undefined||typeof _0x4f4cba['getCapabilities']!=='function')return null;try{const _0x1f9c04=_0x4f4cba['getCapabilities'](_0xa21ea);if(_0x1f9c04===null)return null;const _0x49c5a7=_0x1f9c04['codecs']['map'](_0x314fa6=>''+_0x314fa6['mimeType']+(_0x314fa6['sdpFmtpLine']!==undefined&&_0x314fa6['sdpFmtpLine']!==''?';'+_0x314fa6['sdpFmtpLine']:''));return _0x49c5a7['sort']();}catch{return null;}}const VOICES_CHANGED_EVENT='voiceschanged',POLL_TIMEOUT_MS=0x258;function escapeField(_0x376078){if(_0x376078===undefined||_0x376078===null||_0x376078==='')return'';return String(_0x376078)['replace'](/([,\\])/g,'\x5c$1');}function getSpeechSynthesis(){if(typeof window==='undefined')return null;const _0x1d7453=window['speechSynthesis'];if(!_0x1d7453||typeof _0x1d7453['getVoices']!=='function')return null;return _0x1d7453;}function readVoicesOnce(_0xb9d60){try{const _0xd90afa=_0xb9d60['getVoices']();if(Array['isArray'](_0xd90afa)&&_0xd90afa['length']>0x0)return _0xd90afa;}catch{}return null;}function awaitVoicesPopulated(_0x7e384b){return new Promise(_0x884129=>{let _0x9905b7=![];const _0x352f83=_0x3b1aa9=>{if(_0x9905b7)return;_0x9905b7=!![];if(_0x5b4c68!==null)clearTimeout(_0x5b4c68);if(_0x186c55!==null&&typeof _0x7e384b['removeEventListener']==='function')try{_0x7e384b['removeEventListener'](VOICES_CHANGED_EVENT,_0x186c55);}catch{}_0x884129(_0x3b1aa9);},_0x193a66=readVoicesOnce(_0x7e384b);if(_0x193a66!==null){_0x884129(_0x193a66);return;}let _0x5b4c68=setTimeout(()=>{_0x352f83(null);},POLL_TIMEOUT_MS),_0x186c55=null;if(typeof _0x7e384b['addEventListener']==='function'){_0x186c55=()=>{const _0x385100=readVoicesOnce(_0x7e384b);if(_0x385100!==null)_0x352f83(_0x385100);};try{_0x7e384b['addEventListener'](VOICES_CHANGED_EVENT,_0x186c55);}catch{_0x186c55=null;}}});}function buildDescriptors(_0x2c41d8){const _0x24a3c3=[];for(const _0x2a258d of _0x2c41d8){const _0x31716e=escapeField(_0x2a258d['voiceURI']),_0x1c6bf3=escapeField(_0x2a258d['name']),_0x383a2d=escapeField(_0x2a258d['lang']),_0x1f2f73=_0x2a258d['localService']===!![]?'1':'0',_0x4b0a42=_0x2a258d['default']===!![]?'1':'0';_0x24a3c3['push'](_0x31716e+','+_0x1c6bf3+','+_0x383a2d+','+_0x1f2f73+','+_0x4b0a42);}return _0x24a3c3['sort'](),_0x24a3c3;}function buildMask(_0x2792a3){let _0x13398f=0x0;for(const _0x27d866 of _0x2792a3){if(_0x27d866['localService']===!![])_0x13398f|=0x1;if(_0x27d866['default']===!![])_0x13398f|=0x2;}return _0x13398f;}function getSpeechVoices(){const _0x2a2102=getSpeechSynthesis();if(_0x2a2102===null)return null;return async()=>{let _0x183909=await awaitVoicesPopulated(_0x2a2102);if(_0x183909===null)try{const _0x4f58b9=_0x2a2102['getVoices']();if(Array['isArray'](_0x4f58b9))_0x183909=_0x4f58b9;else return null;}catch{return null;}const _0x171f3d=buildDescriptors(_0x183909),_0x1506e3=x64hash128(JSON['stringify'](_0x171f3d)),_0x3a1518=buildMask(_0x183909),_0x5499bd=_0x183909['length'],_0x489f4c={};return _0x489f4c['hash']=_0x1506e3,_0x489f4c['mask']=_0x3a1518,_0x489f4c['count']=_0x5499bd,_0x489f4c;};}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x53f083,_0x57d364)=>{const _0x552965=_0x57d364['document'],_0x56d6c1=_0x552965['createElement']('div');_0x56d6c1['style']['border']='.5px\x20dotted\x20transparent',_0x552965['body']['appendChild'](_0x56d6c1);const _0x4bf194=_0x56d6c1['offsetHeight'];return _0x552965['body']['removeChild'](_0x56d6c1),_0x4bf194;});}catch{return null;}}function getSupportedConstraints(){try{const _0x4e83dc=navigator['mediaDevices'];if(_0x4e83dc===undefined||typeof _0x4e83dc['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x4e83dc['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0xcfe5b7='';for(let _0x3d3fc5=0x1f600;_0x3d3fc5<=0x1f64f;_0x3d3fc5++){_0xcfe5b7+=String['fromCodePoint'](_0x3d3fc5);}return getIframePool()['execute']((_0xf512e4,_0x527dd1)=>{const _0xf435ae=_0x527dd1['document'],_0xd19b76='http://www.w3.org/2000/svg',_0x5a45c0=_0xf435ae['createElementNS'](_0xd19b76,'svg');_0x5a45c0['setAttribute']('width','0'),_0x5a45c0['setAttribute']('height','0'),_0x5a45c0['style']['position']='absolute',_0x5a45c0['style']['visibility']='hidden';const _0xfcb76e=_0xf435ae['createElementNS'](_0xd19b76,'text');_0xfcb76e['setAttribute']('x','0'),_0xfcb76e['setAttribute']('y','50'),_0xfcb76e['setAttribute']('font-size','16'),_0xfcb76e['textContent']=_0xcfe5b7,_0x5a45c0['appendChild'](_0xfcb76e),_0xf435ae['body']['appendChild'](_0x5a45c0);const _0x35aa5f=_0x527dd1['getComputedStyle'](_0xfcb76e)['getPropertyValue']('font-family');let _0x27ab2e=null;try{const _0x480923=_0xfcb76e['getBBox']();_0x27ab2e={'x':round(_0x480923['x']),'y':round(_0x480923['y']),'width':round(_0x480923['width']),'height':round(_0x480923['height'])};}catch{}let _0x1566b9=null;try{const _0x21f09d=_0xfcb76e,_0x3a9f99=_0x21f09d['getExtentOfChar'](0x0);_0x1566b9={'x':round(_0x3a9f99['x']),'y':round(_0x3a9f99['y']),'width':round(_0x3a9f99['width']),'height':round(_0x3a9f99['height'])};}catch{}let _0x4096c9=null;try{const _0x5a1d38=_0xfcb76e;_0x4096c9=round(_0x5a1d38['getSubStringLength'](0x0,0xa));}catch{}let _0x35b2bc=null;try{const _0x1b6ee0=_0xfcb76e;_0x35b2bc=round(_0x1b6ee0['getComputedTextLength']());}catch{}_0xf435ae['body']['removeChild'](_0x5a45c0);const _0x512d44={};return _0x512d44['bbox']=_0x27ab2e,_0x512d44['charExtent']=_0x1566b9,_0x512d44['substringLength']=_0x4096c9,_0x512d44['computedTextLength']=_0x35b2bc,_0x512d44['font']=_0x35aa5f,_0x512d44;});}function round(_0x15a73c){return Math['round'](_0x15a73c*0x64)/0x64;}const _0x451d9f={};_0x451d9f['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x451d9f['width']=0x780,_0x451d9f['height']=0x438,_0x451d9f['bitrate']=0x4c4b40,_0x451d9f['framerate']=0x1e;const _0x3562f1={};_0x3562f1['type']='file',_0x3562f1['video']=_0x451d9f;const _0x400f3f={};_0x400f3f['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x400f3f['width']=0x780,_0x400f3f['height']=0x438,_0x400f3f['bitrate']=0x4c4b40,_0x400f3f['framerate']=0x1e;const _0x3ee794={};_0x3ee794['type']='file',_0x3ee794['video']=_0x400f3f;const _0x75bd2={};_0x75bd2['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x75bd2['width']=0x780,_0x75bd2['height']=0x438,_0x75bd2['bitrate']=0x4c4b40,_0x75bd2['framerate']=0x1e;const _0x31a3b7={};_0x31a3b7['type']='file',_0x31a3b7['video']=_0x75bd2;const _0x19cdf2={};_0x19cdf2['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x19cdf2['width']=0x780,_0x19cdf2['height']=0x438,_0x19cdf2['bitrate']=0x4c4b40,_0x19cdf2['framerate']=0x1e;const _0x4cd949={};_0x4cd949['type']='file',_0x4cd949['video']=_0x19cdf2;const _0x5234d5={};_0x5234d5['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x5234d5['width']=0x780,_0x5234d5['height']=0x438,_0x5234d5['bitrate']=0x4c4b40,_0x5234d5['framerate']=0x1e;const _0x4058b8={};_0x4058b8['type']='file',_0x4058b8['video']=_0x5234d5;const _0x4de1f1={};_0x4de1f1['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x4de1f1['width']=0xf00,_0x4de1f1['height']=0x870,_0x4de1f1['bitrate']=0x1312d00,_0x4de1f1['framerate']=0x3c;const _0x10f63c={};_0x10f63c['type']='file',_0x10f63c['video']=_0x4de1f1;const _0x1586e6={};_0x1586e6['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x1586e6['width']=0xf00,_0x1586e6['height']=0x870,_0x1586e6['bitrate']=0x1312d00,_0x1586e6['framerate']=0x3c;const _0x17ba0e={};_0x17ba0e['type']='file',_0x17ba0e['video']=_0x1586e6;const _0x16db81={};_0x16db81['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x16db81['width']=0xf00,_0x16db81['height']=0x870,_0x16db81['bitrate']=0x1312d00,_0x16db81['framerate']=0x3c;const _0x55760d={};_0x55760d['type']='file',_0x55760d['video']=_0x16db81;const CODEC_CONFIGS=[_0x3562f1,_0x3ee794,_0x31a3b7,_0x4cd949,_0x4058b8,_0x10f63c,_0x17ba0e,_0x55760d];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x204573=>{try{const _0x5982d3=await navigator['mediaCapabilities']['decodingInfo'](_0x204573);let _0xc93188=0x0;if(_0x5982d3['supported'])_0xc93188|=0x1;if(_0x5982d3['smooth'])_0xc93188|=0x2;if(_0x5982d3['powerEfficient'])_0xc93188|=0x4;return _0xc93188;}catch(_0x4f0953){return _0x4f0953 instanceof Error?_0x4f0953['message']:String(_0x4f0953);}}));}const WASM_PREFIX$1=[0x0,0x61,0x73,0x6d,0x1,0x0,0x0,0x0,0x1,0x4,0x1,0x60,0x0,0x0,0x3,0x2,0x1,0x0,0xa],FEATURE_MODULES$1=[[0x9,0x1,0x7,0x0,0x41,0x0,0xfd,0xf,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0xf0,0x43,0x0,0x0,0x0,0xc,0x1,0xa,0x0,0xfc,0x2,0x3,0x1,0x1,0x0,0x0,0x6e,0x1a,0xb,0xa1,0xa],[0x6,0x1,0x4,0x0,0x12,0x0,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x8,0x1,0x6,0x0,0x41,0x0,0xc0,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x7,0x1,0x5,0x0,0xd0,0x70,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0]];function getWasmFeatures(){try{if(typeof WebAssembly==='undefined'||typeof WebAssembly['validate']!=='function')return undefined;let _0x320f4b=0x0;for(const _0x4603a8 of FEATURE_MODULES$1){_0x320f4b<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX$1,..._0x4603a8)['buffer'])&&(_0x320f4b|=0x1);}return _0x320f4b;}catch{return undefined;}}const WASM_PREFIX=[0x0,0x61,0x73,0x6d,0x1,0x0,0x0,0x0,0x1,0x4,0x1,0x60,0x0,0x0,0x3,0x2,0x1,0x0,0xa],FEATURE_MODULES=[[0x9,0x1,0x7,0x0,0x41,0x0,0xfd,0xf,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0xf0,0x43,0x0,0x0,0x0,0xc,0x1,0xa,0x0,0xfc,0x2,0x3,0x1,0x1,0x0,0x0,0x6e,0x1a,0xb,0xa1,0xa],[0x6,0x1,0x4,0x0,0x12,0x0,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x8,0x1,0x6,0x0,0x41,0x0,0xc0,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0],[0x7,0x1,0x5,0x0,0xd0,0x70,0x1a,0xb,0x0,0xa,0x4,0x6e,0x61,0x6d,0x65,0x2,0x3,0x1,0x0,0x0]],WORKER_SOURCE='\x0aself.onmessage\x20=\x20function\x20(e)\x20{\x0a\x20\x20if\x20(e.data\x20!==\x20\x27probe\x27)\x20return;\x0a\x20\x20if\x20(typeof\x20WebAssembly\x20===\x20\x27undefined\x27\x20||\x20typeof\x20WebAssembly.validate\x20!==\x20\x27function\x27)\x20{\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20false,\x20reason:\x20\x27no-wasm\x27\x20});\x0a\x20\x20\x20\x20return;\x0a\x20\x20}\x0a\x20\x20var\x20PREFIX\x20=\x20'+JSON['stringify'](WASM_PREFIX)+';\x0a\x20\x20var\x20MODS\x20=\x20'+JSON['stringify'](FEATURE_MODULES)+';\x0a\x20\x20try\x20{\x0a\x20\x20\x20\x20var\x20mask\x20=\x200;\x0a\x20\x20\x20\x20for\x20(var\x20i\x20=\x200;\x20i\x20<\x20MODS.length;\x20i++)\x20{\x0a\x20\x20\x20\x20\x20\x20mask\x20<<=\x201;\x0a\x20\x20\x20\x20\x20\x20var\x20bytes\x20=\x20new\x20Uint8Array(PREFIX.length\x20+\x20MODS[i].length);\x0a\x20\x20\x20\x20\x20\x20bytes.set(PREFIX,\x200);\x0a\x20\x20\x20\x20\x20\x20bytes.set(MODS[i],\x20PREFIX.length);\x0a\x20\x20\x20\x20\x20\x20if\x20(WebAssembly.validate(bytes.buffer))\x20mask\x20|=\x201;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20true,\x20mask:\x20mask\x20});\x0a\x20\x20}\x20catch\x20(err)\x20{\x0a\x20\x20\x20\x20self.postMessage({\x20ok:\x20false,\x20reason:\x20\x27throw\x27\x20});\x0a\x20\x20}\x0a};\x0a',WORKER_PROBE_TIMEOUT_MS=0x5dc;function getWasmFeaturesWorker(){if(typeof Worker!=='function'||typeof Blob!=='function'||typeof URL!=='function')return null;if(typeof URL['createObjectURL']!=='function')return null;return async()=>{const _0x49ec6b=Date['now']();let _0x5bbe01=null,_0x2a3f93=null;try{const _0x134d01={};_0x134d01['type']='application/javascript';const _0x21c389=new Blob([WORKER_SOURCE],_0x134d01);_0x2a3f93=URL['createObjectURL'](_0x21c389),_0x5bbe01=new Worker(_0x2a3f93);}catch{if(_0x2a3f93!==null)URL['revokeObjectURL'](_0x2a3f93);return _0x5bbe01?.['terminate'](),null;}const _0x7f3baf=_0x5bbe01;try{const _0x46f9a8=await new Promise(_0x2cd459=>{const _0x1e61a3=setTimeout(()=>_0x2cd459(undefined),WORKER_PROBE_TIMEOUT_MS);_0x7f3baf['onmessage']=_0x114fa3=>{clearTimeout(_0x1e61a3),_0x114fa3['data']['ok']&&typeof _0x114fa3['data']['mask']==='number'?_0x2cd459(_0x114fa3['data']['mask']):_0x2cd459(undefined);},_0x7f3baf['onerror']=()=>{clearTimeout(_0x1e61a3),_0x2cd459(undefined);},_0x7f3baf['postMessage']('probe');});return{'mask':_0x46f9a8,'durationMs':Date['now']()-_0x49ec6b};}finally{_0x7f3baf['terminate']();if(_0x2a3f93!==null)URL['revokeObjectURL'](_0x2a3f93);}};}const _0x1c18aa={};_0x1c18aa['conditionalCreate']='cc',_0x1c18aa['conditionalGet']='cg',_0x1c18aa['hybridTransport']='ht',_0x1c18aa['passkeyPlatformAuthenticator']='ppa',_0x1c18aa['userVerifyingPlatformAuthenticator']='uvpa',_0x1c18aa['relatedOrigins']='ro',_0x1c18aa['signalAllAcceptedCredentials']='saac',_0x1c18aa['signalCurrentUserDetails']='scud',_0x1c18aa['signalUnknownCredential']='suc',_0x1c18aa['extension:credProps']='ecp',_0x1c18aa['extension:prf']='ep',_0x1c18aa['extension:appid']='eai',_0x1c18aa['extension:appidExclude']='eaie',_0x1c18aa['extension:credBlob']='ecb',_0x1c18aa['extension:credProtect']='ecpr',_0x1c18aa['extension:hmacSecret']='ehs',_0x1c18aa['extension:largeBlob']='elb',_0x1c18aa['extension:minPinLength']='empl',_0x1c18aa['extension:payment']='epy';const CAPABILITY_SHORT_CODE=_0x1c18aa;function getPublicKeyCredential(){if(typeof window==='undefined')return null;const _0x395bfa=window['PublicKeyCredential'];if(!_0x395bfa||typeof _0x395bfa['getClientCapabilities']!=='function')return null;return _0x395bfa;}function getWebAuthnCapabilities(){const _0x20cac4=getPublicKeyCredential();if(_0x20cac4===null||_0x20cac4['getClientCapabilities']===undefined)return null;const _0xd36d89=_0x20cac4['getClientCapabilities'];return async()=>{let _0x3706c5;try{_0x3706c5=await _0xd36d89();}catch{return null;}if(_0x3706c5===null||typeof _0x3706c5!=='object')return null;const _0x2a0be4={};for(const [_0x36102e,_0xea8f7a]of Object['entries'](_0x3706c5)){const _0x2f513c=CAPABILITY_SHORT_CODE[_0x36102e];if(_0x2f513c!==undefined)_0x2a0be4[_0x2f513c]=_0xea8f7a===!![];}return _0x2a0be4;};}const _0x55eb55={};_0x55eb55['codec']='avc1.42001E',_0x55eb55['width']=0x780,_0x55eb55['height']=0x438,_0x55eb55['label']='h264-baseline-1080';const _0x3be176={};_0x3be176['codec']='avc1.4D0032',_0x3be176['width']=0xf00,_0x3be176['height']=0x870,_0x3be176['label']='h264-main-4k';const _0x495f12={};_0x495f12['codec']='avc1.640033',_0x495f12['width']=0xf00,_0x495f12['height']=0x870,_0x495f12['label']='h264-high-4k';const _0x51ac55={};_0x51ac55['codec']='hev1.1.6.L150.B0',_0x51ac55['width']=0x780,_0x51ac55['height']=0x438,_0x51ac55['label']='hevc-main-1080';const _0x59dc5f={};_0x59dc5f['codec']='hev1.2.4.L153.B0',_0x59dc5f['width']=0xf00,_0x59dc5f['height']=0x870,_0x59dc5f['label']='hevc-main10-4k';const _0x4a65f0={};_0x4a65f0['codec']='hev1.1.6.L180.B0',_0x4a65f0['width']=0x1e00,_0x4a65f0['height']=0x10e0,_0x4a65f0['label']='hevc-main-8k';const _0x440ba6={};_0x440ba6['codec']='vp09.00.40.08',_0x440ba6['width']=0x780,_0x440ba6['height']=0x438,_0x440ba6['label']='vp9-profile0-1080';const _0x2688e2={};_0x2688e2['codec']='vp09.02.40.10',_0x2688e2['width']=0xf00,_0x2688e2['height']=0x870,_0x2688e2['label']='vp9-profile2-4k-10bit';const _0x4a29cd={};_0x4a29cd['codec']='av01.0.08M.08',_0x4a29cd['width']=0x780,_0x4a29cd['height']=0x438,_0x4a29cd['label']='av1-main-1080';const _0x5bd2f5={};_0x5bd2f5['codec']='av01.0.12M.10',_0x5bd2f5['width']=0xf00,_0x5bd2f5['height']=0x870,_0x5bd2f5['label']='av1-main-4k-10bit';const _0xcf0dbc={};_0xcf0dbc['codec']='av01.0.16M.10',_0xcf0dbc['width']=0x1e00,_0xcf0dbc['height']=0x10e0,_0xcf0dbc['label']='av1-main-8k-10bit';const _0x590b4f={};_0x590b4f['codec']='vp8',_0x590b4f['width']=0x780,_0x590b4f['height']=0x438,_0x590b4f['label']='vp8-1080';const CODEC_TESTS=[_0x55eb55,_0x3be176,_0x495f12,_0x51ac55,_0x59dc5f,_0x4a65f0,_0x440ba6,_0x2688e2,_0x4a29cd,_0x5bd2f5,_0xcf0dbc,_0x590b4f];async function getWebCodecsHardware(){try{const _0x102f07=window['VideoDecoder'];if(!_0x102f07||typeof _0x102f07['isConfigSupported']!=='function')return null;const _0xf68bf2=_0x102f07['isConfigSupported']['bind'](_0x102f07),_0x1b2c6f=[],_0x3800f1=CODEC_TESTS['map'](async _0x45d346=>{try{const _0x2d9ba3={};_0x2d9ba3['codec']=_0x45d346['codec'],_0x2d9ba3['codedWidth']=_0x45d346['width'],_0x2d9ba3['codedHeight']=_0x45d346['height'],_0x2d9ba3['hardwareAcceleration']='prefer-hardware';const _0x4c959b=_0x2d9ba3,_0x16601e=await Promise['race']([_0xf68bf2(_0x4c959b),new Promise(_0x1b6960=>setTimeout(()=>_0x1b6960(null),0x1f4))]);if(_0x16601e?.['supported']===!![]){const _0x2c4efd=_0x16601e['config'],_0x5409d1=_0x2c4efd?.['hardwareAcceleration'];(_0x5409d1==='prefer-hardware'||_0x5409d1===undefined)&&_0x1b2c6f['push'](_0x45d346['label']);}}catch{}});return await Promise['all'](_0x3800f1),_0x1b2c6f['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:_0x2a8eeb}){const _0x3d8d67=getWebGLContext(_0x2a8eeb);if(!_0x3d8d67)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x3d8d67))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x31fcbd=shouldAvoidDebugRendererInfo()?null:_0x3d8d67['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x3d8d67,_0x3d8d67['VERSION']),'vendor':getParamString(_0x3d8d67,_0x3d8d67['VENDOR']),'vendorUnmasked':_0x31fcbd!==null?getParamString(_0x3d8d67,_0x31fcbd['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x3d8d67,_0x3d8d67['RENDERER']),'rendererUnmasked':_0x31fcbd!==null?getParamString(_0x3d8d67,_0x31fcbd['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x3d8d67,_0x3d8d67['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0xa5b803}){const _0xdd83d8=getWebGLContext(_0xa5b803);if(!_0xdd83d8)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0xdd83d8))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x593376=_0xdd83d8['getSupportedExtensions'](),_0x47f16b=_0xdd83d8['getContextAttributes'](),_0x43303d=[],_0x519027=[],_0x5db0ce=[],_0x5da4b6=[],_0x56b43a=[];if(_0x47f16b)for(const _0x4571a0 of Object['keys'](_0x47f16b)){_0x519027['push'](_0x4571a0+'='+_0x47f16b[_0x4571a0]);}const _0x4eeb3e=getConstantsFromPrototype(_0xdd83d8);for(const _0x4c8be3 of _0x4eeb3e){const _0x18122a=_0xdd83d8[_0x4c8be3],_0x54ff1f=validContextParameters['has'](_0x18122a)?'='+String(_0xdd83d8['getParameter'](_0x18122a)):'';_0x5db0ce['push'](_0x4c8be3+'='+_0x18122a+_0x54ff1f);}if(_0x593376!==null)for(const _0x42f4ec of _0x593376){if(_0x42f4ec===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x42f4ec===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x2170a5=_0xdd83d8['getExtension'](_0x42f4ec);if(_0x2170a5===null){_0x43303d['push'](_0x42f4ec);continue;}for(const _0x586b85 of getConstantsFromPrototype(_0x2170a5)){const _0x4c8dc2=_0x2170a5[_0x586b85],_0x3e6760=validExtensionParams['has'](_0x4c8dc2)?'='+String(_0xdd83d8['getParameter'](_0x4c8dc2)):'';_0x5da4b6['push'](_0x586b85+'='+_0x4c8dc2+_0x3e6760);}}for(const _0x3e7f50 of shaderTypes){for(const _0xcb856 of precisionTypes){const _0xc86c81=getShaderPrecision(_0xdd83d8,_0x3e7f50,_0xcb856);_0x56b43a['push'](_0x3e7f50+'.'+_0xcb856+'='+_0xc86c81['join'](','));}}_0x5da4b6['sort'](),_0x5db0ce['sort']();const _0x233a22={};return _0x233a22['contextAttributes']=_0x519027,_0x233a22['parameters']=_0x5db0ce,_0x233a22['shaderPrecisions']=_0x56b43a,_0x233a22['extensions']=_0x593376,_0x233a22['extensionParameters']=_0x5da4b6,_0x233a22['unsupportedExtensions']=_0x43303d,_0x233a22;}function getWebGLContext(_0x52d92f){if(_0x52d92f['webgl'])return _0x52d92f['webgl']['context'];const _0x379857=document['createElement']('canvas');let _0x939370;_0x379857['addEventListener']('webglCreateContextError',()=>_0x939370=undefined);for(const _0x3e0667 of['webgl','experimental-webgl']){try{_0x939370=_0x379857['getContext'](_0x3e0667);}catch{}if(_0x939370)break;}const _0x18224c={};return _0x18224c['context']=_0x939370,_0x52d92f['webgl']=_0x18224c,_0x939370;}function getShaderPrecision(_0x31bc5e,_0x145434,_0x325327){const _0x260ba7=_0x31bc5e['getShaderPrecisionFormat'](_0x31bc5e[_0x145434],_0x31bc5e[_0x325327]);return _0x260ba7?[_0x260ba7['rangeMin'],_0x260ba7['rangeMax'],_0x260ba7['precision']]:[];}function getConstantsFromPrototype(_0x4d506e){const _0x57841e=Object['getPrototypeOf'](_0x4d506e);if(_0x57841e===null)return[];const _0x14d6b9=Object['keys'](_0x57841e);return _0x14d6b9['filter'](isConstantLike);}function isConstantLike(_0x40e3df){return typeof _0x40e3df==='string'&&!_0x40e3df['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x313981,_0x155173){const _0x1715a8=_0x313981['getParameter'](_0x155173);if(_0x1715a8===undefined||_0x1715a8===null)return'';return String(_0x1715a8);}function isValidParameterGetter(_0x1a1b78){return typeof _0x1a1b78['getParameter']==='function';}const _0x5c142f={};_0x5c142f['dHash']='',_0x5c142f['imageMurHash']='',_0x5c142f['unstable']=![];const EMPTY=_0x5c142f;function getWebGlCanvas(){try{const _0xb7f892=document['createElement']('canvas');_0xb7f892['width']=0x100,_0xb7f892['height']=0x100;const _0x3c7f7f=_0xb7f892['getContext']('webgl')??_0xb7f892['getContext']('experimental-webgl');if(!_0x3c7f7f||!(_0x3c7f7f instanceof WebGLRenderingContext))return EMPTY;renderTriangle(_0x3c7f7f);const _0x591c9e=computeDHash(_0xb7f892),_0x418e28=_0xb7f892['toDataURL'](),_0x1a901b=_0xb7f892['toDataURL']();if(_0x418e28!==_0x1a901b){const _0x2ddd67={};return _0x2ddd67['dHash']=_0x591c9e,_0x2ddd67['imageMurHash']='',_0x2ddd67['unstable']=!![],_0x2ddd67;}return{'dHash':_0x591c9e,'imageMurHash':x64hash128(_0x418e28),'unstable':![]};}catch{return EMPTY;}}function renderTriangle(_0x5da266){_0x5da266['clearColor'](0x0,0x0,0x1,0x1);const _0x2ad075=_0x5da266['createProgram']();if(_0x2ad075===null)return;const _0x2415c9=_0x2ad075;function _0x5af18f(_0xc4fb5f,_0x4aca3c){const _0x5562c7=_0x5da266['createShader'](_0xc4fb5f);if(_0x5562c7===null)return;_0x5da266['shaderSource'](_0x5562c7,_0x4aca3c),_0x5da266['compileShader'](_0x5562c7),_0x5da266['attachShader'](_0x2415c9,_0x5562c7);}_0x5af18f(_0x5da266['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);}'),_0x5af18f(_0x5da266['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x5da266['linkProgram'](_0x2ad075),_0x5da266['useProgram'](_0x2ad075),_0x5da266['enableVertexAttribArray'](0x0);const _0x4aa1eb=_0x5da266['getUniformLocation'](_0x2ad075,'t'),_0x404adf=_0x5da266['createBuffer']();_0x5da266['bindBuffer'](_0x5da266['ARRAY_BUFFER'],_0x404adf),_0x5da266['bufferData'](_0x5da266['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x5da266['STATIC_DRAW']),_0x5da266['vertexAttribPointer'](0x0,0x2,_0x5da266['FLOAT'],![],0x0,0x0),_0x5da266['clear'](_0x5da266['COLOR_BUFFER_BIT']),_0x5da266['uniform1f'](_0x4aa1eb,3.65),_0x5da266['drawArrays'](_0x5da266['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(_0x3a08dc){const _0x38b7d4=_0x3a08dc['info'];if(_0x38b7d4!==null&&_0x38b7d4!==undefined)return _0x38b7d4;const _0x28b0e5=_0x3a08dc['requestAdapterInfo'];if(typeof _0x28b0e5==='function')try{return await _0x28b0e5['call'](_0x3a08dc);}catch{return null;}return null;}async function getWebGlExtended(){try{const {getCachedGpuAdapter:_0x287e8d}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x4706a9=_0x287e8d();if(_0x4706a9===null)return null;const _0x1ea146=await _0x4706a9;if(!_0x1ea146)return null;const _0x417e20=_0x1ea146['limits'],_0x1f94d3=[];for(const _0x18b713 of GPU_LIMIT_NAMES){if(_0x417e20&&_0x18b713 in _0x417e20){const _0x23bcb8=_0x417e20[_0x18b713];_0x1f94d3['push'](typeof _0x23bcb8==='number'?_0x23bcb8:null);}else _0x1f94d3['push'](null);}const _0x3ee6ae=await getAdapterInfo(_0x1ea146);let _0x214346=null,_0x4fd7c9=null;_0x3ee6ae!==null&&(_0x214346=typeof _0x3ee6ae['description']==='string'?_0x3ee6ae['description']:null,_0x4fd7c9=typeof _0x3ee6ae['device']==='string'?_0x3ee6ae['device']:null);const _0x8b6808='isFallbackAdapter'in _0x1ea146?Boolean(_0x1ea146['isFallbackAdapter']):null,_0x5b9cf0={};return _0x5b9cf0['ds']=_0x214346,_0x5b9cf0['dv']=_0x4fd7c9,_0x5b9cf0['f']=_0x8b6808,_0x5b9cf0['l']=_0x1f94d3,_0x5b9cf0;}catch{return null;}}const AH_TOKEN='34047',KH_BLACKLIST=new Set(['32926','32928']);function transformParameters(_0x5a8d13){return _0x5a8d13['map'](_0x2d718b=>{const _0x56a264=_0x2d718b['split']('=',0x3),_0x37c7ee=_0x56a264[0x0],_0x3aa6f9=_0x56a264[0x1],_0x59b9b4=_0x56a264[0x2];if(_0x59b9b4!==undefined||_0x3aa6f9!==undefined&&KH_BLACKLIST['has'](_0x3aa6f9))return _0x37c7ee+'('+(_0x3aa6f9??'')+')=null';return _0x2d718b;});}function transformExtensionParameters(_0x5669fb){return _0x5669fb['map'](_0x4bbfa9=>{const _0x168c13=_0x4bbfa9['split']('=',0x3),_0x299c09=_0x168c13[0x0],_0x42a434=_0x168c13[0x1],_0x184283=_0x168c13[0x2];if(_0x184283!==undefined&&_0x42a434!==AH_TOKEN)return _0x299c09+'('+(_0x42a434??'')+')='+_0x184283;return _0x4bbfa9;});}function getWebGlExtensionsHashed({cache:_0x21850d}){const _0x49fde5={};_0x49fde5['cache']=_0x21850d;const _0x53650e=getWebGlExtensions(_0x49fde5);if(typeof _0x53650e==='number')return _0x53650e;const {contextAttributes:_0x23bf1b,parameters:_0x5e32f3,shaderPrecisions:_0x488921,extensions:_0x36bffe,extensionParameters:_0x155330,unsupportedExtensions:_0x587dab}=_0x53650e,_0x2cecf7=_0x36bffe??[],_0x80d753=transformParameters(_0x5e32f3),_0x571bb5=transformExtensionParameters(_0x155330);return{'contextAttributes':x64hash128(_0x23bf1b['join']('&')),'parameters':x64hash128(_0x80d753['join']('&')),'parameters2':x64hash128(_0x5e32f3['join']('&')),'shaderPrecisions':x64hash128(_0x488921['join']('&')),'extensions':x64hash128(_0x2cecf7['join'](',')),'extensionParameters':x64hash128(_0x571bb5['join'](',')),'extensionParameters2':x64hash128(_0x155330['join']('&')),'unsupportedExtensions':_0x587dab,'extensionsList':_0x2cecf7};}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 _0xe15e3c=document['createElement']('canvas');_0xe15e3c['width']=SIZE,_0xe15e3c['height']=SIZE;const _0x13b829=_0xe15e3c['getContext']('webgl')??_0xe15e3c['getContext']('experimental-webgl');if(!_0x13b829)return null;const _0x2f9f9e=buildProgram(_0x13b829);if(!_0x2f9f9e)return null;const _0x3ea87f=buildSphere();renderSphere(_0x13b829,_0x2f9f9e,_0x3ea87f);const _0x4b027e=_0xe15e3c['toDataURL'](),_0xf532f1=_0xe15e3c['toDataURL']();if(_0x4b027e!==_0xf532f1)return null;return fnv1a(_0x4b027e);}catch{return null;}}function buildProgram(_0xcbe70e){const _0x1b367d=_0xcbe70e['createProgram'](),_0x430273=_0xcbe70e['createShader'](_0xcbe70e['VERTEX_SHADER']),_0x29433a=_0xcbe70e['createShader'](_0xcbe70e['FRAGMENT_SHADER']);if(_0x430273===null||_0x29433a===null)return null;_0xcbe70e['shaderSource'](_0x430273,VERT_SHADER),_0xcbe70e['compileShader'](_0x430273),_0xcbe70e['attachShader'](_0x1b367d,_0x430273),_0xcbe70e['shaderSource'](_0x29433a,FRAG_SHADER),_0xcbe70e['compileShader'](_0x29433a),_0xcbe70e['attachShader'](_0x1b367d,_0x29433a),_0xcbe70e['linkProgram'](_0x1b367d);if(_0xcbe70e['getProgramParameter'](_0x1b367d,_0xcbe70e['LINK_STATUS'])!==!![])return null;return _0x1b367d;}function buildSphere(){const _0x25f25d=[],_0x69cdb0=[],_0x50b296=[];for(let _0x28c8c0=0x0;_0x28c8c0<=LAT_BANDS;_0x28c8c0++){const _0x2cf170=_0x28c8c0*Math['PI']/LAT_BANDS,_0x43b9ab=Math['sin'](_0x2cf170),_0x5631f2=Math['cos'](_0x2cf170);for(let _0x788d63=0x0;_0x788d63<=LON_BANDS;_0x788d63++){const _0x55b843=_0x788d63*0x2*Math['PI']/LON_BANDS,_0x21870c=_0x43b9ab*Math['cos'](_0x55b843),_0x5353dc=_0x5631f2,_0x116d59=_0x43b9ab*Math['sin'](_0x55b843);_0x69cdb0['push'](_0x21870c,_0x5353dc,_0x116d59),_0x25f25d['push'](_0x21870c*RADIUS,_0x5353dc*RADIUS,_0x116d59*RADIUS);}}for(let _0x3fafcb=0x0;_0x3fafcb<LAT_BANDS;_0x3fafcb++){for(let _0x2c3f66=0x0;_0x2c3f66<LON_BANDS;_0x2c3f66++){const _0x492c19=_0x3fafcb*(LON_BANDS+0x1)+_0x2c3f66,_0x3c5522=_0x492c19+LON_BANDS+0x1;_0x50b296['push'](_0x492c19,_0x3c5522,_0x492c19+0x1),_0x50b296['push'](_0x3c5522,_0x3c5522+0x1,_0x492c19+0x1);}}return{'vertices':new Float32Array(_0x25f25d),'normals':new Float32Array(_0x69cdb0),'indices':new Uint16Array(_0x50b296)};}function renderSphere(_0x26c944,_0x1da170,_0x1fc3b2){_0x26c944['useProgram'](_0x1da170),_0x26c944['viewport'](0x0,0x0,SIZE,SIZE),_0x26c944['clearColor'](0x0,0x0,0x0,0x1),_0x26c944['enable'](_0x26c944['DEPTH_TEST']),_0x26c944['clear'](_0x26c944['COLOR_BUFFER_BIT']|_0x26c944['DEPTH_BUFFER_BIT']);const _0x2f0f42=_0x26c944['createBuffer']();_0x26c944['bindBuffer'](_0x26c944['ARRAY_BUFFER'],_0x2f0f42),_0x26c944['bufferData'](_0x26c944['ARRAY_BUFFER'],_0x1fc3b2['vertices'],_0x26c944['STATIC_DRAW']);const _0x300cbc=_0x26c944['getAttribLocation'](_0x1da170,'aPosition');_0x26c944['enableVertexAttribArray'](_0x300cbc),_0x26c944['vertexAttribPointer'](_0x300cbc,0x3,_0x26c944['FLOAT'],![],0x0,0x0);const _0x3d0ee2=_0x26c944['createBuffer']();_0x26c944['bindBuffer'](_0x26c944['ARRAY_BUFFER'],_0x3d0ee2),_0x26c944['bufferData'](_0x26c944['ARRAY_BUFFER'],_0x1fc3b2['normals'],_0x26c944['STATIC_DRAW']);const _0x1a1dc9=_0x26c944['getAttribLocation'](_0x1da170,'aNormal');_0x26c944['enableVertexAttribArray'](_0x1a1dc9),_0x26c944['vertexAttribPointer'](_0x1a1dc9,0x3,_0x26c944['FLOAT'],![],0x0,0x0);const _0x5286e3=_0x26c944['createBuffer']();_0x26c944['bindBuffer'](_0x26c944['ELEMENT_ARRAY_BUFFER'],_0x5286e3),_0x26c944['bufferData'](_0x26c944['ELEMENT_ARRAY_BUFFER'],_0x1fc3b2['indices'],_0x26c944['STATIC_DRAW']);const _0x30bc95=Math['PI']/0x6,_0x3b7302=0x1,_0x371ff6=0.1,_0x54099c=0x64,_0x1d32af=0x1/Math['tan'](_0x30bc95/0x2),_0x3d0bd6=new Float32Array([_0x1d32af/_0x3b7302,0x0,0x0,0x0,0x0,_0x1d32af,0x0,0x0,0x0,0x0,(_0x54099c+_0x371ff6)/(_0x371ff6-_0x54099c),-0x1,0x0,0x0,0x2*_0x54099c*_0x371ff6/(_0x371ff6-_0x54099c),0x0]),_0x26021d=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x2f48e9=multiplyMat4(_0x3d0bd6,_0x26021d);_0x26c944['uniformMatrix4fv'](_0x26c944['getUniformLocation'](_0x1da170,'uMVMatrix'),![],_0x26021d),_0x26c944['uniformMatrix4fv'](_0x26c944['getUniformLocation'](_0x1da170,'uMVPMatrix'),![],_0x2f48e9),_0x26c944['uniform4f'](_0x26c944['getUniformLocation'](_0x1da170,'uLightPos'),0xa,0xa,0xa,0x1),_0x26c944['uniform3f'](_0x26c944['getUniformLocation'](_0x1da170,'uKd'),0.9,0.5,0.3),_0x26c944['uniform3f'](_0x26c944['getUniformLocation'](_0x1da170,'uLd'),0x1,0x1,0x1),_0x26c944['drawElements'](_0x26c944['TRIANGLES'],_0x1fc3b2['indices']['length'],_0x26c944['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x3a7b5c,_0xe90621){const _0x34fad7=new Float32Array(0x10);for(let _0x3eb890=0x0;_0x3eb890<0x4;_0x3eb890++){for(let _0x252396=0x0;_0x252396<0x4;_0x252396++){_0x34fad7[_0x252396*0x4+_0x3eb890]=0x0;for(let _0x120ac4=0x0;_0x120ac4<0x4;_0x120ac4++){_0x34fad7[_0x252396*0x4+_0x3eb890]+=_0x3a7b5c[_0x120ac4*0x4+_0x3eb890]*_0xe90621[_0x252396*0x4+_0x120ac4];}}}return _0x34fad7;}function fnv1a(_0x383ad9){let _0x5923b5=0x811c9dc5;for(let _0xfa1ae9=0x0;_0xfa1ae9<_0x383ad9['length'];_0xfa1ae9++){_0x5923b5^=_0x383ad9['charCodeAt'](_0xfa1ae9),_0x5923b5+=(_0x5923b5<<0x1)+(_0x5923b5<<0x4)+(_0x5923b5<<0x7)+(_0x5923b5<<0x8)+(_0x5923b5<<0x18);}return _0x5923b5>>>0x0;}let cached=null;function getCachedGpuAdapter(){if(typeof navigator==='undefined')return null;const _0x269891=navigator['gpu'];if(_0x269891===undefined||_0x269891===null)return null;const _0x349f99=_0x269891['requestAdapter'];if(typeof _0x349f99!=='function')return null;return cached===null&&(cached=((async()=>{try{const _0x3e13f1=await _0x349f99['call'](_0x269891);return _0x3e13f1===null||_0x3e13f1===undefined?null:_0x3e13f1;}catch{return null;}})())),cached;}function resetCachedGpuAdapter(){cached=null;}const _0x374fa1={};_0x374fa1['__proto__']=null,_0x374fa1['getCachedGpuAdapter']=getCachedGpuAdapter,_0x374fa1['resetCachedGpuAdapter']=resetCachedGpuAdapter;var webgpuAdapter=Object['freeze'](_0x374fa1);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 _0x5bed64=getCachedGpuAdapter();if(_0x5bed64===null)return null;const _0x436093=await _0x5bed64;if(!_0x436093)return null;const _0x28e39b=_0x436093['info'],_0xef9f10=_0x28e39b?.['vendor']??'',_0xd2c9de=_0x28e39b?.['architecture']??'',_0x30aa79=_0x28e39b?.['device']??'',_0x4dcb54=_0x28e39b?.['description']??'',_0xb4c1c7=[];_0x436093['features']['forEach'](_0x281b0=>_0xb4c1c7['push'](_0x281b0)),_0xb4c1c7['sort']();const _0x1739aa={};for(const _0x99d27b of DISCRIMINATING_LIMITS){_0x99d27b in _0x436093['limits']&&(_0x1739aa[_0x99d27b]=_0x436093['limits'][_0x99d27b]);}const _0x14f5c7={};return _0x14f5c7['vendor']=_0xef9f10,_0x14f5c7['architecture']=_0xd2c9de,_0x14f5c7['device']=_0x30aa79,_0x14f5c7['description']=_0x4dcb54,_0x14f5c7['features']=_0xb4c1c7,_0x14f5c7['limits']=_0x1739aa,_0x14f5c7;}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',_0x18cb6d={};_0x18cb6d['wgCount']=0x80,_0x18cb6d['wgSize']=0x40;const _0x472f63={};_0x472f63['wgCount']=0x100,_0x472f63['wgSize']=0x40;const _0x30704f={};_0x30704f['wgCount']=0x80,_0x30704f['wgSize']=0x80;const CONFIGS=[_0x18cb6d,_0x472f63,_0x30704f],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{const {getCachedGpuAdapter:_0x32323c}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0xaa74e6=_0x32323c();if(_0xaa74e6===null)return null;const _0x30c0c8=await _0xaa74e6;if(_0x30c0c8===null)return null;const _0xbd48bb=await _0x30c0c8['requestDevice']();try{const _0x42a5bd=_0xbd48bb['queue'],_0x4dbed1={};_0x4dbed1['code']=SHADER;const _0x1cc4bb=_0xbd48bb['createShaderModule'](_0x4dbed1),_0xe57415=await collectDistribution(_0xbd48bb,_0x42a5bd,_0x1cc4bb),_0x3bf57b=await collectDistribution(_0xbd48bb,_0x42a5bd,_0x1cc4bb),_0x1ec9fe=cosine(_0xe57415,_0x3bf57b);if(_0x1ec9fe<0.8)return null;const _0x2140bf=_0xe57415['map']((_0x1f4b45,_0x562e93)=>(_0x1f4b45+_0x3bf57b[_0x562e93])/0x2);return _0x2140bf['map'](_0x499a7b=>Math['round'](_0x499a7b*0x2710)/0x2710);}finally{_0xbd48bb['destroy']();}}catch{return null;}}async function collectDistribution(_0x1b014d,_0x4d01ad,_0x5d8c08){const _0x4a5d45=[];for(const _0x34a192 of CONFIGS){const _0xdaa33e=[];for(let _0xe76ab6=0x0;_0xe76ab6<TRIALS;_0xe76ab6++){const _0xbac448=await runTrial(_0x1b014d,_0x4d01ad,_0x5d8c08,_0x34a192['wgCount'],_0x34a192['wgSize'],LIMIT);_0xdaa33e['push'](_0xbac448);}const _0x4b21a8=medianOfTrials(_0xdaa33e),_0x28c0ef=normalize(_0x4b21a8),_0x55c465=downsample(_0x28c0ef,BINS);_0x4a5d45['push'](..._0x55c465);}return _0x4a5d45;}function cosine(_0x2579f3,_0xe91c0a){let _0xf88c4d=0x0,_0x328407=0x0,_0x7192cf=0x0;for(let _0x5c06a0=0x0;_0x5c06a0<_0x2579f3['length'];_0x5c06a0++){_0xf88c4d+=_0x2579f3[_0x5c06a0]*_0xe91c0a[_0x5c06a0],_0x328407+=_0x2579f3[_0x5c06a0]*_0x2579f3[_0x5c06a0],_0x7192cf+=_0xe91c0a[_0x5c06a0]*_0xe91c0a[_0x5c06a0];}const _0x541d98=Math['sqrt'](_0x328407)*Math['sqrt'](_0x7192cf);return _0x541d98===0x0?0x0:_0xf88c4d/_0x541d98;}async function runTrial(_0x311fac,_0x509398,_0x1ece5a,_0x234dd2,_0x4b893e,_0x5b17b2){const _0x52f661={};_0x52f661['WG_SIZE']=_0x4b893e;const _0x647798={};_0x647798['module']=_0x1ece5a,_0x647798['entryPoint']='main',_0x647798['constants']=_0x52f661;const _0x705013={};_0x705013['layout']='auto',_0x705013['compute']=_0x647798;const _0x478063=_0x311fac['createComputePipeline'](_0x705013),_0x4ec041=_0x234dd2*0x4,_0x4b707f={};_0x4b707f['size']=0x4,_0x4b707f['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x459f48=_0x311fac['createBuffer'](_0x4b707f),_0x381291={};_0x381291['size']=_0x4ec041,_0x381291['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x188334=_0x311fac['createBuffer'](_0x381291),_0x28c58c={};_0x28c58c['size']=0x10,_0x28c58c['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x348618=_0x311fac['createBuffer'](_0x28c58c),_0x27450b={};_0x27450b['size']=_0x4ec041,_0x27450b['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x324739=_0x311fac['createBuffer'](_0x27450b);try{_0x509398['writeBuffer'](_0x459f48,0x0,new Uint32Array([0x0])),_0x509398['writeBuffer'](_0x188334,0x0,new Uint8Array(_0x4ec041)),_0x509398['writeBuffer'](_0x348618,0x0,new Uint32Array([_0x5b17b2,0x0,0x0,0x0]));const _0x2e2ff0={};_0x2e2ff0['buffer']=_0x459f48;const _0x26ebf3={};_0x26ebf3['binding']=0x0,_0x26ebf3['resource']=_0x2e2ff0;const _0xb7db6b={};_0xb7db6b['buffer']=_0x188334;const _0x44e99e={};_0x44e99e['binding']=0x1,_0x44e99e['resource']=_0xb7db6b;const _0x162b7c={};_0x162b7c['buffer']=_0x348618;const _0x3f13e9={};_0x3f13e9['binding']=0x2,_0x3f13e9['resource']=_0x162b7c;const _0x4c1d0a=_0x311fac['createBindGroup']({'layout':_0x478063['getBindGroupLayout'](0x0),'entries':[_0x26ebf3,_0x44e99e,_0x3f13e9]}),_0x377939=_0x311fac['createCommandEncoder'](),_0x1e485d=_0x377939['beginComputePass']();_0x1e485d['setPipeline'](_0x478063),_0x1e485d['setBindGroup'](0x0,_0x4c1d0a),_0x1e485d['dispatchWorkgroups'](_0x234dd2,0x1,0x1),_0x1e485d['end'](),_0x377939['copyBufferToBuffer'](_0x188334,0x0,_0x324739,0x0,_0x4ec041),_0x509398['submit']([_0x377939['finish']()]),await _0x509398['onSubmittedWorkDone'](),await _0x324739['mapAsync'](GPUMapMode['READ']);const _0x37db1c=new Uint32Array(_0x324739['getMappedRange']()['slice'](0x0));return _0x324739['unmap'](),Array['from'](_0x37db1c);}finally{_0x459f48['destroy'](),_0x188334['destroy'](),_0x348618['destroy'](),_0x324739['destroy']();}}function medianOfTrials(_0x5f117c){const _0x21e6e8=_0x5f117c[0x0]['length'],_0x5c1fd7=new Array(_0x21e6e8);for(let _0x1aeae3=0x0;_0x1aeae3<_0x21e6e8;_0x1aeae3++){const _0x2f42f4=_0x5f117c['map'](_0x3e206d=>_0x3e206d[_0x1aeae3])['sort']((_0x3ee67a,_0x29c8a1)=>_0x3ee67a-_0x29c8a1),_0x3e230a=Math['floor'](_0x2f42f4['length']/0x2);_0x5c1fd7[_0x1aeae3]=_0x2f42f4['length']%0x2?_0x2f42f4[_0x3e230a]:(_0x2f42f4[_0x3e230a-0x1]+_0x2f42f4[_0x3e230a])/0x2;}return _0x5c1fd7;}function normalize(_0x41fad2){const _0x2cdffb=_0x41fad2['reduce']((_0x31c98c,_0x2ec359)=>_0x31c98c+_0x2ec359,0x0)||0x1;return _0x41fad2['map'](_0x41e19c=>_0x41e19c/_0x2cdffb);}function downsample(_0x30d0eb,_0x3dee0c){const _0x14f1a9=_0x30d0eb['length'],_0xd0d72e=new Array(_0x3dee0c)['fill'](0x0);for(let _0x41b4d0=0x0;_0x41b4d0<_0x14f1a9;_0x41b4d0++){_0xd0d72e[Math['floor'](_0x41b4d0*_0x3dee0c/_0x14f1a9)]+=_0x30d0eb[_0x41b4d0];}const _0x58963c=_0xd0d72e['reduce']((_0x2156db,_0x374297)=>_0x2156db+_0x374297,0x0)||0x1;return _0xd0d72e['map'](_0x3aef0a=>_0x3aef0a/_0x58963c);}async function getWebRtcDevices(){const _0x1134fe=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x1134fe===undefined||typeof _0x1134fe['enumerateDevices']!=='function')return undefined;try{const _0x87b9db=await _0x1134fe['enumerateDevices']();let _0x2dce60=0x0,_0x3a1c63=0x0,_0x10f0d1=0x0;const _0x5f08c3=[];for(const _0xfbaa9d of _0x87b9db){_0x5f08c3['push'](_0xfbaa9d['kind']);if(_0xfbaa9d['kind']==='audioinput')_0x2dce60++;else{if(_0xfbaa9d['kind']==='audiooutput')_0x3a1c63++;else _0x10f0d1++;}}const _0x49ff6d=_0x5f08c3['join'](',');let _0x2919b9=0x0;for(let _0x4e7672=0x0;_0x4e7672<_0x49ff6d['length'];_0x4e7672++){_0x2919b9=(_0x2919b9<<0x5)-_0x2919b9+_0x49ff6d['charCodeAt'](_0x4e7672)|0x0;}return{'audioInputCount':_0x2dce60,'audioOutputCount':_0x3a1c63,'videoInputCount':_0x10f0d1,'totalCount':_0x87b9db['length'],'kindsHash':(_0x2919b9>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAncestorOrigins(){try{const _0x46db77=window['location'],_0x5779cf=_0x46db77['href'],_0x560fad=_0x46db77['ancestorOrigins'];let _0x4e8d6b=null;if(_0x560fad!==undefined&&_0x560fad!==null){_0x4e8d6b=[];for(let _0x36617b=0x0;_0x36617b<_0x560fad['length'];_0x36617b++){const _0x386c64=_0x560fad[_0x36617b];if(typeof _0x386c64==='string')_0x4e8d6b['push'](_0x386c64);}}const _0x170ce7={};return _0x170ce7['w']=_0x5779cf,_0x170ce7['l']=_0x5779cf,_0x170ce7['a']=_0x4e8d6b,_0x170ce7;}catch{return null;}}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x3bd699}=window;if(typeof _0x3bd699?.['canMakePayments']!=='function')return null;if(willPrintConsoleError())return null;try{return _0x3bd699['canMakePayments']();}catch(_0x1397fc){if(_0x1397fc instanceof Error&&_0x1397fc['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x1397fc['message']))return null;throw _0x1397fc;}}async function getBatterySignal(){const _0x290aaf=navigator;if(typeof _0x290aaf['getBattery']!=='function')return null;try{const _0x64878=await _0x290aaf['getBattery']();if(_0x64878===undefined||_0x64878===null)return null;const _0x95d0bf=_0x64878['chargingTime'],_0x44301b=_0x64878['dischargingTime'];return{'level':_0x64878['level'],'charging':_0x64878['charging'],'ct':Number['isFinite'](_0x95d0bf)?_0x95d0bf:null,'dt':Number['isFinite'](_0x44301b)?_0x44301b:null};}catch{return null;}}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x5a94c8=0x0;_0x5a94c8<0x100;_0x5a94c8++){let _0x2664b0=_0x5a94c8;for(let _0x2bc561=0x0;_0x2bc561<0x8;_0x2bc561++)_0x2664b0=_0x2664b0&0x1?0xedb88320^_0x2664b0>>>0x1:_0x2664b0>>>0x1;table[_0x5a94c8]=_0x2664b0;}return table;}function crc32(_0x2c207a){const _0x3e6886=getTable();let _0x595dd4=0xffffffff;for(let _0x1c19cd=0x0;_0x1c19cd<_0x2c207a['length'];_0x1c19cd++){_0x595dd4=_0x3e6886[(_0x595dd4^_0x2c207a['charCodeAt'](_0x1c19cd))&0xff]^_0x595dd4>>>0x8;}return(_0x595dd4^0xffffffff)>>>0x0;}function summarizePrototype(_0x568fe8){const _0x52de22={};_0x52de22['count']=0x0,_0x52de22['hash']=0x0;if(!_0x568fe8)return _0x52de22;try{const _0x5c337b=Object['getOwnPropertyNames'](_0x568fe8)['sort'](),_0x437113=_0x5c337b['join'](',');return{'count':_0x5c337b['length'],'hash':crc32(_0x437113)};}catch{const _0x375cc1={};return _0x375cc1['count']=0x0,_0x375cc1['hash']=0x0,_0x375cc1;}}function isNativeFunction$1(_0x2b6e67){try{return typeof _0x2b6e67==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x2b6e67));}catch{return![];}}function getBomEnumeration(){try{const _0x5db5eb=summarizePrototype(Navigator['prototype']),_0x171c6d=summarizePrototype(Screen['prototype']),_0xf0924d=summarizePrototype(HTMLElement['prototype']),_0x54f05e=summarizePrototype(Document['prototype']),_0x3737ef={};_0x3737ef['count']=0x0,_0x3737ef['hash']=0x0;let _0x28847c=_0x3737ef;typeof Performance!=='undefined'&&(_0x28847c=summarizePrototype(Performance['prototype']));const _0x5d1896=_0x5db5eb['count']+_0x171c6d['count']+_0xf0924d['count']+_0x54f05e['count']+_0x28847c['count'],_0x2a0553=window,_0x383d6e='chrome'in window&&typeof _0x2a0553['chrome']==='object',_0x53da06=typeof navigator['brave']==='object',_0x23e894='__playwright'in _0x2a0553||'__selenium_unwrapped'in _0x2a0553||'__webdriver_evaluate'in _0x2a0553||'__nightmare'in _0x2a0553||'_phantom'in _0x2a0553||'__lastWatirAlert'in _0x2a0553;let _0x268d3e=!![];try{const _0x2e6aff=navigator['plugins'];_0x268d3e=_0x2e6aff['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x268d3e=![];}let _0x2692cc=!![];try{const _0x199403=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x199403)_0x2692cc=![];else{if('value'in _0x199403)_0x2692cc=![];else _0x199403['get']?_0x2692cc=isNativeFunction$1(_0x199403['get']):_0x2692cc=![];}}catch{_0x2692cc=![];}const _0x3c852b=typeof SharedWorker!=='undefined',_0x4c853d=typeof Notification!=='undefined',_0x226f39={};_0x226f39['hasChrome']=_0x383d6e,_0x226f39['hasBraveShield']=_0x53da06,_0x226f39['hasAutomation']=_0x23e894,_0x226f39['pluginConsistent']=_0x268d3e,_0x226f39['webdriverNative']=_0x2692cc,_0x226f39['hasSharedWorker']=_0x3c852b,_0x226f39['hasNotification']=_0x4c853d;const _0x22aa10={};return _0x22aa10['nav']=_0x5db5eb,_0x22aa10['scr']=_0x171c6d,_0x22aa10['html']=_0xf0924d,_0x22aa10['doc']=_0x54f05e,_0x22aa10['perf']=_0x28847c,_0x22aa10['total']=_0x5d1896,_0x22aa10['markers']=_0x226f39,_0x22aa10;}catch{return null;}}function getColorDepth(){return window['screen']['colorDepth'];}function getColorScheme(){if(matchMedia('(prefers-color-scheme:\x20dark)')['matches'])return!![];if(matchMedia('(prefers-color-scheme:\x20light)')['matches'])return![];return null;}function getConnectionExtended(){if(typeof navigator==='undefined')return null;const _0xbfcf94=navigator['connection'];if(_0xbfcf94===undefined||_0xbfcf94===null)return null;const _0x57f173=typeof _0xbfcf94['downlink']==='number'?_0xbfcf94['downlink']:0x0,_0x40b4ba=Math['round'](_0x57f173*0xa)/0xa|0x0,_0x13de73=_0xbfcf94['metered']===!![],_0x4ad358={};return _0x4ad358['downlink']=_0x40b4ba,_0x4ad358['metered']=_0x13de73,_0x4ad358;}function getConnectionInfo(){try{const _0x392c31=navigator['connection'];if(!_0x392c31)return null;const _0x55f8f2=Object['getOwnPropertyDescriptor'](_0x392c31,Symbol['toStringTag']);if(_0x55f8f2?.['configurable']===!![])return!![];for(let _0x3c974d=0x0;_0x3c974d<_0x392c31['length'];_0x3c974d++){const _0x117209=Object['getOwnPropertyDescriptor'](_0x392c31,_0x3c974d);if(_0x117209!==undefined&&(_0x117209['configurable']===!![]||_0x117209['enumerable']===!![]))return!![];}return![];}catch{return null;}}function getConnectionSaveData(){if(typeof navigator==='undefined')return null;const _0x838515=navigator['connection'];if(_0x838515===undefined||_0x838515===null)return null;return _0x838515['saveData']===!![];}const PROBE_VALUE='calc(0.207912px)';function getCssCalcResolved(){if(typeof document==='undefined')return null;const _0x532770=document['createElement']('div');_0x532770['style']['cssText']='width:'+PROBE_VALUE+';position:absolute;left:-9999px',document['body']['appendChild'](_0x532770);let _0x3facda;try{_0x3facda=getComputedStyle(_0x532770)['width'];}finally{_0x532770['remove']();}return _0x3facda['startsWith']('0')||_0x3facda['startsWith']('calc')?PROBE_VALUE:_0x3facda;}function getCssRegisterProperty(){if(typeof window==='undefined')return null;const _0x56cfc2=window['CSS'];if(_0x56cfc2===undefined||_0x56cfc2===null)return![];return typeof _0x56cfc2['registerProperty']==='function';}function getContrastPreference(){if(doesMatch$4('no-preference'))return 0x0;if(doesMatch$4('high')||doesMatch$4('more'))return 0x1;if(doesMatch$4('low')||doesMatch$4('less'))return-0x1;if(doesMatch$4('forced'))return 0xa;return undefined;}function doesMatch$4(_0x7c0ec){return matchMedia('(prefers-contrast:\x20'+_0x7c0ec+')')['matches'];}function areCookiesEnabled(){const _0x12e441=document;try{_0x12e441['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x23b66e=_0x12e441['cookie']['indexOf']('cookietest=')!==-0x1;return _0x12e441['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x23b66e;}catch{return![];}}function getCssSupports(){if(typeof CSS==='undefined')return null;return CSS['supports']('backdrop-filter','blur(2px)');}function getDateTimeLocale(){const _0x34684e=window['Intl'];if(_0x34684e===undefined)return-0x1;const _0x2e1663=_0x34684e['DateTimeFormat'];if(_0x2e1663===undefined)return-0x2;const _0xd3db80=_0x2e1663()['resolvedOptions']()['locale'];if(!_0xd3db80&&_0xd3db80!=='')return-0x3;return _0xd3db80;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x5aba29=window['devicePixelRatio'];return _0x5aba29??null;}function getDoNotTrack(){const _0x7ae03c=navigator['doNotTrack'];return _0x7ae03c??null;}function getEpochTimestamp(){return Math['floor'](Date['now']()/0x3e8);}function getDocumentAttributes(){try{return document['documentElement']['getAttributeNames']();}catch{return[];}}function getDocumentFocus(){try{return document['hasFocus']();}catch{return![];}}async function getFileSystemAccess(){try{const _0x24edc4=navigator['storage'];if(_0x24edc4===undefined||typeof _0x24edc4['getDirectory']!=='function')return undefined;return await _0x24edc4['getDirectory'](),!![];}catch{return![];}}const PROBE_FILENAME='default.ini',PROBE_TIMEOUT_MS$2=0xc8;function fsProbe(_0x3a44f9){return new Promise(_0x273694=>{const _0x1fed21=new Image();let _0x325518=![];const _0xe68e06=_0x35b307=>{if(_0x325518)return;_0x325518=!![];const _0x2232d1={};_0x2232d1['n']=_0x3a44f9,_0x2232d1['l']=_0x35b307,_0x273694(_0x2232d1);};_0x1fed21['onload']=()=>_0xe68e06(_0x1fed21['naturalWidth']|0x0),_0x1fed21['onerror']=()=>_0xe68e06(-0x1),_0x1fed21['src']='file:///'+_0x3a44f9+'?_='+Date['now'](),setTimeout(()=>_0xe68e06(-0x1),PROBE_TIMEOUT_MS$2);});}function getFilesystemUrlProbe(){if(typeof window==='undefined'||typeof Image!=='function')return null;if(typeof location!=='undefined'){const _0x364944=location['protocol'];if(_0x364944==='http:'||_0x364944==='https:')return null;}return async()=>{const _0x4cfc28=await fsProbe(PROBE_FILENAME);return[_0x4cfc28];};}const POSITION_TIMEOUT_MS=0x2710;function getGeolocationProbe(){if(typeof navigator==='undefined')return null;const _0x1db37a=navigator['geolocation'];if(_0x1db37a===undefined||_0x1db37a===null)return null;const _0x9c505f=navigator['permissions'];if(!_0x9c505f||typeof _0x9c505f['query']!=='function')return null;const _0x303668=_0x9c505f['query'];return async()=>{let _0x440bf9;try{const _0xefd598={};_0xefd598['name']='geolocation',_0x440bf9=(await _0x303668['call'](_0x9c505f,_0xefd598))['state'];}catch{return null;}const _0x2ddfa7={};_0x2ddfa7['state']='prompt';if(_0x440bf9==='prompt')return _0x2ddfa7;const _0x416047={};_0x416047['state']='denied';if(_0x440bf9==='denied')return _0x416047;if(_0x440bf9!=='granted')return null;return new Promise(_0x126c5d=>{const _0x5231a5={};_0x5231a5['enableHighAccuracy']=!![],_0x5231a5['timeout']=POSITION_TIMEOUT_MS,_0x5231a5['maximumAge']=0x0,_0x1db37a['getCurrentPosition'](_0x3ea3eb=>{const _0x92179c=_0x3ea3eb['coords'],_0x5d96a7={};_0x5d96a7['la']=_0x92179c['latitude'],_0x5d96a7['lo']=_0x92179c['longitude'],_0x5d96a7['al']=_0x92179c['altitude'],_0x5d96a7['ac']=_0x92179c['accuracy'],_0x5d96a7['alac']=_0x92179c['altitudeAccuracy'],_0x5d96a7['h']=_0x92179c['heading'],_0x5d96a7['s']=_0x92179c['speed'],_0x5d96a7['t']=_0x3ea3eb['timestamp'],_0x126c5d(_0x5d96a7);},_0x4fa5bd=>{const _0x270214={};_0x270214['state']='denied';const _0x4773a7={};_0x4773a7['state']='timeout';const _0x5a721e={};_0x5a721e['state']='unavailable';if(_0x4fa5bd['code']===0x1)_0x126c5d(_0x270214);else{if(_0x4fa5bd['code']===0x3)_0x126c5d(_0x4773a7);else _0x126c5d(_0x5a721e);}},_0x5231a5);});};}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x39c448){return matchMedia('(forced-colors:\x20'+_0x39c448+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x3d86b7,_0x30d8e7)=>{const _0x76543d=_0x30d8e7['document'],_0x582d78=_0x76543d['createElement']('input');_0x582d78['type']='radio',_0x76543d['body']['appendChild'](_0x582d78);const _0x3a78db=_0x30d8e7['getComputedStyle'](_0x582d78)['getPropertyValue']('font-family');return _0x76543d['body']['removeChild'](_0x582d78),_0x3a78db||undefined;});}function getHardwareConcurrency(){const _0x21d17e=getUnstableHardwareConcurrency();if(_0x21d17e!==undefined&&isGecko()&&isGecko143OrNewer())return _0x21d17e>=0x8?0x8:0x4;return _0x21d17e;}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(_0x515a89){return matchMedia('(dynamic-range:\x20'+_0x515a89+')')['matches'];}async function getIncognitoDetection(){try{if(typeof navigator==='undefined')return null;return await new Promise((_0x23731e,_0x2917ff)=>{let _0x5a9037='Unknown',_0x203262=![];const _0xdaf4cb=_0x1b8ca2=>{if(_0x203262)return;_0x203262=!![];const _0x263604={};_0x263604['isPrivate']=_0x1b8ca2,_0x263604['browserName']=_0x5a9037,_0x23731e(_0x263604);},_0x106a92=()=>{const _0x3e876a=navigator['userAgent'];if(_0x3e876a['match'](/Chrome/)){if(navigator['brave']!==undefined)return'Brave';if(_0x3e876a['match'](/Edg/))return'Edge';if(_0x3e876a['match'](/OPR/))return'Opera';return'Chrome';}return'Chromium';},_0x31912c=async()=>{try{const _0x400652=navigator['storage'];await _0x400652['getDirectory'](),_0xdaf4cb(![]);}catch(_0x283bd2){const _0x58bcba=_0x283bd2 instanceof Error&&typeof _0x283bd2['message']==='string'?_0x283bd2['message']:String(_0x283bd2);_0xdaf4cb(_0x58bcba['includes']('unknown\x20transient\x20reason'));}},_0x560c64=()=>{const _0x37dbde=String(Math['random']());try{const _0x10e3b3=indexedDB['open'](_0x37dbde,0x1);_0x10e3b3['onupgradeneeded']=_0x4b2c70=>{const _0x2c10a1=_0x4b2c70['target']['result'],_0x5d140d=_0x2e2f96=>{_0xdaf4cb(_0x2e2f96);};try{const _0x2831dd={};_0x2831dd['autoIncrement']=!![],_0x2c10a1['createObjectStore']('t',_0x2831dd)['put'](new Blob()),_0x5d140d(![]);}catch(_0x409cd0){const _0x4e750a=_0x409cd0 instanceof Error&&typeof _0x409cd0['message']==='string'?_0x409cd0['message']:String(_0x409cd0);if(_0x4e750a['includes']('are\x20not\x20yet\x20supported'))_0x5d140d(!![]);else _0x5d140d(![]);}finally{_0x2c10a1['close'](),indexedDB['deleteDatabase'](_0x37dbde);}},_0x10e3b3['onerror']=()=>_0xdaf4cb(![]);}catch{_0xdaf4cb(![]);}},_0x40c3fb=()=>{const _0x563a2f=window['openDatabase'],_0x36ccd1=window['localStorage'];try{_0x563a2f(null,null,null,null);}catch{_0xdaf4cb(!![]);return;}try{_0x36ccd1['setItem']('test','1'),_0x36ccd1['removeItem']('test');}catch{_0xdaf4cb(!![]);return;}_0xdaf4cb(![]);},_0x20afdb=async()=>{const _0x1838b3=navigator['storage'];if(typeof _0x1838b3?.['getDirectory']==='function')await _0x31912c();else navigator['maxTouchPoints']!==undefined?_0x560c64():_0x40c3fb();},_0x1e6386=()=>{const _0x266222=window;return _0x266222['performance']?.['memory']?.['jsHeapSizeLimit']??0x40000000;},_0x1c7767=()=>{const _0x23c855=navigator['webkitTemporaryStorage'];_0x23c855['queryUsageAndQuota']((_0x6a2671,_0x12faaa)=>{const _0x43be1b=Math['round'](_0x12faaa/(0x400*0x400)),_0x273662=Math['round'](_0x1e6386()/(0x400*0x400))*0x2;_0xdaf4cb(_0x43be1b<_0x273662);},_0x5965ad=>_0x2917ff(new Error('detectIncognito\x20somehow\x20failed\x20to\x20query\x20storage\x20quota:\x20'+_0x5965ad['message'])));},_0x58b129=()=>{const _0x4af41d=window['webkitRequestFileSystem'];_0x4af41d(0x0,0x1,()=>_0xdaf4cb(![]),()=>_0xdaf4cb(!![]));},_0x317f3f=()=>{self['Promise']!==undefined&&self['Promise']['allSettled']!==undefined?_0x1c7767():_0x58b129();},_0x4c9742=async()=>{const _0xf58a50=navigator['storage'];if(typeof _0xf58a50?.['getDirectory']==='function'){try{await _0xf58a50['getDirectory'](),_0xdaf4cb(![]);}catch(_0x4ccb47){const _0x1ee25a=_0x4ccb47 instanceof Error&&typeof _0x4ccb47['message']==='string'?_0x4ccb47['message']:String(_0x4ccb47);_0xdaf4cb(_0x1ee25a['includes']('Security\x20error'));}return;}const _0x3a558c=indexedDB['open']('inPrivate');_0x3a558c['onerror']=_0x18dfdf=>{_0x3a558c['error']!==null&&_0x3a558c['error']['name']==='InvalidStateError'&&_0x18dfdf['preventDefault'](),_0xdaf4cb(!![]);},_0x3a558c['onsuccess']=()=>{indexedDB['deleteDatabase']('inPrivate'),_0xdaf4cb(![]);};},_0x58a4ef=()=>{_0xdaf4cb(window['indexedDB']===undefined);},_0x2bda64=async()=>{if(isSafariWebKit())_0x5a9037='Safari',await _0x20afdb();else{if(isChromium())_0x5a9037=_0x106a92(),_0x317f3f();else{if(isGecko())_0x5a9037='Firefox',await _0x4c9742();else isTrident()||navigator['msSaveBlob']!==undefined?(_0x5a9037='Internet\x20Explorer',_0x58a4ef()):_0x2917ff(new Error('detectIncognito\x20cannot\x20determine\x20the\x20browser'));}}};_0x2bda64()['catch'](_0x2917ff);});}catch{return null;}}const PROBE_TIMEOUT_MS$1=0x3e8;function getInstalledRelatedApps(){if(typeof navigator==='undefined')return null;const _0x42c798=navigator['getInstalledRelatedApps'];if(typeof _0x42c798!=='function')return null;return async()=>{const _0x315633=((async()=>{try{const _0x4f59b7=await _0x42c798['call'](navigator);if(!Array['isArray'](_0x4f59b7)||_0x4f59b7['length']===0x0)return null;return _0x4f59b7['length'];}catch{return null;}})()),_0x203e0d=new Promise(_0x2362eb=>setTimeout(()=>_0x2362eb(null),PROBE_TIMEOUT_MS$1));return Promise['race']([_0x315633,_0x203e0d]);};}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x3eaeba=await Promise['race']([new Promise(_0x8aa4a3=>{try{const _0x351872='mw_blob_test',_0x6cd508='store',_0x5e7912=indexedDB['deleteDatabase'](_0x351872);_0x5e7912['onsuccess']=_0x203eac,_0x5e7912['onerror']=_0x203eac;function _0x203eac(){try{const _0x33350e=indexedDB['open'](_0x351872,0x1);_0x33350e['onupgradeneeded']=()=>{try{_0x33350e['result']['createObjectStore'](_0x6cd508);}catch{_0x8aa4a3(null);}},_0x33350e['onsuccess']=()=>{try{const _0x571645=_0x33350e['result'],_0x4a5697=_0x571645['transaction'](_0x6cd508,'readwrite'),_0x194771=_0x4a5697['objectStore'](_0x6cd508);try{const _0x376c93=_0x194771['put'](new Blob(['test']),'blob_key');_0x376c93['onsuccess']=()=>{_0x571645['close']();try{indexedDB['deleteDatabase'](_0x351872);}catch{}_0x8aa4a3(![]);},_0x376c93['onerror']=()=>{_0x571645['close']();try{indexedDB['deleteDatabase'](_0x351872);}catch{}const _0x3091b2=_0x376c93['error']?.['message']??'';_0x8aa4a3(_0x3091b2['includes']('not\x20yet\x20supported')||_0x3091b2['includes']('not\x20supported'));};}catch(_0x5acaa4){_0x571645['close']();try{indexedDB['deleteDatabase'](_0x351872);}catch{}if(_0x5acaa4 instanceof DOMException){const _0xdb1cce=_0x5acaa4['message'];_0x8aa4a3(_0xdb1cce['includes']('not\x20yet\x20supported')||_0xdb1cce['includes']('not\x20supported'));}else _0x8aa4a3(null);}}catch{_0x8aa4a3(null);}},_0x33350e['onerror']=()=>{_0x8aa4a3(null);};}catch{_0x8aa4a3(null);}}}catch{_0x8aa4a3(null);}}),new Promise(_0x1ed904=>setTimeout(()=>_0x1ed904(null),0x3e8))]);return _0x3eaeba;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x3421ce){return matchMedia('(inverted-colors:\x20'+_0x3421ce+')')['matches'];}function getLanguages(){const _0xdab652=navigator,_0x11b9ec=[],_0x271719=_0xdab652['language']??_0xdab652['userLanguage']??_0xdab652['browserLanguage']??_0xdab652['systemLanguage'];_0x271719!==undefined&&_0x11b9ec['push']([_0x271719]);if(Array['isArray'](_0xdab652['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x11b9ec['push'](_0xdab652['languages']);else{if(typeof _0xdab652['languages']==='string'){const _0x2f1bb1=_0xdab652['languages'];_0x2f1bb1!==''&&_0x11b9ec['push'](_0x2f1bb1['split'](','));}}return _0x11b9ec;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getIntlCurrency(){try{const _0x58ee3e=window['Intl'],_0x4fc2a=_0x58ee3e?.['NumberFormat'];if(_0x4fc2a===undefined)return null;try{const _0x3d7492={};_0x3d7492['style']='currency';const _0x58f4dc=new _0x4fc2a(undefined,_0x3d7492),_0x3eafc0=_0x58f4dc['resolvedOptions']();if(typeof _0x3eafc0['currency']==='string'&&_0x3eafc0['currency']['length']===0x3)return _0x3eafc0['currency']['toUpperCase']();}catch{}return null;}catch{return null;}}function getIntlMetadata(){try{const _0x4f484f=window['Intl'],_0x702f67=_0x4f484f?.['DateTimeFormat'];if(_0x702f67===undefined){const _0x43f7a7={};return _0x43f7a7['hourCycle']=null,_0x43f7a7['numberingSystem']=null,_0x43f7a7['calendar']=null,_0x43f7a7;}const _0x71300=new _0x702f67()['resolvedOptions'](),_0x5550d9={};return _0x5550d9['hourCycle']=typeof _0x71300['hourCycle']==='string'?_0x71300['hourCycle']:null,_0x5550d9['numberingSystem']=typeof _0x71300['numberingSystem']==='string'?_0x71300['numberingSystem']:null,_0x5550d9['calendar']=typeof _0x71300['calendar']==='string'?_0x71300['calendar']:null,_0x5550d9;}catch{const _0x220827={};return _0x220827['hourCycle']=null,_0x220827['numberingSystem']=null,_0x220827['calendar']=null,_0x220827;}}function getLocaleCurrency(){try{const _0x3d093d=navigator['language'];if(!_0x3d093d)return null;const _0x1a739f={};_0x1a739f['style']='currency',_0x1a739f['currency']='USD';const _0x1b1e27=0x1['toLocaleString'](_0x3d093d,_0x1a739f),_0xb3a4bf={};_0xb3a4bf['style']='currency',_0xb3a4bf['currency']='USD';const _0x4d0145=0x1['toLocaleString'](undefined,_0xb3a4bf),_0xc6ae0f={};return _0xc6ae0f['match']=_0x1b1e27===_0x4d0145,_0xc6ae0f['explicit']=_0x1b1e27,_0xc6ae0f['implicit']=_0x4d0145,_0xc6ae0f;}catch{return null;}}const _0x9530bf={};_0x9530bf['any-hover']=['hover','none'],_0x9530bf['any-pointer']=['none','coarse','fine'],_0x9530bf['pointer']=['none','coarse','fine'],_0x9530bf['hover']=['hover','none'],_0x9530bf['update']=['fast','slow'],_0x9530bf['scripting']=['none','initial-only','enabled'];const queries=_0x9530bf;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x56994c={};for(const [_0x81f2bb,_0x44edd8]of Object['entries'](queries)){for(const _0x5d3793 of _0x44edd8){if(matchMedia('('+_0x81f2bb+':\x20'+_0x5d3793+')')['matches']){_0x56994c[_0x81f2bb]=_0x5d3793;break;}}}return _0x56994c;}function getMediaSession(){try{const _0x2c43e1=navigator['mediaSession'];if(_0x2c43e1===undefined||_0x2c43e1===null)return null;let _0x1324eb=null;if(_0x2c43e1['metadata']!==null&&_0x2c43e1['metadata']!==undefined){const _0x47a89f=_0x2c43e1['metadata']['artwork'],_0x3113a2=Array['isArray'](_0x47a89f)?_0x47a89f['length']:0x0,_0x57e4a2={};_0x57e4a2['artworkCount']=_0x3113a2,_0x1324eb=_0x57e4a2;}const _0x37d3e0={};return _0x37d3e0['metadata']=_0x1324eb,_0x37d3e0['playbackState']=typeof _0x2c43e1['playbackState']==='string'?_0x2c43e1['playbackState']:'none',_0x37d3e0['hasSetActionHandler']=typeof _0x2c43e1['setActionHandler']==='function',_0x37d3e0;}catch{return null;}}function getMimeTypes(){try{const _0x365d10=navigator['mimeTypes'];if(_0x365d10===undefined)return undefined;let _0x45947f=Object['getPrototypeOf'](_0x365d10)===MimeTypeArray['prototype'];for(let _0x502a31=0x0;_0x502a31<_0x365d10['length'];_0x502a31++){_0x45947f&&(_0x45947f=Object['getPrototypeOf'](_0x365d10[_0x502a31])===MimeType['prototype']);}return _0x45947f;}catch{return undefined;}}function getMimeTypesCount(){if(typeof navigator==='undefined')return null;const _0x5caa7a=navigator['mimeTypes'];return _0x5caa7a?.['length']??0x0;}function getNavigatorLanguages(){const _0x30574b=navigator['languages'];return _0x30574b??null;}function getNavigatorOnline(){if(typeof navigator==='undefined')return null;return navigator['onLine']===!![];}const PROBE_TIMEOUT_MS=0xfa,STUN_URL='stun:stun.l.google.com:19302',PROBE_DATA_CHANNEL_LABEL='';function getRTCConstructor(){if(typeof window==='undefined')return null;const _0x1a4b49=window['RTCPeerConnection'];if(typeof _0x1a4b49!=='function')return null;return _0x1a4b49;}function getNetworkIceProbe(){const _0x4ed48b=getRTCConstructor();if(_0x4ed48b===null)return null;return()=>new Promise(_0x4d78fa=>{let _0x256e11=null,_0x522c23=![],_0x30fb7d=null;const _0x47fce6=_0x1f1d30=>{if(_0x522c23)return;_0x522c23=!![];if(_0x30fb7d!==null)clearTimeout(_0x30fb7d);if(_0x256e11!==null)try{_0x256e11['close']();}catch{}_0x4d78fa(_0x1f1d30);};try{const _0x4b19c9={};_0x4b19c9['urls']=STUN_URL;const _0x51237b={};_0x51237b['iceServers']=[_0x4b19c9],_0x256e11=new _0x4ed48b(_0x51237b),_0x256e11['createDataChannel'](PROBE_DATA_CHANNEL_LABEL),_0x256e11['onicecandidate']=_0x4115a9=>{if(_0x4115a9['candidate']===null)_0x47fce6(!![]);},_0x256e11['onicecandidateerror']=()=>_0x47fce6(![]),_0x256e11['createOffer']()['then'](_0x4f3b66=>{if(_0x522c23||_0x256e11===null)return;return _0x256e11['setLocalDescription'](_0x4f3b66);})['catch'](()=>_0x47fce6(![])),_0x30fb7d=setTimeout(()=>_0x47fce6(![]),PROBE_TIMEOUT_MS);}catch{_0x47fce6(![]);}});}function getNetworkRTT(){const _0x4a4765=navigator;return _0x4a4765['connection']?.['rtt']??null;}function getNotificationPresence(){return typeof window['Notification']!=='undefined';}function getOsCpu(){if(typeof navigator==='undefined')return null;const _0x3851c3=navigator['oscpu'];return _0x3851c3??null;}function getPageUrl(){try{if(typeof window==='undefined')return null;const _0xb435d7={};return _0xb435d7['l']=window['location']['href'],_0xb435d7['f']='',[_0xb435d7];}catch{return null;}}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x40843c=performance['memory'];if(_0x40843c===undefined||typeof _0x40843c['jsHeapSizeLimit']!=='number')return undefined;return _0x40843c['jsHeapSizeLimit'];}function getPerformanceNowMicroseconds(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;return Math['floor'](performance['now']()*0x3e8);}function getPerformanceResolution(){const _0x25d8ac=window['performance'];if(typeof _0x25d8ac['now']!=='function')return null;let _0x57d99b=0x1,_0x3fc38a=0x1,_0x4eb7ef=_0x25d8ac['now'](),_0x694e87=_0x4eb7ef;for(let _0x2a881f=0x0;_0x2a881f<0xc350;_0x2a881f++){_0x4eb7ef=_0x694e87,_0x694e87=_0x25d8ac['now']();if(_0x4eb7ef<_0x694e87){const _0xb4d755=_0x694e87-_0x4eb7ef;if(_0xb4d755>_0x57d99b){if(_0xb4d755<_0x3fc38a)_0x3fc38a=_0xb4d755;}else _0xb4d755<_0x57d99b&&(_0x3fc38a=_0x57d99b,_0x57d99b=_0xb4d755);}}return[_0x57d99b,_0x3fc38a];}const permissionNames=['accelerometer','ambient-light-sensor','background-fetch','background-sync','bluetooth','camera','clipboard-read','clipboard-write','display-capture','geolocation','gyroscope','local-fonts','magnetometer','microphone','midi','nfc','notifications','payment-handler','persistent-storage','push','screen-wake-lock','speaker-selection','storage-access','window-management'],PERMISSION_QUERY_TIMEOUT_MS=0x3e8,PERMISSION_RETRIES=0x3,_0x7bd70e={};_0x7bd70e['kind']='timeout';const TIMEOUT_OUTCOME=_0x7bd70e;async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x2520f9=[],_0x28aef1=new Set();for(let _0x421089=0x0;_0x421089<PERMISSION_RETRIES;_0x421089++){const _0x3a406e={},_0x194550=permissionNames['filter'](_0x439b15=>!_0x28aef1['has'](_0x439b15))['map'](async _0x5b6bb1=>{const _0x284b8a={};_0x284b8a['name']=_0x5b6bb1;const _0x19ed61=navigator['permissions']['query'](_0x284b8a)['then'](_0x498c1b=>({'kind':'ok','state':_0x498c1b['state']}),()=>({'kind':'unsupported'})),_0x2124ac=await withTimeout(_0x19ed61,PERMISSION_QUERY_TIMEOUT_MS,TIMEOUT_OUTCOME);if(_0x2124ac['kind']==='timeout')_0x28aef1['add'](_0x5b6bb1);else _0x2124ac['kind']==='ok'&&(_0x3a406e[_0x5b6bb1]=_0x2124ac['state']);});await Promise['all'](_0x194550),_0x2520f9['push'](_0x3a406e);}const _0x4f5e6a={},_0x3a44aa=new Set(_0x2520f9['flatMap'](_0x432bcf=>Object['keys'](_0x432bcf)));for(const _0x10da96 of _0x3a44aa){const _0x3382c8={};for(const _0x243d02 of _0x2520f9){const _0x45678b=_0x243d02[_0x10da96];_0x45678b&&(_0x3382c8[_0x45678b]=(_0x3382c8[_0x45678b]||0x0)+0x1);}let _0x3857b6='',_0x4e71db=0x0;for(const [_0x234780,_0x1332bb]of Object['entries'](_0x3382c8)){_0x1332bb>_0x4e71db&&(_0x3857b6=_0x234780,_0x4e71db=_0x1332bb);}_0x3857b6&&(_0x4f5e6a[_0x10da96]=_0x3857b6);}return _0x4f5e6a;}function getPlatform(){const {platform:_0x49364e}=navigator;if(_0x49364e==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x49364e;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x4fdfb9=navigator['plugins'];let _0x1e0de0=Object['getPrototypeOf'](_0x4fdfb9)===PluginArray['prototype'];for(let _0x188e8c=0x0;_0x188e8c<_0x4fdfb9['length'];_0x188e8c++){_0x1e0de0&&(_0x1e0de0=Object['getPrototypeOf'](_0x4fdfb9[_0x188e8c])===Plugin['prototype']);}return _0x1e0de0;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x51a2d4=navigator['plugins'],_0x179545=[];for(let _0x546731=0x0;_0x546731<_0x51a2d4['length'];++_0x546731){const _0xcf961a=_0x51a2d4['item'](_0x546731);if(_0xcf961a===null)continue;const _0x29052f=[];for(let _0x8edf32=0x0;_0x8edf32<_0xcf961a['length'];++_0x8edf32){const _0x26cbb4=_0xcf961a[_0x8edf32],_0x542ad1={};_0x542ad1['type']=_0x26cbb4['type'],_0x542ad1['suffixes']=_0x26cbb4['suffixes'],_0x29052f['push'](_0x542ad1);}const _0x1c9a06={};_0x1c9a06['name']=_0xcf961a['name'],_0x1c9a06['description']=_0xcf961a['description'],_0x1c9a06['mimeTypes']=_0x29052f,_0x179545['push'](_0x1c9a06);}return _0x179545;}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 _0x3dc5b0=navigator['plugins'];if(typeof _0x3dc5b0['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x3dc5b0['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(_0x48ec69){return matchMedia('(prefers-reduced-motion:\x20'+_0x48ec69+')')['matches'];}function getReducedTransparency(){if(typeof matchMedia!=='function')return null;if(matchMedia('(prefers-reduced-transparency:\x20reduce)')['matches'])return!![];if(matchMedia('(prefers-reduced-transparency:\x20no-preference)')['matches'])return![];return undefined;}const screenFrameCheckInterval=0x9c4,roundingPrecision=0xa,MAX_FRAME_POLL_ATTEMPTS=0x1e;let screenFrameBackup,screenFrameSizeTimeoutId,screenFrameAttempts=0x0;function watchScreenFrame(){if(screenFrameSizeTimeoutId!==undefined)return;const _0x5e2caf=()=>{const _0x1c0ec8=getCurrentScreenFrame();if(isFrameSizeNull(_0x1c0ec8)){screenFrameAttempts+=0x1;if(screenFrameAttempts>=MAX_FRAME_POLL_ATTEMPTS){screenFrameSizeTimeoutId=undefined;return;}screenFrameSizeTimeoutId=setTimeout(_0x5e2caf,screenFrameCheckInterval);}else screenFrameBackup=_0x1c0ec8,screenFrameSizeTimeoutId=undefined;};_0x5e2caf();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x1e8ff6=getCurrentScreenFrame();if(isFrameSizeNull(_0x1e8ff6)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x1e8ff6=getCurrentScreenFrame());}return!isFrameSizeNull(_0x1e8ff6)&&(screenFrameBackup=_0x1e8ff6),_0x1e8ff6;};}function getScreenFrame(){const _0x4e821a=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x356ac7=isGecko()&&isGecko143OrNewer();if(_0x4e821a||_0x356ac7)return()=>Promise['resolve'](undefined);const _0x499096=getUnstableScreenFrame();return async()=>{const _0x37b6ce=await _0x499096(),_0x5843e1=_0x51d588=>_0x51d588===null?null:round$1(_0x51d588,roundingPrecision);return[_0x5843e1(_0x37b6ce[0x0]),_0x5843e1(_0x37b6ce[0x1]),_0x5843e1(_0x37b6ce[0x2]),_0x5843e1(_0x37b6ce[0x3])];};}function getCurrentScreenFrame(){const _0x432593=screen;return[replaceNaN(toFloat(_0x432593['availTop']),null),replaceNaN(toFloat(_0x432593['width'])-toFloat(_0x432593['availWidth'])-replaceNaN(toFloat(_0x432593['availLeft']),0x0),null),replaceNaN(toFloat(_0x432593['height'])-toFloat(_0x432593['availHeight'])-replaceNaN(toFloat(_0x432593['availTop']),0x0),null),replaceNaN(toFloat(_0x432593['availLeft']),null)];}function isFrameSizeNull(_0x270d54){for(let _0x4365ad=0x0;_0x4365ad<0x4;++_0x4365ad){if(_0x270d54[_0x4365ad]!==null&&_0x270d54[_0x4365ad]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x384f1e,_0x3147e8)=>{const _0x212f7c=_0x3147e8['screen'],_0x2fd87f=_0x345ce6=>{const _0x12d9fa=parseInt(_0x345ce6);return typeof _0x12d9fa==='number'&&isNaN(_0x12d9fa)?-0x1:_0x12d9fa;};return{'w':_0x2fd87f(_0x212f7c['width']),'h':_0x2fd87f(_0x212f7c['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x4379f5=screen,_0x474f76=_0x48aa20=>replaceNaN(toInt(_0x48aa20),null),_0x1fd4e8=[_0x474f76(_0x4379f5['width']),_0x474f76(_0x4379f5['height'])];return _0x1fd4e8['sort']()['reverse'](),_0x1fd4e8;}const MIN_EVENTS=0x5,MAX_SAMPLES=0xc8,velocities=[];let lastY=0x0,lastTime=0x0,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x290762={};_0x290762['passive']=!![],window['addEventListener']('scroll',()=>{const _0x5aabb0=performance['now'](),_0x2f4ce9=window['scrollY'];if(lastTime>0x0){const _0x1cfd1f=_0x5aabb0-lastTime;if(_0x1cfd1f>0x0&&_0x1cfd1f<0x1f4){const _0x5a246e=Math['abs'](_0x2f4ce9-lastY)/(_0x1cfd1f/0x3e8);if(velocities['length']>=MAX_SAMPLES)velocities['shift']();velocities['push'](Math['round'](_0x5a246e));}}lastY=_0x2f4ce9,lastTime=_0x5aabb0;},_0x290762);}function getScrollBehavior(){startObserving();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0x4ae31a=[...velocities]['sort']((_0x3ba81a,_0x13fc6e)=>_0x3ba81a-_0x13fc6e),_0x2be09f=_0x4ae31a[Math['floor'](_0x4ae31a['length']*0.5)]??0x0,_0x2d48b7=_0x4ae31a[Math['floor'](_0x4ae31a['length']*0.9)]??0x0,_0xc7f180={};return _0xc7f180['p50']=_0x2be09f,_0xc7f180['p90']=_0x2d48b7,_0xc7f180['count']=_0x4ae31a['length'],Promise['resolve'](_0xc7f180);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x550289,_0x19c0f5)=>{const _0x287ff7=_0x19c0f5['document'],_0xa107d6=_0x287ff7['createElement']('div');_0xa107d6['style']['width']='100px',_0xa107d6['style']['height']='100px',_0xa107d6['style']['overflow']='scroll',_0xa107d6['style']['visibility']='hidden',_0x287ff7['body']['appendChild'](_0xa107d6);const _0x38ddc8=_0xa107d6['offsetWidth']===_0xa107d6['clientWidth'];return _0x287ff7['body']['removeChild'](_0xa107d6),_0x38ddc8;});}function getSecureContext(){if(typeof window==='undefined')return null;const _0x21609e=window['isSecureContext'];return _0x21609e===!![];}function getServiceWorkerPresence(){if(typeof navigator==='undefined')return null;return typeof navigator['serviceWorker']!=='undefined';}const PROBE_KEY='_t';function getSessionStorage(){try{const _0x2a1cff=window['sessionStorage'];if(_0x2a1cff===null||_0x2a1cff===undefined)return![];return _0x2a1cff['setItem'](PROBE_KEY,'1'),_0x2a1cff['removeItem'](PROBE_KEY),!![];}catch{return![];}}function getSharedArrayBuffer(){if(typeof window==='undefined')return null;const _0x3cd568=window['SharedArrayBuffer'];if(typeof _0x3cd568!=='function')return null;try{const _0x4ad4ce=new _0x3cd568(0x1);if(_0x4ad4ce['byteLength']===undefined)return null;return _0x4ad4ce['byteLength'];}catch{return null;}}function getStandalonePwa(){if(typeof navigator==='undefined')return null;const _0x4ea171=navigator['standalone'];return _0x4ea171===!![];}function getStoragePersisted(){if(typeof navigator==='undefined')return null;const _0x379be4=navigator['storage'],_0x29302f=_0x379be4?.['persisted'];if(typeof _0x29302f!=='function')return()=>Promise['resolve'](![]);return async()=>{try{return await _0x29302f['call'](_0x379be4)===!![];}catch{return![];}};}const ITER=0x40,BUDGET_MS=0x19;function getTimerReliability(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;if(typeof setTimeout!=='function')return null;return()=>new Promise(_0x2a8e60=>{let _0x8aab3e=0x0;const _0x46431d=performance['now']();function _0x5d88e7(){_0x8aab3e++,_0x8aab3e>=ITER||performance['now']()-_0x46431d>BUDGET_MS?_0x2a8e60(_0x8aab3e*0x4|0x0):setTimeout(_0x5d88e7,0x0);}setTimeout(_0x5d88e7,0x0);});}async function getStorageEstimate(){const _0x43fd93=navigator['storage'];if(_0x43fd93===undefined||typeof _0x43fd93['estimate']!=='function')return null;try{const _0x2aad25=await Promise['race']([_0x43fd93['estimate'](),new Promise((_0x3e36b5,_0x583582)=>setTimeout(()=>_0x583582(new Error('timeout')),0x1f4))]);if(_0x2aad25['quota']!==undefined&&_0x2aad25['quota']>0x0)return Math['round'](_0x2aad25['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x27f67c=navigator['storage'];if(_0x27f67c===undefined)return null;const _0x5661ea=_0x27f67c['getDirectory'];if(typeof _0x5661ea!=='function')return null;try{const _0x3a893d=await Promise['race']([_0x27f67c['getDirectory']()['then'](()=>'',_0x3d383a=>_0x3d383a instanceof Error?_0x3d383a['message']:String(_0x3d383a)),new Promise((_0x29d762,_0x5cc8b5)=>setTimeout(()=>_0x5cc8b5(new Error('timeout')),0xfa))]);return _0x3a893d;}catch{return null;}}const _0x188e8f={};_0x188e8f['AccentColor']='ac',_0x188e8f['AccentColorText']='act',_0x188e8f['ActiveText']='at',_0x188e8f['ActiveBorder']='ab',_0x188e8f['ActiveCaption']='aca',_0x188e8f['AppWorkspace']='aw',_0x188e8f['Background']='b',_0x188e8f['ButtonHighlight']='bh',_0x188e8f['ButtonShadow']='bs',_0x188e8f['ButtonBorder']='bb',_0x188e8f['ButtonFace']='bf',_0x188e8f['ButtonText']='bt',_0x188e8f['FieldText']='ft',_0x188e8f['GrayText']='gt',_0x188e8f['Highlight']='h',_0x188e8f['HighlightText']='ht',_0x188e8f['InactiveBorder']='ib',_0x188e8f['InactiveCaption']='ic',_0x188e8f['InactiveCaptionText']='ict',_0x188e8f['InfoBackground']='infb',_0x188e8f['InfoText']='it',_0x188e8f['LinkText']='lt',_0x188e8f['Mark']='m',_0x188e8f['Menu']='me',_0x188e8f['Scrollbar']='s',_0x188e8f['ThreeDDarkShadow']='tdds',_0x188e8f['ThreeDFace']='tdf',_0x188e8f['ThreeDHighlight']='tdh',_0x188e8f['ThreeDLightShadow']='tdls',_0x188e8f['ThreeDShadow']='tds',_0x188e8f['VisitedText']='vt',_0x188e8f['Window']='w',_0x188e8f['WindowFrame']='wf',_0x188e8f['WindowText']='wt',_0x188e8f['Selecteditem']='si',_0x188e8f['Selecteditemtext']='sit';const systemColorMap=_0x188e8f;function getSystemColors(){return getIframePool()['execute']((_0x1267e9,_0x2f090d)=>{const _0x35f8de=_0x2f090d['document'];_0x35f8de['documentElement']['style']['colorScheme']='light';const _0x1470e6=_0x35f8de['createElement']('div');_0x35f8de['body']['appendChild'](_0x1470e6);const _0x18bce6={};for(const _0x230278 of Object['keys'](systemColorMap)){_0x1470e6['style']['color']=_0x230278,_0x18bce6[systemColorMap[_0x230278]]=_0x2f090d['getComputedStyle'](_0x1470e6)['color'];}return _0x35f8de['body']['removeChild'](_0x1470e6),_0x18bce6;});}function getTimezone(){const _0x5a9414=window['Intl'],_0x42a6fd=_0x5a9414?.['DateTimeFormat'];if(_0x42a6fd!==undefined){const _0x2d9c8c=new _0x42a6fd()['resolvedOptions']()['timeZone'];if(_0x2d9c8c!=='')return _0x2d9c8c;}const _0x50c6d0=-getTimezoneOffset();return'UTC'+(_0x50c6d0>=0x0?'+':'')+_0x50c6d0;}function getTimezoneOffset(){const _0x113f73=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0x113f73,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0x113f73,0x6,0x1)['getTimezoneOffset']()));}function getUrlProtocolParser(){if(typeof URL!=='function')return null;try{return new URL('C:/')['protocol'];}catch{return null;}}function getUrlSegmentsHash(){try{if(typeof URL!=='function'||typeof window==='undefined')return null;const _0x176d2c=window['location']['href'],_0x271546=new URL(_0x176d2c),_0x4b61e0=[_0x271546['protocol'],_0x271546['hostname'],_0x271546['port'],_0x271546['pathname'],_0x271546['search'],_0x271546['hash']];return _0x4b61e0['map'](_0x4721b6=>x64hash128(_0x4721b6));}catch{return null;}}function getMeasuredTimezone(){let _0x116469='';try{const _0x1ea260=window['Intl'],_0x1ab562=_0x1ea260?.['DateTimeFormat'];_0x1ab562!==undefined&&(_0x116469=new _0x1ab562()['resolvedOptions']()['timeZone']);}catch{}const _0x20446f=new Date()['getTimezoneOffset'](),_0x2f9cd2=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x9f7bf6=new Date()['getFullYear'](),_0x594b5f=new Date(_0x9f7bf6,0x0,0x1)['getTimezoneOffset'](),_0x3ca084=new Date(_0x9f7bf6,0x6,0x1)['getTimezoneOffset'](),_0x24e3b3={};return _0x24e3b3['reported']=_0x116469,_0x24e3b3['offset']=_0x20446f,_0x24e3b3['historicalOffset']=_0x2f9cd2,_0x24e3b3['janOffset']=_0x594b5f,_0x24e3b3['julOffset']=_0x3ca084,_0x24e3b3;}function getTouchSupport(){const _0x440e2a=navigator;let _0x574ced=0x0,_0x43a892;if('maxTouchPoints'in _0x440e2a)_0x574ced=toInt(_0x440e2a['maxTouchPoints']);else _0x440e2a['msMaxTouchPoints']!==undefined&&(_0x574ced=_0x440e2a['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x43a892=!![];}catch{_0x43a892=![];}const _0x3fec55='ontouchstart'in window,_0x3e9d0e={};return _0x3e9d0e['maxTouchPoints']=_0x574ced,_0x3e9d0e['touchEvent']=_0x43a892,_0x3e9d0e['touchStart']=_0x3fec55,_0x3e9d0e;}function getUserAgent(){return navigator['userAgent'];}function getUserAgentData(){const _0x1b39fe=navigator['userAgentData'];return _0x1b39fe!==undefined&&_0x1b39fe!==null&&typeof _0x1b39fe==='object';}function getVendor(){return navigator['vendor']||'';}function getWebSqlDatabase(){if(typeof window==='undefined')return null;const _0xc6981a=window['openDatabase'];return typeof _0xc6981a==='function';}function getWindowDimensions(){const _0x52d9a6={};return _0x52d9a6['outerWidth']=window['outerWidth'],_0x52d9a6['outerHeight']=window['outerHeight'],_0x52d9a6['innerWidth']=window['innerWidth'],_0x52d9a6['innerHeight']=window['innerHeight'],_0x52d9a6;}function getLockdownFeatures(){return{'wasm':checkWasm(),'webAudio':checkWebAudio(),'gamepad':checkGamepad(),'speechRec':checkSpeechRec(),'rtcDataChannel':checkRtcDataChannel(),'webgl':checkWebGl()};}function checkWasm(){try{return typeof WebAssembly!=='undefined'&&typeof WebAssembly['instantiate']==='function';}catch{return![];}}function checkWebAudio(){try{const _0x29f155=window['AudioContext']??window['webkitAudioContext'];if(_0x29f155===undefined)return![];return typeof _0x29f155==='function';}catch{return![];}}function checkGamepad(){try{return typeof navigator['getGamepads']==='function';}catch{return![];}}function checkSpeechRec(){try{return typeof window['SpeechRecognition']==='function'||typeof window['webkitSpeechRecognition']==='function';}catch{return![];}}function checkRtcDataChannel(){const _0x57d16a=window['RTCPeerConnection']??window['webkitRTCPeerConnection'];if(_0x57d16a===undefined)return![];let _0x3f1725=null;try{_0x3f1725=new _0x57d16a();const _0x15e30d=_0x3f1725['createDataChannel']('lockdown-probe');return _0x15e30d['close'](),!![];}catch{return![];}finally{_0x3f1725?.['close']();}}function checkWebGl(){let _0xb280e8=null;try{const _0x16a56e=document['createElement']('canvas');return _0xb280e8=_0x16a56e['getContext']('webgl')??_0x16a56e['getContext']('experimental-webgl')??_0x16a56e['getContext']('webgl2'),_0xb280e8!==null;}catch{return![];}finally{if(_0xb280e8!==null)try{const _0x4892e9=_0xb280e8['getExtension']('WEBGL_lose_context');_0x4892e9?.['loseContext']();}catch{}}}const EXPECTED=[0x0,0x7f,0xff,0xff];function getCanvasPow(){try{const _0x2220bb=document['createElement']('canvas');_0x2220bb['width']=0x10,_0x2220bb['height']=0x10;const _0xe395bf=_0x2220bb['getContext']('2d');if(_0xe395bf===null)return null;_0xe395bf['fillStyle']='rgba(0,\x20127,\x20255,\x201)',_0xe395bf['fillRect'](0x0,0x0,0x10,0x10);const _0x2eb915=_0xe395bf['getImageData'](0x0,0x0,0x1,0x1),_0x4a2c9f=_0x2eb915['data'];if(_0x4a2c9f['length']<0x4)return null;const _0x1fcf09=[_0x4a2c9f[0x0],_0x4a2c9f[0x1],_0x4a2c9f[0x2],_0x4a2c9f[0x3]],_0x3a8174=_0x1fcf09[0x0]===EXPECTED[0x0]&&_0x1fcf09[0x1]===EXPECTED[0x1]&&_0x1fcf09[0x2]===EXPECTED[0x2]&&_0x1fcf09[0x3]===EXPECTED[0x3],_0x5d98ac={};return _0x5d98ac['match']=_0x3a8174,_0x5d98ac['actual']=_0x1fcf09,_0x5d98ac['expected']=EXPECTED,_0x5d98ac;}catch{return null;}}const NATIVE_CONSOLE_DEBUG=typeof console!=='undefined'&&typeof console['debug']==='function'?console['debug']['bind'](console):null,CACHED_DEBUG_IS_NATIVE=((()=>{if(typeof console==='undefined'||typeof console['debug']!=='function')return![];try{return/\{\s*\[native code\]\s*\}/['test'](Function['prototype']['toString']['call'](console['debug']));}catch{return![];}})());function getProtoChainProxyTrap(){try{if(NATIVE_CONSOLE_DEBUG===null){const _0x5a7f92={};return _0x5a7f92['trapTriggered']=![],_0x5a7f92['reliable']=![],_0x5a7f92;}let _0x29b994=![];const _0x1aebe6={};_0x1aebe6['ownKeys']=function(){return _0x29b994=!![],[];};const _0x51d7ae=new Proxy({},_0x1aebe6),_0x3574fa=Object['create'](_0x51d7ae);try{NATIVE_CONSOLE_DEBUG(_0x3574fa);}catch{}const _0xa738fa={};return _0xa738fa['trapTriggered']=_0x29b994,_0xa738fa['reliable']=CACHED_DEBUG_IS_NATIVE,_0xa738fa;}catch{const _0x572fab={};return _0x572fab['trapTriggered']=![],_0x572fab['reliable']=![],_0x572fab;}}const EXACT_MARKERS=['__webdriver_evaluate','__selenium_evaluate','__driver_evaluate','__webdriver_unwrapped','__selenium_unwrapped','__fxdriver_evaluate','__driver_unwrapped','__webdriver_script_function','__webdriver_script_func','__webdriver_script_fn','__puppeteer_evaluation_script__','__nightmare','_phantomas','domAutomation','domAutomationController','webdriver-active','callPhantom','_phantom','__phantomas'],PREFIX_MARKERS=['cdc_','$cdc_'];function getStealthMarkers(){const _0x571c5c=[];try{const _0x3a6b10=window;for(const _0x5c421d of EXACT_MARKERS){_0x5c421d in _0x3a6b10&&_0x571c5c['push'](_0x5c421d);}try{const _0xcdab1f=Object['getOwnPropertyNames'](_0x3a6b10);for(const _0xb4df58 of _0xcdab1f){for(const _0x2b38f4 of PREFIX_MARKERS){if(_0xb4df58['startsWith'](_0x2b38f4)){_0x571c5c['push'](_0xb4df58);break;}}}}catch{}const _0x199ec2={};return _0x199ec2['detected']=_0x571c5c,_0x199ec2['count']=_0x571c5c['length'],_0x199ec2;}catch{const _0x141acb={};return _0x141acb['detected']=[],_0x141acb['count']=0x0,_0x141acb;}}const ADBLOCK_FILTER_LISTS=Object['freeze']({'abpIndo':Object['freeze'](['#Iklan-Melayang','#Kolom-Iklan-728','#SidebarIklan-wrapper','[title=\x22ALIENBOLA\x22\x20i]','#Box-Banner-ads']),'abpvn':Object['freeze'](['.quangcao','#mobileCatfish','.close-ads','[id^=\x22bn_bottom_fixed_\x22]','#pmadv']),'adBlockFinland':Object['freeze'](['.mainostila','.sponsorit','.ylamainos','a[href*=\x22/clickthrgh.asp?\x22]','a[href^=\x22https://app.readpeak.com/ads\x22]']),'adBlockPersian':Object['freeze'](['#navbar_notice_50','.kadr','TABLE[width=\x22140px\x22]','#divAgahi','a[href^=\x22http://g1.v.fwmrm.net/ad/\x22]']),'adBlockWarningRemoval':Object['freeze'](['#adblock-honeypot','.adblocker-root','.wp_adblock_detect','.header-blocked-ad','#ad_blocker']),'adGuardAnnoyances':Object['freeze'](['.hs-sosyal','#cookieconsentdiv','div[class^=\x22app_gdpr\x22]','.as-oil','[data-cypress=\x22soft-push-notification-modal\x22]']),'adGuardBase':Object['freeze'](['.BetterJsPopOverlay','#ad_300X250','#bannerfloat22','#campaign-banner','#Ad-Content']),'adGuardChinese':Object['freeze'](['.Zi_ad_a_H','a[href*=\x22.hthbet34.com\x22]','#widget-quan','a[href*=\x22/84992020.xyz\x22]','a[href*=\x22.1956hl.com/\x22]']),'adGuardFrench':Object['freeze'](['#pavePub','.ad-desktop-rectangle','.mobile_adhesion','.widgetadv','.ads_ban']),'adGuardJapanese':Object['freeze'](['#kauli_yad_1','a[href^=\x22http://ad2.trafficgate.net/\x22]','._popIn_infinite_ad','.adgoogle','.__isboostReturnAd']),'adGuardMobile':Object['freeze'](['amp-auto-ads','.amp_ad','amp-embed[type=\x2224smi\x22]','#mgid_iframe1','#ad_inview_area']),'adGuardRussian':Object['freeze'](['a[href^=\x22https://ad.letmeads.com/\x22]','.reclama','div[id^=\x22smi2adblock\x22]','div[id^=\x22AdFox_banner_\x22]','#psyduckpockeball']),'adGuardSocial':Object['freeze'](['a[href^=\x22//www.stumbleupon.com/submit?url=\x22]','a[href^=\x22//telegram.me/share/url?\x22]','.etsy-tweet','#inlineShare','.popup-social']),'adGuardSpanishPortuguese':Object['freeze'](['#barraPublicidade','#Publicidade','#publiEspecial','#queTooltip','.cnt-publi']),'adGuardTrackingProtection':Object['freeze'](['#qoo-counter','a[href^=\x22http://click.hotlog.ru/\x22]','a[href^=\x22http://hitcounter.ru/top/stat.php\x22]','a[href^=\x22http://top.mail.ru/jump\x22]','#top100counter']),'adGuardTurkish':Object['freeze'](['#backkapat','#reklami','a[href^=\x22http://adserv.ontek.com.tr/\x22]','a[href^=\x22http://izlenzi.com/campaign/\x22]','a[href^=\x22http://www.installads.net/\x22]']),'bulgarian':Object['freeze'](['td#freenet_table_ads','#ea_intext_div','.lapni-pop-over','#xenium_hot_offers']),'easyList':Object['freeze'](['.yb-floorad','.widget_po_ads_widget','.trafficjunky-ad','.textad_headline','.sponsored-text-links']),'easyListChina':Object['freeze'](['.appguide-wrap[onclick*=\x22bcebos.com\x22]','.frontpageAdvM','#taotaole','#aafoot.top_box','.cfa_popup']),'easyListCookie':Object['freeze'](['.ezmob-footer','.cc-CookieWarning','[data-cookie-number]','.aw-cookie-banner','.sygnal24-gdpr-modal-wrap']),'easyListCzechSlovak':Object['freeze'](['#onlajny-stickers','#reklamni-box','.reklama-megaboard','.sklik','[id^=\x22sklikReklama\x22]']),'easyListDutch':Object['freeze'](['#advertentie','#vipAdmarktBannerBlock','.adstekst','a[href^=\x22https://xltube.nl/click/\x22]','#semilo-lrectangle']),'easyListGermany':Object['freeze'](['#SSpotIMPopSlider','.sponsorlinkgruen','#werbungsky','#reklame-rechts-mitte','a[href^=\x22https://bd742.com/\x22]']),'easyListItaly':Object['freeze'](['.box_adv_annunci','.sb-box-pubbliredazionale','a[href^=\x22http://affiliazioniads.snai.it/\x22]','a[href^=\x22https://adserver.html.it/\x22]','a[href^=\x22https://affiliazioniads.snai.it/\x22]']),'easyListLithuania':Object['freeze'](['.reklamos_tarpas','.reklamos_nuorodos','img[alt=\x22Reklaminis\x20skydelis\x22]','img[alt=\x22Dedikuoti.lt\x20serveriai\x22]','img[alt=\x22Hostingas\x20Serveriai.lt\x22]']),'fanboyAnnoyances':Object['freeze'](['#ac-lre-player','.navigate-to-top','#subscribe_popup','.newsletter_holder','#back-top']),'fanboyEnhancedTrackers':Object['freeze'](['.open.pushModal','#issuem-leaky-paywall-articles-zero-remaining-nag','#sovrn_container','div[class$=\x22-hide\x22][zoompage-fontsize][style=\x22display:\x20block;\x22]','.BlockNag__Card']),'fanboySocial':Object['freeze'](['#FollowUs','#meteored_share','#social_follow','.article-sharer','.community__social-desc']),'frellwitSwedish':Object['freeze'](['a[href*=\x22casinopro.se\x22][target=\x22_blank\x22]','a[href*=\x22doktor-se.onelink.me\x22]','article.category-samarbete','div.holidAds','ul.adsmodern']),'greekAdBlock':Object['freeze'](['A[href*=\x22adman.otenet.gr/click?\x22]','A[href*=\x22http://axiabanners.exodus.gr/\x22]','A[href*=\x22http://interactive.forthnet.gr/click?\x22]','DIV.agores300','TABLE.advright']),'hungarian':Object['freeze'](['#cemp_doboz','.optimonk-iframe-container','.ad__main','[class*=\x22GoogleAds\x22]','#hirdetesek_box']),'iDontCareAboutCookies':Object['freeze'](['.alert-info[data-block-track*=\x22CookieNotice\x22]','.ModuleTemplateCookieIndicator','.o--cookies--container','#cookies-policy-sticky','#stickyCookieBar']),'latvian':Object['freeze'](['a[href=\x22http://www.salidzini.lv/\x22][style=\x22display:\x20block;\x20width:\x20120px;\x20height:\x2040px;\x20overflow:\x20hidden;\x20position:\x20relative;\x22]','a[href=\x22http://www.salidzini.lv/\x22][style=\x22display:\x20block;\x20width:\x2088px;\x20height:\x2031px;\x20overflow:\x20hidden;\x20position:\x20relative;\x22]']),'listKr':Object['freeze'](['a[href*=\x22//ad.planbplus.co.kr/\x22]','#livereAdWrapper','a[href*=\x22//adv.imadrep.co.kr/\x22]','ins.fastview-ad','.revenue_unit_item.dable']),'listeAr':Object['freeze'](['.geminiLB1Ad','.right-and-left-sponsers','a[href*=\x22.aflam.info\x22]','a[href*=\x22booraq.org\x22]','a[href*=\x22dubizzle.com/ar/?utm_source=\x22]']),'listeFr':Object['freeze'](['a[href^=\x22http://promo.vador.com/\x22]','#adcontainer_recherche','a[href*=\x22weborama.fr/fcgi-bin/\x22]','.site-pub-interstitiel','div[id^=\x22crt-\x22][data-criteo-id]']),'officialPolish':Object['freeze'](['#ceneo-placeholder-ceneo-12','[href^=\x22https://aff.sendhub.pl/\x22]','a[href^=\x22http://advmanager.techfun.pl/redirect/\x22]','a[href^=\x22http://www.trizer.pl/?utm_source\x22]','div#skapiec_ad']),'ro':Object['freeze'](['a[href^=\x22//afftrk.altex.ro/Counter/Click\x22]','a[href^=\x22https://blackfridaysales.ro/trk/shop/\x22]','a[href^=\x22https://event.2performant.com/events/click\x22]','a[href^=\x22https://l.profitshare.ro/\x22]','a[href^=\x22/url/\x22]']),'ruAd':Object['freeze'](['a[href*=\x22//febrare.ru/\x22]','a[href*=\x22//utimg.ru/\x22]','a[href*=\x22://chikidiki.ru\x22]','#pgeldiz','.yandex-rtb-block']),'thaiAds':Object['freeze'](['a[href*=macau-uta-popup]','#ads-google-middle_rectangle-group','.ads300s','.bumq','.img-kosana']),'webAnnoyancesUltralist':Object['freeze'](['#mod-social-share-2','#social-tools','.ctpl-fullbanner','.zergnet-recommend','.yt.btn-link.btn-md.btn'])}),BLOCK_THRESHOLD=0.6;function applyHidden(_0x14e0ef){_0x14e0ef['style']['setProperty']('visibility','hidden','important'),_0x14e0ef['style']['setProperty']('display','block','important');}function buildElement(_0x14f557,_0x3db1a5){const [_0x36ef33,_0x3b691e]=parseSimpleCssSelector(_0x14f557),_0x152266=_0x3db1a5['createElement'](_0x36ef33??'div');for(const _0x16f13d of Object['keys'](_0x3b691e)){const _0x40520a=_0x3b691e[_0x16f13d]['join']('\x20');_0x16f13d==='style'?addStyleString(_0x152266['style'],_0x40520a):_0x152266['setAttribute'](_0x16f13d,_0x40520a);}return _0x152266;}function getAdblockFilterMatch(){if(typeof window==='undefined'||typeof document==='undefined')return null;if(!isWebKit()||!isSafariWebKit())return null;return async()=>{try{const _0x8cf45a=[],_0x43217f={};let _0x5d8860=0x0;for(const _0x5e7e1e of Object['keys'](ADBLOCK_FILTER_LISTS)){const _0x4c212c=ADBLOCK_FILTER_LISTS[_0x5e7e1e],_0x3aac1e=_0x5d8860;for(const _0xc7a521 of _0x4c212c){_0x8cf45a['push'](_0xc7a521),_0x5d8860+=0x1;}_0x43217f[_0x5e7e1e]=[_0x3aac1e,_0x5d8860];}const _0x2a6128=await getIframePool()['execute']((_0x424cd5,_0x35c541)=>{const _0x922159=_0x35c541['document'],_0x4187e3=_0x922159['createElement']('div');applyHidden(_0x4187e3);const _0x5c4242=[];for(const _0x2391e0 of _0x8cf45a){let _0x29b737;try{_0x29b737=buildElement(_0x2391e0,_0x922159);}catch{_0x29b737=_0x922159['createElement']('div');}if(_0x29b737['tagName']==='DIALOG')try{;_0x29b737['show']();}catch{}const _0x4be646=_0x922159['createElement']('div');applyHidden(_0x4be646),_0x4be646['appendChild'](_0x29b737),_0x4187e3['appendChild'](_0x4be646),_0x5c4242['push'](_0x29b737);}_0x922159['body']['appendChild'](_0x4187e3);try{const _0x51cc66=[];for(const _0x31eeaa of _0x5c4242){_0x51cc66['push'](_0x31eeaa['offsetParent']===null);}return _0x51cc66;}finally{_0x4187e3['parentNode']?.['removeChild'](_0x4187e3);}}),_0xd79ed0=[];for(const _0x5e7f0b of Object['keys'](_0x43217f)){const [_0x24c01d,_0x377880]=_0x43217f[_0x5e7f0b],_0x3776b4=_0x377880-_0x24c01d;if(_0x3776b4===0x0)continue;let _0x562e9d=0x0;for(let _0x1b6bae=_0x24c01d;_0x1b6bae<_0x377880;_0x1b6bae+=0x1){if(_0x2a6128[_0x1b6bae])_0x562e9d+=0x1;}_0x562e9d>BLOCK_THRESHOLD*_0x3776b4&&_0xd79ed0['push'](_0x5e7f0b);}return _0xd79ed0['sort'](),_0xd79ed0;}catch{return null;}};}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0xb42b0=document['createElement']('canvas');_0xb42b0['width']=0x1,_0xb42b0['height']=0x1;const _0x248bdd=_0xb42b0['getContext']('2d');if(!_0x248bdd)return null;_0x248bdd['clearRect'](0x0,0x0,0x1,0x1);const _0x90dfca=_0x248bdd['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x90dfca[0x0]!==0x0||_0x90dfca[0x1]!==0x0||_0x90dfca[0x2]!==0x0||_0x90dfca[0x3]!==0x0;}catch{return null;}}function getElementMatchesPolyfill(){if(typeof Element==='undefined')return null;return typeof Element['prototype']['matches']==='function';}function getExternalObjectString(){if(typeof window==='undefined')return null;try{return String(window['external']);}catch{return'';}}const CSS_PROPERTIES=['display','direction','unicode-bidi','writing-mode','color','font-family'];function getComputedStyleSignal(){const _0x37ca77=window['getComputedStyle'](document['documentElement']);let _0x335788=0x0;for(const _0x1214dd of CSS_PROPERTIES){_0x37ca77['getPropertyValue'](_0x1214dd)!==''&&_0x335788++;}return _0x335788>=0x4;}function getCreateElementDescriptor(){const _0x39fddf=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x39fddf?!('writeable'in _0x39fddf):null;}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x596927){if(_0x596927 instanceof Error&&_0x596927['stack']!==undefined)return _0x596927['stack']['toString']();}return undefined;}function hasWindowProp(_0x4f00f7){return _0x4f00f7 in window;}function getExtensionDetection(){const _0x4345f4=[['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__')]],_0x5c18a1=[];let _0x1bde38='';for(const [_0x422781,_0x3ec551]of _0x4345f4){let _0x394bc1=![];try{_0x394bc1=_0x3ec551();}catch{}_0x394bc1&&_0x5c18a1['push'](_0x422781),_0x1bde38+=_0x394bc1?'1':'0';}const _0x7b2352={};return _0x7b2352['detected']=_0x5c18a1,_0x7b2352['bitmask']=_0x1bde38,_0x7b2352;}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(_0x4f09d6,_0x3fd8b1){let _0x57a4bf=null,_0x224e1c=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x461669,_0x3a5c1e,_0x594d59]of _0x4f09d6){try{const _0x473ea1=_0x3a5c1e===''?CSS['supports'](_0x461669):CSS['supports'](_0x461669,_0x3a5c1e);_0x473ea1&&(_0x57a4bf===null||_0x594d59>_0x57a4bf)&&(_0x57a4bf=_0x594d59);}catch{}}for(const [_0x36a2d8,_0x289b2c]of _0x3fd8b1){try{_0x36a2d8()&&(_0x224e1c===null||_0x289b2c>_0x224e1c)&&(_0x224e1c=_0x289b2c);}catch{}}const _0x51b914={};return _0x51b914['cssVersion']=_0x57a4bf,_0x51b914['jsVersion']=_0x224e1c,_0x51b914;}function parseUAVersion(_0x4548b4){const _0x39815b=navigator['userAgent'];if(_0x4548b4==='chromium'){const _0xf9af60=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x39815b);return _0xf9af60?parseInt(_0xf9af60[0x1],0xa):null;}if(_0x4548b4==='gecko'){const _0x1e20ef=/Firefox\/(\d+)/['exec'](_0x39815b);return _0x1e20ef?parseInt(_0x1e20ef[0x1],0xa):null;}if(_0x4548b4==='webkit'){const _0x47255d=/Version\/(\d+)/['exec'](_0x39815b);return _0x47255d?parseInt(_0x47255d[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x3a6e91='unknown';try{if(isChromium())_0x3a6e91='chromium';else{if(isGecko())_0x3a6e91='gecko';else isWebKit()&&(_0x3a6e91='webkit');}}catch{return null;}if(_0x3a6e91==='unknown'){const _0x2ff92a={};return _0x2ff92a['cssVersion']=null,_0x2ff92a['jsVersion']=null,_0x2ff92a['uaVersion']=null,_0x2ff92a['mismatch']=![],_0x2ff92a['engine']=_0x3a6e91,_0x2ff92a;}let _0x18b484,_0x4f5ed5;if(_0x3a6e91==='chromium')_0x18b484=CHROMIUM_CSS,_0x4f5ed5=CHROMIUM_JS;else _0x3a6e91==='gecko'?(_0x18b484=GECKO_CSS,_0x4f5ed5=GECKO_JS):(_0x18b484=WEBKIT_CSS,_0x4f5ed5=WEBKIT_JS);const {cssVersion:_0x7ce7a8,jsVersion:_0x4f1997}=detectVersion(_0x18b484,_0x4f5ed5),_0x1bc2f9=parseUAVersion(_0x3a6e91);let _0x27bb77=![];if(_0x1bc2f9!==null){const _0x3013bb=Math['max'](_0x7ce7a8??0x0,_0x4f1997??0x0);_0x3013bb>0x0&&_0x1bc2f9-_0x3013bb>0x14&&(_0x27bb77=!![]);}const _0x117671={};return _0x117671['cssVersion']=_0x7ce7a8,_0x117671['jsVersion']=_0x4f1997,_0x117671['uaVersion']=_0x1bc2f9,_0x117671['mismatch']=_0x27bb77,_0x117671['engine']=_0x3a6e91,_0x117671;}function getGetterProxyDetection(){try{const _0x47217b=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x47217b?.['get'])return null;const _0x12ed7c=Function['prototype']['toString']['call'](_0x47217b['get']);return!/\{\s*\[native code\]\s*\}/['test'](_0x12ed7c);}catch{return null;}}const GETTER_TARGETS=[['navigator',['plugins','userAgent','platform','appName','languages','vendor','hardwareConcurrency','deviceMemory','maxTouchPoints','connection','cookieEnabled','language','pdfViewerEnabled']],['screen',['width','availWidth','height','availHeight','colorDepth']]],TAMPER_CHECK_PROPS=['userAgent','platform','languages','vendor','hardwareConcurrency','deviceMemory','maxTouchPoints','plugins','connection','cookieEnabled'];function getGetterToString(){try{const _0x3bc083={},_0x34e454={};for(const [_0x13fd75,_0x5a1485]of GETTER_TARGETS){const _0x39241f=window[_0x13fd75];if(_0x39241f===null||_0x39241f===undefined||typeof _0x39241f!=='object')continue;for(const _0x1745c0 of _0x5a1485){try{const _0x533187=Object['getOwnPropertyDescriptor'](_0x39241f,_0x1745c0)?.['get']?.['toString']();_0x533187!==undefined&&(_0x3bc083[_0x13fd75+'.'+_0x1745c0]=_0x533187);}catch{}}}for(const _0x37ca93 of TAMPER_CHECK_PROPS){try{const _0x4a60a2=Object['getOwnPropertyDescriptor'](navigator,_0x37ca93);if(_0x4a60a2!==undefined){const _0x18e1b2={};if(_0x4a60a2['writable']===!![])_0x18e1b2['writable']=!![];if(_0x4a60a2['configurable']===!![])_0x18e1b2['configurable']=!![];(_0x18e1b2['writable']===!![]||_0x18e1b2['configurable']===!![])&&(_0x34e454[_0x37ca93]=_0x18e1b2);}}catch{}}const _0x36f08c={};return _0x36f08c['overrides']=_0x3bc083,_0x36f08c['tampered']=_0x34e454,_0x36f08c;}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 _0x18ef96=document['createElement']('canvas'),_0x131fc2=_0x18ef96['getContext']('webgl')??_0x18ef96['getContext']('experimental-webgl');if(!_0x131fc2)return null;const _0x58da93=_0x131fc2['getExtension']('WEBGL_debug_renderer_info');if(!_0x58da93)return null;const _0x2a738b=_0x131fc2['getParameter'](_0x58da93['UNMASKED_RENDERER_WEBGL']);if(!_0x2a738b)return null;let _0x234e9f=_0x2a738b;const _0x26e001=_0x234e9f['match'](/^ANGLE \((.+)\)$/);if(_0x26e001){_0x234e9f=_0x26e001[0x1];const _0x3ed4c9=_0x234e9f['lastIndexOf'](',');_0x3ed4c9!==-0x1&&(_0x234e9f=_0x234e9f['substring'](0x0,_0x3ed4c9));}const _0x1e2a82=_0x234e9f['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x59b953=0x0;for(let _0x1ce059=0x0;_0x1ce059<_0x1e2a82['length']-0x1;_0x1ce059++){const _0x4134bb=_0x1e2a82[_0x1ce059]+_0x1e2a82[_0x1ce059+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x4134bb)&&_0x59b953++;}const _0x2fd3b3={};return _0x2fd3b3['score']=_0x59b953,_0x2fd3b3['gibberish']=_0x59b953>0x2,_0x2fd3b3['renderer']=_0x2a738b,_0x2fd3b3;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x31b488=document['body']??document['documentElement'];if(_0x31b488===null)return null;const _0x58d5dc=document['createElement']('iframe');_0x58d5dc['style']['display']='none',_0x31b488['appendChild'](_0x58d5dc);try{const _0x4f4ce0=_0x58d5dc['contentWindow'];if(!_0x4f4ce0){const _0x6a2912={};return _0x6a2912['accessible']=![],_0x6a2912['proxyDetected']=![],_0x6a2912['selfConsistent']=![],_0x6a2912['frameElementNull']=![],_0x6a2912;}let _0x27a94e=![];try{_0x27a94e=_0x4f4ce0['self']===_0x4f4ce0;}catch{_0x27a94e=![];}let _0x441176=![];try{const _0x22251b=Object['prototype']['toString']['call'](_0x4f4ce0);_0x22251b!=='[object\x20Window]'&&_0x22251b!=='[object\x20global]'&&(_0x441176=!![]);}catch{_0x441176=!![];}try{const _0xc9b89d=Object['getOwnPropertyDescriptor'](_0x4f4ce0,'self');if(_0xc9b89d===undefined&&!_0x441176){}}catch{_0x441176=!![];}let _0x463598=![];try{_0x463598=_0x4f4ce0['frameElement']===null;}catch{_0x463598=!![];}const _0x2599bd={};return _0x2599bd['accessible']=!![],_0x2599bd['proxyDetected']=_0x441176,_0x2599bd['selfConsistent']=_0x27a94e,_0x2599bd['frameElementNull']=_0x463598,_0x2599bd;}finally{_0x58d5dc['remove']();}}catch{return null;}}function getIframeSignals(){return new Promise(_0x14756e=>{try{const _0x5cf5b2=document['createElement']('iframe');_0x5cf5b2['style']['display']='none',_0x5cf5b2['style']['width']='0',_0x5cf5b2['style']['height']='0',_0x5cf5b2['style']['position']='absolute',_0x5cf5b2['style']['top']='-9999px';let _0x2f77d5=null;const _0x40a261=()=>{if(_0x2f77d5!==null)clearTimeout(_0x2f77d5);try{_0x5cf5b2['parentNode']&&_0x5cf5b2['parentNode']['removeChild'](_0x5cf5b2);}catch{}};_0x2f77d5=setTimeout(()=>{_0x40a261(),_0x14756e(null);},0x7d0),_0x5cf5b2['onload']=()=>{try{const _0x5d1ec5=_0x5cf5b2['contentWindow'];if(!_0x5d1ec5){_0x40a261(),_0x14756e(null);return;}const _0x483d78=_0x5d1ec5['navigator'],_0x1900a7={};_0x1900a7['webdriver']=_0x483d78['webdriver'],_0x1900a7['platform']=_0x483d78['platform'],_0x1900a7['hardwareConcurrency']=_0x483d78['hardwareConcurrency'],_0x1900a7['deviceMemory']=_0x483d78['deviceMemory'],_0x1900a7['language']=_0x483d78['language'];const _0x90aced=_0x1900a7;_0x40a261(),_0x14756e(_0x90aced);}catch{_0x40a261(),_0x14756e(null);}},_0x5cf5b2['onerror']=()=>{_0x40a261(),_0x14756e(null);},document['body']['appendChild'](_0x5cf5b2);}catch{_0x14756e(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0x220728='';for(const _0x5de9ba of CHECKED_PROPERTIES){try{const _0x542fef=Object['getOwnPropertyDescriptor'](navigator,_0x5de9ba);if(_0x542fef){_0x220728+='1';continue;}const _0x5dc87a=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x5de9ba);if(!_0x5dc87a){_0x220728+='2';continue;}typeof _0x5dc87a['get']==='function'?_0x220728+='0':_0x220728+='1';}catch{_0x220728+='2';}}return _0x220728;}catch{return'22222';}}function getObjectInspectGlobal(){try{return typeof globalThis['objectToInspect']!=='undefined';}catch{return![];}}const _0x1ff413={};_0x1ff413['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x1ff413['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x1ff413['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x1ff413,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x53d11f=>{try{const _0x579565=document['createElement']('canvas'),_0x347322=_0x579565['getContext']('2d');if(!_0x347322){const _0x346baa={};_0x346baa['detectedOs']='unknown',_0x346baa['markers']=[],_0x53d11f(_0x346baa);return;}_0x347322['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0xb68839=_0x347322['measureText'](TEST_STRING)['width'],_0x19ed4d=[];let _0x23ff71='unknown';for(const [_0x543d9a,_0x1da054]of Object['entries'](OS_FONT_MARKERS)){for(const _0x120d94 of _0x1da054){_0x347322['font']=TEST_SIZE+'\x20\x27'+_0x120d94+'\x27,\x20'+BASE_FONT;const _0x12dc70=_0x347322['measureText'](TEST_STRING)['width'];_0x12dc70!==_0xb68839&&(_0x19ed4d['push'](_0x120d94),_0x23ff71==='unknown'&&(_0x23ff71=_0x543d9a));}}const _0x406134={};_0x406134['detectedOs']=_0x23ff71,_0x406134['markers']=_0x19ed4d,_0x53d11f(_0x406134);}catch{const _0x51fa22={};_0x51fa22['detectedOs']='unknown',_0x51fa22['markers']=[],_0x53d11f(_0x51fa22);}});}const g=globalThis,_0xb444d6={};_0xb444d6['android']=0x2,_0xb444d6['chromeos']=0x1;const _0x350eb6={};_0x350eb6['windows']=0x2,_0x350eb6['mac']=0x2,_0x350eb6['linux']=0x2;const _0x14c9f3={};_0x14c9f3['windows']=0x2,_0x14c9f3['mac']=0x2,_0x14c9f3['linux']=0x2;const _0x5006b7={};_0x5006b7['windows']=0x2,_0x5006b7['mac']=0x2,_0x5006b7['linux']=0x2;const _0x5dddf4={};_0x5dddf4['windows']=0x1,_0x5dddf4['mac']=0x1,_0x5dddf4['linux']=0x1;const _0x444cfa={};_0x444cfa['windows']=0x1,_0x444cfa['mac']=0x1,_0x444cfa['linux']=0x1;const _0x19bc27={};_0x19bc27['windows']=0x2,_0x19bc27['mac']=0x2,_0x19bc27['linux']=0x2,_0x19bc27['chromeos']=0x2;const _0x477d77={};_0x477d77['android']=0x2,_0x477d77['ios']=0x2;const _0x5ddb97={};_0x5ddb97['android']=0x1,_0x5ddb97['ios']=0x1;const _0x24dee5={};_0x24dee5['android']=0x2;const _0x9aee07={};_0x9aee07['android']=0x2;const _0x1d6b60={};_0x1d6b60['windows']=0x1,_0x1d6b60['mac']=0x1,_0x1d6b60['chromeos']=0x1;const _0x3d2dbc={};_0x3d2dbc['windows']=0x2,_0x3d2dbc['mac']=0x2,_0x3d2dbc['linux']=0x2;const _0x535ce4={};_0x535ce4['windows']=0x1,_0x535ce4['mac']=0x1,_0x535ce4['linux']=0x1;const _0x427f69={};_0x427f69['android']=0x1,_0x427f69['windows']=0x1,_0x427f69['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0xb444d6],['EyeDropper',()=>'EyeDropper'in g,_0x350eb6],['HID',()=>'hid'in navigator,_0x14c9f3],['Serial',()=>'serial'in navigator,_0x5006b7],['USB',()=>'usb'in navigator,_0x5dddf4],['Bluetooth',()=>'bluetooth'in navigator,_0x444cfa],['SharedWorker',()=>'SharedWorker'in g,_0x19bc27],['orientation',()=>'ondeviceorientation'in g,_0x477d77],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x5ddb97],['ContactsManager',()=>'ContactsManager'in g,_0x24dee5],['ContentIndex',()=>'ContentIndex'in g,_0x9aee07],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x1d6b60],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x3d2dbc],['PressureObserver',()=>'PressureObserver'in g,_0x535ce4],['WakeLock',()=>'wakeLock'in navigator,_0x427f69]];function getPlatformApiScoring(){try{const _0x40efad={},_0x27518b=[];for(const [_0x1c5e26,_0x223148,_0x120791]of PROBES){try{if(_0x223148()){_0x27518b['push'](_0x1c5e26);for(const [_0x5659cf,_0xe8b219]of Object['entries'](_0x120791)){_0x40efad[_0x5659cf]=(_0x40efad[_0x5659cf]??0x0)+_0xe8b219;}}}catch{}}const _0x456281={};return _0x456281['score']=_0x40efad,_0x456281['apis']=_0x27518b,_0x456281;}catch{return null;}}function getPluginOverflow(){try{const _0x43c8ac=navigator['plugins'];if(_0x43c8ac['length']===0x0)return null;const _0x426e6a=_0x43c8ac['item'](0x0);if(!_0x426e6a)return null;let _0x17335d=![];try{const _0x1caa2e=_0x43c8ac['item'](0x100000000);_0x17335d=_0x1caa2e!==_0x426e6a;}catch{_0x17335d=!![];}let _0x17166c=!![];try{if(_0x426e6a['length']>0x0){const _0x3a200a=_0x426e6a['item'](0x0);_0x3a200a&&(_0x17166c=_0x3a200a['enabledPlugin']===_0x426e6a);}}catch{_0x17166c=![];}const _0x388918={};return _0x388918['overflow']=_0x17335d,_0x388918['backref']=_0x17166c,_0x388918;}catch{return null;}}function getPrivateClickMeasurement(){if(typeof document==='undefined')return null;try{const _0x55cd21=document['createElement']('a'),_0x454158=_0x55cd21['attributionSourceId']??_0x55cd21['attributionsourceid'];return _0x454158===undefined||_0x454158===null?null:String(_0x454158);}catch{return null;}}function getChainDepth(_0x42a84b,_0x565818){let _0x421b78=_0x42a84b,_0x2b34c7=0x0;while(_0x421b78!==null&&_0x2b34c7<_0x565818){_0x421b78=Object['getPrototypeOf'](_0x421b78),_0x2b34c7++;}return _0x2b34c7;}function checkChain(_0x3e2ad4,_0x1bae1e,_0x2d4783,_0x21092e){try{const _0x3b6239=Object['getPrototypeOf'](_0x3e2ad4),_0x1fd02b=_0x3b6239===_0x2d4783,_0x1ad039=getChainDepth(_0x3e2ad4,0xf);if(!_0x1fd02b){const _0xc614a1={};return _0xc614a1['target']=_0x1bae1e+'→'+_0x21092e,_0xc614a1['intact']=![],_0xc614a1['depth']=_0x1ad039,_0xc614a1;}const _0x52f74f={};return _0x52f74f['target']=_0x1bae1e+'→'+_0x21092e,_0x52f74f['intact']=!![],_0x52f74f['depth']=_0x1ad039,_0x52f74f;}catch{const _0x479959={};return _0x479959['target']=_0x1bae1e+'→'+_0x21092e,_0x479959['intact']=![],_0x479959['depth']=0x0,_0x479959;}}function getPrototypeChain(){const _0x113e37=[];try{typeof Navigator!=='undefined'&&_0x113e37['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x113e37['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x113e37['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x113e37['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x33bda4=navigator['constructor']===Navigator,_0x11ae2d={};_0x11ae2d['target']='navigator.constructor===Navigator',_0x11ae2d['intact']=_0x33bda4,_0x11ae2d['depth']=0x0,_0x113e37['push'](_0x11ae2d);const _0x1708e1=Object['prototype']['toString']['call'](navigator),_0x1a7a31={};_0x1a7a31['target']='navigator.toStringTag',_0x1a7a31['intact']=_0x1708e1==='[object\x20Navigator]',_0x1a7a31['depth']=0x0,_0x113e37['push'](_0x1a7a31);const _0x57da74=Object['prototype']['toString']['call'](screen),_0x15f5c8={};_0x15f5c8['target']='screen.toStringTag',_0x15f5c8['intact']=_0x57da74==='[object\x20Screen]',_0x15f5c8['depth']=0x0,_0x113e37['push'](_0x15f5c8);}catch{}const _0x35719e=_0x113e37['length']>0x0&&_0x113e37['every'](_0x9c770c=>_0x9c770c['intact']),_0x29ea0a={};return _0x29ea0a['valid']=_0x35719e,_0x29ea0a['checks']=_0x113e37,_0x29ea0a;}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 _0x448d2e=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x448d2e['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x448d2e['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x448d2e['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x448d2e['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x448d2e['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x448d2e['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x448d2e;}function getHighTargets(){const _0x15e10f=getLightTargets(),_0x3a5389=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x324fd6 of _0x3a5389){_0x324fd6 in Navigator['prototype']&&_0x15e10f['push']([Navigator['prototype'],_0x324fd6]);}const _0x159ef7=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x29013e of _0x159ef7){_0x29013e in Screen['prototype']&&_0x15e10f['push']([Screen['prototype'],_0x29013e]);}const _0x5bfba6=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0x5269e8 of _0x5bfba6){_0x5269e8 in Document['prototype']&&_0x15e10f['push']([Document['prototype'],_0x5269e8]);}try{const _0x22d342=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x1e1e75 of _0x22d342){_0x1e1e75 in Element['prototype']&&_0x15e10f['push']([Element['prototype'],_0x1e1e75]);}}catch{}try{const _0x335b2a=['offsetWidth','offsetHeight','style'];for(const _0x351ec5 of _0x335b2a){_0x351ec5 in HTMLElement['prototype']&&_0x15e10f['push']([HTMLElement['prototype'],_0x351ec5]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x3138d4=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x7deaae of _0x3138d4){_0x7deaae in CanvasRenderingContext2D['prototype']&&_0x15e10f['push']([CanvasRenderingContext2D['prototype'],_0x7deaae]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x32cae6=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x2daa20 of _0x32cae6){_0x2daa20 in WebGLRenderingContext['prototype']&&_0x15e10f['push']([WebGLRenderingContext['prototype'],_0x2daa20]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x15e10f['push']([AudioContext['prototype'],'createOscillator']),_0x15e10f['push']([AudioContext['prototype'],'createAnalyser']),_0x15e10f['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x15e10f['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x15e10f['push']([Performance['prototype'],'now']),_0x15e10f['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x15e10f['push']([Storage['prototype'],'getItem']),_0x15e10f['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x419bde=['random','floor','ceil','round','sin','cos'];for(const _0x2f0328 of _0x419bde){_0x2f0328 in Math&&_0x15e10f['push']([Math,_0x2f0328]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x15e10f['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x15e10f['push']([Permissions['prototype'],'query']);}catch{}return _0x15e10f;}function checkToString(_0x22059d,_0x35592f){try{const _0x3df4b5=Object['getOwnPropertyDescriptor'](_0x22059d,_0x35592f),_0x12213b=_0x3df4b5?.['get']??_0x3df4b5?.['value']??_0x22059d[_0x35592f];if(typeof _0x12213b!=='function')return![];const _0xb45050=Function['prototype']['toString']['call'](_0x12213b);return!_0xb45050['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x3d5aa6){try{const _0x4abd56=Object['getOwnPropertyDescriptor'](navigator,_0x3d5aa6);return _0x4abd56?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x1e2b53,_0x355990){try{const _0x259bba=Object['getOwnPropertyDescriptor'](_0x1e2b53,_0x355990);if(!_0x259bba?.['get'])return![];return'prototype'in _0x259bba['get'];}catch{return![];}}function checkOwnPropertyNames(_0x1bda2e,_0x3bddc2){try{const _0x29ace7=Object['getOwnPropertyDescriptor'](_0x1bda2e,_0x3bddc2),_0x4ac2bb=_0x29ace7?.['get'];if(typeof _0x4ac2bb!=='function')return![];const _0x46f3f7=Object['getOwnPropertyNames'](_0x4ac2bb)['sort']();if(_0x46f3f7['length']>0x2)return!![];if(_0x46f3f7['length']===0x2&&(_0x46f3f7[0x0]!=='length'||_0x46f3f7[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x1edd50,_0x382e91){try{const _0x20f1f4=Object['getOwnPropertyDescriptor'](_0x1edd50,_0x382e91),_0x5cf7ab=_0x20f1f4?.['get'];if(typeof _0x5cf7ab!=='function')return![];class _0x2bacb9 extends _0x5cf7ab{}return void _0x2bacb9,!![];}catch{return![];}}function checkNullProto(_0x4e0243,_0x122b45){try{const _0x246237=Object['getOwnPropertyDescriptor'](_0x4e0243,_0x122b45),_0x251e3c=_0x246237?.['get']??_0x246237?.['value'];if(typeof _0x251e3c!=='function')return![];const _0x31618c=Object['create'](_0x251e3c);return Object['setPrototypeOf'](_0x31618c,null),_0x31618c['toString'](),!![];}catch{return![];}}function checkIllegalInvocation(_0x39fee1,_0x31c09e){try{const _0x4c5586=Object['getOwnPropertyDescriptor'](_0x39fee1,_0x31c09e),_0xa4c927=_0x4c5586?.['get'];if(typeof _0xa4c927!=='function')return![];return _0xa4c927['call'](undefined),!![];}catch(_0xf3eab9){if(_0xf3eab9 instanceof TypeError)return![];return!![];}}function checkBindToString(_0x42e1f8,_0xe260ab){try{const _0x27e1de=Object['getOwnPropertyDescriptor'](_0x42e1f8,_0xe260ab),_0x384ff6=_0x27e1de?.['get']??_0x27e1de?.['value'];if(typeof _0x384ff6!=='function')return![];const _0x4c1dae=_0x384ff6['bind'](null),_0x38439e=Function['prototype']['toString']['call'](_0x4c1dae);return!_0x38439e['includes']('[native\x20code]')&&!_0x38439e['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x5d1b3d,_0x50e335){try{const _0x4d32c3=Object['getOwnPropertyDescriptor'](_0x5d1b3d,_0x50e335),_0x2e2928=_0x4d32c3?.['get']??_0x4d32c3?.['value'];if(typeof _0x2e2928!=='function')return![];const _0x280a3f=Reflect['ownKeys'](_0x2e2928)['sort'](),_0x1ed0a5=Object['getOwnPropertyNames'](_0x2e2928)['sort']();if(_0x280a3f['length']!==_0x1ed0a5['length'])return!![];for(let _0x374375=0x0;_0x374375<_0x280a3f['length'];_0x374375++){if(_0x280a3f[_0x374375]!==_0x1ed0a5[_0x374375])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x14644f,_0x2cd568){try{const _0x41fa48=Object['getOwnPropertyDescriptor'](_0x14644f,_0x2cd568);if(!_0x41fa48)return![];const _0x51bfbd=_0x41fa48['get']??_0x41fa48['set']??_0x41fa48['value'];if(typeof _0x51bfbd!=='function')return![];const _0x2eff4f=Object['getOwnPropertyDescriptors'](_0x51bfbd),_0x712722=Object['keys'](_0x2eff4f)['filter'](_0x27749a=>_0x27749a!=='length'&&_0x27749a!=='name');return _0x712722['length']>0x0;}catch{return![];}}function checkInstanceOf(_0x3ed20f,_0x46e701){try{const _0x485669=Object['getOwnPropertyDescriptor'](_0x3ed20f,_0x46e701),_0x48e72c=_0x485669?.['get']??_0x485669?.['value'];if(typeof _0x48e72c!=='function')return![];const _0xecb580=_0x48e72c instanceof _0x48e72c;return _0xecb580===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x49b9a0){proxyDetectionMode=_0x49b9a0;}function getProxyDetection(){const _0x792555=proxyDetectionMode,_0x38d6f7=_0x792555==='high'?getHighTargets():getLightTargets(),_0x368f80=_0x792555==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x25489d=[];for(const [_0x140080,_0x551310]of _0x38d6f7){let _0x50054f=![];try{_0x140080===Navigator['prototype']&&checkOwnDescriptor(_0x551310)&&(_0x50054f=!![]);}catch{}if(!_0x50054f)for(const _0x234df4 of _0x368f80){try{if(_0x234df4(_0x140080,_0x551310)){_0x50054f=!![];break;}}catch{}}if(_0x50054f){const _0x3b2858=_0x140080['constructor']['name'];_0x25489d['push'](_0x3b2858+'.'+_0x551310);}}const _0x1ab38a={};return _0x1ab38a['tested']=_0x38d6f7['length'],_0x1ab38a['lied']=_0x25489d['length'],_0x1ab38a['lies']=_0x25489d,_0x1ab38a['mode']=_0x792555,_0x1ab38a;}function measureCssDimension(_0x2bcd3e,_0x1cadbe,_0x4ea418){try{if(typeof matchMedia!=='function')return 0x0;let _0x1d1238=_0x1cadbe,_0x439638=_0x4ea418;while(_0x439638-_0x1d1238>0x1){const _0x42a70a=Math['floor']((_0x1d1238+_0x439638)/0x2),_0x46c846=_0x2bcd3e==='width'?'(min-device-width:\x20'+_0x42a70a+'px)':'(min-device-height:\x20'+_0x42a70a+'px)';matchMedia(_0x46c846)['matches']?_0x1d1238=_0x42a70a:_0x439638=_0x42a70a;}return _0x1d1238;}catch{return 0x0;}}function getScreenVerify(){try{const _0x13cfb3=screen['width'],_0x1c5a91=screen['height'],_0x2bfb47=measureCssDimension('width',0x64,0x1f40),_0x571dca=measureCssDimension('height',0x64,0x1f40),_0x565449=_0x2bfb47===0x0||Math['abs'](_0x13cfb3-_0x2bfb47)<=0x1,_0x378a75=_0x571dca===0x0||Math['abs'](_0x1c5a91-_0x571dca)<=0x1,_0xf934cb={};return _0xf934cb['match']=_0x565449&&_0x378a75,_0xf934cb['screenWidth']=_0x13cfb3,_0xf934cb['cssWidth']=_0x2bfb47,_0xf934cb['screenHeight']=_0x1c5a91,_0xf934cb['cssHeight']=_0x571dca,_0xf934cb['probed']=_0x2bfb47>0x0&&_0x571dca>0x0,_0xf934cb;}catch{const _0x11f92b={};return _0x11f92b['match']=!![],_0x11f92b['screenWidth']=0x0,_0x11f92b['cssWidth']=0x0,_0x11f92b['screenHeight']=0x0,_0x11f92b['cssHeight']=0x0,_0x11f92b['probed']=![],_0x11f92b;}}function getStackBytes(){try{const _0x3eb09c=[];for(let _0x54d16c=0x0;_0x54d16c<0x5;_0x54d16c++){let _0x255130=0x0;const _0x20225a=()=>{_0x255130++,_0x20225a();};try{_0x20225a();}catch{}let _0x237947=0x0;const _0x34fa35=()=>{_0x237947++;const _0x19331c=0x0;_0x34fa35();};try{_0x34fa35();}catch{}const _0x549155=_0x255130-_0x237947;_0x549155>0x0&&_0x3eb09c['push'](Math['round'](_0x237947*0x8/_0x549155));}if(_0x3eb09c['length']===0x0)return 0x0;return _0x3eb09c['sort']((_0x239f19,_0x3064ef)=>_0x239f19-_0x3064ef),_0x3eb09c[Math['floor'](_0x3eb09c['length']/0x2)]??0x0;}catch{return null;}}const NATIVE_BODY_RE=/\[native code\]\s*\}\s*$/;function isNativeFunction(_0x4104ca){if(typeof _0x4104ca!=='function')return![];try{const _0x45f0e2=Function['prototype']['toString']['call'](_0x4104ca);return NATIVE_BODY_RE['test'](_0x45f0e2);}catch{return![];}}function getTamperAggregate(){try{if(typeof document==='undefined'||typeof navigator==='undefined'||typeof window==='undefined')return null;const _0x420ed0=isNativeFunction(document['createElement']),_0x3c448f=isNativeFunction(window['fetch']),_0x3ec9fd=navigator['plugins'];if(_0x3ec9fd===undefined||_0x3ec9fd===null)return![];const _0x4dbcdc=_0x3ec9fd['constructor'],_0x3daef8=isNativeFunction(_0x4dbcdc),_0x3fa67a=window['PluginArray'],_0x259ae3=_0x3fa67a!==undefined&&_0x3fa67a!==null&&Object['getPrototypeOf'](_0x3ec9fd)===_0x3fa67a['prototype'];return _0x420ed0&&_0x3c448f&&_0x3daef8&&_0x259ae3;}catch{return null;}}const NATIVE_MARKER='[native\x20code]',DST_OBSERVING_PREFIXES=['America/','Europe/','Australia/','Pacific/Auckland','Pacific/Chatham','Pacific/Fiji','Pacific/Norfolk','Atlantic/Azores','Atlantic/Bermuda','Atlantic/Madeira','Atlantic/Stanley','Asia/Beirut','Asia/Damascus','Asia/Famagusta','Asia/Gaza','Asia/Hebron','Asia/Jerusalem','Asia/Nicosia','Asia/Tehran'],ANTARCTICA_DST_ZONES=new Set(['Antarctica/Macquarie','Antarctica/Troll','Antarctica/Palmer']),NO_DST_EXCEPTIONS=new Set(['America/Phoenix','America/Argentina/Buenos_Aires','America/Argentina/Catamarca','America/Argentina/Cordoba','America/Argentina/Jujuy','America/Argentina/La_Rioja','America/Argentina/Mendoza','America/Argentina/Rio_Gallegos','America/Argentina/Salta','America/Argentina/San_Juan','America/Argentina/San_Luis','America/Argentina/Tucuman','America/Argentina/Ushuaia','America/Bogota','America/Cancun','America/Cayenne','America/Cayman','America/Costa_Rica','America/El_Salvador','America/Guatemala','America/Guayaquil','America/Hermosillo','America/Jamaica','America/La_Paz','America/Lima','America/Managua','America/Manaus','America/Panama','America/Paramaribo','America/Port_of_Spain','America/Puerto_Rico','America/Tegucigalpa','Europe/Astrakhan','Europe/Kaliningrad','Europe/Kirov','Europe/Minsk','Europe/Moscow','Europe/Samara','Europe/Saratov','Europe/Simferopol','Europe/Ulyanovsk','Europe/Volgograd','Australia/Brisbane','Australia/Darwin','Australia/Eucla','Australia/Lindeman','Australia/Perth']),ETC_OR_UTC_REGEX=/^(?:Etc\/GMT[+-]?\d+|UTC|GMT)$/,IANA_NAME_REGEX=/^[A-Z][A-Za-z_-]+\/[A-Z][A-Za-z0-9_/+-]+$/,VALID_SINGLE_SEGMENT_TZ=new Set(['UCT','Universal','Zulu','EST','EST5EDT','WET','CET','MET','PST8PDT','MST','MST7MDT','CST6CDT','HST','Egypt','Eire','Greenwich','Hongkong','Iceland','Iran','Israel','Jamaica','Japan','Kwajalein','Libya','Navajo','Poland','Portugal','Singapore','Turkey','GMT','GMT0','Cuba']);function isNative(_0x3e3336){if(typeof _0x3e3336!=='function')return![];try{return Function['prototype']['toString']['call'](_0x3e3336)['includes'](NATIVE_MARKER);}catch{return![];}}function checkResolvedOptionsNative(){const _0x6f827d=window['Intl'],_0xbb543c=_0x6f827d?.['DateTimeFormat']?.['prototype'];if(_0xbb543c===undefined)return!![];return isNative(_0xbb543c['resolvedOptions']);}function checkGetTimezoneOffsetNative(){const _0x1d6400=Date?.['prototype'];if(_0x1d6400===undefined)return!![];return isNative(_0x1d6400['getTimezoneOffset']);}function checkDstConsistency(_0x259f18){if(ETC_OR_UTC_REGEX['test'](_0x259f18))return null;if(VALID_SINGLE_SEGMENT_TZ['has'](_0x259f18))return null;if(NO_DST_EXCEPTIONS['has'](_0x259f18))return null;if(_0x259f18['startsWith']('Antarctica/')&&!ANTARCTICA_DST_ZONES['has'](_0x259f18))return null;const _0x2d682f=DST_OBSERVING_PREFIXES['some'](_0x249a37=>_0x259f18===_0x249a37['replace'](/\/$/,'')||_0x259f18['startsWith'](_0x249a37))||ANTARCTICA_DST_ZONES['has'](_0x259f18);if(!_0x2d682f)return null;try{const _0x4d6c1d=new Date()['getFullYear'](),_0x46715b=new Date(_0x4d6c1d,0x0,0x1)['getTimezoneOffset'](),_0x4c0947=new Date(_0x4d6c1d,0x6,0x1)['getTimezoneOffset']();if(_0x46715b===_0x4c0947)return'dst_inconsistency';}catch{}return null;}function checkIanaFormat(_0x50c085){if(_0x50c085==='')return!![];if(ETC_OR_UTC_REGEX['test'](_0x50c085))return!![];if(VALID_SINGLE_SEGMENT_TZ['has'](_0x50c085))return!![];return IANA_NAME_REGEX['test'](_0x50c085);}function getTzTampered(){const _0x456557=[],_0x3dc25d=[];try{!checkResolvedOptionsNative()&&_0x456557['push']('non_native_resolved_options');}catch{_0x3dc25d['push']('probe_failed');}try{!checkGetTimezoneOffsetNative()&&_0x456557['push']('non_native_get_timezone_offset');}catch{_0x3dc25d['push']('probe_failed');}let _0x3666dd='';try{const _0x17a1a6=window['Intl'],_0x2cfa15=_0x17a1a6?.['DateTimeFormat'];_0x2cfa15!==undefined&&(_0x3666dd=new _0x2cfa15()['resolvedOptions']()['timeZone']??'');}catch{_0x3dc25d['push']('probe_failed');}_0x3666dd!==''&&!checkIanaFormat(_0x3666dd)&&_0x456557['push']('invalid_iana_format');if(_0x3666dd!=='')try{const _0x6dab8=checkDstConsistency(_0x3666dd);if(_0x6dab8!==null)_0x456557['push'](_0x6dab8);}catch{_0x3dc25d['push']('probe_failed');}const _0x237e49={'detected':_0x456557['length']>0x0,'reasons':_0x456557,..._0x3dc25d['length']>0x0?{'diagnostics':_0x3dc25d}:{}};return _0x237e49;}function getLanguagesProtoChain(){if(typeof navigator==='undefined')return null;const _0x570e97=navigator['languages'];if(_0x570e97===null||_0x570e97===undefined)return null;try{const _0x30b599=Object['getPrototypeOf'](_0x570e97);if(_0x30b599===null)return!![];if(_0x30b599!==Array['prototype'])return!![];const _0x39f766=_0x30b599['constructor'];if(_0x39f766!==Array)return!![];return![];}catch{return!![];}}const SAMPLE_COUNT=0x6,SAMPLE_STRIDE=0x1000,I32_SCALE=0x2**0x1f;function getMathRandomDeterminism(){const _0x14d46a=[];let _0x58e80e=Math['random']();for(let _0x58ffae=SAMPLE_COUNT*SAMPLE_STRIDE-0x1;_0x58ffae>=0x0;_0x58ffae-=0x1){if(_0x58ffae%SAMPLE_STRIDE===0x0){const _0x79d13e=Math['random']();_0x14d46a['push']((_0x58e80e-_0x79d13e)*I32_SCALE|0x0),_0x58e80e=_0x79d13e;}}return _0x14d46a;}const _0x59e069={};_0x59e069['label']='Navigator',_0x59e069['resolve']=()=>typeof window!=='undefined'&&'Navigator'in window?window['Navigator']['prototype']:null,_0x59e069['props']=['hardwareConcurrency','userAgent','platform','vendor','language','languages','deviceMemory','maxTouchPoints','webdriver'];const _0x104b02={};_0x104b02['label']='Screen',_0x104b02['resolve']=()=>typeof window!=='undefined'&&'Screen'in window?window['Screen']['prototype']:null,_0x104b02['props']=['width','height','availWidth','availHeight','colorDepth'];const _0x23cc26={};_0x23cc26['label']='Document',_0x23cc26['resolve']=()=>typeof window!=='undefined'&&'Document'in window?window['Document']['prototype']:null,_0x23cc26['props']=['cookie'];const CLASS_SPECS=[_0x59e069,_0x104b02,_0x23cc26];function getNativeGetterSource(){if(typeof window==='undefined')return null;const _0x595ec5={};for(const _0xb99e61 of CLASS_SPECS){let _0x166e3a;try{_0x166e3a=_0xb99e61['resolve']();}catch{continue;}if(_0x166e3a===null)continue;for(const _0x4751ef of _0xb99e61['props']){try{const _0xafabfa=Object['getOwnPropertyDescriptor'](_0x166e3a,_0x4751ef),_0x1ac327=_0xafabfa?.['get'];if(typeof _0x1ac327!=='function')continue;const _0xbf02eb=_0x1ac327['toString']();_0x595ec5[_0xb99e61['label']+'.'+_0x4751ef]=_0xbf02eb;}catch{}}}return _0x595ec5;}const DENYLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorProtoFunctionNames(){if(typeof navigator==='undefined')return null;const _0x4d107f=Object['getPrototypeOf'](navigator);if(_0x4d107f===null)return null;const _0x2723b9=[];for(const _0x4d0382 of Object['getOwnPropertyNames'](_0x4d107f)){if(DENYLIST['includes'](_0x4d0382))continue;try{const _0x5b711f=navigator[_0x4d0382];if(typeof _0x5b711f==='function'){const _0x5afade=_0x5b711f;typeof _0x5afade['name']==='string'&&_0x2723b9['push'](_0x5afade['name']);}}catch(_0x41328a){return{'ok':![],'error':_0x41328a instanceof Error?_0x41328a['message']:String(_0x41328a)};}}const _0x5e5e33={};return _0x5e5e33['ok']=!![],_0x5e5e33['names']=_0x2723b9,_0x5e5e33;}function getNodeTypeSanity(){if(typeof document==='undefined')return null;try{return document['createElement']('div')['nodeType']!==0x1;}catch{return!![];}}function getObjectFunctionTypeof(){return[typeof Object,typeof Function];}function getUrlIsTrusted(){if(typeof URL!=='function')return null;let _0x1fb562;try{_0x1fb562=new URL('');}catch{const _0x113bdf={};return _0x113bdf['acceptedEmpty']=![],_0x113bdf;}const _0x1fa049=_0x1fb562['isTrusted'],_0x374e86={};return _0x374e86['acceptedEmpty']=!![],_0x374e86['isTrusted']=_0x1fa049,_0x374e86;}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 _0x1c17f4=[],_0x57df6b=Object['getOwnPropertyNames'](window);for(let _0x3e10d8=0x0;_0x3e10d8<_0x57df6b['length'];_0x3e10d8++){const _0x3caad1=crc32(_0x57df6b[_0x3e10d8]);TARGET_HASHES['has'](_0x3caad1)&&_0x1c17f4['push'](_0x57df6b[_0x3e10d8]),_0x3caad1===UD&&_0x3e10d8+0x1<_0x57df6b['length']&&_0x1c17f4['push'](_0x57df6b[_0x3e10d8+0x1]);}return _0x1c17f4;}catch{return null;}}function getPlaywrightMarkers(){try{const _0x772454=window,_0xfb497c=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x1279db of _0xfb497c){if(_0x1279db in _0x772454)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 _0x227b6d=new Error('probe'),_0x17682d=_0x227b6d['stack']??'';for(const _0x468258 of AUTOMATION_PATTERNS){if(_0x17682d['includes'](_0x468258)){const _0x2253f9={};return _0x2253f9['leaked']=!![],_0x2253f9['pattern']=_0x468258,_0x2253f9;}}try{const _0xb27026=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x5193e6=_0xb27026();if(typeof _0x5193e6==='string')for(const _0x172f35 of AUTOMATION_PATTERNS){if(_0x5193e6['includes'](_0x172f35)){const _0x481ace={};return _0x481ace['leaked']=!![],_0x481ace['pattern']=_0x172f35,_0x481ace;}}}catch{}const _0x1e55c5={};return _0x1e55c5['leaked']=![],_0x1e55c5['pattern']=null,_0x1e55c5;}catch{const _0x70c7b7={};return _0x70c7b7['leaked']=![],_0x70c7b7['pattern']=null,_0x70c7b7;}}function getWebdriver(){const _0x294da8=navigator['webdriver'],_0x44a0b0={};_0x44a0b0['status']=-0x1,_0x44a0b0['value']=null,_0x44a0b0['tampered']=![];if(_0x294da8===null)return _0x44a0b0;const _0x16bf16={};_0x16bf16['status']=-0x2,_0x16bf16['value']=null,_0x16bf16['tampered']=![];if(_0x294da8===undefined)return _0x16bf16;const _0x3fcb7d=_0x294da8===!![]||_0x294da8===![];return{'status':0x0,'value':Boolean(_0x294da8),'tampered':!_0x3fcb7d};}function getWebdriverWritable(){try{const _0x367e3a=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x367e3a){const _0x33589b=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x33589b)return!![];}const _0x56563b=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x56563b)return!![];if('value'in _0x56563b)return!![];if(typeof _0x56563b['set']==='function')return!![];return![];}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){const _0x3b8da2=window['process'];if(_0x3b8da2===undefined)return undefined;if(_0x3b8da2&&typeof _0x3b8da2!=='object')return undefined;return _0x3b8da2;}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(_0x49ce35=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x49ce35(null);return;}const _0x813abd={};_0x813abd['type']='text/javascript';const _0x453569=new Blob([WORKER_CODE],_0x813abd),_0x43a580=URL['createObjectURL'](_0x453569);let _0x3a6950=![];const _0x34328d=new Worker(_0x43a580),_0x4ef635=setTimeout(()=>{!_0x3a6950&&(_0x3a6950=!![],_0x34328d['terminate'](),URL['revokeObjectURL'](_0x43a580),_0x49ce35(null));},0x1f4);_0x34328d['addEventListener']('error',()=>{!_0x3a6950&&(_0x3a6950=!![],clearTimeout(_0x4ef635),_0x34328d['terminate'](),URL['revokeObjectURL'](_0x43a580),_0x49ce35(null));}),_0x34328d['addEventListener']('message',_0x454be8=>{if(_0x454be8['data']==='ready'){_0x34328d['postMessage']('run');return;}!_0x3a6950&&(_0x3a6950=!![],clearTimeout(_0x4ef635),_0x34328d['terminate'](),URL['revokeObjectURL'](_0x43a580),_0x49ce35(_0x454be8['data']));});}catch{_0x49ce35(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 _0x238666={};for(const [_0x5bf19a,_0x13855e]of CSS_PROBES){const _0x472a4c=_0x13855e===''?_0x5bf19a:_0x5bf19a+':'+_0x13855e;try{_0x238666[_0x472a4c]=_0x13855e===''?CSS['supports'](_0x5bf19a):CSS['supports'](_0x5bf19a,_0x13855e);}catch{_0x238666[_0x472a4c]=![];}}return _0x238666;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x285d28=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x285d28===undefined||typeof _0x285d28['isBrave']!=='function')return undefined;try{return!!await _0x285d28['isBrave']();}catch{return undefined;}}function getDetectChromium(){return isChromium();}function getDetectChromium86(){if(!isChromium())return null;return isChromium86OrNewer();}function getDetectChromium122(){if(!isChromium())return null;return isChromium122OrNewer();}function getDetectEdgeHTML(){return isEdgeHTML();}function getDetectGecko(){return isGecko();}function getDetectGecko120(){if(!isGecko())return null;return isGecko120OrNewer();}function getDetectGecko143(){if(!isGecko())return null;return isGecko143OrNewer();}const PERF_NOW_SAMPLES=0x7d0;async function getTorBrowserProbe(){return{'letterboxed':detectLetterboxing(),'screenInnerEqual':screen['width']===window['innerWidth'],'devicePixelRatioOne':window['devicePixelRatio']===0x1,'perfNowResolutionMs':measurePerfNowResolution(),'canvasAllWhite':probeCanvasAllWhite(),'mediaDevicesRfp':await probeMediaDevicesRfp(),'webGpuPresent':typeof navigator['gpu']!=='undefined','offscreenCanvasPresent':typeof window['OffscreenCanvas']!=='undefined','prefersColorSchemeLight':probePrefersColorSchemeLight(),'navigatorBravePresent':typeof navigator['brave']!=='undefined'};}function detectLetterboxing(){const _0x27cecc=window['innerWidth'],_0x235969=window['innerHeight'];if(_0x27cecc<=0x0||_0x235969<=0x0)return![];return _0x27cecc%0xc8===0x0&&_0x235969%0x64===0x0&&_0x27cecc<=0x578&&_0x235969<=0x384;}function measurePerfNowResolution(){let _0x2a99b2=Infinity,_0x9c73a=performance['now']();for(let _0x22ad59=0x0;_0x22ad59<PERF_NOW_SAMPLES;_0x22ad59++){const _0x338bd0=performance['now'](),_0x3450ec=_0x338bd0-_0x9c73a;if(_0x3450ec>0x0&&_0x3450ec<_0x2a99b2)_0x2a99b2=_0x3450ec;_0x9c73a=_0x338bd0;}if(!Number['isFinite'](_0x2a99b2))return 0x0;return Math['round'](_0x2a99b2);}function probeCanvasAllWhite(){try{const _0x363815=document['createElement']('canvas');_0x363815['width']=0x10,_0x363815['height']=0x10;const _0x3c4263=_0x363815['getContext']('2d');if(_0x3c4263===null)return null;_0x3c4263['fillStyle']='#000000',_0x3c4263['fillRect'](0x0,0x0,0x10,0x10);const _0x5101d3=_0x363815['toDataURL']('image/png'),_0x207e88=_0x3c4263['getImageData'](0x0,0x0,0x10,0x10)['data'];for(let _0x191576=0x0;_0x191576<_0x207e88['length'];_0x191576+=0x4){if(_0x207e88[_0x191576]!==0xff||_0x207e88[_0x191576+0x1]!==0xff||_0x207e88[_0x191576+0x2]!==0xff)return![];}return void _0x5101d3,!![];}catch{return null;}}async function probeMediaDevicesRfp(){try{const _0x29cfb4=navigator['mediaDevices'];if(_0x29cfb4===undefined||typeof _0x29cfb4['enumerateDevices']!=='function')return null;const _0x78ea56=await _0x29cfb4['enumerateDevices']();if(_0x78ea56['length']!==0x2)return![];const _0x4d4507=_0x78ea56['map'](_0x1dd431=>_0x1dd431['label'])['sort']();return _0x4d4507[0x0]==='Internal\x20Camera'&&_0x4d4507[0x1]==='Internal\x20Microphone';}catch{return null;}}function probePrefersColorSchemeLight(){try{const _0x11809c=window['matchMedia']('(prefers-color-scheme:\x20dark)'),_0x16011f=window['matchMedia']('(prefers-color-scheme:\x20light)');return _0x16011f['matches']&&!_0x11809c['matches'];}catch{return![];}}function getDetectMobile(){return isAndroid();}const THRESHOLD=0x3;function getDetectSamsungInternet(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x44a42e=window,_0x17402e=navigator,_0x23a009=_0x44a42e['Audio']?.['prototype']??{},_0x5ac68f=_0x44a42e['Image']?.['prototype']??{},_0x5ee983=_0x44a42e['visualViewport'];let _0x4d39c2=0x0;if('srLatency'in _0x23a009)_0x4d39c2++;if('srChannelCount'in _0x23a009)_0x4d39c2++;if('devicePosture'in _0x17402e)_0x4d39c2++;if(_0x5ee983!==undefined&&_0x5ee983!==null&&'segments'in _0x5ee983)_0x4d39c2++;if('getTextInformation'in _0x5ac68f)_0x4d39c2++;return _0x4d39c2>=THRESHOLD;}function getDetectSafari(){if(isSafariWebKit())return!![];if(isWebKit()&&isDesktopWebKit()&&!isGecko()&&!isChromium())return!![];return![];}function getDetectTrident(){return isTrident();}function getDetectWebKit(){return isWebKit();}function getDetectWebKit606(){if(!isWebKit())return null;return isWebKit606OrNewer();}function getDetectWebKit616(){if(!isWebKit())return null;return isWebKit616OrNewer();}function isMobileTouchCapable(){if(typeof navigator==='undefined')return![];const _0x4e9e34=navigator;return typeof _0x4e9e34['maxTouchPoints']==='number'&&_0x4e9e34['maxTouchPoints']>0x0;}function getSafariLocalStorageCallable(){if(!isWebKit()||!isSafariWebKit()||isMobileTouchCapable())return null;try{;window['localStorage'](null,null,null,null);}catch{return!![];}try{return window['sessionStorage']['setItem']('test','1'),window['sessionStorage']['removeItem']('test'),![];}catch{return!![];}}const BLACKLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorMethods(){const _0x2c0074=navigator,_0x22dff9=[];for(const _0x239cf1 of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x2c0074))){if(BLACKLIST['includes'](_0x239cf1))continue;try{const _0x37f931=_0x2c0074[_0x239cf1];typeof _0x37f931==='function'&&_0x37f931['name']!==undefined&&_0x22dff9['push'](_0x37f931['name']);}catch(_0x3b2bea){return[_0x3b2bea instanceof Error?_0x3b2bea['message']:String(_0x3b2bea)];}}return _0x22dff9;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x5482cc=navigator['userAgentData'];if(!_0x5482cc||typeof _0x5482cc!=='object')return undefined;const _0x1e0884={},_0x808ddb=[];if(typeof _0x5482cc['getHighEntropyValues']==='function'){const _0x45d29d=_0x5482cc['getHighEntropyValues']['bind'](_0x5482cc);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x407f54=>{try{const _0x3e035d=await _0x45d29d([_0x407f54]),_0x28cf29=_0x3e035d[_0x407f54];_0x28cf29!==undefined&&(_0x1e0884[_0x407f54]=typeof _0x28cf29==='string'?_0x28cf29:JSON['stringify'](_0x28cf29));}catch(_0x40cb57){if(_0x40cb57 instanceof Error&&_0x40cb57['name']==='NotAllowedError')_0x808ddb['push'](_0x407f54);else throw _0x40cb57;}}));}return{'b':_0x5482cc['brands']['map'](_0x3a824a=>({'b':_0x3a824a['brand'],'v':_0x3a824a['version']})),'m':_0x5482cc['mobile'],'p':_0x5482cc['platform']??null,'h':_0x1e0884,'nah':_0x808ddb};}function getVendorFlavors(){const _0x3ef21f=[];for(const _0x347313 of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x22d1da=window[_0x347313];_0x22d1da!==undefined&&_0x22d1da!==null&&typeof _0x22d1da==='object'&&_0x3ef21f['push'](_0x347313);}return _0x3ef21f['sort']();}const _0x31146f={};_0x31146f['workerIsolation']=getWorkerIsolation,_0x31146f['webGlExtended']=getWebGlExtended;const stage1Sources=_0x31146f,_0x206b0c={};_0x206b0c['canvas']=getCanvasSignal,_0x206b0c['canvasAdvanced']=getCanvasAdvanced,_0x206b0c['canvasRandom']=getCanvasRandom,_0x206b0c['canvasPow']=getCanvasPow,_0x206b0c['webGpu']=getWebGpuSignal,_0x206b0c['webGlExtensionsHashed']=getWebGlExtensionsHashed,_0x206b0c['audio']=getAudioSignal,_0x206b0c['audioTrap']=getAudioTrap,_0x206b0c['audioConsistency']=getAudioConsistency,_0x206b0c['fonts']=getFonts,_0x206b0c['fontPreferences']=getFontPreferences,_0x206b0c['osFontValidation']=getOsFontValidation,_0x206b0c['systemColors']=getSystemColors,_0x206b0c['scrollbarWidth']=getScrollbarWidth,_0x206b0c['formControlFont']=getFormControlFont,_0x206b0c['subPixelRendering']=getSubPixelRendering,_0x206b0c['screenFrame']=getScreenFrame,_0x206b0c['screenIframe']=getScreenIframe,_0x206b0c['emoji']=getEmojiSignal,_0x206b0c['svgEmoji']=getSvgEmojiSignal,_0x206b0c['mathml']=getMathML,_0x206b0c['computedStyle']=getComputedStyleSignal,_0x206b0c['iframeProxy']=getIframeProxy,_0x206b0c['iframeSignals']=getIframeSignals,_0x206b0c['adblockFilterMatch']=getAdblockFilterMatch,_0x206b0c['videoCodecs']=getVideoCodecs,_0x206b0c['drmSystems']=getDrmSystems,_0x206b0c['mediaCodecsExtended']=getMediaCodecsExtended,_0x206b0c['webAuthnCapabilities']=getWebAuthnCapabilities,_0x206b0c['speechVoices']=getSpeechVoices,_0x206b0c['barcodeDetection']=getBarcodeDetection,_0x206b0c['subtleCryptoExport']=getSubtleCryptoExport,_0x206b0c['webRtcDevices']=getWebRtcDevices,_0x206b0c['networkIceProbe']=getNetworkIceProbe,_0x206b0c['permissions']=getPermissions,_0x206b0c['notificationContradiction']=getNotificationContradiction,_0x206b0c['fileSystemAccess']=getFileSystemAccess,_0x206b0c['storageQuota']=getStorageQuota,_0x206b0c['storageEstimate']=getStorageEstimate,_0x206b0c['indexedDbBlob']=getIndexedDbBlob,_0x206b0c['geolocationProbe']=getGeolocationProbe,_0x206b0c['battery']=getBatterySignal,_0x206b0c['filesystemUrlProbe']=getFilesystemUrlProbe,_0x206b0c['storagePersisted']=getStoragePersisted,_0x206b0c['incognitoDetection']=getIncognitoDetection,_0x206b0c['headless']=getHeadlessSignals,_0x206b0c['restrictedEnvironment']=getRestrictedEnvironment,_0x206b0c['uaClientHints']=getUAClientHints,_0x206b0c['detectBrave']=getDetectBrave,_0x206b0c['detectSamsungInternet']=getDetectSamsungInternet,_0x206b0c['torBrowserProbe']=getTorBrowserProbe,_0x206b0c['wasmFeaturesWorker']=getWasmFeaturesWorker,_0x206b0c['scrollBehavior']=getScrollBehavior,_0x206b0c['interactionTiming']=getInteractionTiming;const stage2Sources=_0x206b0c,_0x347211={};_0x347211['osCpu']=getOsCpu,_0x347211['languages']=getLanguages,_0x347211['navigatorLanguages']=getNavigatorLanguages,_0x347211['colorDepth']=getColorDepth,_0x347211['deviceMemory']=getDeviceMemory,_0x347211['screenResolution']=getScreenResolution,_0x347211['hardwareConcurrency']=getHardwareConcurrency,_0x347211['timezone']=getTimezone,_0x347211['platform']=getPlatform,_0x347211['plugins']=getPlugins,_0x347211['pluginsCount']=getPluginsCount,_0x347211['pluginsArray']=getPluginsArray,_0x347211['touchSupport']=getTouchSupport,_0x347211['vendor']=getVendor,_0x347211['vendorFlavors']=getVendorFlavors,_0x347211['userAgent']=getUserAgent,_0x347211['appVersion']=getAppVersion,_0x347211['userAgentData']=getUserAgentData,_0x347211['productSub']=getProductSub,_0x347211['windowDimensions']=getWindowDimensions,_0x347211['devicePixelRatio']=getDevicePixelRatio,_0x347211['sessionStorage']=getSessionStorage,_0x347211['localStorage']=getLocalStorage,_0x347211['indexedDB']=getIndexedDB,_0x347211['cookiesEnabled']=areCookiesEnabled,_0x347211['webSqlDatabase']=getWebSqlDatabase,_0x347211['colorGamut']=getColorGamut,_0x347211['colorScheme']=getColorScheme,_0x347211['invertedColors']=areColorsInverted,_0x347211['forcedColors']=areColorsForced,_0x347211['contrast']=getContrastPreference,_0x347211['reducedMotion']=isMotionReduced,_0x347211['reducedTransparency']=getReducedTransparency,_0x347211['hdr']=isHDR,_0x347211['mediaQueries']=getMediaQueries,_0x347211['cssSupports']=getCssSupports,_0x347211['cssSupportExtended']=getCssSupportExtended,_0x347211['cssRegisterProperty']=getCssRegisterProperty,_0x347211['cssCalcResolved']=getCssCalcResolved,_0x347211['cssTrigPrecision']=getCssTrigPrecision,_0x347211['math']=getMathSignal,_0x347211['endianness']=getEndianness,_0x347211['performanceNowMicroseconds']=getPerformanceNowMicroseconds,_0x347211['performanceResolution']=getPerformanceResolution,_0x347211['performanceMemory']=getPerformanceMemory,_0x347211['timerReliability']=getTimerReliability,_0x347211['epochTimestamp']=getEpochTimestamp,_0x347211['measuredTimezone']=getMeasuredTimezone,_0x347211['tzTampered']=getTzTampered,_0x347211['connectionInfo']=getConnectionInfo,_0x347211['connectionExtended']=getConnectionExtended,_0x347211['connectionSaveData']=getConnectionSaveData,_0x347211['networkRtt']=getNetworkRTT,_0x347211['navigatorOnline']=getNavigatorOnline,_0x347211['secureContext']=getSecureContext,_0x347211['serviceWorkerPresence']=getServiceWorkerPresence,_0x347211['sharedArrayBuffer']=getSharedArrayBuffer,_0x347211['notificationPresence']=getNotificationPresence,_0x347211['documentFocus']=getDocumentFocus,_0x347211['documentAttributes']=getDocumentAttributes,_0x347211['pageUrl']=getPageUrl,_0x347211['urlSegmentsHash']=getUrlSegmentsHash,_0x347211['ancestorOrigins']=getAncestorOrigins,_0x347211['doNotTrack']=getDoNotTrack,_0x347211['pdfViewerEnabled']=isPdfViewerEnabled,_0x347211['privateClickMeasurement']=getPrivateClickMeasurement,_0x347211['installedRelatedApps']=getInstalledRelatedApps,_0x347211['standalonePwa']=getStandalonePwa,_0x347211['applePay']=getApplePayState,_0x347211['audioBaseLatency']=getAudioContextBaseLatency,_0x347211['audioContextInfo']=getAudioContextInfo,_0x347211['mediaSession']=getMediaSession,_0x347211['mimeTypes']=getMimeTypes,_0x347211['mimeTypesCount']=getMimeTypesCount,_0x347211['pluginPropsEnum']=getPluginPropsEnum,_0x347211['supportedConstraints']=getSupportedConstraints,_0x347211['bomEnumeration']=getBomEnumeration,_0x347211['urlProtocolParser']=getUrlProtocolParser,_0x347211['architecture']=getArchitecture,_0x347211['wasmFeatures']=getWasmFeatures,_0x347211['featureVersion']=getFeatureVersion,_0x347211['lockdownFeatures']=getLockdownFeatures,_0x347211['intlCurrency']=getIntlCurrency,_0x347211['intlMetadata']=getIntlMetadata,_0x347211['intlSegmenter']=getIntlSegmenter,_0x347211['localeCurrency']=getLocaleCurrency,_0x347211['dateTimeLocale']=getDateTimeLocale,_0x347211['detectTrident']=getDetectTrident,_0x347211['detectEdgeHTML']=getDetectEdgeHTML,_0x347211['detectChromium']=getDetectChromium,_0x347211['detectChromium86']=getDetectChromium86,_0x347211['detectChromium122']=getDetectChromium122,_0x347211['detectGecko']=getDetectGecko,_0x347211['detectGecko120']=getDetectGecko120,_0x347211['detectGecko143']=getDetectGecko143,_0x347211['detectWebKit']=getDetectWebKit,_0x347211['detectWebKit606']=getDetectWebKit606,_0x347211['detectWebKit616']=getDetectWebKit616,_0x347211['detectSafari']=getDetectSafari,_0x347211['detectMobile']=getDetectMobile,_0x347211['navigatorMethods']=getNavigatorMethods,_0x347211['safariLocalStorageCallable']=getSafariLocalStorageCallable,_0x347211['webdriver']=getWebdriver,_0x347211['webdriverWritable']=getWebdriverWritable,_0x347211['windowProcess']=getWindowProcess,_0x347211['windowClose']=getWindowClose,_0x347211['windowPropertyNames']=getWindowPropertyNames,_0x347211['navigatorProtoFunctionNames']=getNavigatorProtoFunctionNames,_0x347211['nativeGetterSource']=getNativeGetterSource,_0x347211['navigatorDescriptors']=getNavigatorDescriptors,_0x347211['bindToString']=getBindToString,_0x347211['evalLength']=getEvalLength,_0x347211['errorStack']=getErrorStackFormat,_0x347211['createElementDescriptor']=getCreateElementDescriptor,_0x347211['getterProxyDetection']=getGetterProxyDetection,_0x347211['getterToString']=getGetterToString,_0x347211['externalObjectString']=getExternalObjectString,_0x347211['objectInspectGlobal']=getObjectInspectGlobal,_0x347211['objectFunctionTypeof']=getObjectFunctionTypeof,_0x347211['prototypeChain']=getPrototypeChain,_0x347211['pluginOverflow']=getPluginOverflow,_0x347211['languagesProtoChain']=getLanguagesProtoChain,_0x347211['elementMatchesPolyfill']=getElementMatchesPolyfill,_0x347211['nodeTypeSanity']=getNodeTypeSanity,_0x347211['proxyDetection']=getProxyDetection,_0x347211['protoChainProxyTrap']=getProtoChainProxyTrap,_0x347211['tamperAggregate']=getTamperAggregate,_0x347211['screenVerify']=getScreenVerify,_0x347211['canvasModified']=getCanvasModified,_0x347211['gpuGibberish']=getGpuGibberish,_0x347211['extensionDetection']=getExtensionDetection,_0x347211['platformApiScoring']=getPlatformApiScoring,_0x347211['stackBytes']=getStackBytes,_0x347211['mathRandomDeterminism']=getMathRandomDeterminism,_0x347211['urlIsTrusted']=getUrlIsTrusted,_0x347211['eventIsTrusted']=getEventIsTrusted,_0x347211['automationDescriptor']=getAutomationDescriptor,_0x347211['cdpDetection']=getCdpDetection,_0x347211['chromeRuntime']=getChromeRuntime,_0x347211['playwrightMarkers']=getPlaywrightMarkers,_0x347211['stealthMarkers']=getStealthMarkers,_0x347211['sourceUrlLeak']=getSourceUrlLeak,_0x347211['devtoolsDetection']=getDevtoolsDetection,_0x347211['devtoolsWindowSize']=getDevtoolsWindowSize,_0x347211['webGlBasics']=getWebGlBasics,_0x347211['webGlCanvas']=getWebGlCanvas,_0x347211['webGlSphere']=getWebGlSphere,_0x347211['webGpuContention']=getWebGpuContention,_0x347211['webCodecsHardware']=getWebCodecsHardware;const stage3Sources=_0x347211;let lastPipelineTrace=null;function timedSource(_0x3a4c8f,_0x53ae9f,_0x4c21a4){return _0x57b429=>{const _0x16cfe5=performance['now'](),_0x3181a6=()=>{_0x4c21a4[_0x3a4c8f]=performance['now']()-_0x16cfe5;},_0x23699e=_0x532955=>{return()=>{const _0x467d9d=_0x532955();if(isPromise(_0x467d9d))return _0x467d9d['then'](_0x28e73a=>{return _0x3181a6(),_0x28e73a;});return _0x3181a6(),_0x467d9d;};},_0x46ae50=_0x53ae9f(_0x57b429);if(isPromise(_0x46ae50))return _0x46ae50['then'](_0x2b3574=>{if(typeof _0x2b3574==='function')return _0x23699e(_0x2b3574);return _0x3181a6(),_0x2b3574;});if(typeof _0x46ae50==='function')return _0x23699e(_0x46ae50);return _0x3181a6(),_0x46ae50;};}function instrumentSources(_0x19470e,_0x473ec8){const _0x4dceb4={};for(const _0x163dd5 of Object['keys'](_0x19470e)){_0x4dceb4[_0x163dd5]=timedSource(_0x163dd5,_0x19470e[_0x163dd5],_0x473ec8);}return _0x4dceb4;}function getPipelineTrace(){return lastPipelineTrace;}function loadBuiltinSources(_0xcfb4c4){const _0x406986={'initTime':performance['now'](),'wave1LoadStart':null,'idleResolvedAt':null,'wave2LoadStart':null,'getStart':null,'wave1Done':null,'wave2Done':null,'allDone':null,'stage1Keys':Object['keys'](stage1Sources),'stage2Keys':Object['keys'](stage2Sources),'stage3Keys':Object['keys'](stage3Sources),'collectorTimings':{}};lastPipelineTrace=_0x406986;const _0x3809ad={...stage1Sources,...stage2Sources},_0x54ccb1=instrumentSources(_0x3809ad,_0x406986['collectorTimings']),_0x28cf02=Object['keys'](_0x54ccb1)['length']>0x0,_0x30fe63=_0x28cf02?((()=>{return _0x406986['wave1LoadStart']=performance['now'](),loadSources(_0x54ccb1,_0xcfb4c4,[]);})()):null,_0x40636c=instrumentSources(stage3Sources,_0x406986['collectorTimings']),_0x4ad6ab=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x406986['idleResolvedAt']=performance['now'](),_0x406986['wave2LoadStart']=performance['now'](),loadSources(_0x40636c,_0xcfb4c4,[]);});return _0x4ad6ab['then'](undefined,()=>undefined),async function _0x13fe1a(){_0x406986['getStart']=performance['now']();if(_0x30fe63){const [_0xf9d90d,_0x1fc3f0]=await Promise['all']([_0x30fe63()['then'](_0x54baa0=>{return _0x406986['wave1Done']=performance['now'](),_0x54baa0;}),_0x4ad6ab['then'](_0x14a2a2=>_0x14a2a2())['then'](_0x37a1aa=>{return _0x406986['wave2Done']=performance['now'](),_0x37a1aa;})]);_0x406986['allDone']=performance['now']();const _0x2767c5={..._0x1fc3f0,..._0xf9d90d};return _0x2767c5;}const _0x5ab8ff=await _0x4ad6ab,_0x22407a=await _0x5ab8ff();return _0x406986['wave2Done']=performance['now'](),_0x406986['allDone']=performance['now'](),_0x22407a;};}const SANDBOX_MESSAGE_PATTERNS=[/sandboxed.*allow-same-origin/i,/operation is insecure/i,/forbidden in a sandboxed/i];function isSandboxedIframe(){if(typeof document==='undefined')return![];try{return void document['cookie'],![];}catch(_0x14013b){if(!(_0x14013b instanceof DOMException))return![];const _0x461fae=_0x14013b['message'];for(const _0x1c43ac of SANDBOX_MESSAGE_PATTERNS){if(_0x1c43ac['test'](_0x461fae))return!![];}return _0x14013b['name']==='SecurityError';}}const version='1.0.4';function componentsToDebugString(_0xe56ebe){return JSON['stringify'](_0xe56ebe,(_0x232b7b,_0x2c5863)=>{if(_0x2c5863 instanceof Error)return errorToObject(_0x2c5863);return _0x2c5863;},0x2);}function makeEngine(_0x7fec7a,_0x488a07){const _0x26d5b9=Date['now']();return{async 'get'(_0x2bce90){const _0x12d62a=Date['now'](),_0x2f37b2=await _0x7fec7a();(_0x488a07===!![]||_0x2bce90?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x12d62a-_0x26d5b9)+'\x0acomponents:\x20'+componentsToDebugString(_0x2f37b2)+'\x0a```');const _0xe45d12={};return _0xe45d12['components']=_0x2f37b2,_0xe45d12['version']=version,_0xe45d12;}};}function load(_0x46f93e={}){if(isSandboxedIframe())throw new SentinelError('Running\x20inside\x20sandboxed\x20iframes\x20(without\x20allow-same-origin)\x20is\x20not\x20supported','sandboxed_iframe');const {debug:_0x272b2a,proxyDetection:proxyDetection='high',apiKey:_0x354bed,endpoint:_0x1aace9,linkedId:_0x36c0c2,tag:_0x12b9f2}=_0x46f93e;setProxyDetectionMode(proxyDetection);const _0x55f26c={};_0x55f26c['cache']={},_0x55f26c['debug']=_0x272b2a;const _0x338d38=loadBuiltinSources(_0x55f26c),_0x15f5c4=makeEngine(_0x338d38,_0x272b2a);if(_0x354bed!==undefined&&_0x1aace9!==undefined){const _0x57d1f4={};_0x57d1f4['apiKey']=_0x354bed,_0x57d1f4['endpoint']=_0x1aace9;const _0x320671={};_0x320671['linkedId']=_0x36c0c2,_0x320671['tag']=_0x12b9f2,_0x15f5c4['result']=capture(_0x15f5c4,_0x57d1f4,_0x320671)['catch'](_0x27a12b=>{_0x272b2a===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x27a12b);throw _0x27a12b;}),_0x15f5c4['result']['catch'](()=>undefined);}return _0x15f5c4;}function createPageHideAbortController(){const _0x2406f3=new AbortController();if(typeof window==='undefined'){const _0x44985e={};return _0x44985e['signal']=_0x2406f3['signal'],_0x44985e['dispose']=()=>undefined,_0x44985e;}const _0x2c65ba=()=>{if(!_0x2406f3['signal']['aborted'])_0x2406f3['abort']();},_0x570c14={};_0x570c14['once']=!![],window['addEventListener']('pagehide',_0x2c65ba,_0x570c14);const _0x523ee1={};_0x523ee1['once']=!![],window['addEventListener']('beforeunload',_0x2c65ba,_0x523ee1);let _0x20594e=![];const _0x1284f2=()=>{if(_0x20594e)return;_0x20594e=!![],window['removeEventListener']('pagehide',_0x2c65ba),window['removeEventListener']('beforeunload',_0x2c65ba);},_0x5c4619={};return _0x5c4619['signal']=_0x2406f3['signal'],_0x5c4619['dispose']=_0x1284f2,_0x5c4619;}const WITHOUT_DEFAULT_TAG='@danetix/sentinel/without-default/v1';function withoutDefault(_0x2c37f2){const _0x567265={};return _0x567265['__type__']=WITHOUT_DEFAULT_TAG,_0x567265['value']=_0x2c37f2,_0x567265;}function isWithoutDefault(_0x45d5b2){if(_0x45d5b2===null||typeof _0x45d5b2!=='object')return![];const _0x5287ae=_0x45d5b2;return _0x5287ae['__type__']===WITHOUT_DEFAULT_TAG&&'value'in _0x5287ae;}function unwrapWithoutDefault(_0x582a3e){return isWithoutDefault(_0x582a3e)?_0x582a3e['value']:_0x582a3e;}async function handleAgentData(_0x5ac911,_0x332b19){let _0x71711e;try{_0x71711e=_0x332b19?.['raw']===!![]?_0x5ac911:await decodePayload(_0x5ac911);}catch(_0x5e3c65){throw new SentinelError('handleAgentData:\x20decode\x20failed\x20('+(_0x5e3c65 instanceof Error?_0x5e3c65['message']:String(_0x5e3c65))+')','bad_response_format');}let _0x27a87d;try{_0x27a87d=JSON['parse'](_0x71711e);}catch(_0x1159b3){throw new SentinelError('handleAgentData:\x20not\x20valid\x20JSON\x20('+(_0x1159b3 instanceof Error?_0x1159b3['message']:String(_0x1159b3))+')','bad_response_format');}if(_0x27a87d===null||typeof _0x27a87d!=='object'||typeof _0x27a87d['requestId']!=='string'||typeof _0x27a87d['visitorId']!=='string')throw new SentinelError('handleAgentData:\x20response\x20missing\x20required\x20fields\x20(requestId,\x20visitorId)','bad_response_format');if(_0x27a87d['visitorId']['length']===0x0||_0x27a87d['visitorId']['length']>0x1000||/[\x00-\x1f\x7f]/['test'](_0x27a87d['visitorId']))throw new SentinelError('handleAgentData:\x20visitorId\x20failed\x20format\x20validation','bad_response_format');return saveDeviceToken(_0x27a87d['visitorId']),Array['isArray'](_0x27a87d['notifications'])&&dispatchNotifications(_0x27a87d['notifications']),_0x27a87d;}function dispatchNotifications(_0x3d0e26){for(const _0xfab3e9 of _0x3d0e26){if(_0xfab3e9===null||typeof _0xfab3e9!=='object')continue;const _0x302661=String(_0xfab3e9['message']);if(_0xfab3e9['level']==='error')console['error'](_0x302661);else{if(_0xfab3e9['level']==='warning')console['warn'](_0x302661);else console['log'](_0x302661);}}}const STORAGE_SUFFIX='lr',RING_SIZE=0x2;function createReplayChannel(_0x39824d={}){const _0x6f940e=_0x39824d['prefix']??'_dx',_0x3b7870=Math['max'](0x1,_0x39824d['ringSize']??RING_SIZE),_0x2f95b9=''+_0x6f940e+STORAGE_SUFFIX;function _0x19c63f(){if(typeof localStorage==='undefined')return[];try{const _0x1584d7=localStorage['getItem'](_0x2f95b9);if(_0x1584d7===null)return[];const _0x4a9732=JSON['parse'](_0x1584d7);if(!Array['isArray'](_0x4a9732))return[];return _0x4a9732['filter'](_0x2f02a6=>typeof _0x2f02a6==='string');}catch{return[];}}function _0x59b0d5(_0x2eadb2){if(typeof localStorage==='undefined')return;try{localStorage['setItem'](_0x2f95b9,JSON['stringify'](_0x2eadb2));}catch{}}return{'list'(){return _0x19c63f();},'record'(_0x5ad812){if(typeof _0x5ad812!=='string'||_0x5ad812['length']===0x0)return;const _0x56693a=_0x19c63f(),_0x5d3d92=_0x56693a['filter'](_0x5bd7ee=>_0x5bd7ee!==_0x5ad812);_0x5d3d92['push'](_0x5ad812);while(_0x5d3d92['length']>_0x3b7870)_0x5d3d92['shift']();_0x59b0d5(_0x5d3d92);},'acknowledge'(_0x5b1855){if(_0x5b1855['length']===0x0)return;const _0x1f7dd8=_0x19c63f(),_0x525b1d=new Set(_0x5b1855),_0x567019=_0x1f7dd8['filter'](_0x53de55=>!_0x525b1d['has'](_0x53de55));if(_0x567019['length']===_0x1f7dd8['length'])return;_0x59b0d5(_0x567019);},'clear'(){if(typeof localStorage==='undefined')return;try{localStorage['removeItem'](_0x2f95b9);}catch{}}};}function resolveRandomizeStrategy(_0x5fcce7){if(_0x5fcce7===undefined)return'replace';if(_0x5fcce7===![]||_0x5fcce7==='off')return'off';if(_0x5fcce7===!![]||_0x5fcce7==='replace')return'replace';return'append';}function start(_0x5817ab){const {apiKey:_0x563eab,endpoint:_0xb12264,cache:_0x49a103,randomizeEndpointPath:_0x215949,integrationInfo:_0x2b2f45,urlPrivacy:_0x57a50b,..._0x464707}=_0x5817ab,_0x4e3f9a=load(_0x464707),_0x515ba0={'apiKey':_0x563eab,'endpoint':_0xb12264,'randomizeStrategy':resolveRandomizeStrategy(_0x215949),'integrationInfo':_0x2b2f45,'urlPrivacy':_0x57a50b},_0x11fe25=_0x49a103?createCache(_0x49a103):null;return{'get'(_0x2af301){const {ignoreCache:_0x526f06,..._0xfc6a57}=_0x2af301??{},_0x542846={};_0x542846['tag']=_0xfc6a57['tag'],_0x542846['linkedId']=_0xfc6a57['linkedId'];const _0x26c22e=_0x542846;if(_0x526f06!==!![]&&_0x11fe25!==null){const _0x996573=_0x11fe25['get'](_0x26c22e);if(_0x996573!==null)return Promise['resolve'](_0x996573);}return capture(_0x4e3f9a,_0x515ba0,_0xfc6a57)['then'](_0x58b8f8=>{if(_0x11fe25!==null)_0x11fe25['set'](_0x58b8f8,_0x26c22e);return _0x58b8f8;});},'clearCache'(){if(_0x11fe25!==null)_0x11fe25['clear']();}};}const _0x6cd40d={};_0x6cd40d['start']=start;var index=_0x6cd40d;export{CspBlockError,FetchTimeoutError,SentinelError,buildEndpointSuffix,createPageHideAbortController,createReplayChannel,index as default,detectFrameworks,getPageVisitId,getPipelineTrace,handleAgentData,isSentinelError,isWithoutDefault,listRegisteredIntegrations,load,randomizeEndpoint,registerIntegration,start,unwrapWithoutDefault,withoutDefault};