@danetix/sentinel 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stl.cjs.min.js +1 -1
- package/dist/stl.esm.min.js +1 -1
- package/dist/stl.min.js +1 -1
- package/dist/stl.umd.min.js +1 -1
- package/package.json +8 -26
package/dist/stl.esm.min.js
CHANGED
|
@@ -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(_0x3fe566,_0x1f7687){const _0x136650=JSON['stringify'](_0x1f7687['tag']??null),_0x20974d=JSON['stringify'](_0x1f7687['linkedId']??null);return _0x3fe566+'__'+_0x136650+'__'+_0x20974d;}function createMemoryCache(_0x4ea73f,_0x58e49c){const _0x317af4=new Map();return{'get'(_0xde813f={}){const _0x1d4555=composeKey(_0x58e49c,_0xde813f),_0x5a069b=_0x317af4['get'](_0x1d4555);if(_0x5a069b===undefined)return null;if(Date['now']()-_0x5a069b['ts']>_0x4ea73f*0x3e8)return _0x317af4['delete'](_0x1d4555),null;return _0x5a069b['result'];},'set'(_0x341879,_0x162e26={}){_0x317af4['set'](composeKey(_0x58e49c,_0x162e26),{'result':_0x341879,'ts':Date['now']()});},'clear'(){_0x317af4['clear']();}};}function createStorageCache(_0x5e5c5b,_0x45f2ff,_0x3deeb6){return{'get'(_0x2ea372={}){const _0x4d4dd9=composeKey(_0x3deeb6,_0x2ea372);try{const _0x317671=_0x45f2ff['getItem'](_0x4d4dd9);if(_0x317671===null)return null;const _0xef8da0=JSON['parse'](_0x317671);if(_0xef8da0===null||typeof _0xef8da0!=='object'||typeof _0xef8da0['ts']!=='number')return _0x45f2ff['removeItem'](_0x4d4dd9),null;if(Date['now']()-_0xef8da0['ts']>_0x5e5c5b*0x3e8)return _0x45f2ff['removeItem'](_0x4d4dd9),null;return _0xef8da0['result'];}catch{return null;}},'set'(_0x3ee005,_0x3aa818={}){try{_0x45f2ff['setItem'](composeKey(_0x3deeb6,_0x3aa818),JSON['stringify']({'result':_0x3ee005,'ts':Date['now']()}));}catch{}},'clear'(){try{const _0x20c6e2=[];for(let _0x5039f6=0x0;_0x5039f6<_0x45f2ff['length'];_0x5039f6++){const _0x3824a8=_0x45f2ff['key'](_0x5039f6);_0x3824a8?.['startsWith'](_0x3deeb6+'__')===!![]&&_0x20c6e2['push'](_0x3824a8);}for(const _0x394c25 of _0x20c6e2)_0x45f2ff['removeItem'](_0x394c25);}catch{}}};}function createCache(_0x41433e){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x41433e;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl,prefix);try{const _0x55d2d0=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x55d2d0,prefix);}catch{return createMemoryCache(ttl,prefix);}}const REGISTRY_KEY='__danetix_integrations';function getRegistry(){if(typeof window==='undefined')return[];const _0x3d63fe=window;return!Array['isArray'](_0x3d63fe[REGISTRY_KEY])&&(_0x3d63fe[REGISTRY_KEY]=[]),_0x3d63fe[REGISTRY_KEY];}function registerIntegration(_0x4c368a){if(typeof _0x4c368a['name']!=='string'||_0x4c368a['name']['length']===0x0)return;if(typeof _0x4c368a['version']!=='string')return;const _0x3f8209=getRegistry();for(const _0x54eec6 of _0x3f8209){if(_0x54eec6['name']===_0x4c368a['name']&&_0x54eec6['version']===_0x4c368a['version'])return;}const _0x2e84d3={};_0x2e84d3['name']=_0x4c368a['name'],_0x2e84d3['version']=_0x4c368a['version'],_0x3f8209['push'](_0x2e84d3);}function listRegisteredIntegrations(){return getRegistry()['map'](_0xbeb8a4=>({'name':_0xbeb8a4['name'],'version':_0xbeb8a4['version']}));}function detectFrameworks(){if(typeof window==='undefined')return[];const _0x493f13=[],_0x24af47=window;if(_0x24af47['__NEXT_DATA__']!==undefined&&_0x24af47['__NEXT_DATA__']!==null){const _0x609c7=_0x24af47['next'];let _0x2ebc84='unknown';if(_0x609c7!==null&&typeof _0x609c7==='object'){const _0x5ae4f5=_0x609c7['version'];if(typeof _0x5ae4f5==='string')_0x2ebc84=_0x5ae4f5;}const _0x5207b8={};_0x5207b8['name']='next',_0x5207b8['version']=_0x2ebc84,_0x493f13['push'](_0x5207b8);}if(_0x24af47['__NUXT__']!==undefined&&_0x24af47['__NUXT__']!==null){const _0x331851={};_0x331851['name']='nuxt',_0x331851['version']='unknown',_0x493f13['push'](_0x331851);}if(_0x24af47['astro']!==undefined||typeof _0x24af47['__ASTRO_GLOB_TIME__']!=='undefined'){const _0x164d66={};_0x164d66['name']='astro',_0x164d66['version']='unknown',_0x493f13['push'](_0x164d66);}const _0x304f79=_0x24af47['React'];let _0x4192d4=null;if(_0x304f79!==null&&typeof _0x304f79==='object'){const _0x5e014f=_0x304f79['version'];if(typeof _0x5e014f==='string')_0x4192d4=_0x5e014f;}if(_0x4192d4!==null||_0x24af47['__REACT_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x493f13['some'](_0x4733f2=>_0x4733f2['name']==='next'||_0x4733f2['name']==='react')){const _0x230034={};_0x230034['name']='react',_0x230034['version']=_0x4192d4??'unknown',_0x493f13['push'](_0x230034);}}let _0x5ac06c=null;const _0x106a66=_0x24af47['Vue'];if(_0x106a66!==null&&typeof _0x106a66==='object'){const _0x309778=_0x106a66['version'];if(typeof _0x309778==='string')_0x5ac06c=_0x309778;}if(_0x5ac06c!==null||_0x24af47['__VUE__']!==undefined||_0x24af47['__VUE_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x493f13['some'](_0x1d632a=>_0x1d632a['name']==='nuxt'||_0x1d632a['name']==='vue')){const _0x344f2c={};_0x344f2c['name']='vue',_0x344f2c['version']=_0x5ac06c??'unknown',_0x493f13['push'](_0x344f2c);}}if(_0x24af47['ng']!==undefined||_0x24af47['getAllAngularRootElements']!==undefined){const _0x4a3f47={};_0x4a3f47['name']='angular',_0x4a3f47['version']='unknown',_0x493f13['push'](_0x4a3f47);}if(_0x24af47['__svelte']!==undefined||_0x24af47['__SVELTEKIT_PAYLOAD__']!==undefined){const _0x41e240={};_0x41e240['name']='svelte',_0x41e240['version']='unknown',_0x493f13['push'](_0x41e240);}if(_0x24af47['__PREACT_DEVTOOLS__']!==undefined){const _0x37a1f6={};_0x37a1f6['name']='preact',_0x37a1f6['version']='unknown',_0x493f13['push'](_0x37a1f6);}return _0x493f13;}function collectIntegrations(_0x26054a){const _0x33a864=new Set(),_0x3c925c=[],_0x593b4d=_0x35cb4b=>{if(typeof _0x35cb4b['name']!=='string'||_0x35cb4b['name']['length']===0x0)return;if(typeof _0x35cb4b['version']!=='string')return;if(_0x33a864['has'](_0x35cb4b['name']))return;_0x33a864['add'](_0x35cb4b['name']);const _0x302353={};_0x302353['name']=_0x35cb4b['name'],_0x302353['version']=_0x35cb4b['version'],_0x3c925c['push'](_0x302353);};if(_0x26054a!==undefined){for(const _0x28b492 of _0x26054a)_0x593b4d(_0x28b492);}for(const _0x511e7a of getRegistry())_0x593b4d(_0x511e7a);for(const _0x58e895 of detectFrameworks())_0x593b4d(_0x58e895);return _0x3c925c;}const PVID_KEY='__dx_pvid',PVID_LENGTH=0xa,PVID_ALPHABET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';function generatePageVisitId(){let _0x94152c='';if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function'){const _0x168c0f=new Uint8Array(PVID_LENGTH);crypto['getRandomValues'](_0x168c0f);for(let _0x1d26f6=0x0;_0x1d26f6<PVID_LENGTH;_0x1d26f6+=0x1){_0x94152c+=PVID_ALPHABET[_0x168c0f[_0x1d26f6]%PVID_ALPHABET['length']];}return _0x94152c;}for(let _0x16c2bc=0x0;_0x16c2bc<PVID_LENGTH;_0x16c2bc+=0x1){_0x94152c+=PVID_ALPHABET[Math['floor'](Math['random']()*PVID_ALPHABET['length'])];}return _0x94152c;}function getPageVisitId(){if(typeof window==='undefined')return generatePageVisitId();const _0x7035b8=window,_0x386ed8=_0x7035b8[PVID_KEY];if(typeof _0x386ed8==='string'&&_0x386ed8['length']>0x0)return _0x386ed8;const _0xb9236=generatePageVisitId();return _0x7035b8[PVID_KEY]=_0xb9236,_0xb9236;}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x594fd9=Date['now']();if(cachedSessionId!==null&&_0x594fd9-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x594fd9,persistSession(cachedSessionId,_0x594fd9),cachedSessionId;const _0x1f5ed2=sessionStorage['getItem'](SESSION_KEY);if(_0x1f5ed2!==null)try{const _0x450e88=JSON['parse'](_0x1f5ed2);if(_0x594fd9-_0x450e88['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x450e88['id'],lastActivity=_0x594fd9,persistSession(_0x450e88['id'],_0x594fd9),_0x450e88['id'];}catch{}const _0x1054d9=generateSessionId();return cachedSessionId=_0x1054d9,lastActivity=_0x594fd9,persistSession(_0x1054d9,_0x594fd9),_0x1054d9;}function persistSession(_0x173ad3,_0x32d5eb){try{const _0x46f997={};_0x46f997['id']=_0x173ad3,_0x46f997['ts']=_0x32d5eb,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x46f997));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0x1c4ad6=>{const _0x2e6268=Math['random']()*0x10|0x0,_0x1b6f04=_0x1c4ad6==='x'?_0x2e6268:_0x2e6268&0x3|0x8;return _0x1b6f04['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(_0x18c08b){if(_0x18c08b['length']===0x0)return;if(/^[\d.]+$/['test'](_0x18c08b)||_0x18c08b['includes'](':'))return;if(!_0x18c08b['includes']('.'))return;const _0x1f92cc=_0x18c08b['split']('.');for(let _0x4c8841=_0x1f92cc['length']-0x2;_0x4c8841>=0x0;_0x4c8841--){const _0x3f3551=_0x1f92cc['slice'](_0x4c8841)['join']('.');if(_0x3f3551===_0x18c08b)continue;yield _0x3f3551;}}function buildCookieAttributes(_0x1b0af4,_0x801e1f){const _0x2c0e4e=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'',_0x9c04f3=_0x1b0af4!==null?';\x20domain='+_0x1b0af4:'';return';\x20path=/'+_0x9c04f3+';\x20'+_0x801e1f+';\x20samesite=lax'+_0x2c0e4e;}function getCookie(){try{const _0x103674=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x103674?decodeURIComponent(_0x103674[0x1]):null;}catch{return null;}}function writeCookieAtDomain(_0x588225,_0x4a3f80){try{const _0x3b49a3='max-age='+COOKIE_MAX_AGE_SECONDS;document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x588225)+buildCookieAttributes(_0x4a3f80,_0x3b49a3);}catch{}}function setCookie(_0x490b95){if(typeof document==='undefined'||typeof location==='undefined')return;for(const _0x1f5f59 of walkDomains(location['hostname'])){writeCookieAtDomain(_0x490b95,_0x1f5f59);if(getCookie()===_0x490b95)return;}writeCookieAtDomain(_0x490b95,null);}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x2f8bd8){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x2f8bd8);}catch{}}function openIdb(){return new Promise(_0xdf8b75=>{try{const _0xdbe28d=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0xdbe28d['onupgradeneeded']=()=>{const _0x1f0931=_0xdbe28d['result'];!_0x1f0931['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x1f0931['createObjectStore'](KEY_IDB_STORE);},_0xdbe28d['onsuccess']=()=>{const _0xd83312=_0xdbe28d['result'];_0xd83312['onversionchange']=()=>_0xd83312['close'](),_0xdf8b75(_0xd83312);},_0xdbe28d['onerror']=()=>_0xdf8b75(null),_0xdbe28d['onblocked']=()=>_0xdf8b75(null);}catch{_0xdf8b75(null);}});}function getIndexedDb(){return new Promise(_0x2215af=>{openIdb()['then'](_0xf4937e=>{if(_0xf4937e===null){_0x2215af(null);return;}let _0x54ed61=![];const _0xe13346=_0x10de05=>{if(_0x54ed61)return;_0x54ed61=!![],_0xf4937e['close'](),_0x2215af(_0x10de05);};try{const _0x1416bb=_0xf4937e['transaction'](KEY_IDB_STORE,'readonly'),_0x4a44b8=_0x1416bb['objectStore'](KEY_IDB_STORE),_0x6ab1db=_0x4a44b8['get'](KEY_IDB_KEY);_0x6ab1db['onsuccess']=()=>_0xe13346(typeof _0x6ab1db['result']==='string'?_0x6ab1db['result']:null),_0x6ab1db['onerror']=()=>_0xe13346(null),_0x1416bb['onabort']=()=>_0xe13346(null);}catch{_0xe13346(null);}})['catch'](()=>_0x2215af(null));});}function setIndexedDb(_0x286d7c){openIdb()['then'](_0x36e71f=>{if(_0x36e71f===null)return;try{const _0x2d295e=_0x36e71f['transaction'](KEY_IDB_STORE,'readwrite'),_0x30ace0=_0x2d295e['objectStore'](KEY_IDB_STORE);_0x30ace0['put'](_0x286d7c,KEY_IDB_KEY),_0x2d295e['oncomplete']=()=>_0x36e71f['close'](),_0x2d295e['onerror']=()=>_0x36e71f['close']();}catch{_0x36e71f['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x23fe9c=getCookie();if(_0x23fe9c!==null)return _0x23fe9c;const _0x1178c4=getLocalStorage$1();if(_0x1178c4!==null)return _0x1178c4;return getIndexedDb();}function saveDeviceToken(_0x4ad761){setCookie(_0x4ad761),setLocalStorage(_0x4ad761),setIndexedDb(_0x4ad761);}class SentinelError extends Error{['code'];constructor(_0xac76b8,_0x1c7a7a){super(_0xac76b8),this['name']='SentinelError',this['code']=_0x1c7a7a,Object['setPrototypeOf'](this,new.target.prototype);}}function isSentinelError(_0xc4b6b1){if(_0xc4b6b1===null||typeof _0xc4b6b1!=='object')return![];const _0x5564eb=_0xc4b6b1;return(_0x5564eb['name']==='SentinelError'||_0x5564eb['name']==='CspBlockError'||_0x5564eb['name']==='FetchTimeoutError')&&typeof _0x5564eb['code']==='string';}class CspBlockError extends SentinelError{['violation'];constructor(_0x496f6c,_0x471929){super(_0x496f6c,'csp_block'),this['name']='CspBlockError',this['violation']=_0x471929,Object['setPrototypeOf'](this,new.target.prototype);}}async function withCspDetection(_0x3bc3b9,_0x56fee7){if(typeof document==='undefined')return _0x56fee7();let _0x5bf291;try{_0x5bf291=new URL(_0x3bc3b9,typeof location!=='undefined'?location['href']:'http://localhost/');}catch{return _0x56fee7();}const _0xead28a={};_0xead28a['event']=null;const _0x13b106=_0xead28a,_0x4cd962=_0x5bf291['protocol']['slice'](0x0,-0x1),_0x3ce159=_0x3410db=>{const _0x525edc=_0x3410db,_0x2260fa=_0x525edc['blockedURI'];(_0x2260fa===_0x5bf291['href']||_0x2260fa===_0x5bf291['origin']||_0x2260fa===_0x4cd962)&&(_0x13b106['event']=_0x525edc);};document['addEventListener']('securitypolicyviolation',_0x3ce159);try{return await _0x56fee7();}catch(_0x533ff8){if(_0x13b106['event']!==null)throw new CspBlockError('Request\x20to\x20'+_0x5bf291['href']+'\x20blocked\x20by\x20Content-Security-Policy',_0x13b106['event']);throw _0x533ff8;}finally{document['removeEventListener']('securitypolicyviolation',_0x3ce159);}}function visibilityAwareWait(_0x368777,_0x1115e9){if(_0x1115e9?.['aborted']===!![])return Promise['resolve']();if(typeof document==='undefined')return new Promise(_0x546a01=>{const _0x576236=setTimeout(_0x546a01,_0x368777),_0x648d0e={};_0x648d0e['once']=!![],_0x1115e9?.['addEventListener']('abort',()=>{clearTimeout(_0x576236),_0x546a01();},_0x648d0e);});return new Promise(_0x3f58e9=>{let _0x448d22=_0x368777,_0x207be8=0x0,_0x395ece=null,_0x55b592=![];function _0x4fea70(){if(_0x395ece===null)return;clearTimeout(_0x395ece),_0x395ece=null,_0x448d22-=Date['now']()-_0x207be8;if(_0x448d22<0x0)_0x448d22=0x0;}function _0x8567f8(){if(_0x55b592)return;_0x55b592=!![],document['removeEventListener']('visibilitychange',_0x55ec26);if(_0x1115e9!==undefined)_0x1115e9['removeEventListener']('abort',_0x2c2abc);_0x395ece!==null&&(clearTimeout(_0x395ece),_0x395ece=null),_0x3f58e9();}function _0x17dfcd(){if(_0x55b592||_0x395ece!==null)return;if(_0x448d22<=0x0){_0x8567f8();return;}_0x207be8=Date['now'](),_0x395ece=setTimeout(_0x8567f8,_0x448d22);}function _0x55ec26(){document['hidden']?_0x4fea70():_0x17dfcd();}function _0x2c2abc(){_0x8567f8();}document['addEventListener']('visibilitychange',_0x55ec26);const _0x2dd3fe={};_0x2dd3fe['once']=!![];if(_0x1115e9!==undefined)_0x1115e9['addEventListener']('abort',_0x2c2abc,_0x2dd3fe);!document['hidden']&&_0x17dfcd();});}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710,DEFAULT_TIMEOUT=0x7530;class FetchTimeoutError extends SentinelError{['timeoutMs'];constructor(_0xeb0e87){super('fetch\x20did\x20not\x20complete\x20within\x20'+_0xeb0e87+'ms','client_timeout'),this['name']='FetchTimeoutError',this['timeoutMs']=_0xeb0e87,Object['setPrototypeOf'](this,new.target.prototype);}}async function fetchWithRetry(_0x45bb37,_0x25c356,_0x4b3f8c){const _0x59b89e=_0x4b3f8c?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x2c3a66=_0x4b3f8c?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x7285eb=_0x4b3f8c?.['maxDelayMs']??DEFAULT_MAX_DELAY,_0x3dc768=_0x4b3f8c?.['timeoutMs']??DEFAULT_TIMEOUT;for(let _0x11dd19=0x0;_0x11dd19<=_0x59b89e;_0x11dd19++){let _0x4a3164,_0x390a6d,_0x3f0ec9,_0x5262a5;const _0x4ba297=_0x25c356?.['signal'];try{_0x3f0ec9=new AbortController();if(_0x4ba297!==undefined&&_0x4ba297!==null){if(_0x4ba297['aborted'])_0x3f0ec9['abort'](_0x4ba297['reason']);else{const _0x4aaf0e=_0x3f0ec9;_0x5262a5=()=>_0x4aaf0e['abort'](_0x4ba297['reason']);const _0x170c33={};_0x170c33['once']=!![],_0x4ba297['addEventListener']('abort',_0x5262a5,_0x170c33);}}_0x390a6d=setTimeout(()=>{_0x4a3164=Date['now'](),_0x3f0ec9?.['abort']();},_0x3dc768);const _0x5f23db={..._0x25c356};_0x5f23db['signal']=_0x3f0ec9['signal'];const _0x21fb7a=await fetch(_0x45bb37,_0x5f23db);clearTimeout(_0x390a6d);_0x5262a5!==undefined&&_0x4ba297!==undefined&&_0x4ba297!==null&&_0x4ba297['removeEventListener']('abort',_0x5262a5);if(_0x21fb7a['ok']||_0x21fb7a['status']<0x1f4&&_0x21fb7a['status']!==0x1ad)return _0x21fb7a;if((_0x21fb7a['status']===0x1ad||_0x21fb7a['status']>=0x1f4)&&_0x11dd19<_0x59b89e){const _0x378eae=parseRetryAfter(_0x21fb7a['headers']['get']('Retry-After'));await visibilityAwareWait(_0x378eae??computeBackoff(_0x11dd19,_0x2c3a66,_0x7285eb),_0x4ba297??undefined);continue;}return _0x21fb7a;}catch(_0x7633ca){clearTimeout(_0x390a6d);_0x5262a5!==undefined&&_0x4ba297!==undefined&&_0x4ba297!==null&&_0x4ba297['removeEventListener']('abort',_0x5262a5);const _0x46680e=_0x4ba297?.['aborted']===!![];if(_0x46680e)throw _0x7633ca;if(_0x11dd19>=_0x59b89e){if(_0x4a3164!==undefined)throw new FetchTimeoutError(_0x3dc768);throw _0x7633ca;}await visibilityAwareWait(computeBackoff(_0x11dd19,_0x2c3a66,_0x7285eb),_0x4ba297??undefined);}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x3f57e4,_0x37edca,_0x105ef3){const _0xa2cbb3=Math['min'](_0x105ef3,_0x37edca*0x2**_0x3f57e4);return _0xa2cbb3*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x49bd0d){if(_0x49bd0d===null)return null;const _0x2e6200=Number(_0x49bd0d);if(!Number['isNaN'](_0x2e6200)&&_0x2e6200>0x0)return _0x2e6200*0x3e8;const _0x29f6df=Date['parse'](_0x49bd0d);if(!Number['isNaN'](_0x29f6df))return Math['max'](0x0,_0x29f6df-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(_0x1126a7){try{const _0x5570d0=new URL(_0x1126a7),_0x2701fa=[];for(const [_0x118317]of _0x5570d0['searchParams']){const _0x403f34=_0x118317['toLowerCase']();SENSITIVE_PARAMS['some'](_0x3fd03f=>_0x403f34['includes'](_0x3fd03f))&&_0x2701fa['push'](_0x118317);}for(const _0x2f6d7c of _0x2701fa){_0x5570d0['searchParams']['set'](_0x2f6d7c,'[REDACTED]');}return _0x5570d0['hash']='',_0x5570d0['toString']();}catch{return _0x1126a7;}}function fnv1aBytes(_0x2000b6){let _0x528011=0x811c9dc5;for(let _0x5dda52=0x0;_0x5dda52<_0x2000b6['length'];_0x5dda52++){_0x528011^=_0x2000b6[_0x5dda52],_0x528011=Math['imul'](_0x528011,0x1000193);}return _0x528011>>>0x0;}const SUFFIX_MIN_LEN=0x8,SUFFIX_MAX_LEN=0x16,CHUNK_MIN_LEN=0x3,CHUNK_MAX_LEN=0x6;function hash16(_0x3bb378){const _0x5b456e=new TextEncoder()['encode'](_0x3bb378),_0x57d77d=new Uint8Array(0x10);for(let _0x2115c6=0x0;_0x2115c6<0x4;_0x2115c6+=0x1){const _0x7a69dc=new Uint8Array(_0x5b456e['length']+0x1);_0x7a69dc[0x0]=0x55+_0x2115c6*0x37,_0x7a69dc['set'](_0x5b456e,0x1);const _0x348c3e=fnv1aBytes(_0x7a69dc);_0x57d77d[_0x2115c6*0x4]=_0x348c3e>>>0x18&0xff,_0x57d77d[_0x2115c6*0x4+0x1]=_0x348c3e>>>0x10&0xff,_0x57d77d[_0x2115c6*0x4+0x2]=_0x348c3e>>>0x8&0xff,_0x57d77d[_0x2115c6*0x4+0x3]=_0x348c3e&0xff;}return _0x57d77d;}function toBase64Url$1(_0x5ee815){let _0x521cb2='';for(let _0x6b2f6d=0x0;_0x6b2f6d<_0x5ee815['length'];_0x6b2f6d+=0x1){_0x521cb2+=String['fromCharCode'](_0x5ee815[_0x6b2f6d]);}return btoa(_0x521cb2)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function mapByteToRange(_0x5aa9ad,_0x4794d0,_0x428883){return _0x4794d0+Math['floor']((_0x5aa9ad&0xff)*(_0x428883-_0x4794d0+0x1)/0x100);}function chunkBySlash(_0x53b6c9,_0xbe0bad){let _0x3a95cb=0x0,_0x703b9c='';while(_0x3a95cb<_0x53b6c9['length']){const _0x36f0df=mapByteToRange(_0xbe0bad[_0x3a95cb&0xf],CHUNK_MIN_LEN,CHUNK_MAX_LEN),_0x8024f9=Math['min'](_0x53b6c9['length'],_0x3a95cb+_0x36f0df);if(_0x703b9c['length']>0x0)_0x703b9c+='/';_0x703b9c+=_0x53b6c9['slice'](_0x3a95cb,_0x8024f9),_0x3a95cb=_0x8024f9;}return _0x703b9c;}function buildEndpointSuffix(_0x1622cb,_0x2ce34f){const _0xfcef44=_0x2ce34f!==undefined&&_0x2ce34f['length']>0x0?_0x1622cb+'\x00'+_0x2ce34f:_0x1622cb,_0x5c81d1=hash16(_0xfcef44),_0x511205=mapByteToRange(_0x5c81d1[0xf],SUFFIX_MIN_LEN,SUFFIX_MAX_LEN),_0x31f618=toBase64Url$1(_0x5c81d1)['slice'](0x0,_0x511205),_0x3da3b3=fnv1aBytes(new TextEncoder()['encode'](_0x31f618)),_0x4f271f=toBase64Url$1(new Uint8Array([_0x3da3b3>>>0x18&0xff,_0x3da3b3>>>0x10&0xff]))['slice'](0x0,0x2);return chunkBySlash(_0x31f618+_0x4f271f,_0x5c81d1);}function randomizeEndpoint(_0x46a70f,_0x4a8ba9={}){const _0x21603f=_0x4a8ba9['replacePath']??!![];let _0x1fe55c;try{_0x1fe55c=new URL(_0x46a70f);}catch{return _0x46a70f;}const _0x25414d=buildEndpointSuffix(_0x46a70f,_0x4a8ba9['nonce']);if(_0x21603f)_0x1fe55c['pathname']='/'+_0x25414d;else{let _0x4299b3=_0x1fe55c['pathname'];if(!_0x4299b3['endsWith']('/'))_0x4299b3+='/';_0x4299b3+=_0x25414d,_0x1fe55c['pathname']=_0x4299b3;}return _0x1fe55c['toString']();}function toBase64Url(_0x252717){let _0x58a9d4='';for(let _0x1b68b8=0x0;_0x1b68b8<_0x252717['length'];_0x1b68b8++){_0x58a9d4+=String['fromCharCode'](_0x252717[_0x1b68b8]);}return btoa(_0x58a9d4)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function fromBase64Url(_0x5f15a0){const _0x21aa90=_0x5f15a0['replace'](/-/g,'+')['replace'](/_/g,'/'),_0x413b82=_0x21aa90+'='['repeat']((0x4-_0x21aa90['length']%0x4)%0x4),_0x5d30c5=atob(_0x413b82),_0x529b80=new Uint8Array(_0x5d30c5['length']);for(let _0x421ef4=0x0;_0x421ef4<_0x5d30c5['length'];_0x421ef4++){_0x529b80[_0x421ef4]=_0x5d30c5['charCodeAt'](_0x421ef4);}return _0x529b80;}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x5bc4a8){if(!isCompressionSupported())return _0x5bc4a8;const _0x47e33e=new Blob([_0x5bc4a8])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x51acf3=await new Response(_0x47e33e)['arrayBuffer']();return new Uint8Array(_0x51acf3);}function isDecompressionSupported(){return typeof DecompressionStream!=='undefined';}async function decompressPayload(_0x11bb88){if(!isDecompressionSupported())return _0x11bb88;const _0x562c0c=new Blob([_0x11bb88])['stream']()['pipeThrough'](new DecompressionStream('deflate-raw')),_0xec3333=await new Response(_0x562c0c)['arrayBuffer']();return new Uint8Array(_0xec3333);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x47b4a7){const _0xd18005=new Uint8Array(_0x47b4a7);try{if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function')return crypto['getRandomValues'](_0xd18005),_0xd18005;}catch{}for(let _0x1538e6=0x0;_0x1538e6<_0x47b4a7;_0x1538e6++){_0xd18005[_0x1538e6]=Math['random']()*0x100&0xff;}return _0xd18005;}function createXorEnvelope(_0x3bce74){const _0x3e7ddc=getRandomBytes(0x1)[0x0],_0xac57f2=Math['floor'](Math['random']()*MAX_PADDING),_0x2f4417=getRandomBytes(_0xac57f2),_0x2609f4=getRandomBytes(KEY_LENGTH),_0x372c65=0x1+0x2+0x1+_0xac57f2+KEY_LENGTH,_0x2a385a=new Uint8Array(_0x372c65+_0x3bce74['length']);let _0x2a0adf=0x0;_0x2a385a[_0x2a0adf++]=_0x3e7ddc,_0x2a385a[_0x2a0adf++]=MARKER_1+_0x3e7ddc&0xff,_0x2a385a[_0x2a0adf++]=MARKER_2+_0x3e7ddc&0xff,_0x2a385a[_0x2a0adf++]=_0xac57f2+_0x3e7ddc&0xff,_0x2a385a['set'](_0x2f4417,_0x2a0adf),_0x2a0adf+=_0xac57f2,_0x2a385a['set'](_0x2609f4,_0x2a0adf),_0x2a0adf+=KEY_LENGTH;for(let _0x4e37a4=0x0;_0x4e37a4<_0x3bce74['length'];_0x4e37a4++){_0x2a385a[_0x2a0adf+_0x4e37a4]=_0x3bce74[_0x4e37a4]^_0x2609f4[_0x4e37a4%KEY_LENGTH];}return _0x2a385a;}async function encodePayload(_0x508888){const _0x5674a1=new TextEncoder()['encode'](_0x508888),_0x669162=isCompressionSupported(),_0x5e4b75=_0x669162?await compressPayload(_0x5674a1):_0x5674a1,_0x216adf=createXorEnvelope(_0x5e4b75),_0x53d341={};_0x53d341['v']=0x1,_0x53d341['c']=_0x669162;const _0xd9aa90=JSON['stringify'](_0x53d341),_0x2aa7aa=new TextEncoder()['encode'](_0xd9aa90);return toBase64Url(_0x2aa7aa)+':'+toBase64Url(_0x216adf);}function decodeXorEnvelope(_0x190c6f){if(_0x190c6f['length']<0x1+0x2+0x1+KEY_LENGTH)throw new Error('xor-envelope:\x20buffer\x20too\x20short\x20to\x20contain\x20a\x20valid\x20envelope');const _0x397946=_0x190c6f[0x0],_0x2f803d=_0x190c6f[0x1]-_0x397946&0xff,_0x194132=_0x190c6f[0x2]-_0x397946&0xff;if(_0x2f803d!==MARKER_1||_0x194132!==MARKER_2)throw new Error('xor-envelope:\x20marker\x20mismatch\x20—\x20not\x20a\x20valid\x20envelope');const _0x1cedb5=_0x190c6f[0x3]-_0x397946&0xff,_0x442a8=0x1+0x2+0x1+_0x1cedb5+KEY_LENGTH;if(_0x190c6f['length']<_0x442a8)throw new Error('xor-envelope:\x20declared\x20padding/key\x20extends\x20past\x20buffer');const _0x348bba=_0x190c6f['subarray'](0x4+_0x1cedb5,0x4+_0x1cedb5+KEY_LENGTH),_0x59625b=_0x442a8,_0x29e52e=_0x190c6f['subarray'](_0x59625b),_0x532c29=new Uint8Array(_0x29e52e['length']);for(let _0x20088f=0x0;_0x20088f<_0x29e52e['length'];_0x20088f+=0x1){_0x532c29[_0x20088f]=_0x29e52e[_0x20088f]^_0x348bba[_0x20088f%KEY_LENGTH];}return _0x532c29;}async function decodePayload(_0xdcdd57){const _0x2b3415=_0xdcdd57['indexOf'](':');if(_0x2b3415===-0x1)throw new Error('decodePayload:\x20missing\x20\x22:\x22\x20separator\x20between\x20metadata\x20and\x20envelope');const _0x44d7f0=_0xdcdd57['slice'](0x0,_0x2b3415),_0x251185=_0xdcdd57['slice'](_0x2b3415+0x1);let _0x17492c;try{const _0x22b251=fromBase64Url(_0x44d7f0),_0x4081c2=new TextDecoder()['decode'](_0x22b251);_0x17492c=JSON['parse'](_0x4081c2);}catch(_0x2c4c06){throw new Error('decodePayload:\x20failed\x20to\x20parse\x20metadata\x20segment\x20('+String(_0x2c4c06)+')');}if(_0x17492c['v']!==0x1)throw new Error('decodePayload:\x20unsupported\x20envelope\x20version\x20'+String(_0x17492c['v']));const _0x131998=fromBase64Url(_0x251185),_0x16e000=decodeXorEnvelope(_0x131998),_0xd624f=_0x17492c['c']===!![]?await decompressPayload(_0x16e000):_0x16e000;return new TextDecoder()['decode'](_0xd624f);}let chainTail=Promise['resolve']();async function capture(_0x464213,_0x49f0c2,_0x14c064){const _0x125ba2=chainTail;let _0x32dbcd=()=>undefined;const _0x16b609=new Promise(_0x479511=>{_0x32dbcd=_0x479511;});chainTail=_0x125ba2['then'](()=>_0x16b609);try{await _0x125ba2;}catch{}try{return await doCapture(_0x464213,_0x49f0c2,_0x14c064);}finally{_0x32dbcd();}}async function doCapture(_0x4dc3c5,_0x20666d,_0x4937f2){const {components:_0x10929b,version:_0x2c23bb}=await _0x4dc3c5['get'](),_0x4c658f=await loadDeviceToken()??undefined,_0x5eac4a=_0x20666d['replay']!==undefined?_0x20666d['replay']['list']():undefined,_0x578c1d=_0x20666d['urlPrivacy']==='minimal',_0x244516=_0x3701be=>{if(!_0x578c1d)return sanitizeUrl(_0x3701be);try{return new URL(_0x3701be)['origin'];}catch{return'';}},_0x3acc13=typeof document!=='undefined'&&document['referrer']?document['referrer']:'',_0x1bc87c=typeof document!=='undefined'?document['title']:'',_0x1b906e={'components':_0x10929b,'version':_0x2c23bb,'storedVisitorId':_0x4c658f,'linkedId':_0x4937f2?.['linkedId'],'tag':_0x4937f2?.['tag'],'custom':_0x4937f2?.['custom'],'url':typeof location!=='undefined'?_0x244516(location['href']):undefined,'referrer':_0x3acc13!==''?_0x244516(_0x3acc13):undefined,'pageTitle':_0x578c1d?undefined:_0x1bc87c||undefined,'sessionId':getSessionId(),'pageVisitId':getPageVisitId(),'previousRequestIds':_0x5eac4a,'clientTimestamp':Date['now'](),'integrationInfo':((()=>{const _0x46bb9a=collectIntegrations(_0x20666d['integrationInfo']);return _0x46bb9a['length']>0x0?_0x46bb9a:undefined;})())},_0x39abc0=await encodePayload(JSON['stringify'](_0x1b906e)),_0x56b999=_0x20666d['randomizeStrategy']!==undefined&&_0x20666d['randomizeStrategy']!=='off'?randomizeEndpoint(_0x20666d['endpoint'],{'replacePath':_0x20666d['randomizeStrategy']==='replace','nonce':typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function'?crypto['randomUUID']():Date['now']()+'-'+Math['random']()}):_0x20666d['endpoint'],_0x4e4ecf={};_0x4e4ecf['Content-Type']='text/plain',_0x4e4ecf['X-API-Key']=_0x20666d['apiKey'];const _0x4e4eff={};_0x4e4eff['method']='POST',_0x4e4eff['headers']=_0x4e4ecf,_0x4e4eff['credentials']='include',_0x4e4eff['body']=_0x39abc0,_0x4e4eff['signal']=_0x4937f2?.['signal'];const _0x132340=await withCspDetection(_0x56b999,()=>fetchWithRetry(_0x56b999,_0x4e4eff,_0x20666d['retry']));if(!_0x132340['ok']){let _0xa36e51;try{const _0x2db903=await _0x132340['json']();_0xa36e51=_0x2db903['error']??'HTTP\x20'+_0x132340['status'];}catch{_0xa36e51='HTTP\x20'+_0x132340['status'];}throw new Error('Endpoint\x20error:\x20'+_0xa36e51);}const _0x5a485f=await _0x132340['json']();return _0x5a485f['visitorId']&&saveDeviceToken(_0x5a485f['visitorId']),_0x20666d['replay']!==undefined&&typeof _0x5a485f['requestId']==='string'&&_0x5a485f['requestId']['length']>0x0&&_0x20666d['replay']['record'](_0x5a485f['requestId']),_0x5a485f;}function wait(_0x391fb6,_0x38a3e0){return new Promise(_0x43f1e7=>setTimeout(_0x43f1e7,_0x391fb6,_0x38a3e0));}function releaseEventLoop(){return new Promise(_0x91c161=>{const _0x260134=new MessageChannel();_0x260134['port1']['onmessage']=()=>_0x91c161(),_0x260134['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x27dda1,_0x5bda9c=Infinity){const {requestIdleCallback:_0x55394c}=window;if(typeof _0x55394c==='function'){const _0x403dba={};return _0x403dba['timeout']=_0x5bda9c,new Promise(_0x286de9=>_0x55394c['call'](window,()=>_0x286de9(),_0x403dba));}return wait(Math['min'](_0x27dda1,_0x5bda9c));}function isPromise(_0x471807){return _0x471807!==null&&_0x471807!==undefined&&typeof _0x471807['then']==='function';}function awaitIfAsync(_0xfdb63c,_0x9673b0){try{const _0x49edc7=_0xfdb63c();isPromise(_0x49edc7)?_0x49edc7['then'](_0x3e2806=>_0x9673b0(!![],_0x3e2806),_0x40ad37=>_0x9673b0(![],_0x40ad37)):_0x9673b0(!![],_0x49edc7);}catch(_0x20dbca){_0x9673b0(![],_0x20dbca);}}async function mapWithBreaks(_0x1b4cae,_0x2c27ee,_0x11fc64=0x10){const _0x28e069=Array(_0x1b4cae['length']);let _0x4facef=Date['now']();for(let _0x532775=0x0;_0x532775<_0x1b4cae['length'];++_0x532775){_0x28e069[_0x532775]=_0x2c27ee(_0x1b4cae[_0x532775],_0x532775);const _0x42a001=Date['now']();_0x42a001>=_0x4facef+_0x11fc64&&(_0x4facef=_0x42a001,await releaseEventLoop());}return _0x28e069;}function withTimeoutReject(_0x3932a3,_0x3c65b1,_0x4698b8){return new Promise((_0x4a70c0,_0x4f7f81)=>{let _0x1ca114=![];const _0x4a2683=setTimeout(()=>{!_0x1ca114&&(_0x1ca114=!![],_0x4f7f81(_0x4698b8()));},_0x3c65b1);_0x3932a3['then'](_0x4357ae=>{!_0x1ca114&&(_0x1ca114=!![],clearTimeout(_0x4a2683),_0x4a70c0(_0x4357ae));},_0x31b187=>{!_0x1ca114&&(_0x1ca114=!![],clearTimeout(_0x4a2683),_0x4f7f81(_0x31b187 instanceof Error?_0x31b187:new Error(String(_0x31b187))));});});}function suppressUnhandledRejectionWarning(_0x36bb77){return _0x36bb77['then'](undefined,()=>undefined),_0x36bb77;}function includes(_0x21464f,_0x615890){for(let _0x2dfe7f=0x0,_0x4ab852=_0x21464f['length'];_0x2dfe7f<_0x4ab852;++_0x2dfe7f){if(_0x21464f[_0x2dfe7f]===_0x615890)return!![];}return![];}function excludes(_0x25e546,_0x319ec1){return!includes(_0x25e546,_0x319ec1);}function toInt(_0x18f897){return parseInt(_0x18f897,0xa);}function toFloat(_0x11f82d){return parseFloat(_0x11f82d);}function replaceNaN(_0x800890,_0x2d69b9){return typeof _0x800890==='number'&&isNaN(_0x800890)?_0x2d69b9:_0x800890;}function countTruthy(_0x2d260d){return _0x2d260d['reduce']((_0x36fbdb,_0x1f25cb)=>_0x36fbdb+(Boolean(_0x1f25cb)?0x1:0x0),0x0);}function round$1(_0x19ae96,_0x4997cb=0x1){if(Math['abs'](_0x4997cb)>=0x1)return Math['round'](_0x19ae96/_0x4997cb)*_0x4997cb;const _0x11e0cf=0x1/_0x4997cb;return Math['round'](_0x19ae96*_0x11e0cf)/_0x11e0cf;}function parseSimpleCssSelector(_0x5631a4){const _0x54bc4e='Unexpected\x20syntax\x20\x27'+_0x5631a4+'\x27',_0x533bf9=/^\s*([a-z-]*)(.*)$/i['exec'](_0x5631a4),_0x46abb4=_0x533bf9[0x1]||undefined,_0x508f4c={},_0x1ce66c=/([.:#][\w-]+|\[.+?\])/gi,_0x444ea0=(_0x4f5aa3,_0x45fe7a)=>{!(_0x4f5aa3 in _0x508f4c)&&(_0x508f4c[_0x4f5aa3]=[]),_0x508f4c[_0x4f5aa3]['push'](_0x45fe7a);};for(;;){const _0x10705a=_0x1ce66c['exec'](_0x533bf9[0x2]);if(!_0x10705a)break;const _0x161810=_0x10705a[0x0];switch(_0x161810[0x0]){case'.':_0x444ea0('class',_0x161810['slice'](0x1));break;case'#':_0x444ea0('id',_0x161810['slice'](0x1));break;case'[':{const _0x9f673a=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/['exec'](_0x161810);if(_0x9f673a)_0x444ea0(_0x9f673a[0x1],_0x9f673a[0x4]??_0x9f673a[0x5]??'');else throw new Error(_0x54bc4e);break;}default:throw new Error(_0x54bc4e);}}return[_0x46abb4,_0x508f4c];}function getUTF8Bytes(_0x38e62b){const _0x379105=new Uint8Array(_0x38e62b['length']);for(let _0x1edb4c=0x0;_0x1edb4c<_0x38e62b['length'];_0x1edb4c++){const _0x3b64a6=_0x38e62b['charCodeAt'](_0x1edb4c);if(_0x3b64a6>0x7f)return new TextEncoder()['encode'](_0x38e62b);_0x379105[_0x1edb4c]=_0x3b64a6;}return _0x379105;}function isFinalResultLoaded(_0xd151fb){return typeof _0xd151fb!=='function';}function loadSource(_0x573d6e,_0x560fd6){const _0x2e8c5d=suppressUnhandledRejectionWarning(new Promise(_0x3f60c4=>{awaitIfAsync(_0x573d6e['bind'](null,_0x560fd6),(..._0x3ec7be)=>{if(!_0x3ec7be[0x0])return _0x3f60c4(()=>({'error':_0x3ec7be[0x1]}));const _0x24fa41=_0x3ec7be[0x1];if(isFinalResultLoaded(_0x24fa41))return _0x3f60c4(()=>({'value':_0x24fa41}));_0x3f60c4(()=>new Promise(_0x15a92a=>{awaitIfAsync(_0x24fa41,(..._0x5d99ef)=>{if(!_0x5d99ef[0x0]){const _0x3f8514={};return _0x3f8514['error']=_0x5d99ef[0x1],_0x15a92a(_0x3f8514);}const _0x222b75={};_0x222b75['value']=_0x5d99ef[0x1],_0x15a92a(_0x222b75);});}));});}));return function _0x56c97c(){return _0x2e8c5d['then'](_0xa5fd89=>_0xa5fd89());};}function loadSources(_0x1f2ac7,_0x374c6e,_0x480699,_0x1abb5f){const _0x2ddd4d=Object['keys'](_0x1f2ac7)['filter'](_0x4cbd4c=>excludes(_0x480699,_0x4cbd4c)),_0x46b900=suppressUnhandledRejectionWarning(mapWithBreaks(_0x2ddd4d,_0x202351=>loadSource(_0x1f2ac7[_0x202351],_0x374c6e),_0x1abb5f));return async function _0xed7277(){const _0xc87ed1=await _0x46b900,_0x15d8c7=await mapWithBreaks(_0xc87ed1,_0x63d064=>suppressUnhandledRejectionWarning(_0x63d064()),_0x1abb5f),_0x24f1f4=await Promise['all'](_0x15d8c7),_0x361dde={};for(let _0x53f0d2=0x0;_0x53f0d2<_0x2ddd4d['length'];++_0x53f0d2){_0x361dde[_0x2ddd4d[_0x53f0d2]]=_0x24f1f4[_0x53f0d2];}return _0x361dde;};}function getAutomationDescriptor(){try{const _0x2a62b3=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x263246=_0x2a62b3!==undefined;let _0x17a2a7=null;_0x2a62b3&&(_0x17a2a7=_0x2a62b3['configurable']??null);let _0x283f76=![],_0x5b7872=null;try{const _0x14bc1b=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x14bc1b&&(_0x283f76=typeof _0x14bc1b['get']==='function',_0x5b7872=_0x14bc1b['configurable']??null);}catch{}const _0x2a5a42={};return _0x2a5a42['hasOwnWebdriver']=_0x263246,_0x2a5a42['ownConfigurable']=_0x17a2a7,_0x2a5a42['prototypeHasGetter']=_0x283f76,_0x2a5a42['prototypeConfigurable']=_0x5b7872,_0x2a5a42;}catch{const _0xcd1b5f={};return _0xcd1b5f['hasOwnWebdriver']=![],_0xcd1b5f['ownConfigurable']=null,_0xcd1b5f['prototypeHasGetter']=![],_0xcd1b5f['prototypeConfigurable']=null,_0xcd1b5f;}}function getCdpDetection(){try{const _0x2ffabe=Error,_0xea3f5=_0x2ffabe['prepareStackTrace'];let _0x2a9440=![];Object['defineProperty'](_0x2ffabe,'prepareStackTrace',{'get'(){return _0x2a9440=!![],_0xea3f5;},'set'(_0x3f22b0){const _0x1ef531={};_0x1ef531['value']=_0x3f22b0,_0x1ef531['writable']=!![],_0x1ef531['configurable']=!![],Object['defineProperty'](_0x2ffabe,'prepareStackTrace',_0x1ef531);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x121377={};_0x121377['value']=_0xea3f5,_0x121377['writable']=!![],_0x121377['configurable']=!![],Object['defineProperty'](_0x2ffabe,'prepareStackTrace',_0x121377);}catch{}return _0x2a9440;}catch{return![];}}function getChromeRuntime(){try{const _0x3642d4=window,_0x2932c1=_0x3642d4['chrome'];if(!_0x2932c1||typeof _0x2932c1!=='object'){const _0x486bfb={};return _0x486bfb['hasChrome']=![],_0x486bfb['hasRuntime']=![],_0x486bfb['hasPlatformOs']=![],_0x486bfb['hasConnect']=![],_0x486bfb['connectNative']=![],_0x486bfb['hasApp']=![],_0x486bfb['appIsInstalled']=null,_0x486bfb['hasCsi']=![],_0x486bfb['hasLoadTimes']=![],_0x486bfb['runtimeKeyCount']=0x0,_0x486bfb;}const _0x5b5815=_0x2932c1['runtime'],_0x2ef845=_0x5b5815!==undefined&&_0x5b5815!==null;let _0x3f62bf=![],_0x1d3921=![],_0xe6e48a=![],_0x4083ba=0x0;if(_0x2ef845&&typeof _0x5b5815==='object'){_0x3f62bf='PlatformOs'in _0x5b5815||'PlatformArch'in _0x5b5815,_0x1d3921=typeof _0x5b5815['connect']==='function';if(_0x1d3921)try{_0xe6e48a=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x5b5815['connect']));}catch{_0xe6e48a=![];}try{_0x4083ba=Object['getOwnPropertyNames'](_0x5b5815)['length'];}catch{_0x4083ba=0x0;}}const _0xc7b476=_0x2932c1['app'],_0x19a0c4=_0xc7b476!==undefined&&_0xc7b476!==null;let _0x4665d5=null;_0x19a0c4&&typeof _0xc7b476==='object'&&(_0x4665d5=_0xc7b476['isInstalled']===!![]);const _0x21b734=typeof _0x2932c1['csi']==='function',_0x4add9f=typeof _0x2932c1['loadTimes']==='function',_0x1fa613={};return _0x1fa613['hasChrome']=!![],_0x1fa613['hasRuntime']=_0x2ef845,_0x1fa613['hasPlatformOs']=_0x3f62bf,_0x1fa613['hasConnect']=_0x1d3921,_0x1fa613['connectNative']=_0xe6e48a,_0x1fa613['hasApp']=_0x19a0c4,_0x1fa613['appIsInstalled']=_0x4665d5,_0x1fa613['hasCsi']=_0x21b734,_0x1fa613['hasLoadTimes']=_0x4add9f,_0x1fa613['runtimeKeyCount']=_0x4083ba,_0x1fa613;}catch{return null;}}function errorToObject(_0x3b2c40){return{'name':_0x3b2c40['name'],'message':_0x3b2c40['message'],'stack':_0x3b2c40['stack']?.['split']('\x0a'),..._0x3b2c40};}function isFunctionNative(_0x385d04){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x385d04));}function isTrident(){const _0x5c888f=window,_0x404aba=navigator;return countTruthy(['MSCSSMatrix'in _0x5c888f,'msSetImmediate'in _0x5c888f,'msIndexedDB'in _0x5c888f,'msMaxTouchPoints'in _0x404aba,'msPointerEnabled'in _0x404aba])>=0x4;}function isEdgeHTML(){const _0x7e31a0=window,_0x1103c0=navigator;return countTruthy(['msWriteProfilerMark'in _0x7e31a0,'MSStream'in _0x7e31a0,'msLaunchUri'in _0x1103c0,'msSaveBlob'in _0x1103c0])>=0x3&&!isTrident();}function isChromium(){const _0x53e9e8=window,_0x9ad8ee=navigator;return countTruthy(['webkitPersistentStorage'in _0x9ad8ee,'webkitTemporaryStorage'in _0x9ad8ee,(_0x9ad8ee['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x53e9e8,'BatteryManager'in _0x53e9e8,'webkitMediaStream'in _0x53e9e8,'webkitSpeechGrammar'in _0x53e9e8])>=0x5;}function isWebKit(){const _0x281e12=window,_0x1f65d2=navigator;return countTruthy(['ApplePayError'in _0x281e12,'CSSPrimitiveValue'in _0x281e12,'Counter'in _0x281e12,_0x1f65d2['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x281e12,'WebKitMediaKeys'in _0x281e12])>=0x4;}function isDesktopWebKit(){const _0xe7b350=window;return countTruthy(['safari'in _0xe7b350,!('ongestureend'in _0xe7b350),!('TouchEvent'in _0xe7b350),!('orientation'in _0xe7b350),!('autocapitalize'in _0xe7b350['HTMLElement']['prototype']),'pointerLockElement'in _0xe7b350['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x4e08ba=window;return isFunctionNative(_0x4e08ba['print'])&&String(_0x4e08ba['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x2833dd=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x2833dd,'mozInnerScreenX'in _0x2833dd,'CSSMozDocumentRule'in _0x2833dd,'CanvasCaptureMediaStream'in _0x2833dd])>=0x4;}function isGecko120OrNewer(){const _0x1b6423=window,_0x490812=navigator,{CSS:_0x402fd7}=_0x1b6423;return countTruthy(['userActivation'in _0x490812,_0x402fd7['supports']('color','light-dark(#000,\x20#fff)'),_0x402fd7['supports']('height','1lh'),'globalPrivacyControl'in _0x490812])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x1b68f9}=window;return countTruthy([_0x1b68f9['supports']('selector(::details-content)'),_0x1b68f9['supports']('selector(::before::marker)'),_0x1b68f9['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x3a3aad=window;return countTruthy([!('MediaSettingsRange'in _0x3a3aad),'RTCEncodedAudioFrame'in _0x3a3aad,''+_0x3a3aad['Intl']==='[object\x20Intl]',''+_0x3a3aad['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x4b9403=window,{URLPattern:_0x3dfecd}=_0x4b9403;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x4b9403,_0x3dfecd&&'hasRegExpGroups'in _0x3dfecd['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x58323=window;return countTruthy(['DOMRectList'in _0x58323,'RTCPeerConnectionIceEvent'in _0x58323,'SVGGeometryElement'in _0x58323,'ontransitioncancel'in _0x58323])>=0x3;}function isWebKit616OrNewer(){const _0x3550a4=window,_0x561335=navigator,{CSS:_0x4e4270,HTMLButtonElement:_0x10ac3f}=_0x3550a4;return countTruthy([!('getStorageUpdates'in _0x561335),'popover'in _0x10ac3f['prototype'],'CSSCounterStyleRule'in _0x3550a4,_0x4e4270['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x4e4270['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x267e57=screen,_0x4bafdf=_0x267e57['width']/_0x267e57['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x4bafdf>0.65&&_0x4bafdf<1.53])>=0x2;}function getFullscreenElement(){const _0x3a39d6=document;return _0x3a39d6['fullscreenElement']??_0x3a39d6['msFullscreenElement']??_0x3a39d6['mozFullScreenElement']??_0x3a39d6['webkitFullscreenElement']??null;}function exitFullscreen(){const _0x671043=document;return _0x671043['exitFullscreen']['call'](_0x671043);}function isAndroid(){const _0x2b7fa2=isChromium(),_0x11de95=isGecko(),_0x5d1b74=window,_0x288680=navigator,_0x270bba='connection';if(_0x2b7fa2)return countTruthy([!('SharedWorker'in _0x5d1b74),_0x288680[_0x270bba]&&'ontypechange'in _0x288680[_0x270bba],!('sinkId'in new Audio())])>=0x2;else{if(_0x11de95)return countTruthy(['onorientationchange'in _0x5d1b74,'orientation'in _0x5d1b74,/android/i['test'](_0x288680['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0xe857b3=navigator,_0x4c699f=window,_0x2034bf=Audio['prototype'],{visualViewport:_0x2822a4}=_0x4c699f;return countTruthy(['srLatency'in _0x2034bf,'srChannelCount'in _0x2034bf,'devicePosture'in _0xe857b3,_0x2822a4&&'segments'in _0x2822a4,'getTextInformation'in Image['prototype']])>=0x3;}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x1c3276=await new Promise(_0x422d3d=>{if(isChromium()){const _0x4c8ca4=new Error();_0x4c8ca4['name']='\x20',Object['defineProperty'](_0x4c8ca4,'stack',{'get':_0x422d3d['bind'](null,!![])}),console['debug'](_0x4c8ca4);}else{const _0xc78ca1=document['createElement']('div');_0xc78ca1['toString']=()=>'',Object['defineProperty'](_0xc78ca1,'id',{'get'(){_0x422d3d(!![]);const _0x141c7f=new Error();_0x141c7f['name']='';throw _0x141c7f;}}),console['debug'](_0xc78ca1);}setTimeout(()=>_0x422d3d(![]));});return _0x1c3276;}catch{return null;}}const THRESHOLD_PX=0xc8;function getDevtoolsWindowSize(){try{if(typeof window==='undefined')return null;if(window['top']!==window['self'])return null;const _0x26a821=window['devicePixelRatio']||0x1,_0x362428=window['outerWidth']-window['innerWidth']*_0x26a821,_0x35a612=window['outerHeight']-window['innerHeight']*_0x26a821;return _0x362428>THRESHOLD_PX||_0x35a612>THRESHOLD_PX;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x18ed63=new Event(''),_0xde36a3=_0x18ed63['isTrusted'];return typeof _0xde36a3==='undefined'?null:{'isTrusted':_0xde36a3};}catch{return null;}}const _0x85f4d7={};_0x85f4d7['window']=['awesomium'];const _0x28960d={};_0x28960d['window']=['RunPerfTest'];const _0x1fd78f={};_0x1fd78f['window']=['CefSharp'];const _0x53f9b9={};_0x53f9b9['window']=['emit'];const _0x35604c={};_0x35604c['window']=['fmget_targets'];const _0x1ebfb9={};_0x1ebfb9['window']=['geb'];const _0x99eb47={};_0x99eb47['window']=['__nightmare','nightmare'];const _0x5b586b={};_0x5b586b['window']=['__phantomas'];const _0x297933={};_0x297933['window']=['callPhantom','_phantom'];const _0x4ef132={};_0x4ef132['window']=['spawn'];const _0x1e2e87={};_0x1e2e87['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^[a-z]{3}_.*_(?:Array|Promise|Symbol)$/],_0x1e2e87['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x335be9={};_0x335be9['window']=['wdioElectron'];const _0x7ebf82={};_0x7ebf82['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x7ebf82['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 _0x210ed1={};_0x210ed1['window']=['domAutomation','domAutomationController'];const _0x219c56={};_0x219c56['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x4d07af={};_0x4d07af['window']=['__automa__'];const _0x53e0d8={};_0x53e0d8['window']=['_webscraper_data'];const _0x326116={};_0x326116['window']=['_KatalonRecorder'];const _0x3fc667={};_0x3fc667['window']=['uivision','__uivision'];const _0x515e53={};_0x515e53['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x1af6d6={};_0x1af6d6['window']=['__cypress'];const _0x3357c3={};_0x3357c3['window']=['__puppeteer_evaluation_script__'],_0x3357c3['document']=['__puppeteer_evaluation_script__'];const _0x59ba26={};_0x59ba26['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x59ba26['document']=['__playwright_evaluation_script__'];const _0x5483ba={};_0x5483ba['awesomium']=_0x85f4d7,_0x5483ba['cef']=_0x28960d,_0x5483ba['cefsharp']=_0x1fd78f,_0x5483ba['coachjs']=_0x53f9b9,_0x5483ba['fminer']=_0x35604c,_0x5483ba['geb']=_0x1ebfb9,_0x5483ba['nightmarejs']=_0x99eb47,_0x5483ba['phantomas']=_0x5b586b,_0x5483ba['phantomjs']=_0x297933,_0x5483ba['rhino']=_0x4ef132,_0x5483ba['selenium']=_0x1e2e87,_0x5483ba['webdriverio']=_0x335be9,_0x5483ba['webdriver']=_0x7ebf82,_0x5483ba['headless_chrome']=_0x210ed1,_0x5483ba['imacros']=_0x219c56,_0x5483ba['automa']=_0x4d07af,_0x5483ba['web_scraper']=_0x53e0d8,_0x5483ba['katalon']=_0x326116,_0x5483ba['ui_vision']=_0x3fc667,_0x5483ba['testcafe']=_0x515e53,_0x5483ba['cypress']=_0x1af6d6,_0x5483ba['puppeteer']=_0x3357c3,_0x5483ba['playwright_internal']=_0x59ba26;const TOOL_MARKERS=_0x5483ba;function getOwnPropertyNames(_0x492387){try{return Object['getOwnPropertyNames'](_0x492387);}catch{return[];}}function matchesAny(_0x5b73db,_0x5c290f){for(const _0x4729ca of _0x5c290f){if(typeof _0x4729ca==='string'){if(_0x5b73db['indexOf'](_0x4729ca)!==-0x1)return!![];}else for(const _0x3f8906 of _0x5b73db){if(_0x4729ca['test'](_0x3f8906))return!![];}}return![];}function getHeadlessSignals(){const _0x36b797=getOwnPropertyNames(window),_0x2c9da5=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x3c4d67={};for(const _0x51de75 of Object['keys'](TOOL_MARKERS)){const _0xf87785=TOOL_MARKERS[_0x51de75],_0x3737e6=_0xf87785['window']?matchesAny(_0x36b797,_0xf87785['window']):![],_0x146adf=_0xf87785['document']&&_0x2c9da5['length']?matchesAny(_0x2c9da5,_0xf87785['document']):![];_0x3c4d67[_0x51de75]=_0x3737e6||_0x146adf;}return _0x3c4d67;}let cachedResult=null,observing$1=![];function startObserving$1(){if(observing$1||typeof window==='undefined')return;observing$1=!![];const _0x30c2a3=performance['now'](),_0x7a6f87=['click','touchstart','keydown'],_0x515244=_0x2dd200=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0x30c2a3),'interactionType':_0x2dd200['type']};for(const _0x6e38c4 of _0x7a6f87){window['removeEventListener'](_0x6e38c4,_0x515244);}};for(const _0x3549c2 of _0x7a6f87){const _0x5c78a0={};_0x5c78a0['once']=!![],_0x5c78a0['passive']=!![],window['addEventListener'](_0x3549c2,_0x515244,_0x5c78a0);}}function getInteractionTiming(){return startObserving$1(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x44cb24=navigator['permissions'];if(_0x44cb24===undefined||typeof _0x44cb24['query']!=='function')return undefined;const _0x486766={};_0x486766['name']='notifications';const _0x4b4c99=await _0x44cb24['query'](_0x486766);return Notification['permission']==='denied'&&_0x4b4c99['state']==='prompt';}catch{return undefined;}}const RESTRICTED_THRESHOLD=0x3;function computeRestrictedEnvironment(_0x184b65){let _0x255d29=0x0;if(_0x184b65['pushManager'])_0x255d29++;if(_0x184b65['audioBuffer'])_0x255d29++;if(_0x184b65['rtcPeerConnection'])_0x255d29++;if(_0x184b65['geolocation'])_0x255d29++;if(_0x184b65['serviceWorker'])_0x255d29++;const _0x172e8d={};return _0x172e8d['restricted']=_0x255d29>=RESTRICTED_THRESHOLD,_0x172e8d['missing']=_0x255d29,_0x172e8d['flags']=_0x184b65,_0x172e8d;}function getRestrictedEnvironment(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x10fd7d=window,_0x821d75=navigator,_0x5071af={};return _0x5071af['pushManager']=!('PushManager'in _0x10fd7d),_0x5071af['audioBuffer']=!('AudioBuffer'in _0x10fd7d),_0x5071af['rtcPeerConnection']=!('RTCPeerConnection'in _0x10fd7d),_0x5071af['geolocation']=!('geolocation'in _0x821d75),_0x5071af['serviceWorker']=!('ServiceWorker'in _0x10fd7d),computeRestrictedEnvironment(_0x5071af);}function getAppVersion(){const _0x1d6354=navigator['appVersion'];if(typeof _0x1d6354!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x1d6354;}function getArchitecture(){const _0x85a6b5=new Float32Array(0x1),_0xf65917=new Uint8Array(_0x85a6b5['buffer']);return _0x85a6b5[0x0]=Infinity,_0x85a6b5[0x0]=_0x85a6b5[0x0]-_0x85a6b5[0x0],_0xf65917[0x3];}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x4d19fa=window,_0x25ec98=_0x4d19fa['OfflineAudioContext']??_0x4d19fa['webkitOfflineAudioContext'];if(_0x25ec98===undefined)return null;if(doesBrowserSuspendAudioContext())return null;const _0x5146c6=0x1194,_0x42f87c=0x1388,_0x40cc2a=new _0x25ec98(0x1,_0x42f87c,0xac44),_0x28f6cc=_0x40cc2a['createOscillator']();_0x28f6cc['type']='triangle',_0x28f6cc['frequency']['value']=0x2710;const _0x4099f7=_0x40cc2a['createDynamicsCompressor']();_0x4099f7['threshold']['value']=-0x32,_0x4099f7['knee']['value']=0x28,_0x4099f7['ratio']['value']=0xc,_0x4099f7['attack']['value']=0x0,_0x4099f7['release']['value']=0.25,_0x28f6cc['connect'](_0x4099f7),_0x4099f7['connect'](_0x40cc2a['destination']),_0x28f6cc['start'](0x0);const [_0x64e583,_0x12ae60]=startRenderingAudio(_0x40cc2a),_0x1c431f=suppressUnhandledRejectionWarning(_0x64e583['then'](_0x4a1f40=>getHash(_0x4a1f40['getChannelData'](0x0)['subarray'](_0x5146c6)),_0x180890=>{if(_0x180890['name']==='timeout'||_0x180890['name']==='suspended')return null;throw _0x180890;}));return()=>{return _0x12ae60(),_0x1c431f;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x322aaa){const _0x1abae5=0x3,_0x3116e1=0x1f4,_0xac3c1c=0x1f4,_0x5b5d1c=0x1388;let _0x22e4c1=()=>undefined;const _0x597d17=new Promise((_0x254d28,_0xc68d23)=>{let _0x39e61f=![],_0x4d7477=0x0,_0xe90f3f=0x0;_0x322aaa['oncomplete']=_0x59da81=>{_0x254d28(_0x59da81['renderedBuffer']);};const _0x2473ef=()=>{setTimeout(()=>_0xc68d23(makeInnerError('timeout')),Math['min'](_0xac3c1c,_0xe90f3f+_0x5b5d1c-Date['now']()));},_0x58b288=()=>{try{const _0x56b8e3=_0x322aaa['startRendering']();isPromise(_0x56b8e3)&&void suppressUnhandledRejectionWarning(_0x56b8e3);switch(_0x322aaa['state']){case'running':_0xe90f3f=Date['now']();_0x39e61f&&_0x2473ef();break;case'suspended':!document['hidden']&&_0x4d7477++;_0x39e61f&&_0x4d7477>=_0x1abae5?_0xc68d23(makeInnerError('suspended')):setTimeout(_0x58b288,_0x3116e1);break;case'closed':case'interrupted':break;}}catch(_0x3cb0a5){_0xc68d23(_0x3cb0a5);}};_0x58b288(),_0x22e4c1=()=>{!_0x39e61f&&(_0x39e61f=!![],_0xe90f3f>0x0&&_0x2473ef());};});return[_0x597d17,_0x22e4c1];}function roundToSignificant(_0x51a371,_0x4d7c72){if(_0x51a371===0x0)return 0x0;const _0x41a1a5=Math['pow'](0xa,_0x4d7c72-Math['ceil'](Math['log10'](Math['abs'](_0x51a371))));return Math['round'](_0x51a371*_0x41a1a5/0x5)*0x5/_0x41a1a5;}function getHash(_0x397d6d){let _0xbc0248=0x0;for(let _0x53ebd0=0x0;_0x53ebd0<_0x397d6d['length'];++_0x53ebd0){_0xbc0248+=Math['abs'](_0x397d6d[_0x53ebd0]);}return _0xbc0248;}const _0x3ae1b6={};_0x3ae1b6['oscType']='triangle',_0x3ae1b6['freq']=0x2710,_0x3ae1b6['useCompressor']=!![],_0x3ae1b6['useAllpass']=![];const _0x2acd44={};_0x2acd44['oscType']='sine',_0x2acd44['freq']=0x1f40,_0x2acd44['useCompressor']=![],_0x2acd44['useAllpass']=![];const _0x49173d={};_0x49173d['oscType']='square',_0x49173d['freq']=0x2710,_0x49173d['useCompressor']=!![],_0x49173d['useAllpass']=!![];const SCENES=[_0x3ae1b6,_0x2acd44,_0x49173d],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x2f01b9={};_0x2f01b9['from']=0x1194,_0x2f01b9['to']=0x1388;const _0x451943={};_0x451943['from']=0x2710,_0x451943['to']=0x2904;const WINDOWS=[_0x2f01b9,_0x451943];function extractMetrics(_0x937e9e){const _0xbd3522=_0x937e9e['length'];if(_0xbd3522===0x0)return[0x0,0x0,0x0,0x0];const _0x30afe5=[];for(let _0x105ffc=0x0;_0x105ffc<_0xbd3522;_0x105ffc++){_0x30afe5['push'](roundToSignificant(_0x937e9e[_0x105ffc],SIG_DIGITS));}const _0x49a35f=[..._0x30afe5]['map'](Math['abs'])['sort']((_0x154fcd,_0x1b9ead)=>_0x154fcd-_0x1b9ead),_0x3ccc26=Math['floor'](_0x49a35f['length']*0.05);let _0x51d911=0x0;for(let _0x50a51f=_0x3ccc26;_0x50a51f<_0x49a35f['length']-_0x3ccc26;_0x50a51f++){_0x51d911+=_0x49a35f[_0x50a51f];}let _0x1fcc7a=0x0;for(let _0x3d6b9c=0x0;_0x3d6b9c<_0xbd3522;_0x3d6b9c++){_0x1fcc7a+=_0x30afe5[_0x3d6b9c]*_0x30afe5[_0x3d6b9c];}_0x1fcc7a/=_0xbd3522;let _0x1515f3=0x0;for(let _0x5b6e3e=0x1;_0x5b6e3e<_0xbd3522;_0x5b6e3e++){Math['sign'](_0x30afe5[_0x5b6e3e])!==Math['sign'](_0x30afe5[_0x5b6e3e-0x1])&&_0x1515f3++;}let _0x1a29fe=0x0;for(let _0x2cf3eb=0x1;_0x2cf3eb<_0xbd3522;_0x2cf3eb++){_0x1a29fe+=Math['abs'](_0x30afe5[_0x2cf3eb]-_0x30afe5[_0x2cf3eb-0x1]);}return[_0x51d911,_0x1fcc7a,_0x1515f3,_0x1a29fe];}async function renderScene(_0x5b39f3){const _0x37aab4=window,_0x4b8fae=_0x37aab4['OfflineAudioContext']??_0x37aab4['webkitOfflineAudioContext'];if(_0x4b8fae===undefined)return null;try{const _0x28c9e5=new _0x4b8fae(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x56fd1c=_0x28c9e5['createOscillator']();_0x56fd1c['type']=_0x5b39f3['oscType'],_0x56fd1c['frequency']['value']=_0x5b39f3['freq'];let _0x211605=_0x56fd1c;if(_0x5b39f3['useCompressor']){const _0x182021=_0x28c9e5['createDynamicsCompressor']();_0x182021['threshold']['value']=-0x32,_0x182021['knee']['value']=0x28,_0x182021['ratio']['value']=0xc,_0x182021['attack']['value']=0x0,_0x182021['release']['value']=0.25,_0x211605['connect'](_0x182021),_0x211605=_0x182021;}if(_0x5b39f3['useAllpass']){const _0x38b0d3=_0x28c9e5['createBiquadFilter']();_0x38b0d3['type']='allpass',_0x38b0d3['frequency']['value']=0x1388,_0x38b0d3['Q']['value']=0x5,_0x211605['connect'](_0x38b0d3),_0x211605=_0x38b0d3;}_0x211605['connect'](_0x28c9e5['destination']),_0x56fd1c['start'](0x0);const [_0x596d09,_0x6e9cf6]=startRenderingAudio(_0x28c9e5);_0x6e9cf6();const _0x2d4ae0=await _0x596d09;return _0x2d4ae0['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0xc4a96e=[];for(const _0x359bec of SCENES){const _0x1e4586=await renderScene(_0x359bec);if(_0x1e4586===null)return null;for(const _0x50350e of WINDOWS){const _0x2defa2=_0x1e4586['subarray'](_0x50350e['from'],_0x50350e['to']);_0xc4a96e['push'](...extractMetrics(_0x2defa2));}}const _0x4a9247=[0x0,0x4,0x8,0xc,0x10,0x14],_0x204d53=[0x2,0x6,0xa,0xe,0x12,0x16],_0x85db56=[];for(const _0x475897 of _0x204d53)_0x85db56['push'](_0xc4a96e[_0x475897]);const _0x10a33b=[[_0x4a9247[0x0],_0x4a9247[0x2]],[_0x4a9247[0x0],_0x4a9247[0x4]],[_0x4a9247[0x2],_0x4a9247[0x4]],[_0x4a9247[0x1],_0x4a9247[0x3]],[_0x4a9247[0x1],_0x4a9247[0x5]],[_0x4a9247[0x3],_0x4a9247[0x5]],[_0x4a9247[0x0],_0x4a9247[0x1]],[_0x4a9247[0x2],_0x4a9247[0x3]],[_0x4a9247[0x4],_0x4a9247[0x5]]],_0x476406=[];for(const [_0x5d2d6b,_0x4974bb]of _0x10a33b){const _0x55d996=_0xc4a96e[_0x4974bb];if(_0x55d996===0x0)return null;_0x476406['push'](Math['round'](_0xc4a96e[_0x5d2d6b]/_0x55d996*0x64)/0x64);}let _0x51e335=0x0;for(const _0x264714 of _0x85db56){const _0x4a12f2=String(_0x264714);for(let _0x545bfc=0x0;_0x545bfc<_0x4a12f2['length'];_0x545bfc++){_0x51e335=(_0x51e335<<0x5)-_0x51e335+_0x4a12f2['charCodeAt'](_0x545bfc)|0x0;}}for(const _0x14fcdc of _0x476406){const _0xa44cf8=_0x14fcdc['toFixed'](0x2);for(let _0x33cd33=0x0;_0x33cd33<_0xa44cf8['length'];_0x33cd33++){_0x51e335=(_0x51e335<<0x5)-_0x51e335+_0xa44cf8['charCodeAt'](_0x33cd33)|0x0;}}return _0x51e335>>>0x0;};}function makeInnerError(_0x2057a1){const _0x20b55b=new Error(_0x2057a1);return _0x20b55b['name']=_0x2057a1,_0x20b55b;}function renderAudio(){return new Promise(_0x1f6d5c=>{try{const _0x45f808=window,_0x3b7384=_0x45f808['OfflineAudioContext']??_0x45f808['webkitOfflineAudioContext'];if(!_0x3b7384){_0x1f6d5c(null);return;}const _0x8bd7fc=new _0x3b7384(0x1,0x1194,0xac44),_0x25cfde=_0x8bd7fc['createOscillator']();_0x25cfde['type']='triangle',_0x25cfde['frequency']['setValueAtTime'](0x2710,_0x8bd7fc['currentTime']);const _0x383dea=_0x8bd7fc['createDynamicsCompressor']();_0x383dea['threshold']['setValueAtTime'](-0x32,_0x8bd7fc['currentTime']),_0x383dea['knee']['setValueAtTime'](0x28,_0x8bd7fc['currentTime']),_0x383dea['ratio']['setValueAtTime'](0xc,_0x8bd7fc['currentTime']),_0x383dea['attack']['setValueAtTime'](0x0,_0x8bd7fc['currentTime']),_0x383dea['release']['setValueAtTime'](0.25,_0x8bd7fc['currentTime']),_0x25cfde['connect'](_0x383dea),_0x383dea['connect'](_0x8bd7fc['destination']),_0x25cfde['start'](0x0),_0x8bd7fc['startRendering']()['then'](_0x4d9a8f=>{_0x1f6d5c(_0x4d9a8f['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x1f6d5c(null)),setTimeout(()=>_0x1f6d5c(null),0x7d0);}catch{_0x1f6d5c(null);}});}async function getAudioConsistency(){try{const [_0x3b2344,_0xd3c72e]=await Promise['all']([renderAudio(),renderAudio()]);if(_0x3b2344===null||_0xd3c72e===null)return null;const _0x4865c4={};_0x4865c4['consistent']=![],_0x4865c4['delta']=0x1;if(_0x3b2344['length']!==_0xd3c72e['length'])return _0x4865c4;let _0x389a48=0x0;for(let _0x2a88e1=0x0;_0x2a88e1<_0x3b2344['length'];_0x2a88e1++){_0x389a48+=Math['abs'](_0x3b2344[_0x2a88e1]-_0xd3c72e[_0x2a88e1]);}return{'consistent':_0x389a48===0x0,'delta':Math['round'](_0x389a48*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x391d9e=window['AudioContext']??window['webkitAudioContext'];if(_0x391d9e===undefined)return null;const _0x4a82b1=new _0x391d9e(),_0x522e9a=_0x4a82b1['destination'],_0x595f2a={};_0x595f2a['maxChannelCount']=_0x522e9a['maxChannelCount'],_0x595f2a['sampleRate']=_0x4a82b1['sampleRate'],_0x595f2a['channelCountMode']=_0x522e9a['channelCountMode'],_0x595f2a['channelInterpretation']=_0x522e9a['channelInterpretation'],_0x595f2a['numberOfOutputs']=_0x522e9a['numberOfOutputs'];const _0x3f831e=_0x595f2a;return _0x4a82b1['close']()['catch'](()=>undefined),_0x3f831e;}catch{return null;}}function getAudioContextBaseLatency(){const _0xec552c=isAndroid()||isWebKit();if(!_0xec552c)return null;const _0x54ff11=window['AudioContext'];if(_0x54ff11===undefined)return null;const _0x4394bd=new _0x54ff11()['baseLatency'];if(_0x4394bd===undefined)return null;if(!isFinite(_0x4394bd))return null;return _0x4394bd;}function getAudioTrap(){return new Promise(_0x242794=>{try{const _0x5e11d5=window,_0x29f2af=_0x5e11d5['AudioContext']??_0x5e11d5['webkitAudioContext'];if(!_0x29f2af){_0x242794(null);return;}const _0x51029f=new _0x29f2af(),_0x56fb27=_0x51029f['sampleRate']||0xac44,_0x28973e=0x80,_0x48a0f8=_0x51029f['createBuffer'](0x1,_0x28973e,_0x56fb27),_0x5ae7a0=new Float32Array(_0x28973e);for(let _0x50b684=0x0;_0x50b684<_0x28973e;_0x50b684++){_0x5ae7a0[_0x50b684]=_0x50b684%0x2===0x0?0.5:-0.5;}if(typeof _0x48a0f8['copyToChannel']==='function')_0x48a0f8['copyToChannel'](_0x5ae7a0,0x0);else{const _0x43d1e7=_0x48a0f8['getChannelData'](0x0);for(let _0x516432=0x0;_0x516432<_0x28973e;_0x516432++){_0x43d1e7[_0x516432]=_0x5ae7a0[_0x516432];}}const _0xd7286c=_0x48a0f8['getChannelData'](0x0);let _0x233913=0x0;for(let _0x3f22d6=0x0;_0x3f22d6<_0x28973e;_0x3f22d6++){_0x233913+=Math['abs'](_0xd7286c[_0x3f22d6]-_0x5ae7a0[_0x3f22d6]);}try{void _0x51029f['close']();}catch{}_0x242794({'clean':_0x233913===0x0,'delta':Math['round'](_0x233913*0x2540be400)/0x2540be400});}catch{_0x242794(null);}});}async function getBarcodeDetection(){try{const _0x40dc5e=window['BarcodeDetector'];if(!_0x40dc5e){const _0x209e44={};return _0x209e44['supported']=![],_0x209e44['formats']=[],_0x209e44;}const _0x5a31a5=await _0x40dc5e['getSupportedFormats']();return{'supported':!![],'formats':_0x5a31a5['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x44ce03){const _0x2bdd65=document['createElement']('canvas');_0x2bdd65['width']=WIDTH,_0x2bdd65['height']=HEIGHT;const _0x447e9d=_0x2bdd65['getContext']('2d');if(!_0x447e9d)return'';_0x447e9d['drawImage'](_0x44ce03,0x0,0x0,WIDTH,HEIGHT);const _0x46b3dd=_0x447e9d['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x52abf9=WIDTH*HEIGHT,_0x3e4e2f=new Uint8Array(_0x52abf9);for(let _0x19b172=0x0;_0x19b172<_0x52abf9;_0x19b172++){const _0x864f8b=_0x19b172*0x4;_0x3e4e2f[_0x19b172]=_0x46b3dd[_0x864f8b]*0x4d+_0x46b3dd[_0x864f8b+0x1]*0x96+_0x46b3dd[_0x864f8b+0x2]*0x1d>>0x8;}let _0x909f89='',_0x16c235=0x0,_0x2e724b=0x0;for(let _0x344e1d=0x0;_0x344e1d<HEIGHT;_0x344e1d++){for(let _0x2af3e0=0x0;_0x2af3e0<HASH_SIZE;_0x2af3e0++){const _0x2e5ce8=_0x344e1d*WIDTH+_0x2af3e0;_0x3e4e2f[_0x2e5ce8]>_0x3e4e2f[_0x2e5ce8+0x1]&&(_0x2e724b|=0x1<<0x3-_0x16c235),_0x16c235++,_0x16c235===0x4&&(_0x909f89+=_0x2e724b['toString'](0x10),_0x2e724b=0x0,_0x16c235=0x0);}}return _0x909f89;}function x64Add(_0x1ac605,_0x215d3f){const _0xcf51f1=_0x1ac605[0x0]>>>0x10,_0x42a1f5=_0x1ac605[0x0]&0xffff,_0x42ab7d=_0x1ac605[0x1]>>>0x10,_0x1a4e63=_0x1ac605[0x1]&0xffff,_0xdf083a=_0x215d3f[0x0]>>>0x10,_0x4bf511=_0x215d3f[0x0]&0xffff,_0x236a43=_0x215d3f[0x1]>>>0x10,_0x274340=_0x215d3f[0x1]&0xffff;let _0x174ff8=0x0,_0x55f2ca=0x0,_0x460593=0x0,_0x21c46c=0x0;_0x21c46c+=_0x1a4e63+_0x274340,_0x460593+=_0x21c46c>>>0x10,_0x21c46c&=0xffff,_0x460593+=_0x42ab7d+_0x236a43,_0x55f2ca+=_0x460593>>>0x10,_0x460593&=0xffff,_0x55f2ca+=_0x42a1f5+_0x4bf511,_0x174ff8+=_0x55f2ca>>>0x10,_0x55f2ca&=0xffff,_0x174ff8+=_0xcf51f1+_0xdf083a,_0x174ff8&=0xffff,_0x1ac605[0x0]=_0x174ff8<<0x10|_0x55f2ca,_0x1ac605[0x1]=_0x460593<<0x10|_0x21c46c;}function x64Multiply(_0x512782,_0x4e45f1){const _0x2c09d2=_0x512782[0x0]>>>0x10,_0x5c5b2f=_0x512782[0x0]&0xffff,_0x539921=_0x512782[0x1]>>>0x10,_0x1da5d3=_0x512782[0x1]&0xffff,_0x427b3e=_0x4e45f1[0x0]>>>0x10,_0x49f4e2=_0x4e45f1[0x0]&0xffff,_0x2ff4a1=_0x4e45f1[0x1]>>>0x10,_0x11c8d7=_0x4e45f1[0x1]&0xffff;let _0x473935=0x0,_0xb7b569=0x0,_0x23a6bf=0x0,_0x256982=0x0;_0x256982+=_0x1da5d3*_0x11c8d7,_0x23a6bf+=_0x256982>>>0x10,_0x256982&=0xffff,_0x23a6bf+=_0x539921*_0x11c8d7,_0xb7b569+=_0x23a6bf>>>0x10,_0x23a6bf&=0xffff,_0x23a6bf+=_0x1da5d3*_0x2ff4a1,_0xb7b569+=_0x23a6bf>>>0x10,_0x23a6bf&=0xffff,_0xb7b569+=_0x5c5b2f*_0x11c8d7,_0x473935+=_0xb7b569>>>0x10,_0xb7b569&=0xffff,_0xb7b569+=_0x539921*_0x2ff4a1,_0x473935+=_0xb7b569>>>0x10,_0xb7b569&=0xffff,_0xb7b569+=_0x1da5d3*_0x49f4e2,_0x473935+=_0xb7b569>>>0x10,_0xb7b569&=0xffff,_0x473935+=_0x2c09d2*_0x11c8d7+_0x5c5b2f*_0x2ff4a1+_0x539921*_0x49f4e2+_0x1da5d3*_0x427b3e,_0x473935&=0xffff,_0x512782[0x0]=_0x473935<<0x10|_0xb7b569,_0x512782[0x1]=_0x23a6bf<<0x10|_0x256982;}function x64Rotl(_0x522fd9,_0x53ef56){const _0x173fe7=_0x522fd9[0x0],_0x1a650a=_0x53ef56%0x40;if(_0x1a650a===0x20)_0x522fd9[0x0]=_0x522fd9[0x1],_0x522fd9[0x1]=_0x173fe7;else{if(_0x1a650a<0x20)_0x522fd9[0x0]=_0x173fe7<<_0x1a650a|_0x522fd9[0x1]>>>0x20-_0x1a650a,_0x522fd9[0x1]=_0x522fd9[0x1]<<_0x1a650a|_0x173fe7>>>0x20-_0x1a650a;else{const _0x437c47=_0x1a650a-0x20;_0x522fd9[0x0]=_0x522fd9[0x1]<<_0x437c47|_0x173fe7>>>0x20-_0x437c47,_0x522fd9[0x1]=_0x173fe7<<_0x437c47|_0x522fd9[0x1]>>>0x20-_0x437c47;}}}function x64LeftShift(_0x31a1a9,_0x19a3f8){const _0x13ec5b=_0x19a3f8%0x40;if(_0x13ec5b===0x0)return;else _0x13ec5b<0x20?(_0x31a1a9[0x0]=_0x31a1a9[0x1]>>>0x20-_0x13ec5b,_0x31a1a9[0x1]=_0x31a1a9[0x1]<<_0x13ec5b):(_0x31a1a9[0x0]=_0x31a1a9[0x1]<<_0x13ec5b-0x20,_0x31a1a9[0x1]=0x0);}function x64Xor(_0x3fe19d,_0x56f9d8){_0x3fe19d[0x0]^=_0x56f9d8[0x0],_0x3fe19d[0x1]^=_0x56f9d8[0x1];}const F1=[0xff51afd7,0xed558ccd],F2=[0xc4ceb9fe,0x1a85ec53];function x64Fmix(_0x525721){const _0x4c5496=[0x0,_0x525721[0x0]>>>0x1];x64Xor(_0x525721,_0x4c5496),x64Multiply(_0x525721,F1),_0x4c5496[0x1]=_0x525721[0x0]>>>0x1,x64Xor(_0x525721,_0x4c5496),x64Multiply(_0x525721,F2),_0x4c5496[0x1]=_0x525721[0x0]>>>0x1,x64Xor(_0x525721,_0x4c5496);}const C1=[0x87c37b91,0x114253d5],C2=[0x4cf5ad43,0x2745937f],M=[0x0,0x5],N1=[0x0,0x52dce729],N2=[0x0,0x38495ab5];function x64hash128(_0x26d31b,_0x23c340){const _0x48021c=getUTF8Bytes(_0x26d31b),_0x9bf712=0x0,_0x4114fc=[0x0,_0x48021c['length']],_0x2c42e3=_0x4114fc[0x1]%0x10,_0xc49ded=_0x4114fc[0x1]-_0x2c42e3,_0x258bef=[0x0,_0x9bf712],_0x19aed7=[0x0,_0x9bf712],_0x44474d=[0x0,0x0],_0x28efb0=[0x0,0x0];let _0x1ddde0;for(_0x1ddde0=0x0;_0x1ddde0<_0xc49ded;_0x1ddde0=_0x1ddde0+0x10){_0x44474d[0x0]=_0x48021c[_0x1ddde0+0x4]|_0x48021c[_0x1ddde0+0x5]<<0x8|_0x48021c[_0x1ddde0+0x6]<<0x10|_0x48021c[_0x1ddde0+0x7]<<0x18,_0x44474d[0x1]=_0x48021c[_0x1ddde0]|_0x48021c[_0x1ddde0+0x1]<<0x8|_0x48021c[_0x1ddde0+0x2]<<0x10|_0x48021c[_0x1ddde0+0x3]<<0x18,_0x28efb0[0x0]=_0x48021c[_0x1ddde0+0xc]|_0x48021c[_0x1ddde0+0xd]<<0x8|_0x48021c[_0x1ddde0+0xe]<<0x10|_0x48021c[_0x1ddde0+0xf]<<0x18,_0x28efb0[0x1]=_0x48021c[_0x1ddde0+0x8]|_0x48021c[_0x1ddde0+0x9]<<0x8|_0x48021c[_0x1ddde0+0xa]<<0x10|_0x48021c[_0x1ddde0+0xb]<<0x18,x64Multiply(_0x44474d,C1),x64Rotl(_0x44474d,0x1f),x64Multiply(_0x44474d,C2),x64Xor(_0x258bef,_0x44474d),x64Rotl(_0x258bef,0x1b),x64Add(_0x258bef,_0x19aed7),x64Multiply(_0x258bef,M),x64Add(_0x258bef,N1),x64Multiply(_0x28efb0,C2),x64Rotl(_0x28efb0,0x21),x64Multiply(_0x28efb0,C1),x64Xor(_0x19aed7,_0x28efb0),x64Rotl(_0x19aed7,0x1f),x64Add(_0x19aed7,_0x258bef),x64Multiply(_0x19aed7,M),x64Add(_0x19aed7,N2);}_0x44474d[0x0]=0x0,_0x44474d[0x1]=0x0,_0x28efb0[0x0]=0x0,_0x28efb0[0x1]=0x0;const _0x488f3c=[0x0,0x0];switch(_0x2c42e3){case 0xf:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0xe],x64LeftShift(_0x488f3c,0x30),x64Xor(_0x28efb0,_0x488f3c);case 0xe:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0xd],x64LeftShift(_0x488f3c,0x28),x64Xor(_0x28efb0,_0x488f3c);case 0xd:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0xc],x64LeftShift(_0x488f3c,0x20),x64Xor(_0x28efb0,_0x488f3c);case 0xc:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0xb],x64LeftShift(_0x488f3c,0x18),x64Xor(_0x28efb0,_0x488f3c);case 0xb:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0xa],x64LeftShift(_0x488f3c,0x10),x64Xor(_0x28efb0,_0x488f3c);case 0xa:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x9],x64LeftShift(_0x488f3c,0x8),x64Xor(_0x28efb0,_0x488f3c);case 0x9:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x8],x64Xor(_0x28efb0,_0x488f3c),x64Multiply(_0x28efb0,C2),x64Rotl(_0x28efb0,0x21),x64Multiply(_0x28efb0,C1),x64Xor(_0x19aed7,_0x28efb0);case 0x8:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x7],x64LeftShift(_0x488f3c,0x38),x64Xor(_0x44474d,_0x488f3c);case 0x7:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x6],x64LeftShift(_0x488f3c,0x30),x64Xor(_0x44474d,_0x488f3c);case 0x6:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x5],x64LeftShift(_0x488f3c,0x28),x64Xor(_0x44474d,_0x488f3c);case 0x5:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x4],x64LeftShift(_0x488f3c,0x20),x64Xor(_0x44474d,_0x488f3c);case 0x4:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x3],x64LeftShift(_0x488f3c,0x18),x64Xor(_0x44474d,_0x488f3c);case 0x3:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x2],x64LeftShift(_0x488f3c,0x10),x64Xor(_0x44474d,_0x488f3c);case 0x2:_0x488f3c[0x1]=_0x48021c[_0x1ddde0+0x1],x64LeftShift(_0x488f3c,0x8),x64Xor(_0x44474d,_0x488f3c);case 0x1:_0x488f3c[0x1]=_0x48021c[_0x1ddde0],x64Xor(_0x44474d,_0x488f3c),x64Multiply(_0x44474d,C1),x64Rotl(_0x44474d,0x1f),x64Multiply(_0x44474d,C2),x64Xor(_0x258bef,_0x44474d);}return x64Xor(_0x258bef,_0x4114fc),x64Xor(_0x19aed7,_0x4114fc),x64Add(_0x258bef,_0x19aed7),x64Add(_0x19aed7,_0x258bef),x64Fmix(_0x258bef),x64Fmix(_0x19aed7),x64Add(_0x258bef,_0x19aed7),x64Add(_0x19aed7,_0x258bef),('00000000'+(_0x258bef[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x258bef[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x19aed7[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x19aed7[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8);}const _0x1e0711={};_0x1e0711['winding']=![],_0x1e0711['unstable']=![],_0x1e0711['geometryMurHash']='',_0x1e0711['textMurHash']='',_0x1e0711['geometryDHash']='',_0x1e0711['textDHash']='';const EMPTY$1=_0x1e0711;function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x1baa28){const [_0x4571fd,_0x2b0941]=makeCanvasContext();if(!isSupported(_0x4571fd,_0x2b0941))return EMPTY$1;const _0x12ccf3=doesSupportWinding(_0x2b0941);return renderAll(_0x4571fd,_0x2b0941,_0x12ccf3);}function makeCanvasContext(){const _0x4dc9b8=document['createElement']('canvas');return _0x4dc9b8['width']=0x1,_0x4dc9b8['height']=0x1,[_0x4dc9b8,_0x4dc9b8['getContext']('2d')];}function isSupported(_0x503eb9,_0x4e0ae1){return _0x4e0ae1!==undefined&&_0x4e0ae1!==null&&typeof _0x503eb9['toDataURL']==='function';}function doesSupportWinding(_0x3f762b){return _0x3f762b['rect'](0x0,0x0,0xa,0xa),_0x3f762b['rect'](0x2,0x2,0x6,0x6),!_0x3f762b['isPointInPath'](0x5,0x5,'evenodd');}function renderAll(_0x4e3475,_0x40666e,_0x5b7681){renderTextImage(_0x4e3475,_0x40666e);const _0x438110=computeDHash(_0x4e3475),_0x3f9fb7=canvasToString(_0x4e3475),_0x5072c7=canvasToString(_0x4e3475);if(_0x3f9fb7!==_0x5072c7){const _0x3dffee={};return _0x3dffee['winding']=_0x5b7681,_0x3dffee['unstable']=!![],_0x3dffee['geometryMurHash']='',_0x3dffee['textMurHash']='',_0x3dffee['geometryDHash']='',_0x3dffee['textDHash']='',_0x3dffee;}renderGeometryImage(_0x4e3475,_0x40666e);const _0x38e128=computeDHash(_0x4e3475),_0x4fb812=canvasToString(_0x4e3475);return{'winding':_0x5b7681,'unstable':![],'geometryMurHash':x64hash128(_0x4fb812),'textMurHash':x64hash128(_0x3f9fb7),'geometryDHash':_0x38e128,'textDHash':_0x438110};}function renderTextImage(_0x5cfef2,_0x256cdc){_0x5cfef2['width']=0xf0,_0x5cfef2['height']=0x3c,_0x256cdc['textBaseline']='alphabetic',_0x256cdc['fillStyle']='#f60',_0x256cdc['fillRect'](0x64,0x1,0x3e,0x14),_0x256cdc['fillStyle']='#069',_0x256cdc['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x114620='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x256cdc['fillText'](_0x114620,0x2,0xf),_0x256cdc['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x256cdc['font']='18pt\x20Arial',_0x256cdc['fillText'](_0x114620,0x4,0x2d);}function renderGeometryImage(_0x46e202,_0x2482ea){_0x46e202['width']=0x7a,_0x46e202['height']=0x6e,_0x2482ea['globalCompositeOperation']='multiply';for(const [_0x4f12b1,_0x2b1330,_0x595e2e]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x2482ea['fillStyle']=_0x4f12b1,_0x2482ea['beginPath'](),_0x2482ea['arc'](_0x2b1330,_0x595e2e,0x28,0x0,Math['PI']*0x2,!![]),_0x2482ea['closePath'](),_0x2482ea['fill']();}_0x2482ea['fillStyle']='#f9c',_0x2482ea['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x2482ea['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x2482ea['fill']('evenodd');}function canvasToString(_0x545ab6){return _0x545ab6['toDataURL']();}function getCanvasAdvanced(){try{const _0x34009d=document['createElement']('canvas'),_0x359813=_0x34009d['getContext']('2d');if(!_0x359813)return null;const _0x484799=renderBlendModes(_0x34009d,_0x359813),_0x139985=renderShadows(_0x34009d,_0x359813),_0x4525e7=renderGradientPath(_0x34009d,_0x359813),_0x306c54=testOffscreenConsistency(_0x34009d,_0x359813),_0x29a0ee={};return _0x29a0ee['blendDHash']=_0x484799['dHash'],_0x29a0ee['shadowDHash']=_0x139985['dHash'],_0x29a0ee['gradientDHash']=_0x4525e7['dHash'],_0x29a0ee['blendMurHash']=_0x484799['murHash'],_0x29a0ee['shadowMurHash']=_0x139985['murHash'],_0x29a0ee['gradientMurHash']=_0x4525e7['murHash'],_0x29a0ee['offscreenConsistent']=_0x306c54,_0x29a0ee;}catch{return null;}}function renderBlendModes(_0x4a84aa,_0x41a4ad){_0x4a84aa['width']=0x64,_0x4a84aa['height']=0x64,_0x41a4ad['clearRect'](0x0,0x0,0x64,0x64),_0x41a4ad['fillStyle']='#e74c3c',_0x41a4ad['fillRect'](0xa,0xa,0x3c,0x3c),_0x41a4ad['globalCompositeOperation']='multiply',_0x41a4ad['fillStyle']='#3498db',_0x41a4ad['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x41a4ad['globalCompositeOperation']='screen',_0x41a4ad['fillStyle']='#2ecc71',_0x41a4ad['beginPath'](),_0x41a4ad['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x41a4ad['fill'](),_0x41a4ad['globalCompositeOperation']='overlay',_0x41a4ad['fillStyle']='#f39c12',_0x41a4ad['fillRect'](0x14,0x14,0x1e,0x3c),_0x41a4ad['globalCompositeOperation']='source-over';const _0x3624f1=computeDHash(_0x4a84aa),_0x444f07=x64hash128(_0x4a84aa['toDataURL']()),_0x3a10d6={};return _0x3a10d6['dHash']=_0x3624f1,_0x3a10d6['murHash']=_0x444f07,_0x3a10d6;}function renderShadows(_0x225d5c,_0x7aed37){_0x225d5c['width']=0x78,_0x225d5c['height']=0x50,_0x7aed37['clearRect'](0x0,0x0,0x78,0x50),_0x7aed37['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x7aed37['shadowBlur']=0xa,_0x7aed37['shadowOffsetX']=0x5,_0x7aed37['shadowOffsetY']=0x5,_0x7aed37['fillStyle']='#9b59b6',_0x7aed37['fillRect'](0x14,0xf,0x28,0x28),_0x7aed37['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x7aed37['shadowBlur']=0xf,_0x7aed37['shadowOffsetX']=-0x3,_0x7aed37['shadowOffsetY']=0x3,_0x7aed37['fillStyle']='#1abc9c',_0x7aed37['beginPath'](),_0x7aed37['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x7aed37['fill'](),_0x7aed37['shadowColor']='transparent',_0x7aed37['shadowBlur']=0x0,_0x7aed37['shadowOffsetX']=0x0,_0x7aed37['shadowOffsetY']=0x0;const _0x1a37ab=computeDHash(_0x225d5c),_0x3ccd10=x64hash128(_0x225d5c['toDataURL']()),_0x537d0f={};return _0x537d0f['dHash']=_0x1a37ab,_0x537d0f['murHash']=_0x3ccd10,_0x537d0f;}function renderGradientPath(_0x1eca9a,_0x32444a){_0x1eca9a['width']=0x64,_0x1eca9a['height']=0x64,_0x32444a['clearRect'](0x0,0x0,0x64,0x64);const _0x7d1c8d=_0x32444a['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x7d1c8d['addColorStop'](0x0,'#e74c3c'),_0x7d1c8d['addColorStop'](0.5,'#f39c12'),_0x7d1c8d['addColorStop'](0x1,'#2ecc71'),_0x32444a['fillStyle']=_0x7d1c8d,_0x32444a['beginPath'](),_0x32444a['moveTo'](0x32,0x5),_0x32444a['lineTo'](0x5f,0x23),_0x32444a['lineTo'](0x50,0x5a),_0x32444a['lineTo'](0x14,0x5a),_0x32444a['lineTo'](0x5,0x23),_0x32444a['closePath'](),_0x32444a['fill']();try{const _0x5d0f60=_0x32444a['createConicGradient'](0x0,0x32,0x32);_0x5d0f60['addColorStop'](0x0,'red'),_0x5d0f60['addColorStop'](0.33,'green'),_0x5d0f60['addColorStop'](0.66,'blue'),_0x5d0f60['addColorStop'](0x1,'red'),_0x32444a['globalCompositeOperation']='difference',_0x32444a['fillStyle']=_0x5d0f60,_0x32444a['fillRect'](0xa,0xa,0x50,0x50),_0x32444a['globalCompositeOperation']='source-over';}catch{}const _0x371705=computeDHash(_0x1eca9a),_0x8fb80a=x64hash128(_0x1eca9a['toDataURL']()),_0x1bfc03={};return _0x1bfc03['dHash']=_0x371705,_0x1bfc03['murHash']=_0x8fb80a,_0x1bfc03;}function testOffscreenConsistency(_0x1a2127,_0xa00326){if(typeof OffscreenCanvas==='undefined')return null;try{_0x1a2127['width']=0x32,_0x1a2127['height']=0x32,_0xa00326['clearRect'](0x0,0x0,0x32,0x32),_0xa00326['fillStyle']='#e74c3c',_0xa00326['beginPath'](),_0xa00326['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0xa00326['fill']();const _0x493ffa=computeDHash(_0x1a2127),_0x4ab033=new OffscreenCanvas(0x32,0x32),_0x3f6f86=_0x4ab033['getContext']('2d');if(!_0x3f6f86)return null;_0x3f6f86['fillStyle']='#e74c3c',_0x3f6f86['beginPath'](),_0x3f6f86['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x3f6f86['fill']();const _0xb6338d=document['createElement']('canvas');_0xb6338d['width']=0x32,_0xb6338d['height']=0x32;const _0x2f264d=_0xb6338d['getContext']('2d');if(!_0x2f264d)return null;const _0x272c08=_0x4ab033['transferToImageBitmap']();_0x2f264d['drawImage'](_0x272c08,0x0,0x0);const _0x27dfa5=computeDHash(_0xb6338d);return _0x493ffa===_0x27dfa5;}catch{return null;}}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x276736,_0x4ab004,_0x4afc28,_0x32022c){let _0x25327d=_0x276736,_0x5c7f78=_0x4ab004,_0x4b049e=_0x4afc28,_0x4f3b5c=_0x32022c;return function(){const _0x4b6ebf=_0x5c7f78<<0x9;let _0x2bb5fd=0x5*_0x25327d;return _0x2bb5fd=0x9*(_0x2bb5fd<<0x7|_0x2bb5fd>>>0x19),_0x4f3b5c^=_0x5c7f78,_0x5c7f78^=_0x4b049e^=_0x25327d,_0x25327d^=_0x4f3b5c,_0x4b049e^=_0x4b6ebf,_0x4f3b5c=_0x4f3b5c<<0xb|_0x4f3b5c>>>0x15,(_0x2bb5fd>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x2fc281=document['createElement']('canvas'),_0x5cd831=_0x2fc281['getContext']('2d');if(_0x5cd831===null)return null;_0x2fc281['width']=CANVAS_DIM,_0x2fc281['height']=CANVAS_DIM;const _0x5b45bb=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x1b4aa7=_0x5b45bb()*CANVAS_DIM,_0x53c7ba=_0x5b45bb()*CANVAS_DIM,_0x4f5577=_0x5cd831['createRadialGradient'](_0x1b4aa7,_0x53c7ba,0x2,_0x1b4aa7,_0x53c7ba,CANVAS_DIM*0.8);for(let _0x1f58f1=0x0;_0x1f58f1<0x5;_0x1f58f1++){const _0x2e9b72=Math['floor'](_0x5b45bb()*0x100),_0x42c03d=Math['floor'](_0x5b45bb()*0x100),_0x55e6d3=Math['floor'](_0x5b45bb()*0x100);_0x4f5577['addColorStop'](_0x1f58f1/0x4,'rgb('+_0x2e9b72+','+_0x42c03d+','+_0x55e6d3+')');}_0x5cd831['fillStyle']=_0x4f5577,_0x5cd831['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0xae0f52=0x0;_0xae0f52<0x3;_0xae0f52++){_0x5cd831['beginPath'](),_0x5cd831['arc'](_0x5b45bb()*CANVAS_DIM,_0x5b45bb()*CANVAS_DIM,_0x5b45bb()*CANVAS_DIM*0.4+0x2,_0x5b45bb()*Math['PI']*0x2,_0x5b45bb()*Math['PI']*0x2),_0x5cd831['strokeStyle']='rgba('+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+(_0x5b45bb()*0.5+0.5)['toFixed'](0x2)+')',_0x5cd831['lineWidth']=_0x5b45bb()*0x3+0.5,_0x5cd831['stroke']();}for(let _0x533bb4=0x0;_0x533bb4<0x2;_0x533bb4++){_0x5cd831['beginPath'](),_0x5cd831['moveTo'](_0x5b45bb()*CANVAS_DIM,_0x5b45bb()*CANVAS_DIM),_0x5cd831['bezierCurveTo'](_0x5b45bb()*CANVAS_DIM,_0x5b45bb()*CANVAS_DIM,_0x5b45bb()*CANVAS_DIM,_0x5b45bb()*CANVAS_DIM,_0x5b45bb()*CANVAS_DIM,_0x5b45bb()*CANVAS_DIM),_0x5cd831['strokeStyle']='rgba('+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+(_0x5b45bb()*0.5+0.5)['toFixed'](0x2)+')',_0x5cd831['lineWidth']=_0x5b45bb()*0x2+0.5,_0x5cd831['stroke']();}_0x5cd831['shadowBlur']=_0x5b45bb()*0x8+0x2,_0x5cd831['shadowColor']='rgba('+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+',0.7)',_0x5cd831['shadowOffsetX']=_0x5b45bb()*0x4-0x2,_0x5cd831['shadowOffsetY']=_0x5b45bb()*0x4-0x2,_0x5cd831['fillStyle']='rgb('+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+')',_0x5cd831['fillRect'](_0x5b45bb()*CANVAS_DIM*0.5,_0x5b45bb()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x5cd831['shadowBlur']=0x0,_0x5cd831['shadowColor']='transparent',_0x5cd831['shadowOffsetX']=0x0,_0x5cd831['shadowOffsetY']=0x0;const _0x39a68=['serif','sans-serif','monospace'];for(let _0x5183ce=0x0;_0x5183ce<0x3;_0x5183ce++){const _0x4ba45e=Math['floor'](_0x5b45bb()*0xc)+0x8;_0x5cd831['font']=_0x4ba45e+'px\x20'+_0x39a68[_0x5183ce%0x3],_0x5cd831['fillStyle']='rgb('+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+')',_0x5cd831['fillText'](String['fromCharCode'](Math['floor'](_0x5b45bb()*0x1a)+0x41,Math['floor'](_0x5b45bb()*0x1a)+0x61,Math['floor'](_0x5b45bb()*0xa)+0x30),_0x5b45bb()*CANVAS_DIM*0.7,_0x5b45bb()*CANVAS_DIM*0.8+_0x4ba45e);}_0x5cd831['globalAlpha']=0.3;const _0x25796c=_0x5cd831['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x25796c['addColorStop'](0x0,'rgba('+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+',1)'),_0x25796c['addColorStop'](0x1,'rgba('+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+','+Math['floor'](_0x5b45bb()*0x100)+',1)'),_0x5cd831['fillStyle']=_0x25796c,_0x5cd831['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x5cd831['globalAlpha']=0x1;const _0x492bc7=_0x5cd831['getImageData'](0x0,0x0,_0x2fc281['width'],_0x2fc281['height']),_0x2458fc=fnv1a$2(_0x492bc7['data']),_0x47c55b=computeDHash(_0x2fc281),_0x4ce844=x64hash128(_0x2fc281['toDataURL']()),_0x4e0bf4={};return _0x4e0bf4['p']=_0x2458fc,_0x4e0bf4['d']=CANVAS_DIM,_0x4e0bf4['dHash']=_0x47c55b,_0x4e0bf4['murHash']=_0x4ce844,_0x4e0bf4;}catch{return null;}}function getColorGamut(){for(const _0x3e8470 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x3e8470+')')['matches'])return _0x3e8470;}return undefined;}const _0x360d51={};_0x360d51['prop']='width',_0x360d51['value']='calc(sin(1)\x20*\x201000px)',_0x360d51['label']='sin1';const _0x472d1a={};_0x472d1a['prop']='width',_0x472d1a['value']='calc(cos(1)\x20*\x201000px)',_0x472d1a['label']='cos1';const _0x174ae4={};_0x174ae4['prop']='width',_0x174ae4['value']='calc(tan(0.5)\x20*\x201000px)',_0x174ae4['label']='tan05';const _0x6724e7={};_0x6724e7['prop']='width',_0x6724e7['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x6724e7['label']='sincos';const _0x463451={};_0x463451['prop']='width',_0x463451['value']='calc(sin(0.001)\x20*\x201000000px)',_0x463451['label']='sin_small';const _0x5e3a30={};_0x5e3a30['prop']='width',_0x5e3a30['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x5e3a30['label']='cos_pi';const _0xd60fb3={};_0xd60fb3['prop']='width',_0xd60fb3['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0xd60fb3['label']='tan15';const _0x7b3473={};_0x7b3473['prop']='width',_0x7b3473['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x7b3473['label']='sin_large';const _0x4ca684={};_0x4ca684['prop']='height',_0x4ca684['value']='calc(sqrt(2)\x20*\x201000px)',_0x4ca684['label']='sqrt2';const _0x3e35f0={};_0x3e35f0['prop']='height',_0x3e35f0['value']='calc(exp(1)\x20*\x20100px)',_0x3e35f0['label']='exp1';const _0x246ed0={};_0x246ed0['prop']='height',_0x246ed0['value']='calc(log(10)\x20*\x201000px)',_0x246ed0['label']='log10';const _0x358562={};_0x358562['prop']='height',_0x358562['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x358562['label']='hypot34';const EXPRESSIONS=[_0x360d51,_0x472d1a,_0x174ae4,_0x6724e7,_0x463451,_0x5e3a30,_0xd60fb3,_0x7b3473,_0x4ca684,_0x3e35f0,_0x246ed0,_0x358562];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 _0x59c47d=document['createElement']('div');_0x59c47d['style']['position']='absolute',_0x59c47d['style']['visibility']='hidden',_0x59c47d['style']['overflow']='hidden',_0x59c47d['style']['top']='-9999px',_0x59c47d['style']['left']='-9999px',document['body']['appendChild'](_0x59c47d);const _0x17c08d={};for(const _0x3c6632 of EXPRESSIONS){const _0x4bbc12=document['createElement']('div');_0x4bbc12['style']['position']='absolute',_0x4bbc12['style'][_0x3c6632['prop']]=_0x3c6632['value'],_0x59c47d['appendChild'](_0x4bbc12);const _0x41c119=getComputedStyle(_0x4bbc12),_0x3f1d5c=parseFloat(_0x41c119[_0x3c6632['prop']]);!isNaN(_0x3f1d5c)&&isFinite(_0x3f1d5c)&&(_0x17c08d[_0x3c6632['label']]=Math['round'](_0x3f1d5c*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x59c47d),Object['keys'](_0x17c08d)['length']>0x0?_0x17c08d: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']],_0x23d3e0={};_0x23d3e0['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x527675={};_0x527675['initDataTypes']=['cenc'],_0x527675['audioCapabilities']=[_0x23d3e0];const PROBE_CONFIG=[_0x527675];function getRequestFn(){if(typeof navigator==='undefined')return null;const _0xc452ce=navigator['requestMediaKeySystemAccess'];if(typeof _0xc452ce!=='function')return null;return _0xc452ce;}function getDrmSystems(){const _0x5b0d32=getRequestFn();if(_0x5b0d32===null)return null;return async()=>{const _0x27b515={};_0x27b515['wv']=![],_0x27b515['wvp']=![],_0x27b515['pr']=![],_0x27b515['ck']=![],_0x27b515['pt']=![],_0x27b515['fp']=![];const _0x1bf9ca=_0x27b515;return await Promise['all'](KEY_SYSTEMS['map'](async([_0x301ba2,_0x566410])=>{try{await _0x5b0d32['call'](navigator,_0x566410,PROBE_CONFIG),_0x1bf9ca[_0x301ba2]=!![];}catch{_0x1bf9ca[_0x301ba2]=![];}})),_0x1bf9ca;};}const IFRAME_INIT_TIMEOUT_MS=0x1388,IFRAME_ACTION_TIMEOUT_MS=0xbb8,BODY_POLL_TIMEOUT_MS=0x1388;async function withIframe(_0x4940b5,_0x4d23fe,_0x2b6844=0x32){const _0x3ed485=document;while(_0x3ed485['body']===null){await wait(_0x2b6844);}const _0x476bf8=_0x3ed485['createElement']('iframe');try{await new Promise((_0x3d9642,_0x47efc2)=>{let _0x1e5c26=![];const _0x2e3fcd=()=>{_0x1e5c26=!![],_0x3d9642();},_0x110d05=_0x4afffb=>{_0x1e5c26=!![],_0x47efc2(_0x4afffb);};_0x476bf8['onload']=_0x2e3fcd,_0x476bf8['onerror']=_0x110d05;const {style:_0x5c907b}=_0x476bf8;_0x5c907b['setProperty']('display','block','important'),_0x5c907b['position']='absolute',_0x5c907b['top']='0',_0x5c907b['left']='0',_0x5c907b['visibility']='hidden';_0x4d23fe!==undefined&&_0x4d23fe!==''&&'srcdoc'in _0x476bf8?_0x476bf8['srcdoc']=_0x4d23fe:_0x476bf8['src']='about:blank';_0x3ed485['body']['appendChild'](_0x476bf8);const _0x404b8b=()=>{if(_0x1e5c26)return;_0x476bf8['contentWindow']?.['document']['readyState']==='complete'?_0x2e3fcd():setTimeout(_0x404b8b,0xa);};_0x404b8b();});while(!_0x476bf8['contentWindow']?.['document']['body']){await wait(_0x2b6844);}return await _0x4940b5(_0x476bf8,_0x476bf8['contentWindow']);}finally{_0x476bf8['parentNode']?.['removeChild'](_0x476bf8);}}function emptyCounters(){const _0x219db5={};return _0x219db5['creations']=0x0,_0x219db5['loadsCompleted']=0x0,_0x219db5['initErrors']=0x0,_0x219db5['initTimeouts']=0x0,_0x219db5['actionTimeouts']=0x0,_0x219db5['actionsCompleted']=0x0,_0x219db5['actionsErrored']=0x0,_0x219db5['readyStateSpins']=0x0,_0x219db5['bodyAwaitSpins']=0x0,_0x219db5['bodyAwaitMs']=0x0,_0x219db5;}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];['dc']=emptyCounters();constructor(_0x52b162=0x1388){this['idleTimeoutMs']=_0x52b162;}['getDebugCounters'](){const _0xb98dc7={...this['dc']};return _0xb98dc7;}['execute'](_0x1b431d){return new Promise((_0x5622ed,_0x31a49c)=>{const _0x36115e={};_0x36115e['action']=_0x1b431d,_0x36115e['resolve']=_0x5622ed,_0x36115e['reject']=_0x31a49c,this['queue']['push'](_0x36115e),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(_0x54c7e9){this['dc']['initErrors']+=0x1;const _0x29b965=this['queue']['shift']();_0x29b965?.['reject'](_0x54c7e9);continue;}const _0x3e440b=this['queue']['shift'](),_0x1c8976=this['iframe'];if(_0x3e440b===undefined)continue;if(_0x1c8976===null){_0x3e440b['reject'](new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run'));continue;}try{const _0x11af02=await withTimeoutReject(Promise['resolve'](_0x3e440b['action'](_0x1c8976,_0x1c8976['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,_0x3e440b['resolve'](_0x11af02);}catch(_0x471584){this['dc']['actionsErrored']+=0x1,_0x3e440b['reject'](_0x471584);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x376942=document,_0x365989=Date['now'](),_0x2242dd=_0x365989+BODY_POLL_TIMEOUT_MS;while(_0x376942['body']===null){if(Date['now']()>_0x2242dd){this['dc']['bodyAwaitMs']+=Date['now']()-_0x365989;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']()-_0x365989;if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x52c49d=_0x376942['createElement']('iframe');this['dc']['creations']+=0x1,this['iframe']=_0x52c49d,this['iframeReady']=new Promise((_0x46cfec,_0x45e82b)=>{let _0x3b7798=![];_0x52c49d['onload']=()=>{_0x3b7798=!![],this['dc']['loadsCompleted']+=0x1,_0x46cfec();},_0x52c49d['onerror']=_0x10c587=>{_0x3b7798=!![],this['dc']['initErrors']+=0x1,_0x45e82b(_0x10c587);};const {style:_0xf3b6ee}=_0x52c49d;_0xf3b6ee['setProperty']('display','block','important'),_0xf3b6ee['position']='absolute',_0xf3b6ee['top']='0',_0xf3b6ee['left']='0',_0xf3b6ee['visibility']='hidden',_0x52c49d['src']='about:blank',_0x376942['body']['appendChild'](_0x52c49d);const _0x250d0a=()=>{if(_0x3b7798)return;_0x52c49d['contentWindow']?.['document']['readyState']==='complete'?(_0x3b7798=!![],this['dc']['loadsCompleted']+=0x1,_0x46cfec()):(this['dc']['readyStateSpins']+=0x1,setTimeout(_0x250d0a,0xa));};_0x250d0a();}),await this['iframeReady'];const _0x388f61=Date['now']()+BODY_POLL_TIMEOUT_MS;while(!_0x52c49d['contentWindow']?.['document']['body']){if(Date['now']()>_0x388f61)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 _0x3d11ce=this['queue']['splice'](0x0),_0x224de7=new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run');for(const _0xc750a8 of _0x3d11ce)_0xc750a8['reject'](_0x224de7);}}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function addStyleString(_0x583440,_0xfc262){for(const _0x4f441d of _0xfc262['split'](';')){const _0x1fb3af=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/['exec'](_0x4f441d);if(_0x1fb3af){const [,_0x102fe9,_0x26399b,,_0x2ee7c4]=_0x1fb3af;_0x583440['setProperty'](_0x102fe9,_0x26399b,_0x2ee7c4??'');}}}function isAnyParentCrossOrigin(){let _0x22ce32=window;for(;;){const _0xc1a639=_0x22ce32['parent'];if(_0xc1a639===_0x22ce32)return![];try{if(_0xc1a639['location']['origin']!==_0x22ce32['location']['origin'])return!![];}catch(_0x27c262){if(_0x27c262 instanceof Error&&_0x27c262['name']==='SecurityError')return!![];throw _0x27c262;}_0x22ce32=_0xc1a639;}}function getEmojiSignal(){let _0x23564f='';for(let _0x1608fc=0x1f600;_0x1608fc<=0x1f64f;_0x1608fc++){_0x23564f+=String['fromCodePoint'](_0x1608fc);}return getIframePool()['execute']((_0x1282fe,_0x787bb8)=>{const _0x5bf625=_0x787bb8['document'],_0x294073=_0x5bf625['createElement']('span');_0x294073['style']['whiteSpace']='nowrap',_0x294073['innerText']=_0x23564f,_0x5bf625['body']['append'](_0x294073);const _0x34115={},_0x363e32=['x','y','left','right','bottom','height','top','width'],_0x21fa4d=_0x294073['getBoundingClientRect']();for(const _0x15a0c6 of _0x363e32){_0x15a0c6 in _0x21fa4d&&(_0x34115[_0x15a0c6]=Math['round'](_0x21fa4d[_0x15a0c6]*0x64)/0x64);}const _0x222ccc=_0x787bb8['getComputedStyle'](_0x294073,null)['getPropertyValue']('font-family');return _0x34115['font']=_0x222ccc,_0x5bf625['body']['removeChild'](_0x294073),_0x34115;});}function getEndianness(){const _0x2e60d1=new Float32Array(0x1),_0x209b07=new Uint8Array(_0x2e60d1['buffer']);return _0x2e60d1[0x0]=Infinity,_0x2e60d1[0x0]=_0x2e60d1[0x0]-_0x2e60d1[0x0],_0x209b07[0x3];}const defaultText='mmMwWLliI0fiflO&1',_0x27cad3={};_0x27cad3['font']='-apple-system-body';const _0x4b7063={};_0x4b7063['fontFamily']='serif';const _0x25ec54={};_0x25ec54['fontFamily']='sans-serif';const _0x4c4050={};_0x4c4050['fontFamily']='monospace';const _0x2dd954={};_0x2dd954['fontSize']='1px';const _0xe37f61={};_0xe37f61['fontFamily']='system-ui';const _0x2f17ad={};_0x2f17ad['default']=[],_0x2f17ad['apple']=[_0x27cad3],_0x2f17ad['serif']=[_0x4b7063],_0x2f17ad['sans']=[_0x25ec54],_0x2f17ad['mono']=[_0x4c4050],_0x2f17ad['min']=[_0x2dd954],_0x2f17ad['system']=[_0xe37f61];const presets=_0x2f17ad;function getFontPreferences(){return withNaturalFonts((_0x11b2cc,_0x20e89d,_0x1d5ea3)=>{const _0x51e1f3={},_0x445670={};for(const _0x26d4a6 of Object['keys'](presets)){const [_0xaa3ccd={},_0x416269=defaultText]=presets[_0x26d4a6],_0x5b959d=_0x11b2cc['createElement']('span');_0x5b959d['textContent']=_0x416269,_0x5b959d['style']['whiteSpace']='nowrap';for(const _0x455da3 of Object['keys'](_0xaa3ccd)){const _0x951a8f=_0xaa3ccd[_0x455da3];_0x951a8f!==undefined&&(_0x5b959d['style'][_0x455da3]=_0x951a8f);}_0x51e1f3[_0x26d4a6]=_0x5b959d,_0x20e89d['append'](_0x11b2cc['createElement']('br'),_0x5b959d);}const _0x760eab=_0x1d5ea3['devicePixelRatio']>0x0?_0x1d5ea3['devicePixelRatio']:0x1;for(const _0x2d740a of Object['keys'](presets)){_0x445670[_0x2d740a]=Math['round'](_0x51e1f3[_0x2d740a]['getBoundingClientRect']()['width']*_0x760eab*0x64)/0x64;}return _0x445670;});}function withNaturalFonts(_0x14bd3e,_0x15e2ec=0xfa0){return withIframe((_0x28a33b,_0x35c265)=>{const _0x1cb279=_0x35c265['document'],_0xa023d6=_0x1cb279['body'],_0x43f516=_0xa023d6['style'];_0x43f516['width']=_0x15e2ec+'px',_0x43f516['webkitTextSizeAdjust']=_0x43f516['textSizeAdjust']='none';if(isChromium())_0xa023d6['style']['zoom']=''+0x1/_0x35c265['devicePixelRatio'];else isWebKit()&&(_0xa023d6['style']['zoom']='reset');const _0xc49710=_0x1cb279['createElement']('div'),_0x250d0e={};return _0x250d0e['length']=_0x15e2ec/0x14<<0x0,_0xc49710['textContent']=Array['from'](_0x250d0e)['map'](()=>'word')['join']('\x20'),_0xa023d6['appendChild'](_0xc49710),_0x14bd3e(_0x1cb279,_0xa023d6,_0x35c265);},'<!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']((_0x2e8d5e,{document:_0x161080})=>{const _0x57f1b4=_0x161080['body'];_0x57f1b4['style']['fontSize']=textSize;const _0x38722d=_0x161080['createElement']('div');_0x38722d['style']['setProperty']('visibility','hidden','important');const _0x5b602c={},_0x1cf60c={},_0x505974=_0x2eb423=>{const _0x52d031=_0x161080['createElement']('span'),{style:_0x3b3f8f}=_0x52d031;return _0x3b3f8f['position']='absolute',_0x3b3f8f['top']='0',_0x3b3f8f['left']='0',_0x3b3f8f['fontFamily']=_0x2eb423,_0x52d031['textContent']=testString,_0x38722d['appendChild'](_0x52d031),_0x52d031;},_0x103006=(_0x54617c,_0x3507ee)=>{return _0x505974('\x27'+_0x54617c+'\x27,'+_0x3507ee);},_0x5d21c8=()=>{return baseFonts['map'](_0x505974);},_0x3f707f=()=>{const _0x5adbdc={};for(const _0x5e9bbd of fontList){_0x5adbdc[_0x5e9bbd]=baseFonts['map'](_0x17a009=>_0x103006(_0x5e9bbd,_0x17a009));}return _0x5adbdc;},_0x3287ce=_0x26fb2e=>{return baseFonts['some']((_0x3c6a34,_0x48f677)=>_0x26fb2e[_0x48f677]['offsetWidth']!==_0x5b602c[_0x3c6a34]||_0x26fb2e[_0x48f677]['offsetHeight']!==_0x1cf60c[_0x3c6a34]);},_0xcdf459=_0x5d21c8(),_0x451d51=_0x3f707f();_0x57f1b4['appendChild'](_0x38722d);for(let _0x2697ff=0x0;_0x2697ff<baseFonts['length'];_0x2697ff++){_0x5b602c[baseFonts[_0x2697ff]]=_0xcdf459[_0x2697ff]['offsetWidth'],_0x1cf60c[baseFonts[_0x2697ff]]=_0xcdf459[_0x2697ff]['offsetHeight'];}return fontList['filter'](_0x20ac0a=>_0x3287ce(_0x451d51[_0x20ac0a]));});}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(_0xac3227){const _0x54b8b1=_0xac3227['info'];if(_0x54b8b1!==undefined&&_0x54b8b1!==null){const _0xa6fdc4={};return _0xa6fdc4['vendor']=_0x54b8b1['vendor'],_0xa6fdc4['architecture']=_0x54b8b1['architecture'],_0xa6fdc4;}if(typeof _0xac3227['requestAdapterInfo']==='function'){const _0x47ad70=await _0xac3227['requestAdapterInfo'](),_0x163e74={};return _0x163e74['vendor']=_0x47ad70['vendor'],_0x163e74['architecture']=_0x47ad70['architecture'],_0x163e74;}const _0x496c61={};return _0x496c61['vendor']='',_0x496c61['architecture']='',_0x496c61;}function createTextureData(){const _0x2a807f=[],_0x1cfa4c=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x32f428=0x0;_0x32f428<TEX_WIDTH*TEX_HEIGHT;_0x32f428++){_0x2a807f['push'](..._0x1cfa4c[_0x32f428%0x3]);}return new Uint8Array(_0x2a807f);}function quantizeTiming(_0x18a8d1){const _0x634268=Number(_0x18a8d1/0x3e8n);return Math['round'](_0x634268/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x2ce13b,_0x58a211){const _0x52fdd2=[];for(const _0x40d6f4 of _0x58a211){_0x52fdd2['push'](_0x40d6f4);}const _0xb6367e={};_0xb6367e['requiredFeatures']=_0x52fdd2;const _0x1ce97c=await _0x2ce13b['requestDevice'](_0xb6367e);try{return await renderAndReadbackOnDevice(_0x1ce97c);}finally{typeof _0x1ce97c['destroy']==='function'&&_0x1ce97c['destroy']();}}async function renderAndReadbackOnDevice(_0x51d2ae){const _0x4715be='rgba8unorm',_0x168a36={};_0x168a36['label']='fp-shader',_0x168a36['code']=WGSL_SHADER;const _0x3c01d2=_0x51d2ae['createShaderModule'](_0x168a36),_0x3124dc={};_0x3124dc['module']=_0x3c01d2;const _0x2e6fac={};_0x2e6fac['format']=_0x4715be;const _0x49d5ee={};_0x49d5ee['module']=_0x3c01d2,_0x49d5ee['targets']=[_0x2e6fac];const _0xcb496a={};_0xcb496a['topology']='triangle-list';const _0xbb0264={};_0xbb0264['label']='fp-pipeline',_0xbb0264['layout']='auto',_0xbb0264['vertex']=_0x3124dc,_0xbb0264['fragment']=_0x49d5ee,_0xbb0264['primitive']=_0xcb496a;const _0x293c30=_0x51d2ae['createRenderPipeline'](_0xbb0264),_0x46e3b3=createTextureData(),_0x442ef2={};_0x442ef2['label']='fp-src-texture',_0x442ef2['size']=[TEX_WIDTH,TEX_HEIGHT],_0x442ef2['format']='rgba8unorm',_0x442ef2['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x410fd0=_0x51d2ae['createTexture'](_0x442ef2),_0xbfc2d9={};_0xbfc2d9['texture']=_0x410fd0;const _0x1c11e7={};_0x1c11e7['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x429a82={};_0x429a82['width']=TEX_WIDTH,_0x429a82['height']=TEX_HEIGHT,_0x51d2ae['queue']['writeTexture'](_0xbfc2d9,_0x46e3b3['buffer'],_0x1c11e7,_0x429a82);const _0x1c820c={};_0x1c820c['label']='fp-sampler';const _0x556136=_0x51d2ae['createSampler'](_0x1c820c),_0x21c2c3={};_0x21c2c3['binding']=0x0,_0x21c2c3['resource']=_0x556136;const _0x1091ac=_0x51d2ae['createBindGroup']({'layout':_0x293c30['getBindGroupLayout'](0x0),'entries':[_0x21c2c3,{'binding':0x1,'resource':_0x410fd0['createView']()}]}),_0x618b81=ROTATION_MATRICES['map'](_0xf76161=>{const _0x36836c={};_0x36836c['label']='fp-uniform',_0x36836c['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x36836c['usage']=GPUBufferUsage['UNIFORM'],_0x36836c['mappedAtCreation']=!![];const _0xdf07aa=_0x51d2ae['createBuffer'](_0x36836c);new Float32Array(_0xdf07aa['getMappedRange']())['set'](_0xf76161),_0xdf07aa['unmap']();const _0x2ca560={};_0x2ca560['buffer']=_0xdf07aa;const _0x57ef3a={};return _0x57ef3a['binding']=0x0,_0x57ef3a['resource']=_0x2ca560,_0x51d2ae['createBindGroup']({'layout':_0x293c30['getBindGroupLayout'](0x1),'entries':[_0x57ef3a]});}),_0x24d2c9=_0x51d2ae['features']['has']('timestamp-query');let _0x52ab35=null,_0x4e8c5c=null,_0x557d65=null;if(_0x24d2c9){const _0x45adac={};_0x45adac['label']='fp-ts',_0x45adac['type']='timestamp',_0x45adac['count']=0x2,_0x52ab35=_0x51d2ae['createQuerySet'](_0x45adac);const _0x128605={};_0x128605['size']=0x2*0x8,_0x128605['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x4e8c5c=_0x51d2ae['createBuffer'](_0x128605);const _0x15a3d3={};_0x15a3d3['size']=0x2*0x8,_0x15a3d3['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x557d65=_0x51d2ae['createBuffer'](_0x15a3d3);}const _0x1ef4f7={};_0x1ef4f7['label']='fp-rt',_0x1ef4f7['size']=[RT_WIDTH,RT_HEIGHT],_0x1ef4f7['format']=_0x4715be,_0x1ef4f7['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x429321=_0x51d2ae['createTexture'](_0x1ef4f7),_0x32c0f4=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x2c630d={};_0x2c630d['label']='fp-pixel-read',_0x2c630d['size']=_0x32c0f4*RT_HEIGHT,_0x2c630d['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x29eddc=_0x51d2ae['createBuffer'](_0x2c630d),_0x4f9c94=[],_0x385631=[];for(let _0x5ecdef=0x0;_0x5ecdef<ROTATION_MATRICES['length'];_0x5ecdef++){const _0x22557d=_0x429321['createView'](),_0x1addc5={};_0x1addc5['label']='fp-enc-'+_0x5ecdef;const _0x5c62f8=_0x51d2ae['createCommandEncoder'](_0x1addc5),_0xe41bb9={};_0xe41bb9['r']=0x0,_0xe41bb9['g']=0x0,_0xe41bb9['b']=0x0,_0xe41bb9['a']=0x1;const _0x16bff6={};_0x16bff6['view']=_0x22557d,_0x16bff6['clearValue']=_0xe41bb9,_0x16bff6['loadOp']='clear',_0x16bff6['storeOp']='store';const _0x11d392={'label':'fp-pass-'+_0x5ecdef,'colorAttachments':[_0x16bff6],..._0x24d2c9&&_0x52ab35?{'timestampWrites':{'querySet':_0x52ab35,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x407b31=_0x11d392,_0xffcdaf=_0x5c62f8['beginRenderPass'](_0x407b31);_0xffcdaf['setPipeline'](_0x293c30),_0xffcdaf['setBindGroup'](0x0,_0x1091ac),_0xffcdaf['setBindGroup'](0x1,_0x618b81[_0x5ecdef]),_0xffcdaf['draw'](0x6),_0xffcdaf['end']();_0x24d2c9&&_0x52ab35&&_0x4e8c5c&&_0x557d65&&(_0x5c62f8['resolveQuerySet'](_0x52ab35,0x0,0x2,_0x4e8c5c,0x0),_0x5c62f8['copyBufferToBuffer'](_0x4e8c5c,0x0,_0x557d65,0x0,_0x4e8c5c['size']));const _0x194f98={};_0x194f98['x']=0x0,_0x194f98['y']=0x0;const _0x17f121={};_0x17f121['texture']=_0x429321,_0x17f121['origin']=_0x194f98;const _0x2bf854={};_0x2bf854['buffer']=_0x29eddc,_0x2bf854['bytesPerRow']=_0x32c0f4,_0x2bf854['rowsPerImage']=RT_HEIGHT;const _0x160b81={};_0x160b81['width']=RT_WIDTH,_0x160b81['height']=RT_HEIGHT,_0x5c62f8['copyTextureToBuffer'](_0x17f121,_0x2bf854,_0x160b81),_0x51d2ae['queue']['submit']([_0x5c62f8['finish']()]),await _0x29eddc['mapAsync'](GPUMapMode['READ']);const _0x1330f3=new Uint8Array(_0x29eddc['getMappedRange']()),_0x1547b7=RT_WIDTH*BYTES_PER_PIXEL,_0x3c6e21=new Uint8Array(_0x1547b7*RT_HEIGHT);for(let _0x53a53b=0x0;_0x53a53b<RT_HEIGHT;_0x53a53b++){_0x3c6e21['set'](_0x1330f3['subarray'](_0x53a53b*_0x32c0f4,_0x53a53b*_0x32c0f4+_0x1547b7),_0x53a53b*_0x1547b7);}_0x4f9c94['push'](fnv1a$1(_0x3c6e21)),_0x29eddc['unmap']();if(_0x24d2c9&&_0x557d65)try{await _0x557d65['mapAsync'](GPUMapMode['READ']);const _0x1fd3a0=new BigUint64Array(_0x557d65['getMappedRange']()),_0x5d1ac4=_0x1fd3a0[0x0],_0x2efe00=_0x1fd3a0[0x1];_0x2efe00>_0x5d1ac4&&_0x385631['push'](quantizeTiming(_0x2efe00-_0x5d1ac4)),_0x557d65['unmap']();}catch{}}const _0x3b16d3=new Uint8Array(_0x4f9c94['length']*0x4),_0x3e3e0d=new DataView(_0x3b16d3['buffer']);for(let _0x30d9e8=0x0;_0x30d9e8<_0x4f9c94['length'];_0x30d9e8++){_0x3e3e0d['setUint32'](_0x30d9e8*0x4,_0x4f9c94[_0x30d9e8],!![]);}let _0x24da2d='';for(let _0x375d0a=0x0;_0x375d0a<_0x3b16d3['length'];_0x375d0a++){_0x24da2d+=String['fromCharCode'](_0x3b16d3[_0x375d0a]);}return{'pixelHash':btoa(_0x24da2d),'timingBuckets':_0x385631};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0xba0818={};return _0xba0818['s']=-0x1,_0xba0818['v']=null,_0xba0818;}const _0x1c85c5={};_0x1c85c5['s']=-0x2,_0x1c85c5['v']=null;const _0x5d207a=await Promise['race']([collectWebGpuSignal(),new Promise(_0x2da0f9=>setTimeout(()=>_0x2da0f9(_0x1c85c5),TIMEOUT_MS))]);return _0x5d207a;}async function collectWebGpuSignal(){const {getCachedGpuAdapter:_0x2e50d6}=await Promise['resolve']()['then'](function(){return webgpuAdapter;});let _0x4f5939;try{const _0x1eb236=_0x2e50d6(),_0x1bb0b8={};_0x1bb0b8['s']=-0x4,_0x1bb0b8['v']=null;if(_0x1eb236===null)return _0x1bb0b8;const _0x62660a=await _0x1eb236;if(_0x62660a===null){const _0x1cacc0={};return _0x1cacc0['s']=-0x4,_0x1cacc0['v']=null,_0x1cacc0;}_0x4f5939=_0x62660a;}catch(_0x206cde){if(_0x206cde instanceof Error){const _0x2777f1={};return _0x2777f1['s']=-0x3,_0x2777f1['v']=null,_0x2777f1;}throw _0x206cde;}try{const _0x4ae1fd=Array['from'](_0x4f5939['features']['values']())['sort'](),[_0x2ea7e9,_0x9a5a62]=await Promise['all']([renderAndReadback(_0x4f5939,_0x4ae1fd),getAdapterInfo$1(_0x4f5939)]),_0xb6273={};_0xb6273['s']=_0x4ae1fd,_0xb6273['f']=_0x2ea7e9['pixelHash'],_0xb6273['t']=_0x2ea7e9['timingBuckets'],_0xb6273['v']=_0x9a5a62['vendor'],_0xb6273['a']=_0x9a5a62['architecture'];const _0x1e73ba={};return _0x1e73ba['s']=0x0,_0x1e73ba['v']=_0xb6273,_0x1e73ba;}catch(_0x4fcce2){if(_0x4fcce2 instanceof TypeError){const _0x5c9414={};return _0x5c9414['s']=-0x7,_0x5c9414['v']=null,_0x5c9414;}throw _0x4fcce2;}}const _0x24b24d={};_0x24b24d['text']='今天天气真好我们出去玩吧',_0x24b24d['locale']='zh',_0x24b24d['gran']='word';const _0x194c20={};_0x194c20['text']='東京都は日本の首都です',_0x194c20['locale']='ja',_0x194c20['gran']='word';const _0x2dc0b5={};_0x2dc0b5['text']='สวัสดีครับวันนี้อากาศดี',_0x2dc0b5['locale']='th',_0x2dc0b5['gran']='word';const _0x5609de={};_0x5609de['text']='오늘날씨가좋아서산책했습니다',_0x5609de['locale']='ko',_0x5609de['gran']='word';const _0x3ae0c3={};_0x3ae0c3['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x3ae0c3['locale']='en',_0x3ae0c3['gran']='word';const _0xc98436={};_0xc98436['text']='👨👩👧👦🏳️🌈👩🏽💻',_0xc98436['locale']='en',_0xc98436['gran']='grapheme';const SEGMENTER_TESTS=[_0x24b24d,_0x194c20,_0x2dc0b5,_0x5609de,_0x3ae0c3,_0xc98436],_0x2562b4={};_0x2562b4['code']='XK',_0x2562b4['type']='region';const _0x1f8285={};_0x1f8285['code']='EH',_0x1f8285['type']='region';const _0x491b8b={};_0x491b8b['code']='SX',_0x491b8b['type']='region';const _0x30da0f={};_0x30da0f['code']='BQ',_0x30da0f['type']='region';const _0x3439fd={};_0x3439fd['code']='SS',_0x3439fd['type']='region';const _0x573c72={};_0x573c72['code']='CW',_0x573c72['type']='region';const DISPLAY_NAMES_TESTS=[_0x2562b4,_0x1f8285,_0x491b8b,_0x30da0f,_0x3439fd,_0x573c72];function getIntlSegmenter(){const _0x2da0d5={};_0x2da0d5['segmenter']=null,_0x2da0d5['displayNames']=null;const _0x2fa31a=_0x2da0d5;try{const _0x4ec644=Intl['Segmenter'];if(_0x4ec644){const _0x31a6fa={};for(const _0x1c539f of SEGMENTER_TESTS){try{const _0x3723a1=new _0x4ec644(_0x1c539f['locale'],{'granularity':_0x1c539f['gran']}),_0x190f64=[..._0x3723a1['segment'](_0x1c539f['text'])]['length'];_0x31a6fa[_0x1c539f['locale']+'_'+_0x1c539f['gran']]=_0x190f64;}catch{}}Object['keys'](_0x31a6fa)['length']>0x0&&(_0x2fa31a['segmenter']=_0x31a6fa);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x153c16={},_0x544370={};_0x544370['type']='region';const _0x91e3c8=new Intl['DisplayNames'](['en'],_0x544370);for(const _0xef2ce of DISPLAY_NAMES_TESTS){try{const _0x27b641=_0x91e3c8['of'](_0xef2ce['code']);_0x27b641!==undefined&&_0x27b641!==''&&(_0x153c16[_0xef2ce['code']]=_0x27b641);}catch{}}Object['keys'](_0x153c16)['length']>0x0&&(_0x2fa31a['displayNames']=_0x153c16);}}catch{}return _0x2fa31a;}const fallbackFn=()=>0x0;function getMathFn(_0x170608){const _0x391821=globalThis['Math'][_0x170608];return typeof _0x391821==='function'?_0x391821:fallbackFn;}function getMathSignal(){const _0x15a387=getMathFn('acos'),_0x2f7a10=getMathFn('acosh'),_0x49c43c=getMathFn('asin'),_0x35b3fb=getMathFn('asinh'),_0x30b6f8=getMathFn('atanh'),_0x521cee=getMathFn('atan'),_0x4cfe0e=getMathFn('sin'),_0x554980=getMathFn('sinh'),_0x78ae45=getMathFn('cos'),_0x295a94=getMathFn('cosh'),_0xf536af=getMathFn('tan'),_0x5de2be=getMathFn('tanh'),_0x261a1f=getMathFn('exp'),_0x4dd5be=getMathFn('expm1'),_0x1106f8=getMathFn('log1p'),_0x66ef63=_0x4c6ba6=>Math['pow'](Math['PI'],_0x4c6ba6),_0x22b623=_0xc02cc3=>Math['log'](_0xc02cc3+Math['sqrt'](_0xc02cc3*_0xc02cc3-0x1)),_0x373f30=_0xe92bbf=>Math['log'](_0xe92bbf+Math['sqrt'](_0xe92bbf*_0xe92bbf+0x1)),_0x423c45=_0x324dce=>Math['log']((0x1+_0x324dce)/(0x1-_0x324dce))/0x2,_0x514ede=_0x36ab3a=>Math['exp'](_0x36ab3a)-0x1/Math['exp'](_0x36ab3a)/0x2,_0x2274c6=_0x4f68fb=>(Math['exp'](_0x4f68fb)+0x1/Math['exp'](_0x4f68fb))/0x2,_0x1620d4=_0x5d7bdc=>Math['exp'](_0x5d7bdc)-0x1,_0x416119=_0x5be6da=>(Math['exp'](0x2*_0x5be6da)-0x1)/(Math['exp'](0x2*_0x5be6da)+0x1),_0x4cf5f0=_0x5377c6=>Math['log'](0x1+_0x5377c6);return{'acos':_0x15a387(0.12312423423423424),'acosh':_0x2f7a10(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x22b623(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x49c43c(0.12312423423423424),'asinh':_0x35b3fb(0x1),'asinhPf':_0x373f30(0x1),'atanh':_0x30b6f8(0.5),'atanhPf':_0x423c45(0.5),'atan':_0x521cee(0.5),'sin':_0x4cfe0e(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x554980(0x1),'sinhPf':_0x514ede(0x1),'cos':_0x78ae45(10.000000000123),'cosh':_0x295a94(0x1),'coshPf':_0x2274c6(0x1),'tan':_0xf536af(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x5de2be(0x1),'tanhPf':_0x416119(0x1),'exp':_0x261a1f(0x1),'expm1':_0x4dd5be(0x1),'expm1Pf':_0x1620d4(0x1),'log1p':_0x1106f8(0xa),'log1pPf':_0x4cf5f0(0xa),'powPI':_0x66ef63(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x3690fa=document['createDocumentFragment'](),_0x3842f7=createMathElement(_0x3690fa,'mrow'),_0x2c0371=createMathElement(_0x3842f7,'munderover'),_0x5b2d68=createMathElement(_0x2c0371,'mmultiscripts');createMathElement(_0x5b2d68,'mo','∏');for(const [_0x4ffe79,_0x37607d,_0x963809,_0x15c0f7,_0x5357e5]of QUINTUPLETS){const _0x49ce2=document['createElement']('mmultiscripts');createMathElement(_0x49ce2,'mi',_0x4ffe79),createMathElement(_0x49ce2,'mi',_0x37607d),createMathElement(_0x49ce2,'mi',_0x963809),createMathElement(_0x49ce2,'mprescripts'),createMathElement(_0x49ce2,'mi',_0x15c0f7),createMathElement(_0x49ce2,'mi',_0x5357e5),_0x5b2d68['append'](_0x49ce2);}return getIframePool()['execute']((_0x11b594,_0x5b5efc)=>{const _0x321ac4=_0x5b5efc['document'],_0x468d49=_0x321ac4['createElement']('math');_0x468d49['style']['whiteSpace']='nowrap',_0x468d49['append'](_0x3690fa),_0x321ac4['body']['append'](_0x468d49);const _0x5c0aa3={},_0x4bac60=_0x468d49['getBoundingClientRect'](),_0x1f403f=['x','y','left','right','bottom','height','top','width'];for(const _0x230f2a of _0x1f403f){_0x230f2a in _0x4bac60&&(_0x5c0aa3[_0x230f2a]=_0x4bac60[_0x230f2a]);}const _0x563962=_0x5b5efc['getComputedStyle'](_0x468d49,null)['getPropertyValue']('font-family');return _0x5c0aa3['font']=_0x563962,_0x321ac4['body']['removeChild'](_0x468d49),_0x5c0aa3;});}function createMathElement(_0x55031d,_0x89c8a6,_0x1625ad=''){const _0x369e84=document['createElement'](_0x89c8a6);return _0x369e84['textContent']=_0x1625ad,_0x55031d['appendChild'](_0x369e84),_0x369e84;}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(_0x46fe64){const _0x2a9b72=window,_0x3e0f07=_0x2a9b72['MediaSource'];if(_0x3e0f07===undefined||typeof _0x3e0f07['isTypeSupported']!=='function')return-0x1;let _0xb2d474=0x0;for(let _0x543d9c=0x0;_0x543d9c<_0x46fe64['length'];_0x543d9c++){try{_0x3e0f07['isTypeSupported'](_0x46fe64[_0x543d9c])&&(_0xb2d474|=0x1<<_0x543d9c);}catch{}}return _0xb2d474;}function getRtcCodecs(_0x42a235){const _0x4754ea=window,_0x3b6ca9=_0x4754ea['RTCRtpReceiver'];if(_0x3b6ca9===undefined||typeof _0x3b6ca9['getCapabilities']!=='function')return null;try{const _0x452775=_0x3b6ca9['getCapabilities'](_0x42a235);if(_0x452775===null)return null;const _0x1bcaba=_0x452775['codecs']['map'](_0x949d10=>''+_0x949d10['mimeType']+(_0x949d10['sdpFmtpLine']!==undefined&&_0x949d10['sdpFmtpLine']!==''?';'+_0x949d10['sdpFmtpLine']:''));return _0x1bcaba['sort']();}catch{return null;}}const VOICES_CHANGED_EVENT='voiceschanged',POLL_TIMEOUT_MS=0x258;function escapeField(_0x13e4b1){if(_0x13e4b1===undefined||_0x13e4b1===null||_0x13e4b1==='')return'';return String(_0x13e4b1)['replace'](/([,\\])/g,'\x5c$1');}function getSpeechSynthesis(){if(typeof window==='undefined')return null;const _0x8169a5=window['speechSynthesis'];if(!_0x8169a5||typeof _0x8169a5['getVoices']!=='function')return null;return _0x8169a5;}function readVoicesOnce(_0x1455ae){try{const _0x59119a=_0x1455ae['getVoices']();if(Array['isArray'](_0x59119a)&&_0x59119a['length']>0x0)return _0x59119a;}catch{}return null;}function awaitVoicesPopulated(_0x3f39ea){return new Promise(_0x192059=>{let _0xa81091=![];const _0x270d16=_0x314410=>{if(_0xa81091)return;_0xa81091=!![];if(_0x2078a2!==null)clearTimeout(_0x2078a2);if(_0x5a777c!==null&&typeof _0x3f39ea['removeEventListener']==='function')try{_0x3f39ea['removeEventListener'](VOICES_CHANGED_EVENT,_0x5a777c);}catch{}_0x192059(_0x314410);},_0x5dbbce=readVoicesOnce(_0x3f39ea);if(_0x5dbbce!==null){_0x192059(_0x5dbbce);return;}let _0x2078a2=setTimeout(()=>{_0x270d16(null);},POLL_TIMEOUT_MS),_0x5a777c=null;if(typeof _0x3f39ea['addEventListener']==='function'){_0x5a777c=()=>{const _0x27c136=readVoicesOnce(_0x3f39ea);if(_0x27c136!==null)_0x270d16(_0x27c136);};try{_0x3f39ea['addEventListener'](VOICES_CHANGED_EVENT,_0x5a777c);}catch{_0x5a777c=null;}}});}function buildDescriptors(_0x4a43a2){const _0x1cd167=[];for(const _0x40ebbb of _0x4a43a2){const _0xb32436=escapeField(_0x40ebbb['voiceURI']),_0x459f1e=escapeField(_0x40ebbb['name']),_0x9152a6=escapeField(_0x40ebbb['lang']),_0x2d64a3=_0x40ebbb['localService']===!![]?'1':'0',_0x13c0bd=_0x40ebbb['default']===!![]?'1':'0';_0x1cd167['push'](_0xb32436+','+_0x459f1e+','+_0x9152a6+','+_0x2d64a3+','+_0x13c0bd);}return _0x1cd167['sort'](),_0x1cd167;}function buildMask(_0x37235f){let _0x1c08c6=0x0;for(const _0xd62e23 of _0x37235f){if(_0xd62e23['localService']===!![])_0x1c08c6|=0x1;if(_0xd62e23['default']===!![])_0x1c08c6|=0x2;}return _0x1c08c6;}function getSpeechVoices(){const _0x4ec88e=getSpeechSynthesis();if(_0x4ec88e===null)return null;return async()=>{let _0x1ef2f6=await awaitVoicesPopulated(_0x4ec88e);if(_0x1ef2f6===null)try{const _0x489d46=_0x4ec88e['getVoices']();if(Array['isArray'](_0x489d46))_0x1ef2f6=_0x489d46;else return null;}catch{return null;}const _0x51798d=buildDescriptors(_0x1ef2f6),_0x2b8a2b=x64hash128(JSON['stringify'](_0x51798d)),_0x1883eb=buildMask(_0x1ef2f6),_0x1764cd=_0x1ef2f6['length'],_0x2b55c0={};return _0x2b55c0['hash']=_0x2b8a2b,_0x2b55c0['mask']=_0x1883eb,_0x2b55c0['count']=_0x1764cd,_0x2b55c0;};}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x2edd48,_0x6393d)=>{const _0x45158c=_0x6393d['document'],_0x5f0e77=_0x45158c['createElement']('div');_0x5f0e77['style']['border']='.5px\x20dotted\x20transparent',_0x45158c['body']['appendChild'](_0x5f0e77);const _0x5dab8b=_0x5f0e77['offsetHeight'];return _0x45158c['body']['removeChild'](_0x5f0e77),_0x5dab8b;});}catch{return null;}}function getSupportedConstraints(){try{const _0x19b6f2=navigator['mediaDevices'];if(_0x19b6f2===undefined||typeof _0x19b6f2['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x19b6f2['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x2a97cd='';for(let _0x440a3a=0x1f600;_0x440a3a<=0x1f64f;_0x440a3a++){_0x2a97cd+=String['fromCodePoint'](_0x440a3a);}return getIframePool()['execute']((_0x1caf7b,_0x1c8d5a)=>{const _0x258bc7=_0x1c8d5a['document'],_0xbd3c8e='http://www.w3.org/2000/svg',_0x1be2c9=_0x258bc7['createElementNS'](_0xbd3c8e,'svg');_0x1be2c9['setAttribute']('width','0'),_0x1be2c9['setAttribute']('height','0'),_0x1be2c9['style']['position']='absolute',_0x1be2c9['style']['visibility']='hidden';const _0x237770=_0x258bc7['createElementNS'](_0xbd3c8e,'text');_0x237770['setAttribute']('x','0'),_0x237770['setAttribute']('y','50'),_0x237770['setAttribute']('font-size','16'),_0x237770['textContent']=_0x2a97cd,_0x1be2c9['appendChild'](_0x237770),_0x258bc7['body']['appendChild'](_0x1be2c9);const _0x21ce2b=_0x1c8d5a['getComputedStyle'](_0x237770)['getPropertyValue']('font-family');let _0x448c87=null;try{const _0x101c33=_0x237770['getBBox']();_0x448c87={'x':round(_0x101c33['x']),'y':round(_0x101c33['y']),'width':round(_0x101c33['width']),'height':round(_0x101c33['height'])};}catch{}let _0x338a05=null;try{const _0x405dd0=_0x237770,_0xc31fd8=_0x405dd0['getExtentOfChar'](0x0);_0x338a05={'x':round(_0xc31fd8['x']),'y':round(_0xc31fd8['y']),'width':round(_0xc31fd8['width']),'height':round(_0xc31fd8['height'])};}catch{}let _0x53d8ba=null;try{const _0x39f55a=_0x237770;_0x53d8ba=round(_0x39f55a['getSubStringLength'](0x0,0xa));}catch{}let _0xbc7054=null;try{const _0x1847e9=_0x237770;_0xbc7054=round(_0x1847e9['getComputedTextLength']());}catch{}_0x258bc7['body']['removeChild'](_0x1be2c9);const _0x3ea01a={};return _0x3ea01a['bbox']=_0x448c87,_0x3ea01a['charExtent']=_0x338a05,_0x3ea01a['substringLength']=_0x53d8ba,_0x3ea01a['computedTextLength']=_0xbc7054,_0x3ea01a['font']=_0x21ce2b,_0x3ea01a;});}function round(_0x484a8d){return Math['round'](_0x484a8d*0x64)/0x64;}const _0x321c5d={};_0x321c5d['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x321c5d['width']=0x780,_0x321c5d['height']=0x438,_0x321c5d['bitrate']=0x4c4b40,_0x321c5d['framerate']=0x1e;const _0x5aef98={};_0x5aef98['type']='file',_0x5aef98['video']=_0x321c5d;const _0x4142b6={};_0x4142b6['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x4142b6['width']=0x780,_0x4142b6['height']=0x438,_0x4142b6['bitrate']=0x4c4b40,_0x4142b6['framerate']=0x1e;const _0x454c20={};_0x454c20['type']='file',_0x454c20['video']=_0x4142b6;const _0x585a51={};_0x585a51['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0x585a51['width']=0x780,_0x585a51['height']=0x438,_0x585a51['bitrate']=0x4c4b40,_0x585a51['framerate']=0x1e;const _0x4051df={};_0x4051df['type']='file',_0x4051df['video']=_0x585a51;const _0x5a9666={};_0x5a9666['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x5a9666['width']=0x780,_0x5a9666['height']=0x438,_0x5a9666['bitrate']=0x4c4b40,_0x5a9666['framerate']=0x1e;const _0x266554={};_0x266554['type']='file',_0x266554['video']=_0x5a9666;const _0x46f9c9={};_0x46f9c9['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x46f9c9['width']=0x780,_0x46f9c9['height']=0x438,_0x46f9c9['bitrate']=0x4c4b40,_0x46f9c9['framerate']=0x1e;const _0x54b2f7={};_0x54b2f7['type']='file',_0x54b2f7['video']=_0x46f9c9;const _0x2c35ef={};_0x2c35ef['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x2c35ef['width']=0xf00,_0x2c35ef['height']=0x870,_0x2c35ef['bitrate']=0x1312d00,_0x2c35ef['framerate']=0x3c;const _0x4b0786={};_0x4b0786['type']='file',_0x4b0786['video']=_0x2c35ef;const _0x23a2cf={};_0x23a2cf['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x23a2cf['width']=0xf00,_0x23a2cf['height']=0x870,_0x23a2cf['bitrate']=0x1312d00,_0x23a2cf['framerate']=0x3c;const _0x2373a1={};_0x2373a1['type']='file',_0x2373a1['video']=_0x23a2cf;const _0x5eb28e={};_0x5eb28e['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x5eb28e['width']=0xf00,_0x5eb28e['height']=0x870,_0x5eb28e['bitrate']=0x1312d00,_0x5eb28e['framerate']=0x3c;const _0x4d4cf4={};_0x4d4cf4['type']='file',_0x4d4cf4['video']=_0x5eb28e;const CODEC_CONFIGS=[_0x5aef98,_0x454c20,_0x4051df,_0x266554,_0x54b2f7,_0x4b0786,_0x2373a1,_0x4d4cf4];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x442411=>{try{const _0x4f928e=await navigator['mediaCapabilities']['decodingInfo'](_0x442411);let _0x44a667=0x0;if(_0x4f928e['supported'])_0x44a667|=0x1;if(_0x4f928e['smooth'])_0x44a667|=0x2;if(_0x4f928e['powerEfficient'])_0x44a667|=0x4;return _0x44a667;}catch(_0x15f5f3){return _0x15f5f3 instanceof Error?_0x15f5f3['message']:String(_0x15f5f3);}}));}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 _0x157406=0x0;for(const _0x4b882f of FEATURE_MODULES$1){_0x157406<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX$1,..._0x4b882f)['buffer'])&&(_0x157406|=0x1);}return _0x157406;}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 _0x42c537=Date['now']();let _0x2c15c0=null,_0x3d2bf9=null;try{const _0x1af80b={};_0x1af80b['type']='application/javascript';const _0x173d56=new Blob([WORKER_SOURCE],_0x1af80b);_0x3d2bf9=URL['createObjectURL'](_0x173d56),_0x2c15c0=new Worker(_0x3d2bf9);}catch{if(_0x3d2bf9!==null)URL['revokeObjectURL'](_0x3d2bf9);return _0x2c15c0?.['terminate'](),null;}const _0x366426=_0x2c15c0;try{const _0x2b118d=await new Promise(_0x2d5c2e=>{const _0x15d628=setTimeout(()=>_0x2d5c2e(undefined),WORKER_PROBE_TIMEOUT_MS);_0x366426['onmessage']=_0x5b659a=>{clearTimeout(_0x15d628),_0x5b659a['data']['ok']&&typeof _0x5b659a['data']['mask']==='number'?_0x2d5c2e(_0x5b659a['data']['mask']):_0x2d5c2e(undefined);},_0x366426['onerror']=()=>{clearTimeout(_0x15d628),_0x2d5c2e(undefined);},_0x366426['postMessage']('probe');});return{'mask':_0x2b118d,'durationMs':Date['now']()-_0x42c537};}finally{_0x366426['terminate']();if(_0x3d2bf9!==null)URL['revokeObjectURL'](_0x3d2bf9);}};}const _0x436799={};_0x436799['conditionalCreate']='cc',_0x436799['conditionalGet']='cg',_0x436799['hybridTransport']='ht',_0x436799['passkeyPlatformAuthenticator']='ppa',_0x436799['userVerifyingPlatformAuthenticator']='uvpa',_0x436799['relatedOrigins']='ro',_0x436799['signalAllAcceptedCredentials']='saac',_0x436799['signalCurrentUserDetails']='scud',_0x436799['signalUnknownCredential']='suc',_0x436799['extension:credProps']='ecp',_0x436799['extension:prf']='ep',_0x436799['extension:appid']='eai',_0x436799['extension:appidExclude']='eaie',_0x436799['extension:credBlob']='ecb',_0x436799['extension:credProtect']='ecpr',_0x436799['extension:hmacSecret']='ehs',_0x436799['extension:largeBlob']='elb',_0x436799['extension:minPinLength']='empl',_0x436799['extension:payment']='epy';const CAPABILITY_SHORT_CODE=_0x436799;function getPublicKeyCredential(){if(typeof window==='undefined')return null;const _0x5b566d=window['PublicKeyCredential'];if(!_0x5b566d||typeof _0x5b566d['getClientCapabilities']!=='function')return null;return _0x5b566d;}function getWebAuthnCapabilities(){const _0x44e6f3=getPublicKeyCredential();if(_0x44e6f3===null||_0x44e6f3['getClientCapabilities']===undefined)return null;const _0x47311a=_0x44e6f3['getClientCapabilities'];return async()=>{let _0x167e99;try{_0x167e99=await _0x47311a();}catch{return null;}if(_0x167e99===null||typeof _0x167e99!=='object')return null;const _0x3e249a={};for(const [_0x54f625,_0xa68cce]of Object['entries'](_0x167e99)){const _0x2d4462=CAPABILITY_SHORT_CODE[_0x54f625];if(_0x2d4462!==undefined)_0x3e249a[_0x2d4462]=_0xa68cce===!![];}return _0x3e249a;};}const _0xcd1c65={};_0xcd1c65['codec']='avc1.42001E',_0xcd1c65['width']=0x780,_0xcd1c65['height']=0x438,_0xcd1c65['label']='h264-baseline-1080';const _0x1adecf={};_0x1adecf['codec']='avc1.4D0032',_0x1adecf['width']=0xf00,_0x1adecf['height']=0x870,_0x1adecf['label']='h264-main-4k';const _0x30f4b={};_0x30f4b['codec']='avc1.640033',_0x30f4b['width']=0xf00,_0x30f4b['height']=0x870,_0x30f4b['label']='h264-high-4k';const _0xd32df={};_0xd32df['codec']='hev1.1.6.L150.B0',_0xd32df['width']=0x780,_0xd32df['height']=0x438,_0xd32df['label']='hevc-main-1080';const _0x2bf72e={};_0x2bf72e['codec']='hev1.2.4.L153.B0',_0x2bf72e['width']=0xf00,_0x2bf72e['height']=0x870,_0x2bf72e['label']='hevc-main10-4k';const _0x3111d7={};_0x3111d7['codec']='hev1.1.6.L180.B0',_0x3111d7['width']=0x1e00,_0x3111d7['height']=0x10e0,_0x3111d7['label']='hevc-main-8k';const _0x26a93c={};_0x26a93c['codec']='vp09.00.40.08',_0x26a93c['width']=0x780,_0x26a93c['height']=0x438,_0x26a93c['label']='vp9-profile0-1080';const _0xdb6acd={};_0xdb6acd['codec']='vp09.02.40.10',_0xdb6acd['width']=0xf00,_0xdb6acd['height']=0x870,_0xdb6acd['label']='vp9-profile2-4k-10bit';const _0x5d9ee9={};_0x5d9ee9['codec']='av01.0.08M.08',_0x5d9ee9['width']=0x780,_0x5d9ee9['height']=0x438,_0x5d9ee9['label']='av1-main-1080';const _0x3719a1={};_0x3719a1['codec']='av01.0.12M.10',_0x3719a1['width']=0xf00,_0x3719a1['height']=0x870,_0x3719a1['label']='av1-main-4k-10bit';const _0xded2f6={};_0xded2f6['codec']='av01.0.16M.10',_0xded2f6['width']=0x1e00,_0xded2f6['height']=0x10e0,_0xded2f6['label']='av1-main-8k-10bit';const _0x5b61e9={};_0x5b61e9['codec']='vp8',_0x5b61e9['width']=0x780,_0x5b61e9['height']=0x438,_0x5b61e9['label']='vp8-1080';const CODEC_TESTS=[_0xcd1c65,_0x1adecf,_0x30f4b,_0xd32df,_0x2bf72e,_0x3111d7,_0x26a93c,_0xdb6acd,_0x5d9ee9,_0x3719a1,_0xded2f6,_0x5b61e9];async function getWebCodecsHardware(){try{const _0x49f8bf=window['VideoDecoder'];if(!_0x49f8bf||typeof _0x49f8bf['isConfigSupported']!=='function')return null;const _0x110e54=_0x49f8bf['isConfigSupported']['bind'](_0x49f8bf),_0x425638=[],_0x2c675b=CODEC_TESTS['map'](async _0x1be5ad=>{try{const _0x5c7a70={};_0x5c7a70['codec']=_0x1be5ad['codec'],_0x5c7a70['codedWidth']=_0x1be5ad['width'],_0x5c7a70['codedHeight']=_0x1be5ad['height'],_0x5c7a70['hardwareAcceleration']='prefer-hardware';const _0x482076=_0x5c7a70,_0x3468d5=await Promise['race']([_0x110e54(_0x482076),new Promise(_0x52e5aa=>setTimeout(()=>_0x52e5aa(null),0x1f4))]);if(_0x3468d5?.['supported']===!![]){const _0xddf550=_0x3468d5['config'],_0x42557a=_0xddf550?.['hardwareAcceleration'];(_0x42557a==='prefer-hardware'||_0x42557a===undefined)&&_0x425638['push'](_0x1be5ad['label']);}}catch{}});return await Promise['all'](_0x2c675b),_0x425638['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:_0x2ddd18}){const _0x4c5167=getWebGLContext(_0x2ddd18);if(!_0x4c5167)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x4c5167))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x4066ab=shouldAvoidDebugRendererInfo()?null:_0x4c5167['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x4c5167,_0x4c5167['VERSION']),'vendor':getParamString(_0x4c5167,_0x4c5167['VENDOR']),'vendorUnmasked':_0x4066ab!==null?getParamString(_0x4c5167,_0x4066ab['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x4c5167,_0x4c5167['RENDERER']),'rendererUnmasked':_0x4066ab!==null?getParamString(_0x4c5167,_0x4066ab['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x4c5167,_0x4c5167['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x4ae0ba}){const _0x14f125=getWebGLContext(_0x4ae0ba);if(!_0x14f125)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x14f125))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x4ba2ea=_0x14f125['getSupportedExtensions'](),_0x3c7a55=_0x14f125['getContextAttributes'](),_0x1dd071=[],_0x22d59b=[],_0x26c612=[],_0x231856=[],_0x381ea7=[];if(_0x3c7a55)for(const _0x48f6e4 of Object['keys'](_0x3c7a55)){_0x22d59b['push'](_0x48f6e4+'='+_0x3c7a55[_0x48f6e4]);}const _0x28521c=getConstantsFromPrototype(_0x14f125);for(const _0x49bc42 of _0x28521c){const _0x152f28=_0x14f125[_0x49bc42],_0xea9b90=validContextParameters['has'](_0x152f28)?'='+String(_0x14f125['getParameter'](_0x152f28)):'';_0x26c612['push'](_0x49bc42+'='+_0x152f28+_0xea9b90);}if(_0x4ba2ea!==null)for(const _0x51df2d of _0x4ba2ea){if(_0x51df2d===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x51df2d===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x27c475=_0x14f125['getExtension'](_0x51df2d);if(_0x27c475===null){_0x1dd071['push'](_0x51df2d);continue;}for(const _0xc05b54 of getConstantsFromPrototype(_0x27c475)){const _0x577081=_0x27c475[_0xc05b54],_0x2cfc44=validExtensionParams['has'](_0x577081)?'='+String(_0x14f125['getParameter'](_0x577081)):'';_0x231856['push'](_0xc05b54+'='+_0x577081+_0x2cfc44);}}for(const _0x423ade of shaderTypes){for(const _0xe409e7 of precisionTypes){const _0x194e29=getShaderPrecision(_0x14f125,_0x423ade,_0xe409e7);_0x381ea7['push'](_0x423ade+'.'+_0xe409e7+'='+_0x194e29['join'](','));}}_0x231856['sort'](),_0x26c612['sort']();const _0x3087af={};return _0x3087af['contextAttributes']=_0x22d59b,_0x3087af['parameters']=_0x26c612,_0x3087af['shaderPrecisions']=_0x381ea7,_0x3087af['extensions']=_0x4ba2ea,_0x3087af['extensionParameters']=_0x231856,_0x3087af['unsupportedExtensions']=_0x1dd071,_0x3087af;}function getWebGLContext(_0x2e2e21){if(_0x2e2e21['webgl'])return _0x2e2e21['webgl']['context'];const _0x3f27ea=document['createElement']('canvas');let _0x377ec5;_0x3f27ea['addEventListener']('webglCreateContextError',()=>_0x377ec5=undefined);for(const _0x51b77b of['webgl','experimental-webgl']){try{_0x377ec5=_0x3f27ea['getContext'](_0x51b77b);}catch{}if(_0x377ec5)break;}const _0x3deafa={};return _0x3deafa['context']=_0x377ec5,_0x2e2e21['webgl']=_0x3deafa,_0x377ec5;}function getShaderPrecision(_0x3ee1da,_0x44d7ae,_0x4072c7){const _0x519af0=_0x3ee1da['getShaderPrecisionFormat'](_0x3ee1da[_0x44d7ae],_0x3ee1da[_0x4072c7]);return _0x519af0?[_0x519af0['rangeMin'],_0x519af0['rangeMax'],_0x519af0['precision']]:[];}function getConstantsFromPrototype(_0x4aac3d){const _0x1e06d2=Object['getPrototypeOf'](_0x4aac3d);if(_0x1e06d2===null)return[];const _0x1d3d87=Object['keys'](_0x1e06d2);return _0x1d3d87['filter'](isConstantLike);}function isConstantLike(_0x57df73){return typeof _0x57df73==='string'&&!_0x57df73['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x16eaf8,_0xe4e0b6){const _0xfd76e1=_0x16eaf8['getParameter'](_0xe4e0b6);if(_0xfd76e1===undefined||_0xfd76e1===null)return'';return String(_0xfd76e1);}function isValidParameterGetter(_0x4112a6){return typeof _0x4112a6['getParameter']==='function';}const _0x6fa584={};_0x6fa584['dHash']='',_0x6fa584['imageMurHash']='',_0x6fa584['unstable']=![];const EMPTY=_0x6fa584;function getWebGlCanvas(){try{const _0x49a64c=document['createElement']('canvas');_0x49a64c['width']=0x100,_0x49a64c['height']=0x100;const _0x1c38ca=_0x49a64c['getContext']('webgl')??_0x49a64c['getContext']('experimental-webgl');if(!_0x1c38ca||!(_0x1c38ca instanceof WebGLRenderingContext))return EMPTY;renderTriangle(_0x1c38ca);const _0x2ae835=computeDHash(_0x49a64c),_0x47e7e3=_0x49a64c['toDataURL'](),_0x355044=_0x49a64c['toDataURL']();if(_0x47e7e3!==_0x355044){const _0x3871e5={};return _0x3871e5['dHash']=_0x2ae835,_0x3871e5['imageMurHash']='',_0x3871e5['unstable']=!![],_0x3871e5;}return{'dHash':_0x2ae835,'imageMurHash':x64hash128(_0x47e7e3),'unstable':![]};}catch{return EMPTY;}}function renderTriangle(_0x55364b){_0x55364b['clearColor'](0x0,0x0,0x1,0x1);const _0x1d3e79=_0x55364b['createProgram']();if(_0x1d3e79===null)return;const _0x10b45b=_0x1d3e79;function _0x4a7966(_0xc46ba5,_0x423391){const _0x14e720=_0x55364b['createShader'](_0xc46ba5);if(_0x14e720===null)return;_0x55364b['shaderSource'](_0x14e720,_0x423391),_0x55364b['compileShader'](_0x14e720),_0x55364b['attachShader'](_0x10b45b,_0x14e720);}_0x4a7966(_0x55364b['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);}'),_0x4a7966(_0x55364b['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x55364b['linkProgram'](_0x1d3e79),_0x55364b['useProgram'](_0x1d3e79),_0x55364b['enableVertexAttribArray'](0x0);const _0x2a1a28=_0x55364b['getUniformLocation'](_0x1d3e79,'t'),_0x116ce8=_0x55364b['createBuffer']();_0x55364b['bindBuffer'](_0x55364b['ARRAY_BUFFER'],_0x116ce8),_0x55364b['bufferData'](_0x55364b['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x55364b['STATIC_DRAW']),_0x55364b['vertexAttribPointer'](0x0,0x2,_0x55364b['FLOAT'],![],0x0,0x0),_0x55364b['clear'](_0x55364b['COLOR_BUFFER_BIT']),_0x55364b['uniform1f'](_0x2a1a28,3.65),_0x55364b['drawArrays'](_0x55364b['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(_0x1f1117){const _0x492280=_0x1f1117['info'];if(_0x492280!==null&&_0x492280!==undefined)return _0x492280;const _0x7b7011=_0x1f1117['requestAdapterInfo'];if(typeof _0x7b7011==='function')try{return await _0x7b7011['call'](_0x1f1117);}catch{return null;}return null;}async function getWebGlExtended(){try{const {getCachedGpuAdapter:_0xefc105}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x3b95ab=_0xefc105();if(_0x3b95ab===null)return null;const _0x5ed3bd=await _0x3b95ab;if(!_0x5ed3bd)return null;const _0x559086=_0x5ed3bd['limits'],_0x510a5e=[];for(const _0x3ce6a2 of GPU_LIMIT_NAMES){if(_0x559086&&_0x3ce6a2 in _0x559086){const _0x30bf9a=_0x559086[_0x3ce6a2];_0x510a5e['push'](typeof _0x30bf9a==='number'?_0x30bf9a:null);}else _0x510a5e['push'](null);}const _0x51dce3=await getAdapterInfo(_0x5ed3bd);let _0x2a7dad=null,_0x2f7647=null;_0x51dce3!==null&&(_0x2a7dad=typeof _0x51dce3['description']==='string'?_0x51dce3['description']:null,_0x2f7647=typeof _0x51dce3['device']==='string'?_0x51dce3['device']:null);const _0x5789f7='isFallbackAdapter'in _0x5ed3bd?Boolean(_0x5ed3bd['isFallbackAdapter']):null,_0x4fefc5={};return _0x4fefc5['ds']=_0x2a7dad,_0x4fefc5['dv']=_0x2f7647,_0x4fefc5['f']=_0x5789f7,_0x4fefc5['l']=_0x510a5e,_0x4fefc5;}catch{return null;}}const AH_TOKEN='34047',KH_BLACKLIST=new Set(['32926','32928']);function transformParameters(_0x5d20d5){return _0x5d20d5['map'](_0x11a38a=>{const _0x558150=_0x11a38a['split']('=',0x3),_0x170991=_0x558150[0x0],_0xf889e1=_0x558150[0x1],_0x508fc8=_0x558150[0x2];if(_0x508fc8!==undefined||_0xf889e1!==undefined&&KH_BLACKLIST['has'](_0xf889e1))return _0x170991+'('+(_0xf889e1??'')+')=null';return _0x11a38a;});}function transformExtensionParameters(_0x469621){return _0x469621['map'](_0x5808d9=>{const _0x53ff17=_0x5808d9['split']('=',0x3),_0x5972dc=_0x53ff17[0x0],_0x586089=_0x53ff17[0x1],_0x33e51d=_0x53ff17[0x2];if(_0x33e51d!==undefined&&_0x586089!==AH_TOKEN)return _0x5972dc+'('+(_0x586089??'')+')='+_0x33e51d;return _0x5808d9;});}function getWebGlExtensionsHashed({cache:_0x116e57}){const _0x3692c3={};_0x3692c3['cache']=_0x116e57;const _0x32e371=getWebGlExtensions(_0x3692c3);if(typeof _0x32e371==='number')return _0x32e371;const {contextAttributes:_0x192d8f,parameters:_0x4170ab,shaderPrecisions:_0x464178,extensions:_0x30827b,extensionParameters:_0x24a242,unsupportedExtensions:_0x3181f4}=_0x32e371,_0x49ba0f=_0x30827b??[],_0x541e39=transformParameters(_0x4170ab),_0x4ef7b3=transformExtensionParameters(_0x24a242);return{'contextAttributes':x64hash128(_0x192d8f['join']('&')),'parameters':x64hash128(_0x541e39['join']('&')),'parameters2':x64hash128(_0x4170ab['join']('&')),'shaderPrecisions':x64hash128(_0x464178['join']('&')),'extensions':x64hash128(_0x49ba0f['join'](',')),'extensionParameters':x64hash128(_0x4ef7b3['join'](',')),'extensionParameters2':x64hash128(_0x24a242['join']('&')),'unsupportedExtensions':_0x3181f4,'extensionsList':_0x49ba0f};}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 _0x31929a=document['createElement']('canvas');_0x31929a['width']=SIZE,_0x31929a['height']=SIZE;const _0x5cc750=_0x31929a['getContext']('webgl')??_0x31929a['getContext']('experimental-webgl');if(!_0x5cc750)return null;const _0x29c2a6=buildProgram(_0x5cc750);if(!_0x29c2a6)return null;const _0x4225ca=buildSphere();renderSphere(_0x5cc750,_0x29c2a6,_0x4225ca);const _0x2b6662=_0x31929a['toDataURL'](),_0x2896e7=_0x31929a['toDataURL']();if(_0x2b6662!==_0x2896e7)return null;return fnv1a(_0x2b6662);}catch{return null;}}function buildProgram(_0x475f00){const _0x41953a=_0x475f00['createProgram'](),_0x1d0e4b=_0x475f00['createShader'](_0x475f00['VERTEX_SHADER']),_0x6ae105=_0x475f00['createShader'](_0x475f00['FRAGMENT_SHADER']);if(_0x1d0e4b===null||_0x6ae105===null)return null;_0x475f00['shaderSource'](_0x1d0e4b,VERT_SHADER),_0x475f00['compileShader'](_0x1d0e4b),_0x475f00['attachShader'](_0x41953a,_0x1d0e4b),_0x475f00['shaderSource'](_0x6ae105,FRAG_SHADER),_0x475f00['compileShader'](_0x6ae105),_0x475f00['attachShader'](_0x41953a,_0x6ae105),_0x475f00['linkProgram'](_0x41953a);if(_0x475f00['getProgramParameter'](_0x41953a,_0x475f00['LINK_STATUS'])!==!![])return null;return _0x41953a;}function buildSphere(){const _0x6b1b5a=[],_0x32bd05=[],_0x23843b=[];for(let _0x237a32=0x0;_0x237a32<=LAT_BANDS;_0x237a32++){const _0x46ed10=_0x237a32*Math['PI']/LAT_BANDS,_0x246b88=Math['sin'](_0x46ed10),_0x1f0c7e=Math['cos'](_0x46ed10);for(let _0x44d5b5=0x0;_0x44d5b5<=LON_BANDS;_0x44d5b5++){const _0x53c7b2=_0x44d5b5*0x2*Math['PI']/LON_BANDS,_0x524c0e=_0x246b88*Math['cos'](_0x53c7b2),_0xa3cd6=_0x1f0c7e,_0x6d43be=_0x246b88*Math['sin'](_0x53c7b2);_0x32bd05['push'](_0x524c0e,_0xa3cd6,_0x6d43be),_0x6b1b5a['push'](_0x524c0e*RADIUS,_0xa3cd6*RADIUS,_0x6d43be*RADIUS);}}for(let _0x2e3e66=0x0;_0x2e3e66<LAT_BANDS;_0x2e3e66++){for(let _0x289d66=0x0;_0x289d66<LON_BANDS;_0x289d66++){const _0x286d67=_0x2e3e66*(LON_BANDS+0x1)+_0x289d66,_0x3d7331=_0x286d67+LON_BANDS+0x1;_0x23843b['push'](_0x286d67,_0x3d7331,_0x286d67+0x1),_0x23843b['push'](_0x3d7331,_0x3d7331+0x1,_0x286d67+0x1);}}return{'vertices':new Float32Array(_0x6b1b5a),'normals':new Float32Array(_0x32bd05),'indices':new Uint16Array(_0x23843b)};}function renderSphere(_0x118515,_0x335db0,_0x167322){_0x118515['useProgram'](_0x335db0),_0x118515['viewport'](0x0,0x0,SIZE,SIZE),_0x118515['clearColor'](0x0,0x0,0x0,0x1),_0x118515['enable'](_0x118515['DEPTH_TEST']),_0x118515['clear'](_0x118515['COLOR_BUFFER_BIT']|_0x118515['DEPTH_BUFFER_BIT']);const _0x20f94d=_0x118515['createBuffer']();_0x118515['bindBuffer'](_0x118515['ARRAY_BUFFER'],_0x20f94d),_0x118515['bufferData'](_0x118515['ARRAY_BUFFER'],_0x167322['vertices'],_0x118515['STATIC_DRAW']);const _0x18033d=_0x118515['getAttribLocation'](_0x335db0,'aPosition');_0x118515['enableVertexAttribArray'](_0x18033d),_0x118515['vertexAttribPointer'](_0x18033d,0x3,_0x118515['FLOAT'],![],0x0,0x0);const _0x275368=_0x118515['createBuffer']();_0x118515['bindBuffer'](_0x118515['ARRAY_BUFFER'],_0x275368),_0x118515['bufferData'](_0x118515['ARRAY_BUFFER'],_0x167322['normals'],_0x118515['STATIC_DRAW']);const _0x5b9ff7=_0x118515['getAttribLocation'](_0x335db0,'aNormal');_0x118515['enableVertexAttribArray'](_0x5b9ff7),_0x118515['vertexAttribPointer'](_0x5b9ff7,0x3,_0x118515['FLOAT'],![],0x0,0x0);const _0x5d880c=_0x118515['createBuffer']();_0x118515['bindBuffer'](_0x118515['ELEMENT_ARRAY_BUFFER'],_0x5d880c),_0x118515['bufferData'](_0x118515['ELEMENT_ARRAY_BUFFER'],_0x167322['indices'],_0x118515['STATIC_DRAW']);const _0x159bd0=Math['PI']/0x6,_0x56bbf6=0x1,_0x4d67f3=0.1,_0x4e6968=0x64,_0x27a72b=0x1/Math['tan'](_0x159bd0/0x2),_0x1b154e=new Float32Array([_0x27a72b/_0x56bbf6,0x0,0x0,0x0,0x0,_0x27a72b,0x0,0x0,0x0,0x0,(_0x4e6968+_0x4d67f3)/(_0x4d67f3-_0x4e6968),-0x1,0x0,0x0,0x2*_0x4e6968*_0x4d67f3/(_0x4d67f3-_0x4e6968),0x0]),_0x5a8ed8=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x184247=multiplyMat4(_0x1b154e,_0x5a8ed8);_0x118515['uniformMatrix4fv'](_0x118515['getUniformLocation'](_0x335db0,'uMVMatrix'),![],_0x5a8ed8),_0x118515['uniformMatrix4fv'](_0x118515['getUniformLocation'](_0x335db0,'uMVPMatrix'),![],_0x184247),_0x118515['uniform4f'](_0x118515['getUniformLocation'](_0x335db0,'uLightPos'),0xa,0xa,0xa,0x1),_0x118515['uniform3f'](_0x118515['getUniformLocation'](_0x335db0,'uKd'),0.9,0.5,0.3),_0x118515['uniform3f'](_0x118515['getUniformLocation'](_0x335db0,'uLd'),0x1,0x1,0x1),_0x118515['drawElements'](_0x118515['TRIANGLES'],_0x167322['indices']['length'],_0x118515['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x37fbcb,_0x8ae94d){const _0x33b2b4=new Float32Array(0x10);for(let _0x2cf7a9=0x0;_0x2cf7a9<0x4;_0x2cf7a9++){for(let _0x139885=0x0;_0x139885<0x4;_0x139885++){_0x33b2b4[_0x139885*0x4+_0x2cf7a9]=0x0;for(let _0x5001da=0x0;_0x5001da<0x4;_0x5001da++){_0x33b2b4[_0x139885*0x4+_0x2cf7a9]+=_0x37fbcb[_0x5001da*0x4+_0x2cf7a9]*_0x8ae94d[_0x139885*0x4+_0x5001da];}}}return _0x33b2b4;}function fnv1a(_0x5d7d01){let _0xaa0b08=0x811c9dc5;for(let _0x13b96e=0x0;_0x13b96e<_0x5d7d01['length'];_0x13b96e++){_0xaa0b08^=_0x5d7d01['charCodeAt'](_0x13b96e),_0xaa0b08+=(_0xaa0b08<<0x1)+(_0xaa0b08<<0x4)+(_0xaa0b08<<0x7)+(_0xaa0b08<<0x8)+(_0xaa0b08<<0x18);}return _0xaa0b08>>>0x0;}let cached=null;function getCachedGpuAdapter(){if(typeof navigator==='undefined')return null;const _0x3c0f83=navigator['gpu'];if(_0x3c0f83===undefined||_0x3c0f83===null)return null;const _0x1ccbd1=_0x3c0f83['requestAdapter'];if(typeof _0x1ccbd1!=='function')return null;return cached===null&&(cached=((async()=>{try{const _0x37564d=await _0x1ccbd1['call'](_0x3c0f83);return _0x37564d===null||_0x37564d===undefined?null:_0x37564d;}catch{return null;}})())),cached;}function resetCachedGpuAdapter(){cached=null;}const _0x418465={};_0x418465['__proto__']=null,_0x418465['getCachedGpuAdapter']=getCachedGpuAdapter,_0x418465['resetCachedGpuAdapter']=resetCachedGpuAdapter;var webgpuAdapter=Object['freeze'](_0x418465);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 _0x4da53c=getCachedGpuAdapter();if(_0x4da53c===null)return null;const _0xa9fe9f=await _0x4da53c;if(!_0xa9fe9f)return null;const _0x173ca1=_0xa9fe9f['info'],_0x1a8d8a=_0x173ca1?.['vendor']??'',_0x473146=_0x173ca1?.['architecture']??'',_0x1c1238=_0x173ca1?.['device']??'',_0x243be3=_0x173ca1?.['description']??'',_0xd2df23=[];_0xa9fe9f['features']['forEach'](_0x3b3453=>_0xd2df23['push'](_0x3b3453)),_0xd2df23['sort']();const _0x165d3f={};for(const _0x57a84d of DISCRIMINATING_LIMITS){_0x57a84d in _0xa9fe9f['limits']&&(_0x165d3f[_0x57a84d]=_0xa9fe9f['limits'][_0x57a84d]);}const _0x39a9c0={};return _0x39a9c0['vendor']=_0x1a8d8a,_0x39a9c0['architecture']=_0x473146,_0x39a9c0['device']=_0x1c1238,_0x39a9c0['description']=_0x243be3,_0x39a9c0['features']=_0xd2df23,_0x39a9c0['limits']=_0x165d3f,_0x39a9c0;}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',_0x4ee6e6={};_0x4ee6e6['wgCount']=0x80,_0x4ee6e6['wgSize']=0x40;const _0x5a396d={};_0x5a396d['wgCount']=0x100,_0x5a396d['wgSize']=0x40;const _0x153634={};_0x153634['wgCount']=0x80,_0x153634['wgSize']=0x80;const CONFIGS=[_0x4ee6e6,_0x5a396d,_0x153634],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{const {getCachedGpuAdapter:_0x460d67}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x3b28ca=_0x460d67();if(_0x3b28ca===null)return null;const _0x31006a=await _0x3b28ca;if(_0x31006a===null)return null;const _0x3f49e9=await _0x31006a['requestDevice']();try{const _0x4bf26d=_0x3f49e9['queue'],_0x2d0ae8={};_0x2d0ae8['code']=SHADER;const _0x569940=_0x3f49e9['createShaderModule'](_0x2d0ae8),_0x4db425=await collectDistribution(_0x3f49e9,_0x4bf26d,_0x569940),_0x33cf81=await collectDistribution(_0x3f49e9,_0x4bf26d,_0x569940),_0x259c5e=cosine(_0x4db425,_0x33cf81);if(_0x259c5e<0.8)return null;const _0x57e01d=_0x4db425['map']((_0x5594f6,_0x184f21)=>(_0x5594f6+_0x33cf81[_0x184f21])/0x2);return _0x57e01d['map'](_0x111e45=>Math['round'](_0x111e45*0x2710)/0x2710);}finally{_0x3f49e9['destroy']();}}catch{return null;}}async function collectDistribution(_0x48104f,_0x145109,_0x4eebbd){const _0x2c3224=[];for(const _0x2b7bbe of CONFIGS){const _0x3a66c8=[];for(let _0x7f1beb=0x0;_0x7f1beb<TRIALS;_0x7f1beb++){const _0x5605fc=await runTrial(_0x48104f,_0x145109,_0x4eebbd,_0x2b7bbe['wgCount'],_0x2b7bbe['wgSize'],LIMIT);_0x3a66c8['push'](_0x5605fc);}const _0x2801a5=medianOfTrials(_0x3a66c8),_0x44e10a=normalize(_0x2801a5),_0x908444=downsample(_0x44e10a,BINS);_0x2c3224['push'](..._0x908444);}return _0x2c3224;}function cosine(_0x25a6c4,_0x3736bc){let _0x16624c=0x0,_0x262f1c=0x0,_0x23439e=0x0;for(let _0x4914a4=0x0;_0x4914a4<_0x25a6c4['length'];_0x4914a4++){_0x16624c+=_0x25a6c4[_0x4914a4]*_0x3736bc[_0x4914a4],_0x262f1c+=_0x25a6c4[_0x4914a4]*_0x25a6c4[_0x4914a4],_0x23439e+=_0x3736bc[_0x4914a4]*_0x3736bc[_0x4914a4];}const _0x204359=Math['sqrt'](_0x262f1c)*Math['sqrt'](_0x23439e);return _0x204359===0x0?0x0:_0x16624c/_0x204359;}async function runTrial(_0x828a82,_0x553b8c,_0x205fbe,_0x47e8c0,_0x880999,_0x443761){const _0x19ec69={};_0x19ec69['WG_SIZE']=_0x880999;const _0x10b384={};_0x10b384['module']=_0x205fbe,_0x10b384['entryPoint']='main',_0x10b384['constants']=_0x19ec69;const _0x5a881b={};_0x5a881b['layout']='auto',_0x5a881b['compute']=_0x10b384;const _0x5f2a17=_0x828a82['createComputePipeline'](_0x5a881b),_0xe0cf8c=_0x47e8c0*0x4,_0x21e006={};_0x21e006['size']=0x4,_0x21e006['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x5e80a7=_0x828a82['createBuffer'](_0x21e006),_0x49961a={};_0x49961a['size']=_0xe0cf8c,_0x49961a['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x501574=_0x828a82['createBuffer'](_0x49961a),_0x181b72={};_0x181b72['size']=0x10,_0x181b72['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x54cc17=_0x828a82['createBuffer'](_0x181b72),_0x18ccb5={};_0x18ccb5['size']=_0xe0cf8c,_0x18ccb5['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x4247c0=_0x828a82['createBuffer'](_0x18ccb5);try{_0x553b8c['writeBuffer'](_0x5e80a7,0x0,new Uint32Array([0x0])),_0x553b8c['writeBuffer'](_0x501574,0x0,new Uint8Array(_0xe0cf8c)),_0x553b8c['writeBuffer'](_0x54cc17,0x0,new Uint32Array([_0x443761,0x0,0x0,0x0]));const _0x161666={};_0x161666['buffer']=_0x5e80a7;const _0x1e9735={};_0x1e9735['binding']=0x0,_0x1e9735['resource']=_0x161666;const _0x531fa0={};_0x531fa0['buffer']=_0x501574;const _0x36c5ec={};_0x36c5ec['binding']=0x1,_0x36c5ec['resource']=_0x531fa0;const _0x1656b6={};_0x1656b6['buffer']=_0x54cc17;const _0xe5549a={};_0xe5549a['binding']=0x2,_0xe5549a['resource']=_0x1656b6;const _0x2863c6=_0x828a82['createBindGroup']({'layout':_0x5f2a17['getBindGroupLayout'](0x0),'entries':[_0x1e9735,_0x36c5ec,_0xe5549a]}),_0x2ac672=_0x828a82['createCommandEncoder'](),_0x2df048=_0x2ac672['beginComputePass']();_0x2df048['setPipeline'](_0x5f2a17),_0x2df048['setBindGroup'](0x0,_0x2863c6),_0x2df048['dispatchWorkgroups'](_0x47e8c0,0x1,0x1),_0x2df048['end'](),_0x2ac672['copyBufferToBuffer'](_0x501574,0x0,_0x4247c0,0x0,_0xe0cf8c),_0x553b8c['submit']([_0x2ac672['finish']()]),await _0x553b8c['onSubmittedWorkDone'](),await _0x4247c0['mapAsync'](GPUMapMode['READ']);const _0x5c7547=new Uint32Array(_0x4247c0['getMappedRange']()['slice'](0x0));return _0x4247c0['unmap'](),Array['from'](_0x5c7547);}finally{_0x5e80a7['destroy'](),_0x501574['destroy'](),_0x54cc17['destroy'](),_0x4247c0['destroy']();}}function medianOfTrials(_0x5f2cd2){const _0x2ee27e=_0x5f2cd2[0x0]['length'],_0x983bf0=new Array(_0x2ee27e);for(let _0x5b12a7=0x0;_0x5b12a7<_0x2ee27e;_0x5b12a7++){const _0x27f11b=_0x5f2cd2['map'](_0x142744=>_0x142744[_0x5b12a7])['sort']((_0x499a15,_0x219e87)=>_0x499a15-_0x219e87),_0x4dfa86=Math['floor'](_0x27f11b['length']/0x2);_0x983bf0[_0x5b12a7]=_0x27f11b['length']%0x2?_0x27f11b[_0x4dfa86]:(_0x27f11b[_0x4dfa86-0x1]+_0x27f11b[_0x4dfa86])/0x2;}return _0x983bf0;}function normalize(_0x172a4e){const _0x5e4cba=_0x172a4e['reduce']((_0x5c7223,_0x39f655)=>_0x5c7223+_0x39f655,0x0)||0x1;return _0x172a4e['map'](_0x402976=>_0x402976/_0x5e4cba);}function downsample(_0x2e105b,_0x58b6a6){const _0x270e57=_0x2e105b['length'],_0x4850bc=new Array(_0x58b6a6)['fill'](0x0);for(let _0x36bae6=0x0;_0x36bae6<_0x270e57;_0x36bae6++){_0x4850bc[Math['floor'](_0x36bae6*_0x58b6a6/_0x270e57)]+=_0x2e105b[_0x36bae6];}const _0x41e630=_0x4850bc['reduce']((_0x2b8f44,_0x4945ed)=>_0x2b8f44+_0x4945ed,0x0)||0x1;return _0x4850bc['map'](_0x49d06e=>_0x49d06e/_0x41e630);}async function getWebRtcDevices(){const _0x3bab18=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0x3bab18===undefined||typeof _0x3bab18['enumerateDevices']!=='function')return undefined;try{const _0x251934=await _0x3bab18['enumerateDevices']();let _0x1b0378=0x0,_0x435362=0x0,_0x39b78e=0x0;const _0x46e5c6=[];for(const _0x352b69 of _0x251934){_0x46e5c6['push'](_0x352b69['kind']);if(_0x352b69['kind']==='audioinput')_0x1b0378++;else{if(_0x352b69['kind']==='audiooutput')_0x435362++;else _0x39b78e++;}}const _0x3b7f0b=_0x46e5c6['join'](',');let _0x4337e5=0x0;for(let _0xb93fbd=0x0;_0xb93fbd<_0x3b7f0b['length'];_0xb93fbd++){_0x4337e5=(_0x4337e5<<0x5)-_0x4337e5+_0x3b7f0b['charCodeAt'](_0xb93fbd)|0x0;}return{'audioInputCount':_0x1b0378,'audioOutputCount':_0x435362,'videoInputCount':_0x39b78e,'totalCount':_0x251934['length'],'kindsHash':(_0x4337e5>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAncestorOrigins(){try{const _0x4ff8af=window['location'],_0x56f3fe=_0x4ff8af['href'],_0x1e2633=_0x4ff8af['ancestorOrigins'];let _0x1e2749=null;if(_0x1e2633!==undefined&&_0x1e2633!==null){_0x1e2749=[];for(let _0x410999=0x0;_0x410999<_0x1e2633['length'];_0x410999++){const _0x266538=_0x1e2633[_0x410999];if(typeof _0x266538==='string')_0x1e2749['push'](_0x266538);}}const _0x400c9d={};return _0x400c9d['w']=_0x56f3fe,_0x400c9d['l']=_0x56f3fe,_0x400c9d['a']=_0x1e2749,_0x400c9d;}catch{return null;}}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x440ae2}=window;if(typeof _0x440ae2?.['canMakePayments']!=='function')return null;if(willPrintConsoleError())return null;try{return _0x440ae2['canMakePayments']();}catch(_0x11fc79){if(_0x11fc79 instanceof Error&&_0x11fc79['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x11fc79['message']))return null;throw _0x11fc79;}}async function getBatterySignal(){const _0x13897c=navigator;if(typeof _0x13897c['getBattery']!=='function')return null;try{const _0x5a0ff8=await _0x13897c['getBattery']();if(_0x5a0ff8===undefined||_0x5a0ff8===null)return null;const _0x116b83=_0x5a0ff8['chargingTime'],_0x1997d0=_0x5a0ff8['dischargingTime'];return{'level':_0x5a0ff8['level'],'charging':_0x5a0ff8['charging'],'ct':Number['isFinite'](_0x116b83)?_0x116b83:null,'dt':Number['isFinite'](_0x1997d0)?_0x1997d0:null};}catch{return null;}}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x37ee78=0x0;_0x37ee78<0x100;_0x37ee78++){let _0x1fa4ad=_0x37ee78;for(let _0x118dc5=0x0;_0x118dc5<0x8;_0x118dc5++)_0x1fa4ad=_0x1fa4ad&0x1?0xedb88320^_0x1fa4ad>>>0x1:_0x1fa4ad>>>0x1;table[_0x37ee78]=_0x1fa4ad;}return table;}function crc32(_0x1726c7){const _0x38bf8a=getTable();let _0x464dee=0xffffffff;for(let _0x4c4f66=0x0;_0x4c4f66<_0x1726c7['length'];_0x4c4f66++){_0x464dee=_0x38bf8a[(_0x464dee^_0x1726c7['charCodeAt'](_0x4c4f66))&0xff]^_0x464dee>>>0x8;}return(_0x464dee^0xffffffff)>>>0x0;}function summarizePrototype(_0x37f8d4){const _0x4d48f9={};_0x4d48f9['count']=0x0,_0x4d48f9['hash']=0x0;if(!_0x37f8d4)return _0x4d48f9;try{const _0x35e6df=Object['getOwnPropertyNames'](_0x37f8d4)['sort'](),_0x108030=_0x35e6df['join'](',');return{'count':_0x35e6df['length'],'hash':crc32(_0x108030)};}catch{const _0x89178e={};return _0x89178e['count']=0x0,_0x89178e['hash']=0x0,_0x89178e;}}function isNativeFunction$1(_0xfb3f62){try{return typeof _0xfb3f62==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0xfb3f62));}catch{return![];}}function getBomEnumeration(){try{const _0x20084a=summarizePrototype(Navigator['prototype']),_0x259ecd=summarizePrototype(Screen['prototype']),_0x460145=summarizePrototype(HTMLElement['prototype']),_0x49ee6c=summarizePrototype(Document['prototype']),_0x377c5c={};_0x377c5c['count']=0x0,_0x377c5c['hash']=0x0;let _0x421cbe=_0x377c5c;typeof Performance!=='undefined'&&(_0x421cbe=summarizePrototype(Performance['prototype']));const _0x390c59=_0x20084a['count']+_0x259ecd['count']+_0x460145['count']+_0x49ee6c['count']+_0x421cbe['count'],_0x58cd90=window,_0xbba9a1='chrome'in window&&typeof _0x58cd90['chrome']==='object',_0x4ca1ca=typeof navigator['brave']==='object',_0x2684b6='__playwright'in _0x58cd90||'__selenium_unwrapped'in _0x58cd90||'__webdriver_evaluate'in _0x58cd90||'__nightmare'in _0x58cd90||'_phantom'in _0x58cd90||'__lastWatirAlert'in _0x58cd90;let _0x50cf35=!![];try{const _0x381397=navigator['plugins'];_0x50cf35=_0x381397['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x50cf35=![];}let _0x4080d7=!![];try{const _0x5b0a46=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x5b0a46)_0x4080d7=![];else{if('value'in _0x5b0a46)_0x4080d7=![];else _0x5b0a46['get']?_0x4080d7=isNativeFunction$1(_0x5b0a46['get']):_0x4080d7=![];}}catch{_0x4080d7=![];}const _0x3e1d40=typeof SharedWorker!=='undefined',_0x435ec2=typeof Notification!=='undefined',_0x3488bf={};_0x3488bf['hasChrome']=_0xbba9a1,_0x3488bf['hasBraveShield']=_0x4ca1ca,_0x3488bf['hasAutomation']=_0x2684b6,_0x3488bf['pluginConsistent']=_0x50cf35,_0x3488bf['webdriverNative']=_0x4080d7,_0x3488bf['hasSharedWorker']=_0x3e1d40,_0x3488bf['hasNotification']=_0x435ec2;const _0x468aea={};return _0x468aea['nav']=_0x20084a,_0x468aea['scr']=_0x259ecd,_0x468aea['html']=_0x460145,_0x468aea['doc']=_0x49ee6c,_0x468aea['perf']=_0x421cbe,_0x468aea['total']=_0x390c59,_0x468aea['markers']=_0x3488bf,_0x468aea;}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 _0x46d7d4=navigator['connection'];if(_0x46d7d4===undefined||_0x46d7d4===null)return null;const _0xba1f7e=typeof _0x46d7d4['downlink']==='number'?_0x46d7d4['downlink']:0x0,_0x1a5b83=Math['round'](_0xba1f7e*0xa)/0xa|0x0,_0x370781=_0x46d7d4['metered']===!![],_0x2c1fd9={};return _0x2c1fd9['downlink']=_0x1a5b83,_0x2c1fd9['metered']=_0x370781,_0x2c1fd9;}function getConnectionInfo(){try{const _0x66a36=navigator['connection'];if(!_0x66a36)return null;const _0x3b442b=Object['getOwnPropertyDescriptor'](_0x66a36,Symbol['toStringTag']);if(_0x3b442b?.['configurable']===!![])return!![];for(let _0x45f733=0x0;_0x45f733<_0x66a36['length'];_0x45f733++){const _0x4d6d21=Object['getOwnPropertyDescriptor'](_0x66a36,_0x45f733);if(_0x4d6d21!==undefined&&(_0x4d6d21['configurable']===!![]||_0x4d6d21['enumerable']===!![]))return!![];}return![];}catch{return null;}}function getConnectionSaveData(){if(typeof navigator==='undefined')return null;const _0x34b694=navigator['connection'];if(_0x34b694===undefined||_0x34b694===null)return null;return _0x34b694['saveData']===!![];}const PROBE_VALUE='calc(0.207912px)';function getCssCalcResolved(){if(typeof document==='undefined')return null;const _0x2ec26c=document['createElement']('div');_0x2ec26c['style']['cssText']='width:'+PROBE_VALUE+';position:absolute;left:-9999px',document['body']['appendChild'](_0x2ec26c);let _0x3297df;try{_0x3297df=getComputedStyle(_0x2ec26c)['width'];}finally{_0x2ec26c['remove']();}return _0x3297df['startsWith']('0')||_0x3297df['startsWith']('calc')?PROBE_VALUE:_0x3297df;}function getCssRegisterProperty(){if(typeof window==='undefined')return null;const _0x4566ea=window['CSS'];if(_0x4566ea===undefined||_0x4566ea===null)return![];return typeof _0x4566ea['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(_0x178697){return matchMedia('(prefers-contrast:\x20'+_0x178697+')')['matches'];}function areCookiesEnabled(){const _0x40c3e4=document;try{_0x40c3e4['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x5d49aa=_0x40c3e4['cookie']['indexOf']('cookietest=')!==-0x1;return _0x40c3e4['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x5d49aa;}catch{return![];}}function getCssSupports(){if(typeof CSS==='undefined')return null;return CSS['supports']('backdrop-filter','blur(2px)');}function getDateTimeLocale(){const _0x345b2c=window['Intl'];if(_0x345b2c===undefined)return-0x1;const _0x46eed7=_0x345b2c['DateTimeFormat'];if(_0x46eed7===undefined)return-0x2;const _0x4bc8e0=_0x46eed7()['resolvedOptions']()['locale'];if(!_0x4bc8e0&&_0x4bc8e0!=='')return-0x3;return _0x4bc8e0;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0xb6dc8=window['devicePixelRatio'];return _0xb6dc8??null;}function getDoNotTrack(){const _0x28cbe2=navigator['doNotTrack'];return _0x28cbe2??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 _0x5db5be=navigator['storage'];if(_0x5db5be===undefined||typeof _0x5db5be['getDirectory']!=='function')return undefined;return await _0x5db5be['getDirectory'](),!![];}catch{return![];}}const PROBE_FILENAME='default.ini',PROBE_TIMEOUT_MS$2=0xc8;function fsProbe(_0x149b37){return new Promise(_0x1e2010=>{const _0x352d76=new Image();let _0x26c75a=![];const _0x5c24e3=_0x239883=>{if(_0x26c75a)return;_0x26c75a=!![];const _0xffe77f={};_0xffe77f['n']=_0x149b37,_0xffe77f['l']=_0x239883,_0x1e2010(_0xffe77f);};_0x352d76['onload']=()=>_0x5c24e3(_0x352d76['naturalWidth']|0x0),_0x352d76['onerror']=()=>_0x5c24e3(-0x1),_0x352d76['src']='file:///'+_0x149b37+'?_='+Date['now'](),setTimeout(()=>_0x5c24e3(-0x1),PROBE_TIMEOUT_MS$2);});}function getFilesystemUrlProbe(){if(typeof window==='undefined'||typeof Image!=='function')return null;if(typeof location!=='undefined'){const _0x27061c=location['protocol'];if(_0x27061c==='http:'||_0x27061c==='https:')return null;}return async()=>{const _0xaa5fd3=await fsProbe(PROBE_FILENAME);return[_0xaa5fd3];};}const POSITION_TIMEOUT_MS=0x2710;function getGeolocationProbe(){if(typeof navigator==='undefined')return null;const _0x6916dc=navigator['geolocation'];if(_0x6916dc===undefined||_0x6916dc===null)return null;const _0x1a35c0=navigator['permissions'];if(!_0x1a35c0||typeof _0x1a35c0['query']!=='function')return null;const _0x3983a5=_0x1a35c0['query'];return async()=>{let _0x203ae6;try{const _0x1ddb93={};_0x1ddb93['name']='geolocation',_0x203ae6=(await _0x3983a5['call'](_0x1a35c0,_0x1ddb93))['state'];}catch{return null;}const _0x34ceff={};_0x34ceff['state']='prompt';if(_0x203ae6==='prompt')return _0x34ceff;const _0x2f045a={};_0x2f045a['state']='denied';if(_0x203ae6==='denied')return _0x2f045a;if(_0x203ae6!=='granted')return null;return new Promise(_0x54f9c4=>{const _0x408dbb={};_0x408dbb['enableHighAccuracy']=!![],_0x408dbb['timeout']=POSITION_TIMEOUT_MS,_0x408dbb['maximumAge']=0x0,_0x6916dc['getCurrentPosition'](_0x226b01=>{const _0x12d8c0=_0x226b01['coords'],_0x3bc59b={};_0x3bc59b['la']=_0x12d8c0['latitude'],_0x3bc59b['lo']=_0x12d8c0['longitude'],_0x3bc59b['al']=_0x12d8c0['altitude'],_0x3bc59b['ac']=_0x12d8c0['accuracy'],_0x3bc59b['alac']=_0x12d8c0['altitudeAccuracy'],_0x3bc59b['h']=_0x12d8c0['heading'],_0x3bc59b['s']=_0x12d8c0['speed'],_0x3bc59b['t']=_0x226b01['timestamp'],_0x54f9c4(_0x3bc59b);},_0x16ffee=>{const _0x1b2d38={};_0x1b2d38['state']='denied';const _0x4f4f91={};_0x4f4f91['state']='timeout';const _0x1efd2d={};_0x1efd2d['state']='unavailable';if(_0x16ffee['code']===0x1)_0x54f9c4(_0x1b2d38);else{if(_0x16ffee['code']===0x3)_0x54f9c4(_0x4f4f91);else _0x54f9c4(_0x1efd2d);}},_0x408dbb);});};}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x4f35f2){return matchMedia('(forced-colors:\x20'+_0x4f35f2+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x5c9fc7,_0x3b9d05)=>{const _0xe5bb10=_0x3b9d05['document'],_0x54c5b8=_0xe5bb10['createElement']('input');_0x54c5b8['type']='radio',_0xe5bb10['body']['appendChild'](_0x54c5b8);const _0x1cf6d=_0x3b9d05['getComputedStyle'](_0x54c5b8)['getPropertyValue']('font-family');return _0xe5bb10['body']['removeChild'](_0x54c5b8),_0x1cf6d||undefined;});}function getHardwareConcurrency(){const _0x54aecb=getUnstableHardwareConcurrency();if(_0x54aecb!==undefined&&isGecko()&&isGecko143OrNewer())return _0x54aecb>=0x8?0x8:0x4;return _0x54aecb;}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(_0x20e93e){return matchMedia('(dynamic-range:\x20'+_0x20e93e+')')['matches'];}async function getIncognitoDetection(){try{if(typeof navigator==='undefined')return null;return await new Promise((_0x1a22a5,_0x339d1e)=>{let _0x18c8f9='Unknown',_0x41ae4e=![];const _0x33130a=_0xbbe1dc=>{if(_0x41ae4e)return;_0x41ae4e=!![];const _0x1186a3={};_0x1186a3['isPrivate']=_0xbbe1dc,_0x1186a3['browserName']=_0x18c8f9,_0x1a22a5(_0x1186a3);},_0xb4988d=()=>{const _0x146f7b=navigator['userAgent'];if(_0x146f7b['match'](/Chrome/)){if(navigator['brave']!==undefined)return'Brave';if(_0x146f7b['match'](/Edg/))return'Edge';if(_0x146f7b['match'](/OPR/))return'Opera';return'Chrome';}return'Chromium';},_0x2c9389=async()=>{try{const _0xdb3898=navigator['storage'];await _0xdb3898['getDirectory'](),_0x33130a(![]);}catch(_0x4c93d8){const _0x10b893=_0x4c93d8 instanceof Error&&typeof _0x4c93d8['message']==='string'?_0x4c93d8['message']:String(_0x4c93d8);_0x33130a(_0x10b893['includes']('unknown\x20transient\x20reason'));}},_0x11c5d4=()=>{const _0xeac1ab=String(Math['random']());try{const _0x1463d1=indexedDB['open'](_0xeac1ab,0x1);_0x1463d1['onupgradeneeded']=_0x346849=>{const _0xa8847e=_0x346849['target']['result'],_0xe3db33=_0x1bd651=>{_0x33130a(_0x1bd651);};try{const _0x1456e8={};_0x1456e8['autoIncrement']=!![],_0xa8847e['createObjectStore']('t',_0x1456e8)['put'](new Blob()),_0xe3db33(![]);}catch(_0xfb2093){const _0xe3b105=_0xfb2093 instanceof Error&&typeof _0xfb2093['message']==='string'?_0xfb2093['message']:String(_0xfb2093);if(_0xe3b105['includes']('are\x20not\x20yet\x20supported'))_0xe3db33(!![]);else _0xe3db33(![]);}finally{_0xa8847e['close'](),indexedDB['deleteDatabase'](_0xeac1ab);}},_0x1463d1['onerror']=()=>_0x33130a(![]);}catch{_0x33130a(![]);}},_0x209129=()=>{const _0x86f3d8=window['openDatabase'],_0x4d1c4c=window['localStorage'];try{_0x86f3d8(null,null,null,null);}catch{_0x33130a(!![]);return;}try{_0x4d1c4c['setItem']('test','1'),_0x4d1c4c['removeItem']('test');}catch{_0x33130a(!![]);return;}_0x33130a(![]);},_0x24a0e9=async()=>{const _0x49c962=navigator['storage'];if(typeof _0x49c962?.['getDirectory']==='function')await _0x2c9389();else navigator['maxTouchPoints']!==undefined?_0x11c5d4():_0x209129();},_0x4dfad3=()=>{const _0x30a94e=window;return _0x30a94e['performance']?.['memory']?.['jsHeapSizeLimit']??0x40000000;},_0x388bbd=()=>{const _0x5a82d5=navigator['webkitTemporaryStorage'];_0x5a82d5['queryUsageAndQuota']((_0x3367cd,_0x2c1c81)=>{const _0x5c3ae4=Math['round'](_0x2c1c81/(0x400*0x400)),_0x32c527=Math['round'](_0x4dfad3()/(0x400*0x400))*0x2;_0x33130a(_0x5c3ae4<_0x32c527);},_0xfd69fa=>_0x339d1e(new Error('detectIncognito\x20somehow\x20failed\x20to\x20query\x20storage\x20quota:\x20'+_0xfd69fa['message'])));},_0x570349=()=>{const _0x53dda3=window['webkitRequestFileSystem'];_0x53dda3(0x0,0x1,()=>_0x33130a(![]),()=>_0x33130a(!![]));},_0x357a5a=()=>{self['Promise']!==undefined&&self['Promise']['allSettled']!==undefined?_0x388bbd():_0x570349();},_0x4d4cc4=async()=>{const _0x5b9b76=navigator['storage'];if(typeof _0x5b9b76?.['getDirectory']==='function'){try{await _0x5b9b76['getDirectory'](),_0x33130a(![]);}catch(_0x16e7c5){const _0x4a0076=_0x16e7c5 instanceof Error&&typeof _0x16e7c5['message']==='string'?_0x16e7c5['message']:String(_0x16e7c5);_0x33130a(_0x4a0076['includes']('Security\x20error'));}return;}const _0xa13e4=indexedDB['open']('inPrivate');_0xa13e4['onerror']=_0x19b53c=>{_0xa13e4['error']!==null&&_0xa13e4['error']['name']==='InvalidStateError'&&_0x19b53c['preventDefault'](),_0x33130a(!![]);},_0xa13e4['onsuccess']=()=>{indexedDB['deleteDatabase']('inPrivate'),_0x33130a(![]);};},_0x12ba69=()=>{_0x33130a(window['indexedDB']===undefined);},_0x3f6dbc=async()=>{if(isSafariWebKit())_0x18c8f9='Safari',await _0x24a0e9();else{if(isChromium())_0x18c8f9=_0xb4988d(),_0x357a5a();else{if(isGecko())_0x18c8f9='Firefox',await _0x4d4cc4();else isTrident()||navigator['msSaveBlob']!==undefined?(_0x18c8f9='Internet\x20Explorer',_0x12ba69()):_0x339d1e(new Error('detectIncognito\x20cannot\x20determine\x20the\x20browser'));}}};_0x3f6dbc()['catch'](_0x339d1e);});}catch{return null;}}const PROBE_TIMEOUT_MS$1=0x3e8;function getInstalledRelatedApps(){if(typeof navigator==='undefined')return null;const _0x539019=navigator['getInstalledRelatedApps'];if(typeof _0x539019!=='function')return null;return async()=>{const _0x412350=((async()=>{try{const _0x11c048=await _0x539019['call'](navigator);if(!Array['isArray'](_0x11c048)||_0x11c048['length']===0x0)return null;return _0x11c048['length'];}catch{return null;}})()),_0x5bbe1f=new Promise(_0x4ee9a4=>setTimeout(()=>_0x4ee9a4(null),PROBE_TIMEOUT_MS$1));return Promise['race']([_0x412350,_0x5bbe1f]);};}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x1d781d=await Promise['race']([new Promise(_0x147707=>{try{const _0x3b67f1='mw_blob_test',_0x33e177='store',_0x2017b4=indexedDB['deleteDatabase'](_0x3b67f1);_0x2017b4['onsuccess']=_0x1a2488,_0x2017b4['onerror']=_0x1a2488;function _0x1a2488(){try{const _0x5a8174=indexedDB['open'](_0x3b67f1,0x1);_0x5a8174['onupgradeneeded']=()=>{try{_0x5a8174['result']['createObjectStore'](_0x33e177);}catch{_0x147707(null);}},_0x5a8174['onsuccess']=()=>{try{const _0x2d1736=_0x5a8174['result'],_0x19f5e6=_0x2d1736['transaction'](_0x33e177,'readwrite'),_0x589645=_0x19f5e6['objectStore'](_0x33e177);try{const _0x55cec4=_0x589645['put'](new Blob(['test']),'blob_key');_0x55cec4['onsuccess']=()=>{_0x2d1736['close']();try{indexedDB['deleteDatabase'](_0x3b67f1);}catch{}_0x147707(![]);},_0x55cec4['onerror']=()=>{_0x2d1736['close']();try{indexedDB['deleteDatabase'](_0x3b67f1);}catch{}const _0x3c18e6=_0x55cec4['error']?.['message']??'';_0x147707(_0x3c18e6['includes']('not\x20yet\x20supported')||_0x3c18e6['includes']('not\x20supported'));};}catch(_0x4bdb47){_0x2d1736['close']();try{indexedDB['deleteDatabase'](_0x3b67f1);}catch{}if(_0x4bdb47 instanceof DOMException){const _0x248760=_0x4bdb47['message'];_0x147707(_0x248760['includes']('not\x20yet\x20supported')||_0x248760['includes']('not\x20supported'));}else _0x147707(null);}}catch{_0x147707(null);}},_0x5a8174['onerror']=()=>{_0x147707(null);};}catch{_0x147707(null);}}}catch{_0x147707(null);}}),new Promise(_0x5cb6e9=>setTimeout(()=>_0x5cb6e9(null),0x3e8))]);return _0x1d781d;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0xbb8986){return matchMedia('(inverted-colors:\x20'+_0xbb8986+')')['matches'];}function getLanguages(){const _0x1cd451=navigator,_0x58d04a=[],_0x22c409=_0x1cd451['language']??_0x1cd451['userLanguage']??_0x1cd451['browserLanguage']??_0x1cd451['systemLanguage'];_0x22c409!==undefined&&_0x58d04a['push']([_0x22c409]);if(Array['isArray'](_0x1cd451['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x58d04a['push'](_0x1cd451['languages']);else{if(typeof _0x1cd451['languages']==='string'){const _0x4ea2f9=_0x1cd451['languages'];_0x4ea2f9!==''&&_0x58d04a['push'](_0x4ea2f9['split'](','));}}return _0x58d04a;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getIntlCurrency(){try{const _0x338a29=window['Intl'],_0x15c257=_0x338a29?.['NumberFormat'];if(_0x15c257===undefined)return null;try{const _0x3c9503={};_0x3c9503['style']='currency';const _0x58f453=new _0x15c257(undefined,_0x3c9503),_0x5059e3=_0x58f453['resolvedOptions']();if(typeof _0x5059e3['currency']==='string'&&_0x5059e3['currency']['length']===0x3)return _0x5059e3['currency']['toUpperCase']();}catch{}return null;}catch{return null;}}function getIntlMetadata(){try{const _0x1c8d3e=window['Intl'],_0x4e1abe=_0x1c8d3e?.['DateTimeFormat'];if(_0x4e1abe===undefined){const _0x4d914e={};return _0x4d914e['hourCycle']=null,_0x4d914e['numberingSystem']=null,_0x4d914e['calendar']=null,_0x4d914e;}const _0x474462=new _0x4e1abe()['resolvedOptions'](),_0x3e47e0={};return _0x3e47e0['hourCycle']=typeof _0x474462['hourCycle']==='string'?_0x474462['hourCycle']:null,_0x3e47e0['numberingSystem']=typeof _0x474462['numberingSystem']==='string'?_0x474462['numberingSystem']:null,_0x3e47e0['calendar']=typeof _0x474462['calendar']==='string'?_0x474462['calendar']:null,_0x3e47e0;}catch{const _0x1ee3f4={};return _0x1ee3f4['hourCycle']=null,_0x1ee3f4['numberingSystem']=null,_0x1ee3f4['calendar']=null,_0x1ee3f4;}}function getLocaleCurrency(){try{const _0x15f5cf=navigator['language'];if(!_0x15f5cf)return null;const _0x443705={};_0x443705['style']='currency',_0x443705['currency']='USD';const _0x2f3ed4=0x1['toLocaleString'](_0x15f5cf,_0x443705),_0x1a7206={};_0x1a7206['style']='currency',_0x1a7206['currency']='USD';const _0x3f0df6=0x1['toLocaleString'](undefined,_0x1a7206),_0x173cb1={};return _0x173cb1['match']=_0x2f3ed4===_0x3f0df6,_0x173cb1['explicit']=_0x2f3ed4,_0x173cb1['implicit']=_0x3f0df6,_0x173cb1;}catch{return null;}}const _0x5ef967={};_0x5ef967['any-hover']=['hover','none'],_0x5ef967['any-pointer']=['none','coarse','fine'],_0x5ef967['pointer']=['none','coarse','fine'],_0x5ef967['hover']=['hover','none'],_0x5ef967['update']=['fast','slow'],_0x5ef967['scripting']=['none','initial-only','enabled'];const queries=_0x5ef967;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x28971a={};for(const [_0x724b25,_0x2f8b42]of Object['entries'](queries)){for(const _0x35135e of _0x2f8b42){if(matchMedia('('+_0x724b25+':\x20'+_0x35135e+')')['matches']){_0x28971a[_0x724b25]=_0x35135e;break;}}}return _0x28971a;}function getMediaSession(){try{const _0x456f96=navigator['mediaSession'];if(_0x456f96===undefined||_0x456f96===null)return null;let _0x116662=null;if(_0x456f96['metadata']!==null&&_0x456f96['metadata']!==undefined){const _0x2675e4=_0x456f96['metadata']['artwork'],_0x50d8d5=Array['isArray'](_0x2675e4)?_0x2675e4['length']:0x0,_0x2e1d15={};_0x2e1d15['artworkCount']=_0x50d8d5,_0x116662=_0x2e1d15;}const _0x386006={};return _0x386006['metadata']=_0x116662,_0x386006['playbackState']=typeof _0x456f96['playbackState']==='string'?_0x456f96['playbackState']:'none',_0x386006['hasSetActionHandler']=typeof _0x456f96['setActionHandler']==='function',_0x386006;}catch{return null;}}function getMimeTypes(){try{const _0x44ee6e=navigator['mimeTypes'];if(_0x44ee6e===undefined)return undefined;let _0x1d0bf9=Object['getPrototypeOf'](_0x44ee6e)===MimeTypeArray['prototype'];for(let _0x2087c4=0x0;_0x2087c4<_0x44ee6e['length'];_0x2087c4++){_0x1d0bf9&&(_0x1d0bf9=Object['getPrototypeOf'](_0x44ee6e[_0x2087c4])===MimeType['prototype']);}return _0x1d0bf9;}catch{return undefined;}}function getMimeTypesCount(){if(typeof navigator==='undefined')return null;const _0xa23942=navigator['mimeTypes'];return _0xa23942?.['length']??0x0;}function getNavigatorLanguages(){const _0x1c606b=navigator['languages'];return _0x1c606b??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 _0x33cda6=window['RTCPeerConnection'];if(typeof _0x33cda6!=='function')return null;return _0x33cda6;}function getNetworkIceProbe(){const _0x5492ff=getRTCConstructor();if(_0x5492ff===null)return null;return()=>new Promise(_0x355453=>{let _0x2aab39=null,_0x5eea76=![],_0x475938=null;const _0x5eab8c=_0x5e6069=>{if(_0x5eea76)return;_0x5eea76=!![];if(_0x475938!==null)clearTimeout(_0x475938);if(_0x2aab39!==null)try{_0x2aab39['close']();}catch{}_0x355453(_0x5e6069);};try{const _0x2e205a={};_0x2e205a['urls']=STUN_URL;const _0x258a70={};_0x258a70['iceServers']=[_0x2e205a],_0x2aab39=new _0x5492ff(_0x258a70),_0x2aab39['createDataChannel'](PROBE_DATA_CHANNEL_LABEL),_0x2aab39['onicecandidate']=_0x3bd5be=>{if(_0x3bd5be['candidate']===null)_0x5eab8c(!![]);},_0x2aab39['onicecandidateerror']=()=>_0x5eab8c(![]),_0x2aab39['createOffer']()['then'](_0x4072aa=>{if(_0x5eea76||_0x2aab39===null)return;return _0x2aab39['setLocalDescription'](_0x4072aa);})['catch'](()=>_0x5eab8c(![])),_0x475938=setTimeout(()=>_0x5eab8c(![]),PROBE_TIMEOUT_MS);}catch{_0x5eab8c(![]);}});}function getNetworkRTT(){const _0x28c446=navigator;return _0x28c446['connection']?.['rtt']??null;}function getNotificationPresence(){return typeof window['Notification']!=='undefined';}function getOsCpu(){if(typeof navigator==='undefined')return null;const _0x1e0854=navigator['oscpu'];return _0x1e0854??null;}function getPageUrl(){try{if(typeof window==='undefined')return null;const _0x3edf65={};return _0x3edf65['l']=window['location']['href'],_0x3edf65['f']='',[_0x3edf65];}catch{return null;}}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x502388=performance['memory'];if(_0x502388===undefined||typeof _0x502388['jsHeapSizeLimit']!=='number')return undefined;return _0x502388['jsHeapSizeLimit'];}function getPerformanceNowMicroseconds(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;return Math['floor'](performance['now']()*0x3e8);}function getPerformanceResolution(){const _0x230041=window['performance'];if(typeof _0x230041['now']!=='function')return null;let _0x20c35a=0x1,_0xaaf5f8=0x1,_0xe671e9=_0x230041['now'](),_0x430f83=_0xe671e9;for(let _0xdf546c=0x0;_0xdf546c<0xc350;_0xdf546c++){_0xe671e9=_0x430f83,_0x430f83=_0x230041['now']();if(_0xe671e9<_0x430f83){const _0x4ff3d6=_0x430f83-_0xe671e9;if(_0x4ff3d6>_0x20c35a){if(_0x4ff3d6<_0xaaf5f8)_0xaaf5f8=_0x4ff3d6;}else _0x4ff3d6<_0x20c35a&&(_0xaaf5f8=_0x20c35a,_0x20c35a=_0x4ff3d6);}}return[_0x20c35a,_0xaaf5f8];}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 _0x3ab103=0x3,_0x3d24e6=[];for(let _0x33a466=0x0;_0x33a466<_0x3ab103;_0x33a466++){const _0x533ae5={},_0x3d7f70=permissionNames['map'](async _0x5e477b=>{try{const _0x1fe579={};_0x1fe579['name']=_0x5e477b;const _0xee791d=await navigator['permissions']['query'](_0x1fe579);_0x533ae5[_0x5e477b]=_0xee791d['state'];}catch{}});await Promise['all'](_0x3d7f70),_0x3d24e6['push'](_0x533ae5);}const _0x1db239={},_0x5b8b94=new Set(_0x3d24e6['flatMap'](_0x5be2b6=>Object['keys'](_0x5be2b6)));for(const _0x146520 of _0x5b8b94){const _0x2e07b3={};for(const _0x4056a5 of _0x3d24e6){const _0x174a9e=_0x4056a5[_0x146520];_0x174a9e&&(_0x2e07b3[_0x174a9e]=(_0x2e07b3[_0x174a9e]||0x0)+0x1);}let _0xb627e='',_0x111c15=0x0;for(const [_0x32caa3,_0x172be7]of Object['entries'](_0x2e07b3)){_0x172be7>_0x111c15&&(_0xb627e=_0x32caa3,_0x111c15=_0x172be7);}_0xb627e&&(_0x1db239[_0x146520]=_0xb627e);}return _0x1db239;}function getPlatform(){const {platform:_0x295706}=navigator;if(_0x295706==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x295706;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x430898=navigator['plugins'];let _0x1ff6f9=Object['getPrototypeOf'](_0x430898)===PluginArray['prototype'];for(let _0xf38bd=0x0;_0xf38bd<_0x430898['length'];_0xf38bd++){_0x1ff6f9&&(_0x1ff6f9=Object['getPrototypeOf'](_0x430898[_0xf38bd])===Plugin['prototype']);}return _0x1ff6f9;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x29567d=navigator['plugins'],_0x51fbce=[];for(let _0x29cf3e=0x0;_0x29cf3e<_0x29567d['length'];++_0x29cf3e){const _0xa76554=_0x29567d['item'](_0x29cf3e);if(_0xa76554===null)continue;const _0x57ba90=[];for(let _0x31f3e4=0x0;_0x31f3e4<_0xa76554['length'];++_0x31f3e4){const _0x4154f7=_0xa76554[_0x31f3e4],_0x354c21={};_0x354c21['type']=_0x4154f7['type'],_0x354c21['suffixes']=_0x4154f7['suffixes'],_0x57ba90['push'](_0x354c21);}const _0x3ec123={};_0x3ec123['name']=_0xa76554['name'],_0x3ec123['description']=_0xa76554['description'],_0x3ec123['mimeTypes']=_0x57ba90,_0x51fbce['push'](_0x3ec123);}return _0x51fbce;}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 _0xa657f7=navigator['plugins'];if(typeof _0xa657f7['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0xa657f7['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(_0x32dc96){return matchMedia('(prefers-reduced-motion:\x20'+_0x32dc96+')')['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 _0x487d3a=()=>{const _0x3d0817=getCurrentScreenFrame();if(isFrameSizeNull(_0x3d0817)){screenFrameAttempts+=0x1;if(screenFrameAttempts>=MAX_FRAME_POLL_ATTEMPTS){screenFrameSizeTimeoutId=undefined;return;}screenFrameSizeTimeoutId=setTimeout(_0x487d3a,screenFrameCheckInterval);}else screenFrameBackup=_0x3d0817,screenFrameSizeTimeoutId=undefined;};_0x487d3a();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x54392f=getCurrentScreenFrame();if(isFrameSizeNull(_0x54392f)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x54392f=getCurrentScreenFrame());}return!isFrameSizeNull(_0x54392f)&&(screenFrameBackup=_0x54392f),_0x54392f;};}function getScreenFrame(){const _0x4cd020=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x67a10a=isGecko()&&isGecko143OrNewer();if(_0x4cd020||_0x67a10a)return()=>Promise['resolve'](undefined);const _0x20a4b9=getUnstableScreenFrame();return async()=>{const _0x1d06f5=await _0x20a4b9(),_0x4cb203=_0x11cb1f=>_0x11cb1f===null?null:round$1(_0x11cb1f,roundingPrecision);return[_0x4cb203(_0x1d06f5[0x0]),_0x4cb203(_0x1d06f5[0x1]),_0x4cb203(_0x1d06f5[0x2]),_0x4cb203(_0x1d06f5[0x3])];};}function getCurrentScreenFrame(){const _0x91cb4e=screen;return[replaceNaN(toFloat(_0x91cb4e['availTop']),null),replaceNaN(toFloat(_0x91cb4e['width'])-toFloat(_0x91cb4e['availWidth'])-replaceNaN(toFloat(_0x91cb4e['availLeft']),0x0),null),replaceNaN(toFloat(_0x91cb4e['height'])-toFloat(_0x91cb4e['availHeight'])-replaceNaN(toFloat(_0x91cb4e['availTop']),0x0),null),replaceNaN(toFloat(_0x91cb4e['availLeft']),null)];}function isFrameSizeNull(_0x4ee328){for(let _0x4a29df=0x0;_0x4a29df<0x4;++_0x4a29df){if(_0x4ee328[_0x4a29df]!==null&&_0x4ee328[_0x4a29df]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x40ab9e,_0x3ac3a7)=>{const _0x35121b=_0x3ac3a7['screen'],_0x125113=_0x20ee17=>{const _0x357e85=parseInt(_0x20ee17);return typeof _0x357e85==='number'&&isNaN(_0x357e85)?-0x1:_0x357e85;};return{'w':_0x125113(_0x35121b['width']),'h':_0x125113(_0x35121b['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x2ef067=screen,_0x371996=_0xe12356=>replaceNaN(toInt(_0xe12356),null),_0x9e750=[_0x371996(_0x2ef067['width']),_0x371996(_0x2ef067['height'])];return _0x9e750['sort']()['reverse'](),_0x9e750;}const MIN_EVENTS=0x5,MAX_SAMPLES=0xc8,velocities=[];let lastY=0x0,lastTime=0x0,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x53c44b={};_0x53c44b['passive']=!![],window['addEventListener']('scroll',()=>{const _0x2f4507=performance['now'](),_0x30f58b=window['scrollY'];if(lastTime>0x0){const _0x14586c=_0x2f4507-lastTime;if(_0x14586c>0x0&&_0x14586c<0x1f4){const _0x43552a=Math['abs'](_0x30f58b-lastY)/(_0x14586c/0x3e8);if(velocities['length']>=MAX_SAMPLES)velocities['shift']();velocities['push'](Math['round'](_0x43552a));}}lastY=_0x30f58b,lastTime=_0x2f4507;},_0x53c44b);}function getScrollBehavior(){startObserving();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0xdfcd35=[...velocities]['sort']((_0x56d11d,_0x455486)=>_0x56d11d-_0x455486),_0x568e94=_0xdfcd35[Math['floor'](_0xdfcd35['length']*0.5)]??0x0,_0x5630b3=_0xdfcd35[Math['floor'](_0xdfcd35['length']*0.9)]??0x0,_0x5ee3b6={};return _0x5ee3b6['p50']=_0x568e94,_0x5ee3b6['p90']=_0x5630b3,_0x5ee3b6['count']=_0xdfcd35['length'],Promise['resolve'](_0x5ee3b6);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x15784c,_0x153421)=>{const _0x512c35=_0x153421['document'],_0x2520e5=_0x512c35['createElement']('div');_0x2520e5['style']['width']='100px',_0x2520e5['style']['height']='100px',_0x2520e5['style']['overflow']='scroll',_0x2520e5['style']['visibility']='hidden',_0x512c35['body']['appendChild'](_0x2520e5);const _0x4185ea=_0x2520e5['offsetWidth']===_0x2520e5['clientWidth'];return _0x512c35['body']['removeChild'](_0x2520e5),_0x4185ea;});}function getSecureContext(){if(typeof window==='undefined')return null;const _0x4555c9=window['isSecureContext'];return _0x4555c9===!![];}function getServiceWorkerPresence(){if(typeof navigator==='undefined')return null;return typeof navigator['serviceWorker']!=='undefined';}const PROBE_KEY='_t';function getSessionStorage(){try{const _0x48b588=window['sessionStorage'];if(_0x48b588===null||_0x48b588===undefined)return![];return _0x48b588['setItem'](PROBE_KEY,'1'),_0x48b588['removeItem'](PROBE_KEY),!![];}catch{return![];}}function getSharedArrayBuffer(){if(typeof window==='undefined')return null;const _0x39eed6=window['SharedArrayBuffer'];if(typeof _0x39eed6!=='function')return null;try{const _0x44087b=new _0x39eed6(0x1);if(_0x44087b['byteLength']===undefined)return null;return _0x44087b['byteLength'];}catch{return null;}}function getStandalonePwa(){if(typeof navigator==='undefined')return null;const _0x51a81f=navigator['standalone'];return _0x51a81f===!![];}function getStoragePersisted(){if(typeof navigator==='undefined')return null;const _0x2ded0b=navigator['storage'],_0x1bc0e9=_0x2ded0b?.['persisted'];if(typeof _0x1bc0e9!=='function')return()=>Promise['resolve'](![]);return async()=>{try{return await _0x1bc0e9['call'](_0x2ded0b)===!![];}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(_0x43c694=>{let _0x2313b8=0x0;const _0x1f918c=performance['now']();function _0x4fa582(){_0x2313b8++,_0x2313b8>=ITER||performance['now']()-_0x1f918c>BUDGET_MS?_0x43c694(_0x2313b8*0x4|0x0):setTimeout(_0x4fa582,0x0);}setTimeout(_0x4fa582,0x0);});}async function getStorageEstimate(){const _0x19751f=navigator['storage'];if(_0x19751f===undefined||typeof _0x19751f['estimate']!=='function')return null;try{const _0x212c05=await Promise['race']([_0x19751f['estimate'](),new Promise((_0x3c24fe,_0x48029a)=>setTimeout(()=>_0x48029a(new Error('timeout')),0x1f4))]);if(_0x212c05['quota']!==undefined&&_0x212c05['quota']>0x0)return Math['round'](_0x212c05['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0xaed601=navigator['storage'];if(_0xaed601===undefined)return null;const _0x551bc0=_0xaed601['getDirectory'];if(typeof _0x551bc0!=='function')return null;try{const _0x145ee7=await Promise['race']([_0xaed601['getDirectory']()['then'](()=>'',_0x4d6a34=>_0x4d6a34 instanceof Error?_0x4d6a34['message']:String(_0x4d6a34)),new Promise((_0x5677f2,_0x231720)=>setTimeout(()=>_0x231720(new Error('timeout')),0xfa))]);return _0x145ee7;}catch{return null;}}const _0x3fae62={};_0x3fae62['AccentColor']='ac',_0x3fae62['AccentColorText']='act',_0x3fae62['ActiveText']='at',_0x3fae62['ActiveBorder']='ab',_0x3fae62['ActiveCaption']='aca',_0x3fae62['AppWorkspace']='aw',_0x3fae62['Background']='b',_0x3fae62['ButtonHighlight']='bh',_0x3fae62['ButtonShadow']='bs',_0x3fae62['ButtonBorder']='bb',_0x3fae62['ButtonFace']='bf',_0x3fae62['ButtonText']='bt',_0x3fae62['FieldText']='ft',_0x3fae62['GrayText']='gt',_0x3fae62['Highlight']='h',_0x3fae62['HighlightText']='ht',_0x3fae62['InactiveBorder']='ib',_0x3fae62['InactiveCaption']='ic',_0x3fae62['InactiveCaptionText']='ict',_0x3fae62['InfoBackground']='infb',_0x3fae62['InfoText']='it',_0x3fae62['LinkText']='lt',_0x3fae62['Mark']='m',_0x3fae62['Menu']='me',_0x3fae62['Scrollbar']='s',_0x3fae62['ThreeDDarkShadow']='tdds',_0x3fae62['ThreeDFace']='tdf',_0x3fae62['ThreeDHighlight']='tdh',_0x3fae62['ThreeDLightShadow']='tdls',_0x3fae62['ThreeDShadow']='tds',_0x3fae62['VisitedText']='vt',_0x3fae62['Window']='w',_0x3fae62['WindowFrame']='wf',_0x3fae62['WindowText']='wt',_0x3fae62['Selecteditem']='si',_0x3fae62['Selecteditemtext']='sit';const systemColorMap=_0x3fae62;function getSystemColors(){return getIframePool()['execute']((_0x27a114,_0x1168c9)=>{const _0x566350=_0x1168c9['document'];_0x566350['documentElement']['style']['colorScheme']='light';const _0x20d8d2=_0x566350['createElement']('div');_0x566350['body']['appendChild'](_0x20d8d2);const _0x3e717a={};for(const _0x16d665 of Object['keys'](systemColorMap)){_0x20d8d2['style']['color']=_0x16d665,_0x3e717a[systemColorMap[_0x16d665]]=_0x1168c9['getComputedStyle'](_0x20d8d2)['color'];}return _0x566350['body']['removeChild'](_0x20d8d2),_0x3e717a;});}function getTimezone(){const _0x30c041=window['Intl'],_0x2fd647=_0x30c041?.['DateTimeFormat'];if(_0x2fd647!==undefined){const _0x56b326=new _0x2fd647()['resolvedOptions']()['timeZone'];if(_0x56b326!=='')return _0x56b326;}const _0x1789b7=-getTimezoneOffset();return'UTC'+(_0x1789b7>=0x0?'+':'')+_0x1789b7;}function getTimezoneOffset(){const _0xe5ac0a=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0xe5ac0a,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0xe5ac0a,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 _0x4d5026=window['location']['href'],_0x4cceba=new URL(_0x4d5026),_0x4d5442=[_0x4cceba['protocol'],_0x4cceba['hostname'],_0x4cceba['port'],_0x4cceba['pathname'],_0x4cceba['search'],_0x4cceba['hash']];return _0x4d5442['map'](_0x156c1a=>x64hash128(_0x156c1a));}catch{return null;}}function getMeasuredTimezone(){let _0x41585d='';try{const _0x562543=window['Intl'],_0x5c5c15=_0x562543?.['DateTimeFormat'];_0x5c5c15!==undefined&&(_0x41585d=new _0x5c5c15()['resolvedOptions']()['timeZone']);}catch{}const _0x23dc61=new Date()['getTimezoneOffset'](),_0x355926=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x7e8c96=new Date()['getFullYear'](),_0x211b58=new Date(_0x7e8c96,0x0,0x1)['getTimezoneOffset'](),_0x17219d=new Date(_0x7e8c96,0x6,0x1)['getTimezoneOffset'](),_0x31b03a={};return _0x31b03a['reported']=_0x41585d,_0x31b03a['offset']=_0x23dc61,_0x31b03a['historicalOffset']=_0x355926,_0x31b03a['janOffset']=_0x211b58,_0x31b03a['julOffset']=_0x17219d,_0x31b03a;}function getTouchSupport(){const _0x10db2e=navigator;let _0x49605a=0x0,_0xacba91;if('maxTouchPoints'in _0x10db2e)_0x49605a=toInt(_0x10db2e['maxTouchPoints']);else _0x10db2e['msMaxTouchPoints']!==undefined&&(_0x49605a=_0x10db2e['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0xacba91=!![];}catch{_0xacba91=![];}const _0x3d19b9='ontouchstart'in window,_0x4a5350={};return _0x4a5350['maxTouchPoints']=_0x49605a,_0x4a5350['touchEvent']=_0xacba91,_0x4a5350['touchStart']=_0x3d19b9,_0x4a5350;}function getUserAgent(){return navigator['userAgent'];}function getUserAgentData(){const _0x290911=navigator['userAgentData'];return _0x290911!==undefined&&_0x290911!==null&&typeof _0x290911==='object';}function getVendor(){return navigator['vendor']||'';}function getWebSqlDatabase(){if(typeof window==='undefined')return null;const _0x72e665=window['openDatabase'];return typeof _0x72e665==='function';}function getWindowDimensions(){const _0x1f1d61={};return _0x1f1d61['outerWidth']=window['outerWidth'],_0x1f1d61['outerHeight']=window['outerHeight'],_0x1f1d61['innerWidth']=window['innerWidth'],_0x1f1d61['innerHeight']=window['innerHeight'],_0x1f1d61;}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 _0xd3283=window['AudioContext']??window['webkitAudioContext'];if(_0xd3283===undefined)return![];return typeof _0xd3283==='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 _0x6e0aed=window['RTCPeerConnection']??window['webkitRTCPeerConnection'];if(_0x6e0aed===undefined)return![];let _0x1c5c82=null;try{_0x1c5c82=new _0x6e0aed();const _0x63c64=_0x1c5c82['createDataChannel']('lockdown-probe');return _0x63c64['close'](),!![];}catch{return![];}finally{_0x1c5c82?.['close']();}}function checkWebGl(){let _0x2f782c=null;try{const _0x411c82=document['createElement']('canvas');return _0x2f782c=_0x411c82['getContext']('webgl')??_0x411c82['getContext']('experimental-webgl')??_0x411c82['getContext']('webgl2'),_0x2f782c!==null;}catch{return![];}finally{if(_0x2f782c!==null)try{const _0x2e74fb=_0x2f782c['getExtension']('WEBGL_lose_context');_0x2e74fb?.['loseContext']();}catch{}}}const EXPECTED=[0x0,0x7f,0xff,0xff];function getCanvasPow(){try{const _0x14d9a4=document['createElement']('canvas');_0x14d9a4['width']=0x10,_0x14d9a4['height']=0x10;const _0x3fa80c=_0x14d9a4['getContext']('2d');if(_0x3fa80c===null)return null;_0x3fa80c['fillStyle']='rgba(0,\x20127,\x20255,\x201)',_0x3fa80c['fillRect'](0x0,0x0,0x10,0x10);const _0x516c57=_0x3fa80c['getImageData'](0x0,0x0,0x1,0x1),_0x2f1565=_0x516c57['data'];if(_0x2f1565['length']<0x4)return null;const _0x354119=[_0x2f1565[0x0],_0x2f1565[0x1],_0x2f1565[0x2],_0x2f1565[0x3]],_0x4bf1fb=_0x354119[0x0]===EXPECTED[0x0]&&_0x354119[0x1]===EXPECTED[0x1]&&_0x354119[0x2]===EXPECTED[0x2]&&_0x354119[0x3]===EXPECTED[0x3],_0x95f77e={};return _0x95f77e['match']=_0x4bf1fb,_0x95f77e['actual']=_0x354119,_0x95f77e['expected']=EXPECTED,_0x95f77e;}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 _0x2e43c7={};return _0x2e43c7['trapTriggered']=![],_0x2e43c7['reliable']=![],_0x2e43c7;}let _0x18b9d6=![];const _0xd1e915={};_0xd1e915['ownKeys']=function(){return _0x18b9d6=!![],[];};const _0x11953d=new Proxy({},_0xd1e915),_0x2b8c23=Object['create'](_0x11953d);try{NATIVE_CONSOLE_DEBUG(_0x2b8c23);}catch{}const _0xb2864f={};return _0xb2864f['trapTriggered']=_0x18b9d6,_0xb2864f['reliable']=CACHED_DEBUG_IS_NATIVE,_0xb2864f;}catch{const _0x4bfc86={};return _0x4bfc86['trapTriggered']=![],_0x4bfc86['reliable']=![],_0x4bfc86;}}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 _0x385f53=[];try{const _0x3b43ff=window;for(const _0x3f202c of EXACT_MARKERS){_0x3f202c in _0x3b43ff&&_0x385f53['push'](_0x3f202c);}try{const _0x3c9b07=Object['getOwnPropertyNames'](_0x3b43ff);for(const _0x398830 of _0x3c9b07){for(const _0xcf3ff7 of PREFIX_MARKERS){if(_0x398830['startsWith'](_0xcf3ff7)){_0x385f53['push'](_0x398830);break;}}}}catch{}const _0x2d323c={};return _0x2d323c['detected']=_0x385f53,_0x2d323c['count']=_0x385f53['length'],_0x2d323c;}catch{const _0x2ec5f4={};return _0x2ec5f4['detected']=[],_0x2ec5f4['count']=0x0,_0x2ec5f4;}}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(_0x5c0518){_0x5c0518['style']['setProperty']('visibility','hidden','important'),_0x5c0518['style']['setProperty']('display','block','important');}function buildElement(_0x1904ce,_0x1e736b){const [_0x44e3e3,_0x360535]=parseSimpleCssSelector(_0x1904ce),_0x5924ea=_0x1e736b['createElement'](_0x44e3e3??'div');for(const _0xe5f2d2 of Object['keys'](_0x360535)){const _0x549989=_0x360535[_0xe5f2d2]['join']('\x20');_0xe5f2d2==='style'?addStyleString(_0x5924ea['style'],_0x549989):_0x5924ea['setAttribute'](_0xe5f2d2,_0x549989);}return _0x5924ea;}function getAdblockFilterMatch(){if(typeof window==='undefined'||typeof document==='undefined')return null;if(!isWebKit()||!isSafariWebKit())return null;return async()=>{try{const _0x4dee14=[],_0x43b215={};let _0x3e2345=0x0;for(const _0x51d90d of Object['keys'](ADBLOCK_FILTER_LISTS)){const _0x3e811b=ADBLOCK_FILTER_LISTS[_0x51d90d],_0xa5578e=_0x3e2345;for(const _0x432673 of _0x3e811b){_0x4dee14['push'](_0x432673),_0x3e2345+=0x1;}_0x43b215[_0x51d90d]=[_0xa5578e,_0x3e2345];}const _0x50ddd4=await getIframePool()['execute']((_0x2647a1,_0x38c54b)=>{const _0x1a85a3=_0x38c54b['document'],_0x5ecd33=_0x1a85a3['createElement']('div');applyHidden(_0x5ecd33);const _0x322fd4=[];for(const _0x5642f3 of _0x4dee14){let _0xcec4b7;try{_0xcec4b7=buildElement(_0x5642f3,_0x1a85a3);}catch{_0xcec4b7=_0x1a85a3['createElement']('div');}if(_0xcec4b7['tagName']==='DIALOG')try{;_0xcec4b7['show']();}catch{}const _0x557be0=_0x1a85a3['createElement']('div');applyHidden(_0x557be0),_0x557be0['appendChild'](_0xcec4b7),_0x5ecd33['appendChild'](_0x557be0),_0x322fd4['push'](_0xcec4b7);}_0x1a85a3['body']['appendChild'](_0x5ecd33);try{const _0x6138c4=[];for(const _0x213594 of _0x322fd4){_0x6138c4['push'](_0x213594['offsetParent']===null);}return _0x6138c4;}finally{_0x5ecd33['parentNode']?.['removeChild'](_0x5ecd33);}}),_0x15ca8b=[];for(const _0x2661c7 of Object['keys'](_0x43b215)){const [_0x58620f,_0x11b1e3]=_0x43b215[_0x2661c7],_0x340e43=_0x11b1e3-_0x58620f;if(_0x340e43===0x0)continue;let _0x343b33=0x0;for(let _0x192c0e=_0x58620f;_0x192c0e<_0x11b1e3;_0x192c0e+=0x1){if(_0x50ddd4[_0x192c0e])_0x343b33+=0x1;}_0x343b33>BLOCK_THRESHOLD*_0x340e43&&_0x15ca8b['push'](_0x2661c7);}return _0x15ca8b['sort'](),_0x15ca8b;}catch{return null;}};}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0xecfd78=document['createElement']('canvas');_0xecfd78['width']=0x1,_0xecfd78['height']=0x1;const _0x7f8bce=_0xecfd78['getContext']('2d');if(!_0x7f8bce)return null;_0x7f8bce['clearRect'](0x0,0x0,0x1,0x1);const _0x5ebe38=_0x7f8bce['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x5ebe38[0x0]!==0x0||_0x5ebe38[0x1]!==0x0||_0x5ebe38[0x2]!==0x0||_0x5ebe38[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 _0x21063b=window['getComputedStyle'](document['documentElement']);let _0x243944=0x0;for(const _0x47bce5 of CSS_PROPERTIES){_0x21063b['getPropertyValue'](_0x47bce5)!==''&&_0x243944++;}return _0x243944>=0x4;}function getCreateElementDescriptor(){const _0x6d8c07=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x6d8c07?!('writeable'in _0x6d8c07):null;}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x21b831){if(_0x21b831 instanceof Error&&_0x21b831['stack']!==undefined)return _0x21b831['stack']['toString']();}return undefined;}function hasWindowProp(_0x322104){return _0x322104 in window;}function getExtensionDetection(){const _0x974554=[['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__')]],_0x5d98f2=[];let _0x4a2962='';for(const [_0x4a6615,_0x14bbb9]of _0x974554){let _0x2738a7=![];try{_0x2738a7=_0x14bbb9();}catch{}_0x2738a7&&_0x5d98f2['push'](_0x4a6615),_0x4a2962+=_0x2738a7?'1':'0';}const _0x40055b={};return _0x40055b['detected']=_0x5d98f2,_0x40055b['bitmask']=_0x4a2962,_0x40055b;}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(_0x525026,_0x42dd96){let _0xd375c4=null,_0xe86036=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x178389,_0x9111d9,_0x2d106d]of _0x525026){try{const _0x3a7c61=_0x9111d9===''?CSS['supports'](_0x178389):CSS['supports'](_0x178389,_0x9111d9);_0x3a7c61&&(_0xd375c4===null||_0x2d106d>_0xd375c4)&&(_0xd375c4=_0x2d106d);}catch{}}for(const [_0x2fa5b1,_0x1f267d]of _0x42dd96){try{_0x2fa5b1()&&(_0xe86036===null||_0x1f267d>_0xe86036)&&(_0xe86036=_0x1f267d);}catch{}}const _0x36c94c={};return _0x36c94c['cssVersion']=_0xd375c4,_0x36c94c['jsVersion']=_0xe86036,_0x36c94c;}function parseUAVersion(_0x1b9a05){const _0x975dbc=navigator['userAgent'];if(_0x1b9a05==='chromium'){const _0x58ca66=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x975dbc);return _0x58ca66?parseInt(_0x58ca66[0x1],0xa):null;}if(_0x1b9a05==='gecko'){const _0x369548=/Firefox\/(\d+)/['exec'](_0x975dbc);return _0x369548?parseInt(_0x369548[0x1],0xa):null;}if(_0x1b9a05==='webkit'){const _0x13be1f=/Version\/(\d+)/['exec'](_0x975dbc);return _0x13be1f?parseInt(_0x13be1f[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x532e48='unknown';try{if(isChromium())_0x532e48='chromium';else{if(isGecko())_0x532e48='gecko';else isWebKit()&&(_0x532e48='webkit');}}catch{return null;}if(_0x532e48==='unknown'){const _0x2ab2b1={};return _0x2ab2b1['cssVersion']=null,_0x2ab2b1['jsVersion']=null,_0x2ab2b1['uaVersion']=null,_0x2ab2b1['mismatch']=![],_0x2ab2b1['engine']=_0x532e48,_0x2ab2b1;}let _0x12897e,_0x19721a;if(_0x532e48==='chromium')_0x12897e=CHROMIUM_CSS,_0x19721a=CHROMIUM_JS;else _0x532e48==='gecko'?(_0x12897e=GECKO_CSS,_0x19721a=GECKO_JS):(_0x12897e=WEBKIT_CSS,_0x19721a=WEBKIT_JS);const {cssVersion:_0x6fcc54,jsVersion:_0x35573e}=detectVersion(_0x12897e,_0x19721a),_0xefcdb2=parseUAVersion(_0x532e48);let _0x2d413d=![];if(_0xefcdb2!==null){const _0x187c08=Math['max'](_0x6fcc54??0x0,_0x35573e??0x0);_0x187c08>0x0&&_0xefcdb2-_0x187c08>0x14&&(_0x2d413d=!![]);}const _0x257ee2={};return _0x257ee2['cssVersion']=_0x6fcc54,_0x257ee2['jsVersion']=_0x35573e,_0x257ee2['uaVersion']=_0xefcdb2,_0x257ee2['mismatch']=_0x2d413d,_0x257ee2['engine']=_0x532e48,_0x257ee2;}function getGetterProxyDetection(){try{const _0x244ec1=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x244ec1?.['get'])return null;const _0x5b0e01=Function['prototype']['toString']['call'](_0x244ec1['get']);return!/\{\s*\[native code\]\s*\}/['test'](_0x5b0e01);}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 _0x57ebcf={},_0x403345={};for(const [_0x52438e,_0x55b4c5]of GETTER_TARGETS){const _0x5b1f9e=window[_0x52438e];if(_0x5b1f9e===null||_0x5b1f9e===undefined||typeof _0x5b1f9e!=='object')continue;for(const _0x148ceb of _0x55b4c5){try{const _0x76d24a=Object['getOwnPropertyDescriptor'](_0x5b1f9e,_0x148ceb)?.['get']?.['toString']();_0x76d24a!==undefined&&(_0x57ebcf[_0x52438e+'.'+_0x148ceb]=_0x76d24a);}catch{}}}for(const _0x22bc9f of TAMPER_CHECK_PROPS){try{const _0x1fad68=Object['getOwnPropertyDescriptor'](navigator,_0x22bc9f);if(_0x1fad68!==undefined){const _0x3372ca={};if(_0x1fad68['writable']===!![])_0x3372ca['writable']=!![];if(_0x1fad68['configurable']===!![])_0x3372ca['configurable']=!![];(_0x3372ca['writable']===!![]||_0x3372ca['configurable']===!![])&&(_0x403345[_0x22bc9f]=_0x3372ca);}}catch{}}const _0xd1459={};return _0xd1459['overrides']=_0x57ebcf,_0xd1459['tampered']=_0x403345,_0xd1459;}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 _0x1d40f8=document['createElement']('canvas'),_0x3226fd=_0x1d40f8['getContext']('webgl')??_0x1d40f8['getContext']('experimental-webgl');if(!_0x3226fd)return null;const _0xc677bd=_0x3226fd['getExtension']('WEBGL_debug_renderer_info');if(!_0xc677bd)return null;const _0x28a40e=_0x3226fd['getParameter'](_0xc677bd['UNMASKED_RENDERER_WEBGL']);if(!_0x28a40e)return null;let _0x5af47a=_0x28a40e;const _0x3d1ef4=_0x5af47a['match'](/^ANGLE \((.+)\)$/);if(_0x3d1ef4){_0x5af47a=_0x3d1ef4[0x1];const _0x5bb37f=_0x5af47a['lastIndexOf'](',');_0x5bb37f!==-0x1&&(_0x5af47a=_0x5af47a['substring'](0x0,_0x5bb37f));}const _0x36b723=_0x5af47a['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x4daf21=0x0;for(let _0x565ec6=0x0;_0x565ec6<_0x36b723['length']-0x1;_0x565ec6++){const _0x3da472=_0x36b723[_0x565ec6]+_0x36b723[_0x565ec6+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x3da472)&&_0x4daf21++;}const _0x3fb862={};return _0x3fb862['score']=_0x4daf21,_0x3fb862['gibberish']=_0x4daf21>0x2,_0x3fb862['renderer']=_0x28a40e,_0x3fb862;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x206cac=document['body']??document['documentElement'];if(_0x206cac===null)return null;const _0x3df458=document['createElement']('iframe');_0x3df458['style']['display']='none',_0x206cac['appendChild'](_0x3df458);try{const _0x58dad8=_0x3df458['contentWindow'];if(!_0x58dad8){const _0x3df14b={};return _0x3df14b['accessible']=![],_0x3df14b['proxyDetected']=![],_0x3df14b['selfConsistent']=![],_0x3df14b['frameElementNull']=![],_0x3df14b;}let _0xb040a2=![];try{_0xb040a2=_0x58dad8['self']===_0x58dad8;}catch{_0xb040a2=![];}let _0x453903=![];try{const _0x18b1df=Object['prototype']['toString']['call'](_0x58dad8);_0x18b1df!=='[object\x20Window]'&&_0x18b1df!=='[object\x20global]'&&(_0x453903=!![]);}catch{_0x453903=!![];}try{const _0xdf3e11=Object['getOwnPropertyDescriptor'](_0x58dad8,'self');if(_0xdf3e11===undefined&&!_0x453903){}}catch{_0x453903=!![];}let _0xa1c7d8=![];try{_0xa1c7d8=_0x58dad8['frameElement']===null;}catch{_0xa1c7d8=!![];}const _0x41fe7b={};return _0x41fe7b['accessible']=!![],_0x41fe7b['proxyDetected']=_0x453903,_0x41fe7b['selfConsistent']=_0xb040a2,_0x41fe7b['frameElementNull']=_0xa1c7d8,_0x41fe7b;}finally{_0x3df458['remove']();}}catch{return null;}}function getIframeSignals(){return new Promise(_0x2e003d=>{try{const _0x2f045f=document['createElement']('iframe');_0x2f045f['style']['display']='none',_0x2f045f['style']['width']='0',_0x2f045f['style']['height']='0',_0x2f045f['style']['position']='absolute',_0x2f045f['style']['top']='-9999px';let _0x471bba=null;const _0x2c60b5=()=>{if(_0x471bba!==null)clearTimeout(_0x471bba);try{_0x2f045f['parentNode']&&_0x2f045f['parentNode']['removeChild'](_0x2f045f);}catch{}};_0x471bba=setTimeout(()=>{_0x2c60b5(),_0x2e003d(null);},0x7d0),_0x2f045f['onload']=()=>{try{const _0xf3dce4=_0x2f045f['contentWindow'];if(!_0xf3dce4){_0x2c60b5(),_0x2e003d(null);return;}const _0x596ccf=_0xf3dce4['navigator'],_0x1ef279={};_0x1ef279['webdriver']=_0x596ccf['webdriver'],_0x1ef279['platform']=_0x596ccf['platform'],_0x1ef279['hardwareConcurrency']=_0x596ccf['hardwareConcurrency'],_0x1ef279['deviceMemory']=_0x596ccf['deviceMemory'],_0x1ef279['language']=_0x596ccf['language'];const _0x1a0fa9=_0x1ef279;_0x2c60b5(),_0x2e003d(_0x1a0fa9);}catch{_0x2c60b5(),_0x2e003d(null);}},_0x2f045f['onerror']=()=>{_0x2c60b5(),_0x2e003d(null);},document['body']['appendChild'](_0x2f045f);}catch{_0x2e003d(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0x3006b1='';for(const _0x4f16c5 of CHECKED_PROPERTIES){try{const _0x1f9f52=Object['getOwnPropertyDescriptor'](navigator,_0x4f16c5);if(_0x1f9f52){_0x3006b1+='1';continue;}const _0x3436c8=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x4f16c5);if(!_0x3436c8){_0x3006b1+='2';continue;}typeof _0x3436c8['get']==='function'?_0x3006b1+='0':_0x3006b1+='1';}catch{_0x3006b1+='2';}}return _0x3006b1;}catch{return'22222';}}function getObjectInspectGlobal(){try{return typeof globalThis['objectToInspect']!=='undefined';}catch{return![];}}const _0x2ea380={};_0x2ea380['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x2ea380['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x2ea380['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x2ea380,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x5aad12=>{try{const _0x1bd8dd=document['createElement']('canvas'),_0x1e6c16=_0x1bd8dd['getContext']('2d');if(!_0x1e6c16){const _0xf5b792={};_0xf5b792['detectedOs']='unknown',_0xf5b792['markers']=[],_0x5aad12(_0xf5b792);return;}_0x1e6c16['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x2747a6=_0x1e6c16['measureText'](TEST_STRING)['width'],_0x491ccc=[];let _0x5a5b43='unknown';for(const [_0x1fdffa,_0x1e873a]of Object['entries'](OS_FONT_MARKERS)){for(const _0x333228 of _0x1e873a){_0x1e6c16['font']=TEST_SIZE+'\x20\x27'+_0x333228+'\x27,\x20'+BASE_FONT;const _0x21bdf1=_0x1e6c16['measureText'](TEST_STRING)['width'];_0x21bdf1!==_0x2747a6&&(_0x491ccc['push'](_0x333228),_0x5a5b43==='unknown'&&(_0x5a5b43=_0x1fdffa));}}const _0x28b196={};_0x28b196['detectedOs']=_0x5a5b43,_0x28b196['markers']=_0x491ccc,_0x5aad12(_0x28b196);}catch{const _0x1d2eea={};_0x1d2eea['detectedOs']='unknown',_0x1d2eea['markers']=[],_0x5aad12(_0x1d2eea);}});}const g=globalThis,_0x20127e={};_0x20127e['android']=0x2,_0x20127e['chromeos']=0x1;const _0x5b784e={};_0x5b784e['windows']=0x2,_0x5b784e['mac']=0x2,_0x5b784e['linux']=0x2;const _0x1838cb={};_0x1838cb['windows']=0x2,_0x1838cb['mac']=0x2,_0x1838cb['linux']=0x2;const _0x3b0514={};_0x3b0514['windows']=0x2,_0x3b0514['mac']=0x2,_0x3b0514['linux']=0x2;const _0x5b6f93={};_0x5b6f93['windows']=0x1,_0x5b6f93['mac']=0x1,_0x5b6f93['linux']=0x1;const _0x2dd62d={};_0x2dd62d['windows']=0x1,_0x2dd62d['mac']=0x1,_0x2dd62d['linux']=0x1;const _0xa56e3b={};_0xa56e3b['windows']=0x2,_0xa56e3b['mac']=0x2,_0xa56e3b['linux']=0x2,_0xa56e3b['chromeos']=0x2;const _0x4896f4={};_0x4896f4['android']=0x2,_0x4896f4['ios']=0x2;const _0x3058b6={};_0x3058b6['android']=0x1,_0x3058b6['ios']=0x1;const _0x2914bb={};_0x2914bb['android']=0x2;const _0x1c780d={};_0x1c780d['android']=0x2;const _0xa80ef6={};_0xa80ef6['windows']=0x1,_0xa80ef6['mac']=0x1,_0xa80ef6['chromeos']=0x1;const _0xe96fd3={};_0xe96fd3['windows']=0x2,_0xe96fd3['mac']=0x2,_0xe96fd3['linux']=0x2;const _0x1d6b3b={};_0x1d6b3b['windows']=0x1,_0x1d6b3b['mac']=0x1,_0x1d6b3b['linux']=0x1;const _0x3532e9={};_0x3532e9['android']=0x1,_0x3532e9['windows']=0x1,_0x3532e9['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x20127e],['EyeDropper',()=>'EyeDropper'in g,_0x5b784e],['HID',()=>'hid'in navigator,_0x1838cb],['Serial',()=>'serial'in navigator,_0x3b0514],['USB',()=>'usb'in navigator,_0x5b6f93],['Bluetooth',()=>'bluetooth'in navigator,_0x2dd62d],['SharedWorker',()=>'SharedWorker'in g,_0xa56e3b],['orientation',()=>'ondeviceorientation'in g,_0x4896f4],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x3058b6],['ContactsManager',()=>'ContactsManager'in g,_0x2914bb],['ContentIndex',()=>'ContentIndex'in g,_0x1c780d],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0xa80ef6],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0xe96fd3],['PressureObserver',()=>'PressureObserver'in g,_0x1d6b3b],['WakeLock',()=>'wakeLock'in navigator,_0x3532e9]];function getPlatformApiScoring(){try{const _0x373dd8={},_0x4f2230=[];for(const [_0x59ec61,_0xc8f9d7,_0x3e3ec8]of PROBES){try{if(_0xc8f9d7()){_0x4f2230['push'](_0x59ec61);for(const [_0x835510,_0xd87716]of Object['entries'](_0x3e3ec8)){_0x373dd8[_0x835510]=(_0x373dd8[_0x835510]??0x0)+_0xd87716;}}}catch{}}const _0xfa957d={};return _0xfa957d['score']=_0x373dd8,_0xfa957d['apis']=_0x4f2230,_0xfa957d;}catch{return null;}}function getPluginOverflow(){try{const _0x5ddd9e=navigator['plugins'];if(_0x5ddd9e['length']===0x0)return null;const _0x3a9e1b=_0x5ddd9e['item'](0x0);if(!_0x3a9e1b)return null;let _0xba8b28=![];try{const _0x48c278=_0x5ddd9e['item'](0x100000000);_0xba8b28=_0x48c278!==_0x3a9e1b;}catch{_0xba8b28=!![];}let _0x811c3d=!![];try{if(_0x3a9e1b['length']>0x0){const _0x4f414f=_0x3a9e1b['item'](0x0);_0x4f414f&&(_0x811c3d=_0x4f414f['enabledPlugin']===_0x3a9e1b);}}catch{_0x811c3d=![];}const _0x2ef8d1={};return _0x2ef8d1['overflow']=_0xba8b28,_0x2ef8d1['backref']=_0x811c3d,_0x2ef8d1;}catch{return null;}}function getPrivateClickMeasurement(){if(typeof document==='undefined')return null;try{const _0x4cc710=document['createElement']('a'),_0x58c972=_0x4cc710['attributionSourceId']??_0x4cc710['attributionsourceid'];return _0x58c972===undefined||_0x58c972===null?null:String(_0x58c972);}catch{return null;}}function getChainDepth(_0x1cf249,_0x282243){let _0x66dc5f=_0x1cf249,_0x1f0bff=0x0;while(_0x66dc5f!==null&&_0x1f0bff<_0x282243){_0x66dc5f=Object['getPrototypeOf'](_0x66dc5f),_0x1f0bff++;}return _0x1f0bff;}function checkChain(_0x3b417d,_0x867017,_0x4c2564,_0x3a8604){try{const _0x47a75d=Object['getPrototypeOf'](_0x3b417d),_0x5439bf=_0x47a75d===_0x4c2564,_0x3ca564=getChainDepth(_0x3b417d,0xf);if(!_0x5439bf){const _0x2200c1={};return _0x2200c1['target']=_0x867017+'→'+_0x3a8604,_0x2200c1['intact']=![],_0x2200c1['depth']=_0x3ca564,_0x2200c1;}const _0x514c65={};return _0x514c65['target']=_0x867017+'→'+_0x3a8604,_0x514c65['intact']=!![],_0x514c65['depth']=_0x3ca564,_0x514c65;}catch{const _0x2c81f9={};return _0x2c81f9['target']=_0x867017+'→'+_0x3a8604,_0x2c81f9['intact']=![],_0x2c81f9['depth']=0x0,_0x2c81f9;}}function getPrototypeChain(){const _0x29579c=[];try{typeof Navigator!=='undefined'&&_0x29579c['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x29579c['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x29579c['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x29579c['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x176cca=navigator['constructor']===Navigator,_0x3a3b24={};_0x3a3b24['target']='navigator.constructor===Navigator',_0x3a3b24['intact']=_0x176cca,_0x3a3b24['depth']=0x0,_0x29579c['push'](_0x3a3b24);const _0x24cccc=Object['prototype']['toString']['call'](navigator),_0x5da503={};_0x5da503['target']='navigator.toStringTag',_0x5da503['intact']=_0x24cccc==='[object\x20Navigator]',_0x5da503['depth']=0x0,_0x29579c['push'](_0x5da503);const _0x4a9ed1=Object['prototype']['toString']['call'](screen),_0x55fcfb={};_0x55fcfb['target']='screen.toStringTag',_0x55fcfb['intact']=_0x4a9ed1==='[object\x20Screen]',_0x55fcfb['depth']=0x0,_0x29579c['push'](_0x55fcfb);}catch{}const _0x400100=_0x29579c['length']>0x0&&_0x29579c['every'](_0x535b4a=>_0x535b4a['intact']),_0x5742d1={};return _0x5742d1['valid']=_0x400100,_0x5742d1['checks']=_0x29579c,_0x5742d1;}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 _0x18ace3=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x18ace3['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x18ace3['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x18ace3['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x18ace3['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x18ace3['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x18ace3['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x18ace3;}function getHighTargets(){const _0x446ca7=getLightTargets(),_0x2e22be=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x1c4942 of _0x2e22be){_0x1c4942 in Navigator['prototype']&&_0x446ca7['push']([Navigator['prototype'],_0x1c4942]);}const _0x2cfb8d=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x1033ea of _0x2cfb8d){_0x1033ea in Screen['prototype']&&_0x446ca7['push']([Screen['prototype'],_0x1033ea]);}const _0x55e829=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0x2c377f of _0x55e829){_0x2c377f in Document['prototype']&&_0x446ca7['push']([Document['prototype'],_0x2c377f]);}try{const _0x5c9caa=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x1e7f86 of _0x5c9caa){_0x1e7f86 in Element['prototype']&&_0x446ca7['push']([Element['prototype'],_0x1e7f86]);}}catch{}try{const _0x4cb2bf=['offsetWidth','offsetHeight','style'];for(const _0x1d234f of _0x4cb2bf){_0x1d234f in HTMLElement['prototype']&&_0x446ca7['push']([HTMLElement['prototype'],_0x1d234f]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x1eda2c=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x53e97c of _0x1eda2c){_0x53e97c in CanvasRenderingContext2D['prototype']&&_0x446ca7['push']([CanvasRenderingContext2D['prototype'],_0x53e97c]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0xc17d50=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x2e2929 of _0xc17d50){_0x2e2929 in WebGLRenderingContext['prototype']&&_0x446ca7['push']([WebGLRenderingContext['prototype'],_0x2e2929]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x446ca7['push']([AudioContext['prototype'],'createOscillator']),_0x446ca7['push']([AudioContext['prototype'],'createAnalyser']),_0x446ca7['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x446ca7['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x446ca7['push']([Performance['prototype'],'now']),_0x446ca7['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x446ca7['push']([Storage['prototype'],'getItem']),_0x446ca7['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x156980=['random','floor','ceil','round','sin','cos'];for(const _0x29734b of _0x156980){_0x29734b in Math&&_0x446ca7['push']([Math,_0x29734b]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x446ca7['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x446ca7['push']([Permissions['prototype'],'query']);}catch{}return _0x446ca7;}function checkToString(_0x51a6de,_0x1f0fda){try{const _0x28e14e=Object['getOwnPropertyDescriptor'](_0x51a6de,_0x1f0fda),_0x3ebfc8=_0x28e14e?.['get']??_0x28e14e?.['value']??_0x51a6de[_0x1f0fda];if(typeof _0x3ebfc8!=='function')return![];const _0x35d7ce=Function['prototype']['toString']['call'](_0x3ebfc8);return!_0x35d7ce['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x3dc95f){try{const _0x26d1fe=Object['getOwnPropertyDescriptor'](navigator,_0x3dc95f);return _0x26d1fe?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x1f0998,_0x1b7c71){try{const _0x594978=Object['getOwnPropertyDescriptor'](_0x1f0998,_0x1b7c71);if(!_0x594978?.['get'])return![];return'prototype'in _0x594978['get'];}catch{return![];}}function checkOwnPropertyNames(_0x18ae91,_0x15e7cb){try{const _0xe3051f=Object['getOwnPropertyDescriptor'](_0x18ae91,_0x15e7cb),_0x2666aa=_0xe3051f?.['get'];if(typeof _0x2666aa!=='function')return![];const _0x4a5444=Object['getOwnPropertyNames'](_0x2666aa)['sort']();if(_0x4a5444['length']>0x2)return!![];if(_0x4a5444['length']===0x2&&(_0x4a5444[0x0]!=='length'||_0x4a5444[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x2e2087,_0x2feb28){try{const _0x150851=Object['getOwnPropertyDescriptor'](_0x2e2087,_0x2feb28),_0x54d7b5=_0x150851?.['get'];if(typeof _0x54d7b5!=='function')return![];class _0x20e57f extends _0x54d7b5{}return void _0x20e57f,!![];}catch{return![];}}function checkNullProto(_0x510da8,_0x62e93c){try{const _0x23a14d=Object['getOwnPropertyDescriptor'](_0x510da8,_0x62e93c),_0x2f0079=_0x23a14d?.['get']??_0x23a14d?.['value'];if(typeof _0x2f0079!=='function')return![];const _0x291140=Object['create'](_0x2f0079);return Object['setPrototypeOf'](_0x291140,null),_0x291140['toString'](),!![];}catch{return![];}}function checkIllegalInvocation(_0x3a0c02,_0x4573a3){try{const _0x282e4b=Object['getOwnPropertyDescriptor'](_0x3a0c02,_0x4573a3),_0x1cdc8d=_0x282e4b?.['get'];if(typeof _0x1cdc8d!=='function')return![];return _0x1cdc8d['call'](undefined),!![];}catch(_0x375713){if(_0x375713 instanceof TypeError)return![];return!![];}}function checkBindToString(_0x46a258,_0x99dac6){try{const _0x4e703c=Object['getOwnPropertyDescriptor'](_0x46a258,_0x99dac6),_0x122520=_0x4e703c?.['get']??_0x4e703c?.['value'];if(typeof _0x122520!=='function')return![];const _0x363543=_0x122520['bind'](null),_0x108f0=Function['prototype']['toString']['call'](_0x363543);return!_0x108f0['includes']('[native\x20code]')&&!_0x108f0['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x330b09,_0x264d27){try{const _0x1cb78f=Object['getOwnPropertyDescriptor'](_0x330b09,_0x264d27),_0x45d7aa=_0x1cb78f?.['get']??_0x1cb78f?.['value'];if(typeof _0x45d7aa!=='function')return![];const _0x22568d=Reflect['ownKeys'](_0x45d7aa)['sort'](),_0x260cb4=Object['getOwnPropertyNames'](_0x45d7aa)['sort']();if(_0x22568d['length']!==_0x260cb4['length'])return!![];for(let _0x4cee14=0x0;_0x4cee14<_0x22568d['length'];_0x4cee14++){if(_0x22568d[_0x4cee14]!==_0x260cb4[_0x4cee14])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x58d66f,_0x208dd5){try{const _0xdbbb28=Object['getOwnPropertyDescriptor'](_0x58d66f,_0x208dd5);if(!_0xdbbb28)return![];const _0x2055ce=_0xdbbb28['get']??_0xdbbb28['set']??_0xdbbb28['value'];if(typeof _0x2055ce!=='function')return![];const _0x151349=Object['getOwnPropertyDescriptors'](_0x2055ce),_0x21eb7c=Object['keys'](_0x151349)['filter'](_0x4d77b0=>_0x4d77b0!=='length'&&_0x4d77b0!=='name');return _0x21eb7c['length']>0x0;}catch{return![];}}function checkInstanceOf(_0x3993a7,_0x34e148){try{const _0x53ca20=Object['getOwnPropertyDescriptor'](_0x3993a7,_0x34e148),_0x55f329=_0x53ca20?.['get']??_0x53ca20?.['value'];if(typeof _0x55f329!=='function')return![];const _0x53f234=_0x55f329 instanceof _0x55f329;return _0x53f234===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x4b26c9){proxyDetectionMode=_0x4b26c9;}function getProxyDetection(){const _0x4ba44e=proxyDetectionMode,_0x354510=_0x4ba44e==='high'?getHighTargets():getLightTargets(),_0x2f5c70=_0x4ba44e==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x42f7a9=[];for(const [_0x1f03bf,_0x2a85fa]of _0x354510){let _0x54288e=![];try{_0x1f03bf===Navigator['prototype']&&checkOwnDescriptor(_0x2a85fa)&&(_0x54288e=!![]);}catch{}if(!_0x54288e)for(const _0x2cac8c of _0x2f5c70){try{if(_0x2cac8c(_0x1f03bf,_0x2a85fa)){_0x54288e=!![];break;}}catch{}}if(_0x54288e){const _0x509219=_0x1f03bf['constructor']['name'];_0x42f7a9['push'](_0x509219+'.'+_0x2a85fa);}}const _0x5afd58={};return _0x5afd58['tested']=_0x354510['length'],_0x5afd58['lied']=_0x42f7a9['length'],_0x5afd58['lies']=_0x42f7a9,_0x5afd58['mode']=_0x4ba44e,_0x5afd58;}function measureCssDimension(_0x2fef31,_0x522a11,_0x50b982){try{if(typeof matchMedia!=='function')return 0x0;let _0x1cf48e=_0x522a11,_0x585117=_0x50b982;while(_0x585117-_0x1cf48e>0x1){const _0x1a9447=Math['floor']((_0x1cf48e+_0x585117)/0x2),_0x355a6e=_0x2fef31==='width'?'(min-device-width:\x20'+_0x1a9447+'px)':'(min-device-height:\x20'+_0x1a9447+'px)';matchMedia(_0x355a6e)['matches']?_0x1cf48e=_0x1a9447:_0x585117=_0x1a9447;}return _0x1cf48e;}catch{return 0x0;}}function getScreenVerify(){try{const _0x10da76=screen['width'],_0xc3e0a5=screen['height'],_0x1acaca=measureCssDimension('width',0x64,0x1f40),_0x305af7=measureCssDimension('height',0x64,0x1f40),_0x3bb0c1=_0x1acaca===0x0||Math['abs'](_0x10da76-_0x1acaca)<=0x1,_0x486bec=_0x305af7===0x0||Math['abs'](_0xc3e0a5-_0x305af7)<=0x1,_0x3127cd={};return _0x3127cd['match']=_0x3bb0c1&&_0x486bec,_0x3127cd['screenWidth']=_0x10da76,_0x3127cd['cssWidth']=_0x1acaca,_0x3127cd['screenHeight']=_0xc3e0a5,_0x3127cd['cssHeight']=_0x305af7,_0x3127cd['probed']=_0x1acaca>0x0&&_0x305af7>0x0,_0x3127cd;}catch{const _0x1dc2ad={};return _0x1dc2ad['match']=!![],_0x1dc2ad['screenWidth']=0x0,_0x1dc2ad['cssWidth']=0x0,_0x1dc2ad['screenHeight']=0x0,_0x1dc2ad['cssHeight']=0x0,_0x1dc2ad['probed']=![],_0x1dc2ad;}}function getStackBytes(){try{const _0x11c40e=[];for(let _0x5239f2=0x0;_0x5239f2<0x5;_0x5239f2++){let _0x3bc908=0x0;const _0x48e7fd=()=>{_0x3bc908++,_0x48e7fd();};try{_0x48e7fd();}catch{}let _0x260003=0x0;const _0x15b19a=()=>{_0x260003++;const _0x482779=0x0;_0x15b19a();};try{_0x15b19a();}catch{}const _0x4659ab=_0x3bc908-_0x260003;_0x4659ab>0x0&&_0x11c40e['push'](Math['round'](_0x260003*0x8/_0x4659ab));}if(_0x11c40e['length']===0x0)return 0x0;return _0x11c40e['sort']((_0x414d79,_0x309b60)=>_0x414d79-_0x309b60),_0x11c40e[Math['floor'](_0x11c40e['length']/0x2)]??0x0;}catch{return null;}}const NATIVE_BODY_RE=/\[native code\]\s*\}\s*$/;function isNativeFunction(_0xe9e9c1){if(typeof _0xe9e9c1!=='function')return![];try{const _0x5e1b2f=Function['prototype']['toString']['call'](_0xe9e9c1);return NATIVE_BODY_RE['test'](_0x5e1b2f);}catch{return![];}}function getTamperAggregate(){try{if(typeof document==='undefined'||typeof navigator==='undefined'||typeof window==='undefined')return null;const _0x1e2ca2=isNativeFunction(document['createElement']),_0x445ec2=isNativeFunction(window['fetch']),_0xe1c71a=navigator['plugins'];if(_0xe1c71a===undefined||_0xe1c71a===null)return![];const _0x18a8ff=_0xe1c71a['constructor'],_0x8bdb7a=isNativeFunction(_0x18a8ff),_0x3e8e78=window['PluginArray'],_0x200f22=_0x3e8e78!==undefined&&_0x3e8e78!==null&&Object['getPrototypeOf'](_0xe1c71a)===_0x3e8e78['prototype'];return _0x1e2ca2&&_0x445ec2&&_0x8bdb7a&&_0x200f22;}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(_0xccdc32){if(typeof _0xccdc32!=='function')return![];try{return Function['prototype']['toString']['call'](_0xccdc32)['includes'](NATIVE_MARKER);}catch{return![];}}function checkResolvedOptionsNative(){const _0x4d9bd1=window['Intl'],_0x49e15d=_0x4d9bd1?.['DateTimeFormat']?.['prototype'];if(_0x49e15d===undefined)return!![];return isNative(_0x49e15d['resolvedOptions']);}function checkGetTimezoneOffsetNative(){const _0x26cf72=Date?.['prototype'];if(_0x26cf72===undefined)return!![];return isNative(_0x26cf72['getTimezoneOffset']);}function checkDstConsistency(_0xf5026a){if(ETC_OR_UTC_REGEX['test'](_0xf5026a))return null;if(VALID_SINGLE_SEGMENT_TZ['has'](_0xf5026a))return null;if(NO_DST_EXCEPTIONS['has'](_0xf5026a))return null;if(_0xf5026a['startsWith']('Antarctica/')&&!ANTARCTICA_DST_ZONES['has'](_0xf5026a))return null;const _0x10e83e=DST_OBSERVING_PREFIXES['some'](_0x1e07a3=>_0xf5026a===_0x1e07a3['replace'](/\/$/,'')||_0xf5026a['startsWith'](_0x1e07a3))||ANTARCTICA_DST_ZONES['has'](_0xf5026a);if(!_0x10e83e)return null;try{const _0x3a21e0=new Date()['getFullYear'](),_0x38f442=new Date(_0x3a21e0,0x0,0x1)['getTimezoneOffset'](),_0x183135=new Date(_0x3a21e0,0x6,0x1)['getTimezoneOffset']();if(_0x38f442===_0x183135)return'dst_inconsistency';}catch{}return null;}function checkIanaFormat(_0xb1bc9a){if(_0xb1bc9a==='')return!![];if(ETC_OR_UTC_REGEX['test'](_0xb1bc9a))return!![];if(VALID_SINGLE_SEGMENT_TZ['has'](_0xb1bc9a))return!![];return IANA_NAME_REGEX['test'](_0xb1bc9a);}function getTzTampered(){const _0xa3fb45=[],_0x13b613=[];try{!checkResolvedOptionsNative()&&_0xa3fb45['push']('non_native_resolved_options');}catch{_0x13b613['push']('probe_failed');}try{!checkGetTimezoneOffsetNative()&&_0xa3fb45['push']('non_native_get_timezone_offset');}catch{_0x13b613['push']('probe_failed');}let _0x3b2a6f='';try{const _0x356ba0=window['Intl'],_0xa08956=_0x356ba0?.['DateTimeFormat'];_0xa08956!==undefined&&(_0x3b2a6f=new _0xa08956()['resolvedOptions']()['timeZone']??'');}catch{_0x13b613['push']('probe_failed');}_0x3b2a6f!==''&&!checkIanaFormat(_0x3b2a6f)&&_0xa3fb45['push']('invalid_iana_format');if(_0x3b2a6f!=='')try{const _0x323a5d=checkDstConsistency(_0x3b2a6f);if(_0x323a5d!==null)_0xa3fb45['push'](_0x323a5d);}catch{_0x13b613['push']('probe_failed');}const _0x22f57b={'detected':_0xa3fb45['length']>0x0,'reasons':_0xa3fb45,..._0x13b613['length']>0x0?{'diagnostics':_0x13b613}:{}};return _0x22f57b;}function getLanguagesProtoChain(){if(typeof navigator==='undefined')return null;const _0x231f88=navigator['languages'];if(_0x231f88===null||_0x231f88===undefined)return null;try{const _0x1f868c=Object['getPrototypeOf'](_0x231f88);if(_0x1f868c===null)return!![];if(_0x1f868c!==Array['prototype'])return!![];const _0x477608=_0x1f868c['constructor'];if(_0x477608!==Array)return!![];return![];}catch{return!![];}}const SAMPLE_COUNT=0x6,SAMPLE_STRIDE=0x1000,I32_SCALE=0x2**0x1f;function getMathRandomDeterminism(){const _0x1ce025=[];let _0x1cdbfd=Math['random']();for(let _0x54a6a2=SAMPLE_COUNT*SAMPLE_STRIDE-0x1;_0x54a6a2>=0x0;_0x54a6a2-=0x1){if(_0x54a6a2%SAMPLE_STRIDE===0x0){const _0x536eaa=Math['random']();_0x1ce025['push']((_0x1cdbfd-_0x536eaa)*I32_SCALE|0x0),_0x1cdbfd=_0x536eaa;}}return _0x1ce025;}const _0xf751={};_0xf751['label']='Navigator',_0xf751['resolve']=()=>typeof window!=='undefined'&&'Navigator'in window?window['Navigator']['prototype']:null,_0xf751['props']=['hardwareConcurrency','userAgent','platform','vendor','language','languages','deviceMemory','maxTouchPoints','webdriver'];const _0x49b778={};_0x49b778['label']='Screen',_0x49b778['resolve']=()=>typeof window!=='undefined'&&'Screen'in window?window['Screen']['prototype']:null,_0x49b778['props']=['width','height','availWidth','availHeight','colorDepth'];const _0x253256={};_0x253256['label']='Document',_0x253256['resolve']=()=>typeof window!=='undefined'&&'Document'in window?window['Document']['prototype']:null,_0x253256['props']=['cookie'];const CLASS_SPECS=[_0xf751,_0x49b778,_0x253256];function getNativeGetterSource(){if(typeof window==='undefined')return null;const _0x2642c1={};for(const _0x1f1661 of CLASS_SPECS){let _0x4006ac;try{_0x4006ac=_0x1f1661['resolve']();}catch{continue;}if(_0x4006ac===null)continue;for(const _0x3b1983 of _0x1f1661['props']){try{const _0x41ab02=Object['getOwnPropertyDescriptor'](_0x4006ac,_0x3b1983),_0x22318f=_0x41ab02?.['get'];if(typeof _0x22318f!=='function')continue;const _0x5266de=_0x22318f['toString']();_0x2642c1[_0x1f1661['label']+'.'+_0x3b1983]=_0x5266de;}catch{}}}return _0x2642c1;}const DENYLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorProtoFunctionNames(){if(typeof navigator==='undefined')return null;const _0x3a0563=Object['getPrototypeOf'](navigator);if(_0x3a0563===null)return null;const _0x29340a=[];for(const _0x1a6f3b of Object['getOwnPropertyNames'](_0x3a0563)){if(DENYLIST['includes'](_0x1a6f3b))continue;try{const _0x41b193=navigator[_0x1a6f3b];if(typeof _0x41b193==='function'){const _0x502ca1=_0x41b193;typeof _0x502ca1['name']==='string'&&_0x29340a['push'](_0x502ca1['name']);}}catch(_0x47c2b2){return{'ok':![],'error':_0x47c2b2 instanceof Error?_0x47c2b2['message']:String(_0x47c2b2)};}}const _0x68fab8={};return _0x68fab8['ok']=!![],_0x68fab8['names']=_0x29340a,_0x68fab8;}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 _0x58a43a;try{_0x58a43a=new URL('');}catch{const _0x2ad3f2={};return _0x2ad3f2['acceptedEmpty']=![],_0x2ad3f2;}const _0x5dda7a=_0x58a43a['isTrusted'],_0x3f276e={};return _0x3f276e['acceptedEmpty']=!![],_0x3f276e['isTrusted']=_0x5dda7a,_0x3f276e;}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 _0x2a2f46=[],_0x3e0790=Object['getOwnPropertyNames'](window);for(let _0x3eeca3=0x0;_0x3eeca3<_0x3e0790['length'];_0x3eeca3++){const _0x6fab04=crc32(_0x3e0790[_0x3eeca3]);TARGET_HASHES['has'](_0x6fab04)&&_0x2a2f46['push'](_0x3e0790[_0x3eeca3]),_0x6fab04===UD&&_0x3eeca3+0x1<_0x3e0790['length']&&_0x2a2f46['push'](_0x3e0790[_0x3eeca3+0x1]);}return _0x2a2f46;}catch{return null;}}function getPlaywrightMarkers(){try{const _0x57f6b4=window,_0x544b52=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x20d04d of _0x544b52){if(_0x20d04d in _0x57f6b4)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 _0x4e16fa=new Error('probe'),_0x20d7c1=_0x4e16fa['stack']??'';for(const _0x53b20c of AUTOMATION_PATTERNS){if(_0x20d7c1['includes'](_0x53b20c)){const _0x34cf74={};return _0x34cf74['leaked']=!![],_0x34cf74['pattern']=_0x53b20c,_0x34cf74;}}try{const _0x591394=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x21d763=_0x591394();if(typeof _0x21d763==='string')for(const _0x4a297c of AUTOMATION_PATTERNS){if(_0x21d763['includes'](_0x4a297c)){const _0x34e534={};return _0x34e534['leaked']=!![],_0x34e534['pattern']=_0x4a297c,_0x34e534;}}}catch{}const _0x3cd4e3={};return _0x3cd4e3['leaked']=![],_0x3cd4e3['pattern']=null,_0x3cd4e3;}catch{const _0x3ac0c0={};return _0x3ac0c0['leaked']=![],_0x3ac0c0['pattern']=null,_0x3ac0c0;}}function getWebdriver(){const _0x5510ca=navigator['webdriver'],_0x1400e3={};_0x1400e3['status']=-0x1,_0x1400e3['value']=null,_0x1400e3['tampered']=![];if(_0x5510ca===null)return _0x1400e3;const _0x333775={};_0x333775['status']=-0x2,_0x333775['value']=null,_0x333775['tampered']=![];if(_0x5510ca===undefined)return _0x333775;const _0x457f40=_0x5510ca===!![]||_0x5510ca===![];return{'status':0x0,'value':Boolean(_0x5510ca),'tampered':!_0x457f40};}function getWebdriverWritable(){try{const _0x4984cc=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x4984cc){const _0x470282=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x470282)return!![];}const _0x4f3655=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x4f3655)return!![];if('value'in _0x4f3655)return!![];if(typeof _0x4f3655['set']==='function')return!![];return![];}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){const _0x598725=window['process'];if(_0x598725===undefined)return undefined;if(_0x598725&&typeof _0x598725!=='object')return undefined;return _0x598725;}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(_0x441bf9=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x441bf9(null);return;}const _0x19309e={};_0x19309e['type']='text/javascript';const _0x3796b2=new Blob([WORKER_CODE],_0x19309e),_0xa88f7d=URL['createObjectURL'](_0x3796b2);let _0x24b0d0=![];const _0x3ae4ef=new Worker(_0xa88f7d),_0x1cf729=setTimeout(()=>{!_0x24b0d0&&(_0x24b0d0=!![],_0x3ae4ef['terminate'](),URL['revokeObjectURL'](_0xa88f7d),_0x441bf9(null));},0x1f4);_0x3ae4ef['addEventListener']('error',()=>{!_0x24b0d0&&(_0x24b0d0=!![],clearTimeout(_0x1cf729),_0x3ae4ef['terminate'](),URL['revokeObjectURL'](_0xa88f7d),_0x441bf9(null));}),_0x3ae4ef['addEventListener']('message',_0x3eb9ae=>{if(_0x3eb9ae['data']==='ready'){_0x3ae4ef['postMessage']('run');return;}!_0x24b0d0&&(_0x24b0d0=!![],clearTimeout(_0x1cf729),_0x3ae4ef['terminate'](),URL['revokeObjectURL'](_0xa88f7d),_0x441bf9(_0x3eb9ae['data']));});}catch{_0x441bf9(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 _0x2950bc={};for(const [_0x37a38b,_0x4dd36d]of CSS_PROBES){const _0x1cb5e7=_0x4dd36d===''?_0x37a38b:_0x37a38b+':'+_0x4dd36d;try{_0x2950bc[_0x1cb5e7]=_0x4dd36d===''?CSS['supports'](_0x37a38b):CSS['supports'](_0x37a38b,_0x4dd36d);}catch{_0x2950bc[_0x1cb5e7]=![];}}return _0x2950bc;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x14393b=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x14393b===undefined||typeof _0x14393b['isBrave']!=='function')return undefined;try{return!!await _0x14393b['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 _0xff5053=window['innerWidth'],_0x1e9ebb=window['innerHeight'];if(_0xff5053<=0x0||_0x1e9ebb<=0x0)return![];return _0xff5053%0xc8===0x0&&_0x1e9ebb%0x64===0x0&&_0xff5053<=0x578&&_0x1e9ebb<=0x384;}function measurePerfNowResolution(){let _0x4d4753=Infinity,_0x5c6881=performance['now']();for(let _0x5969a4=0x0;_0x5969a4<PERF_NOW_SAMPLES;_0x5969a4++){const _0x14f889=performance['now'](),_0x183543=_0x14f889-_0x5c6881;if(_0x183543>0x0&&_0x183543<_0x4d4753)_0x4d4753=_0x183543;_0x5c6881=_0x14f889;}if(!Number['isFinite'](_0x4d4753))return 0x0;return Math['round'](_0x4d4753);}function probeCanvasAllWhite(){try{const _0x3c14de=document['createElement']('canvas');_0x3c14de['width']=0x10,_0x3c14de['height']=0x10;const _0x24cc74=_0x3c14de['getContext']('2d');if(_0x24cc74===null)return null;_0x24cc74['fillStyle']='#000000',_0x24cc74['fillRect'](0x0,0x0,0x10,0x10);const _0x31ee55=_0x3c14de['toDataURL']('image/png'),_0x46b4b8=_0x24cc74['getImageData'](0x0,0x0,0x10,0x10)['data'];for(let _0x8563c0=0x0;_0x8563c0<_0x46b4b8['length'];_0x8563c0+=0x4){if(_0x46b4b8[_0x8563c0]!==0xff||_0x46b4b8[_0x8563c0+0x1]!==0xff||_0x46b4b8[_0x8563c0+0x2]!==0xff)return![];}return void _0x31ee55,!![];}catch{return null;}}async function probeMediaDevicesRfp(){try{const _0x929415=navigator['mediaDevices'];if(_0x929415===undefined||typeof _0x929415['enumerateDevices']!=='function')return null;const _0x33215b=await _0x929415['enumerateDevices']();if(_0x33215b['length']!==0x2)return![];const _0x184e9e=_0x33215b['map'](_0x3cf80b=>_0x3cf80b['label'])['sort']();return _0x184e9e[0x0]==='Internal\x20Camera'&&_0x184e9e[0x1]==='Internal\x20Microphone';}catch{return null;}}function probePrefersColorSchemeLight(){try{const _0x1ebd35=window['matchMedia']('(prefers-color-scheme:\x20dark)'),_0x26e0c7=window['matchMedia']('(prefers-color-scheme:\x20light)');return _0x26e0c7['matches']&&!_0x1ebd35['matches'];}catch{return![];}}function getDetectMobile(){return isAndroid();}const THRESHOLD=0x3;function getDetectSamsungInternet(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x2963bc=window,_0x3f5da4=navigator,_0x268224=_0x2963bc['Audio']?.['prototype']??{},_0x9d3adb=_0x2963bc['Image']?.['prototype']??{},_0x2e82b7=_0x2963bc['visualViewport'];let _0x23e074=0x0;if('srLatency'in _0x268224)_0x23e074++;if('srChannelCount'in _0x268224)_0x23e074++;if('devicePosture'in _0x3f5da4)_0x23e074++;if(_0x2e82b7!==undefined&&_0x2e82b7!==null&&'segments'in _0x2e82b7)_0x23e074++;if('getTextInformation'in _0x9d3adb)_0x23e074++;return _0x23e074>=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 _0x3ddbb7=navigator;return typeof _0x3ddbb7['maxTouchPoints']==='number'&&_0x3ddbb7['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 _0x493b72=navigator,_0xea111f=[];for(const _0x3e3bd7 of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x493b72))){if(BLACKLIST['includes'](_0x3e3bd7))continue;try{const _0x335298=_0x493b72[_0x3e3bd7];typeof _0x335298==='function'&&_0x335298['name']!==undefined&&_0xea111f['push'](_0x335298['name']);}catch(_0x786dc1){return[_0x786dc1 instanceof Error?_0x786dc1['message']:String(_0x786dc1)];}}return _0xea111f;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x638bd=navigator['userAgentData'];if(!_0x638bd||typeof _0x638bd!=='object')return undefined;const _0x110e52={},_0x45cf0d=[];if(typeof _0x638bd['getHighEntropyValues']==='function'){const _0x37aa58=_0x638bd['getHighEntropyValues']['bind'](_0x638bd);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x3e3219=>{try{const _0x26e46f=await _0x37aa58([_0x3e3219]),_0xf45515=_0x26e46f[_0x3e3219];_0xf45515!==undefined&&(_0x110e52[_0x3e3219]=typeof _0xf45515==='string'?_0xf45515:JSON['stringify'](_0xf45515));}catch(_0x351644){if(_0x351644 instanceof Error&&_0x351644['name']==='NotAllowedError')_0x45cf0d['push'](_0x3e3219);else throw _0x351644;}}));}return{'b':_0x638bd['brands']['map'](_0x254697=>({'b':_0x254697['brand'],'v':_0x254697['version']})),'m':_0x638bd['mobile'],'p':_0x638bd['platform']??null,'h':_0x110e52,'nah':_0x45cf0d};}function getVendorFlavors(){const _0x436475=[];for(const _0x1d871d of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x1fecca=window[_0x1d871d];_0x1fecca!==undefined&&_0x1fecca!==null&&typeof _0x1fecca==='object'&&_0x436475['push'](_0x1d871d);}return _0x436475['sort']();}const _0xb0eaa4={};_0xb0eaa4['workerIsolation']=getWorkerIsolation,_0xb0eaa4['webGlExtended']=getWebGlExtended;const stage1Sources=_0xb0eaa4,_0x65a68f={};_0x65a68f['canvas']=getCanvasSignal,_0x65a68f['canvasAdvanced']=getCanvasAdvanced,_0x65a68f['canvasRandom']=getCanvasRandom,_0x65a68f['canvasPow']=getCanvasPow,_0x65a68f['webGpu']=getWebGpuSignal,_0x65a68f['webGlExtensionsHashed']=getWebGlExtensionsHashed,_0x65a68f['audio']=getAudioSignal,_0x65a68f['audioTrap']=getAudioTrap,_0x65a68f['audioConsistency']=getAudioConsistency,_0x65a68f['fonts']=getFonts,_0x65a68f['fontPreferences']=getFontPreferences,_0x65a68f['osFontValidation']=getOsFontValidation,_0x65a68f['systemColors']=getSystemColors,_0x65a68f['scrollbarWidth']=getScrollbarWidth,_0x65a68f['formControlFont']=getFormControlFont,_0x65a68f['subPixelRendering']=getSubPixelRendering,_0x65a68f['screenFrame']=getScreenFrame,_0x65a68f['screenIframe']=getScreenIframe,_0x65a68f['emoji']=getEmojiSignal,_0x65a68f['svgEmoji']=getSvgEmojiSignal,_0x65a68f['mathml']=getMathML,_0x65a68f['computedStyle']=getComputedStyleSignal,_0x65a68f['iframeProxy']=getIframeProxy,_0x65a68f['iframeSignals']=getIframeSignals,_0x65a68f['adblockFilterMatch']=getAdblockFilterMatch,_0x65a68f['videoCodecs']=getVideoCodecs,_0x65a68f['drmSystems']=getDrmSystems,_0x65a68f['mediaCodecsExtended']=getMediaCodecsExtended,_0x65a68f['webAuthnCapabilities']=getWebAuthnCapabilities,_0x65a68f['speechVoices']=getSpeechVoices,_0x65a68f['barcodeDetection']=getBarcodeDetection,_0x65a68f['subtleCryptoExport']=getSubtleCryptoExport,_0x65a68f['webRtcDevices']=getWebRtcDevices,_0x65a68f['networkIceProbe']=getNetworkIceProbe,_0x65a68f['permissions']=getPermissions,_0x65a68f['notificationContradiction']=getNotificationContradiction,_0x65a68f['fileSystemAccess']=getFileSystemAccess,_0x65a68f['storageQuota']=getStorageQuota,_0x65a68f['storageEstimate']=getStorageEstimate,_0x65a68f['indexedDbBlob']=getIndexedDbBlob,_0x65a68f['geolocationProbe']=getGeolocationProbe,_0x65a68f['battery']=getBatterySignal,_0x65a68f['filesystemUrlProbe']=getFilesystemUrlProbe,_0x65a68f['storagePersisted']=getStoragePersisted,_0x65a68f['incognitoDetection']=getIncognitoDetection,_0x65a68f['headless']=getHeadlessSignals,_0x65a68f['restrictedEnvironment']=getRestrictedEnvironment,_0x65a68f['uaClientHints']=getUAClientHints,_0x65a68f['detectBrave']=getDetectBrave,_0x65a68f['detectSamsungInternet']=getDetectSamsungInternet,_0x65a68f['torBrowserProbe']=getTorBrowserProbe,_0x65a68f['wasmFeaturesWorker']=getWasmFeaturesWorker,_0x65a68f['scrollBehavior']=getScrollBehavior,_0x65a68f['interactionTiming']=getInteractionTiming;const stage2Sources=_0x65a68f,_0xdadd27={};_0xdadd27['osCpu']=getOsCpu,_0xdadd27['languages']=getLanguages,_0xdadd27['navigatorLanguages']=getNavigatorLanguages,_0xdadd27['colorDepth']=getColorDepth,_0xdadd27['deviceMemory']=getDeviceMemory,_0xdadd27['screenResolution']=getScreenResolution,_0xdadd27['hardwareConcurrency']=getHardwareConcurrency,_0xdadd27['timezone']=getTimezone,_0xdadd27['platform']=getPlatform,_0xdadd27['plugins']=getPlugins,_0xdadd27['pluginsCount']=getPluginsCount,_0xdadd27['pluginsArray']=getPluginsArray,_0xdadd27['touchSupport']=getTouchSupport,_0xdadd27['vendor']=getVendor,_0xdadd27['vendorFlavors']=getVendorFlavors,_0xdadd27['userAgent']=getUserAgent,_0xdadd27['appVersion']=getAppVersion,_0xdadd27['userAgentData']=getUserAgentData,_0xdadd27['productSub']=getProductSub,_0xdadd27['windowDimensions']=getWindowDimensions,_0xdadd27['devicePixelRatio']=getDevicePixelRatio,_0xdadd27['sessionStorage']=getSessionStorage,_0xdadd27['localStorage']=getLocalStorage,_0xdadd27['indexedDB']=getIndexedDB,_0xdadd27['cookiesEnabled']=areCookiesEnabled,_0xdadd27['webSqlDatabase']=getWebSqlDatabase,_0xdadd27['colorGamut']=getColorGamut,_0xdadd27['colorScheme']=getColorScheme,_0xdadd27['invertedColors']=areColorsInverted,_0xdadd27['forcedColors']=areColorsForced,_0xdadd27['contrast']=getContrastPreference,_0xdadd27['reducedMotion']=isMotionReduced,_0xdadd27['reducedTransparency']=getReducedTransparency,_0xdadd27['hdr']=isHDR,_0xdadd27['mediaQueries']=getMediaQueries,_0xdadd27['cssSupports']=getCssSupports,_0xdadd27['cssSupportExtended']=getCssSupportExtended,_0xdadd27['cssRegisterProperty']=getCssRegisterProperty,_0xdadd27['cssCalcResolved']=getCssCalcResolved,_0xdadd27['cssTrigPrecision']=getCssTrigPrecision,_0xdadd27['math']=getMathSignal,_0xdadd27['endianness']=getEndianness,_0xdadd27['performanceNowMicroseconds']=getPerformanceNowMicroseconds,_0xdadd27['performanceResolution']=getPerformanceResolution,_0xdadd27['performanceMemory']=getPerformanceMemory,_0xdadd27['timerReliability']=getTimerReliability,_0xdadd27['epochTimestamp']=getEpochTimestamp,_0xdadd27['measuredTimezone']=getMeasuredTimezone,_0xdadd27['tzTampered']=getTzTampered,_0xdadd27['connectionInfo']=getConnectionInfo,_0xdadd27['connectionExtended']=getConnectionExtended,_0xdadd27['connectionSaveData']=getConnectionSaveData,_0xdadd27['networkRtt']=getNetworkRTT,_0xdadd27['navigatorOnline']=getNavigatorOnline,_0xdadd27['secureContext']=getSecureContext,_0xdadd27['serviceWorkerPresence']=getServiceWorkerPresence,_0xdadd27['sharedArrayBuffer']=getSharedArrayBuffer,_0xdadd27['notificationPresence']=getNotificationPresence,_0xdadd27['documentFocus']=getDocumentFocus,_0xdadd27['documentAttributes']=getDocumentAttributes,_0xdadd27['pageUrl']=getPageUrl,_0xdadd27['urlSegmentsHash']=getUrlSegmentsHash,_0xdadd27['ancestorOrigins']=getAncestorOrigins,_0xdadd27['doNotTrack']=getDoNotTrack,_0xdadd27['pdfViewerEnabled']=isPdfViewerEnabled,_0xdadd27['privateClickMeasurement']=getPrivateClickMeasurement,_0xdadd27['installedRelatedApps']=getInstalledRelatedApps,_0xdadd27['standalonePwa']=getStandalonePwa,_0xdadd27['applePay']=getApplePayState,_0xdadd27['audioBaseLatency']=getAudioContextBaseLatency,_0xdadd27['audioContextInfo']=getAudioContextInfo,_0xdadd27['mediaSession']=getMediaSession,_0xdadd27['mimeTypes']=getMimeTypes,_0xdadd27['mimeTypesCount']=getMimeTypesCount,_0xdadd27['pluginPropsEnum']=getPluginPropsEnum,_0xdadd27['supportedConstraints']=getSupportedConstraints,_0xdadd27['bomEnumeration']=getBomEnumeration,_0xdadd27['urlProtocolParser']=getUrlProtocolParser,_0xdadd27['architecture']=getArchitecture,_0xdadd27['wasmFeatures']=getWasmFeatures,_0xdadd27['featureVersion']=getFeatureVersion,_0xdadd27['lockdownFeatures']=getLockdownFeatures,_0xdadd27['intlCurrency']=getIntlCurrency,_0xdadd27['intlMetadata']=getIntlMetadata,_0xdadd27['intlSegmenter']=getIntlSegmenter,_0xdadd27['localeCurrency']=getLocaleCurrency,_0xdadd27['dateTimeLocale']=getDateTimeLocale,_0xdadd27['detectTrident']=getDetectTrident,_0xdadd27['detectEdgeHTML']=getDetectEdgeHTML,_0xdadd27['detectChromium']=getDetectChromium,_0xdadd27['detectChromium86']=getDetectChromium86,_0xdadd27['detectChromium122']=getDetectChromium122,_0xdadd27['detectGecko']=getDetectGecko,_0xdadd27['detectGecko120']=getDetectGecko120,_0xdadd27['detectGecko143']=getDetectGecko143,_0xdadd27['detectWebKit']=getDetectWebKit,_0xdadd27['detectWebKit606']=getDetectWebKit606,_0xdadd27['detectWebKit616']=getDetectWebKit616,_0xdadd27['detectSafari']=getDetectSafari,_0xdadd27['detectMobile']=getDetectMobile,_0xdadd27['navigatorMethods']=getNavigatorMethods,_0xdadd27['safariLocalStorageCallable']=getSafariLocalStorageCallable,_0xdadd27['webdriver']=getWebdriver,_0xdadd27['webdriverWritable']=getWebdriverWritable,_0xdadd27['windowProcess']=getWindowProcess,_0xdadd27['windowClose']=getWindowClose,_0xdadd27['windowPropertyNames']=getWindowPropertyNames,_0xdadd27['navigatorProtoFunctionNames']=getNavigatorProtoFunctionNames,_0xdadd27['nativeGetterSource']=getNativeGetterSource,_0xdadd27['navigatorDescriptors']=getNavigatorDescriptors,_0xdadd27['bindToString']=getBindToString,_0xdadd27['evalLength']=getEvalLength,_0xdadd27['errorStack']=getErrorStackFormat,_0xdadd27['createElementDescriptor']=getCreateElementDescriptor,_0xdadd27['getterProxyDetection']=getGetterProxyDetection,_0xdadd27['getterToString']=getGetterToString,_0xdadd27['externalObjectString']=getExternalObjectString,_0xdadd27['objectInspectGlobal']=getObjectInspectGlobal,_0xdadd27['objectFunctionTypeof']=getObjectFunctionTypeof,_0xdadd27['prototypeChain']=getPrototypeChain,_0xdadd27['pluginOverflow']=getPluginOverflow,_0xdadd27['languagesProtoChain']=getLanguagesProtoChain,_0xdadd27['elementMatchesPolyfill']=getElementMatchesPolyfill,_0xdadd27['nodeTypeSanity']=getNodeTypeSanity,_0xdadd27['proxyDetection']=getProxyDetection,_0xdadd27['protoChainProxyTrap']=getProtoChainProxyTrap,_0xdadd27['tamperAggregate']=getTamperAggregate,_0xdadd27['screenVerify']=getScreenVerify,_0xdadd27['canvasModified']=getCanvasModified,_0xdadd27['gpuGibberish']=getGpuGibberish,_0xdadd27['extensionDetection']=getExtensionDetection,_0xdadd27['platformApiScoring']=getPlatformApiScoring,_0xdadd27['stackBytes']=getStackBytes,_0xdadd27['mathRandomDeterminism']=getMathRandomDeterminism,_0xdadd27['urlIsTrusted']=getUrlIsTrusted,_0xdadd27['eventIsTrusted']=getEventIsTrusted,_0xdadd27['automationDescriptor']=getAutomationDescriptor,_0xdadd27['cdpDetection']=getCdpDetection,_0xdadd27['chromeRuntime']=getChromeRuntime,_0xdadd27['playwrightMarkers']=getPlaywrightMarkers,_0xdadd27['stealthMarkers']=getStealthMarkers,_0xdadd27['sourceUrlLeak']=getSourceUrlLeak,_0xdadd27['devtoolsDetection']=getDevtoolsDetection,_0xdadd27['devtoolsWindowSize']=getDevtoolsWindowSize,_0xdadd27['webGlBasics']=getWebGlBasics,_0xdadd27['webGlCanvas']=getWebGlCanvas,_0xdadd27['webGlSphere']=getWebGlSphere,_0xdadd27['webGpuContention']=getWebGpuContention,_0xdadd27['webCodecsHardware']=getWebCodecsHardware;const stage3Sources=_0xdadd27;let lastPipelineTrace=null;function timedSource(_0x5ca2fc,_0x53f808,_0x2a42aa){return _0x3b52be=>{const _0x23c02c=performance['now'](),_0x83d3f=()=>{_0x2a42aa[_0x5ca2fc]=performance['now']()-_0x23c02c;},_0x2cbc70=_0x250b13=>{return()=>{const _0x1c563f=_0x250b13();if(isPromise(_0x1c563f))return _0x1c563f['then'](_0x5ad897=>{return _0x83d3f(),_0x5ad897;});return _0x83d3f(),_0x1c563f;};},_0x5ce461=_0x53f808(_0x3b52be);if(isPromise(_0x5ce461))return _0x5ce461['then'](_0x68c4e2=>{if(typeof _0x68c4e2==='function')return _0x2cbc70(_0x68c4e2);return _0x83d3f(),_0x68c4e2;});if(typeof _0x5ce461==='function')return _0x2cbc70(_0x5ce461);return _0x83d3f(),_0x5ce461;};}function instrumentSources(_0x56d1de,_0x137fde){const _0x41d019={};for(const _0x2822a6 of Object['keys'](_0x56d1de)){_0x41d019[_0x2822a6]=timedSource(_0x2822a6,_0x56d1de[_0x2822a6],_0x137fde);}return _0x41d019;}function getPipelineTrace(){return lastPipelineTrace;}function loadBuiltinSources(_0x505c73){const _0x26e2e2={'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=_0x26e2e2;const _0x143fe7={...stage1Sources,...stage2Sources},_0x37b676=instrumentSources(_0x143fe7,_0x26e2e2['collectorTimings']),_0x3cba5d=Object['keys'](_0x37b676)['length']>0x0,_0x5d4929=_0x3cba5d?((()=>{return _0x26e2e2['wave1LoadStart']=performance['now'](),loadSources(_0x37b676,_0x505c73,[]);})()):null,_0x375d3f=instrumentSources(stage3Sources,_0x26e2e2['collectorTimings']),_0x806465=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x26e2e2['idleResolvedAt']=performance['now'](),_0x26e2e2['wave2LoadStart']=performance['now'](),loadSources(_0x375d3f,_0x505c73,[]);});return _0x806465['then'](undefined,()=>undefined),async function _0x2b073e(){_0x26e2e2['getStart']=performance['now']();if(_0x5d4929){const [_0x19c315,_0x42a9f3]=await Promise['all']([_0x5d4929()['then'](_0x4afc3d=>{return _0x26e2e2['wave1Done']=performance['now'](),_0x4afc3d;}),_0x806465['then'](_0x3d3583=>_0x3d3583())['then'](_0x458e76=>{return _0x26e2e2['wave2Done']=performance['now'](),_0x458e76;})]);_0x26e2e2['allDone']=performance['now']();const _0x15672c={..._0x42a9f3,..._0x19c315};return _0x15672c;}const _0x55bff3=await _0x806465,_0xcb00d=await _0x55bff3();return _0x26e2e2['wave2Done']=performance['now'](),_0x26e2e2['allDone']=performance['now'](),_0xcb00d;};}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(_0x16aaaf){if(!(_0x16aaaf instanceof DOMException))return![];const _0x5b86c8=_0x16aaaf['message'];for(const _0x200543 of SANDBOX_MESSAGE_PATTERNS){if(_0x200543['test'](_0x5b86c8))return!![];}return _0x16aaaf['name']==='SecurityError';}}const version='1.0.3';function componentsToDebugString(_0x53b820){return JSON['stringify'](_0x53b820,(_0x57540f,_0x5035a9)=>{if(_0x5035a9 instanceof Error)return errorToObject(_0x5035a9);return _0x5035a9;},0x2);}function makeEngine(_0x2574b3,_0x3701de){const _0x5267bc=Date['now']();return{async 'get'(_0x2f50d9){const _0x1c8065=Date['now'](),_0x371c23=await _0x2574b3();(_0x3701de===!![]||_0x2f50d9?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x1c8065-_0x5267bc)+'\x0acomponents:\x20'+componentsToDebugString(_0x371c23)+'\x0a```');const _0x11e0f7={};return _0x11e0f7['components']=_0x371c23,_0x11e0f7['version']=version,_0x11e0f7;}};}function load(_0x1e7feb={}){if(isSandboxedIframe())throw new SentinelError('Running\x20inside\x20sandboxed\x20iframes\x20(without\x20allow-same-origin)\x20is\x20not\x20supported','sandboxed_iframe');const {debug:_0x58e332,proxyDetection:proxyDetection='high',apiKey:_0x44724d,endpoint:_0x10fdd0,linkedId:_0x175072,tag:_0x4129af}=_0x1e7feb;setProxyDetectionMode(proxyDetection);const _0xc6be92={};_0xc6be92['cache']={},_0xc6be92['debug']=_0x58e332;const _0x5466da=loadBuiltinSources(_0xc6be92),_0x52cfe4=makeEngine(_0x5466da,_0x58e332);if(_0x44724d!==undefined&&_0x10fdd0!==undefined){const _0x5a9685={};_0x5a9685['apiKey']=_0x44724d,_0x5a9685['endpoint']=_0x10fdd0;const _0x369320={};_0x369320['linkedId']=_0x175072,_0x369320['tag']=_0x4129af,_0x52cfe4['result']=capture(_0x52cfe4,_0x5a9685,_0x369320)['catch'](_0x14fd3c=>{_0x58e332===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x14fd3c);throw _0x14fd3c;}),_0x52cfe4['result']['catch'](()=>undefined);}return _0x52cfe4;}function createPageHideAbortController(){const _0x26fc2f=new AbortController();if(typeof window==='undefined'){const _0x1c2617={};return _0x1c2617['signal']=_0x26fc2f['signal'],_0x1c2617['dispose']=()=>undefined,_0x1c2617;}const _0x4b5e8b=()=>{if(!_0x26fc2f['signal']['aborted'])_0x26fc2f['abort']();},_0x2b1ffd={};_0x2b1ffd['once']=!![],window['addEventListener']('pagehide',_0x4b5e8b,_0x2b1ffd);const _0x3e8bea={};_0x3e8bea['once']=!![],window['addEventListener']('beforeunload',_0x4b5e8b,_0x3e8bea);let _0xba72fe=![];const _0x38d587=()=>{if(_0xba72fe)return;_0xba72fe=!![],window['removeEventListener']('pagehide',_0x4b5e8b),window['removeEventListener']('beforeunload',_0x4b5e8b);},_0x36885c={};return _0x36885c['signal']=_0x26fc2f['signal'],_0x36885c['dispose']=_0x38d587,_0x36885c;}const WITHOUT_DEFAULT_TAG='@danetix/sentinel/without-default/v1';function withoutDefault(_0x3f628d){const _0x2ddf10={};return _0x2ddf10['__type__']=WITHOUT_DEFAULT_TAG,_0x2ddf10['value']=_0x3f628d,_0x2ddf10;}function isWithoutDefault(_0x363a60){if(_0x363a60===null||typeof _0x363a60!=='object')return![];const _0x4a6994=_0x363a60;return _0x4a6994['__type__']===WITHOUT_DEFAULT_TAG&&'value'in _0x4a6994;}function unwrapWithoutDefault(_0x5f04e7){return isWithoutDefault(_0x5f04e7)?_0x5f04e7['value']:_0x5f04e7;}async function handleAgentData(_0x2a1c80,_0x5d984d){let _0x23c6ee;try{_0x23c6ee=_0x5d984d?.['raw']===!![]?_0x2a1c80:await decodePayload(_0x2a1c80);}catch(_0x1301ab){throw new SentinelError('handleAgentData:\x20decode\x20failed\x20('+(_0x1301ab instanceof Error?_0x1301ab['message']:String(_0x1301ab))+')','bad_response_format');}let _0x1a2e81;try{_0x1a2e81=JSON['parse'](_0x23c6ee);}catch(_0x28138d){throw new SentinelError('handleAgentData:\x20not\x20valid\x20JSON\x20('+(_0x28138d instanceof Error?_0x28138d['message']:String(_0x28138d))+')','bad_response_format');}if(_0x1a2e81===null||typeof _0x1a2e81!=='object'||typeof _0x1a2e81['requestId']!=='string'||typeof _0x1a2e81['visitorId']!=='string')throw new SentinelError('handleAgentData:\x20response\x20missing\x20required\x20fields\x20(requestId,\x20visitorId)','bad_response_format');if(_0x1a2e81['visitorId']['length']===0x0||_0x1a2e81['visitorId']['length']>0x1000||/[\x00-\x1f\x7f]/['test'](_0x1a2e81['visitorId']))throw new SentinelError('handleAgentData:\x20visitorId\x20failed\x20format\x20validation','bad_response_format');return saveDeviceToken(_0x1a2e81['visitorId']),Array['isArray'](_0x1a2e81['notifications'])&&dispatchNotifications(_0x1a2e81['notifications']),_0x1a2e81;}function dispatchNotifications(_0x353da0){for(const _0x64fe9 of _0x353da0){if(_0x64fe9===null||typeof _0x64fe9!=='object')continue;const _0x5ada1c=String(_0x64fe9['message']);if(_0x64fe9['level']==='error')console['error'](_0x5ada1c);else{if(_0x64fe9['level']==='warning')console['warn'](_0x5ada1c);else console['log'](_0x5ada1c);}}}const STORAGE_SUFFIX='lr',RING_SIZE=0x2;function createReplayChannel(_0x1f62a8={}){const _0x45e9b7=_0x1f62a8['prefix']??'_dx',_0x3090a9=Math['max'](0x1,_0x1f62a8['ringSize']??RING_SIZE),_0x3475f1=''+_0x45e9b7+STORAGE_SUFFIX;function _0xe49612(){if(typeof localStorage==='undefined')return[];try{const _0x4b41e2=localStorage['getItem'](_0x3475f1);if(_0x4b41e2===null)return[];const _0x3675c6=JSON['parse'](_0x4b41e2);if(!Array['isArray'](_0x3675c6))return[];return _0x3675c6['filter'](_0x119754=>typeof _0x119754==='string');}catch{return[];}}function _0x5e7725(_0x2de0b2){if(typeof localStorage==='undefined')return;try{localStorage['setItem'](_0x3475f1,JSON['stringify'](_0x2de0b2));}catch{}}return{'list'(){return _0xe49612();},'record'(_0x4f3110){if(typeof _0x4f3110!=='string'||_0x4f3110['length']===0x0)return;const _0x35186f=_0xe49612(),_0x26a4d9=_0x35186f['filter'](_0x509720=>_0x509720!==_0x4f3110);_0x26a4d9['push'](_0x4f3110);while(_0x26a4d9['length']>_0x3090a9)_0x26a4d9['shift']();_0x5e7725(_0x26a4d9);},'acknowledge'(_0x35832a){if(_0x35832a['length']===0x0)return;const _0x20d682=_0xe49612(),_0x1dd5b7=new Set(_0x35832a),_0x2c09f3=_0x20d682['filter'](_0x4a567a=>!_0x1dd5b7['has'](_0x4a567a));if(_0x2c09f3['length']===_0x20d682['length'])return;_0x5e7725(_0x2c09f3);},'clear'(){if(typeof localStorage==='undefined')return;try{localStorage['removeItem'](_0x3475f1);}catch{}}};}function resolveRandomizeStrategy(_0x94bab5){if(_0x94bab5===undefined)return'replace';if(_0x94bab5===![]||_0x94bab5==='off')return'off';if(_0x94bab5===!![]||_0x94bab5==='replace')return'replace';return'append';}function start(_0x116414){const {apiKey:_0x859111,endpoint:_0x51c876,cache:_0x3904eb,randomizeEndpointPath:_0x2a546c,integrationInfo:_0x1c418c,urlPrivacy:_0x3ba3bb,..._0x27ef8a}=_0x116414,_0x4bb2eb=load(_0x27ef8a),_0x17568c={'apiKey':_0x859111,'endpoint':_0x51c876,'randomizeStrategy':resolveRandomizeStrategy(_0x2a546c),'integrationInfo':_0x1c418c,'urlPrivacy':_0x3ba3bb},_0x434a53=_0x3904eb?createCache(_0x3904eb):null;return{'get'(_0x5f24ac){const {ignoreCache:_0x1a5446,..._0x604e17}=_0x5f24ac??{},_0x506988={};_0x506988['tag']=_0x604e17['tag'],_0x506988['linkedId']=_0x604e17['linkedId'];const _0x4091da=_0x506988;if(_0x1a5446!==!![]&&_0x434a53!==null){const _0x1f7ba1=_0x434a53['get'](_0x4091da);if(_0x1f7ba1!==null)return Promise['resolve'](_0x1f7ba1);}return capture(_0x4bb2eb,_0x17568c,_0x604e17)['then'](_0x441e73=>{if(_0x434a53!==null)_0x434a53['set'](_0x441e73,_0x4091da);return _0x441e73;});},'clearCache'(){if(_0x434a53!==null)_0x434a53['clear']();}};}const _0x59c13c={};_0x59c13c['start']=start;var index=_0x59c13c;export{CspBlockError,FetchTimeoutError,SentinelError,buildEndpointSuffix,createPageHideAbortController,createReplayChannel,index as default,detectFrameworks,getPageVisitId,getPipelineTrace,handleAgentData,isSentinelError,isWithoutDefault,listRegisteredIntegrations,load,randomizeEndpoint,registerIntegration,start,unwrapWithoutDefault,withoutDefault};
|