@danetix/sentinel 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 'use strict';const _0x14c52e={};_0x14c52e['value']=!![],Object['defineProperty'](exports,'__esModule',_0x14c52e);const STORAGE_KEY_DEFAULT='_dxc';function composeKey(_0x2be717,_0x5c60a6){const _0x3a8c1f=JSON['stringify'](_0x5c60a6['tag']??null),_0x6f6c52=JSON['stringify'](_0x5c60a6['linkedId']??null);return _0x2be717+'__'+_0x3a8c1f+'__'+_0x6f6c52;}function createMemoryCache(_0x14c275,_0x4a4fa6){const _0x24ea1d=new Map();return{'get'(_0x147a69={}){const _0x21816d=composeKey(_0x4a4fa6,_0x147a69),_0x341812=_0x24ea1d['get'](_0x21816d);if(_0x341812===undefined)return null;if(Date['now']()-_0x341812['ts']>_0x14c275*0x3e8)return _0x24ea1d['delete'](_0x21816d),null;return _0x341812['result'];},'set'(_0x32d69f,_0x1436f5={}){_0x24ea1d['set'](composeKey(_0x4a4fa6,_0x1436f5),{'result':_0x32d69f,'ts':Date['now']()});},'clear'(){_0x24ea1d['clear']();}};}function createStorageCache(_0xf5c3a1,_0x1ab0ba,_0x2ab53){return{'get'(_0x307b94={}){const _0x30f44a=composeKey(_0x2ab53,_0x307b94);try{const _0x46bc94=_0x1ab0ba['getItem'](_0x30f44a);if(_0x46bc94===null)return null;const _0x4126c2=JSON['parse'](_0x46bc94);if(_0x4126c2===null||typeof _0x4126c2!=='object'||typeof _0x4126c2['ts']!=='number')return _0x1ab0ba['removeItem'](_0x30f44a),null;if(Date['now']()-_0x4126c2['ts']>_0xf5c3a1*0x3e8)return _0x1ab0ba['removeItem'](_0x30f44a),null;return _0x4126c2['result'];}catch{return null;}},'set'(_0x3e9fe8,_0x53645c={}){try{_0x1ab0ba['setItem'](composeKey(_0x2ab53,_0x53645c),JSON['stringify']({'result':_0x3e9fe8,'ts':Date['now']()}));}catch{}},'clear'(){try{const _0x3dc4c6=[];for(let _0xf71a68=0x0;_0xf71a68<_0x1ab0ba['length'];_0xf71a68++){const _0x5223d3=_0x1ab0ba['key'](_0xf71a68);_0x5223d3?.['startsWith'](_0x2ab53+'__')===!![]&&_0x3dc4c6['push'](_0x5223d3);}for(const _0xac139 of _0x3dc4c6)_0x1ab0ba['removeItem'](_0xac139);}catch{}}};}function createCache(_0x2f092e){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x2f092e;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl,prefix);try{const _0x4d07df=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x4d07df,prefix);}catch{return createMemoryCache(ttl,prefix);}}const REGISTRY_KEY='__danetix_integrations';function getRegistry(){if(typeof window==='undefined')return[];const _0x13303c=window;return!Array['isArray'](_0x13303c[REGISTRY_KEY])&&(_0x13303c[REGISTRY_KEY]=[]),_0x13303c[REGISTRY_KEY];}function registerIntegration(_0x5cf557){if(typeof _0x5cf557['name']!=='string'||_0x5cf557['name']['length']===0x0)return;if(typeof _0x5cf557['version']!=='string')return;const _0x496f9a=getRegistry();for(const _0x261c8d of _0x496f9a){if(_0x261c8d['name']===_0x5cf557['name']&&_0x261c8d['version']===_0x5cf557['version'])return;}const _0x5b0c37={};_0x5b0c37['name']=_0x5cf557['name'],_0x5b0c37['version']=_0x5cf557['version'],_0x496f9a['push'](_0x5b0c37);}function listRegisteredIntegrations(){return getRegistry()['map'](_0x36e5cc=>({'name':_0x36e5cc['name'],'version':_0x36e5cc['version']}));}function detectFrameworks(){if(typeof window==='undefined')return[];const _0x108572=[],_0xf12ca2=window;if(_0xf12ca2['__NEXT_DATA__']!==undefined&&_0xf12ca2['__NEXT_DATA__']!==null){const _0x20c246=_0xf12ca2['next'];let _0x365950='unknown';if(_0x20c246!==null&&typeof _0x20c246==='object'){const _0x18be19=_0x20c246['version'];if(typeof _0x18be19==='string')_0x365950=_0x18be19;}const _0x19dd62={};_0x19dd62['name']='next',_0x19dd62['version']=_0x365950,_0x108572['push'](_0x19dd62);}if(_0xf12ca2['__NUXT__']!==undefined&&_0xf12ca2['__NUXT__']!==null){const _0x3f5848={};_0x3f5848['name']='nuxt',_0x3f5848['version']='unknown',_0x108572['push'](_0x3f5848);}if(_0xf12ca2['astro']!==undefined||typeof _0xf12ca2['__ASTRO_GLOB_TIME__']!=='undefined'){const _0x5ec810={};_0x5ec810['name']='astro',_0x5ec810['version']='unknown',_0x108572['push'](_0x5ec810);}const _0x48dbfb=_0xf12ca2['React'];let _0x1632b1=null;if(_0x48dbfb!==null&&typeof _0x48dbfb==='object'){const _0x44c903=_0x48dbfb['version'];if(typeof _0x44c903==='string')_0x1632b1=_0x44c903;}if(_0x1632b1!==null||_0xf12ca2['__REACT_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x108572['some'](_0x4c4a68=>_0x4c4a68['name']==='next'||_0x4c4a68['name']==='react')){const _0x48b7a5={};_0x48b7a5['name']='react',_0x48b7a5['version']=_0x1632b1??'unknown',_0x108572['push'](_0x48b7a5);}}let _0x1db8a5=null;const _0x430f37=_0xf12ca2['Vue'];if(_0x430f37!==null&&typeof _0x430f37==='object'){const _0x5c0d39=_0x430f37['version'];if(typeof _0x5c0d39==='string')_0x1db8a5=_0x5c0d39;}if(_0x1db8a5!==null||_0xf12ca2['__VUE__']!==undefined||_0xf12ca2['__VUE_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x108572['some'](_0x17c5e3=>_0x17c5e3['name']==='nuxt'||_0x17c5e3['name']==='vue')){const _0x54b5eb={};_0x54b5eb['name']='vue',_0x54b5eb['version']=_0x1db8a5??'unknown',_0x108572['push'](_0x54b5eb);}}if(_0xf12ca2['ng']!==undefined||_0xf12ca2['getAllAngularRootElements']!==undefined){const _0x5d3aa0={};_0x5d3aa0['name']='angular',_0x5d3aa0['version']='unknown',_0x108572['push'](_0x5d3aa0);}if(_0xf12ca2['__svelte']!==undefined||_0xf12ca2['__SVELTEKIT_PAYLOAD__']!==undefined){const _0x4b9690={};_0x4b9690['name']='svelte',_0x4b9690['version']='unknown',_0x108572['push'](_0x4b9690);}if(_0xf12ca2['__PREACT_DEVTOOLS__']!==undefined){const _0x37c5bb={};_0x37c5bb['name']='preact',_0x37c5bb['version']='unknown',_0x108572['push'](_0x37c5bb);}return _0x108572;}function collectIntegrations(_0x282b18){const _0x28a15f=new Set(),_0x2b94a3=[],_0x372d52=_0x69bf22=>{if(typeof _0x69bf22['name']!=='string'||_0x69bf22['name']['length']===0x0)return;if(typeof _0x69bf22['version']!=='string')return;if(_0x28a15f['has'](_0x69bf22['name']))return;_0x28a15f['add'](_0x69bf22['name']);const _0x2be582={};_0x2be582['name']=_0x69bf22['name'],_0x2be582['version']=_0x69bf22['version'],_0x2b94a3['push'](_0x2be582);};if(_0x282b18!==undefined){for(const _0x19a4f1 of _0x282b18)_0x372d52(_0x19a4f1);}for(const _0x540579 of getRegistry())_0x372d52(_0x540579);for(const _0x57eb79 of detectFrameworks())_0x372d52(_0x57eb79);return _0x2b94a3;}const PVID_KEY='__dx_pvid',PVID_LENGTH=0xa,PVID_ALPHABET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';function generatePageVisitId(){let _0x3b6076='';if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function'){const _0x1782e9=new Uint8Array(PVID_LENGTH);crypto['getRandomValues'](_0x1782e9);for(let _0x5f2d0f=0x0;_0x5f2d0f<PVID_LENGTH;_0x5f2d0f+=0x1){_0x3b6076+=PVID_ALPHABET[_0x1782e9[_0x5f2d0f]%PVID_ALPHABET['length']];}return _0x3b6076;}for(let _0xd6318=0x0;_0xd6318<PVID_LENGTH;_0xd6318+=0x1){_0x3b6076+=PVID_ALPHABET[Math['floor'](Math['random']()*PVID_ALPHABET['length'])];}return _0x3b6076;}function getPageVisitId(){if(typeof window==='undefined')return generatePageVisitId();const _0x86db00=window,_0x441bda=_0x86db00[PVID_KEY];if(typeof _0x441bda==='string'&&_0x441bda['length']>0x0)return _0x441bda;const _0xf6c9f3=generatePageVisitId();return _0x86db00[PVID_KEY]=_0xf6c9f3,_0xf6c9f3;}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x4cb8a9=Date['now']();if(cachedSessionId!==null&&_0x4cb8a9-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x4cb8a9,persistSession(cachedSessionId,_0x4cb8a9),cachedSessionId;const _0x180dd2=sessionStorage['getItem'](SESSION_KEY);if(_0x180dd2!==null)try{const _0x2cdb14=JSON['parse'](_0x180dd2);if(_0x4cb8a9-_0x2cdb14['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x2cdb14['id'],lastActivity=_0x4cb8a9,persistSession(_0x2cdb14['id'],_0x4cb8a9),_0x2cdb14['id'];}catch{}const _0x45f080=generateSessionId();return cachedSessionId=_0x45f080,lastActivity=_0x4cb8a9,persistSession(_0x45f080,_0x4cb8a9),_0x45f080;}function persistSession(_0x568e1e,_0x9e83f4){try{const _0x3179b4={};_0x3179b4['id']=_0x568e1e,_0x3179b4['ts']=_0x9e83f4,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x3179b4));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0x26fdd7=>{const _0xaa9d21=Math['random']()*0x10|0x0,_0x3fb063=_0x26fdd7==='x'?_0xaa9d21:_0xaa9d21&0x3|0x8;return _0x3fb063['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(_0x3a2fdb){if(_0x3a2fdb['length']===0x0)return;if(/^[\d.]+$/['test'](_0x3a2fdb)||_0x3a2fdb['includes'](':'))return;if(!_0x3a2fdb['includes']('.'))return;const _0x17b384=_0x3a2fdb['split']('.');for(let _0x808872=_0x17b384['length']-0x2;_0x808872>=0x0;_0x808872--){const _0x1728d4=_0x17b384['slice'](_0x808872)['join']('.');if(_0x1728d4===_0x3a2fdb)continue;yield _0x1728d4;}}function buildCookieAttributes(_0x4a9a6a,_0x26f4fb){const _0x1291ac=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'',_0x336697=_0x4a9a6a!==null?';\x20domain='+_0x4a9a6a:'';return';\x20path=/'+_0x336697+';\x20'+_0x26f4fb+';\x20samesite=lax'+_0x1291ac;}function getCookie(){try{const _0x204ee9=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x204ee9?decodeURIComponent(_0x204ee9[0x1]):null;}catch{return null;}}function writeCookieAtDomain(_0x1d9ab3,_0x274405){try{const _0x894108='max-age='+COOKIE_MAX_AGE_SECONDS;document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x1d9ab3)+buildCookieAttributes(_0x274405,_0x894108);}catch{}}function setCookie(_0xa93404){if(typeof document==='undefined'||typeof location==='undefined')return;for(const _0x4d26c5 of walkDomains(location['hostname'])){writeCookieAtDomain(_0xa93404,_0x4d26c5);if(getCookie()===_0xa93404)return;}writeCookieAtDomain(_0xa93404,null);}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x12a10a){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x12a10a);}catch{}}function openIdb(){return new Promise(_0x21cca3=>{try{const _0x30805b=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x30805b['onupgradeneeded']=()=>{const _0x5fdbf8=_0x30805b['result'];!_0x5fdbf8['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0x5fdbf8['createObjectStore'](KEY_IDB_STORE);},_0x30805b['onsuccess']=()=>{const _0x3692a3=_0x30805b['result'];_0x3692a3['onversionchange']=()=>_0x3692a3['close'](),_0x21cca3(_0x3692a3);},_0x30805b['onerror']=()=>_0x21cca3(null),_0x30805b['onblocked']=()=>_0x21cca3(null);}catch{_0x21cca3(null);}});}function getIndexedDb(){return new Promise(_0x19dfae=>{openIdb()['then'](_0x3fff95=>{if(_0x3fff95===null){_0x19dfae(null);return;}let _0x2d8f4f=![];const _0x168672=_0x2746f4=>{if(_0x2d8f4f)return;_0x2d8f4f=!![],_0x3fff95['close'](),_0x19dfae(_0x2746f4);};try{const _0x11a3b0=_0x3fff95['transaction'](KEY_IDB_STORE,'readonly'),_0x51537e=_0x11a3b0['objectStore'](KEY_IDB_STORE),_0x5582d8=_0x51537e['get'](KEY_IDB_KEY);_0x5582d8['onsuccess']=()=>_0x168672(typeof _0x5582d8['result']==='string'?_0x5582d8['result']:null),_0x5582d8['onerror']=()=>_0x168672(null),_0x11a3b0['onabort']=()=>_0x168672(null);}catch{_0x168672(null);}})['catch'](()=>_0x19dfae(null));});}function setIndexedDb(_0x2fe84d){openIdb()['then'](_0x1cbc38=>{if(_0x1cbc38===null)return;try{const _0x38dbba=_0x1cbc38['transaction'](KEY_IDB_STORE,'readwrite'),_0x5128a6=_0x38dbba['objectStore'](KEY_IDB_STORE);_0x5128a6['put'](_0x2fe84d,KEY_IDB_KEY),_0x38dbba['oncomplete']=()=>_0x1cbc38['close'](),_0x38dbba['onerror']=()=>_0x1cbc38['close']();}catch{_0x1cbc38['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x3fe7e8=getCookie();if(_0x3fe7e8!==null)return _0x3fe7e8;const _0x40a948=getLocalStorage$1();if(_0x40a948!==null)return _0x40a948;return getIndexedDb();}function saveDeviceToken(_0x178fea){setCookie(_0x178fea),setLocalStorage(_0x178fea),setIndexedDb(_0x178fea);}class SentinelError extends Error{['code'];constructor(_0x536c28,_0x4d9142){super(_0x536c28),this['name']='SentinelError',this['code']=_0x4d9142,Object['setPrototypeOf'](this,new.target.prototype);}}function isSentinelError(_0x3a0914){if(_0x3a0914===null||typeof _0x3a0914!=='object')return![];const _0x5600e5=_0x3a0914;return(_0x5600e5['name']==='SentinelError'||_0x5600e5['name']==='CspBlockError'||_0x5600e5['name']==='FetchTimeoutError')&&typeof _0x5600e5['code']==='string';}class CspBlockError extends SentinelError{['violation'];constructor(_0x466779,_0x12f05d){super(_0x466779,'csp_block'),this['name']='CspBlockError',this['violation']=_0x12f05d,Object['setPrototypeOf'](this,new.target.prototype);}}async function withCspDetection(_0x2a4129,_0x102e0a){if(typeof document==='undefined')return _0x102e0a();let _0xd5fb9d;try{_0xd5fb9d=new URL(_0x2a4129,typeof location!=='undefined'?location['href']:'http://localhost/');}catch{return _0x102e0a();}const _0x40c5e7={};_0x40c5e7['event']=null;const _0x3254db=_0x40c5e7,_0x384d0d=_0xd5fb9d['protocol']['slice'](0x0,-0x1),_0x1236ca=_0x131dd9=>{const _0x38d6f6=_0x131dd9,_0x1aae02=_0x38d6f6['blockedURI'];(_0x1aae02===_0xd5fb9d['href']||_0x1aae02===_0xd5fb9d['origin']||_0x1aae02===_0x384d0d)&&(_0x3254db['event']=_0x38d6f6);};document['addEventListener']('securitypolicyviolation',_0x1236ca);try{return await _0x102e0a();}catch(_0x1c8059){if(_0x3254db['event']!==null)throw new CspBlockError('Request\x20to\x20'+_0xd5fb9d['href']+'\x20blocked\x20by\x20Content-Security-Policy',_0x3254db['event']);throw _0x1c8059;}finally{document['removeEventListener']('securitypolicyviolation',_0x1236ca);}}function visibilityAwareWait(_0x562274,_0x52551b){if(_0x52551b?.['aborted']===!![])return Promise['resolve']();if(typeof document==='undefined')return new Promise(_0x25338c=>{const _0x125ecf=setTimeout(_0x25338c,_0x562274),_0x3504be={};_0x3504be['once']=!![],_0x52551b?.['addEventListener']('abort',()=>{clearTimeout(_0x125ecf),_0x25338c();},_0x3504be);});return new Promise(_0x4f012b=>{let _0xd2b4a2=_0x562274,_0x431771=0x0,_0x4b78a8=null,_0x4c9b56=![];function _0x28e8c3(){if(_0x4b78a8===null)return;clearTimeout(_0x4b78a8),_0x4b78a8=null,_0xd2b4a2-=Date['now']()-_0x431771;if(_0xd2b4a2<0x0)_0xd2b4a2=0x0;}function _0x2f2518(){if(_0x4c9b56)return;_0x4c9b56=!![],document['removeEventListener']('visibilitychange',_0x33dee6);if(_0x52551b!==undefined)_0x52551b['removeEventListener']('abort',_0x58219b);_0x4b78a8!==null&&(clearTimeout(_0x4b78a8),_0x4b78a8=null),_0x4f012b();}function _0x1832e3(){if(_0x4c9b56||_0x4b78a8!==null)return;if(_0xd2b4a2<=0x0){_0x2f2518();return;}_0x431771=Date['now'](),_0x4b78a8=setTimeout(_0x2f2518,_0xd2b4a2);}function _0x33dee6(){document['hidden']?_0x28e8c3():_0x1832e3();}function _0x58219b(){_0x2f2518();}document['addEventListener']('visibilitychange',_0x33dee6);const _0x2c7201={};_0x2c7201['once']=!![];if(_0x52551b!==undefined)_0x52551b['addEventListener']('abort',_0x58219b,_0x2c7201);!document['hidden']&&_0x1832e3();});}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710,DEFAULT_TIMEOUT=0x7530;class FetchTimeoutError extends SentinelError{['timeoutMs'];constructor(_0x4505a7){super('fetch\x20did\x20not\x20complete\x20within\x20'+_0x4505a7+'ms','client_timeout'),this['name']='FetchTimeoutError',this['timeoutMs']=_0x4505a7,Object['setPrototypeOf'](this,new.target.prototype);}}async function fetchWithRetry(_0x1b2c04,_0x3ed5ed,_0x5900d5){const _0x3f1a8b=_0x5900d5?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x297410=_0x5900d5?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x12e8fd=_0x5900d5?.['maxDelayMs']??DEFAULT_MAX_DELAY,_0x6c345a=_0x5900d5?.['timeoutMs']??DEFAULT_TIMEOUT;for(let _0x3ddf1e=0x0;_0x3ddf1e<=_0x3f1a8b;_0x3ddf1e++){let _0x46e024,_0x56fb64,_0x275b74,_0x5d4e10;const _0x173073=_0x3ed5ed?.['signal'];try{_0x275b74=new AbortController();if(_0x173073!==undefined&&_0x173073!==null){if(_0x173073['aborted'])_0x275b74['abort'](_0x173073['reason']);else{const _0x57d8df=_0x275b74;_0x5d4e10=()=>_0x57d8df['abort'](_0x173073['reason']);const _0x240479={};_0x240479['once']=!![],_0x173073['addEventListener']('abort',_0x5d4e10,_0x240479);}}_0x56fb64=setTimeout(()=>{_0x46e024=Date['now'](),_0x275b74?.['abort']();},_0x6c345a);const _0x369d2a={..._0x3ed5ed};_0x369d2a['signal']=_0x275b74['signal'];const _0x4a4bab=await fetch(_0x1b2c04,_0x369d2a);clearTimeout(_0x56fb64);_0x5d4e10!==undefined&&_0x173073!==undefined&&_0x173073!==null&&_0x173073['removeEventListener']('abort',_0x5d4e10);if(_0x4a4bab['ok']||_0x4a4bab['status']<0x1f4&&_0x4a4bab['status']!==0x1ad)return _0x4a4bab;if((_0x4a4bab['status']===0x1ad||_0x4a4bab['status']>=0x1f4)&&_0x3ddf1e<_0x3f1a8b){const _0x1f4454=parseRetryAfter(_0x4a4bab['headers']['get']('Retry-After'));await visibilityAwareWait(_0x1f4454??computeBackoff(_0x3ddf1e,_0x297410,_0x12e8fd),_0x173073??undefined);continue;}return _0x4a4bab;}catch(_0x44e2ee){clearTimeout(_0x56fb64);_0x5d4e10!==undefined&&_0x173073!==undefined&&_0x173073!==null&&_0x173073['removeEventListener']('abort',_0x5d4e10);const _0x22e4cd=_0x173073?.['aborted']===!![];if(_0x22e4cd)throw _0x44e2ee;if(_0x3ddf1e>=_0x3f1a8b){if(_0x46e024!==undefined)throw new FetchTimeoutError(_0x6c345a);throw _0x44e2ee;}await visibilityAwareWait(computeBackoff(_0x3ddf1e,_0x297410,_0x12e8fd),_0x173073??undefined);}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x529449,_0x103576,_0x52195a){const _0x551213=Math['min'](_0x52195a,_0x103576*0x2**_0x529449);return _0x551213*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x2f6928){if(_0x2f6928===null)return null;const _0x8a663=Number(_0x2f6928);if(!Number['isNaN'](_0x8a663)&&_0x8a663>0x0)return _0x8a663*0x3e8;const _0x5dbe12=Date['parse'](_0x2f6928);if(!Number['isNaN'](_0x5dbe12))return Math['max'](0x0,_0x5dbe12-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(_0x967c0a){try{const _0x5c80ca=new URL(_0x967c0a),_0x5ab409=[];for(const [_0x32182f]of _0x5c80ca['searchParams']){const _0x32b10b=_0x32182f['toLowerCase']();SENSITIVE_PARAMS['some'](_0x2cd863=>_0x32b10b['includes'](_0x2cd863))&&_0x5ab409['push'](_0x32182f);}for(const _0x962253 of _0x5ab409){_0x5c80ca['searchParams']['set'](_0x962253,'[REDACTED]');}return _0x5c80ca['hash']='',_0x5c80ca['toString']();}catch{return _0x967c0a;}}function fnv1aBytes(_0x4d1453){let _0x49143c=0x811c9dc5;for(let _0x3cdc12=0x0;_0x3cdc12<_0x4d1453['length'];_0x3cdc12++){_0x49143c^=_0x4d1453[_0x3cdc12],_0x49143c=Math['imul'](_0x49143c,0x1000193);}return _0x49143c>>>0x0;}const SUFFIX_MIN_LEN=0x8,SUFFIX_MAX_LEN=0x16,CHUNK_MIN_LEN=0x3,CHUNK_MAX_LEN=0x6;function hash16(_0x302b32){const _0x51743e=new TextEncoder()['encode'](_0x302b32),_0x5498b9=new Uint8Array(0x10);for(let _0x37741a=0x0;_0x37741a<0x4;_0x37741a+=0x1){const _0x2e6f72=new Uint8Array(_0x51743e['length']+0x1);_0x2e6f72[0x0]=0x55+_0x37741a*0x37,_0x2e6f72['set'](_0x51743e,0x1);const _0x1b3964=fnv1aBytes(_0x2e6f72);_0x5498b9[_0x37741a*0x4]=_0x1b3964>>>0x18&0xff,_0x5498b9[_0x37741a*0x4+0x1]=_0x1b3964>>>0x10&0xff,_0x5498b9[_0x37741a*0x4+0x2]=_0x1b3964>>>0x8&0xff,_0x5498b9[_0x37741a*0x4+0x3]=_0x1b3964&0xff;}return _0x5498b9;}function toBase64Url$1(_0xdd93ae){let _0x5296ad='';for(let _0x26f895=0x0;_0x26f895<_0xdd93ae['length'];_0x26f895+=0x1){_0x5296ad+=String['fromCharCode'](_0xdd93ae[_0x26f895]);}return btoa(_0x5296ad)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function mapByteToRange(_0x14c9e8,_0x52739e,_0xd7968a){return _0x52739e+Math['floor']((_0x14c9e8&0xff)*(_0xd7968a-_0x52739e+0x1)/0x100);}function chunkBySlash(_0x7484ba,_0x416906){let _0x256dfd=0x0,_0x3f5ce8='';while(_0x256dfd<_0x7484ba['length']){const _0x26202b=mapByteToRange(_0x416906[_0x256dfd&0xf],CHUNK_MIN_LEN,CHUNK_MAX_LEN),_0x49481f=Math['min'](_0x7484ba['length'],_0x256dfd+_0x26202b);if(_0x3f5ce8['length']>0x0)_0x3f5ce8+='/';_0x3f5ce8+=_0x7484ba['slice'](_0x256dfd,_0x49481f),_0x256dfd=_0x49481f;}return _0x3f5ce8;}function buildEndpointSuffix(_0x3e9863,_0x17d34a){const _0x17900a=_0x17d34a!==undefined&&_0x17d34a['length']>0x0?_0x3e9863+'\x00'+_0x17d34a:_0x3e9863,_0x256c68=hash16(_0x17900a),_0x12d54f=mapByteToRange(_0x256c68[0xf],SUFFIX_MIN_LEN,SUFFIX_MAX_LEN),_0x14ab3a=toBase64Url$1(_0x256c68)['slice'](0x0,_0x12d54f),_0x5594a8=fnv1aBytes(new TextEncoder()['encode'](_0x14ab3a)),_0x154c76=toBase64Url$1(new Uint8Array([_0x5594a8>>>0x18&0xff,_0x5594a8>>>0x10&0xff]))['slice'](0x0,0x2);return chunkBySlash(_0x14ab3a+_0x154c76,_0x256c68);}function randomizeEndpoint(_0x3547a3,_0x1b1ccb={}){const _0x3cea6e=_0x1b1ccb['replacePath']??!![];let _0x489de4;try{_0x489de4=new URL(_0x3547a3);}catch{return _0x3547a3;}const _0xc2db4f=buildEndpointSuffix(_0x3547a3,_0x1b1ccb['nonce']);if(_0x3cea6e)_0x489de4['pathname']='/'+_0xc2db4f;else{let _0x42bf31=_0x489de4['pathname'];if(!_0x42bf31['endsWith']('/'))_0x42bf31+='/';_0x42bf31+=_0xc2db4f,_0x489de4['pathname']=_0x42bf31;}return _0x489de4['toString']();}function toBase64Url(_0x252115){let _0x58880b='';for(let _0x24d9a0=0x0;_0x24d9a0<_0x252115['length'];_0x24d9a0++){_0x58880b+=String['fromCharCode'](_0x252115[_0x24d9a0]);}return btoa(_0x58880b)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function fromBase64Url(_0x2b4b2b){const _0x2441f4=_0x2b4b2b['replace'](/-/g,'+')['replace'](/_/g,'/'),_0x28a230=_0x2441f4+'='['repeat']((0x4-_0x2441f4['length']%0x4)%0x4),_0x1fc027=atob(_0x28a230),_0x208ff8=new Uint8Array(_0x1fc027['length']);for(let _0x3afe45=0x0;_0x3afe45<_0x1fc027['length'];_0x3afe45++){_0x208ff8[_0x3afe45]=_0x1fc027['charCodeAt'](_0x3afe45);}return _0x208ff8;}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x27a8fc){if(!isCompressionSupported())return _0x27a8fc;const _0x291cd2=new Blob([_0x27a8fc])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x5731c5=await new Response(_0x291cd2)['arrayBuffer']();return new Uint8Array(_0x5731c5);}function isDecompressionSupported(){return typeof DecompressionStream!=='undefined';}async function decompressPayload(_0x34a2b1){if(!isDecompressionSupported())return _0x34a2b1;const _0x2dd737=new Blob([_0x34a2b1])['stream']()['pipeThrough'](new DecompressionStream('deflate-raw')),_0x1e2d08=await new Response(_0x2dd737)['arrayBuffer']();return new Uint8Array(_0x1e2d08);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x15b905){const _0x36603e=new Uint8Array(_0x15b905);try{if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function')return crypto['getRandomValues'](_0x36603e),_0x36603e;}catch{}for(let _0x16cbb3=0x0;_0x16cbb3<_0x15b905;_0x16cbb3++){_0x36603e[_0x16cbb3]=Math['random']()*0x100&0xff;}return _0x36603e;}function createXorEnvelope(_0xdc7fb3){const _0x3f4929=getRandomBytes(0x1)[0x0],_0x16060d=Math['floor'](Math['random']()*MAX_PADDING),_0x21e0cc=getRandomBytes(_0x16060d),_0x2054fa=getRandomBytes(KEY_LENGTH),_0x3ce1f2=0x1+0x2+0x1+_0x16060d+KEY_LENGTH,_0x2b4986=new Uint8Array(_0x3ce1f2+_0xdc7fb3['length']);let _0x221d11=0x0;_0x2b4986[_0x221d11++]=_0x3f4929,_0x2b4986[_0x221d11++]=MARKER_1+_0x3f4929&0xff,_0x2b4986[_0x221d11++]=MARKER_2+_0x3f4929&0xff,_0x2b4986[_0x221d11++]=_0x16060d+_0x3f4929&0xff,_0x2b4986['set'](_0x21e0cc,_0x221d11),_0x221d11+=_0x16060d,_0x2b4986['set'](_0x2054fa,_0x221d11),_0x221d11+=KEY_LENGTH;for(let _0x52032e=0x0;_0x52032e<_0xdc7fb3['length'];_0x52032e++){_0x2b4986[_0x221d11+_0x52032e]=_0xdc7fb3[_0x52032e]^_0x2054fa[_0x52032e%KEY_LENGTH];}return _0x2b4986;}async function encodePayload(_0x4b052e){const _0x4d839c=new TextEncoder()['encode'](_0x4b052e),_0x3983f2=isCompressionSupported(),_0x2e7b01=_0x3983f2?await compressPayload(_0x4d839c):_0x4d839c,_0x349f03=createXorEnvelope(_0x2e7b01),_0x726947={};_0x726947['v']=0x1,_0x726947['c']=_0x3983f2;const _0x5cf817=JSON['stringify'](_0x726947),_0x22e528=new TextEncoder()['encode'](_0x5cf817);return toBase64Url(_0x22e528)+':'+toBase64Url(_0x349f03);}function decodeXorEnvelope(_0x1279a2){if(_0x1279a2['length']<0x1+0x2+0x1+KEY_LENGTH)throw new Error('xor-envelope:\x20buffer\x20too\x20short\x20to\x20contain\x20a\x20valid\x20envelope');const _0x9d67e=_0x1279a2[0x0],_0x3b0e02=_0x1279a2[0x1]-_0x9d67e&0xff,_0x2caad6=_0x1279a2[0x2]-_0x9d67e&0xff;if(_0x3b0e02!==MARKER_1||_0x2caad6!==MARKER_2)throw new Error('xor-envelope:\x20marker\x20mismatch\x20—\x20not\x20a\x20valid\x20envelope');const _0x470ade=_0x1279a2[0x3]-_0x9d67e&0xff,_0x52e180=0x1+0x2+0x1+_0x470ade+KEY_LENGTH;if(_0x1279a2['length']<_0x52e180)throw new Error('xor-envelope:\x20declared\x20padding/key\x20extends\x20past\x20buffer');const _0x46fdd5=_0x1279a2['subarray'](0x4+_0x470ade,0x4+_0x470ade+KEY_LENGTH),_0x2613f7=_0x52e180,_0x3c0a06=_0x1279a2['subarray'](_0x2613f7),_0x8d5681=new Uint8Array(_0x3c0a06['length']);for(let _0x173a07=0x0;_0x173a07<_0x3c0a06['length'];_0x173a07+=0x1){_0x8d5681[_0x173a07]=_0x3c0a06[_0x173a07]^_0x46fdd5[_0x173a07%KEY_LENGTH];}return _0x8d5681;}async function decodePayload(_0x2ce38c){const _0x455642=_0x2ce38c['indexOf'](':');if(_0x455642===-0x1)throw new Error('decodePayload:\x20missing\x20\x22:\x22\x20separator\x20between\x20metadata\x20and\x20envelope');const _0x511858=_0x2ce38c['slice'](0x0,_0x455642),_0x43767e=_0x2ce38c['slice'](_0x455642+0x1);let _0x39da07;try{const _0x4f9ef9=fromBase64Url(_0x511858),_0x44d0c8=new TextDecoder()['decode'](_0x4f9ef9);_0x39da07=JSON['parse'](_0x44d0c8);}catch(_0x1368bd){throw new Error('decodePayload:\x20failed\x20to\x20parse\x20metadata\x20segment\x20('+String(_0x1368bd)+')');}if(_0x39da07['v']!==0x1)throw new Error('decodePayload:\x20unsupported\x20envelope\x20version\x20'+String(_0x39da07['v']));const _0x3edfbb=fromBase64Url(_0x43767e),_0xc05e0a=decodeXorEnvelope(_0x3edfbb),_0xb26d87=_0x39da07['c']===!![]?await decompressPayload(_0xc05e0a):_0xc05e0a;return new TextDecoder()['decode'](_0xb26d87);}let chainTail=Promise['resolve']();async function capture(_0x1b8970,_0x3d3bb3,_0x5bcc85){const _0x407018=chainTail;let _0x5b0325=()=>undefined;const _0x5b4cb1=new Promise(_0x140a3e=>{_0x5b0325=_0x140a3e;});chainTail=_0x407018['then'](()=>_0x5b4cb1);try{await _0x407018;}catch{}try{return await doCapture(_0x1b8970,_0x3d3bb3,_0x5bcc85);}finally{_0x5b0325();}}async function doCapture(_0xf112de,_0x4252f0,_0x3f1910){const {components:_0x1ea780,version:_0x40c7eb}=await _0xf112de['get'](),_0x321e3d=await loadDeviceToken()??undefined,_0x327ad0=_0x4252f0['replay']!==undefined?_0x4252f0['replay']['list']():undefined,_0x91353=_0x4252f0['urlPrivacy']==='minimal',_0x1f77d4=_0x148b99=>{if(!_0x91353)return sanitizeUrl(_0x148b99);try{return new URL(_0x148b99)['origin'];}catch{return'';}},_0x236ad3=typeof document!=='undefined'&&document['referrer']?document['referrer']:'',_0x13f1fa=typeof document!=='undefined'?document['title']:'',_0x4343a1={'components':_0x1ea780,'version':_0x40c7eb,'storedVisitorId':_0x321e3d,'linkedId':_0x3f1910?.['linkedId'],'tag':_0x3f1910?.['tag'],'custom':_0x3f1910?.['custom'],'url':typeof location!=='undefined'?_0x1f77d4(location['href']):undefined,'referrer':_0x236ad3!==''?_0x1f77d4(_0x236ad3):undefined,'pageTitle':_0x91353?undefined:_0x13f1fa||undefined,'sessionId':getSessionId(),'pageVisitId':getPageVisitId(),'previousRequestIds':_0x327ad0,'clientTimestamp':Date['now'](),'integrationInfo':((()=>{const _0x16a61c=collectIntegrations(_0x4252f0['integrationInfo']);return _0x16a61c['length']>0x0?_0x16a61c:undefined;})())},_0x5759e6=await encodePayload(JSON['stringify'](_0x4343a1)),_0x11565e=_0x4252f0['randomizeStrategy']!==undefined&&_0x4252f0['randomizeStrategy']!=='off'?randomizeEndpoint(_0x4252f0['endpoint'],{'replacePath':_0x4252f0['randomizeStrategy']==='replace','nonce':typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function'?crypto['randomUUID']():Date['now']()+'-'+Math['random']()}):_0x4252f0['endpoint'],_0x2be87e={};_0x2be87e['Content-Type']='text/plain',_0x2be87e['X-API-Key']=_0x4252f0['apiKey'];const _0x37f6e4={};_0x37f6e4['method']='POST',_0x37f6e4['headers']=_0x2be87e,_0x37f6e4['credentials']='include',_0x37f6e4['body']=_0x5759e6,_0x37f6e4['signal']=_0x3f1910?.['signal'];const _0x430119=await withCspDetection(_0x11565e,()=>fetchWithRetry(_0x11565e,_0x37f6e4,_0x4252f0['retry']));if(!_0x430119['ok']){let _0xe00d5e;try{const _0x1c8070=await _0x430119['json']();_0xe00d5e=_0x1c8070['error']??'HTTP\x20'+_0x430119['status'];}catch{_0xe00d5e='HTTP\x20'+_0x430119['status'];}throw new Error('Endpoint\x20error:\x20'+_0xe00d5e);}const _0x9d0674=await _0x430119['json']();return _0x9d0674['visitorId']&&saveDeviceToken(_0x9d0674['visitorId']),_0x4252f0['replay']!==undefined&&typeof _0x9d0674['requestId']==='string'&&_0x9d0674['requestId']['length']>0x0&&_0x4252f0['replay']['record'](_0x9d0674['requestId']),_0x9d0674;}function wait(_0x5d3bd5,_0x1c3192){return new Promise(_0x2c745d=>setTimeout(_0x2c745d,_0x5d3bd5,_0x1c3192));}function releaseEventLoop(){return new Promise(_0x4af5fa=>{const _0x75ea16=new MessageChannel();_0x75ea16['port1']['onmessage']=()=>_0x4af5fa(),_0x75ea16['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x369089,_0x48fdae=Infinity){const {requestIdleCallback:_0x2e96e6}=window;if(typeof _0x2e96e6==='function'){const _0x7ebb85={};return _0x7ebb85['timeout']=_0x48fdae,new Promise(_0x3888c1=>_0x2e96e6['call'](window,()=>_0x3888c1(),_0x7ebb85));}return wait(Math['min'](_0x369089,_0x48fdae));}function isPromise(_0x4a43f6){return _0x4a43f6!==null&&_0x4a43f6!==undefined&&typeof _0x4a43f6['then']==='function';}function awaitIfAsync(_0x35268a,_0x59f078){try{const _0x30f62b=_0x35268a();isPromise(_0x30f62b)?_0x30f62b['then'](_0x5de6f8=>_0x59f078(!![],_0x5de6f8),_0x24738f=>_0x59f078(![],_0x24738f)):_0x59f078(!![],_0x30f62b);}catch(_0xdc1d15){_0x59f078(![],_0xdc1d15);}}async function mapWithBreaks(_0x520c94,_0x30036d,_0x50de48=0x10){const _0x876ef7=Array(_0x520c94['length']);let _0x25e265=Date['now']();for(let _0x2e8e90=0x0;_0x2e8e90<_0x520c94['length'];++_0x2e8e90){_0x876ef7[_0x2e8e90]=_0x30036d(_0x520c94[_0x2e8e90],_0x2e8e90);const _0x14d641=Date['now']();_0x14d641>=_0x25e265+_0x50de48&&(_0x25e265=_0x14d641,await releaseEventLoop());}return _0x876ef7;}function withTimeout(_0x37932b,_0x1208d6,_0x378547){return new Promise(_0x2ebbd1=>{let _0x25cc0b=![];const _0x48a2ac=setTimeout(()=>{!_0x25cc0b&&(_0x25cc0b=!![],_0x2ebbd1(_0x378547));},_0x1208d6);_0x37932b['then'](_0x469fe0=>{!_0x25cc0b&&(_0x25cc0b=!![],clearTimeout(_0x48a2ac),_0x2ebbd1(_0x469fe0));},()=>{!_0x25cc0b&&(_0x25cc0b=!![],clearTimeout(_0x48a2ac),_0x2ebbd1(_0x378547));});});}function withTimeoutReject(_0x1f4015,_0x31661f,_0x2e25d8){return new Promise((_0x5a513e,_0x2d2528)=>{let _0x3d9433=![];const _0x326f96=setTimeout(()=>{!_0x3d9433&&(_0x3d9433=!![],_0x2d2528(_0x2e25d8()));},_0x31661f);_0x1f4015['then'](_0x593a21=>{!_0x3d9433&&(_0x3d9433=!![],clearTimeout(_0x326f96),_0x5a513e(_0x593a21));},_0x42e15c=>{!_0x3d9433&&(_0x3d9433=!![],clearTimeout(_0x326f96),_0x2d2528(_0x42e15c instanceof Error?_0x42e15c:new Error(String(_0x42e15c))));});});}function suppressUnhandledRejectionWarning(_0x597b06){return _0x597b06['then'](undefined,()=>undefined),_0x597b06;}function includes(_0x3c7f94,_0x369551){for(let _0xde335f=0x0,_0xbaa356=_0x3c7f94['length'];_0xde335f<_0xbaa356;++_0xde335f){if(_0x3c7f94[_0xde335f]===_0x369551)return!![];}return![];}function excludes(_0x4f3bd4,_0x34b6d4){return!includes(_0x4f3bd4,_0x34b6d4);}function toInt(_0x2b86dc){return parseInt(_0x2b86dc,0xa);}function toFloat(_0x51501b){return parseFloat(_0x51501b);}function replaceNaN(_0x1ecd47,_0x2b368c){return typeof _0x1ecd47==='number'&&isNaN(_0x1ecd47)?_0x2b368c:_0x1ecd47;}function countTruthy(_0x2136b1){return _0x2136b1['reduce']((_0x59edd1,_0x4be685)=>_0x59edd1+(Boolean(_0x4be685)?0x1:0x0),0x0);}function round$1(_0x5a40bb,_0x548c7a=0x1){if(Math['abs'](_0x548c7a)>=0x1)return Math['round'](_0x5a40bb/_0x548c7a)*_0x548c7a;const _0xb559ca=0x1/_0x548c7a;return Math['round'](_0x5a40bb*_0xb559ca)/_0xb559ca;}function parseSimpleCssSelector(_0x290a27){const _0x591362='Unexpected\x20syntax\x20\x27'+_0x290a27+'\x27',_0x1c77fc=/^\s*([a-z-]*)(.*)$/i['exec'](_0x290a27),_0x45461a=_0x1c77fc[0x1]||undefined,_0x5ae876={},_0x1b7873=/([.:#][\w-]+|\[.+?\])/gi,_0x26b5f1=(_0x269425,_0x4f5cb0)=>{!(_0x269425 in _0x5ae876)&&(_0x5ae876[_0x269425]=[]),_0x5ae876[_0x269425]['push'](_0x4f5cb0);};for(;;){const _0x2fc389=_0x1b7873['exec'](_0x1c77fc[0x2]);if(!_0x2fc389)break;const _0x55cc92=_0x2fc389[0x0];switch(_0x55cc92[0x0]){case'.':_0x26b5f1('class',_0x55cc92['slice'](0x1));break;case'#':_0x26b5f1('id',_0x55cc92['slice'](0x1));break;case'[':{const _0x230b4f=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/['exec'](_0x55cc92);if(_0x230b4f)_0x26b5f1(_0x230b4f[0x1],_0x230b4f[0x4]??_0x230b4f[0x5]??'');else throw new Error(_0x591362);break;}default:throw new Error(_0x591362);}}return[_0x45461a,_0x5ae876];}function getUTF8Bytes(_0x410fd1){const _0x396802=new Uint8Array(_0x410fd1['length']);for(let _0x170fc5=0x0;_0x170fc5<_0x410fd1['length'];_0x170fc5++){const _0x32715d=_0x410fd1['charCodeAt'](_0x170fc5);if(_0x32715d>0x7f)return new TextEncoder()['encode'](_0x410fd1);_0x396802[_0x170fc5]=_0x32715d;}return _0x396802;}function isFinalResultLoaded(_0x5824aa){return typeof _0x5824aa!=='function';}function loadSource(_0x544c65,_0x49f113){const _0x1f6f7f=suppressUnhandledRejectionWarning(new Promise(_0x5d7526=>{awaitIfAsync(_0x544c65['bind'](null,_0x49f113),(..._0x2a4596)=>{if(!_0x2a4596[0x0])return _0x5d7526(()=>({'error':_0x2a4596[0x1]}));const _0x5477e4=_0x2a4596[0x1];if(isFinalResultLoaded(_0x5477e4))return _0x5d7526(()=>({'value':_0x5477e4}));_0x5d7526(()=>new Promise(_0x11d313=>{awaitIfAsync(_0x5477e4,(..._0x5ef32a)=>{if(!_0x5ef32a[0x0]){const _0x5ba12b={};return _0x5ba12b['error']=_0x5ef32a[0x1],_0x11d313(_0x5ba12b);}const _0x575f9b={};_0x575f9b['value']=_0x5ef32a[0x1],_0x11d313(_0x575f9b);});}));});}));return function _0x3fd7a7(){return _0x1f6f7f['then'](_0x492cd1=>_0x492cd1());};}const COLLECTOR_HARD_TIMEOUT_MS=0x2710;function timeoutComponent(){return{'error':new Error('collector\x20timed\x20out'),'status':-0x2};}function loadSources(_0x4edd94,_0x211a7e,_0x4a82c6,_0x3a89af){const _0x38939a=Object['keys'](_0x4edd94)['filter'](_0x35944f=>excludes(_0x4a82c6,_0x35944f)),_0xfa70f9=suppressUnhandledRejectionWarning(mapWithBreaks(_0x38939a,_0x5022e5=>loadSource(_0x4edd94[_0x5022e5],_0x211a7e),_0x3a89af));return async function _0x17b0ce(){const _0x4c90e=await _0xfa70f9,_0x316db5=await mapWithBreaks(_0x4c90e,_0x4c4c73=>suppressUnhandledRejectionWarning(withTimeout(_0x4c4c73(),COLLECTOR_HARD_TIMEOUT_MS,timeoutComponent())),_0x3a89af),_0x5cfb91=await Promise['all'](_0x316db5),_0x16c813={};for(let _0x4bf1e0=0x0;_0x4bf1e0<_0x38939a['length'];++_0x4bf1e0){_0x16c813[_0x38939a[_0x4bf1e0]]=_0x5cfb91[_0x4bf1e0];}return _0x16c813;};}function getAutomationDescriptor(){try{const _0x18f93f=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x5060a0=_0x18f93f!==undefined;let _0x445e08=null;_0x18f93f&&(_0x445e08=_0x18f93f['configurable']??null);let _0x97d9b3=![],_0xe7e631=null;try{const _0x3fdf9d=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x3fdf9d&&(_0x97d9b3=typeof _0x3fdf9d['get']==='function',_0xe7e631=_0x3fdf9d['configurable']??null);}catch{}const _0x6f4620={};return _0x6f4620['hasOwnWebdriver']=_0x5060a0,_0x6f4620['ownConfigurable']=_0x445e08,_0x6f4620['prototypeHasGetter']=_0x97d9b3,_0x6f4620['prototypeConfigurable']=_0xe7e631,_0x6f4620;}catch{const _0x36fa87={};return _0x36fa87['hasOwnWebdriver']=![],_0x36fa87['ownConfigurable']=null,_0x36fa87['prototypeHasGetter']=![],_0x36fa87['prototypeConfigurable']=null,_0x36fa87;}}function getCdpDetection(){try{const _0x5d1668=Error,_0xf736e0=_0x5d1668['prepareStackTrace'];let _0x4d6774=![];Object['defineProperty'](_0x5d1668,'prepareStackTrace',{'get'(){return _0x4d6774=!![],_0xf736e0;},'set'(_0x37322a){const _0x5aa688={};_0x5aa688['value']=_0x37322a,_0x5aa688['writable']=!![],_0x5aa688['configurable']=!![],Object['defineProperty'](_0x5d1668,'prepareStackTrace',_0x5aa688);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x57c74e={};_0x57c74e['value']=_0xf736e0,_0x57c74e['writable']=!![],_0x57c74e['configurable']=!![],Object['defineProperty'](_0x5d1668,'prepareStackTrace',_0x57c74e);}catch{}return _0x4d6774;}catch{return![];}}function getChromeRuntime(){try{const _0x37b463=window,_0x4228c1=_0x37b463['chrome'];if(!_0x4228c1||typeof _0x4228c1!=='object'){const _0x3eb4e3={};return _0x3eb4e3['hasChrome']=![],_0x3eb4e3['hasRuntime']=![],_0x3eb4e3['hasPlatformOs']=![],_0x3eb4e3['hasConnect']=![],_0x3eb4e3['connectNative']=![],_0x3eb4e3['hasApp']=![],_0x3eb4e3['appIsInstalled']=null,_0x3eb4e3['hasCsi']=![],_0x3eb4e3['hasLoadTimes']=![],_0x3eb4e3['runtimeKeyCount']=0x0,_0x3eb4e3;}const _0xf0f40b=_0x4228c1['runtime'],_0x4b313a=_0xf0f40b!==undefined&&_0xf0f40b!==null;let _0x41ce9b=![],_0xc5daa5=![],_0x1bc4ae=![],_0x137928=0x0;if(_0x4b313a&&typeof _0xf0f40b==='object'){_0x41ce9b='PlatformOs'in _0xf0f40b||'PlatformArch'in _0xf0f40b,_0xc5daa5=typeof _0xf0f40b['connect']==='function';if(_0xc5daa5)try{_0x1bc4ae=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0xf0f40b['connect']));}catch{_0x1bc4ae=![];}try{_0x137928=Object['getOwnPropertyNames'](_0xf0f40b)['length'];}catch{_0x137928=0x0;}}const _0x5ce1af=_0x4228c1['app'],_0x6ad69a=_0x5ce1af!==undefined&&_0x5ce1af!==null;let _0x2bfcb7=null;_0x6ad69a&&typeof _0x5ce1af==='object'&&(_0x2bfcb7=_0x5ce1af['isInstalled']===!![]);const _0x5aacdb=typeof _0x4228c1['csi']==='function',_0x3993f5=typeof _0x4228c1['loadTimes']==='function',_0x3cd971={};return _0x3cd971['hasChrome']=!![],_0x3cd971['hasRuntime']=_0x4b313a,_0x3cd971['hasPlatformOs']=_0x41ce9b,_0x3cd971['hasConnect']=_0xc5daa5,_0x3cd971['connectNative']=_0x1bc4ae,_0x3cd971['hasApp']=_0x6ad69a,_0x3cd971['appIsInstalled']=_0x2bfcb7,_0x3cd971['hasCsi']=_0x5aacdb,_0x3cd971['hasLoadTimes']=_0x3993f5,_0x3cd971['runtimeKeyCount']=_0x137928,_0x3cd971;}catch{return null;}}function errorToObject(_0x3076ca){return{'name':_0x3076ca['name'],'message':_0x3076ca['message'],'stack':_0x3076ca['stack']?.['split']('\x0a'),..._0x3076ca};}function isFunctionNative(_0x41294d){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x41294d));}function isTrident(){const _0x492384=window,_0x436874=navigator;return countTruthy(['MSCSSMatrix'in _0x492384,'msSetImmediate'in _0x492384,'msIndexedDB'in _0x492384,'msMaxTouchPoints'in _0x436874,'msPointerEnabled'in _0x436874])>=0x4;}function isEdgeHTML(){const _0x4e57ec=window,_0x48abfd=navigator;return countTruthy(['msWriteProfilerMark'in _0x4e57ec,'MSStream'in _0x4e57ec,'msLaunchUri'in _0x48abfd,'msSaveBlob'in _0x48abfd])>=0x3&&!isTrident();}function isChromium(){const _0x1e998c=window,_0x3bad23=navigator;return countTruthy(['webkitPersistentStorage'in _0x3bad23,'webkitTemporaryStorage'in _0x3bad23,(_0x3bad23['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x1e998c,'BatteryManager'in _0x1e998c,'webkitMediaStream'in _0x1e998c,'webkitSpeechGrammar'in _0x1e998c])>=0x5;}function isWebKit(){const _0x492136=window,_0x5202b5=navigator;return countTruthy(['ApplePayError'in _0x492136,'CSSPrimitiveValue'in _0x492136,'Counter'in _0x492136,_0x5202b5['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x492136,'WebKitMediaKeys'in _0x492136])>=0x4;}function isDesktopWebKit(){const _0x59868a=window;return countTruthy(['safari'in _0x59868a,!('ongestureend'in _0x59868a),!('TouchEvent'in _0x59868a),!('orientation'in _0x59868a),!('autocapitalize'in _0x59868a['HTMLElement']['prototype']),'pointerLockElement'in _0x59868a['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x311022=window;return isFunctionNative(_0x311022['print'])&&String(_0x311022['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x5e3381=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x5e3381,'mozInnerScreenX'in _0x5e3381,'CSSMozDocumentRule'in _0x5e3381,'CanvasCaptureMediaStream'in _0x5e3381])>=0x4;}function isGecko120OrNewer(){const _0x40bd70=window,_0x32c2e3=navigator,{CSS:_0x1cc24f}=_0x40bd70;return countTruthy(['userActivation'in _0x32c2e3,_0x1cc24f['supports']('color','light-dark(#000,\x20#fff)'),_0x1cc24f['supports']('height','1lh'),'globalPrivacyControl'in _0x32c2e3])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x584b10}=window;return countTruthy([_0x584b10['supports']('selector(::details-content)'),_0x584b10['supports']('selector(::before::marker)'),_0x584b10['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x47326d=window;return countTruthy([!('MediaSettingsRange'in _0x47326d),'RTCEncodedAudioFrame'in _0x47326d,''+_0x47326d['Intl']==='[object\x20Intl]',''+_0x47326d['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x2ceb93=window,{URLPattern:_0x193261}=_0x2ceb93;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x2ceb93,_0x193261&&'hasRegExpGroups'in _0x193261['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0xa36433=window;return countTruthy(['DOMRectList'in _0xa36433,'RTCPeerConnectionIceEvent'in _0xa36433,'SVGGeometryElement'in _0xa36433,'ontransitioncancel'in _0xa36433])>=0x3;}function isWebKit616OrNewer(){const _0x14eefb=window,_0x54fc12=navigator,{CSS:_0x778086,HTMLButtonElement:_0x4db879}=_0x14eefb;return countTruthy([!('getStorageUpdates'in _0x54fc12),'popover'in _0x4db879['prototype'],'CSSCounterStyleRule'in _0x14eefb,_0x778086['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x778086['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x19bdd5=screen,_0x358253=_0x19bdd5['width']/_0x19bdd5['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x358253>0.65&&_0x358253<1.53])>=0x2;}function getFullscreenElement(){const _0x237389=document;return _0x237389['fullscreenElement']??_0x237389['msFullscreenElement']??_0x237389['mozFullScreenElement']??_0x237389['webkitFullscreenElement']??null;}function exitFullscreen(){const _0xb1dd98=document;return _0xb1dd98['exitFullscreen']['call'](_0xb1dd98);}function isAndroid(){const _0x3ca9dd=isChromium(),_0x54e7a8=isGecko(),_0x4b661f=window,_0x20afde=navigator,_0xafff77='connection';if(_0x3ca9dd)return countTruthy([!('SharedWorker'in _0x4b661f),_0x20afde[_0xafff77]&&'ontypechange'in _0x20afde[_0xafff77],!('sinkId'in new Audio())])>=0x2;else{if(_0x54e7a8)return countTruthy(['onorientationchange'in _0x4b661f,'orientation'in _0x4b661f,/android/i['test'](_0x20afde['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x551041=navigator,_0x564260=window,_0xee9ad6=Audio['prototype'],{visualViewport:_0x551b3b}=_0x564260;return countTruthy(['srLatency'in _0xee9ad6,'srChannelCount'in _0xee9ad6,'devicePosture'in _0x551041,_0x551b3b&&'segments'in _0x551b3b,'getTextInformation'in Image['prototype']])>=0x3;}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x1c4249=await new Promise(_0x257973=>{if(isChromium()){const _0x26be55=new Error();_0x26be55['name']='\x20',Object['defineProperty'](_0x26be55,'stack',{'get':_0x257973['bind'](null,!![])}),console['debug'](_0x26be55);}else{const _0x415746=document['createElement']('div');_0x415746['toString']=()=>'',Object['defineProperty'](_0x415746,'id',{'get'(){_0x257973(!![]);const _0x5ebd49=new Error();_0x5ebd49['name']='';throw _0x5ebd49;}}),console['debug'](_0x415746);}setTimeout(()=>_0x257973(![]));});return _0x1c4249;}catch{return null;}}const THRESHOLD_PX=0xc8;function getDevtoolsWindowSize(){try{if(typeof window==='undefined')return null;if(window['top']!==window['self'])return null;const _0x2ee6ef=window['devicePixelRatio']||0x1,_0x1a8c9b=window['outerWidth']-window['innerWidth']*_0x2ee6ef,_0x1cea0c=window['outerHeight']-window['innerHeight']*_0x2ee6ef;return _0x1a8c9b>THRESHOLD_PX||_0x1cea0c>THRESHOLD_PX;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x349168=new Event(''),_0x2fbd0f=_0x349168['isTrusted'];return typeof _0x2fbd0f==='undefined'?null:{'isTrusted':_0x2fbd0f};}catch{return null;}}const _0x5b0fdf={};_0x5b0fdf['window']=['awesomium'];const _0xab89bb={};_0xab89bb['window']=['RunPerfTest'];const _0x9d1725={};_0x9d1725['window']=['CefSharp'];const _0x4a497a={};_0x4a497a['window']=['emit'];const _0x3291a4={};_0x3291a4['window']=['fmget_targets'];const _0x306dc3={};_0x306dc3['window']=['geb'];const _0x2a19fc={};_0x2a19fc['window']=['__nightmare','nightmare'];const _0x51c8a2={};_0x51c8a2['window']=['__phantomas'];const _0x1db1ad={};_0x1db1ad['window']=['callPhantom','_phantom'];const _0xf70178={};_0xf70178['window']=['spawn'];const _0x29613f={};_0x29613f['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^[a-z]{3}_.*_(?:Array|Promise|Symbol)$/],_0x29613f['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x402385={};_0x402385['window']=['wdioElectron'];const _0x2998a8={};_0x2998a8['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x2998a8['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 _0x3a3177={};_0x3a3177['window']=['domAutomation','domAutomationController'];const _0x4fcb28={};_0x4fcb28['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x5d58e7={};_0x5d58e7['window']=['__automa__'];const _0x603675={};_0x603675['window']=['_webscraper_data'];const _0x2c6a24={};_0x2c6a24['window']=['_KatalonRecorder'];const _0x13240e={};_0x13240e['window']=['uivision','__uivision'];const _0x43294a={};_0x43294a['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x2c3d89={};_0x2c3d89['window']=['__cypress'];const _0x5130e4={};_0x5130e4['window']=['__puppeteer_evaluation_script__'],_0x5130e4['document']=['__puppeteer_evaluation_script__'];const _0x323fe7={};_0x323fe7['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x323fe7['document']=['__playwright_evaluation_script__'];const _0x228a82={};_0x228a82['awesomium']=_0x5b0fdf,_0x228a82['cef']=_0xab89bb,_0x228a82['cefsharp']=_0x9d1725,_0x228a82['coachjs']=_0x4a497a,_0x228a82['fminer']=_0x3291a4,_0x228a82['geb']=_0x306dc3,_0x228a82['nightmarejs']=_0x2a19fc,_0x228a82['phantomas']=_0x51c8a2,_0x228a82['phantomjs']=_0x1db1ad,_0x228a82['rhino']=_0xf70178,_0x228a82['selenium']=_0x29613f,_0x228a82['webdriverio']=_0x402385,_0x228a82['webdriver']=_0x2998a8,_0x228a82['headless_chrome']=_0x3a3177,_0x228a82['imacros']=_0x4fcb28,_0x228a82['automa']=_0x5d58e7,_0x228a82['web_scraper']=_0x603675,_0x228a82['katalon']=_0x2c6a24,_0x228a82['ui_vision']=_0x13240e,_0x228a82['testcafe']=_0x43294a,_0x228a82['cypress']=_0x2c3d89,_0x228a82['puppeteer']=_0x5130e4,_0x228a82['playwright_internal']=_0x323fe7;const TOOL_MARKERS=_0x228a82;function getOwnPropertyNames(_0x325429){try{return Object['getOwnPropertyNames'](_0x325429);}catch{return[];}}function matchesAny(_0x59edb0,_0x4c6aa4){for(const _0x55b4be of _0x4c6aa4){if(typeof _0x55b4be==='string'){if(_0x59edb0['indexOf'](_0x55b4be)!==-0x1)return!![];}else for(const _0x30fa18 of _0x59edb0){if(_0x55b4be['test'](_0x30fa18))return!![];}}return![];}function getHeadlessSignals(){const _0x3d24ca=getOwnPropertyNames(window),_0x12f801=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x130e9b={};for(const _0x38f85f of Object['keys'](TOOL_MARKERS)){const _0x3dfd9e=TOOL_MARKERS[_0x38f85f],_0x5d9916=_0x3dfd9e['window']?matchesAny(_0x3d24ca,_0x3dfd9e['window']):![],_0x9a5e3c=_0x3dfd9e['document']&&_0x12f801['length']?matchesAny(_0x12f801,_0x3dfd9e['document']):![];_0x130e9b[_0x38f85f]=_0x5d9916||_0x9a5e3c;}return _0x130e9b;}let cachedResult=null,observing$1=![];function startObserving$1(){if(observing$1||typeof window==='undefined')return;observing$1=!![];const _0x4a9614=performance['now'](),_0x3b32cd=['click','touchstart','keydown'],_0x456b74=_0x21d0eb=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0x4a9614),'interactionType':_0x21d0eb['type']};for(const _0x54a959 of _0x3b32cd){window['removeEventListener'](_0x54a959,_0x456b74);}};for(const _0x56b7f2 of _0x3b32cd){const _0x47f9e1={};_0x47f9e1['once']=!![],_0x47f9e1['passive']=!![],window['addEventListener'](_0x56b7f2,_0x456b74,_0x47f9e1);}}function getInteractionTiming(){return startObserving$1(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x1b21f5=navigator['permissions'];if(_0x1b21f5===undefined||typeof _0x1b21f5['query']!=='function')return undefined;const _0x35b905={};_0x35b905['name']='notifications';const _0x26cdc7=await _0x1b21f5['query'](_0x35b905);return Notification['permission']==='denied'&&_0x26cdc7['state']==='prompt';}catch{return undefined;}}const RESTRICTED_THRESHOLD=0x3;function computeRestrictedEnvironment(_0x3c17a0){let _0x1521a1=0x0;if(_0x3c17a0['pushManager'])_0x1521a1++;if(_0x3c17a0['audioBuffer'])_0x1521a1++;if(_0x3c17a0['rtcPeerConnection'])_0x1521a1++;if(_0x3c17a0['geolocation'])_0x1521a1++;if(_0x3c17a0['serviceWorker'])_0x1521a1++;const _0x57535b={};return _0x57535b['restricted']=_0x1521a1>=RESTRICTED_THRESHOLD,_0x57535b['missing']=_0x1521a1,_0x57535b['flags']=_0x3c17a0,_0x57535b;}function getRestrictedEnvironment(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x15b595=window,_0x2c7f79=navigator,_0x4ff4ca={};return _0x4ff4ca['pushManager']=!('PushManager'in _0x15b595),_0x4ff4ca['audioBuffer']=!('AudioBuffer'in _0x15b595),_0x4ff4ca['rtcPeerConnection']=!('RTCPeerConnection'in _0x15b595),_0x4ff4ca['geolocation']=!('geolocation'in _0x2c7f79),_0x4ff4ca['serviceWorker']=!('ServiceWorker'in _0x15b595),computeRestrictedEnvironment(_0x4ff4ca);}function getAppVersion(){const _0x25ef53=navigator['appVersion'];if(typeof _0x25ef53!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0x25ef53;}function getArchitecture(){const _0x4b1412=new Float32Array(0x1),_0x156a8f=new Uint8Array(_0x4b1412['buffer']);return _0x4b1412[0x0]=Infinity,_0x4b1412[0x0]=_0x4b1412[0x0]-_0x4b1412[0x0],_0x156a8f[0x3];}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x2df0fd=window,_0x2d5d17=_0x2df0fd['OfflineAudioContext']??_0x2df0fd['webkitOfflineAudioContext'];if(_0x2d5d17===undefined)return null;if(doesBrowserSuspendAudioContext())return null;const _0x26de2f=0x1194,_0x2b25a3=0x1388,_0x8b339d=new _0x2d5d17(0x1,_0x2b25a3,0xac44),_0x303824=_0x8b339d['createOscillator']();_0x303824['type']='triangle',_0x303824['frequency']['value']=0x2710;const _0x16dcb4=_0x8b339d['createDynamicsCompressor']();_0x16dcb4['threshold']['value']=-0x32,_0x16dcb4['knee']['value']=0x28,_0x16dcb4['ratio']['value']=0xc,_0x16dcb4['attack']['value']=0x0,_0x16dcb4['release']['value']=0.25,_0x303824['connect'](_0x16dcb4),_0x16dcb4['connect'](_0x8b339d['destination']),_0x303824['start'](0x0);const [_0x5490a4,_0x344428]=startRenderingAudio(_0x8b339d),_0x54d918=suppressUnhandledRejectionWarning(_0x5490a4['then'](_0x2c93d5=>getHash(_0x2c93d5['getChannelData'](0x0)['subarray'](_0x26de2f)),_0x25ea00=>{if(_0x25ea00['name']==='timeout'||_0x25ea00['name']==='suspended')return null;throw _0x25ea00;}));return()=>{return _0x344428(),_0x54d918;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x2a2d25){const _0x41033f=0x3,_0x11121d=0x1f4,_0x9337bf=0x1f4,_0x333686=0x1388;let _0x25826d=()=>undefined;const _0x2db59c=new Promise((_0x149e3e,_0x549edd)=>{let _0x2c7b17=![],_0x2a6698=0x0,_0x16df7d=0x0;_0x2a2d25['oncomplete']=_0x4b57d1=>{_0x149e3e(_0x4b57d1['renderedBuffer']);};const _0x346da6=()=>{setTimeout(()=>_0x549edd(makeInnerError('timeout')),Math['min'](_0x9337bf,_0x16df7d+_0x333686-Date['now']()));},_0x21c392=()=>{try{const _0x198b72=_0x2a2d25['startRendering']();isPromise(_0x198b72)&&void suppressUnhandledRejectionWarning(_0x198b72);switch(_0x2a2d25['state']){case'running':_0x16df7d=Date['now']();_0x2c7b17&&_0x346da6();break;case'suspended':!document['hidden']&&_0x2a6698++;_0x2c7b17&&_0x2a6698>=_0x41033f?_0x549edd(makeInnerError('suspended')):setTimeout(_0x21c392,_0x11121d);break;case'closed':case'interrupted':break;}}catch(_0x562917){_0x549edd(_0x562917);}};_0x21c392(),_0x25826d=()=>{!_0x2c7b17&&(_0x2c7b17=!![],_0x16df7d>0x0&&_0x346da6());};});return[_0x2db59c,_0x25826d];}function roundToSignificant(_0x2a45e3,_0x3c576f){if(_0x2a45e3===0x0)return 0x0;const _0x1c3dfb=Math['pow'](0xa,_0x3c576f-Math['ceil'](Math['log10'](Math['abs'](_0x2a45e3))));return Math['round'](_0x2a45e3*_0x1c3dfb/0x5)*0x5/_0x1c3dfb;}function getHash(_0x3c013c){let _0xda5128=0x0;for(let _0x4eddc3=0x0;_0x4eddc3<_0x3c013c['length'];++_0x4eddc3){_0xda5128+=Math['abs'](_0x3c013c[_0x4eddc3]);}return _0xda5128;}const _0x33522d={};_0x33522d['oscType']='triangle',_0x33522d['freq']=0x2710,_0x33522d['useCompressor']=!![],_0x33522d['useAllpass']=![];const _0x56ced7={};_0x56ced7['oscType']='sine',_0x56ced7['freq']=0x1f40,_0x56ced7['useCompressor']=![],_0x56ced7['useAllpass']=![];const _0x298fe4={};_0x298fe4['oscType']='square',_0x298fe4['freq']=0x2710,_0x298fe4['useCompressor']=!![],_0x298fe4['useAllpass']=!![];const SCENES=[_0x33522d,_0x56ced7,_0x298fe4],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x4bdd6f={};_0x4bdd6f['from']=0x1194,_0x4bdd6f['to']=0x1388;const _0x1671c2={};_0x1671c2['from']=0x2710,_0x1671c2['to']=0x2904;const WINDOWS=[_0x4bdd6f,_0x1671c2];function extractMetrics(_0x3c0b89){const _0x287c34=_0x3c0b89['length'];if(_0x287c34===0x0)return[0x0,0x0,0x0,0x0];const _0x1c157d=[];for(let _0x5241d3=0x0;_0x5241d3<_0x287c34;_0x5241d3++){_0x1c157d['push'](roundToSignificant(_0x3c0b89[_0x5241d3],SIG_DIGITS));}const _0x4c96f3=[..._0x1c157d]['map'](Math['abs'])['sort']((_0x13b928,_0x40e51f)=>_0x13b928-_0x40e51f),_0x549f8a=Math['floor'](_0x4c96f3['length']*0.05);let _0x1c4b8d=0x0;for(let _0x998e61=_0x549f8a;_0x998e61<_0x4c96f3['length']-_0x549f8a;_0x998e61++){_0x1c4b8d+=_0x4c96f3[_0x998e61];}let _0x116906=0x0;for(let _0x77fae4=0x0;_0x77fae4<_0x287c34;_0x77fae4++){_0x116906+=_0x1c157d[_0x77fae4]*_0x1c157d[_0x77fae4];}_0x116906/=_0x287c34;let _0x1a740a=0x0;for(let _0x40496c=0x1;_0x40496c<_0x287c34;_0x40496c++){Math['sign'](_0x1c157d[_0x40496c])!==Math['sign'](_0x1c157d[_0x40496c-0x1])&&_0x1a740a++;}let _0x77153=0x0;for(let _0x3aa1dc=0x1;_0x3aa1dc<_0x287c34;_0x3aa1dc++){_0x77153+=Math['abs'](_0x1c157d[_0x3aa1dc]-_0x1c157d[_0x3aa1dc-0x1]);}return[_0x1c4b8d,_0x116906,_0x1a740a,_0x77153];}async function renderScene(_0x54999e){const _0x417f5c=window,_0x45f9f1=_0x417f5c['OfflineAudioContext']??_0x417f5c['webkitOfflineAudioContext'];if(_0x45f9f1===undefined)return null;try{const _0x1323ae=new _0x45f9f1(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0x5379ce=_0x1323ae['createOscillator']();_0x5379ce['type']=_0x54999e['oscType'],_0x5379ce['frequency']['value']=_0x54999e['freq'];let _0x5861be=_0x5379ce;if(_0x54999e['useCompressor']){const _0x5ceb1f=_0x1323ae['createDynamicsCompressor']();_0x5ceb1f['threshold']['value']=-0x32,_0x5ceb1f['knee']['value']=0x28,_0x5ceb1f['ratio']['value']=0xc,_0x5ceb1f['attack']['value']=0x0,_0x5ceb1f['release']['value']=0.25,_0x5861be['connect'](_0x5ceb1f),_0x5861be=_0x5ceb1f;}if(_0x54999e['useAllpass']){const _0x27d8ec=_0x1323ae['createBiquadFilter']();_0x27d8ec['type']='allpass',_0x27d8ec['frequency']['value']=0x1388,_0x27d8ec['Q']['value']=0x5,_0x5861be['connect'](_0x27d8ec),_0x5861be=_0x27d8ec;}_0x5861be['connect'](_0x1323ae['destination']),_0x5379ce['start'](0x0);const [_0x3ae8b7,_0x1ca383]=startRenderingAudio(_0x1323ae);_0x1ca383();const _0x5b9e31=await _0x3ae8b7;return _0x5b9e31['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x375163=[];for(const _0x3c4da4 of SCENES){const _0x5aa7ae=await renderScene(_0x3c4da4);if(_0x5aa7ae===null)return null;for(const _0x4207fd of WINDOWS){const _0x23b662=_0x5aa7ae['subarray'](_0x4207fd['from'],_0x4207fd['to']);_0x375163['push'](...extractMetrics(_0x23b662));}}const _0xa840fb=[0x0,0x4,0x8,0xc,0x10,0x14],_0x1871e9=[0x2,0x6,0xa,0xe,0x12,0x16],_0x507902=[];for(const _0x255c49 of _0x1871e9)_0x507902['push'](_0x375163[_0x255c49]);const _0x10376b=[[_0xa840fb[0x0],_0xa840fb[0x2]],[_0xa840fb[0x0],_0xa840fb[0x4]],[_0xa840fb[0x2],_0xa840fb[0x4]],[_0xa840fb[0x1],_0xa840fb[0x3]],[_0xa840fb[0x1],_0xa840fb[0x5]],[_0xa840fb[0x3],_0xa840fb[0x5]],[_0xa840fb[0x0],_0xa840fb[0x1]],[_0xa840fb[0x2],_0xa840fb[0x3]],[_0xa840fb[0x4],_0xa840fb[0x5]]],_0x1bc331=[];for(const [_0xe4943d,_0x322e5b]of _0x10376b){const _0x187c09=_0x375163[_0x322e5b];if(_0x187c09===0x0)return null;_0x1bc331['push'](Math['round'](_0x375163[_0xe4943d]/_0x187c09*0x64)/0x64);}let _0x560458=0x0;for(const _0x452846 of _0x507902){const _0x275f91=String(_0x452846);for(let _0x2bf17f=0x0;_0x2bf17f<_0x275f91['length'];_0x2bf17f++){_0x560458=(_0x560458<<0x5)-_0x560458+_0x275f91['charCodeAt'](_0x2bf17f)|0x0;}}for(const _0x428fec of _0x1bc331){const _0x45c994=_0x428fec['toFixed'](0x2);for(let _0x312ce9=0x0;_0x312ce9<_0x45c994['length'];_0x312ce9++){_0x560458=(_0x560458<<0x5)-_0x560458+_0x45c994['charCodeAt'](_0x312ce9)|0x0;}}return _0x560458>>>0x0;};}function makeInnerError(_0x199d16){const _0xf39b3=new Error(_0x199d16);return _0xf39b3['name']=_0x199d16,_0xf39b3;}function renderAudio(){return new Promise(_0x455b21=>{try{const _0x5ea924=window,_0x777691=_0x5ea924['OfflineAudioContext']??_0x5ea924['webkitOfflineAudioContext'];if(!_0x777691){_0x455b21(null);return;}const _0x400895=new _0x777691(0x1,0x1194,0xac44),_0x1497a9=_0x400895['createOscillator']();_0x1497a9['type']='triangle',_0x1497a9['frequency']['setValueAtTime'](0x2710,_0x400895['currentTime']);const _0x3f8224=_0x400895['createDynamicsCompressor']();_0x3f8224['threshold']['setValueAtTime'](-0x32,_0x400895['currentTime']),_0x3f8224['knee']['setValueAtTime'](0x28,_0x400895['currentTime']),_0x3f8224['ratio']['setValueAtTime'](0xc,_0x400895['currentTime']),_0x3f8224['attack']['setValueAtTime'](0x0,_0x400895['currentTime']),_0x3f8224['release']['setValueAtTime'](0.25,_0x400895['currentTime']),_0x1497a9['connect'](_0x3f8224),_0x3f8224['connect'](_0x400895['destination']),_0x1497a9['start'](0x0),_0x400895['startRendering']()['then'](_0x3e5f28=>{_0x455b21(_0x3e5f28['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x455b21(null)),setTimeout(()=>_0x455b21(null),0x7d0);}catch{_0x455b21(null);}});}async function getAudioConsistency(){try{const [_0xfddb94,_0x2c68bd]=await Promise['all']([renderAudio(),renderAudio()]);if(_0xfddb94===null||_0x2c68bd===null)return null;const _0xe8a409={};_0xe8a409['consistent']=![],_0xe8a409['delta']=0x1;if(_0xfddb94['length']!==_0x2c68bd['length'])return _0xe8a409;let _0x52ea51=0x0;for(let _0x44a903=0x0;_0x44a903<_0xfddb94['length'];_0x44a903++){_0x52ea51+=Math['abs'](_0xfddb94[_0x44a903]-_0x2c68bd[_0x44a903]);}return{'consistent':_0x52ea51===0x0,'delta':Math['round'](_0x52ea51*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x1f1b48=window['AudioContext']??window['webkitAudioContext'];if(_0x1f1b48===undefined)return null;const _0x4a07be=new _0x1f1b48(),_0x21c5d1=_0x4a07be['destination'],_0x38cb1f={};_0x38cb1f['maxChannelCount']=_0x21c5d1['maxChannelCount'],_0x38cb1f['sampleRate']=_0x4a07be['sampleRate'],_0x38cb1f['channelCountMode']=_0x21c5d1['channelCountMode'],_0x38cb1f['channelInterpretation']=_0x21c5d1['channelInterpretation'],_0x38cb1f['numberOfOutputs']=_0x21c5d1['numberOfOutputs'];const _0x316b01=_0x38cb1f;return _0x4a07be['close']()['catch'](()=>undefined),_0x316b01;}catch{return null;}}function getAudioContextBaseLatency(){const _0x3b1e61=isAndroid()||isWebKit();if(!_0x3b1e61)return null;const _0x2ad220=window['AudioContext'];if(_0x2ad220===undefined)return null;const _0x229dda=new _0x2ad220()['baseLatency'];if(_0x229dda===undefined)return null;if(!isFinite(_0x229dda))return null;return _0x229dda;}function getAudioTrap(){return new Promise(_0x1a158d=>{try{const _0x567387=window,_0x5af734=_0x567387['AudioContext']??_0x567387['webkitAudioContext'];if(!_0x5af734){_0x1a158d(null);return;}const _0x41e953=new _0x5af734(),_0x5b93d8=_0x41e953['sampleRate']||0xac44,_0x3532a0=0x80,_0x150309=_0x41e953['createBuffer'](0x1,_0x3532a0,_0x5b93d8),_0x3a0de8=new Float32Array(_0x3532a0);for(let _0x128bec=0x0;_0x128bec<_0x3532a0;_0x128bec++){_0x3a0de8[_0x128bec]=_0x128bec%0x2===0x0?0.5:-0.5;}if(typeof _0x150309['copyToChannel']==='function')_0x150309['copyToChannel'](_0x3a0de8,0x0);else{const _0x63d777=_0x150309['getChannelData'](0x0);for(let _0x56a095=0x0;_0x56a095<_0x3532a0;_0x56a095++){_0x63d777[_0x56a095]=_0x3a0de8[_0x56a095];}}const _0x355d0e=_0x150309['getChannelData'](0x0);let _0x43f8a1=0x0;for(let _0x18b52e=0x0;_0x18b52e<_0x3532a0;_0x18b52e++){_0x43f8a1+=Math['abs'](_0x355d0e[_0x18b52e]-_0x3a0de8[_0x18b52e]);}try{void _0x41e953['close']();}catch{}_0x1a158d({'clean':_0x43f8a1===0x0,'delta':Math['round'](_0x43f8a1*0x2540be400)/0x2540be400});}catch{_0x1a158d(null);}});}async function getBarcodeDetection(){try{const _0x5e32c8=window['BarcodeDetector'];if(!_0x5e32c8){const _0x3130c6={};return _0x3130c6['supported']=![],_0x3130c6['formats']=[],_0x3130c6;}const _0x131035=await _0x5e32c8['getSupportedFormats']();return{'supported':!![],'formats':_0x131035['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x5827ca){const _0xd25dbd=document['createElement']('canvas');_0xd25dbd['width']=WIDTH,_0xd25dbd['height']=HEIGHT;const _0x28c2fc=_0xd25dbd['getContext']('2d');if(!_0x28c2fc)return'';_0x28c2fc['drawImage'](_0x5827ca,0x0,0x0,WIDTH,HEIGHT);const _0x5b3e6b=_0x28c2fc['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x1fd204=WIDTH*HEIGHT,_0x4f8a78=new Uint8Array(_0x1fd204);for(let _0xf97494=0x0;_0xf97494<_0x1fd204;_0xf97494++){const _0x19ac72=_0xf97494*0x4;_0x4f8a78[_0xf97494]=_0x5b3e6b[_0x19ac72]*0x4d+_0x5b3e6b[_0x19ac72+0x1]*0x96+_0x5b3e6b[_0x19ac72+0x2]*0x1d>>0x8;}let _0x2c61e6='',_0xd811ba=0x0,_0x1599cf=0x0;for(let _0x36f084=0x0;_0x36f084<HEIGHT;_0x36f084++){for(let _0x636ac=0x0;_0x636ac<HASH_SIZE;_0x636ac++){const _0x1f3f82=_0x36f084*WIDTH+_0x636ac;_0x4f8a78[_0x1f3f82]>_0x4f8a78[_0x1f3f82+0x1]&&(_0x1599cf|=0x1<<0x3-_0xd811ba),_0xd811ba++,_0xd811ba===0x4&&(_0x2c61e6+=_0x1599cf['toString'](0x10),_0x1599cf=0x0,_0xd811ba=0x0);}}return _0x2c61e6;}function x64Add(_0x3b17e2,_0x1e292e){const _0xc5eabe=_0x3b17e2[0x0]>>>0x10,_0x402fd7=_0x3b17e2[0x0]&0xffff,_0x35b3cd=_0x3b17e2[0x1]>>>0x10,_0x45c5ea=_0x3b17e2[0x1]&0xffff,_0x2817e2=_0x1e292e[0x0]>>>0x10,_0x58007b=_0x1e292e[0x0]&0xffff,_0x4b35cd=_0x1e292e[0x1]>>>0x10,_0xa886ae=_0x1e292e[0x1]&0xffff;let _0x53fa4f=0x0,_0x222ae1=0x0,_0x43da38=0x0,_0x224936=0x0;_0x224936+=_0x45c5ea+_0xa886ae,_0x43da38+=_0x224936>>>0x10,_0x224936&=0xffff,_0x43da38+=_0x35b3cd+_0x4b35cd,_0x222ae1+=_0x43da38>>>0x10,_0x43da38&=0xffff,_0x222ae1+=_0x402fd7+_0x58007b,_0x53fa4f+=_0x222ae1>>>0x10,_0x222ae1&=0xffff,_0x53fa4f+=_0xc5eabe+_0x2817e2,_0x53fa4f&=0xffff,_0x3b17e2[0x0]=_0x53fa4f<<0x10|_0x222ae1,_0x3b17e2[0x1]=_0x43da38<<0x10|_0x224936;}function x64Multiply(_0x2b5952,_0x14e303){const _0x47950e=_0x2b5952[0x0]>>>0x10,_0x466270=_0x2b5952[0x0]&0xffff,_0x4f11af=_0x2b5952[0x1]>>>0x10,_0x5f3eff=_0x2b5952[0x1]&0xffff,_0x59d431=_0x14e303[0x0]>>>0x10,_0x3c74d0=_0x14e303[0x0]&0xffff,_0x1155b2=_0x14e303[0x1]>>>0x10,_0x5f467d=_0x14e303[0x1]&0xffff;let _0x3c45c3=0x0,_0x2d5cd2=0x0,_0x23df67=0x0,_0x59a650=0x0;_0x59a650+=_0x5f3eff*_0x5f467d,_0x23df67+=_0x59a650>>>0x10,_0x59a650&=0xffff,_0x23df67+=_0x4f11af*_0x5f467d,_0x2d5cd2+=_0x23df67>>>0x10,_0x23df67&=0xffff,_0x23df67+=_0x5f3eff*_0x1155b2,_0x2d5cd2+=_0x23df67>>>0x10,_0x23df67&=0xffff,_0x2d5cd2+=_0x466270*_0x5f467d,_0x3c45c3+=_0x2d5cd2>>>0x10,_0x2d5cd2&=0xffff,_0x2d5cd2+=_0x4f11af*_0x1155b2,_0x3c45c3+=_0x2d5cd2>>>0x10,_0x2d5cd2&=0xffff,_0x2d5cd2+=_0x5f3eff*_0x3c74d0,_0x3c45c3+=_0x2d5cd2>>>0x10,_0x2d5cd2&=0xffff,_0x3c45c3+=_0x47950e*_0x5f467d+_0x466270*_0x1155b2+_0x4f11af*_0x3c74d0+_0x5f3eff*_0x59d431,_0x3c45c3&=0xffff,_0x2b5952[0x0]=_0x3c45c3<<0x10|_0x2d5cd2,_0x2b5952[0x1]=_0x23df67<<0x10|_0x59a650;}function x64Rotl(_0x5af5b4,_0x47208e){const _0x13f269=_0x5af5b4[0x0],_0x576dc1=_0x47208e%0x40;if(_0x576dc1===0x20)_0x5af5b4[0x0]=_0x5af5b4[0x1],_0x5af5b4[0x1]=_0x13f269;else{if(_0x576dc1<0x20)_0x5af5b4[0x0]=_0x13f269<<_0x576dc1|_0x5af5b4[0x1]>>>0x20-_0x576dc1,_0x5af5b4[0x1]=_0x5af5b4[0x1]<<_0x576dc1|_0x13f269>>>0x20-_0x576dc1;else{const _0x520ad4=_0x576dc1-0x20;_0x5af5b4[0x0]=_0x5af5b4[0x1]<<_0x520ad4|_0x13f269>>>0x20-_0x520ad4,_0x5af5b4[0x1]=_0x13f269<<_0x520ad4|_0x5af5b4[0x1]>>>0x20-_0x520ad4;}}}function x64LeftShift(_0x206107,_0x53fb7f){const _0x4cb21c=_0x53fb7f%0x40;if(_0x4cb21c===0x0)return;else _0x4cb21c<0x20?(_0x206107[0x0]=_0x206107[0x1]>>>0x20-_0x4cb21c,_0x206107[0x1]=_0x206107[0x1]<<_0x4cb21c):(_0x206107[0x0]=_0x206107[0x1]<<_0x4cb21c-0x20,_0x206107[0x1]=0x0);}function x64Xor(_0x278a15,_0x59b1a3){_0x278a15[0x0]^=_0x59b1a3[0x0],_0x278a15[0x1]^=_0x59b1a3[0x1];}const F1=[0xff51afd7,0xed558ccd],F2=[0xc4ceb9fe,0x1a85ec53];function x64Fmix(_0x5a9155){const _0x4876e1=[0x0,_0x5a9155[0x0]>>>0x1];x64Xor(_0x5a9155,_0x4876e1),x64Multiply(_0x5a9155,F1),_0x4876e1[0x1]=_0x5a9155[0x0]>>>0x1,x64Xor(_0x5a9155,_0x4876e1),x64Multiply(_0x5a9155,F2),_0x4876e1[0x1]=_0x5a9155[0x0]>>>0x1,x64Xor(_0x5a9155,_0x4876e1);}const C1=[0x87c37b91,0x114253d5],C2=[0x4cf5ad43,0x2745937f],M=[0x0,0x5],N1=[0x0,0x52dce729],N2=[0x0,0x38495ab5];function x64hash128(_0x468885,_0x1502ec){const _0xdf1ecd=getUTF8Bytes(_0x468885),_0x1da0ac=0x0,_0xe1fbd6=[0x0,_0xdf1ecd['length']],_0x58bc9b=_0xe1fbd6[0x1]%0x10,_0x3e5abf=_0xe1fbd6[0x1]-_0x58bc9b,_0x1b3c8e=[0x0,_0x1da0ac],_0x3d0755=[0x0,_0x1da0ac],_0x289a50=[0x0,0x0],_0x5b24c4=[0x0,0x0];let _0x508fde;for(_0x508fde=0x0;_0x508fde<_0x3e5abf;_0x508fde=_0x508fde+0x10){_0x289a50[0x0]=_0xdf1ecd[_0x508fde+0x4]|_0xdf1ecd[_0x508fde+0x5]<<0x8|_0xdf1ecd[_0x508fde+0x6]<<0x10|_0xdf1ecd[_0x508fde+0x7]<<0x18,_0x289a50[0x1]=_0xdf1ecd[_0x508fde]|_0xdf1ecd[_0x508fde+0x1]<<0x8|_0xdf1ecd[_0x508fde+0x2]<<0x10|_0xdf1ecd[_0x508fde+0x3]<<0x18,_0x5b24c4[0x0]=_0xdf1ecd[_0x508fde+0xc]|_0xdf1ecd[_0x508fde+0xd]<<0x8|_0xdf1ecd[_0x508fde+0xe]<<0x10|_0xdf1ecd[_0x508fde+0xf]<<0x18,_0x5b24c4[0x1]=_0xdf1ecd[_0x508fde+0x8]|_0xdf1ecd[_0x508fde+0x9]<<0x8|_0xdf1ecd[_0x508fde+0xa]<<0x10|_0xdf1ecd[_0x508fde+0xb]<<0x18,x64Multiply(_0x289a50,C1),x64Rotl(_0x289a50,0x1f),x64Multiply(_0x289a50,C2),x64Xor(_0x1b3c8e,_0x289a50),x64Rotl(_0x1b3c8e,0x1b),x64Add(_0x1b3c8e,_0x3d0755),x64Multiply(_0x1b3c8e,M),x64Add(_0x1b3c8e,N1),x64Multiply(_0x5b24c4,C2),x64Rotl(_0x5b24c4,0x21),x64Multiply(_0x5b24c4,C1),x64Xor(_0x3d0755,_0x5b24c4),x64Rotl(_0x3d0755,0x1f),x64Add(_0x3d0755,_0x1b3c8e),x64Multiply(_0x3d0755,M),x64Add(_0x3d0755,N2);}_0x289a50[0x0]=0x0,_0x289a50[0x1]=0x0,_0x5b24c4[0x0]=0x0,_0x5b24c4[0x1]=0x0;const _0x19d98a=[0x0,0x0];switch(_0x58bc9b){case 0xf:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0xe],x64LeftShift(_0x19d98a,0x30),x64Xor(_0x5b24c4,_0x19d98a);case 0xe:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0xd],x64LeftShift(_0x19d98a,0x28),x64Xor(_0x5b24c4,_0x19d98a);case 0xd:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0xc],x64LeftShift(_0x19d98a,0x20),x64Xor(_0x5b24c4,_0x19d98a);case 0xc:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0xb],x64LeftShift(_0x19d98a,0x18),x64Xor(_0x5b24c4,_0x19d98a);case 0xb:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0xa],x64LeftShift(_0x19d98a,0x10),x64Xor(_0x5b24c4,_0x19d98a);case 0xa:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x9],x64LeftShift(_0x19d98a,0x8),x64Xor(_0x5b24c4,_0x19d98a);case 0x9:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x8],x64Xor(_0x5b24c4,_0x19d98a),x64Multiply(_0x5b24c4,C2),x64Rotl(_0x5b24c4,0x21),x64Multiply(_0x5b24c4,C1),x64Xor(_0x3d0755,_0x5b24c4);case 0x8:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x7],x64LeftShift(_0x19d98a,0x38),x64Xor(_0x289a50,_0x19d98a);case 0x7:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x6],x64LeftShift(_0x19d98a,0x30),x64Xor(_0x289a50,_0x19d98a);case 0x6:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x5],x64LeftShift(_0x19d98a,0x28),x64Xor(_0x289a50,_0x19d98a);case 0x5:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x4],x64LeftShift(_0x19d98a,0x20),x64Xor(_0x289a50,_0x19d98a);case 0x4:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x3],x64LeftShift(_0x19d98a,0x18),x64Xor(_0x289a50,_0x19d98a);case 0x3:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x2],x64LeftShift(_0x19d98a,0x10),x64Xor(_0x289a50,_0x19d98a);case 0x2:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde+0x1],x64LeftShift(_0x19d98a,0x8),x64Xor(_0x289a50,_0x19d98a);case 0x1:_0x19d98a[0x1]=_0xdf1ecd[_0x508fde],x64Xor(_0x289a50,_0x19d98a),x64Multiply(_0x289a50,C1),x64Rotl(_0x289a50,0x1f),x64Multiply(_0x289a50,C2),x64Xor(_0x1b3c8e,_0x289a50);}return x64Xor(_0x1b3c8e,_0xe1fbd6),x64Xor(_0x3d0755,_0xe1fbd6),x64Add(_0x1b3c8e,_0x3d0755),x64Add(_0x3d0755,_0x1b3c8e),x64Fmix(_0x1b3c8e),x64Fmix(_0x3d0755),x64Add(_0x1b3c8e,_0x3d0755),x64Add(_0x3d0755,_0x1b3c8e),('00000000'+(_0x1b3c8e[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x1b3c8e[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x3d0755[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x3d0755[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8);}const _0x11331a={};_0x11331a['winding']=![],_0x11331a['unstable']=![],_0x11331a['geometryMurHash']='',_0x11331a['textMurHash']='',_0x11331a['geometryDHash']='',_0x11331a['textDHash']='';const EMPTY$1=_0x11331a;function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x3af84a){const [_0x197e02,_0x1f18d5]=makeCanvasContext();if(!isSupported(_0x197e02,_0x1f18d5))return EMPTY$1;const _0x50134c=doesSupportWinding(_0x1f18d5);return renderAll(_0x197e02,_0x1f18d5,_0x50134c);}function makeCanvasContext(){const _0x24db87=document['createElement']('canvas');return _0x24db87['width']=0x1,_0x24db87['height']=0x1,[_0x24db87,_0x24db87['getContext']('2d')];}function isSupported(_0xf5f4f4,_0x426111){return _0x426111!==undefined&&_0x426111!==null&&typeof _0xf5f4f4['toDataURL']==='function';}function doesSupportWinding(_0x2e6642){return _0x2e6642['rect'](0x0,0x0,0xa,0xa),_0x2e6642['rect'](0x2,0x2,0x6,0x6),!_0x2e6642['isPointInPath'](0x5,0x5,'evenodd');}function renderAll(_0x4f30d1,_0x1f5531,_0x30fce1){renderTextImage(_0x4f30d1,_0x1f5531);const _0xf022bc=computeDHash(_0x4f30d1),_0xbb8efc=canvasToString(_0x4f30d1),_0x928f26=canvasToString(_0x4f30d1);if(_0xbb8efc!==_0x928f26){const _0x551614={};return _0x551614['winding']=_0x30fce1,_0x551614['unstable']=!![],_0x551614['geometryMurHash']='',_0x551614['textMurHash']='',_0x551614['geometryDHash']='',_0x551614['textDHash']='',_0x551614;}renderGeometryImage(_0x4f30d1,_0x1f5531);const _0x12f9b7=computeDHash(_0x4f30d1),_0x4df286=canvasToString(_0x4f30d1);return{'winding':_0x30fce1,'unstable':![],'geometryMurHash':x64hash128(_0x4df286),'textMurHash':x64hash128(_0xbb8efc),'geometryDHash':_0x12f9b7,'textDHash':_0xf022bc};}function renderTextImage(_0x3875e5,_0x6ddbc){_0x3875e5['width']=0xf0,_0x3875e5['height']=0x3c,_0x6ddbc['textBaseline']='alphabetic',_0x6ddbc['fillStyle']='#f60',_0x6ddbc['fillRect'](0x64,0x1,0x3e,0x14),_0x6ddbc['fillStyle']='#069',_0x6ddbc['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x2d4c94='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x6ddbc['fillText'](_0x2d4c94,0x2,0xf),_0x6ddbc['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x6ddbc['font']='18pt\x20Arial',_0x6ddbc['fillText'](_0x2d4c94,0x4,0x2d);}function renderGeometryImage(_0x3c8158,_0xee5739){_0x3c8158['width']=0x7a,_0x3c8158['height']=0x6e,_0xee5739['globalCompositeOperation']='multiply';for(const [_0x3688b0,_0x288e0e,_0x20c27c]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0xee5739['fillStyle']=_0x3688b0,_0xee5739['beginPath'](),_0xee5739['arc'](_0x288e0e,_0x20c27c,0x28,0x0,Math['PI']*0x2,!![]),_0xee5739['closePath'](),_0xee5739['fill']();}_0xee5739['fillStyle']='#f9c',_0xee5739['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0xee5739['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0xee5739['fill']('evenodd');}function canvasToString(_0x46d8ff){return _0x46d8ff['toDataURL']();}function getCanvasAdvanced(){try{const _0x3a133f=document['createElement']('canvas'),_0x1a9469=_0x3a133f['getContext']('2d');if(!_0x1a9469)return null;const _0x43313e=renderBlendModes(_0x3a133f,_0x1a9469),_0x25993d=renderShadows(_0x3a133f,_0x1a9469),_0x36647d=renderGradientPath(_0x3a133f,_0x1a9469),_0x2adaeb=testOffscreenConsistency(_0x3a133f,_0x1a9469),_0x5a2fc6={};return _0x5a2fc6['blendDHash']=_0x43313e['dHash'],_0x5a2fc6['shadowDHash']=_0x25993d['dHash'],_0x5a2fc6['gradientDHash']=_0x36647d['dHash'],_0x5a2fc6['blendMurHash']=_0x43313e['murHash'],_0x5a2fc6['shadowMurHash']=_0x25993d['murHash'],_0x5a2fc6['gradientMurHash']=_0x36647d['murHash'],_0x5a2fc6['offscreenConsistent']=_0x2adaeb,_0x5a2fc6;}catch{return null;}}function renderBlendModes(_0x995c47,_0x4298c5){_0x995c47['width']=0x64,_0x995c47['height']=0x64,_0x4298c5['clearRect'](0x0,0x0,0x64,0x64),_0x4298c5['fillStyle']='#e74c3c',_0x4298c5['fillRect'](0xa,0xa,0x3c,0x3c),_0x4298c5['globalCompositeOperation']='multiply',_0x4298c5['fillStyle']='#3498db',_0x4298c5['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x4298c5['globalCompositeOperation']='screen',_0x4298c5['fillStyle']='#2ecc71',_0x4298c5['beginPath'](),_0x4298c5['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x4298c5['fill'](),_0x4298c5['globalCompositeOperation']='overlay',_0x4298c5['fillStyle']='#f39c12',_0x4298c5['fillRect'](0x14,0x14,0x1e,0x3c),_0x4298c5['globalCompositeOperation']='source-over';const _0x4616d=computeDHash(_0x995c47),_0x295ec8=x64hash128(_0x995c47['toDataURL']()),_0xb3ed14={};return _0xb3ed14['dHash']=_0x4616d,_0xb3ed14['murHash']=_0x295ec8,_0xb3ed14;}function renderShadows(_0x47d1ab,_0x640fbb){_0x47d1ab['width']=0x78,_0x47d1ab['height']=0x50,_0x640fbb['clearRect'](0x0,0x0,0x78,0x50),_0x640fbb['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x640fbb['shadowBlur']=0xa,_0x640fbb['shadowOffsetX']=0x5,_0x640fbb['shadowOffsetY']=0x5,_0x640fbb['fillStyle']='#9b59b6',_0x640fbb['fillRect'](0x14,0xf,0x28,0x28),_0x640fbb['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x640fbb['shadowBlur']=0xf,_0x640fbb['shadowOffsetX']=-0x3,_0x640fbb['shadowOffsetY']=0x3,_0x640fbb['fillStyle']='#1abc9c',_0x640fbb['beginPath'](),_0x640fbb['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x640fbb['fill'](),_0x640fbb['shadowColor']='transparent',_0x640fbb['shadowBlur']=0x0,_0x640fbb['shadowOffsetX']=0x0,_0x640fbb['shadowOffsetY']=0x0;const _0xf18524=computeDHash(_0x47d1ab),_0x308764=x64hash128(_0x47d1ab['toDataURL']()),_0x45c0f2={};return _0x45c0f2['dHash']=_0xf18524,_0x45c0f2['murHash']=_0x308764,_0x45c0f2;}function renderGradientPath(_0x1b2be1,_0x3a5f2d){_0x1b2be1['width']=0x64,_0x1b2be1['height']=0x64,_0x3a5f2d['clearRect'](0x0,0x0,0x64,0x64);const _0x22c03d=_0x3a5f2d['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0x22c03d['addColorStop'](0x0,'#e74c3c'),_0x22c03d['addColorStop'](0.5,'#f39c12'),_0x22c03d['addColorStop'](0x1,'#2ecc71'),_0x3a5f2d['fillStyle']=_0x22c03d,_0x3a5f2d['beginPath'](),_0x3a5f2d['moveTo'](0x32,0x5),_0x3a5f2d['lineTo'](0x5f,0x23),_0x3a5f2d['lineTo'](0x50,0x5a),_0x3a5f2d['lineTo'](0x14,0x5a),_0x3a5f2d['lineTo'](0x5,0x23),_0x3a5f2d['closePath'](),_0x3a5f2d['fill']();try{const _0x2802a2=_0x3a5f2d['createConicGradient'](0x0,0x32,0x32);_0x2802a2['addColorStop'](0x0,'red'),_0x2802a2['addColorStop'](0.33,'green'),_0x2802a2['addColorStop'](0.66,'blue'),_0x2802a2['addColorStop'](0x1,'red'),_0x3a5f2d['globalCompositeOperation']='difference',_0x3a5f2d['fillStyle']=_0x2802a2,_0x3a5f2d['fillRect'](0xa,0xa,0x50,0x50),_0x3a5f2d['globalCompositeOperation']='source-over';}catch{}const _0x29c95d=computeDHash(_0x1b2be1),_0x55c2aa=x64hash128(_0x1b2be1['toDataURL']()),_0x549043={};return _0x549043['dHash']=_0x29c95d,_0x549043['murHash']=_0x55c2aa,_0x549043;}function testOffscreenConsistency(_0x5caa9f,_0x388e94){if(typeof OffscreenCanvas==='undefined')return null;try{_0x5caa9f['width']=0x32,_0x5caa9f['height']=0x32,_0x388e94['clearRect'](0x0,0x0,0x32,0x32),_0x388e94['fillStyle']='#e74c3c',_0x388e94['beginPath'](),_0x388e94['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x388e94['fill']();const _0xee3ab2=computeDHash(_0x5caa9f),_0x501eea=new OffscreenCanvas(0x32,0x32),_0x21ebe4=_0x501eea['getContext']('2d');if(!_0x21ebe4)return null;_0x21ebe4['fillStyle']='#e74c3c',_0x21ebe4['beginPath'](),_0x21ebe4['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x21ebe4['fill']();const _0x292ecc=document['createElement']('canvas');_0x292ecc['width']=0x32,_0x292ecc['height']=0x32;const _0x194d41=_0x292ecc['getContext']('2d');if(!_0x194d41)return null;const _0x50fd70=_0x501eea['transferToImageBitmap']();_0x194d41['drawImage'](_0x50fd70,0x0,0x0);const _0x4fdb7e=computeDHash(_0x292ecc);return _0xee3ab2===_0x4fdb7e;}catch{return null;}}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0xe66ea4,_0x277740,_0x4075af,_0x35fa7a){let _0x4a818a=_0xe66ea4,_0x508950=_0x277740,_0x50ad6e=_0x4075af,_0x5e2759=_0x35fa7a;return function(){const _0x584c59=_0x508950<<0x9;let _0x3703db=0x5*_0x4a818a;return _0x3703db=0x9*(_0x3703db<<0x7|_0x3703db>>>0x19),_0x5e2759^=_0x508950,_0x508950^=_0x50ad6e^=_0x4a818a,_0x4a818a^=_0x5e2759,_0x50ad6e^=_0x584c59,_0x5e2759=_0x5e2759<<0xb|_0x5e2759>>>0x15,(_0x3703db>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x2b2d30=document['createElement']('canvas'),_0x3f71d4=_0x2b2d30['getContext']('2d');if(_0x3f71d4===null)return null;_0x2b2d30['width']=CANVAS_DIM,_0x2b2d30['height']=CANVAS_DIM;const _0x1013e7=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x5c046d=_0x1013e7()*CANVAS_DIM,_0x44a7dd=_0x1013e7()*CANVAS_DIM,_0x1a2983=_0x3f71d4['createRadialGradient'](_0x5c046d,_0x44a7dd,0x2,_0x5c046d,_0x44a7dd,CANVAS_DIM*0.8);for(let _0xb49d1d=0x0;_0xb49d1d<0x5;_0xb49d1d++){const _0x1b837d=Math['floor'](_0x1013e7()*0x100),_0xaf17cb=Math['floor'](_0x1013e7()*0x100),_0x1c4c43=Math['floor'](_0x1013e7()*0x100);_0x1a2983['addColorStop'](_0xb49d1d/0x4,'rgb('+_0x1b837d+','+_0xaf17cb+','+_0x1c4c43+')');}_0x3f71d4['fillStyle']=_0x1a2983,_0x3f71d4['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x3ca21b=0x0;_0x3ca21b<0x3;_0x3ca21b++){_0x3f71d4['beginPath'](),_0x3f71d4['arc'](_0x1013e7()*CANVAS_DIM,_0x1013e7()*CANVAS_DIM,_0x1013e7()*CANVAS_DIM*0.4+0x2,_0x1013e7()*Math['PI']*0x2,_0x1013e7()*Math['PI']*0x2),_0x3f71d4['strokeStyle']='rgba('+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+(_0x1013e7()*0.5+0.5)['toFixed'](0x2)+')',_0x3f71d4['lineWidth']=_0x1013e7()*0x3+0.5,_0x3f71d4['stroke']();}for(let _0x830507=0x0;_0x830507<0x2;_0x830507++){_0x3f71d4['beginPath'](),_0x3f71d4['moveTo'](_0x1013e7()*CANVAS_DIM,_0x1013e7()*CANVAS_DIM),_0x3f71d4['bezierCurveTo'](_0x1013e7()*CANVAS_DIM,_0x1013e7()*CANVAS_DIM,_0x1013e7()*CANVAS_DIM,_0x1013e7()*CANVAS_DIM,_0x1013e7()*CANVAS_DIM,_0x1013e7()*CANVAS_DIM),_0x3f71d4['strokeStyle']='rgba('+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+(_0x1013e7()*0.5+0.5)['toFixed'](0x2)+')',_0x3f71d4['lineWidth']=_0x1013e7()*0x2+0.5,_0x3f71d4['stroke']();}_0x3f71d4['shadowBlur']=_0x1013e7()*0x8+0x2,_0x3f71d4['shadowColor']='rgba('+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+',0.7)',_0x3f71d4['shadowOffsetX']=_0x1013e7()*0x4-0x2,_0x3f71d4['shadowOffsetY']=_0x1013e7()*0x4-0x2,_0x3f71d4['fillStyle']='rgb('+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+')',_0x3f71d4['fillRect'](_0x1013e7()*CANVAS_DIM*0.5,_0x1013e7()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x3f71d4['shadowBlur']=0x0,_0x3f71d4['shadowColor']='transparent',_0x3f71d4['shadowOffsetX']=0x0,_0x3f71d4['shadowOffsetY']=0x0;const _0x11f2ef=['serif','sans-serif','monospace'];for(let _0x52637d=0x0;_0x52637d<0x3;_0x52637d++){const _0x192c61=Math['floor'](_0x1013e7()*0xc)+0x8;_0x3f71d4['font']=_0x192c61+'px\x20'+_0x11f2ef[_0x52637d%0x3],_0x3f71d4['fillStyle']='rgb('+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+')',_0x3f71d4['fillText'](String['fromCharCode'](Math['floor'](_0x1013e7()*0x1a)+0x41,Math['floor'](_0x1013e7()*0x1a)+0x61,Math['floor'](_0x1013e7()*0xa)+0x30),_0x1013e7()*CANVAS_DIM*0.7,_0x1013e7()*CANVAS_DIM*0.8+_0x192c61);}_0x3f71d4['globalAlpha']=0.3;const _0x5c30e9=_0x3f71d4['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x5c30e9['addColorStop'](0x0,'rgba('+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+',1)'),_0x5c30e9['addColorStop'](0x1,'rgba('+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+','+Math['floor'](_0x1013e7()*0x100)+',1)'),_0x3f71d4['fillStyle']=_0x5c30e9,_0x3f71d4['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x3f71d4['globalAlpha']=0x1;const _0x2d04cd=_0x3f71d4['getImageData'](0x0,0x0,_0x2b2d30['width'],_0x2b2d30['height']),_0x2208f8=fnv1a$2(_0x2d04cd['data']),_0x2f3947=computeDHash(_0x2b2d30),_0x5bc089=x64hash128(_0x2b2d30['toDataURL']()),_0x3c38a4={};return _0x3c38a4['p']=_0x2208f8,_0x3c38a4['d']=CANVAS_DIM,_0x3c38a4['dHash']=_0x2f3947,_0x3c38a4['murHash']=_0x5bc089,_0x3c38a4;}catch{return null;}}function getColorGamut(){for(const _0x1ba678 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x1ba678+')')['matches'])return _0x1ba678;}return undefined;}const _0x1b5842={};_0x1b5842['prop']='width',_0x1b5842['value']='calc(sin(1)\x20*\x201000px)',_0x1b5842['label']='sin1';const _0x215a15={};_0x215a15['prop']='width',_0x215a15['value']='calc(cos(1)\x20*\x201000px)',_0x215a15['label']='cos1';const _0x359ab8={};_0x359ab8['prop']='width',_0x359ab8['value']='calc(tan(0.5)\x20*\x201000px)',_0x359ab8['label']='tan05';const _0x19b666={};_0x19b666['prop']='width',_0x19b666['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x19b666['label']='sincos';const _0x3b050c={};_0x3b050c['prop']='width',_0x3b050c['value']='calc(sin(0.001)\x20*\x201000000px)',_0x3b050c['label']='sin_small';const _0x3f10fd={};_0x3f10fd['prop']='width',_0x3f10fd['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x3f10fd['label']='cos_pi';const _0x55fb88={};_0x55fb88['prop']='width',_0x55fb88['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0x55fb88['label']='tan15';const _0x1e27f7={};_0x1e27f7['prop']='width',_0x1e27f7['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x1e27f7['label']='sin_large';const _0x3593ee={};_0x3593ee['prop']='height',_0x3593ee['value']='calc(sqrt(2)\x20*\x201000px)',_0x3593ee['label']='sqrt2';const _0x3b272a={};_0x3b272a['prop']='height',_0x3b272a['value']='calc(exp(1)\x20*\x20100px)',_0x3b272a['label']='exp1';const _0x21710b={};_0x21710b['prop']='height',_0x21710b['value']='calc(log(10)\x20*\x201000px)',_0x21710b['label']='log10';const _0x13409f={};_0x13409f['prop']='height',_0x13409f['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x13409f['label']='hypot34';const EXPRESSIONS=[_0x1b5842,_0x215a15,_0x359ab8,_0x19b666,_0x3b050c,_0x3f10fd,_0x55fb88,_0x1e27f7,_0x3593ee,_0x3b272a,_0x21710b,_0x13409f];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 _0x1fdaf1=document['createElement']('div');_0x1fdaf1['style']['position']='absolute',_0x1fdaf1['style']['visibility']='hidden',_0x1fdaf1['style']['overflow']='hidden',_0x1fdaf1['style']['top']='-9999px',_0x1fdaf1['style']['left']='-9999px',document['body']['appendChild'](_0x1fdaf1);const _0x1c9bc8={};for(const _0x3438ae of EXPRESSIONS){const _0x38bfd0=document['createElement']('div');_0x38bfd0['style']['position']='absolute',_0x38bfd0['style'][_0x3438ae['prop']]=_0x3438ae['value'],_0x1fdaf1['appendChild'](_0x38bfd0);const _0x1569bd=getComputedStyle(_0x38bfd0),_0x445102=parseFloat(_0x1569bd[_0x3438ae['prop']]);!isNaN(_0x445102)&&isFinite(_0x445102)&&(_0x1c9bc8[_0x3438ae['label']]=Math['round'](_0x445102*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x1fdaf1),Object['keys'](_0x1c9bc8)['length']>0x0?_0x1c9bc8: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']],_0x2ee4e9={};_0x2ee4e9['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0x38434b={};_0x38434b['initDataTypes']=['cenc'],_0x38434b['audioCapabilities']=[_0x2ee4e9];const PROBE_CONFIG=[_0x38434b];function getRequestFn(){if(typeof navigator==='undefined')return null;const _0x4e95e2=navigator['requestMediaKeySystemAccess'];if(typeof _0x4e95e2!=='function')return null;return _0x4e95e2;}function getDrmSystems(){const _0x395703=getRequestFn();if(_0x395703===null)return null;return async()=>{const _0x11283b={};_0x11283b['wv']=![],_0x11283b['wvp']=![],_0x11283b['pr']=![],_0x11283b['ck']=![],_0x11283b['pt']=![],_0x11283b['fp']=![];const _0x30578a=_0x11283b;return await Promise['all'](KEY_SYSTEMS['map'](async([_0x5d8b84,_0x2de752])=>{try{await _0x395703['call'](navigator,_0x2de752,PROBE_CONFIG),_0x30578a[_0x5d8b84]=!![];}catch{_0x30578a[_0x5d8b84]=![];}})),_0x30578a;};}const IFRAME_INIT_TIMEOUT_MS=0x1388,IFRAME_ACTION_TIMEOUT_MS=0xbb8,BODY_POLL_TIMEOUT_MS=0x1388;async function withIframe(_0x202032,_0x2a0e09,_0x285cf8=0x32){const _0x1786a0=document;while(_0x1786a0['body']===null){await wait(_0x285cf8);}const _0x102fd3=_0x1786a0['createElement']('iframe');try{await new Promise((_0x576144,_0x30a294)=>{let _0x577437=![];const _0xe30212=()=>{_0x577437=!![],_0x576144();},_0x2efaf7=_0x441ddf=>{_0x577437=!![],_0x30a294(_0x441ddf);};_0x102fd3['onload']=_0xe30212,_0x102fd3['onerror']=_0x2efaf7;const {style:_0x4edbf5}=_0x102fd3;_0x4edbf5['setProperty']('display','block','important'),_0x4edbf5['position']='absolute',_0x4edbf5['top']='0',_0x4edbf5['left']='0',_0x4edbf5['visibility']='hidden';_0x2a0e09!==undefined&&_0x2a0e09!==''&&'srcdoc'in _0x102fd3?_0x102fd3['srcdoc']=_0x2a0e09:_0x102fd3['src']='about:blank';_0x1786a0['body']['appendChild'](_0x102fd3);const _0x4ae482=()=>{if(_0x577437)return;_0x102fd3['contentWindow']?.['document']['readyState']==='complete'?_0xe30212():setTimeout(_0x4ae482,0xa);};_0x4ae482();});while(!_0x102fd3['contentWindow']?.['document']['body']){await wait(_0x285cf8);}return await _0x202032(_0x102fd3,_0x102fd3['contentWindow']);}finally{_0x102fd3['parentNode']?.['removeChild'](_0x102fd3);}}function emptyCounters(){const _0x3ea045={};return _0x3ea045['creations']=0x0,_0x3ea045['loadsCompleted']=0x0,_0x3ea045['initErrors']=0x0,_0x3ea045['initTimeouts']=0x0,_0x3ea045['actionTimeouts']=0x0,_0x3ea045['actionsCompleted']=0x0,_0x3ea045['actionsErrored']=0x0,_0x3ea045['readyStateSpins']=0x0,_0x3ea045['bodyAwaitSpins']=0x0,_0x3ea045['bodyAwaitMs']=0x0,_0x3ea045;}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];['dc']=emptyCounters();constructor(_0x469763=0x1388){this['idleTimeoutMs']=_0x469763;}['getDebugCounters'](){const _0x35260b={...this['dc']};return _0x35260b;}['execute'](_0x2f5d1b){return new Promise((_0xaff02c,_0x1ca759)=>{const _0x1aeba3={};_0x1aeba3['action']=_0x2f5d1b,_0x1aeba3['resolve']=_0xaff02c,_0x1aeba3['reject']=_0x1ca759,this['queue']['push'](_0x1aeba3),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(_0x492185){this['dc']['initErrors']+=0x1;const _0x50ca23=this['queue']['shift']();_0x50ca23?.['reject'](_0x492185);continue;}const _0x4f31af=this['queue']['shift'](),_0x1209da=this['iframe'];if(_0x4f31af===undefined)continue;if(_0x1209da===null){_0x4f31af['reject'](new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run'));continue;}try{const _0xec9c4e=await withTimeoutReject(Promise['resolve'](_0x4f31af['action'](_0x1209da,_0x1209da['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,_0x4f31af['resolve'](_0xec9c4e);}catch(_0x469300){this['dc']['actionsErrored']+=0x1,_0x4f31af['reject'](_0x469300);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0xbb9142=document,_0x3bc80d=Date['now'](),_0x356903=_0x3bc80d+BODY_POLL_TIMEOUT_MS;while(_0xbb9142['body']===null){if(Date['now']()>_0x356903){this['dc']['bodyAwaitMs']+=Date['now']()-_0x3bc80d;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']()-_0x3bc80d;if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x155419=_0xbb9142['createElement']('iframe');this['dc']['creations']+=0x1,this['iframe']=_0x155419,this['iframeReady']=new Promise((_0x145805,_0x2f888c)=>{let _0x4810c9=![];_0x155419['onload']=()=>{_0x4810c9=!![],this['dc']['loadsCompleted']+=0x1,_0x145805();},_0x155419['onerror']=_0x3450c4=>{_0x4810c9=!![],this['dc']['initErrors']+=0x1,_0x2f888c(_0x3450c4);};const {style:_0x374e75}=_0x155419;_0x374e75['setProperty']('display','block','important'),_0x374e75['position']='absolute',_0x374e75['top']='0',_0x374e75['left']='0',_0x374e75['visibility']='hidden',_0x155419['src']='about:blank',_0xbb9142['body']['appendChild'](_0x155419);const _0x3c0bbc=()=>{if(_0x4810c9)return;_0x155419['contentWindow']?.['document']['readyState']==='complete'?(_0x4810c9=!![],this['dc']['loadsCompleted']+=0x1,_0x145805()):(this['dc']['readyStateSpins']+=0x1,setTimeout(_0x3c0bbc,0xa));};_0x3c0bbc();}),await this['iframeReady'];const _0x332f47=Date['now']()+BODY_POLL_TIMEOUT_MS;while(!_0x155419['contentWindow']?.['document']['body']){if(Date['now']()>_0x332f47)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 _0x1b1d1d=this['queue']['splice'](0x0),_0xe16398=new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run');for(const _0x5182db of _0x1b1d1d)_0x5182db['reject'](_0xe16398);}}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function addStyleString(_0x59842f,_0x2c8003){for(const _0x4489c5 of _0x2c8003['split'](';')){const _0x499f4f=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/['exec'](_0x4489c5);if(_0x499f4f){const [,_0x3902d2,_0x140bfd,,_0x28b934]=_0x499f4f;_0x59842f['setProperty'](_0x3902d2,_0x140bfd,_0x28b934??'');}}}function isAnyParentCrossOrigin(){let _0x786c18=window;for(;;){const _0x5479a8=_0x786c18['parent'];if(_0x5479a8===_0x786c18)return![];try{if(_0x5479a8['location']['origin']!==_0x786c18['location']['origin'])return!![];}catch(_0x325ae6){if(_0x325ae6 instanceof Error&&_0x325ae6['name']==='SecurityError')return!![];throw _0x325ae6;}_0x786c18=_0x5479a8;}}function getEmojiSignal(){let _0x38cc2c='';for(let _0x35438f=0x1f600;_0x35438f<=0x1f64f;_0x35438f++){_0x38cc2c+=String['fromCodePoint'](_0x35438f);}return getIframePool()['execute']((_0x40dc1d,_0x3a3280)=>{const _0x41a1b5=_0x3a3280['document'],_0x46de31=_0x41a1b5['createElement']('span');_0x46de31['style']['whiteSpace']='nowrap',_0x46de31['innerText']=_0x38cc2c,_0x41a1b5['body']['append'](_0x46de31);const _0x3adaba={},_0x43db59=['x','y','left','right','bottom','height','top','width'],_0x1d837b=_0x46de31['getBoundingClientRect']();for(const _0x564656 of _0x43db59){_0x564656 in _0x1d837b&&(_0x3adaba[_0x564656]=Math['round'](_0x1d837b[_0x564656]*0x64)/0x64);}const _0x166b62=_0x3a3280['getComputedStyle'](_0x46de31,null)['getPropertyValue']('font-family');return _0x3adaba['font']=_0x166b62,_0x41a1b5['body']['removeChild'](_0x46de31),_0x3adaba;});}function getEndianness(){const _0x5697b8=new Float32Array(0x1),_0x167a94=new Uint8Array(_0x5697b8['buffer']);return _0x5697b8[0x0]=Infinity,_0x5697b8[0x0]=_0x5697b8[0x0]-_0x5697b8[0x0],_0x167a94[0x3];}const defaultText='mmMwWLliI0fiflO&1',_0x505f1a={};_0x505f1a['font']='-apple-system-body';const _0x3fe3a9={};_0x3fe3a9['fontFamily']='serif';const _0x1c2e66={};_0x1c2e66['fontFamily']='sans-serif';const _0x36601b={};_0x36601b['fontFamily']='monospace';const _0x1060f2={};_0x1060f2['fontSize']='1px';const _0x5457a7={};_0x5457a7['fontFamily']='system-ui';const _0x587371={};_0x587371['default']=[],_0x587371['apple']=[_0x505f1a],_0x587371['serif']=[_0x3fe3a9],_0x587371['sans']=[_0x1c2e66],_0x587371['mono']=[_0x36601b],_0x587371['min']=[_0x1060f2],_0x587371['system']=[_0x5457a7];const presets=_0x587371;function getFontPreferences(){return withNaturalFonts((_0x22f182,_0xfc34d2,_0x1bb40c)=>{const _0x5e3125={},_0x16a585={};for(const _0x287d99 of Object['keys'](presets)){const [_0x1539b5={},_0x5bb5fc=defaultText]=presets[_0x287d99],_0x148fc8=_0x22f182['createElement']('span');_0x148fc8['textContent']=_0x5bb5fc,_0x148fc8['style']['whiteSpace']='nowrap';for(const _0x4f9eb2 of Object['keys'](_0x1539b5)){const _0x4a1bec=_0x1539b5[_0x4f9eb2];_0x4a1bec!==undefined&&(_0x148fc8['style'][_0x4f9eb2]=_0x4a1bec);}_0x5e3125[_0x287d99]=_0x148fc8,_0xfc34d2['append'](_0x22f182['createElement']('br'),_0x148fc8);}const _0x2c86f5=_0x1bb40c['devicePixelRatio']>0x0?_0x1bb40c['devicePixelRatio']:0x1;for(const _0x4e59a8 of Object['keys'](presets)){_0x16a585[_0x4e59a8]=Math['round'](_0x5e3125[_0x4e59a8]['getBoundingClientRect']()['width']*_0x2c86f5*0x64)/0x64;}return _0x16a585;});}function withNaturalFonts(_0x1f54d8,_0x51256f=0xfa0){return withIframe((_0x41d3be,_0x4cc9f4)=>{const _0x30f89=_0x4cc9f4['document'],_0x5738f3=_0x30f89['body'],_0x1ac175=_0x5738f3['style'];_0x1ac175['width']=_0x51256f+'px',_0x1ac175['webkitTextSizeAdjust']=_0x1ac175['textSizeAdjust']='none';if(isChromium())_0x5738f3['style']['zoom']=''+0x1/_0x4cc9f4['devicePixelRatio'];else isWebKit()&&(_0x5738f3['style']['zoom']='reset');const _0x15b2eb=_0x30f89['createElement']('div'),_0xd59be6={};return _0xd59be6['length']=_0x51256f/0x14<<0x0,_0x15b2eb['textContent']=Array['from'](_0xd59be6)['map'](()=>'word')['join']('\x20'),_0x5738f3['appendChild'](_0x15b2eb),_0x1f54d8(_0x30f89,_0x5738f3,_0x4cc9f4);},'<!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']((_0x33cdf2,{document:_0x121a1b})=>{const _0x73dad7=_0x121a1b['body'];_0x73dad7['style']['fontSize']=textSize;const _0x49ef99=_0x121a1b['createElement']('div');_0x49ef99['style']['setProperty']('visibility','hidden','important');const _0x5eb4db={},_0x1f64ce={},_0x104645=_0x3d7b60=>{const _0x1591c7=_0x121a1b['createElement']('span'),{style:_0x10b402}=_0x1591c7;return _0x10b402['position']='absolute',_0x10b402['top']='0',_0x10b402['left']='0',_0x10b402['fontFamily']=_0x3d7b60,_0x1591c7['textContent']=testString,_0x49ef99['appendChild'](_0x1591c7),_0x1591c7;},_0x2f05d7=(_0x378911,_0xfff6b7)=>{return _0x104645('\x27'+_0x378911+'\x27,'+_0xfff6b7);},_0x4e133a=()=>{return baseFonts['map'](_0x104645);},_0x1ef091=()=>{const _0x49762b={};for(const _0x59f40b of fontList){_0x49762b[_0x59f40b]=baseFonts['map'](_0x37c352=>_0x2f05d7(_0x59f40b,_0x37c352));}return _0x49762b;},_0x3fe83e=_0x2ed9ff=>{return baseFonts['some']((_0x244cbd,_0x3c6fb3)=>_0x2ed9ff[_0x3c6fb3]['offsetWidth']!==_0x5eb4db[_0x244cbd]||_0x2ed9ff[_0x3c6fb3]['offsetHeight']!==_0x1f64ce[_0x244cbd]);},_0x388c62=_0x4e133a(),_0x2ae8eb=_0x1ef091();_0x73dad7['appendChild'](_0x49ef99);for(let _0x59971=0x0;_0x59971<baseFonts['length'];_0x59971++){_0x5eb4db[baseFonts[_0x59971]]=_0x388c62[_0x59971]['offsetWidth'],_0x1f64ce[baseFonts[_0x59971]]=_0x388c62[_0x59971]['offsetHeight'];}return fontList['filter'](_0x2cce11=>_0x3fe83e(_0x2ae8eb[_0x2cce11]));});}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(_0x2a77d5){const _0x256b56=_0x2a77d5['info'];if(_0x256b56!==undefined&&_0x256b56!==null){const _0x5dafd6={};return _0x5dafd6['vendor']=_0x256b56['vendor'],_0x5dafd6['architecture']=_0x256b56['architecture'],_0x5dafd6;}if(typeof _0x2a77d5['requestAdapterInfo']==='function'){const _0x20a64f=await _0x2a77d5['requestAdapterInfo'](),_0xee01e5={};return _0xee01e5['vendor']=_0x20a64f['vendor'],_0xee01e5['architecture']=_0x20a64f['architecture'],_0xee01e5;}const _0x3f1955={};return _0x3f1955['vendor']='',_0x3f1955['architecture']='',_0x3f1955;}function createTextureData(){const _0x93f720=[],_0x372a28=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x506d80=0x0;_0x506d80<TEX_WIDTH*TEX_HEIGHT;_0x506d80++){_0x93f720['push'](..._0x372a28[_0x506d80%0x3]);}return new Uint8Array(_0x93f720);}function quantizeTiming(_0x378955){const _0x1ee28=Number(_0x378955/0x3e8n);return Math['round'](_0x1ee28/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x64e27d,_0x52ce5e){const _0x4c455a=[];for(const _0x4d7515 of _0x52ce5e){_0x4c455a['push'](_0x4d7515);}const _0x5b347f={};_0x5b347f['requiredFeatures']=_0x4c455a;const _0x2bdcdc=await _0x64e27d['requestDevice'](_0x5b347f);try{return await renderAndReadbackOnDevice(_0x2bdcdc);}finally{typeof _0x2bdcdc['destroy']==='function'&&_0x2bdcdc['destroy']();}}async function renderAndReadbackOnDevice(_0x1f9d7b){const _0x1c158b='rgba8unorm',_0x4d8724={};_0x4d8724['label']='fp-shader',_0x4d8724['code']=WGSL_SHADER;const _0x1a3d78=_0x1f9d7b['createShaderModule'](_0x4d8724),_0x3d231a={};_0x3d231a['module']=_0x1a3d78;const _0x404222={};_0x404222['format']=_0x1c158b;const _0x4da5b2={};_0x4da5b2['module']=_0x1a3d78,_0x4da5b2['targets']=[_0x404222];const _0x424137={};_0x424137['topology']='triangle-list';const _0x1f4423={};_0x1f4423['label']='fp-pipeline',_0x1f4423['layout']='auto',_0x1f4423['vertex']=_0x3d231a,_0x1f4423['fragment']=_0x4da5b2,_0x1f4423['primitive']=_0x424137;const _0x4bb931=_0x1f9d7b['createRenderPipeline'](_0x1f4423),_0x2e5edc=createTextureData(),_0x4317fd={};_0x4317fd['label']='fp-src-texture',_0x4317fd['size']=[TEX_WIDTH,TEX_HEIGHT],_0x4317fd['format']='rgba8unorm',_0x4317fd['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x5680dc=_0x1f9d7b['createTexture'](_0x4317fd),_0x2b7b74={};_0x2b7b74['texture']=_0x5680dc;const _0x50c961={};_0x50c961['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x6a541a={};_0x6a541a['width']=TEX_WIDTH,_0x6a541a['height']=TEX_HEIGHT,_0x1f9d7b['queue']['writeTexture'](_0x2b7b74,_0x2e5edc['buffer'],_0x50c961,_0x6a541a);const _0x35e16b={};_0x35e16b['label']='fp-sampler';const _0x3d95dc=_0x1f9d7b['createSampler'](_0x35e16b),_0x1ac521={};_0x1ac521['binding']=0x0,_0x1ac521['resource']=_0x3d95dc;const _0x558337=_0x1f9d7b['createBindGroup']({'layout':_0x4bb931['getBindGroupLayout'](0x0),'entries':[_0x1ac521,{'binding':0x1,'resource':_0x5680dc['createView']()}]}),_0x6326cc=ROTATION_MATRICES['map'](_0x35c311=>{const _0x380bd2={};_0x380bd2['label']='fp-uniform',_0x380bd2['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x380bd2['usage']=GPUBufferUsage['UNIFORM'],_0x380bd2['mappedAtCreation']=!![];const _0x47040e=_0x1f9d7b['createBuffer'](_0x380bd2);new Float32Array(_0x47040e['getMappedRange']())['set'](_0x35c311),_0x47040e['unmap']();const _0x37836d={};_0x37836d['buffer']=_0x47040e;const _0x53c8db={};return _0x53c8db['binding']=0x0,_0x53c8db['resource']=_0x37836d,_0x1f9d7b['createBindGroup']({'layout':_0x4bb931['getBindGroupLayout'](0x1),'entries':[_0x53c8db]});}),_0x15004f=_0x1f9d7b['features']['has']('timestamp-query');let _0x5530df=null,_0x12f2a7=null,_0x22bbd7=null;if(_0x15004f){const _0x59c2be={};_0x59c2be['label']='fp-ts',_0x59c2be['type']='timestamp',_0x59c2be['count']=0x2,_0x5530df=_0x1f9d7b['createQuerySet'](_0x59c2be);const _0x260b54={};_0x260b54['size']=0x2*0x8,_0x260b54['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x12f2a7=_0x1f9d7b['createBuffer'](_0x260b54);const _0x4ab829={};_0x4ab829['size']=0x2*0x8,_0x4ab829['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x22bbd7=_0x1f9d7b['createBuffer'](_0x4ab829);}const _0x2283a8={};_0x2283a8['label']='fp-rt',_0x2283a8['size']=[RT_WIDTH,RT_HEIGHT],_0x2283a8['format']=_0x1c158b,_0x2283a8['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x972409=_0x1f9d7b['createTexture'](_0x2283a8),_0x1d83e7=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x245af5={};_0x245af5['label']='fp-pixel-read',_0x245af5['size']=_0x1d83e7*RT_HEIGHT,_0x245af5['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x41f3b2=_0x1f9d7b['createBuffer'](_0x245af5),_0x55da9f=[],_0x284a34=[];for(let _0x246b59=0x0;_0x246b59<ROTATION_MATRICES['length'];_0x246b59++){const _0x4f64cd=_0x972409['createView'](),_0x2f8ce4={};_0x2f8ce4['label']='fp-enc-'+_0x246b59;const _0x2163fc=_0x1f9d7b['createCommandEncoder'](_0x2f8ce4),_0x3f3eb1={};_0x3f3eb1['r']=0x0,_0x3f3eb1['g']=0x0,_0x3f3eb1['b']=0x0,_0x3f3eb1['a']=0x1;const _0x151f69={};_0x151f69['view']=_0x4f64cd,_0x151f69['clearValue']=_0x3f3eb1,_0x151f69['loadOp']='clear',_0x151f69['storeOp']='store';const _0x484d7a={'label':'fp-pass-'+_0x246b59,'colorAttachments':[_0x151f69],..._0x15004f&&_0x5530df?{'timestampWrites':{'querySet':_0x5530df,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x2256d7=_0x484d7a,_0x2f022a=_0x2163fc['beginRenderPass'](_0x2256d7);_0x2f022a['setPipeline'](_0x4bb931),_0x2f022a['setBindGroup'](0x0,_0x558337),_0x2f022a['setBindGroup'](0x1,_0x6326cc[_0x246b59]),_0x2f022a['draw'](0x6),_0x2f022a['end']();_0x15004f&&_0x5530df&&_0x12f2a7&&_0x22bbd7&&(_0x2163fc['resolveQuerySet'](_0x5530df,0x0,0x2,_0x12f2a7,0x0),_0x2163fc['copyBufferToBuffer'](_0x12f2a7,0x0,_0x22bbd7,0x0,_0x12f2a7['size']));const _0x206f2f={};_0x206f2f['x']=0x0,_0x206f2f['y']=0x0;const _0x2ca6f1={};_0x2ca6f1['texture']=_0x972409,_0x2ca6f1['origin']=_0x206f2f;const _0xa21d38={};_0xa21d38['buffer']=_0x41f3b2,_0xa21d38['bytesPerRow']=_0x1d83e7,_0xa21d38['rowsPerImage']=RT_HEIGHT;const _0x1d9ac3={};_0x1d9ac3['width']=RT_WIDTH,_0x1d9ac3['height']=RT_HEIGHT,_0x2163fc['copyTextureToBuffer'](_0x2ca6f1,_0xa21d38,_0x1d9ac3),_0x1f9d7b['queue']['submit']([_0x2163fc['finish']()]),await _0x41f3b2['mapAsync'](GPUMapMode['READ']);const _0x54d779=new Uint8Array(_0x41f3b2['getMappedRange']()),_0x4f0974=RT_WIDTH*BYTES_PER_PIXEL,_0x5a1f49=new Uint8Array(_0x4f0974*RT_HEIGHT);for(let _0xebeeb4=0x0;_0xebeeb4<RT_HEIGHT;_0xebeeb4++){_0x5a1f49['set'](_0x54d779['subarray'](_0xebeeb4*_0x1d83e7,_0xebeeb4*_0x1d83e7+_0x4f0974),_0xebeeb4*_0x4f0974);}_0x55da9f['push'](fnv1a$1(_0x5a1f49)),_0x41f3b2['unmap']();if(_0x15004f&&_0x22bbd7)try{await _0x22bbd7['mapAsync'](GPUMapMode['READ']);const _0x483308=new BigUint64Array(_0x22bbd7['getMappedRange']()),_0x495943=_0x483308[0x0],_0x17c069=_0x483308[0x1];_0x17c069>_0x495943&&_0x284a34['push'](quantizeTiming(_0x17c069-_0x495943)),_0x22bbd7['unmap']();}catch{}}const _0x5523dc=new Uint8Array(_0x55da9f['length']*0x4),_0x4af6b8=new DataView(_0x5523dc['buffer']);for(let _0x49f8cd=0x0;_0x49f8cd<_0x55da9f['length'];_0x49f8cd++){_0x4af6b8['setUint32'](_0x49f8cd*0x4,_0x55da9f[_0x49f8cd],!![]);}let _0x1f7ffa='';for(let _0x1d7407=0x0;_0x1d7407<_0x5523dc['length'];_0x1d7407++){_0x1f7ffa+=String['fromCharCode'](_0x5523dc[_0x1d7407]);}return{'pixelHash':btoa(_0x1f7ffa),'timingBuckets':_0x284a34};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x515936={};return _0x515936['s']=-0x1,_0x515936['v']=null,_0x515936;}const _0x3bd3ee={};_0x3bd3ee['s']=-0x2,_0x3bd3ee['v']=null;const _0x4dfadd=await Promise['race']([collectWebGpuSignal(),new Promise(_0x300ae4=>setTimeout(()=>_0x300ae4(_0x3bd3ee),TIMEOUT_MS))]);return _0x4dfadd;}async function collectWebGpuSignal(){const {getCachedGpuAdapter:_0x39c77d}=await Promise['resolve']()['then'](function(){return webgpuAdapter;});let _0x576698;try{const _0x48ddf3=_0x39c77d(),_0x189d49={};_0x189d49['s']=-0x4,_0x189d49['v']=null;if(_0x48ddf3===null)return _0x189d49;const _0x12ac61=await _0x48ddf3;if(_0x12ac61===null){const _0x3f6777={};return _0x3f6777['s']=-0x4,_0x3f6777['v']=null,_0x3f6777;}_0x576698=_0x12ac61;}catch(_0x1d45c6){if(_0x1d45c6 instanceof Error){const _0x249459={};return _0x249459['s']=-0x3,_0x249459['v']=null,_0x249459;}throw _0x1d45c6;}try{const _0xf70381=Array['from'](_0x576698['features']['values']())['sort'](),[_0x45021a,_0x592cbd]=await Promise['all']([renderAndReadback(_0x576698,_0xf70381),getAdapterInfo$1(_0x576698)]),_0x419a04={};_0x419a04['s']=_0xf70381,_0x419a04['f']=_0x45021a['pixelHash'],_0x419a04['t']=_0x45021a['timingBuckets'],_0x419a04['v']=_0x592cbd['vendor'],_0x419a04['a']=_0x592cbd['architecture'];const _0x35f1e6={};return _0x35f1e6['s']=0x0,_0x35f1e6['v']=_0x419a04,_0x35f1e6;}catch(_0x321f61){if(_0x321f61 instanceof TypeError){const _0x405556={};return _0x405556['s']=-0x7,_0x405556['v']=null,_0x405556;}throw _0x321f61;}}const _0x53336d={};_0x53336d['text']='今天天气真好我们出去玩吧',_0x53336d['locale']='zh',_0x53336d['gran']='word';const _0xaf34a3={};_0xaf34a3['text']='東京都は日本の首都です',_0xaf34a3['locale']='ja',_0xaf34a3['gran']='word';const _0x3a8b96={};_0x3a8b96['text']='สวัสดีครับวันนี้อากาศดี',_0x3a8b96['locale']='th',_0x3a8b96['gran']='word';const _0x4fc808={};_0x4fc808['text']='오늘날씨가좋아서산책했습니다',_0x4fc808['locale']='ko',_0x4fc808['gran']='word';const _0x40e795={};_0x40e795['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0x40e795['locale']='en',_0x40e795['gran']='word';const _0x2b447a={};_0x2b447a['text']='👨‍👩‍👧‍👦🏳️‍🌈👩🏽‍💻',_0x2b447a['locale']='en',_0x2b447a['gran']='grapheme';const SEGMENTER_TESTS=[_0x53336d,_0xaf34a3,_0x3a8b96,_0x4fc808,_0x40e795,_0x2b447a],_0x1ffef4={};_0x1ffef4['code']='XK',_0x1ffef4['type']='region';const _0x51c520={};_0x51c520['code']='EH',_0x51c520['type']='region';const _0x16dfe6={};_0x16dfe6['code']='SX',_0x16dfe6['type']='region';const _0x5e433={};_0x5e433['code']='BQ',_0x5e433['type']='region';const _0x1e2bb9={};_0x1e2bb9['code']='SS',_0x1e2bb9['type']='region';const _0x505699={};_0x505699['code']='CW',_0x505699['type']='region';const DISPLAY_NAMES_TESTS=[_0x1ffef4,_0x51c520,_0x16dfe6,_0x5e433,_0x1e2bb9,_0x505699];function getIntlSegmenter(){const _0x1dc463={};_0x1dc463['segmenter']=null,_0x1dc463['displayNames']=null;const _0x1b40de=_0x1dc463;try{const _0x2b4255=Intl['Segmenter'];if(_0x2b4255){const _0x2d9ce0={};for(const _0x26baf1 of SEGMENTER_TESTS){try{const _0x37760e=new _0x2b4255(_0x26baf1['locale'],{'granularity':_0x26baf1['gran']}),_0x56c9ed=[..._0x37760e['segment'](_0x26baf1['text'])]['length'];_0x2d9ce0[_0x26baf1['locale']+'_'+_0x26baf1['gran']]=_0x56c9ed;}catch{}}Object['keys'](_0x2d9ce0)['length']>0x0&&(_0x1b40de['segmenter']=_0x2d9ce0);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x469c9e={},_0x1050cb={};_0x1050cb['type']='region';const _0x4ca643=new Intl['DisplayNames'](['en'],_0x1050cb);for(const _0x10373d of DISPLAY_NAMES_TESTS){try{const _0x1079ba=_0x4ca643['of'](_0x10373d['code']);_0x1079ba!==undefined&&_0x1079ba!==''&&(_0x469c9e[_0x10373d['code']]=_0x1079ba);}catch{}}Object['keys'](_0x469c9e)['length']>0x0&&(_0x1b40de['displayNames']=_0x469c9e);}}catch{}return _0x1b40de;}const fallbackFn=()=>0x0;function getMathFn(_0x3814ff){const _0x414362=globalThis['Math'][_0x3814ff];return typeof _0x414362==='function'?_0x414362:fallbackFn;}function getMathSignal(){const _0x5ca182=getMathFn('acos'),_0x3ae2af=getMathFn('acosh'),_0x57c81a=getMathFn('asin'),_0x28de28=getMathFn('asinh'),_0x28c1ce=getMathFn('atanh'),_0xe49d64=getMathFn('atan'),_0x3a351d=getMathFn('sin'),_0x31630f=getMathFn('sinh'),_0x8e7c4d=getMathFn('cos'),_0x30f037=getMathFn('cosh'),_0x270126=getMathFn('tan'),_0x2739e0=getMathFn('tanh'),_0x5a9ea6=getMathFn('exp'),_0x2af1d2=getMathFn('expm1'),_0x4156b7=getMathFn('log1p'),_0x3caeba=_0x12325e=>Math['pow'](Math['PI'],_0x12325e),_0x1aa9a4=_0x8d4fc8=>Math['log'](_0x8d4fc8+Math['sqrt'](_0x8d4fc8*_0x8d4fc8-0x1)),_0x50ee26=_0x413b8c=>Math['log'](_0x413b8c+Math['sqrt'](_0x413b8c*_0x413b8c+0x1)),_0x49e063=_0x2545c2=>Math['log']((0x1+_0x2545c2)/(0x1-_0x2545c2))/0x2,_0x461bf0=_0x10dea6=>Math['exp'](_0x10dea6)-0x1/Math['exp'](_0x10dea6)/0x2,_0x312f5a=_0x5ab59c=>(Math['exp'](_0x5ab59c)+0x1/Math['exp'](_0x5ab59c))/0x2,_0x523880=_0x4bd453=>Math['exp'](_0x4bd453)-0x1,_0x2c8604=_0xbf78f=>(Math['exp'](0x2*_0xbf78f)-0x1)/(Math['exp'](0x2*_0xbf78f)+0x1),_0xde0451=_0x59df3d=>Math['log'](0x1+_0x59df3d);return{'acos':_0x5ca182(0.12312423423423424),'acosh':_0x3ae2af(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x1aa9a4(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x57c81a(0.12312423423423424),'asinh':_0x28de28(0x1),'asinhPf':_0x50ee26(0x1),'atanh':_0x28c1ce(0.5),'atanhPf':_0x49e063(0.5),'atan':_0xe49d64(0.5),'sin':_0x3a351d(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x31630f(0x1),'sinhPf':_0x461bf0(0x1),'cos':_0x8e7c4d(10.000000000123),'cosh':_0x30f037(0x1),'coshPf':_0x312f5a(0x1),'tan':_0x270126(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x2739e0(0x1),'tanhPf':_0x2c8604(0x1),'exp':_0x5a9ea6(0x1),'expm1':_0x2af1d2(0x1),'expm1Pf':_0x523880(0x1),'log1p':_0x4156b7(0xa),'log1pPf':_0xde0451(0xa),'powPI':_0x3caeba(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x8296b7=document['createDocumentFragment'](),_0x557ae0=createMathElement(_0x8296b7,'mrow'),_0x21ffca=createMathElement(_0x557ae0,'munderover'),_0x4914b2=createMathElement(_0x21ffca,'mmultiscripts');createMathElement(_0x4914b2,'mo','∏');for(const [_0x5becd5,_0x5102d4,_0x41e9bc,_0x504fa8,_0x55de92]of QUINTUPLETS){const _0x1af444=document['createElement']('mmultiscripts');createMathElement(_0x1af444,'mi',_0x5becd5),createMathElement(_0x1af444,'mi',_0x5102d4),createMathElement(_0x1af444,'mi',_0x41e9bc),createMathElement(_0x1af444,'mprescripts'),createMathElement(_0x1af444,'mi',_0x504fa8),createMathElement(_0x1af444,'mi',_0x55de92),_0x4914b2['append'](_0x1af444);}return getIframePool()['execute']((_0x333b21,_0x4c5fac)=>{const _0x132e9e=_0x4c5fac['document'],_0x5f281c=_0x132e9e['createElement']('math');_0x5f281c['style']['whiteSpace']='nowrap',_0x5f281c['append'](_0x8296b7),_0x132e9e['body']['append'](_0x5f281c);const _0xde4d1f={},_0x17d6a8=_0x5f281c['getBoundingClientRect'](),_0x22b821=['x','y','left','right','bottom','height','top','width'];for(const _0x5b759d of _0x22b821){_0x5b759d in _0x17d6a8&&(_0xde4d1f[_0x5b759d]=_0x17d6a8[_0x5b759d]);}const _0x300557=_0x4c5fac['getComputedStyle'](_0x5f281c,null)['getPropertyValue']('font-family');return _0xde4d1f['font']=_0x300557,_0x132e9e['body']['removeChild'](_0x5f281c),_0xde4d1f;});}function createMathElement(_0x3463b3,_0x462eed,_0x100add=''){const _0xe6f13=document['createElement'](_0x462eed);return _0xe6f13['textContent']=_0x100add,_0x3463b3['appendChild'](_0xe6f13),_0xe6f13;}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(_0x3c1ba5){const _0x416563=window,_0xa64cda=_0x416563['MediaSource'];if(_0xa64cda===undefined||typeof _0xa64cda['isTypeSupported']!=='function')return-0x1;let _0x5e144b=0x0;for(let _0x3e150f=0x0;_0x3e150f<_0x3c1ba5['length'];_0x3e150f++){try{_0xa64cda['isTypeSupported'](_0x3c1ba5[_0x3e150f])&&(_0x5e144b|=0x1<<_0x3e150f);}catch{}}return _0x5e144b;}function getRtcCodecs(_0x201c91){const _0x3d078a=window,_0x29f3c9=_0x3d078a['RTCRtpReceiver'];if(_0x29f3c9===undefined||typeof _0x29f3c9['getCapabilities']!=='function')return null;try{const _0x5b0266=_0x29f3c9['getCapabilities'](_0x201c91);if(_0x5b0266===null)return null;const _0x123823=_0x5b0266['codecs']['map'](_0x31bff3=>''+_0x31bff3['mimeType']+(_0x31bff3['sdpFmtpLine']!==undefined&&_0x31bff3['sdpFmtpLine']!==''?';'+_0x31bff3['sdpFmtpLine']:''));return _0x123823['sort']();}catch{return null;}}const VOICES_CHANGED_EVENT='voiceschanged',POLL_TIMEOUT_MS=0x258;function escapeField(_0x401a1e){if(_0x401a1e===undefined||_0x401a1e===null||_0x401a1e==='')return'';return String(_0x401a1e)['replace'](/([,\\])/g,'\x5c$1');}function getSpeechSynthesis(){if(typeof window==='undefined')return null;const _0x32e985=window['speechSynthesis'];if(!_0x32e985||typeof _0x32e985['getVoices']!=='function')return null;return _0x32e985;}function readVoicesOnce(_0x1cc95a){try{const _0x20f309=_0x1cc95a['getVoices']();if(Array['isArray'](_0x20f309)&&_0x20f309['length']>0x0)return _0x20f309;}catch{}return null;}function awaitVoicesPopulated(_0x3e31c9){return new Promise(_0x87c277=>{let _0x12dac2=![];const _0x16ded5=_0x5e63ff=>{if(_0x12dac2)return;_0x12dac2=!![];if(_0x7c17a9!==null)clearTimeout(_0x7c17a9);if(_0x1d922f!==null&&typeof _0x3e31c9['removeEventListener']==='function')try{_0x3e31c9['removeEventListener'](VOICES_CHANGED_EVENT,_0x1d922f);}catch{}_0x87c277(_0x5e63ff);},_0x1849ed=readVoicesOnce(_0x3e31c9);if(_0x1849ed!==null){_0x87c277(_0x1849ed);return;}let _0x7c17a9=setTimeout(()=>{_0x16ded5(null);},POLL_TIMEOUT_MS),_0x1d922f=null;if(typeof _0x3e31c9['addEventListener']==='function'){_0x1d922f=()=>{const _0x3fc21d=readVoicesOnce(_0x3e31c9);if(_0x3fc21d!==null)_0x16ded5(_0x3fc21d);};try{_0x3e31c9['addEventListener'](VOICES_CHANGED_EVENT,_0x1d922f);}catch{_0x1d922f=null;}}});}function buildDescriptors(_0x43cfc3){const _0x21d522=[];for(const _0x149c8a of _0x43cfc3){const _0x287576=escapeField(_0x149c8a['voiceURI']),_0x3db5b8=escapeField(_0x149c8a['name']),_0x557033=escapeField(_0x149c8a['lang']),_0x259b37=_0x149c8a['localService']===!![]?'1':'0',_0xe10662=_0x149c8a['default']===!![]?'1':'0';_0x21d522['push'](_0x287576+','+_0x3db5b8+','+_0x557033+','+_0x259b37+','+_0xe10662);}return _0x21d522['sort'](),_0x21d522;}function buildMask(_0x484773){let _0x15a432=0x0;for(const _0x5c08da of _0x484773){if(_0x5c08da['localService']===!![])_0x15a432|=0x1;if(_0x5c08da['default']===!![])_0x15a432|=0x2;}return _0x15a432;}function getSpeechVoices(){const _0x334dcb=getSpeechSynthesis();if(_0x334dcb===null)return null;return async()=>{let _0x40e53c=await awaitVoicesPopulated(_0x334dcb);if(_0x40e53c===null)try{const _0x363be6=_0x334dcb['getVoices']();if(Array['isArray'](_0x363be6))_0x40e53c=_0x363be6;else return null;}catch{return null;}const _0x1640af=buildDescriptors(_0x40e53c),_0x1fbdf9=x64hash128(JSON['stringify'](_0x1640af)),_0x226467=buildMask(_0x40e53c),_0x31eb49=_0x40e53c['length'],_0x1c43e7={};return _0x1c43e7['hash']=_0x1fbdf9,_0x1c43e7['mask']=_0x226467,_0x1c43e7['count']=_0x31eb49,_0x1c43e7;};}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x1db7f7,_0xcee0a1)=>{const _0x16135d=_0xcee0a1['document'],_0x3445c5=_0x16135d['createElement']('div');_0x3445c5['style']['border']='.5px\x20dotted\x20transparent',_0x16135d['body']['appendChild'](_0x3445c5);const _0x4e2778=_0x3445c5['offsetHeight'];return _0x16135d['body']['removeChild'](_0x3445c5),_0x4e2778;});}catch{return null;}}function getSupportedConstraints(){try{const _0xadd0dc=navigator['mediaDevices'];if(_0xadd0dc===undefined||typeof _0xadd0dc['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0xadd0dc['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x7c3793='';for(let _0x3402f7=0x1f600;_0x3402f7<=0x1f64f;_0x3402f7++){_0x7c3793+=String['fromCodePoint'](_0x3402f7);}return getIframePool()['execute']((_0x1bf19d,_0x56b5db)=>{const _0x60101c=_0x56b5db['document'],_0x21b57c='http://www.w3.org/2000/svg',_0x5bab17=_0x60101c['createElementNS'](_0x21b57c,'svg');_0x5bab17['setAttribute']('width','0'),_0x5bab17['setAttribute']('height','0'),_0x5bab17['style']['position']='absolute',_0x5bab17['style']['visibility']='hidden';const _0x3d6cbb=_0x60101c['createElementNS'](_0x21b57c,'text');_0x3d6cbb['setAttribute']('x','0'),_0x3d6cbb['setAttribute']('y','50'),_0x3d6cbb['setAttribute']('font-size','16'),_0x3d6cbb['textContent']=_0x7c3793,_0x5bab17['appendChild'](_0x3d6cbb),_0x60101c['body']['appendChild'](_0x5bab17);const _0x36af0c=_0x56b5db['getComputedStyle'](_0x3d6cbb)['getPropertyValue']('font-family');let _0x929b3e=null;try{const _0x1f8b6c=_0x3d6cbb['getBBox']();_0x929b3e={'x':round(_0x1f8b6c['x']),'y':round(_0x1f8b6c['y']),'width':round(_0x1f8b6c['width']),'height':round(_0x1f8b6c['height'])};}catch{}let _0x21e339=null;try{const _0x5d6e04=_0x3d6cbb,_0x2548a9=_0x5d6e04['getExtentOfChar'](0x0);_0x21e339={'x':round(_0x2548a9['x']),'y':round(_0x2548a9['y']),'width':round(_0x2548a9['width']),'height':round(_0x2548a9['height'])};}catch{}let _0x1bac7b=null;try{const _0x2983d4=_0x3d6cbb;_0x1bac7b=round(_0x2983d4['getSubStringLength'](0x0,0xa));}catch{}let _0x3f6c28=null;try{const _0x157f7a=_0x3d6cbb;_0x3f6c28=round(_0x157f7a['getComputedTextLength']());}catch{}_0x60101c['body']['removeChild'](_0x5bab17);const _0x2fee14={};return _0x2fee14['bbox']=_0x929b3e,_0x2fee14['charExtent']=_0x21e339,_0x2fee14['substringLength']=_0x1bac7b,_0x2fee14['computedTextLength']=_0x3f6c28,_0x2fee14['font']=_0x36af0c,_0x2fee14;});}function round(_0x462a93){return Math['round'](_0x462a93*0x64)/0x64;}const _0x1cb776={};_0x1cb776['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x1cb776['width']=0x780,_0x1cb776['height']=0x438,_0x1cb776['bitrate']=0x4c4b40,_0x1cb776['framerate']=0x1e;const _0x1ef5e8={};_0x1ef5e8['type']='file',_0x1ef5e8['video']=_0x1cb776;const _0x27d41a={};_0x27d41a['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x27d41a['width']=0x780,_0x27d41a['height']=0x438,_0x27d41a['bitrate']=0x4c4b40,_0x27d41a['framerate']=0x1e;const _0x37597f={};_0x37597f['type']='file',_0x37597f['video']=_0x27d41a;const _0xae2102={};_0xae2102['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0xae2102['width']=0x780,_0xae2102['height']=0x438,_0xae2102['bitrate']=0x4c4b40,_0xae2102['framerate']=0x1e;const _0x3b29a4={};_0x3b29a4['type']='file',_0x3b29a4['video']=_0xae2102;const _0x3078af={};_0x3078af['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x3078af['width']=0x780,_0x3078af['height']=0x438,_0x3078af['bitrate']=0x4c4b40,_0x3078af['framerate']=0x1e;const _0x508ace={};_0x508ace['type']='file',_0x508ace['video']=_0x3078af;const _0x92a4e2={};_0x92a4e2['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x92a4e2['width']=0x780,_0x92a4e2['height']=0x438,_0x92a4e2['bitrate']=0x4c4b40,_0x92a4e2['framerate']=0x1e;const _0x949a26={};_0x949a26['type']='file',_0x949a26['video']=_0x92a4e2;const _0x459e36={};_0x459e36['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x459e36['width']=0xf00,_0x459e36['height']=0x870,_0x459e36['bitrate']=0x1312d00,_0x459e36['framerate']=0x3c;const _0x1349c9={};_0x1349c9['type']='file',_0x1349c9['video']=_0x459e36;const _0x243be1={};_0x243be1['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x243be1['width']=0xf00,_0x243be1['height']=0x870,_0x243be1['bitrate']=0x1312d00,_0x243be1['framerate']=0x3c;const _0x168b0d={};_0x168b0d['type']='file',_0x168b0d['video']=_0x243be1;const _0x5032a7={};_0x5032a7['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x5032a7['width']=0xf00,_0x5032a7['height']=0x870,_0x5032a7['bitrate']=0x1312d00,_0x5032a7['framerate']=0x3c;const _0x15d90c={};_0x15d90c['type']='file',_0x15d90c['video']=_0x5032a7;const CODEC_CONFIGS=[_0x1ef5e8,_0x37597f,_0x3b29a4,_0x508ace,_0x949a26,_0x1349c9,_0x168b0d,_0x15d90c];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x4c3c1d=>{try{const _0x33f252=await navigator['mediaCapabilities']['decodingInfo'](_0x4c3c1d);let _0x106e2e=0x0;if(_0x33f252['supported'])_0x106e2e|=0x1;if(_0x33f252['smooth'])_0x106e2e|=0x2;if(_0x33f252['powerEfficient'])_0x106e2e|=0x4;return _0x106e2e;}catch(_0x5058a9){return _0x5058a9 instanceof Error?_0x5058a9['message']:String(_0x5058a9);}}));}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 _0x34759b=0x0;for(const _0x5ea333 of FEATURE_MODULES$1){_0x34759b<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX$1,..._0x5ea333)['buffer'])&&(_0x34759b|=0x1);}return _0x34759b;}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 _0x14f0ba=Date['now']();let _0x1345bd=null,_0x44d43f=null;try{const _0x3052ce={};_0x3052ce['type']='application/javascript';const _0x4aa439=new Blob([WORKER_SOURCE],_0x3052ce);_0x44d43f=URL['createObjectURL'](_0x4aa439),_0x1345bd=new Worker(_0x44d43f);}catch{if(_0x44d43f!==null)URL['revokeObjectURL'](_0x44d43f);return _0x1345bd?.['terminate'](),null;}const _0x55a19f=_0x1345bd;try{const _0x98bbc6=await new Promise(_0x26ea1a=>{const _0x26ab3d=setTimeout(()=>_0x26ea1a(undefined),WORKER_PROBE_TIMEOUT_MS);_0x55a19f['onmessage']=_0x46cac9=>{clearTimeout(_0x26ab3d),_0x46cac9['data']['ok']&&typeof _0x46cac9['data']['mask']==='number'?_0x26ea1a(_0x46cac9['data']['mask']):_0x26ea1a(undefined);},_0x55a19f['onerror']=()=>{clearTimeout(_0x26ab3d),_0x26ea1a(undefined);},_0x55a19f['postMessage']('probe');});return{'mask':_0x98bbc6,'durationMs':Date['now']()-_0x14f0ba};}finally{_0x55a19f['terminate']();if(_0x44d43f!==null)URL['revokeObjectURL'](_0x44d43f);}};}const _0x3fe9bb={};_0x3fe9bb['conditionalCreate']='cc',_0x3fe9bb['conditionalGet']='cg',_0x3fe9bb['hybridTransport']='ht',_0x3fe9bb['passkeyPlatformAuthenticator']='ppa',_0x3fe9bb['userVerifyingPlatformAuthenticator']='uvpa',_0x3fe9bb['relatedOrigins']='ro',_0x3fe9bb['signalAllAcceptedCredentials']='saac',_0x3fe9bb['signalCurrentUserDetails']='scud',_0x3fe9bb['signalUnknownCredential']='suc',_0x3fe9bb['extension:credProps']='ecp',_0x3fe9bb['extension:prf']='ep',_0x3fe9bb['extension:appid']='eai',_0x3fe9bb['extension:appidExclude']='eaie',_0x3fe9bb['extension:credBlob']='ecb',_0x3fe9bb['extension:credProtect']='ecpr',_0x3fe9bb['extension:hmacSecret']='ehs',_0x3fe9bb['extension:largeBlob']='elb',_0x3fe9bb['extension:minPinLength']='empl',_0x3fe9bb['extension:payment']='epy';const CAPABILITY_SHORT_CODE=_0x3fe9bb;function getPublicKeyCredential(){if(typeof window==='undefined')return null;const _0x3c52a8=window['PublicKeyCredential'];if(!_0x3c52a8||typeof _0x3c52a8['getClientCapabilities']!=='function')return null;return _0x3c52a8;}function getWebAuthnCapabilities(){const _0x111fdd=getPublicKeyCredential();if(_0x111fdd===null||_0x111fdd['getClientCapabilities']===undefined)return null;const _0x46e5da=_0x111fdd['getClientCapabilities'];return async()=>{let _0x3e8295;try{_0x3e8295=await _0x46e5da();}catch{return null;}if(_0x3e8295===null||typeof _0x3e8295!=='object')return null;const _0x2da0d6={};for(const [_0x1dd487,_0x34eea9]of Object['entries'](_0x3e8295)){const _0x453ee8=CAPABILITY_SHORT_CODE[_0x1dd487];if(_0x453ee8!==undefined)_0x2da0d6[_0x453ee8]=_0x34eea9===!![];}return _0x2da0d6;};}const _0x528706={};_0x528706['codec']='avc1.42001E',_0x528706['width']=0x780,_0x528706['height']=0x438,_0x528706['label']='h264-baseline-1080';const _0x32330e={};_0x32330e['codec']='avc1.4D0032',_0x32330e['width']=0xf00,_0x32330e['height']=0x870,_0x32330e['label']='h264-main-4k';const _0x393609={};_0x393609['codec']='avc1.640033',_0x393609['width']=0xf00,_0x393609['height']=0x870,_0x393609['label']='h264-high-4k';const _0x422433={};_0x422433['codec']='hev1.1.6.L150.B0',_0x422433['width']=0x780,_0x422433['height']=0x438,_0x422433['label']='hevc-main-1080';const _0x648779={};_0x648779['codec']='hev1.2.4.L153.B0',_0x648779['width']=0xf00,_0x648779['height']=0x870,_0x648779['label']='hevc-main10-4k';const _0x2e1df7={};_0x2e1df7['codec']='hev1.1.6.L180.B0',_0x2e1df7['width']=0x1e00,_0x2e1df7['height']=0x10e0,_0x2e1df7['label']='hevc-main-8k';const _0x3a8127={};_0x3a8127['codec']='vp09.00.40.08',_0x3a8127['width']=0x780,_0x3a8127['height']=0x438,_0x3a8127['label']='vp9-profile0-1080';const _0x5adc16={};_0x5adc16['codec']='vp09.02.40.10',_0x5adc16['width']=0xf00,_0x5adc16['height']=0x870,_0x5adc16['label']='vp9-profile2-4k-10bit';const _0x4dff23={};_0x4dff23['codec']='av01.0.08M.08',_0x4dff23['width']=0x780,_0x4dff23['height']=0x438,_0x4dff23['label']='av1-main-1080';const _0x96a066={};_0x96a066['codec']='av01.0.12M.10',_0x96a066['width']=0xf00,_0x96a066['height']=0x870,_0x96a066['label']='av1-main-4k-10bit';const _0x29898c={};_0x29898c['codec']='av01.0.16M.10',_0x29898c['width']=0x1e00,_0x29898c['height']=0x10e0,_0x29898c['label']='av1-main-8k-10bit';const _0x37eb79={};_0x37eb79['codec']='vp8',_0x37eb79['width']=0x780,_0x37eb79['height']=0x438,_0x37eb79['label']='vp8-1080';const CODEC_TESTS=[_0x528706,_0x32330e,_0x393609,_0x422433,_0x648779,_0x2e1df7,_0x3a8127,_0x5adc16,_0x4dff23,_0x96a066,_0x29898c,_0x37eb79];async function getWebCodecsHardware(){try{const _0x4aba09=window['VideoDecoder'];if(!_0x4aba09||typeof _0x4aba09['isConfigSupported']!=='function')return null;const _0x1cf0a2=_0x4aba09['isConfigSupported']['bind'](_0x4aba09),_0x178bf3=[],_0xc84e91=CODEC_TESTS['map'](async _0x26472f=>{try{const _0x25caee={};_0x25caee['codec']=_0x26472f['codec'],_0x25caee['codedWidth']=_0x26472f['width'],_0x25caee['codedHeight']=_0x26472f['height'],_0x25caee['hardwareAcceleration']='prefer-hardware';const _0x21f722=_0x25caee,_0xaf064a=await Promise['race']([_0x1cf0a2(_0x21f722),new Promise(_0x57ee83=>setTimeout(()=>_0x57ee83(null),0x1f4))]);if(_0xaf064a?.['supported']===!![]){const _0x50a9ad=_0xaf064a['config'],_0x1de5b5=_0x50a9ad?.['hardwareAcceleration'];(_0x1de5b5==='prefer-hardware'||_0x1de5b5===undefined)&&_0x178bf3['push'](_0x26472f['label']);}}catch{}});return await Promise['all'](_0xc84e91),_0x178bf3['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:_0x573570}){const _0x51e004=getWebGLContext(_0x573570);if(!_0x51e004)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x51e004))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x4f2b19=shouldAvoidDebugRendererInfo()?null:_0x51e004['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x51e004,_0x51e004['VERSION']),'vendor':getParamString(_0x51e004,_0x51e004['VENDOR']),'vendorUnmasked':_0x4f2b19!==null?getParamString(_0x51e004,_0x4f2b19['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x51e004,_0x51e004['RENDERER']),'rendererUnmasked':_0x4f2b19!==null?getParamString(_0x51e004,_0x4f2b19['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x51e004,_0x51e004['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x4ff9d4}){const _0x4e42f2=getWebGLContext(_0x4ff9d4);if(!_0x4e42f2)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x4e42f2))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x6a507b=_0x4e42f2['getSupportedExtensions'](),_0x39ca05=_0x4e42f2['getContextAttributes'](),_0x1bf280=[],_0xa95838=[],_0x4e1990=[],_0x24424c=[],_0x1bfa9c=[];if(_0x39ca05)for(const _0x631299 of Object['keys'](_0x39ca05)){_0xa95838['push'](_0x631299+'='+_0x39ca05[_0x631299]);}const _0x2a811d=getConstantsFromPrototype(_0x4e42f2);for(const _0x5a1c89 of _0x2a811d){const _0x25562d=_0x4e42f2[_0x5a1c89],_0x4a43df=validContextParameters['has'](_0x25562d)?'='+String(_0x4e42f2['getParameter'](_0x25562d)):'';_0x4e1990['push'](_0x5a1c89+'='+_0x25562d+_0x4a43df);}if(_0x6a507b!==null)for(const _0x47eb6a of _0x6a507b){if(_0x47eb6a===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x47eb6a===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x1211e9=_0x4e42f2['getExtension'](_0x47eb6a);if(_0x1211e9===null){_0x1bf280['push'](_0x47eb6a);continue;}for(const _0xe98aa of getConstantsFromPrototype(_0x1211e9)){const _0x12a9e9=_0x1211e9[_0xe98aa],_0x5e9afa=validExtensionParams['has'](_0x12a9e9)?'='+String(_0x4e42f2['getParameter'](_0x12a9e9)):'';_0x24424c['push'](_0xe98aa+'='+_0x12a9e9+_0x5e9afa);}}for(const _0x1d362e of shaderTypes){for(const _0x4ed75f of precisionTypes){const _0x2ca7ce=getShaderPrecision(_0x4e42f2,_0x1d362e,_0x4ed75f);_0x1bfa9c['push'](_0x1d362e+'.'+_0x4ed75f+'='+_0x2ca7ce['join'](','));}}_0x24424c['sort'](),_0x4e1990['sort']();const _0x1cbaf4={};return _0x1cbaf4['contextAttributes']=_0xa95838,_0x1cbaf4['parameters']=_0x4e1990,_0x1cbaf4['shaderPrecisions']=_0x1bfa9c,_0x1cbaf4['extensions']=_0x6a507b,_0x1cbaf4['extensionParameters']=_0x24424c,_0x1cbaf4['unsupportedExtensions']=_0x1bf280,_0x1cbaf4;}function getWebGLContext(_0x512c65){if(_0x512c65['webgl'])return _0x512c65['webgl']['context'];const _0xff2068=document['createElement']('canvas');let _0x1e3138;_0xff2068['addEventListener']('webglCreateContextError',()=>_0x1e3138=undefined);for(const _0x34d5f5 of['webgl','experimental-webgl']){try{_0x1e3138=_0xff2068['getContext'](_0x34d5f5);}catch{}if(_0x1e3138)break;}const _0x97d896={};return _0x97d896['context']=_0x1e3138,_0x512c65['webgl']=_0x97d896,_0x1e3138;}function getShaderPrecision(_0xb759e5,_0x38c4b2,_0x3b0170){const _0x5ba495=_0xb759e5['getShaderPrecisionFormat'](_0xb759e5[_0x38c4b2],_0xb759e5[_0x3b0170]);return _0x5ba495?[_0x5ba495['rangeMin'],_0x5ba495['rangeMax'],_0x5ba495['precision']]:[];}function getConstantsFromPrototype(_0x4344a4){const _0x153397=Object['getPrototypeOf'](_0x4344a4);if(_0x153397===null)return[];const _0x4ccab3=Object['keys'](_0x153397);return _0x4ccab3['filter'](isConstantLike);}function isConstantLike(_0xf6e96c){return typeof _0xf6e96c==='string'&&!_0xf6e96c['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x57a4c7,_0x3204b4){const _0x35d7f4=_0x57a4c7['getParameter'](_0x3204b4);if(_0x35d7f4===undefined||_0x35d7f4===null)return'';return String(_0x35d7f4);}function isValidParameterGetter(_0x9f76cd){return typeof _0x9f76cd['getParameter']==='function';}const _0x55a6dd={};_0x55a6dd['dHash']='',_0x55a6dd['imageMurHash']='',_0x55a6dd['unstable']=![];const EMPTY=_0x55a6dd;function getWebGlCanvas(){try{const _0x482e8c=document['createElement']('canvas');_0x482e8c['width']=0x100,_0x482e8c['height']=0x100;const _0x55159c=_0x482e8c['getContext']('webgl')??_0x482e8c['getContext']('experimental-webgl');if(!_0x55159c||!(_0x55159c instanceof WebGLRenderingContext))return EMPTY;renderTriangle(_0x55159c);const _0x152fa2=computeDHash(_0x482e8c),_0x5a7ec4=_0x482e8c['toDataURL'](),_0x4ffbcb=_0x482e8c['toDataURL']();if(_0x5a7ec4!==_0x4ffbcb){const _0x4f7b37={};return _0x4f7b37['dHash']=_0x152fa2,_0x4f7b37['imageMurHash']='',_0x4f7b37['unstable']=!![],_0x4f7b37;}return{'dHash':_0x152fa2,'imageMurHash':x64hash128(_0x5a7ec4),'unstable':![]};}catch{return EMPTY;}}function renderTriangle(_0x5f5bc8){_0x5f5bc8['clearColor'](0x0,0x0,0x1,0x1);const _0x411079=_0x5f5bc8['createProgram']();if(_0x411079===null)return;const _0x3a629c=_0x411079;function _0x2bcc40(_0x5c0809,_0x4cb18e){const _0x129fa3=_0x5f5bc8['createShader'](_0x5c0809);if(_0x129fa3===null)return;_0x5f5bc8['shaderSource'](_0x129fa3,_0x4cb18e),_0x5f5bc8['compileShader'](_0x129fa3),_0x5f5bc8['attachShader'](_0x3a629c,_0x129fa3);}_0x2bcc40(_0x5f5bc8['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);}'),_0x2bcc40(_0x5f5bc8['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x5f5bc8['linkProgram'](_0x411079),_0x5f5bc8['useProgram'](_0x411079),_0x5f5bc8['enableVertexAttribArray'](0x0);const _0x227d9c=_0x5f5bc8['getUniformLocation'](_0x411079,'t'),_0x41ea66=_0x5f5bc8['createBuffer']();_0x5f5bc8['bindBuffer'](_0x5f5bc8['ARRAY_BUFFER'],_0x41ea66),_0x5f5bc8['bufferData'](_0x5f5bc8['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x5f5bc8['STATIC_DRAW']),_0x5f5bc8['vertexAttribPointer'](0x0,0x2,_0x5f5bc8['FLOAT'],![],0x0,0x0),_0x5f5bc8['clear'](_0x5f5bc8['COLOR_BUFFER_BIT']),_0x5f5bc8['uniform1f'](_0x227d9c,3.65),_0x5f5bc8['drawArrays'](_0x5f5bc8['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(_0x49d181){const _0x4b733b=_0x49d181['info'];if(_0x4b733b!==null&&_0x4b733b!==undefined)return _0x4b733b;const _0x3cc63e=_0x49d181['requestAdapterInfo'];if(typeof _0x3cc63e==='function')try{return await _0x3cc63e['call'](_0x49d181);}catch{return null;}return null;}async function getWebGlExtended(){try{const {getCachedGpuAdapter:_0x4fab4c}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x5038a0=_0x4fab4c();if(_0x5038a0===null)return null;const _0x129dce=await _0x5038a0;if(!_0x129dce)return null;const _0x39b9db=_0x129dce['limits'],_0x54b7f0=[];for(const _0x5f3f8a of GPU_LIMIT_NAMES){if(_0x39b9db&&_0x5f3f8a in _0x39b9db){const _0x14bf4b=_0x39b9db[_0x5f3f8a];_0x54b7f0['push'](typeof _0x14bf4b==='number'?_0x14bf4b:null);}else _0x54b7f0['push'](null);}const _0x497ab1=await getAdapterInfo(_0x129dce);let _0x4f8b98=null,_0x36c9e7=null;_0x497ab1!==null&&(_0x4f8b98=typeof _0x497ab1['description']==='string'?_0x497ab1['description']:null,_0x36c9e7=typeof _0x497ab1['device']==='string'?_0x497ab1['device']:null);const _0x226b0b='isFallbackAdapter'in _0x129dce?Boolean(_0x129dce['isFallbackAdapter']):null,_0x38334={};return _0x38334['ds']=_0x4f8b98,_0x38334['dv']=_0x36c9e7,_0x38334['f']=_0x226b0b,_0x38334['l']=_0x54b7f0,_0x38334;}catch{return null;}}const AH_TOKEN='34047',KH_BLACKLIST=new Set(['32926','32928']);function transformParameters(_0x12e863){return _0x12e863['map'](_0x48aa42=>{const _0x41c0a8=_0x48aa42['split']('=',0x3),_0x25ab52=_0x41c0a8[0x0],_0x3a39b6=_0x41c0a8[0x1],_0x5c18f1=_0x41c0a8[0x2];if(_0x5c18f1!==undefined||_0x3a39b6!==undefined&&KH_BLACKLIST['has'](_0x3a39b6))return _0x25ab52+'('+(_0x3a39b6??'')+')=null';return _0x48aa42;});}function transformExtensionParameters(_0x58ea60){return _0x58ea60['map'](_0x2b735d=>{const _0x5118bf=_0x2b735d['split']('=',0x3),_0x409ecd=_0x5118bf[0x0],_0x35504c=_0x5118bf[0x1],_0xac3e50=_0x5118bf[0x2];if(_0xac3e50!==undefined&&_0x35504c!==AH_TOKEN)return _0x409ecd+'('+(_0x35504c??'')+')='+_0xac3e50;return _0x2b735d;});}function getWebGlExtensionsHashed({cache:_0x5f6f79}){const _0x5a3acc={};_0x5a3acc['cache']=_0x5f6f79;const _0x349778=getWebGlExtensions(_0x5a3acc);if(typeof _0x349778==='number')return _0x349778;const {contextAttributes:_0x1f5f21,parameters:_0x164482,shaderPrecisions:_0x4a1825,extensions:_0x526fcd,extensionParameters:_0x57b990,unsupportedExtensions:_0x5e87de}=_0x349778,_0x396e48=_0x526fcd??[],_0x12a27e=transformParameters(_0x164482),_0x243272=transformExtensionParameters(_0x57b990);return{'contextAttributes':x64hash128(_0x1f5f21['join']('&')),'parameters':x64hash128(_0x12a27e['join']('&')),'parameters2':x64hash128(_0x164482['join']('&')),'shaderPrecisions':x64hash128(_0x4a1825['join']('&')),'extensions':x64hash128(_0x396e48['join'](',')),'extensionParameters':x64hash128(_0x243272['join'](',')),'extensionParameters2':x64hash128(_0x57b990['join']('&')),'unsupportedExtensions':_0x5e87de,'extensionsList':_0x396e48};}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 _0x3f7a48=document['createElement']('canvas');_0x3f7a48['width']=SIZE,_0x3f7a48['height']=SIZE;const _0x5b9573=_0x3f7a48['getContext']('webgl')??_0x3f7a48['getContext']('experimental-webgl');if(!_0x5b9573)return null;const _0x39c34c=buildProgram(_0x5b9573);if(!_0x39c34c)return null;const _0xef0f4c=buildSphere();renderSphere(_0x5b9573,_0x39c34c,_0xef0f4c);const _0x315be0=_0x3f7a48['toDataURL'](),_0x467b3e=_0x3f7a48['toDataURL']();if(_0x315be0!==_0x467b3e)return null;return fnv1a(_0x315be0);}catch{return null;}}function buildProgram(_0x3f606d){const _0x340271=_0x3f606d['createProgram'](),_0x4f1ab9=_0x3f606d['createShader'](_0x3f606d['VERTEX_SHADER']),_0x3df53a=_0x3f606d['createShader'](_0x3f606d['FRAGMENT_SHADER']);if(_0x4f1ab9===null||_0x3df53a===null)return null;_0x3f606d['shaderSource'](_0x4f1ab9,VERT_SHADER),_0x3f606d['compileShader'](_0x4f1ab9),_0x3f606d['attachShader'](_0x340271,_0x4f1ab9),_0x3f606d['shaderSource'](_0x3df53a,FRAG_SHADER),_0x3f606d['compileShader'](_0x3df53a),_0x3f606d['attachShader'](_0x340271,_0x3df53a),_0x3f606d['linkProgram'](_0x340271);if(_0x3f606d['getProgramParameter'](_0x340271,_0x3f606d['LINK_STATUS'])!==!![])return null;return _0x340271;}function buildSphere(){const _0x88bba5=[],_0x3cc6b1=[],_0x32b5a4=[];for(let _0x3b9c8c=0x0;_0x3b9c8c<=LAT_BANDS;_0x3b9c8c++){const _0x4851db=_0x3b9c8c*Math['PI']/LAT_BANDS,_0xc820ec=Math['sin'](_0x4851db),_0x2ea1c1=Math['cos'](_0x4851db);for(let _0x30769f=0x0;_0x30769f<=LON_BANDS;_0x30769f++){const _0x310f8b=_0x30769f*0x2*Math['PI']/LON_BANDS,_0xc3ce2b=_0xc820ec*Math['cos'](_0x310f8b),_0x1c3f24=_0x2ea1c1,_0x1ea6fa=_0xc820ec*Math['sin'](_0x310f8b);_0x3cc6b1['push'](_0xc3ce2b,_0x1c3f24,_0x1ea6fa),_0x88bba5['push'](_0xc3ce2b*RADIUS,_0x1c3f24*RADIUS,_0x1ea6fa*RADIUS);}}for(let _0xe59108=0x0;_0xe59108<LAT_BANDS;_0xe59108++){for(let _0x122ab9=0x0;_0x122ab9<LON_BANDS;_0x122ab9++){const _0x7ca186=_0xe59108*(LON_BANDS+0x1)+_0x122ab9,_0x284433=_0x7ca186+LON_BANDS+0x1;_0x32b5a4['push'](_0x7ca186,_0x284433,_0x7ca186+0x1),_0x32b5a4['push'](_0x284433,_0x284433+0x1,_0x7ca186+0x1);}}return{'vertices':new Float32Array(_0x88bba5),'normals':new Float32Array(_0x3cc6b1),'indices':new Uint16Array(_0x32b5a4)};}function renderSphere(_0x7dfb41,_0x525a64,_0x3de894){_0x7dfb41['useProgram'](_0x525a64),_0x7dfb41['viewport'](0x0,0x0,SIZE,SIZE),_0x7dfb41['clearColor'](0x0,0x0,0x0,0x1),_0x7dfb41['enable'](_0x7dfb41['DEPTH_TEST']),_0x7dfb41['clear'](_0x7dfb41['COLOR_BUFFER_BIT']|_0x7dfb41['DEPTH_BUFFER_BIT']);const _0x200909=_0x7dfb41['createBuffer']();_0x7dfb41['bindBuffer'](_0x7dfb41['ARRAY_BUFFER'],_0x200909),_0x7dfb41['bufferData'](_0x7dfb41['ARRAY_BUFFER'],_0x3de894['vertices'],_0x7dfb41['STATIC_DRAW']);const _0x2cf6cc=_0x7dfb41['getAttribLocation'](_0x525a64,'aPosition');_0x7dfb41['enableVertexAttribArray'](_0x2cf6cc),_0x7dfb41['vertexAttribPointer'](_0x2cf6cc,0x3,_0x7dfb41['FLOAT'],![],0x0,0x0);const _0x10bced=_0x7dfb41['createBuffer']();_0x7dfb41['bindBuffer'](_0x7dfb41['ARRAY_BUFFER'],_0x10bced),_0x7dfb41['bufferData'](_0x7dfb41['ARRAY_BUFFER'],_0x3de894['normals'],_0x7dfb41['STATIC_DRAW']);const _0x2045e1=_0x7dfb41['getAttribLocation'](_0x525a64,'aNormal');_0x7dfb41['enableVertexAttribArray'](_0x2045e1),_0x7dfb41['vertexAttribPointer'](_0x2045e1,0x3,_0x7dfb41['FLOAT'],![],0x0,0x0);const _0x3bd59c=_0x7dfb41['createBuffer']();_0x7dfb41['bindBuffer'](_0x7dfb41['ELEMENT_ARRAY_BUFFER'],_0x3bd59c),_0x7dfb41['bufferData'](_0x7dfb41['ELEMENT_ARRAY_BUFFER'],_0x3de894['indices'],_0x7dfb41['STATIC_DRAW']);const _0x5d9b49=Math['PI']/0x6,_0x1135e5=0x1,_0x1cb0b5=0.1,_0x53a604=0x64,_0x5376ca=0x1/Math['tan'](_0x5d9b49/0x2),_0x5dba66=new Float32Array([_0x5376ca/_0x1135e5,0x0,0x0,0x0,0x0,_0x5376ca,0x0,0x0,0x0,0x0,(_0x53a604+_0x1cb0b5)/(_0x1cb0b5-_0x53a604),-0x1,0x0,0x0,0x2*_0x53a604*_0x1cb0b5/(_0x1cb0b5-_0x53a604),0x0]),_0x57e8fc=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x5a13d3=multiplyMat4(_0x5dba66,_0x57e8fc);_0x7dfb41['uniformMatrix4fv'](_0x7dfb41['getUniformLocation'](_0x525a64,'uMVMatrix'),![],_0x57e8fc),_0x7dfb41['uniformMatrix4fv'](_0x7dfb41['getUniformLocation'](_0x525a64,'uMVPMatrix'),![],_0x5a13d3),_0x7dfb41['uniform4f'](_0x7dfb41['getUniformLocation'](_0x525a64,'uLightPos'),0xa,0xa,0xa,0x1),_0x7dfb41['uniform3f'](_0x7dfb41['getUniformLocation'](_0x525a64,'uKd'),0.9,0.5,0.3),_0x7dfb41['uniform3f'](_0x7dfb41['getUniformLocation'](_0x525a64,'uLd'),0x1,0x1,0x1),_0x7dfb41['drawElements'](_0x7dfb41['TRIANGLES'],_0x3de894['indices']['length'],_0x7dfb41['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x322983,_0x2de920){const _0x5cdce5=new Float32Array(0x10);for(let _0x30a6d6=0x0;_0x30a6d6<0x4;_0x30a6d6++){for(let _0x38a6c5=0x0;_0x38a6c5<0x4;_0x38a6c5++){_0x5cdce5[_0x38a6c5*0x4+_0x30a6d6]=0x0;for(let _0x1a9148=0x0;_0x1a9148<0x4;_0x1a9148++){_0x5cdce5[_0x38a6c5*0x4+_0x30a6d6]+=_0x322983[_0x1a9148*0x4+_0x30a6d6]*_0x2de920[_0x38a6c5*0x4+_0x1a9148];}}}return _0x5cdce5;}function fnv1a(_0x2eb40e){let _0x522f89=0x811c9dc5;for(let _0x5b35b2=0x0;_0x5b35b2<_0x2eb40e['length'];_0x5b35b2++){_0x522f89^=_0x2eb40e['charCodeAt'](_0x5b35b2),_0x522f89+=(_0x522f89<<0x1)+(_0x522f89<<0x4)+(_0x522f89<<0x7)+(_0x522f89<<0x8)+(_0x522f89<<0x18);}return _0x522f89>>>0x0;}let cached=null;function getCachedGpuAdapter(){if(typeof navigator==='undefined')return null;const _0x342cd0=navigator['gpu'];if(_0x342cd0===undefined||_0x342cd0===null)return null;const _0x501147=_0x342cd0['requestAdapter'];if(typeof _0x501147!=='function')return null;return cached===null&&(cached=((async()=>{try{const _0x3fa88f=await _0x501147['call'](_0x342cd0);return _0x3fa88f===null||_0x3fa88f===undefined?null:_0x3fa88f;}catch{return null;}})())),cached;}function resetCachedGpuAdapter(){cached=null;}const _0x29b854={};_0x29b854['__proto__']=null,_0x29b854['getCachedGpuAdapter']=getCachedGpuAdapter,_0x29b854['resetCachedGpuAdapter']=resetCachedGpuAdapter;var webgpuAdapter=Object['freeze'](_0x29b854);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 _0x1979d6=getCachedGpuAdapter();if(_0x1979d6===null)return null;const _0x5afcef=await _0x1979d6;if(!_0x5afcef)return null;const _0xccd43=_0x5afcef['info'],_0x37010c=_0xccd43?.['vendor']??'',_0x697896=_0xccd43?.['architecture']??'',_0x90ded=_0xccd43?.['device']??'',_0x11c0a9=_0xccd43?.['description']??'',_0x4225ad=[];_0x5afcef['features']['forEach'](_0x350ae1=>_0x4225ad['push'](_0x350ae1)),_0x4225ad['sort']();const _0x4d71ab={};for(const _0x1c448a of DISCRIMINATING_LIMITS){_0x1c448a in _0x5afcef['limits']&&(_0x4d71ab[_0x1c448a]=_0x5afcef['limits'][_0x1c448a]);}const _0x2533cc={};return _0x2533cc['vendor']=_0x37010c,_0x2533cc['architecture']=_0x697896,_0x2533cc['device']=_0x90ded,_0x2533cc['description']=_0x11c0a9,_0x2533cc['features']=_0x4225ad,_0x2533cc['limits']=_0x4d71ab,_0x2533cc;}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',_0x5e9cef={};_0x5e9cef['wgCount']=0x80,_0x5e9cef['wgSize']=0x40;const _0x136bb8={};_0x136bb8['wgCount']=0x100,_0x136bb8['wgSize']=0x40;const _0x4d5486={};_0x4d5486['wgCount']=0x80,_0x4d5486['wgSize']=0x80;const CONFIGS=[_0x5e9cef,_0x136bb8,_0x4d5486],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{const {getCachedGpuAdapter:_0x54ddb4}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x5d9727=_0x54ddb4();if(_0x5d9727===null)return null;const _0x2cba92=await _0x5d9727;if(_0x2cba92===null)return null;const _0x435856=await _0x2cba92['requestDevice']();try{const _0x3ed38c=_0x435856['queue'],_0x5caa13={};_0x5caa13['code']=SHADER;const _0x2591d5=_0x435856['createShaderModule'](_0x5caa13),_0x440720=await collectDistribution(_0x435856,_0x3ed38c,_0x2591d5),_0x9404ab=await collectDistribution(_0x435856,_0x3ed38c,_0x2591d5),_0x2170d1=cosine(_0x440720,_0x9404ab);if(_0x2170d1<0.8)return null;const _0x53903f=_0x440720['map']((_0x2306a2,_0x453d7c)=>(_0x2306a2+_0x9404ab[_0x453d7c])/0x2);return _0x53903f['map'](_0x1df0ee=>Math['round'](_0x1df0ee*0x2710)/0x2710);}finally{_0x435856['destroy']();}}catch{return null;}}async function collectDistribution(_0xf6bd51,_0x2af442,_0x41532f){const _0x271a43=[];for(const _0x1162cc of CONFIGS){const _0xbf8c3c=[];for(let _0x212e4b=0x0;_0x212e4b<TRIALS;_0x212e4b++){const _0x11113a=await runTrial(_0xf6bd51,_0x2af442,_0x41532f,_0x1162cc['wgCount'],_0x1162cc['wgSize'],LIMIT);_0xbf8c3c['push'](_0x11113a);}const _0x3a7a5a=medianOfTrials(_0xbf8c3c),_0x5a8cc0=normalize(_0x3a7a5a),_0x2d61c0=downsample(_0x5a8cc0,BINS);_0x271a43['push'](..._0x2d61c0);}return _0x271a43;}function cosine(_0x3bd208,_0x51837d){let _0x1e38d3=0x0,_0x328993=0x0,_0x493789=0x0;for(let _0x2ef828=0x0;_0x2ef828<_0x3bd208['length'];_0x2ef828++){_0x1e38d3+=_0x3bd208[_0x2ef828]*_0x51837d[_0x2ef828],_0x328993+=_0x3bd208[_0x2ef828]*_0x3bd208[_0x2ef828],_0x493789+=_0x51837d[_0x2ef828]*_0x51837d[_0x2ef828];}const _0x20ebd3=Math['sqrt'](_0x328993)*Math['sqrt'](_0x493789);return _0x20ebd3===0x0?0x0:_0x1e38d3/_0x20ebd3;}async function runTrial(_0x2d5dd0,_0x59e7fe,_0x23c4e0,_0x5b56de,_0x3de043,_0x4bad7d){const _0x3ef79f={};_0x3ef79f['WG_SIZE']=_0x3de043;const _0x4f5b8b={};_0x4f5b8b['module']=_0x23c4e0,_0x4f5b8b['entryPoint']='main',_0x4f5b8b['constants']=_0x3ef79f;const _0xf6bd64={};_0xf6bd64['layout']='auto',_0xf6bd64['compute']=_0x4f5b8b;const _0x55d3e5=_0x2d5dd0['createComputePipeline'](_0xf6bd64),_0x365676=_0x5b56de*0x4,_0x4aa99e={};_0x4aa99e['size']=0x4,_0x4aa99e['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x3d73fb=_0x2d5dd0['createBuffer'](_0x4aa99e),_0x577c8c={};_0x577c8c['size']=_0x365676,_0x577c8c['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x5b5efa=_0x2d5dd0['createBuffer'](_0x577c8c),_0x43384b={};_0x43384b['size']=0x10,_0x43384b['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x1b5d64=_0x2d5dd0['createBuffer'](_0x43384b),_0x1d6fe0={};_0x1d6fe0['size']=_0x365676,_0x1d6fe0['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x4b844c=_0x2d5dd0['createBuffer'](_0x1d6fe0);try{_0x59e7fe['writeBuffer'](_0x3d73fb,0x0,new Uint32Array([0x0])),_0x59e7fe['writeBuffer'](_0x5b5efa,0x0,new Uint8Array(_0x365676)),_0x59e7fe['writeBuffer'](_0x1b5d64,0x0,new Uint32Array([_0x4bad7d,0x0,0x0,0x0]));const _0x5ea2f0={};_0x5ea2f0['buffer']=_0x3d73fb;const _0xd6d4c9={};_0xd6d4c9['binding']=0x0,_0xd6d4c9['resource']=_0x5ea2f0;const _0x5547fd={};_0x5547fd['buffer']=_0x5b5efa;const _0xcbd6d5={};_0xcbd6d5['binding']=0x1,_0xcbd6d5['resource']=_0x5547fd;const _0x413d5e={};_0x413d5e['buffer']=_0x1b5d64;const _0x58364b={};_0x58364b['binding']=0x2,_0x58364b['resource']=_0x413d5e;const _0x3563dc=_0x2d5dd0['createBindGroup']({'layout':_0x55d3e5['getBindGroupLayout'](0x0),'entries':[_0xd6d4c9,_0xcbd6d5,_0x58364b]}),_0x1c5841=_0x2d5dd0['createCommandEncoder'](),_0x2daf00=_0x1c5841['beginComputePass']();_0x2daf00['setPipeline'](_0x55d3e5),_0x2daf00['setBindGroup'](0x0,_0x3563dc),_0x2daf00['dispatchWorkgroups'](_0x5b56de,0x1,0x1),_0x2daf00['end'](),_0x1c5841['copyBufferToBuffer'](_0x5b5efa,0x0,_0x4b844c,0x0,_0x365676),_0x59e7fe['submit']([_0x1c5841['finish']()]),await _0x59e7fe['onSubmittedWorkDone'](),await _0x4b844c['mapAsync'](GPUMapMode['READ']);const _0x5db326=new Uint32Array(_0x4b844c['getMappedRange']()['slice'](0x0));return _0x4b844c['unmap'](),Array['from'](_0x5db326);}finally{_0x3d73fb['destroy'](),_0x5b5efa['destroy'](),_0x1b5d64['destroy'](),_0x4b844c['destroy']();}}function medianOfTrials(_0xc252aa){const _0x4b4f2f=_0xc252aa[0x0]['length'],_0x530656=new Array(_0x4b4f2f);for(let _0x2b55bd=0x0;_0x2b55bd<_0x4b4f2f;_0x2b55bd++){const _0xa4a8a=_0xc252aa['map'](_0x33a50f=>_0x33a50f[_0x2b55bd])['sort']((_0x18c29e,_0x2472c3)=>_0x18c29e-_0x2472c3),_0xe1143e=Math['floor'](_0xa4a8a['length']/0x2);_0x530656[_0x2b55bd]=_0xa4a8a['length']%0x2?_0xa4a8a[_0xe1143e]:(_0xa4a8a[_0xe1143e-0x1]+_0xa4a8a[_0xe1143e])/0x2;}return _0x530656;}function normalize(_0x1283f6){const _0x22f762=_0x1283f6['reduce']((_0x404bb7,_0x543138)=>_0x404bb7+_0x543138,0x0)||0x1;return _0x1283f6['map'](_0x4aefd5=>_0x4aefd5/_0x22f762);}function downsample(_0x1573ea,_0x593865){const _0x5bae23=_0x1573ea['length'],_0xb4851b=new Array(_0x593865)['fill'](0x0);for(let _0x385f5d=0x0;_0x385f5d<_0x5bae23;_0x385f5d++){_0xb4851b[Math['floor'](_0x385f5d*_0x593865/_0x5bae23)]+=_0x1573ea[_0x385f5d];}const _0x307427=_0xb4851b['reduce']((_0x41b550,_0x99e8c5)=>_0x41b550+_0x99e8c5,0x0)||0x1;return _0xb4851b['map'](_0x136368=>_0x136368/_0x307427);}async function getWebRtcDevices(){const _0xc3d58e=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0xc3d58e===undefined||typeof _0xc3d58e['enumerateDevices']!=='function')return undefined;try{const _0x17c5dd=await _0xc3d58e['enumerateDevices']();let _0x39bd54=0x0,_0x4e0a71=0x0,_0x1bd086=0x0;const _0x304bd6=[];for(const _0xf656eb of _0x17c5dd){_0x304bd6['push'](_0xf656eb['kind']);if(_0xf656eb['kind']==='audioinput')_0x39bd54++;else{if(_0xf656eb['kind']==='audiooutput')_0x4e0a71++;else _0x1bd086++;}}const _0x37a6f6=_0x304bd6['join'](',');let _0x25a124=0x0;for(let _0x69a61d=0x0;_0x69a61d<_0x37a6f6['length'];_0x69a61d++){_0x25a124=(_0x25a124<<0x5)-_0x25a124+_0x37a6f6['charCodeAt'](_0x69a61d)|0x0;}return{'audioInputCount':_0x39bd54,'audioOutputCount':_0x4e0a71,'videoInputCount':_0x1bd086,'totalCount':_0x17c5dd['length'],'kindsHash':(_0x25a124>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAncestorOrigins(){try{const _0x3d3424=window['location'],_0x7453a4=_0x3d3424['href'],_0x429e19=_0x3d3424['ancestorOrigins'];let _0x181765=null;if(_0x429e19!==undefined&&_0x429e19!==null){_0x181765=[];for(let _0x21bfdc=0x0;_0x21bfdc<_0x429e19['length'];_0x21bfdc++){const _0x1b0454=_0x429e19[_0x21bfdc];if(typeof _0x1b0454==='string')_0x181765['push'](_0x1b0454);}}const _0x13f198={};return _0x13f198['w']=_0x7453a4,_0x13f198['l']=_0x7453a4,_0x13f198['a']=_0x181765,_0x13f198;}catch{return null;}}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x422f53}=window;if(typeof _0x422f53?.['canMakePayments']!=='function')return null;if(willPrintConsoleError())return null;try{return _0x422f53['canMakePayments']();}catch(_0x1ab753){if(_0x1ab753 instanceof Error&&_0x1ab753['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x1ab753['message']))return null;throw _0x1ab753;}}async function getBatterySignal(){const _0x4479d5=navigator;if(typeof _0x4479d5['getBattery']!=='function')return null;try{const _0x2b104e=await _0x4479d5['getBattery']();if(_0x2b104e===undefined||_0x2b104e===null)return null;const _0x67a84c=_0x2b104e['chargingTime'],_0x5a3210=_0x2b104e['dischargingTime'];return{'level':_0x2b104e['level'],'charging':_0x2b104e['charging'],'ct':Number['isFinite'](_0x67a84c)?_0x67a84c:null,'dt':Number['isFinite'](_0x5a3210)?_0x5a3210:null};}catch{return null;}}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x26e420=0x0;_0x26e420<0x100;_0x26e420++){let _0x4ac535=_0x26e420;for(let _0x5b4d5c=0x0;_0x5b4d5c<0x8;_0x5b4d5c++)_0x4ac535=_0x4ac535&0x1?0xedb88320^_0x4ac535>>>0x1:_0x4ac535>>>0x1;table[_0x26e420]=_0x4ac535;}return table;}function crc32(_0x5149ac){const _0x31f71f=getTable();let _0x555d74=0xffffffff;for(let _0x5a201f=0x0;_0x5a201f<_0x5149ac['length'];_0x5a201f++){_0x555d74=_0x31f71f[(_0x555d74^_0x5149ac['charCodeAt'](_0x5a201f))&0xff]^_0x555d74>>>0x8;}return(_0x555d74^0xffffffff)>>>0x0;}function summarizePrototype(_0x43d90b){const _0x3f6877={};_0x3f6877['count']=0x0,_0x3f6877['hash']=0x0;if(!_0x43d90b)return _0x3f6877;try{const _0xb886c5=Object['getOwnPropertyNames'](_0x43d90b)['sort'](),_0x3fadba=_0xb886c5['join'](',');return{'count':_0xb886c5['length'],'hash':crc32(_0x3fadba)};}catch{const _0x237a12={};return _0x237a12['count']=0x0,_0x237a12['hash']=0x0,_0x237a12;}}function isNativeFunction$1(_0x1357a2){try{return typeof _0x1357a2==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x1357a2));}catch{return![];}}function getBomEnumeration(){try{const _0x477896=summarizePrototype(Navigator['prototype']),_0x2bdad1=summarizePrototype(Screen['prototype']),_0x1e48de=summarizePrototype(HTMLElement['prototype']),_0x4c069d=summarizePrototype(Document['prototype']),_0x25bc0e={};_0x25bc0e['count']=0x0,_0x25bc0e['hash']=0x0;let _0x30e2e5=_0x25bc0e;typeof Performance!=='undefined'&&(_0x30e2e5=summarizePrototype(Performance['prototype']));const _0x4f6d99=_0x477896['count']+_0x2bdad1['count']+_0x1e48de['count']+_0x4c069d['count']+_0x30e2e5['count'],_0x4ba9f3=window,_0x495dea='chrome'in window&&typeof _0x4ba9f3['chrome']==='object',_0x334a7e=typeof navigator['brave']==='object',_0x5a5ec2='__playwright'in _0x4ba9f3||'__selenium_unwrapped'in _0x4ba9f3||'__webdriver_evaluate'in _0x4ba9f3||'__nightmare'in _0x4ba9f3||'_phantom'in _0x4ba9f3||'__lastWatirAlert'in _0x4ba9f3;let _0x2c3d76=!![];try{const _0x5c9c7c=navigator['plugins'];_0x2c3d76=_0x5c9c7c['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x2c3d76=![];}let _0x2929a3=!![];try{const _0x3f0054=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x3f0054)_0x2929a3=![];else{if('value'in _0x3f0054)_0x2929a3=![];else _0x3f0054['get']?_0x2929a3=isNativeFunction$1(_0x3f0054['get']):_0x2929a3=![];}}catch{_0x2929a3=![];}const _0x404d07=typeof SharedWorker!=='undefined',_0x59c8ed=typeof Notification!=='undefined',_0x14595d={};_0x14595d['hasChrome']=_0x495dea,_0x14595d['hasBraveShield']=_0x334a7e,_0x14595d['hasAutomation']=_0x5a5ec2,_0x14595d['pluginConsistent']=_0x2c3d76,_0x14595d['webdriverNative']=_0x2929a3,_0x14595d['hasSharedWorker']=_0x404d07,_0x14595d['hasNotification']=_0x59c8ed;const _0x27f5b1={};return _0x27f5b1['nav']=_0x477896,_0x27f5b1['scr']=_0x2bdad1,_0x27f5b1['html']=_0x1e48de,_0x27f5b1['doc']=_0x4c069d,_0x27f5b1['perf']=_0x30e2e5,_0x27f5b1['total']=_0x4f6d99,_0x27f5b1['markers']=_0x14595d,_0x27f5b1;}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 _0x3415a4=navigator['connection'];if(_0x3415a4===undefined||_0x3415a4===null)return null;const _0x473592=typeof _0x3415a4['downlink']==='number'?_0x3415a4['downlink']:0x0,_0xeb098=Math['round'](_0x473592*0xa)/0xa|0x0,_0x547a9d=_0x3415a4['metered']===!![],_0x1822ac={};return _0x1822ac['downlink']=_0xeb098,_0x1822ac['metered']=_0x547a9d,_0x1822ac;}function getConnectionInfo(){try{const _0x57d81c=navigator['connection'];if(!_0x57d81c)return null;const _0xffd0cb=Object['getOwnPropertyDescriptor'](_0x57d81c,Symbol['toStringTag']);if(_0xffd0cb?.['configurable']===!![])return!![];for(let _0x3e0870=0x0;_0x3e0870<_0x57d81c['length'];_0x3e0870++){const _0x4e12fe=Object['getOwnPropertyDescriptor'](_0x57d81c,_0x3e0870);if(_0x4e12fe!==undefined&&(_0x4e12fe['configurable']===!![]||_0x4e12fe['enumerable']===!![]))return!![];}return![];}catch{return null;}}function getConnectionSaveData(){if(typeof navigator==='undefined')return null;const _0x22c395=navigator['connection'];if(_0x22c395===undefined||_0x22c395===null)return null;return _0x22c395['saveData']===!![];}const PROBE_VALUE='calc(0.207912px)';function getCssCalcResolved(){if(typeof document==='undefined')return null;const _0x4a287a=document['createElement']('div');_0x4a287a['style']['cssText']='width:'+PROBE_VALUE+';position:absolute;left:-9999px',document['body']['appendChild'](_0x4a287a);let _0xad3f5b;try{_0xad3f5b=getComputedStyle(_0x4a287a)['width'];}finally{_0x4a287a['remove']();}return _0xad3f5b['startsWith']('0')||_0xad3f5b['startsWith']('calc')?PROBE_VALUE:_0xad3f5b;}function getCssRegisterProperty(){if(typeof window==='undefined')return null;const _0x3fff07=window['CSS'];if(_0x3fff07===undefined||_0x3fff07===null)return![];return typeof _0x3fff07['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(_0x18de4c){return matchMedia('(prefers-contrast:\x20'+_0x18de4c+')')['matches'];}function areCookiesEnabled(){const _0x4de723=document;try{_0x4de723['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x28af0e=_0x4de723['cookie']['indexOf']('cookietest=')!==-0x1;return _0x4de723['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x28af0e;}catch{return![];}}function getCssSupports(){if(typeof CSS==='undefined')return null;return CSS['supports']('backdrop-filter','blur(2px)');}function getDateTimeLocale(){const _0x1a608f=window['Intl'];if(_0x1a608f===undefined)return-0x1;const _0x560063=_0x1a608f['DateTimeFormat'];if(_0x560063===undefined)return-0x2;const _0x3cd4de=_0x560063()['resolvedOptions']()['locale'];if(!_0x3cd4de&&_0x3cd4de!=='')return-0x3;return _0x3cd4de;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x2fc4db=window['devicePixelRatio'];return _0x2fc4db??null;}function getDoNotTrack(){const _0x4ae380=navigator['doNotTrack'];return _0x4ae380??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 _0x3f7265=navigator['storage'];if(_0x3f7265===undefined||typeof _0x3f7265['getDirectory']!=='function')return undefined;return await _0x3f7265['getDirectory'](),!![];}catch{return![];}}const PROBE_FILENAME='default.ini',PROBE_TIMEOUT_MS$2=0xc8;function fsProbe(_0x15ebbc){return new Promise(_0x556cc5=>{const _0x58ddba=new Image();let _0x1daccd=![];const _0x2f1c5b=_0xc7da25=>{if(_0x1daccd)return;_0x1daccd=!![];const _0x288a40={};_0x288a40['n']=_0x15ebbc,_0x288a40['l']=_0xc7da25,_0x556cc5(_0x288a40);};_0x58ddba['onload']=()=>_0x2f1c5b(_0x58ddba['naturalWidth']|0x0),_0x58ddba['onerror']=()=>_0x2f1c5b(-0x1),_0x58ddba['src']='file:///'+_0x15ebbc+'?_='+Date['now'](),setTimeout(()=>_0x2f1c5b(-0x1),PROBE_TIMEOUT_MS$2);});}function getFilesystemUrlProbe(){if(typeof window==='undefined'||typeof Image!=='function')return null;if(typeof location!=='undefined'){const _0x569179=location['protocol'];if(_0x569179==='http:'||_0x569179==='https:')return null;}return async()=>{const _0x2dbd06=await fsProbe(PROBE_FILENAME);return[_0x2dbd06];};}const POSITION_TIMEOUT_MS=0x2710;function getGeolocationProbe(){if(typeof navigator==='undefined')return null;const _0x311ccb=navigator['geolocation'];if(_0x311ccb===undefined||_0x311ccb===null)return null;const _0xc99574=navigator['permissions'];if(!_0xc99574||typeof _0xc99574['query']!=='function')return null;const _0x11c275=_0xc99574['query'];return async()=>{let _0x143dbc;try{const _0x47b642={};_0x47b642['name']='geolocation',_0x143dbc=(await _0x11c275['call'](_0xc99574,_0x47b642))['state'];}catch{return null;}const _0x3724e0={};_0x3724e0['state']='prompt';if(_0x143dbc==='prompt')return _0x3724e0;const _0x1852d8={};_0x1852d8['state']='denied';if(_0x143dbc==='denied')return _0x1852d8;if(_0x143dbc!=='granted')return null;return new Promise(_0x2323fb=>{const _0x6e0709={};_0x6e0709['enableHighAccuracy']=!![],_0x6e0709['timeout']=POSITION_TIMEOUT_MS,_0x6e0709['maximumAge']=0x0,_0x311ccb['getCurrentPosition'](_0x1eda00=>{const _0x43d3ef=_0x1eda00['coords'],_0x3b9f83={};_0x3b9f83['la']=_0x43d3ef['latitude'],_0x3b9f83['lo']=_0x43d3ef['longitude'],_0x3b9f83['al']=_0x43d3ef['altitude'],_0x3b9f83['ac']=_0x43d3ef['accuracy'],_0x3b9f83['alac']=_0x43d3ef['altitudeAccuracy'],_0x3b9f83['h']=_0x43d3ef['heading'],_0x3b9f83['s']=_0x43d3ef['speed'],_0x3b9f83['t']=_0x1eda00['timestamp'],_0x2323fb(_0x3b9f83);},_0x39831d=>{const _0x29c969={};_0x29c969['state']='denied';const _0xa10e1c={};_0xa10e1c['state']='timeout';const _0x11e18b={};_0x11e18b['state']='unavailable';if(_0x39831d['code']===0x1)_0x2323fb(_0x29c969);else{if(_0x39831d['code']===0x3)_0x2323fb(_0xa10e1c);else _0x2323fb(_0x11e18b);}},_0x6e0709);});};}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x1c9e7e){return matchMedia('(forced-colors:\x20'+_0x1c9e7e+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x35783c,_0x3f7fb7)=>{const _0x3f6aec=_0x3f7fb7['document'],_0x23bd89=_0x3f6aec['createElement']('input');_0x23bd89['type']='radio',_0x3f6aec['body']['appendChild'](_0x23bd89);const _0x53f473=_0x3f7fb7['getComputedStyle'](_0x23bd89)['getPropertyValue']('font-family');return _0x3f6aec['body']['removeChild'](_0x23bd89),_0x53f473||undefined;});}function getHardwareConcurrency(){const _0x5ecfdc=getUnstableHardwareConcurrency();if(_0x5ecfdc!==undefined&&isGecko()&&isGecko143OrNewer())return _0x5ecfdc>=0x8?0x8:0x4;return _0x5ecfdc;}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(_0x233488){return matchMedia('(dynamic-range:\x20'+_0x233488+')')['matches'];}async function getIncognitoDetection(){try{if(typeof navigator==='undefined')return null;return await new Promise((_0x220c5a,_0x45f22a)=>{let _0x1bfa56='Unknown',_0x24a1fd=![];const _0x3bf2a5=_0x49ab18=>{if(_0x24a1fd)return;_0x24a1fd=!![];const _0x26e7c3={};_0x26e7c3['isPrivate']=_0x49ab18,_0x26e7c3['browserName']=_0x1bfa56,_0x220c5a(_0x26e7c3);},_0x44fc6d=()=>{const _0x3d9dec=navigator['userAgent'];if(_0x3d9dec['match'](/Chrome/)){if(navigator['brave']!==undefined)return'Brave';if(_0x3d9dec['match'](/Edg/))return'Edge';if(_0x3d9dec['match'](/OPR/))return'Opera';return'Chrome';}return'Chromium';},_0x4b05dc=async()=>{try{const _0x352e76=navigator['storage'];await _0x352e76['getDirectory'](),_0x3bf2a5(![]);}catch(_0x18e39b){const _0x5302f0=_0x18e39b instanceof Error&&typeof _0x18e39b['message']==='string'?_0x18e39b['message']:String(_0x18e39b);_0x3bf2a5(_0x5302f0['includes']('unknown\x20transient\x20reason'));}},_0x2fdbcc=()=>{const _0x254d92=String(Math['random']());try{const _0x4ca2d9=indexedDB['open'](_0x254d92,0x1);_0x4ca2d9['onupgradeneeded']=_0x101293=>{const _0x494afe=_0x101293['target']['result'],_0x5c83cb=_0x56c503=>{_0x3bf2a5(_0x56c503);};try{const _0x233bc9={};_0x233bc9['autoIncrement']=!![],_0x494afe['createObjectStore']('t',_0x233bc9)['put'](new Blob()),_0x5c83cb(![]);}catch(_0x271d3a){const _0x129071=_0x271d3a instanceof Error&&typeof _0x271d3a['message']==='string'?_0x271d3a['message']:String(_0x271d3a);if(_0x129071['includes']('are\x20not\x20yet\x20supported'))_0x5c83cb(!![]);else _0x5c83cb(![]);}finally{_0x494afe['close'](),indexedDB['deleteDatabase'](_0x254d92);}},_0x4ca2d9['onerror']=()=>_0x3bf2a5(![]);}catch{_0x3bf2a5(![]);}},_0x31fca4=()=>{const _0x992385=window['openDatabase'],_0x229e13=window['localStorage'];try{_0x992385(null,null,null,null);}catch{_0x3bf2a5(!![]);return;}try{_0x229e13['setItem']('test','1'),_0x229e13['removeItem']('test');}catch{_0x3bf2a5(!![]);return;}_0x3bf2a5(![]);},_0x5dadf2=async()=>{const _0x5d5750=navigator['storage'];if(typeof _0x5d5750?.['getDirectory']==='function')await _0x4b05dc();else navigator['maxTouchPoints']!==undefined?_0x2fdbcc():_0x31fca4();},_0x4b7b5b=()=>{const _0x628e38=window;return _0x628e38['performance']?.['memory']?.['jsHeapSizeLimit']??0x40000000;},_0x37c12f=()=>{const _0x5e0051=navigator['webkitTemporaryStorage'];_0x5e0051['queryUsageAndQuota']((_0x252777,_0xfc573e)=>{const _0x2d5b7f=Math['round'](_0xfc573e/(0x400*0x400)),_0x5c56bd=Math['round'](_0x4b7b5b()/(0x400*0x400))*0x2;_0x3bf2a5(_0x2d5b7f<_0x5c56bd);},_0x4777aa=>_0x45f22a(new Error('detectIncognito\x20somehow\x20failed\x20to\x20query\x20storage\x20quota:\x20'+_0x4777aa['message'])));},_0x4e3c08=()=>{const _0x113a91=window['webkitRequestFileSystem'];_0x113a91(0x0,0x1,()=>_0x3bf2a5(![]),()=>_0x3bf2a5(!![]));},_0x1b4d6c=()=>{self['Promise']!==undefined&&self['Promise']['allSettled']!==undefined?_0x37c12f():_0x4e3c08();},_0x249ec6=async()=>{const _0x4df5ba=navigator['storage'];if(typeof _0x4df5ba?.['getDirectory']==='function'){try{await _0x4df5ba['getDirectory'](),_0x3bf2a5(![]);}catch(_0x39c3dc){const _0x35258f=_0x39c3dc instanceof Error&&typeof _0x39c3dc['message']==='string'?_0x39c3dc['message']:String(_0x39c3dc);_0x3bf2a5(_0x35258f['includes']('Security\x20error'));}return;}const _0x2466e8=indexedDB['open']('inPrivate');_0x2466e8['onerror']=_0x48d6ca=>{_0x2466e8['error']!==null&&_0x2466e8['error']['name']==='InvalidStateError'&&_0x48d6ca['preventDefault'](),_0x3bf2a5(!![]);},_0x2466e8['onsuccess']=()=>{indexedDB['deleteDatabase']('inPrivate'),_0x3bf2a5(![]);};},_0x3bc564=()=>{_0x3bf2a5(window['indexedDB']===undefined);},_0x2993cb=async()=>{if(isSafariWebKit())_0x1bfa56='Safari',await _0x5dadf2();else{if(isChromium())_0x1bfa56=_0x44fc6d(),_0x1b4d6c();else{if(isGecko())_0x1bfa56='Firefox',await _0x249ec6();else isTrident()||navigator['msSaveBlob']!==undefined?(_0x1bfa56='Internet\x20Explorer',_0x3bc564()):_0x45f22a(new Error('detectIncognito\x20cannot\x20determine\x20the\x20browser'));}}};_0x2993cb()['catch'](_0x45f22a);});}catch{return null;}}const PROBE_TIMEOUT_MS$1=0x3e8;function getInstalledRelatedApps(){if(typeof navigator==='undefined')return null;const _0x26c6b4=navigator['getInstalledRelatedApps'];if(typeof _0x26c6b4!=='function')return null;return async()=>{const _0x273d2c=((async()=>{try{const _0x50db1c=await _0x26c6b4['call'](navigator);if(!Array['isArray'](_0x50db1c)||_0x50db1c['length']===0x0)return null;return _0x50db1c['length'];}catch{return null;}})()),_0x39bd9e=new Promise(_0x25137d=>setTimeout(()=>_0x25137d(null),PROBE_TIMEOUT_MS$1));return Promise['race']([_0x273d2c,_0x39bd9e]);};}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x1b6602=await Promise['race']([new Promise(_0x3a1dd7=>{try{const _0x1529c8='mw_blob_test',_0x17c420='store',_0x4d251a=indexedDB['deleteDatabase'](_0x1529c8);_0x4d251a['onsuccess']=_0x4bbf97,_0x4d251a['onerror']=_0x4bbf97;function _0x4bbf97(){try{const _0x35da1c=indexedDB['open'](_0x1529c8,0x1);_0x35da1c['onupgradeneeded']=()=>{try{_0x35da1c['result']['createObjectStore'](_0x17c420);}catch{_0x3a1dd7(null);}},_0x35da1c['onsuccess']=()=>{try{const _0x3ae663=_0x35da1c['result'],_0x394aed=_0x3ae663['transaction'](_0x17c420,'readwrite'),_0x5b323f=_0x394aed['objectStore'](_0x17c420);try{const _0x5067a4=_0x5b323f['put'](new Blob(['test']),'blob_key');_0x5067a4['onsuccess']=()=>{_0x3ae663['close']();try{indexedDB['deleteDatabase'](_0x1529c8);}catch{}_0x3a1dd7(![]);},_0x5067a4['onerror']=()=>{_0x3ae663['close']();try{indexedDB['deleteDatabase'](_0x1529c8);}catch{}const _0x18206c=_0x5067a4['error']?.['message']??'';_0x3a1dd7(_0x18206c['includes']('not\x20yet\x20supported')||_0x18206c['includes']('not\x20supported'));};}catch(_0x3dcad7){_0x3ae663['close']();try{indexedDB['deleteDatabase'](_0x1529c8);}catch{}if(_0x3dcad7 instanceof DOMException){const _0x5037ef=_0x3dcad7['message'];_0x3a1dd7(_0x5037ef['includes']('not\x20yet\x20supported')||_0x5037ef['includes']('not\x20supported'));}else _0x3a1dd7(null);}}catch{_0x3a1dd7(null);}},_0x35da1c['onerror']=()=>{_0x3a1dd7(null);};}catch{_0x3a1dd7(null);}}}catch{_0x3a1dd7(null);}}),new Promise(_0x463e69=>setTimeout(()=>_0x463e69(null),0x3e8))]);return _0x1b6602;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x5bf2cf){return matchMedia('(inverted-colors:\x20'+_0x5bf2cf+')')['matches'];}function getLanguages(){const _0x1bcfba=navigator,_0x22435e=[],_0x2dbc70=_0x1bcfba['language']??_0x1bcfba['userLanguage']??_0x1bcfba['browserLanguage']??_0x1bcfba['systemLanguage'];_0x2dbc70!==undefined&&_0x22435e['push']([_0x2dbc70]);if(Array['isArray'](_0x1bcfba['languages']))!(isChromium()&&isChromium86OrNewer())&&_0x22435e['push'](_0x1bcfba['languages']);else{if(typeof _0x1bcfba['languages']==='string'){const _0x79b1e4=_0x1bcfba['languages'];_0x79b1e4!==''&&_0x22435e['push'](_0x79b1e4['split'](','));}}return _0x22435e;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getIntlCurrency(){try{const _0x1bfd34=window['Intl'],_0x42d335=_0x1bfd34?.['NumberFormat'];if(_0x42d335===undefined)return null;try{const _0x4a345e={};_0x4a345e['style']='currency';const _0x3b45d2=new _0x42d335(undefined,_0x4a345e),_0x9a4b5e=_0x3b45d2['resolvedOptions']();if(typeof _0x9a4b5e['currency']==='string'&&_0x9a4b5e['currency']['length']===0x3)return _0x9a4b5e['currency']['toUpperCase']();}catch{}return null;}catch{return null;}}function getIntlMetadata(){try{const _0x3fba4b=window['Intl'],_0x2792b9=_0x3fba4b?.['DateTimeFormat'];if(_0x2792b9===undefined){const _0x2ed7af={};return _0x2ed7af['hourCycle']=null,_0x2ed7af['numberingSystem']=null,_0x2ed7af['calendar']=null,_0x2ed7af;}const _0x19e74e=new _0x2792b9()['resolvedOptions'](),_0x4022de={};return _0x4022de['hourCycle']=typeof _0x19e74e['hourCycle']==='string'?_0x19e74e['hourCycle']:null,_0x4022de['numberingSystem']=typeof _0x19e74e['numberingSystem']==='string'?_0x19e74e['numberingSystem']:null,_0x4022de['calendar']=typeof _0x19e74e['calendar']==='string'?_0x19e74e['calendar']:null,_0x4022de;}catch{const _0x4559d7={};return _0x4559d7['hourCycle']=null,_0x4559d7['numberingSystem']=null,_0x4559d7['calendar']=null,_0x4559d7;}}function getLocaleCurrency(){try{const _0x5da81d=navigator['language'];if(!_0x5da81d)return null;const _0xa42058={};_0xa42058['style']='currency',_0xa42058['currency']='USD';const _0x402761=0x1['toLocaleString'](_0x5da81d,_0xa42058),_0xc9d1b4={};_0xc9d1b4['style']='currency',_0xc9d1b4['currency']='USD';const _0x185583=0x1['toLocaleString'](undefined,_0xc9d1b4),_0x52a104={};return _0x52a104['match']=_0x402761===_0x185583,_0x52a104['explicit']=_0x402761,_0x52a104['implicit']=_0x185583,_0x52a104;}catch{return null;}}const _0x4cf434={};_0x4cf434['any-hover']=['hover','none'],_0x4cf434['any-pointer']=['none','coarse','fine'],_0x4cf434['pointer']=['none','coarse','fine'],_0x4cf434['hover']=['hover','none'],_0x4cf434['update']=['fast','slow'],_0x4cf434['scripting']=['none','initial-only','enabled'];const queries=_0x4cf434;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x5c7241={};for(const [_0x44e87f,_0x442d10]of Object['entries'](queries)){for(const _0x17d3e3 of _0x442d10){if(matchMedia('('+_0x44e87f+':\x20'+_0x17d3e3+')')['matches']){_0x5c7241[_0x44e87f]=_0x17d3e3;break;}}}return _0x5c7241;}function getMediaSession(){try{const _0x44edda=navigator['mediaSession'];if(_0x44edda===undefined||_0x44edda===null)return null;let _0x4ef371=null;if(_0x44edda['metadata']!==null&&_0x44edda['metadata']!==undefined){const _0x47318b=_0x44edda['metadata']['artwork'],_0x268816=Array['isArray'](_0x47318b)?_0x47318b['length']:0x0,_0xb1bd9a={};_0xb1bd9a['artworkCount']=_0x268816,_0x4ef371=_0xb1bd9a;}const _0x201ea6={};return _0x201ea6['metadata']=_0x4ef371,_0x201ea6['playbackState']=typeof _0x44edda['playbackState']==='string'?_0x44edda['playbackState']:'none',_0x201ea6['hasSetActionHandler']=typeof _0x44edda['setActionHandler']==='function',_0x201ea6;}catch{return null;}}function getMimeTypes(){try{const _0x360844=navigator['mimeTypes'];if(_0x360844===undefined)return undefined;let _0x5a6c78=Object['getPrototypeOf'](_0x360844)===MimeTypeArray['prototype'];for(let _0x77254b=0x0;_0x77254b<_0x360844['length'];_0x77254b++){_0x5a6c78&&(_0x5a6c78=Object['getPrototypeOf'](_0x360844[_0x77254b])===MimeType['prototype']);}return _0x5a6c78;}catch{return undefined;}}function getMimeTypesCount(){if(typeof navigator==='undefined')return null;const _0x1e57e8=navigator['mimeTypes'];return _0x1e57e8?.['length']??0x0;}function getNavigatorLanguages(){const _0x4cd5c3=navigator['languages'];return _0x4cd5c3??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 _0x5a465f=window['RTCPeerConnection'];if(typeof _0x5a465f!=='function')return null;return _0x5a465f;}function getNetworkIceProbe(){const _0x25ab7d=getRTCConstructor();if(_0x25ab7d===null)return null;return()=>new Promise(_0x3a5db6=>{let _0x1c3cd8=null,_0x3525f8=![],_0x17da07=null;const _0x487971=_0x5583c9=>{if(_0x3525f8)return;_0x3525f8=!![];if(_0x17da07!==null)clearTimeout(_0x17da07);if(_0x1c3cd8!==null)try{_0x1c3cd8['close']();}catch{}_0x3a5db6(_0x5583c9);};try{const _0x49d7cc={};_0x49d7cc['urls']=STUN_URL;const _0x45cadc={};_0x45cadc['iceServers']=[_0x49d7cc],_0x1c3cd8=new _0x25ab7d(_0x45cadc),_0x1c3cd8['createDataChannel'](PROBE_DATA_CHANNEL_LABEL),_0x1c3cd8['onicecandidate']=_0x3c425c=>{if(_0x3c425c['candidate']===null)_0x487971(!![]);},_0x1c3cd8['onicecandidateerror']=()=>_0x487971(![]),_0x1c3cd8['createOffer']()['then'](_0x237fec=>{if(_0x3525f8||_0x1c3cd8===null)return;return _0x1c3cd8['setLocalDescription'](_0x237fec);})['catch'](()=>_0x487971(![])),_0x17da07=setTimeout(()=>_0x487971(![]),PROBE_TIMEOUT_MS);}catch{_0x487971(![]);}});}function getNetworkRTT(){const _0x57f854=navigator;return _0x57f854['connection']?.['rtt']??null;}function getNotificationPresence(){return typeof window['Notification']!=='undefined';}function getOsCpu(){if(typeof navigator==='undefined')return null;const _0x564dc5=navigator['oscpu'];return _0x564dc5??null;}function getPageUrl(){try{if(typeof window==='undefined')return null;const _0x4d7f86={};return _0x4d7f86['l']=window['location']['href'],_0x4d7f86['f']='',[_0x4d7f86];}catch{return null;}}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x1f3a74=performance['memory'];if(_0x1f3a74===undefined||typeof _0x1f3a74['jsHeapSizeLimit']!=='number')return undefined;return _0x1f3a74['jsHeapSizeLimit'];}function getPerformanceNowMicroseconds(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;return Math['floor'](performance['now']()*0x3e8);}function getPerformanceResolution(){const _0x21a4b3=window['performance'];if(typeof _0x21a4b3['now']!=='function')return null;let _0x1126a7=0x1,_0x28545d=0x1,_0x3c8e46=_0x21a4b3['now'](),_0x3ee54f=_0x3c8e46;for(let _0x4ca2bc=0x0;_0x4ca2bc<0xc350;_0x4ca2bc++){_0x3c8e46=_0x3ee54f,_0x3ee54f=_0x21a4b3['now']();if(_0x3c8e46<_0x3ee54f){const _0x39fcda=_0x3ee54f-_0x3c8e46;if(_0x39fcda>_0x1126a7){if(_0x39fcda<_0x28545d)_0x28545d=_0x39fcda;}else _0x39fcda<_0x1126a7&&(_0x28545d=_0x1126a7,_0x1126a7=_0x39fcda);}}return[_0x1126a7,_0x28545d];}const permissionNames=['accelerometer','ambient-light-sensor','background-fetch','background-sync','bluetooth','camera','clipboard-read','clipboard-write','display-capture','geolocation','gyroscope','local-fonts','magnetometer','microphone','midi','nfc','notifications','payment-handler','persistent-storage','push','screen-wake-lock','speaker-selection','storage-access','window-management'],PERMISSION_QUERY_TIMEOUT_MS=0x3e8,PERMISSION_RETRIES=0x3,_0x7402fe={};_0x7402fe['kind']='timeout';const TIMEOUT_OUTCOME=_0x7402fe;async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x224e99=[],_0x5c8b40=new Set();for(let _0x32fba4=0x0;_0x32fba4<PERMISSION_RETRIES;_0x32fba4++){const _0x26b0fb={},_0x2123c5=permissionNames['filter'](_0x56cd19=>!_0x5c8b40['has'](_0x56cd19))['map'](async _0x4dbf28=>{const _0x3e964f={};_0x3e964f['name']=_0x4dbf28;const _0x14b63a=navigator['permissions']['query'](_0x3e964f)['then'](_0x504916=>({'kind':'ok','state':_0x504916['state']}),()=>({'kind':'unsupported'})),_0x4fd591=await withTimeout(_0x14b63a,PERMISSION_QUERY_TIMEOUT_MS,TIMEOUT_OUTCOME);if(_0x4fd591['kind']==='timeout')_0x5c8b40['add'](_0x4dbf28);else _0x4fd591['kind']==='ok'&&(_0x26b0fb[_0x4dbf28]=_0x4fd591['state']);});await Promise['all'](_0x2123c5),_0x224e99['push'](_0x26b0fb);}const _0x921f3={},_0x3ca466=new Set(_0x224e99['flatMap'](_0x254ed9=>Object['keys'](_0x254ed9)));for(const _0x14f5bf of _0x3ca466){const _0x1bc3aa={};for(const _0x464ee5 of _0x224e99){const _0x3e81b7=_0x464ee5[_0x14f5bf];_0x3e81b7&&(_0x1bc3aa[_0x3e81b7]=(_0x1bc3aa[_0x3e81b7]||0x0)+0x1);}let _0x3e17af='',_0x1a1290=0x0;for(const [_0x127e8f,_0x348190]of Object['entries'](_0x1bc3aa)){_0x348190>_0x1a1290&&(_0x3e17af=_0x127e8f,_0x1a1290=_0x348190);}_0x3e17af&&(_0x921f3[_0x14f5bf]=_0x3e17af);}return _0x921f3;}function getPlatform(){const {platform:_0x115a9b}=navigator;if(_0x115a9b==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x115a9b;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x4aba5a=navigator['plugins'];let _0x1b96e6=Object['getPrototypeOf'](_0x4aba5a)===PluginArray['prototype'];for(let _0x2ccdb8=0x0;_0x2ccdb8<_0x4aba5a['length'];_0x2ccdb8++){_0x1b96e6&&(_0x1b96e6=Object['getPrototypeOf'](_0x4aba5a[_0x2ccdb8])===Plugin['prototype']);}return _0x1b96e6;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x1bbb99=navigator['plugins'],_0x4849ec=[];for(let _0x12a18a=0x0;_0x12a18a<_0x1bbb99['length'];++_0x12a18a){const _0xd1c151=_0x1bbb99['item'](_0x12a18a);if(_0xd1c151===null)continue;const _0x21553f=[];for(let _0x2cd3ad=0x0;_0x2cd3ad<_0xd1c151['length'];++_0x2cd3ad){const _0x3e0291=_0xd1c151[_0x2cd3ad],_0x2c1fdc={};_0x2c1fdc['type']=_0x3e0291['type'],_0x2c1fdc['suffixes']=_0x3e0291['suffixes'],_0x21553f['push'](_0x2c1fdc);}const _0x207ead={};_0x207ead['name']=_0xd1c151['name'],_0x207ead['description']=_0xd1c151['description'],_0x207ead['mimeTypes']=_0x21553f,_0x4849ec['push'](_0x207ead);}return _0x4849ec;}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 _0x1af0e2=navigator['plugins'];if(typeof _0x1af0e2['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x1af0e2['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(_0x390a47){return matchMedia('(prefers-reduced-motion:\x20'+_0x390a47+')')['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 _0x17674f=()=>{const _0x1d995b=getCurrentScreenFrame();if(isFrameSizeNull(_0x1d995b)){screenFrameAttempts+=0x1;if(screenFrameAttempts>=MAX_FRAME_POLL_ATTEMPTS){screenFrameSizeTimeoutId=undefined;return;}screenFrameSizeTimeoutId=setTimeout(_0x17674f,screenFrameCheckInterval);}else screenFrameBackup=_0x1d995b,screenFrameSizeTimeoutId=undefined;};_0x17674f();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x593429=getCurrentScreenFrame();if(isFrameSizeNull(_0x593429)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x593429=getCurrentScreenFrame());}return!isFrameSizeNull(_0x593429)&&(screenFrameBackup=_0x593429),_0x593429;};}function getScreenFrame(){const _0x5bb3bd=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x127864=isGecko()&&isGecko143OrNewer();if(_0x5bb3bd||_0x127864)return()=>Promise['resolve'](undefined);const _0x107b25=getUnstableScreenFrame();return async()=>{const _0x1a1164=await _0x107b25(),_0x1b469c=_0x156c64=>_0x156c64===null?null:round$1(_0x156c64,roundingPrecision);return[_0x1b469c(_0x1a1164[0x0]),_0x1b469c(_0x1a1164[0x1]),_0x1b469c(_0x1a1164[0x2]),_0x1b469c(_0x1a1164[0x3])];};}function getCurrentScreenFrame(){const _0x4497f5=screen;return[replaceNaN(toFloat(_0x4497f5['availTop']),null),replaceNaN(toFloat(_0x4497f5['width'])-toFloat(_0x4497f5['availWidth'])-replaceNaN(toFloat(_0x4497f5['availLeft']),0x0),null),replaceNaN(toFloat(_0x4497f5['height'])-toFloat(_0x4497f5['availHeight'])-replaceNaN(toFloat(_0x4497f5['availTop']),0x0),null),replaceNaN(toFloat(_0x4497f5['availLeft']),null)];}function isFrameSizeNull(_0x3978fd){for(let _0x1e2a06=0x0;_0x1e2a06<0x4;++_0x1e2a06){if(_0x3978fd[_0x1e2a06]!==null&&_0x3978fd[_0x1e2a06]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x29906f,_0xb6a3ce)=>{const _0x3fbae7=_0xb6a3ce['screen'],_0x2a68dc=_0x42b18a=>{const _0x1e67e3=parseInt(_0x42b18a);return typeof _0x1e67e3==='number'&&isNaN(_0x1e67e3)?-0x1:_0x1e67e3;};return{'w':_0x2a68dc(_0x3fbae7['width']),'h':_0x2a68dc(_0x3fbae7['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x3a4f34=screen,_0x30d3d8=_0x34b6a5=>replaceNaN(toInt(_0x34b6a5),null),_0x5a7381=[_0x30d3d8(_0x3a4f34['width']),_0x30d3d8(_0x3a4f34['height'])];return _0x5a7381['sort']()['reverse'](),_0x5a7381;}const MIN_EVENTS=0x5,MAX_SAMPLES=0xc8,velocities=[];let lastY=0x0,lastTime=0x0,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x4d030a={};_0x4d030a['passive']=!![],window['addEventListener']('scroll',()=>{const _0x139387=performance['now'](),_0x20d7b7=window['scrollY'];if(lastTime>0x0){const _0x1c5f30=_0x139387-lastTime;if(_0x1c5f30>0x0&&_0x1c5f30<0x1f4){const _0x34b860=Math['abs'](_0x20d7b7-lastY)/(_0x1c5f30/0x3e8);if(velocities['length']>=MAX_SAMPLES)velocities['shift']();velocities['push'](Math['round'](_0x34b860));}}lastY=_0x20d7b7,lastTime=_0x139387;},_0x4d030a);}function getScrollBehavior(){startObserving();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0x24c2cd=[...velocities]['sort']((_0x1a1ad0,_0x4a761d)=>_0x1a1ad0-_0x4a761d),_0x48bb2e=_0x24c2cd[Math['floor'](_0x24c2cd['length']*0.5)]??0x0,_0x3189ca=_0x24c2cd[Math['floor'](_0x24c2cd['length']*0.9)]??0x0,_0x5b73de={};return _0x5b73de['p50']=_0x48bb2e,_0x5b73de['p90']=_0x3189ca,_0x5b73de['count']=_0x24c2cd['length'],Promise['resolve'](_0x5b73de);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x4b2051,_0x35a06f)=>{const _0x41b35a=_0x35a06f['document'],_0x34bad8=_0x41b35a['createElement']('div');_0x34bad8['style']['width']='100px',_0x34bad8['style']['height']='100px',_0x34bad8['style']['overflow']='scroll',_0x34bad8['style']['visibility']='hidden',_0x41b35a['body']['appendChild'](_0x34bad8);const _0x244cf0=_0x34bad8['offsetWidth']===_0x34bad8['clientWidth'];return _0x41b35a['body']['removeChild'](_0x34bad8),_0x244cf0;});}function getSecureContext(){if(typeof window==='undefined')return null;const _0x565846=window['isSecureContext'];return _0x565846===!![];}function getServiceWorkerPresence(){if(typeof navigator==='undefined')return null;return typeof navigator['serviceWorker']!=='undefined';}const PROBE_KEY='_t';function getSessionStorage(){try{const _0x4a9bf2=window['sessionStorage'];if(_0x4a9bf2===null||_0x4a9bf2===undefined)return![];return _0x4a9bf2['setItem'](PROBE_KEY,'1'),_0x4a9bf2['removeItem'](PROBE_KEY),!![];}catch{return![];}}function getSharedArrayBuffer(){if(typeof window==='undefined')return null;const _0x21a9cf=window['SharedArrayBuffer'];if(typeof _0x21a9cf!=='function')return null;try{const _0xfc7918=new _0x21a9cf(0x1);if(_0xfc7918['byteLength']===undefined)return null;return _0xfc7918['byteLength'];}catch{return null;}}function getStandalonePwa(){if(typeof navigator==='undefined')return null;const _0x63b536=navigator['standalone'];return _0x63b536===!![];}function getStoragePersisted(){if(typeof navigator==='undefined')return null;const _0x2a2a2f=navigator['storage'],_0x74ece9=_0x2a2a2f?.['persisted'];if(typeof _0x74ece9!=='function')return()=>Promise['resolve'](![]);return async()=>{try{return await _0x74ece9['call'](_0x2a2a2f)===!![];}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(_0x24fdfa=>{let _0x2979dd=0x0;const _0x56311d=performance['now']();function _0x51a967(){_0x2979dd++,_0x2979dd>=ITER||performance['now']()-_0x56311d>BUDGET_MS?_0x24fdfa(_0x2979dd*0x4|0x0):setTimeout(_0x51a967,0x0);}setTimeout(_0x51a967,0x0);});}async function getStorageEstimate(){const _0x3ca805=navigator['storage'];if(_0x3ca805===undefined||typeof _0x3ca805['estimate']!=='function')return null;try{const _0x1a4b01=await Promise['race']([_0x3ca805['estimate'](),new Promise((_0x17e889,_0x173cef)=>setTimeout(()=>_0x173cef(new Error('timeout')),0x1f4))]);if(_0x1a4b01['quota']!==undefined&&_0x1a4b01['quota']>0x0)return Math['round'](_0x1a4b01['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0x36e814=navigator['storage'];if(_0x36e814===undefined)return null;const _0x3e11be=_0x36e814['getDirectory'];if(typeof _0x3e11be!=='function')return null;try{const _0xf511cf=await Promise['race']([_0x36e814['getDirectory']()['then'](()=>'',_0x350aa5=>_0x350aa5 instanceof Error?_0x350aa5['message']:String(_0x350aa5)),new Promise((_0x2501e0,_0x147477)=>setTimeout(()=>_0x147477(new Error('timeout')),0xfa))]);return _0xf511cf;}catch{return null;}}const _0x919913={};_0x919913['AccentColor']='ac',_0x919913['AccentColorText']='act',_0x919913['ActiveText']='at',_0x919913['ActiveBorder']='ab',_0x919913['ActiveCaption']='aca',_0x919913['AppWorkspace']='aw',_0x919913['Background']='b',_0x919913['ButtonHighlight']='bh',_0x919913['ButtonShadow']='bs',_0x919913['ButtonBorder']='bb',_0x919913['ButtonFace']='bf',_0x919913['ButtonText']='bt',_0x919913['FieldText']='ft',_0x919913['GrayText']='gt',_0x919913['Highlight']='h',_0x919913['HighlightText']='ht',_0x919913['InactiveBorder']='ib',_0x919913['InactiveCaption']='ic',_0x919913['InactiveCaptionText']='ict',_0x919913['InfoBackground']='infb',_0x919913['InfoText']='it',_0x919913['LinkText']='lt',_0x919913['Mark']='m',_0x919913['Menu']='me',_0x919913['Scrollbar']='s',_0x919913['ThreeDDarkShadow']='tdds',_0x919913['ThreeDFace']='tdf',_0x919913['ThreeDHighlight']='tdh',_0x919913['ThreeDLightShadow']='tdls',_0x919913['ThreeDShadow']='tds',_0x919913['VisitedText']='vt',_0x919913['Window']='w',_0x919913['WindowFrame']='wf',_0x919913['WindowText']='wt',_0x919913['Selecteditem']='si',_0x919913['Selecteditemtext']='sit';const systemColorMap=_0x919913;function getSystemColors(){return getIframePool()['execute']((_0x7270e0,_0x259baa)=>{const _0x729942=_0x259baa['document'];_0x729942['documentElement']['style']['colorScheme']='light';const _0x5aadf3=_0x729942['createElement']('div');_0x729942['body']['appendChild'](_0x5aadf3);const _0x1ec0ab={};for(const _0x116c67 of Object['keys'](systemColorMap)){_0x5aadf3['style']['color']=_0x116c67,_0x1ec0ab[systemColorMap[_0x116c67]]=_0x259baa['getComputedStyle'](_0x5aadf3)['color'];}return _0x729942['body']['removeChild'](_0x5aadf3),_0x1ec0ab;});}function getTimezone(){const _0x12fedb=window['Intl'],_0x1ff287=_0x12fedb?.['DateTimeFormat'];if(_0x1ff287!==undefined){const _0x38dce6=new _0x1ff287()['resolvedOptions']()['timeZone'];if(_0x38dce6!=='')return _0x38dce6;}const _0x586887=-getTimezoneOffset();return'UTC'+(_0x586887>=0x0?'+':'')+_0x586887;}function getTimezoneOffset(){const _0x34fbe7=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0x34fbe7,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0x34fbe7,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 _0x17f67f=window['location']['href'],_0x125f52=new URL(_0x17f67f),_0x480f3a=[_0x125f52['protocol'],_0x125f52['hostname'],_0x125f52['port'],_0x125f52['pathname'],_0x125f52['search'],_0x125f52['hash']];return _0x480f3a['map'](_0x41003e=>x64hash128(_0x41003e));}catch{return null;}}function getMeasuredTimezone(){let _0x1d6ddf='';try{const _0x18924e=window['Intl'],_0x310afe=_0x18924e?.['DateTimeFormat'];_0x310afe!==undefined&&(_0x1d6ddf=new _0x310afe()['resolvedOptions']()['timeZone']);}catch{}const _0x26d644=new Date()['getTimezoneOffset'](),_0x1e5287=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0xb04bd1=new Date()['getFullYear'](),_0x38d62b=new Date(_0xb04bd1,0x0,0x1)['getTimezoneOffset'](),_0x6f00ee=new Date(_0xb04bd1,0x6,0x1)['getTimezoneOffset'](),_0xb2bdc3={};return _0xb2bdc3['reported']=_0x1d6ddf,_0xb2bdc3['offset']=_0x26d644,_0xb2bdc3['historicalOffset']=_0x1e5287,_0xb2bdc3['janOffset']=_0x38d62b,_0xb2bdc3['julOffset']=_0x6f00ee,_0xb2bdc3;}function getTouchSupport(){const _0x130b34=navigator;let _0x556924=0x0,_0x49ce86;if('maxTouchPoints'in _0x130b34)_0x556924=toInt(_0x130b34['maxTouchPoints']);else _0x130b34['msMaxTouchPoints']!==undefined&&(_0x556924=_0x130b34['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x49ce86=!![];}catch{_0x49ce86=![];}const _0x1e37d8='ontouchstart'in window,_0x3569c1={};return _0x3569c1['maxTouchPoints']=_0x556924,_0x3569c1['touchEvent']=_0x49ce86,_0x3569c1['touchStart']=_0x1e37d8,_0x3569c1;}function getUserAgent(){return navigator['userAgent'];}function getUserAgentData(){const _0x4e8224=navigator['userAgentData'];return _0x4e8224!==undefined&&_0x4e8224!==null&&typeof _0x4e8224==='object';}function getVendor(){return navigator['vendor']||'';}function getWebSqlDatabase(){if(typeof window==='undefined')return null;const _0x2bf162=window['openDatabase'];return typeof _0x2bf162==='function';}function getWindowDimensions(){const _0x7ac3c0={};return _0x7ac3c0['outerWidth']=window['outerWidth'],_0x7ac3c0['outerHeight']=window['outerHeight'],_0x7ac3c0['innerWidth']=window['innerWidth'],_0x7ac3c0['innerHeight']=window['innerHeight'],_0x7ac3c0;}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 _0x58a54e=window['AudioContext']??window['webkitAudioContext'];if(_0x58a54e===undefined)return![];return typeof _0x58a54e==='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 _0x539d42=window['RTCPeerConnection']??window['webkitRTCPeerConnection'];if(_0x539d42===undefined)return![];let _0x1c28f1=null;try{_0x1c28f1=new _0x539d42();const _0x122a07=_0x1c28f1['createDataChannel']('lockdown-probe');return _0x122a07['close'](),!![];}catch{return![];}finally{_0x1c28f1?.['close']();}}function checkWebGl(){let _0x285fcb=null;try{const _0x347d50=document['createElement']('canvas');return _0x285fcb=_0x347d50['getContext']('webgl')??_0x347d50['getContext']('experimental-webgl')??_0x347d50['getContext']('webgl2'),_0x285fcb!==null;}catch{return![];}finally{if(_0x285fcb!==null)try{const _0x191f9e=_0x285fcb['getExtension']('WEBGL_lose_context');_0x191f9e?.['loseContext']();}catch{}}}const EXPECTED=[0x0,0x7f,0xff,0xff];function getCanvasPow(){try{const _0x39c359=document['createElement']('canvas');_0x39c359['width']=0x10,_0x39c359['height']=0x10;const _0x837b05=_0x39c359['getContext']('2d');if(_0x837b05===null)return null;_0x837b05['fillStyle']='rgba(0,\x20127,\x20255,\x201)',_0x837b05['fillRect'](0x0,0x0,0x10,0x10);const _0x1edd62=_0x837b05['getImageData'](0x0,0x0,0x1,0x1),_0x39adfd=_0x1edd62['data'];if(_0x39adfd['length']<0x4)return null;const _0x1f1b8b=[_0x39adfd[0x0],_0x39adfd[0x1],_0x39adfd[0x2],_0x39adfd[0x3]],_0x5ca21d=_0x1f1b8b[0x0]===EXPECTED[0x0]&&_0x1f1b8b[0x1]===EXPECTED[0x1]&&_0x1f1b8b[0x2]===EXPECTED[0x2]&&_0x1f1b8b[0x3]===EXPECTED[0x3],_0x32d9aa={};return _0x32d9aa['match']=_0x5ca21d,_0x32d9aa['actual']=_0x1f1b8b,_0x32d9aa['expected']=EXPECTED,_0x32d9aa;}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 _0x41b61e={};return _0x41b61e['trapTriggered']=![],_0x41b61e['reliable']=![],_0x41b61e;}let _0x3217c2=![];const _0x8287bd={};_0x8287bd['ownKeys']=function(){return _0x3217c2=!![],[];};const _0x38d95b=new Proxy({},_0x8287bd),_0x10c7ea=Object['create'](_0x38d95b);try{NATIVE_CONSOLE_DEBUG(_0x10c7ea);}catch{}const _0xd937bb={};return _0xd937bb['trapTriggered']=_0x3217c2,_0xd937bb['reliable']=CACHED_DEBUG_IS_NATIVE,_0xd937bb;}catch{const _0x439a5a={};return _0x439a5a['trapTriggered']=![],_0x439a5a['reliable']=![],_0x439a5a;}}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 _0x1cb9b4=[];try{const _0xf4e4c7=window;for(const _0x21941d of EXACT_MARKERS){_0x21941d in _0xf4e4c7&&_0x1cb9b4['push'](_0x21941d);}try{const _0x4c65ce=Object['getOwnPropertyNames'](_0xf4e4c7);for(const _0x3bdd7d of _0x4c65ce){for(const _0x3d9ff5 of PREFIX_MARKERS){if(_0x3bdd7d['startsWith'](_0x3d9ff5)){_0x1cb9b4['push'](_0x3bdd7d);break;}}}}catch{}const _0x5674a1={};return _0x5674a1['detected']=_0x1cb9b4,_0x5674a1['count']=_0x1cb9b4['length'],_0x5674a1;}catch{const _0x337ccb={};return _0x337ccb['detected']=[],_0x337ccb['count']=0x0,_0x337ccb;}}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(_0x30caa4){_0x30caa4['style']['setProperty']('visibility','hidden','important'),_0x30caa4['style']['setProperty']('display','block','important');}function buildElement(_0x40e031,_0x2eb4f0){const [_0x160019,_0x3c3576]=parseSimpleCssSelector(_0x40e031),_0x5db13b=_0x2eb4f0['createElement'](_0x160019??'div');for(const _0x394a6e of Object['keys'](_0x3c3576)){const _0x362f33=_0x3c3576[_0x394a6e]['join']('\x20');_0x394a6e==='style'?addStyleString(_0x5db13b['style'],_0x362f33):_0x5db13b['setAttribute'](_0x394a6e,_0x362f33);}return _0x5db13b;}function getAdblockFilterMatch(){if(typeof window==='undefined'||typeof document==='undefined')return null;if(!isWebKit()||!isSafariWebKit())return null;return async()=>{try{const _0x20bcf9=[],_0x4911ba={};let _0x35d276=0x0;for(const _0x3685d0 of Object['keys'](ADBLOCK_FILTER_LISTS)){const _0x20ee8c=ADBLOCK_FILTER_LISTS[_0x3685d0],_0x5b97c3=_0x35d276;for(const _0x2b7c42 of _0x20ee8c){_0x20bcf9['push'](_0x2b7c42),_0x35d276+=0x1;}_0x4911ba[_0x3685d0]=[_0x5b97c3,_0x35d276];}const _0x43db94=await getIframePool()['execute']((_0x452e7f,_0x8c73a9)=>{const _0x59fb6f=_0x8c73a9['document'],_0x3995ba=_0x59fb6f['createElement']('div');applyHidden(_0x3995ba);const _0x597b04=[];for(const _0x2f67c1 of _0x20bcf9){let _0x2febde;try{_0x2febde=buildElement(_0x2f67c1,_0x59fb6f);}catch{_0x2febde=_0x59fb6f['createElement']('div');}if(_0x2febde['tagName']==='DIALOG')try{;_0x2febde['show']();}catch{}const _0x141fa1=_0x59fb6f['createElement']('div');applyHidden(_0x141fa1),_0x141fa1['appendChild'](_0x2febde),_0x3995ba['appendChild'](_0x141fa1),_0x597b04['push'](_0x2febde);}_0x59fb6f['body']['appendChild'](_0x3995ba);try{const _0x4a3c34=[];for(const _0x3ccbda of _0x597b04){_0x4a3c34['push'](_0x3ccbda['offsetParent']===null);}return _0x4a3c34;}finally{_0x3995ba['parentNode']?.['removeChild'](_0x3995ba);}}),_0x30a7e4=[];for(const _0x4b7848 of Object['keys'](_0x4911ba)){const [_0x121a4d,_0x3ece15]=_0x4911ba[_0x4b7848],_0x26dae4=_0x3ece15-_0x121a4d;if(_0x26dae4===0x0)continue;let _0x48ef99=0x0;for(let _0x1a53f4=_0x121a4d;_0x1a53f4<_0x3ece15;_0x1a53f4+=0x1){if(_0x43db94[_0x1a53f4])_0x48ef99+=0x1;}_0x48ef99>BLOCK_THRESHOLD*_0x26dae4&&_0x30a7e4['push'](_0x4b7848);}return _0x30a7e4['sort'](),_0x30a7e4;}catch{return null;}};}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0xafecc1=document['createElement']('canvas');_0xafecc1['width']=0x1,_0xafecc1['height']=0x1;const _0x34de08=_0xafecc1['getContext']('2d');if(!_0x34de08)return null;_0x34de08['clearRect'](0x0,0x0,0x1,0x1);const _0x46243c=_0x34de08['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x46243c[0x0]!==0x0||_0x46243c[0x1]!==0x0||_0x46243c[0x2]!==0x0||_0x46243c[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 _0x49396e=window['getComputedStyle'](document['documentElement']);let _0x1a2bfd=0x0;for(const _0x5597b2 of CSS_PROPERTIES){_0x49396e['getPropertyValue'](_0x5597b2)!==''&&_0x1a2bfd++;}return _0x1a2bfd>=0x4;}function getCreateElementDescriptor(){const _0x13d5f7=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x13d5f7?!('writeable'in _0x13d5f7):null;}function getErrorStackFormat(){try{;null[0x0]();}catch(_0x5de752){if(_0x5de752 instanceof Error&&_0x5de752['stack']!==undefined)return _0x5de752['stack']['toString']();}return undefined;}function hasWindowProp(_0xdb8f51){return _0xdb8f51 in window;}function getExtensionDetection(){const _0x5b64dc=[['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__')]],_0x37bc28=[];let _0x1b541e='';for(const [_0x594e3d,_0x1ff93d]of _0x5b64dc){let _0x17b501=![];try{_0x17b501=_0x1ff93d();}catch{}_0x17b501&&_0x37bc28['push'](_0x594e3d),_0x1b541e+=_0x17b501?'1':'0';}const _0x1ec0f9={};return _0x1ec0f9['detected']=_0x37bc28,_0x1ec0f9['bitmask']=_0x1b541e,_0x1ec0f9;}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(_0x3cae87,_0x5b072d){let _0x285350=null,_0x507508=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x1a7469,_0x2d5a05,_0x5dd7db]of _0x3cae87){try{const _0x514fc2=_0x2d5a05===''?CSS['supports'](_0x1a7469):CSS['supports'](_0x1a7469,_0x2d5a05);_0x514fc2&&(_0x285350===null||_0x5dd7db>_0x285350)&&(_0x285350=_0x5dd7db);}catch{}}for(const [_0x53ed6c,_0x227c66]of _0x5b072d){try{_0x53ed6c()&&(_0x507508===null||_0x227c66>_0x507508)&&(_0x507508=_0x227c66);}catch{}}const _0x574faa={};return _0x574faa['cssVersion']=_0x285350,_0x574faa['jsVersion']=_0x507508,_0x574faa;}function parseUAVersion(_0x1639ca){const _0x4058c9=navigator['userAgent'];if(_0x1639ca==='chromium'){const _0x51ec06=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x4058c9);return _0x51ec06?parseInt(_0x51ec06[0x1],0xa):null;}if(_0x1639ca==='gecko'){const _0x5957ee=/Firefox\/(\d+)/['exec'](_0x4058c9);return _0x5957ee?parseInt(_0x5957ee[0x1],0xa):null;}if(_0x1639ca==='webkit'){const _0x236a7a=/Version\/(\d+)/['exec'](_0x4058c9);return _0x236a7a?parseInt(_0x236a7a[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0x5ad1e9='unknown';try{if(isChromium())_0x5ad1e9='chromium';else{if(isGecko())_0x5ad1e9='gecko';else isWebKit()&&(_0x5ad1e9='webkit');}}catch{return null;}if(_0x5ad1e9==='unknown'){const _0x25e589={};return _0x25e589['cssVersion']=null,_0x25e589['jsVersion']=null,_0x25e589['uaVersion']=null,_0x25e589['mismatch']=![],_0x25e589['engine']=_0x5ad1e9,_0x25e589;}let _0x17b0b7,_0xbe077d;if(_0x5ad1e9==='chromium')_0x17b0b7=CHROMIUM_CSS,_0xbe077d=CHROMIUM_JS;else _0x5ad1e9==='gecko'?(_0x17b0b7=GECKO_CSS,_0xbe077d=GECKO_JS):(_0x17b0b7=WEBKIT_CSS,_0xbe077d=WEBKIT_JS);const {cssVersion:_0x1ee3da,jsVersion:_0x3b729d}=detectVersion(_0x17b0b7,_0xbe077d),_0x20e253=parseUAVersion(_0x5ad1e9);let _0x2815ad=![];if(_0x20e253!==null){const _0x6ab878=Math['max'](_0x1ee3da??0x0,_0x3b729d??0x0);_0x6ab878>0x0&&_0x20e253-_0x6ab878>0x14&&(_0x2815ad=!![]);}const _0x4c5ebb={};return _0x4c5ebb['cssVersion']=_0x1ee3da,_0x4c5ebb['jsVersion']=_0x3b729d,_0x4c5ebb['uaVersion']=_0x20e253,_0x4c5ebb['mismatch']=_0x2815ad,_0x4c5ebb['engine']=_0x5ad1e9,_0x4c5ebb;}function getGetterProxyDetection(){try{const _0x5e871e=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x5e871e?.['get'])return null;const _0x21dc1e=Function['prototype']['toString']['call'](_0x5e871e['get']);return!/\{\s*\[native code\]\s*\}/['test'](_0x21dc1e);}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 _0x3a8dd8={},_0x1e0560={};for(const [_0x1994b4,_0x3b9a7c]of GETTER_TARGETS){const _0xdb9dd=window[_0x1994b4];if(_0xdb9dd===null||_0xdb9dd===undefined||typeof _0xdb9dd!=='object')continue;for(const _0x1acad0 of _0x3b9a7c){try{const _0x20527a=Object['getOwnPropertyDescriptor'](_0xdb9dd,_0x1acad0)?.['get']?.['toString']();_0x20527a!==undefined&&(_0x3a8dd8[_0x1994b4+'.'+_0x1acad0]=_0x20527a);}catch{}}}for(const _0x3458cb of TAMPER_CHECK_PROPS){try{const _0x177537=Object['getOwnPropertyDescriptor'](navigator,_0x3458cb);if(_0x177537!==undefined){const _0x2600ad={};if(_0x177537['writable']===!![])_0x2600ad['writable']=!![];if(_0x177537['configurable']===!![])_0x2600ad['configurable']=!![];(_0x2600ad['writable']===!![]||_0x2600ad['configurable']===!![])&&(_0x1e0560[_0x3458cb]=_0x2600ad);}}catch{}}const _0x2588e1={};return _0x2588e1['overrides']=_0x3a8dd8,_0x2588e1['tampered']=_0x1e0560,_0x2588e1;}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 _0xfcdc2c=document['createElement']('canvas'),_0x5d8bf3=_0xfcdc2c['getContext']('webgl')??_0xfcdc2c['getContext']('experimental-webgl');if(!_0x5d8bf3)return null;const _0x32de02=_0x5d8bf3['getExtension']('WEBGL_debug_renderer_info');if(!_0x32de02)return null;const _0xe9a5d9=_0x5d8bf3['getParameter'](_0x32de02['UNMASKED_RENDERER_WEBGL']);if(!_0xe9a5d9)return null;let _0x519589=_0xe9a5d9;const _0x1ca245=_0x519589['match'](/^ANGLE \((.+)\)$/);if(_0x1ca245){_0x519589=_0x1ca245[0x1];const _0x15f112=_0x519589['lastIndexOf'](',');_0x15f112!==-0x1&&(_0x519589=_0x519589['substring'](0x0,_0x15f112));}const _0x277d71=_0x519589['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x18df82=0x0;for(let _0x54f782=0x0;_0x54f782<_0x277d71['length']-0x1;_0x54f782++){const _0x471c94=_0x277d71[_0x54f782]+_0x277d71[_0x54f782+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x471c94)&&_0x18df82++;}const _0x4e7eb2={};return _0x4e7eb2['score']=_0x18df82,_0x4e7eb2['gibberish']=_0x18df82>0x2,_0x4e7eb2['renderer']=_0xe9a5d9,_0x4e7eb2;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x443edc=document['body']??document['documentElement'];if(_0x443edc===null)return null;const _0x269dbb=document['createElement']('iframe');_0x269dbb['style']['display']='none',_0x443edc['appendChild'](_0x269dbb);try{const _0x41cdd4=_0x269dbb['contentWindow'];if(!_0x41cdd4){const _0x1c56f9={};return _0x1c56f9['accessible']=![],_0x1c56f9['proxyDetected']=![],_0x1c56f9['selfConsistent']=![],_0x1c56f9['frameElementNull']=![],_0x1c56f9;}let _0x23a476=![];try{_0x23a476=_0x41cdd4['self']===_0x41cdd4;}catch{_0x23a476=![];}let _0x33773e=![];try{const _0x2d2c1c=Object['prototype']['toString']['call'](_0x41cdd4);_0x2d2c1c!=='[object\x20Window]'&&_0x2d2c1c!=='[object\x20global]'&&(_0x33773e=!![]);}catch{_0x33773e=!![];}try{const _0x3b2918=Object['getOwnPropertyDescriptor'](_0x41cdd4,'self');if(_0x3b2918===undefined&&!_0x33773e){}}catch{_0x33773e=!![];}let _0x2b0187=![];try{_0x2b0187=_0x41cdd4['frameElement']===null;}catch{_0x2b0187=!![];}const _0x1c991e={};return _0x1c991e['accessible']=!![],_0x1c991e['proxyDetected']=_0x33773e,_0x1c991e['selfConsistent']=_0x23a476,_0x1c991e['frameElementNull']=_0x2b0187,_0x1c991e;}finally{_0x269dbb['remove']();}}catch{return null;}}function getIframeSignals(){return new Promise(_0x12994b=>{try{const _0x76a6fc=document['createElement']('iframe');_0x76a6fc['style']['display']='none',_0x76a6fc['style']['width']='0',_0x76a6fc['style']['height']='0',_0x76a6fc['style']['position']='absolute',_0x76a6fc['style']['top']='-9999px';let _0x309800=null;const _0x313149=()=>{if(_0x309800!==null)clearTimeout(_0x309800);try{_0x76a6fc['parentNode']&&_0x76a6fc['parentNode']['removeChild'](_0x76a6fc);}catch{}};_0x309800=setTimeout(()=>{_0x313149(),_0x12994b(null);},0x7d0),_0x76a6fc['onload']=()=>{try{const _0x5d2ddc=_0x76a6fc['contentWindow'];if(!_0x5d2ddc){_0x313149(),_0x12994b(null);return;}const _0x35882c=_0x5d2ddc['navigator'],_0x2d4ad7={};_0x2d4ad7['webdriver']=_0x35882c['webdriver'],_0x2d4ad7['platform']=_0x35882c['platform'],_0x2d4ad7['hardwareConcurrency']=_0x35882c['hardwareConcurrency'],_0x2d4ad7['deviceMemory']=_0x35882c['deviceMemory'],_0x2d4ad7['language']=_0x35882c['language'];const _0x17a91a=_0x2d4ad7;_0x313149(),_0x12994b(_0x17a91a);}catch{_0x313149(),_0x12994b(null);}},_0x76a6fc['onerror']=()=>{_0x313149(),_0x12994b(null);},document['body']['appendChild'](_0x76a6fc);}catch{_0x12994b(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0x20f203='';for(const _0x297ce0 of CHECKED_PROPERTIES){try{const _0x57719b=Object['getOwnPropertyDescriptor'](navigator,_0x297ce0);if(_0x57719b){_0x20f203+='1';continue;}const _0x4beb7a=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x297ce0);if(!_0x4beb7a){_0x20f203+='2';continue;}typeof _0x4beb7a['get']==='function'?_0x20f203+='0':_0x20f203+='1';}catch{_0x20f203+='2';}}return _0x20f203;}catch{return'22222';}}function getObjectInspectGlobal(){try{return typeof globalThis['objectToInspect']!=='undefined';}catch{return![];}}const _0x1380b2={};_0x1380b2['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x1380b2['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x1380b2['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x1380b2,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x5810cd=>{try{const _0x4c34d9=document['createElement']('canvas'),_0x5e605b=_0x4c34d9['getContext']('2d');if(!_0x5e605b){const _0x1acc54={};_0x1acc54['detectedOs']='unknown',_0x1acc54['markers']=[],_0x5810cd(_0x1acc54);return;}_0x5e605b['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x499991=_0x5e605b['measureText'](TEST_STRING)['width'],_0x2a0163=[];let _0xe3cfe7='unknown';for(const [_0x1b4ee4,_0x4c2f29]of Object['entries'](OS_FONT_MARKERS)){for(const _0x5f144c of _0x4c2f29){_0x5e605b['font']=TEST_SIZE+'\x20\x27'+_0x5f144c+'\x27,\x20'+BASE_FONT;const _0x1abcac=_0x5e605b['measureText'](TEST_STRING)['width'];_0x1abcac!==_0x499991&&(_0x2a0163['push'](_0x5f144c),_0xe3cfe7==='unknown'&&(_0xe3cfe7=_0x1b4ee4));}}const _0x10c292={};_0x10c292['detectedOs']=_0xe3cfe7,_0x10c292['markers']=_0x2a0163,_0x5810cd(_0x10c292);}catch{const _0x412de7={};_0x412de7['detectedOs']='unknown',_0x412de7['markers']=[],_0x5810cd(_0x412de7);}});}const g=globalThis,_0x3614e8={};_0x3614e8['android']=0x2,_0x3614e8['chromeos']=0x1;const _0x36fc06={};_0x36fc06['windows']=0x2,_0x36fc06['mac']=0x2,_0x36fc06['linux']=0x2;const _0x5eaaf6={};_0x5eaaf6['windows']=0x2,_0x5eaaf6['mac']=0x2,_0x5eaaf6['linux']=0x2;const _0x39cec5={};_0x39cec5['windows']=0x2,_0x39cec5['mac']=0x2,_0x39cec5['linux']=0x2;const _0x2282f7={};_0x2282f7['windows']=0x1,_0x2282f7['mac']=0x1,_0x2282f7['linux']=0x1;const _0x2f26e2={};_0x2f26e2['windows']=0x1,_0x2f26e2['mac']=0x1,_0x2f26e2['linux']=0x1;const _0x25c23b={};_0x25c23b['windows']=0x2,_0x25c23b['mac']=0x2,_0x25c23b['linux']=0x2,_0x25c23b['chromeos']=0x2;const _0xd05ef7={};_0xd05ef7['android']=0x2,_0xd05ef7['ios']=0x2;const _0x376699={};_0x376699['android']=0x1,_0x376699['ios']=0x1;const _0x1f9bfb={};_0x1f9bfb['android']=0x2;const _0x48a122={};_0x48a122['android']=0x2;const _0x417138={};_0x417138['windows']=0x1,_0x417138['mac']=0x1,_0x417138['chromeos']=0x1;const _0x13f3cb={};_0x13f3cb['windows']=0x2,_0x13f3cb['mac']=0x2,_0x13f3cb['linux']=0x2;const _0x5d9d9c={};_0x5d9d9c['windows']=0x1,_0x5d9d9c['mac']=0x1,_0x5d9d9c['linux']=0x1;const _0x52bdaa={};_0x52bdaa['android']=0x1,_0x52bdaa['windows']=0x1,_0x52bdaa['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x3614e8],['EyeDropper',()=>'EyeDropper'in g,_0x36fc06],['HID',()=>'hid'in navigator,_0x5eaaf6],['Serial',()=>'serial'in navigator,_0x39cec5],['USB',()=>'usb'in navigator,_0x2282f7],['Bluetooth',()=>'bluetooth'in navigator,_0x2f26e2],['SharedWorker',()=>'SharedWorker'in g,_0x25c23b],['orientation',()=>'ondeviceorientation'in g,_0xd05ef7],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x376699],['ContactsManager',()=>'ContactsManager'in g,_0x1f9bfb],['ContentIndex',()=>'ContentIndex'in g,_0x48a122],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x417138],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0x13f3cb],['PressureObserver',()=>'PressureObserver'in g,_0x5d9d9c],['WakeLock',()=>'wakeLock'in navigator,_0x52bdaa]];function getPlatformApiScoring(){try{const _0x476e31={},_0x4a19e9=[];for(const [_0x4c9176,_0x395249,_0x2f96d1]of PROBES){try{if(_0x395249()){_0x4a19e9['push'](_0x4c9176);for(const [_0x266eed,_0x2815f9]of Object['entries'](_0x2f96d1)){_0x476e31[_0x266eed]=(_0x476e31[_0x266eed]??0x0)+_0x2815f9;}}}catch{}}const _0x1c4291={};return _0x1c4291['score']=_0x476e31,_0x1c4291['apis']=_0x4a19e9,_0x1c4291;}catch{return null;}}function getPluginOverflow(){try{const _0x49c92c=navigator['plugins'];if(_0x49c92c['length']===0x0)return null;const _0x2a441a=_0x49c92c['item'](0x0);if(!_0x2a441a)return null;let _0xaefc71=![];try{const _0x1e370f=_0x49c92c['item'](0x100000000);_0xaefc71=_0x1e370f!==_0x2a441a;}catch{_0xaefc71=!![];}let _0x196b4f=!![];try{if(_0x2a441a['length']>0x0){const _0x6452c0=_0x2a441a['item'](0x0);_0x6452c0&&(_0x196b4f=_0x6452c0['enabledPlugin']===_0x2a441a);}}catch{_0x196b4f=![];}const _0x5cbaea={};return _0x5cbaea['overflow']=_0xaefc71,_0x5cbaea['backref']=_0x196b4f,_0x5cbaea;}catch{return null;}}function getPrivateClickMeasurement(){if(typeof document==='undefined')return null;try{const _0xaf750b=document['createElement']('a'),_0xfb4665=_0xaf750b['attributionSourceId']??_0xaf750b['attributionsourceid'];return _0xfb4665===undefined||_0xfb4665===null?null:String(_0xfb4665);}catch{return null;}}function getChainDepth(_0x499dde,_0x381f03){let _0x427257=_0x499dde,_0x1f48bb=0x0;while(_0x427257!==null&&_0x1f48bb<_0x381f03){_0x427257=Object['getPrototypeOf'](_0x427257),_0x1f48bb++;}return _0x1f48bb;}function checkChain(_0x31c711,_0x24c297,_0x521115,_0x1f05c7){try{const _0x5c30f8=Object['getPrototypeOf'](_0x31c711),_0x3bc135=_0x5c30f8===_0x521115,_0xa3284=getChainDepth(_0x31c711,0xf);if(!_0x3bc135){const _0x3120a0={};return _0x3120a0['target']=_0x24c297+'→'+_0x1f05c7,_0x3120a0['intact']=![],_0x3120a0['depth']=_0xa3284,_0x3120a0;}const _0x130926={};return _0x130926['target']=_0x24c297+'→'+_0x1f05c7,_0x130926['intact']=!![],_0x130926['depth']=_0xa3284,_0x130926;}catch{const _0x122603={};return _0x122603['target']=_0x24c297+'→'+_0x1f05c7,_0x122603['intact']=![],_0x122603['depth']=0x0,_0x122603;}}function getPrototypeChain(){const _0x5244c0=[];try{typeof Navigator!=='undefined'&&_0x5244c0['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x5244c0['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x5244c0['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x5244c0['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x28c7a6=navigator['constructor']===Navigator,_0x818cbc={};_0x818cbc['target']='navigator.constructor===Navigator',_0x818cbc['intact']=_0x28c7a6,_0x818cbc['depth']=0x0,_0x5244c0['push'](_0x818cbc);const _0x216080=Object['prototype']['toString']['call'](navigator),_0x2bd184={};_0x2bd184['target']='navigator.toStringTag',_0x2bd184['intact']=_0x216080==='[object\x20Navigator]',_0x2bd184['depth']=0x0,_0x5244c0['push'](_0x2bd184);const _0x17d237=Object['prototype']['toString']['call'](screen),_0x45189d={};_0x45189d['target']='screen.toStringTag',_0x45189d['intact']=_0x17d237==='[object\x20Screen]',_0x45189d['depth']=0x0,_0x5244c0['push'](_0x45189d);}catch{}const _0x4e7260=_0x5244c0['length']>0x0&&_0x5244c0['every'](_0x33e6f9=>_0x33e6f9['intact']),_0x48928e={};return _0x48928e['valid']=_0x4e7260,_0x48928e['checks']=_0x5244c0,_0x48928e;}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 _0x45a00f=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0x45a00f['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0x45a00f['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0x45a00f['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0x45a00f['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0x45a00f['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0x45a00f['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0x45a00f;}function getHighTargets(){const _0x9386a9=getLightTargets(),_0x3304c3=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x1ad418 of _0x3304c3){_0x1ad418 in Navigator['prototype']&&_0x9386a9['push']([Navigator['prototype'],_0x1ad418]);}const _0x39577f=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x381d2e of _0x39577f){_0x381d2e in Screen['prototype']&&_0x9386a9['push']([Screen['prototype'],_0x381d2e]);}const _0x10c938=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0xac934a of _0x10c938){_0xac934a in Document['prototype']&&_0x9386a9['push']([Document['prototype'],_0xac934a]);}try{const _0x1a6470=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x42cdab of _0x1a6470){_0x42cdab in Element['prototype']&&_0x9386a9['push']([Element['prototype'],_0x42cdab]);}}catch{}try{const _0x17e638=['offsetWidth','offsetHeight','style'];for(const _0x236d0c of _0x17e638){_0x236d0c in HTMLElement['prototype']&&_0x9386a9['push']([HTMLElement['prototype'],_0x236d0c]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x28e2b0=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x3f56ed of _0x28e2b0){_0x3f56ed in CanvasRenderingContext2D['prototype']&&_0x9386a9['push']([CanvasRenderingContext2D['prototype'],_0x3f56ed]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x162e41=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x3523f2 of _0x162e41){_0x3523f2 in WebGLRenderingContext['prototype']&&_0x9386a9['push']([WebGLRenderingContext['prototype'],_0x3523f2]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x9386a9['push']([AudioContext['prototype'],'createOscillator']),_0x9386a9['push']([AudioContext['prototype'],'createAnalyser']),_0x9386a9['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x9386a9['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x9386a9['push']([Performance['prototype'],'now']),_0x9386a9['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x9386a9['push']([Storage['prototype'],'getItem']),_0x9386a9['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x30f023=['random','floor','ceil','round','sin','cos'];for(const _0x5a2eca of _0x30f023){_0x5a2eca in Math&&_0x9386a9['push']([Math,_0x5a2eca]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x9386a9['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x9386a9['push']([Permissions['prototype'],'query']);}catch{}return _0x9386a9;}function checkToString(_0x37a5a8,_0xe72ec8){try{const _0x3ce2bc=Object['getOwnPropertyDescriptor'](_0x37a5a8,_0xe72ec8),_0x277819=_0x3ce2bc?.['get']??_0x3ce2bc?.['value']??_0x37a5a8[_0xe72ec8];if(typeof _0x277819!=='function')return![];const _0x3b7fa0=Function['prototype']['toString']['call'](_0x277819);return!_0x3b7fa0['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x2be443){try{const _0x10a2f5=Object['getOwnPropertyDescriptor'](navigator,_0x2be443);return _0x10a2f5?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x26d8cf,_0x140210){try{const _0x1505d7=Object['getOwnPropertyDescriptor'](_0x26d8cf,_0x140210);if(!_0x1505d7?.['get'])return![];return'prototype'in _0x1505d7['get'];}catch{return![];}}function checkOwnPropertyNames(_0x1dd0e3,_0x43c20d){try{const _0x5438b7=Object['getOwnPropertyDescriptor'](_0x1dd0e3,_0x43c20d),_0x4590b1=_0x5438b7?.['get'];if(typeof _0x4590b1!=='function')return![];const _0x2ac470=Object['getOwnPropertyNames'](_0x4590b1)['sort']();if(_0x2ac470['length']>0x2)return!![];if(_0x2ac470['length']===0x2&&(_0x2ac470[0x0]!=='length'||_0x2ac470[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x479860,_0x22cb46){try{const _0x456075=Object['getOwnPropertyDescriptor'](_0x479860,_0x22cb46),_0x3243a0=_0x456075?.['get'];if(typeof _0x3243a0!=='function')return![];class _0x3d7203 extends _0x3243a0{}return void _0x3d7203,!![];}catch{return![];}}function checkNullProto(_0x531800,_0x43977f){try{const _0x3e6a6e=Object['getOwnPropertyDescriptor'](_0x531800,_0x43977f),_0x471ade=_0x3e6a6e?.['get']??_0x3e6a6e?.['value'];if(typeof _0x471ade!=='function')return![];const _0x1b2c61=Object['create'](_0x471ade);return Object['setPrototypeOf'](_0x1b2c61,null),_0x1b2c61['toString'](),!![];}catch{return![];}}function checkIllegalInvocation(_0x7b0bfb,_0x548870){try{const _0x2e6fe9=Object['getOwnPropertyDescriptor'](_0x7b0bfb,_0x548870),_0x186ae8=_0x2e6fe9?.['get'];if(typeof _0x186ae8!=='function')return![];return _0x186ae8['call'](undefined),!![];}catch(_0x98cb57){if(_0x98cb57 instanceof TypeError)return![];return!![];}}function checkBindToString(_0x49965b,_0x6f27cd){try{const _0x34fd00=Object['getOwnPropertyDescriptor'](_0x49965b,_0x6f27cd),_0x410a94=_0x34fd00?.['get']??_0x34fd00?.['value'];if(typeof _0x410a94!=='function')return![];const _0x7d8fee=_0x410a94['bind'](null),_0x30bf85=Function['prototype']['toString']['call'](_0x7d8fee);return!_0x30bf85['includes']('[native\x20code]')&&!_0x30bf85['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x33dea5,_0x4a9d88){try{const _0x228550=Object['getOwnPropertyDescriptor'](_0x33dea5,_0x4a9d88),_0x1597c6=_0x228550?.['get']??_0x228550?.['value'];if(typeof _0x1597c6!=='function')return![];const _0x288592=Reflect['ownKeys'](_0x1597c6)['sort'](),_0x4533e5=Object['getOwnPropertyNames'](_0x1597c6)['sort']();if(_0x288592['length']!==_0x4533e5['length'])return!![];for(let _0x220408=0x0;_0x220408<_0x288592['length'];_0x220408++){if(_0x288592[_0x220408]!==_0x4533e5[_0x220408])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0x4ebe4e,_0x35edf1){try{const _0x4c70cd=Object['getOwnPropertyDescriptor'](_0x4ebe4e,_0x35edf1);if(!_0x4c70cd)return![];const _0xad3b11=_0x4c70cd['get']??_0x4c70cd['set']??_0x4c70cd['value'];if(typeof _0xad3b11!=='function')return![];const _0x1290d4=Object['getOwnPropertyDescriptors'](_0xad3b11),_0xdeb731=Object['keys'](_0x1290d4)['filter'](_0xd20571=>_0xd20571!=='length'&&_0xd20571!=='name');return _0xdeb731['length']>0x0;}catch{return![];}}function checkInstanceOf(_0x2f4712,_0x1d3a7c){try{const _0x58943c=Object['getOwnPropertyDescriptor'](_0x2f4712,_0x1d3a7c),_0x5ed265=_0x58943c?.['get']??_0x58943c?.['value'];if(typeof _0x5ed265!=='function')return![];const _0xc28358=_0x5ed265 instanceof _0x5ed265;return _0xc28358===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x54451d){proxyDetectionMode=_0x54451d;}function getProxyDetection(){const _0x273b77=proxyDetectionMode,_0x3150fd=_0x273b77==='high'?getHighTargets():getLightTargets(),_0x2d1287=_0x273b77==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x2f22cf=[];for(const [_0x691901,_0x354c7d]of _0x3150fd){let _0xbe713b=![];try{_0x691901===Navigator['prototype']&&checkOwnDescriptor(_0x354c7d)&&(_0xbe713b=!![]);}catch{}if(!_0xbe713b)for(const _0x486f37 of _0x2d1287){try{if(_0x486f37(_0x691901,_0x354c7d)){_0xbe713b=!![];break;}}catch{}}if(_0xbe713b){const _0x5030bf=_0x691901['constructor']['name'];_0x2f22cf['push'](_0x5030bf+'.'+_0x354c7d);}}const _0x5439d1={};return _0x5439d1['tested']=_0x3150fd['length'],_0x5439d1['lied']=_0x2f22cf['length'],_0x5439d1['lies']=_0x2f22cf,_0x5439d1['mode']=_0x273b77,_0x5439d1;}function measureCssDimension(_0xf42c2e,_0x49adc7,_0x5f249e){try{if(typeof matchMedia!=='function')return 0x0;let _0x9bbd1a=_0x49adc7,_0x2c0ee2=_0x5f249e;while(_0x2c0ee2-_0x9bbd1a>0x1){const _0x31e499=Math['floor']((_0x9bbd1a+_0x2c0ee2)/0x2),_0x1fbc92=_0xf42c2e==='width'?'(min-device-width:\x20'+_0x31e499+'px)':'(min-device-height:\x20'+_0x31e499+'px)';matchMedia(_0x1fbc92)['matches']?_0x9bbd1a=_0x31e499:_0x2c0ee2=_0x31e499;}return _0x9bbd1a;}catch{return 0x0;}}function getScreenVerify(){try{const _0x368da7=screen['width'],_0x4c79bc=screen['height'],_0x3ff52e=measureCssDimension('width',0x64,0x1f40),_0x3b48da=measureCssDimension('height',0x64,0x1f40),_0x567bc9=_0x3ff52e===0x0||Math['abs'](_0x368da7-_0x3ff52e)<=0x1,_0x441234=_0x3b48da===0x0||Math['abs'](_0x4c79bc-_0x3b48da)<=0x1,_0x146ce8={};return _0x146ce8['match']=_0x567bc9&&_0x441234,_0x146ce8['screenWidth']=_0x368da7,_0x146ce8['cssWidth']=_0x3ff52e,_0x146ce8['screenHeight']=_0x4c79bc,_0x146ce8['cssHeight']=_0x3b48da,_0x146ce8['probed']=_0x3ff52e>0x0&&_0x3b48da>0x0,_0x146ce8;}catch{const _0x67f3a8={};return _0x67f3a8['match']=!![],_0x67f3a8['screenWidth']=0x0,_0x67f3a8['cssWidth']=0x0,_0x67f3a8['screenHeight']=0x0,_0x67f3a8['cssHeight']=0x0,_0x67f3a8['probed']=![],_0x67f3a8;}}function getStackBytes(){try{const _0x356a49=[];for(let _0x2079fc=0x0;_0x2079fc<0x5;_0x2079fc++){let _0x373a49=0x0;const _0x4a0c82=()=>{_0x373a49++,_0x4a0c82();};try{_0x4a0c82();}catch{}let _0x1f13d7=0x0;const _0x305729=()=>{_0x1f13d7++;const _0x57822e=0x0;_0x305729();};try{_0x305729();}catch{}const _0x3fffe2=_0x373a49-_0x1f13d7;_0x3fffe2>0x0&&_0x356a49['push'](Math['round'](_0x1f13d7*0x8/_0x3fffe2));}if(_0x356a49['length']===0x0)return 0x0;return _0x356a49['sort']((_0x59165d,_0x13fdde)=>_0x59165d-_0x13fdde),_0x356a49[Math['floor'](_0x356a49['length']/0x2)]??0x0;}catch{return null;}}const NATIVE_BODY_RE=/\[native code\]\s*\}\s*$/;function isNativeFunction(_0x4f4fc7){if(typeof _0x4f4fc7!=='function')return![];try{const _0x57c672=Function['prototype']['toString']['call'](_0x4f4fc7);return NATIVE_BODY_RE['test'](_0x57c672);}catch{return![];}}function getTamperAggregate(){try{if(typeof document==='undefined'||typeof navigator==='undefined'||typeof window==='undefined')return null;const _0xdfa5b9=isNativeFunction(document['createElement']),_0xe7226d=isNativeFunction(window['fetch']),_0x44e363=navigator['plugins'];if(_0x44e363===undefined||_0x44e363===null)return![];const _0x2e1433=_0x44e363['constructor'],_0x32559f=isNativeFunction(_0x2e1433),_0x20ffcc=window['PluginArray'],_0x2b2e60=_0x20ffcc!==undefined&&_0x20ffcc!==null&&Object['getPrototypeOf'](_0x44e363)===_0x20ffcc['prototype'];return _0xdfa5b9&&_0xe7226d&&_0x32559f&&_0x2b2e60;}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(_0x3c36be){if(typeof _0x3c36be!=='function')return![];try{return Function['prototype']['toString']['call'](_0x3c36be)['includes'](NATIVE_MARKER);}catch{return![];}}function checkResolvedOptionsNative(){const _0x290acb=window['Intl'],_0x308204=_0x290acb?.['DateTimeFormat']?.['prototype'];if(_0x308204===undefined)return!![];return isNative(_0x308204['resolvedOptions']);}function checkGetTimezoneOffsetNative(){const _0x3a9559=Date?.['prototype'];if(_0x3a9559===undefined)return!![];return isNative(_0x3a9559['getTimezoneOffset']);}function checkDstConsistency(_0x30965d){if(ETC_OR_UTC_REGEX['test'](_0x30965d))return null;if(VALID_SINGLE_SEGMENT_TZ['has'](_0x30965d))return null;if(NO_DST_EXCEPTIONS['has'](_0x30965d))return null;if(_0x30965d['startsWith']('Antarctica/')&&!ANTARCTICA_DST_ZONES['has'](_0x30965d))return null;const _0x2b2cd4=DST_OBSERVING_PREFIXES['some'](_0x40f059=>_0x30965d===_0x40f059['replace'](/\/$/,'')||_0x30965d['startsWith'](_0x40f059))||ANTARCTICA_DST_ZONES['has'](_0x30965d);if(!_0x2b2cd4)return null;try{const _0x1f6339=new Date()['getFullYear'](),_0x505c6c=new Date(_0x1f6339,0x0,0x1)['getTimezoneOffset'](),_0x16fb80=new Date(_0x1f6339,0x6,0x1)['getTimezoneOffset']();if(_0x505c6c===_0x16fb80)return'dst_inconsistency';}catch{}return null;}function checkIanaFormat(_0x3eece8){if(_0x3eece8==='')return!![];if(ETC_OR_UTC_REGEX['test'](_0x3eece8))return!![];if(VALID_SINGLE_SEGMENT_TZ['has'](_0x3eece8))return!![];return IANA_NAME_REGEX['test'](_0x3eece8);}function getTzTampered(){const _0x181b0e=[],_0x5edc2e=[];try{!checkResolvedOptionsNative()&&_0x181b0e['push']('non_native_resolved_options');}catch{_0x5edc2e['push']('probe_failed');}try{!checkGetTimezoneOffsetNative()&&_0x181b0e['push']('non_native_get_timezone_offset');}catch{_0x5edc2e['push']('probe_failed');}let _0x26fc18='';try{const _0x510730=window['Intl'],_0x404f95=_0x510730?.['DateTimeFormat'];_0x404f95!==undefined&&(_0x26fc18=new _0x404f95()['resolvedOptions']()['timeZone']??'');}catch{_0x5edc2e['push']('probe_failed');}_0x26fc18!==''&&!checkIanaFormat(_0x26fc18)&&_0x181b0e['push']('invalid_iana_format');if(_0x26fc18!=='')try{const _0x30f305=checkDstConsistency(_0x26fc18);if(_0x30f305!==null)_0x181b0e['push'](_0x30f305);}catch{_0x5edc2e['push']('probe_failed');}const _0x46e512={'detected':_0x181b0e['length']>0x0,'reasons':_0x181b0e,..._0x5edc2e['length']>0x0?{'diagnostics':_0x5edc2e}:{}};return _0x46e512;}function getLanguagesProtoChain(){if(typeof navigator==='undefined')return null;const _0x19aa19=navigator['languages'];if(_0x19aa19===null||_0x19aa19===undefined)return null;try{const _0x329721=Object['getPrototypeOf'](_0x19aa19);if(_0x329721===null)return!![];if(_0x329721!==Array['prototype'])return!![];const _0x4cd2f5=_0x329721['constructor'];if(_0x4cd2f5!==Array)return!![];return![];}catch{return!![];}}const SAMPLE_COUNT=0x6,SAMPLE_STRIDE=0x1000,I32_SCALE=0x2**0x1f;function getMathRandomDeterminism(){const _0x106ca3=[];let _0x72d960=Math['random']();for(let _0x5d8a5d=SAMPLE_COUNT*SAMPLE_STRIDE-0x1;_0x5d8a5d>=0x0;_0x5d8a5d-=0x1){if(_0x5d8a5d%SAMPLE_STRIDE===0x0){const _0x5ad75a=Math['random']();_0x106ca3['push']((_0x72d960-_0x5ad75a)*I32_SCALE|0x0),_0x72d960=_0x5ad75a;}}return _0x106ca3;}const _0x15cccd={};_0x15cccd['label']='Navigator',_0x15cccd['resolve']=()=>typeof window!=='undefined'&&'Navigator'in window?window['Navigator']['prototype']:null,_0x15cccd['props']=['hardwareConcurrency','userAgent','platform','vendor','language','languages','deviceMemory','maxTouchPoints','webdriver'];const _0x35ad5c={};_0x35ad5c['label']='Screen',_0x35ad5c['resolve']=()=>typeof window!=='undefined'&&'Screen'in window?window['Screen']['prototype']:null,_0x35ad5c['props']=['width','height','availWidth','availHeight','colorDepth'];const _0x5547ec={};_0x5547ec['label']='Document',_0x5547ec['resolve']=()=>typeof window!=='undefined'&&'Document'in window?window['Document']['prototype']:null,_0x5547ec['props']=['cookie'];const CLASS_SPECS=[_0x15cccd,_0x35ad5c,_0x5547ec];function getNativeGetterSource(){if(typeof window==='undefined')return null;const _0x251313={};for(const _0x17ff68 of CLASS_SPECS){let _0x523a30;try{_0x523a30=_0x17ff68['resolve']();}catch{continue;}if(_0x523a30===null)continue;for(const _0x41e2f6 of _0x17ff68['props']){try{const _0x35a01a=Object['getOwnPropertyDescriptor'](_0x523a30,_0x41e2f6),_0x4e5098=_0x35a01a?.['get'];if(typeof _0x4e5098!=='function')continue;const _0x45d690=_0x4e5098['toString']();_0x251313[_0x17ff68['label']+'.'+_0x41e2f6]=_0x45d690;}catch{}}}return _0x251313;}const DENYLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorProtoFunctionNames(){if(typeof navigator==='undefined')return null;const _0x37c18b=Object['getPrototypeOf'](navigator);if(_0x37c18b===null)return null;const _0x2d4689=[];for(const _0x13b067 of Object['getOwnPropertyNames'](_0x37c18b)){if(DENYLIST['includes'](_0x13b067))continue;try{const _0x4dd526=navigator[_0x13b067];if(typeof _0x4dd526==='function'){const _0x220f26=_0x4dd526;typeof _0x220f26['name']==='string'&&_0x2d4689['push'](_0x220f26['name']);}}catch(_0x209212){return{'ok':![],'error':_0x209212 instanceof Error?_0x209212['message']:String(_0x209212)};}}const _0x567449={};return _0x567449['ok']=!![],_0x567449['names']=_0x2d4689,_0x567449;}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 _0x3eea74;try{_0x3eea74=new URL('');}catch{const _0x488750={};return _0x488750['acceptedEmpty']=![],_0x488750;}const _0x4a9cd0=_0x3eea74['isTrusted'],_0x196599={};return _0x196599['acceptedEmpty']=!![],_0x196599['isTrusted']=_0x4a9cd0,_0x196599;}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 _0x49664f=[],_0x26126c=Object['getOwnPropertyNames'](window);for(let _0x5dd45f=0x0;_0x5dd45f<_0x26126c['length'];_0x5dd45f++){const _0x12313f=crc32(_0x26126c[_0x5dd45f]);TARGET_HASHES['has'](_0x12313f)&&_0x49664f['push'](_0x26126c[_0x5dd45f]),_0x12313f===UD&&_0x5dd45f+0x1<_0x26126c['length']&&_0x49664f['push'](_0x26126c[_0x5dd45f+0x1]);}return _0x49664f;}catch{return null;}}function getPlaywrightMarkers(){try{const _0x543d71=window,_0x18aa24=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x3a88fe of _0x18aa24){if(_0x3a88fe in _0x543d71)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 _0x397ad6=new Error('probe'),_0x215303=_0x397ad6['stack']??'';for(const _0x2986b7 of AUTOMATION_PATTERNS){if(_0x215303['includes'](_0x2986b7)){const _0x5ddf3f={};return _0x5ddf3f['leaked']=!![],_0x5ddf3f['pattern']=_0x2986b7,_0x5ddf3f;}}try{const _0xbc4d2d=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x544470=_0xbc4d2d();if(typeof _0x544470==='string')for(const _0x26f200 of AUTOMATION_PATTERNS){if(_0x544470['includes'](_0x26f200)){const _0x3ef2b6={};return _0x3ef2b6['leaked']=!![],_0x3ef2b6['pattern']=_0x26f200,_0x3ef2b6;}}}catch{}const _0x6a8b3={};return _0x6a8b3['leaked']=![],_0x6a8b3['pattern']=null,_0x6a8b3;}catch{const _0x5c4236={};return _0x5c4236['leaked']=![],_0x5c4236['pattern']=null,_0x5c4236;}}function getWebdriver(){const _0x319a30=navigator['webdriver'],_0x4c3ded={};_0x4c3ded['status']=-0x1,_0x4c3ded['value']=null,_0x4c3ded['tampered']=![];if(_0x319a30===null)return _0x4c3ded;const _0x38989d={};_0x38989d['status']=-0x2,_0x38989d['value']=null,_0x38989d['tampered']=![];if(_0x319a30===undefined)return _0x38989d;const _0xc92bf2=_0x319a30===!![]||_0x319a30===![];return{'status':0x0,'value':Boolean(_0x319a30),'tampered':!_0xc92bf2};}function getWebdriverWritable(){try{const _0x3b4f29=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x3b4f29){const _0x247493=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x247493)return!![];}const _0x27651c=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x27651c)return!![];if('value'in _0x27651c)return!![];if(typeof _0x27651c['set']==='function')return!![];return![];}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){const _0x3f472d=window['process'];if(_0x3f472d===undefined)return undefined;if(_0x3f472d&&typeof _0x3f472d!=='object')return undefined;return _0x3f472d;}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(_0x10a9fa=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x10a9fa(null);return;}const _0x20d62c={};_0x20d62c['type']='text/javascript';const _0x31177b=new Blob([WORKER_CODE],_0x20d62c),_0x1444a5=URL['createObjectURL'](_0x31177b);let _0x359e9a=![];const _0x389a03=new Worker(_0x1444a5),_0x3212be=setTimeout(()=>{!_0x359e9a&&(_0x359e9a=!![],_0x389a03['terminate'](),URL['revokeObjectURL'](_0x1444a5),_0x10a9fa(null));},0x1f4);_0x389a03['addEventListener']('error',()=>{!_0x359e9a&&(_0x359e9a=!![],clearTimeout(_0x3212be),_0x389a03['terminate'](),URL['revokeObjectURL'](_0x1444a5),_0x10a9fa(null));}),_0x389a03['addEventListener']('message',_0x227ade=>{if(_0x227ade['data']==='ready'){_0x389a03['postMessage']('run');return;}!_0x359e9a&&(_0x359e9a=!![],clearTimeout(_0x3212be),_0x389a03['terminate'](),URL['revokeObjectURL'](_0x1444a5),_0x10a9fa(_0x227ade['data']));});}catch{_0x10a9fa(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 _0x43c8fb={};for(const [_0x400c2e,_0xb6697]of CSS_PROBES){const _0xf6a43b=_0xb6697===''?_0x400c2e:_0x400c2e+':'+_0xb6697;try{_0x43c8fb[_0xf6a43b]=_0xb6697===''?CSS['supports'](_0x400c2e):CSS['supports'](_0x400c2e,_0xb6697);}catch{_0x43c8fb[_0xf6a43b]=![];}}return _0x43c8fb;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x3ae908=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x3ae908===undefined||typeof _0x3ae908['isBrave']!=='function')return undefined;try{return!!await _0x3ae908['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 _0x402b4a=window['innerWidth'],_0x240652=window['innerHeight'];if(_0x402b4a<=0x0||_0x240652<=0x0)return![];return _0x402b4a%0xc8===0x0&&_0x240652%0x64===0x0&&_0x402b4a<=0x578&&_0x240652<=0x384;}function measurePerfNowResolution(){let _0x2e440f=Infinity,_0x15a6ad=performance['now']();for(let _0x168946=0x0;_0x168946<PERF_NOW_SAMPLES;_0x168946++){const _0x5e9e12=performance['now'](),_0x210994=_0x5e9e12-_0x15a6ad;if(_0x210994>0x0&&_0x210994<_0x2e440f)_0x2e440f=_0x210994;_0x15a6ad=_0x5e9e12;}if(!Number['isFinite'](_0x2e440f))return 0x0;return Math['round'](_0x2e440f);}function probeCanvasAllWhite(){try{const _0x3665c8=document['createElement']('canvas');_0x3665c8['width']=0x10,_0x3665c8['height']=0x10;const _0x10a283=_0x3665c8['getContext']('2d');if(_0x10a283===null)return null;_0x10a283['fillStyle']='#000000',_0x10a283['fillRect'](0x0,0x0,0x10,0x10);const _0x1ecc07=_0x3665c8['toDataURL']('image/png'),_0x24b65c=_0x10a283['getImageData'](0x0,0x0,0x10,0x10)['data'];for(let _0x36860f=0x0;_0x36860f<_0x24b65c['length'];_0x36860f+=0x4){if(_0x24b65c[_0x36860f]!==0xff||_0x24b65c[_0x36860f+0x1]!==0xff||_0x24b65c[_0x36860f+0x2]!==0xff)return![];}return void _0x1ecc07,!![];}catch{return null;}}async function probeMediaDevicesRfp(){try{const _0x418b1b=navigator['mediaDevices'];if(_0x418b1b===undefined||typeof _0x418b1b['enumerateDevices']!=='function')return null;const _0x3409b0=await _0x418b1b['enumerateDevices']();if(_0x3409b0['length']!==0x2)return![];const _0x358f47=_0x3409b0['map'](_0x4df850=>_0x4df850['label'])['sort']();return _0x358f47[0x0]==='Internal\x20Camera'&&_0x358f47[0x1]==='Internal\x20Microphone';}catch{return null;}}function probePrefersColorSchemeLight(){try{const _0x206b5c=window['matchMedia']('(prefers-color-scheme:\x20dark)'),_0x266a78=window['matchMedia']('(prefers-color-scheme:\x20light)');return _0x266a78['matches']&&!_0x206b5c['matches'];}catch{return![];}}function getDetectMobile(){return isAndroid();}const THRESHOLD=0x3;function getDetectSamsungInternet(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x5a552c=window,_0x37db48=navigator,_0x3348fe=_0x5a552c['Audio']?.['prototype']??{},_0x404aaf=_0x5a552c['Image']?.['prototype']??{},_0xa3a6e2=_0x5a552c['visualViewport'];let _0x550b5e=0x0;if('srLatency'in _0x3348fe)_0x550b5e++;if('srChannelCount'in _0x3348fe)_0x550b5e++;if('devicePosture'in _0x37db48)_0x550b5e++;if(_0xa3a6e2!==undefined&&_0xa3a6e2!==null&&'segments'in _0xa3a6e2)_0x550b5e++;if('getTextInformation'in _0x404aaf)_0x550b5e++;return _0x550b5e>=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 _0x4bc089=navigator;return typeof _0x4bc089['maxTouchPoints']==='number'&&_0x4bc089['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 _0x4379ab=navigator,_0x48816f=[];for(const _0x45062d of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x4379ab))){if(BLACKLIST['includes'](_0x45062d))continue;try{const _0x84cc68=_0x4379ab[_0x45062d];typeof _0x84cc68==='function'&&_0x84cc68['name']!==undefined&&_0x48816f['push'](_0x84cc68['name']);}catch(_0xb25cc6){return[_0xb25cc6 instanceof Error?_0xb25cc6['message']:String(_0xb25cc6)];}}return _0x48816f;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x25641f=navigator['userAgentData'];if(!_0x25641f||typeof _0x25641f!=='object')return undefined;const _0x2ee23f={},_0x18a44d=[];if(typeof _0x25641f['getHighEntropyValues']==='function'){const _0x1103f0=_0x25641f['getHighEntropyValues']['bind'](_0x25641f);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0xbc85ea=>{try{const _0x2ebc7c=await _0x1103f0([_0xbc85ea]),_0x186c62=_0x2ebc7c[_0xbc85ea];_0x186c62!==undefined&&(_0x2ee23f[_0xbc85ea]=typeof _0x186c62==='string'?_0x186c62:JSON['stringify'](_0x186c62));}catch(_0x5ab26f){if(_0x5ab26f instanceof Error&&_0x5ab26f['name']==='NotAllowedError')_0x18a44d['push'](_0xbc85ea);else throw _0x5ab26f;}}));}return{'b':_0x25641f['brands']['map'](_0xfad3bb=>({'b':_0xfad3bb['brand'],'v':_0xfad3bb['version']})),'m':_0x25641f['mobile'],'p':_0x25641f['platform']??null,'h':_0x2ee23f,'nah':_0x18a44d};}function getVendorFlavors(){const _0x387f4b=[];for(const _0x3a5d36 of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0xb0d585=window[_0x3a5d36];_0xb0d585!==undefined&&_0xb0d585!==null&&typeof _0xb0d585==='object'&&_0x387f4b['push'](_0x3a5d36);}return _0x387f4b['sort']();}const _0x403c65={};_0x403c65['workerIsolation']=getWorkerIsolation,_0x403c65['webGlExtended']=getWebGlExtended;const stage1Sources=_0x403c65,_0x403918={};_0x403918['canvas']=getCanvasSignal,_0x403918['canvasAdvanced']=getCanvasAdvanced,_0x403918['canvasRandom']=getCanvasRandom,_0x403918['canvasPow']=getCanvasPow,_0x403918['webGpu']=getWebGpuSignal,_0x403918['webGlExtensionsHashed']=getWebGlExtensionsHashed,_0x403918['audio']=getAudioSignal,_0x403918['audioTrap']=getAudioTrap,_0x403918['audioConsistency']=getAudioConsistency,_0x403918['fonts']=getFonts,_0x403918['fontPreferences']=getFontPreferences,_0x403918['osFontValidation']=getOsFontValidation,_0x403918['systemColors']=getSystemColors,_0x403918['scrollbarWidth']=getScrollbarWidth,_0x403918['formControlFont']=getFormControlFont,_0x403918['subPixelRendering']=getSubPixelRendering,_0x403918['screenFrame']=getScreenFrame,_0x403918['screenIframe']=getScreenIframe,_0x403918['emoji']=getEmojiSignal,_0x403918['svgEmoji']=getSvgEmojiSignal,_0x403918['mathml']=getMathML,_0x403918['computedStyle']=getComputedStyleSignal,_0x403918['iframeProxy']=getIframeProxy,_0x403918['iframeSignals']=getIframeSignals,_0x403918['adblockFilterMatch']=getAdblockFilterMatch,_0x403918['videoCodecs']=getVideoCodecs,_0x403918['drmSystems']=getDrmSystems,_0x403918['mediaCodecsExtended']=getMediaCodecsExtended,_0x403918['webAuthnCapabilities']=getWebAuthnCapabilities,_0x403918['speechVoices']=getSpeechVoices,_0x403918['barcodeDetection']=getBarcodeDetection,_0x403918['subtleCryptoExport']=getSubtleCryptoExport,_0x403918['webRtcDevices']=getWebRtcDevices,_0x403918['networkIceProbe']=getNetworkIceProbe,_0x403918['permissions']=getPermissions,_0x403918['notificationContradiction']=getNotificationContradiction,_0x403918['fileSystemAccess']=getFileSystemAccess,_0x403918['storageQuota']=getStorageQuota,_0x403918['storageEstimate']=getStorageEstimate,_0x403918['indexedDbBlob']=getIndexedDbBlob,_0x403918['geolocationProbe']=getGeolocationProbe,_0x403918['battery']=getBatterySignal,_0x403918['filesystemUrlProbe']=getFilesystemUrlProbe,_0x403918['storagePersisted']=getStoragePersisted,_0x403918['incognitoDetection']=getIncognitoDetection,_0x403918['headless']=getHeadlessSignals,_0x403918['restrictedEnvironment']=getRestrictedEnvironment,_0x403918['uaClientHints']=getUAClientHints,_0x403918['detectBrave']=getDetectBrave,_0x403918['detectSamsungInternet']=getDetectSamsungInternet,_0x403918['torBrowserProbe']=getTorBrowserProbe,_0x403918['wasmFeaturesWorker']=getWasmFeaturesWorker,_0x403918['scrollBehavior']=getScrollBehavior,_0x403918['interactionTiming']=getInteractionTiming;const stage2Sources=_0x403918,_0x35a28c={};_0x35a28c['osCpu']=getOsCpu,_0x35a28c['languages']=getLanguages,_0x35a28c['navigatorLanguages']=getNavigatorLanguages,_0x35a28c['colorDepth']=getColorDepth,_0x35a28c['deviceMemory']=getDeviceMemory,_0x35a28c['screenResolution']=getScreenResolution,_0x35a28c['hardwareConcurrency']=getHardwareConcurrency,_0x35a28c['timezone']=getTimezone,_0x35a28c['platform']=getPlatform,_0x35a28c['plugins']=getPlugins,_0x35a28c['pluginsCount']=getPluginsCount,_0x35a28c['pluginsArray']=getPluginsArray,_0x35a28c['touchSupport']=getTouchSupport,_0x35a28c['vendor']=getVendor,_0x35a28c['vendorFlavors']=getVendorFlavors,_0x35a28c['userAgent']=getUserAgent,_0x35a28c['appVersion']=getAppVersion,_0x35a28c['userAgentData']=getUserAgentData,_0x35a28c['productSub']=getProductSub,_0x35a28c['windowDimensions']=getWindowDimensions,_0x35a28c['devicePixelRatio']=getDevicePixelRatio,_0x35a28c['sessionStorage']=getSessionStorage,_0x35a28c['localStorage']=getLocalStorage,_0x35a28c['indexedDB']=getIndexedDB,_0x35a28c['cookiesEnabled']=areCookiesEnabled,_0x35a28c['webSqlDatabase']=getWebSqlDatabase,_0x35a28c['colorGamut']=getColorGamut,_0x35a28c['colorScheme']=getColorScheme,_0x35a28c['invertedColors']=areColorsInverted,_0x35a28c['forcedColors']=areColorsForced,_0x35a28c['contrast']=getContrastPreference,_0x35a28c['reducedMotion']=isMotionReduced,_0x35a28c['reducedTransparency']=getReducedTransparency,_0x35a28c['hdr']=isHDR,_0x35a28c['mediaQueries']=getMediaQueries,_0x35a28c['cssSupports']=getCssSupports,_0x35a28c['cssSupportExtended']=getCssSupportExtended,_0x35a28c['cssRegisterProperty']=getCssRegisterProperty,_0x35a28c['cssCalcResolved']=getCssCalcResolved,_0x35a28c['cssTrigPrecision']=getCssTrigPrecision,_0x35a28c['math']=getMathSignal,_0x35a28c['endianness']=getEndianness,_0x35a28c['performanceNowMicroseconds']=getPerformanceNowMicroseconds,_0x35a28c['performanceResolution']=getPerformanceResolution,_0x35a28c['performanceMemory']=getPerformanceMemory,_0x35a28c['timerReliability']=getTimerReliability,_0x35a28c['epochTimestamp']=getEpochTimestamp,_0x35a28c['measuredTimezone']=getMeasuredTimezone,_0x35a28c['tzTampered']=getTzTampered,_0x35a28c['connectionInfo']=getConnectionInfo,_0x35a28c['connectionExtended']=getConnectionExtended,_0x35a28c['connectionSaveData']=getConnectionSaveData,_0x35a28c['networkRtt']=getNetworkRTT,_0x35a28c['navigatorOnline']=getNavigatorOnline,_0x35a28c['secureContext']=getSecureContext,_0x35a28c['serviceWorkerPresence']=getServiceWorkerPresence,_0x35a28c['sharedArrayBuffer']=getSharedArrayBuffer,_0x35a28c['notificationPresence']=getNotificationPresence,_0x35a28c['documentFocus']=getDocumentFocus,_0x35a28c['documentAttributes']=getDocumentAttributes,_0x35a28c['pageUrl']=getPageUrl,_0x35a28c['urlSegmentsHash']=getUrlSegmentsHash,_0x35a28c['ancestorOrigins']=getAncestorOrigins,_0x35a28c['doNotTrack']=getDoNotTrack,_0x35a28c['pdfViewerEnabled']=isPdfViewerEnabled,_0x35a28c['privateClickMeasurement']=getPrivateClickMeasurement,_0x35a28c['installedRelatedApps']=getInstalledRelatedApps,_0x35a28c['standalonePwa']=getStandalonePwa,_0x35a28c['applePay']=getApplePayState,_0x35a28c['audioBaseLatency']=getAudioContextBaseLatency,_0x35a28c['audioContextInfo']=getAudioContextInfo,_0x35a28c['mediaSession']=getMediaSession,_0x35a28c['mimeTypes']=getMimeTypes,_0x35a28c['mimeTypesCount']=getMimeTypesCount,_0x35a28c['pluginPropsEnum']=getPluginPropsEnum,_0x35a28c['supportedConstraints']=getSupportedConstraints,_0x35a28c['bomEnumeration']=getBomEnumeration,_0x35a28c['urlProtocolParser']=getUrlProtocolParser,_0x35a28c['architecture']=getArchitecture,_0x35a28c['wasmFeatures']=getWasmFeatures,_0x35a28c['featureVersion']=getFeatureVersion,_0x35a28c['lockdownFeatures']=getLockdownFeatures,_0x35a28c['intlCurrency']=getIntlCurrency,_0x35a28c['intlMetadata']=getIntlMetadata,_0x35a28c['intlSegmenter']=getIntlSegmenter,_0x35a28c['localeCurrency']=getLocaleCurrency,_0x35a28c['dateTimeLocale']=getDateTimeLocale,_0x35a28c['detectTrident']=getDetectTrident,_0x35a28c['detectEdgeHTML']=getDetectEdgeHTML,_0x35a28c['detectChromium']=getDetectChromium,_0x35a28c['detectChromium86']=getDetectChromium86,_0x35a28c['detectChromium122']=getDetectChromium122,_0x35a28c['detectGecko']=getDetectGecko,_0x35a28c['detectGecko120']=getDetectGecko120,_0x35a28c['detectGecko143']=getDetectGecko143,_0x35a28c['detectWebKit']=getDetectWebKit,_0x35a28c['detectWebKit606']=getDetectWebKit606,_0x35a28c['detectWebKit616']=getDetectWebKit616,_0x35a28c['detectSafari']=getDetectSafari,_0x35a28c['detectMobile']=getDetectMobile,_0x35a28c['navigatorMethods']=getNavigatorMethods,_0x35a28c['safariLocalStorageCallable']=getSafariLocalStorageCallable,_0x35a28c['webdriver']=getWebdriver,_0x35a28c['webdriverWritable']=getWebdriverWritable,_0x35a28c['windowProcess']=getWindowProcess,_0x35a28c['windowClose']=getWindowClose,_0x35a28c['windowPropertyNames']=getWindowPropertyNames,_0x35a28c['navigatorProtoFunctionNames']=getNavigatorProtoFunctionNames,_0x35a28c['nativeGetterSource']=getNativeGetterSource,_0x35a28c['navigatorDescriptors']=getNavigatorDescriptors,_0x35a28c['bindToString']=getBindToString,_0x35a28c['evalLength']=getEvalLength,_0x35a28c['errorStack']=getErrorStackFormat,_0x35a28c['createElementDescriptor']=getCreateElementDescriptor,_0x35a28c['getterProxyDetection']=getGetterProxyDetection,_0x35a28c['getterToString']=getGetterToString,_0x35a28c['externalObjectString']=getExternalObjectString,_0x35a28c['objectInspectGlobal']=getObjectInspectGlobal,_0x35a28c['objectFunctionTypeof']=getObjectFunctionTypeof,_0x35a28c['prototypeChain']=getPrototypeChain,_0x35a28c['pluginOverflow']=getPluginOverflow,_0x35a28c['languagesProtoChain']=getLanguagesProtoChain,_0x35a28c['elementMatchesPolyfill']=getElementMatchesPolyfill,_0x35a28c['nodeTypeSanity']=getNodeTypeSanity,_0x35a28c['proxyDetection']=getProxyDetection,_0x35a28c['protoChainProxyTrap']=getProtoChainProxyTrap,_0x35a28c['tamperAggregate']=getTamperAggregate,_0x35a28c['screenVerify']=getScreenVerify,_0x35a28c['canvasModified']=getCanvasModified,_0x35a28c['gpuGibberish']=getGpuGibberish,_0x35a28c['extensionDetection']=getExtensionDetection,_0x35a28c['platformApiScoring']=getPlatformApiScoring,_0x35a28c['stackBytes']=getStackBytes,_0x35a28c['mathRandomDeterminism']=getMathRandomDeterminism,_0x35a28c['urlIsTrusted']=getUrlIsTrusted,_0x35a28c['eventIsTrusted']=getEventIsTrusted,_0x35a28c['automationDescriptor']=getAutomationDescriptor,_0x35a28c['cdpDetection']=getCdpDetection,_0x35a28c['chromeRuntime']=getChromeRuntime,_0x35a28c['playwrightMarkers']=getPlaywrightMarkers,_0x35a28c['stealthMarkers']=getStealthMarkers,_0x35a28c['sourceUrlLeak']=getSourceUrlLeak,_0x35a28c['devtoolsDetection']=getDevtoolsDetection,_0x35a28c['devtoolsWindowSize']=getDevtoolsWindowSize,_0x35a28c['webGlBasics']=getWebGlBasics,_0x35a28c['webGlCanvas']=getWebGlCanvas,_0x35a28c['webGlSphere']=getWebGlSphere,_0x35a28c['webGpuContention']=getWebGpuContention,_0x35a28c['webCodecsHardware']=getWebCodecsHardware;const stage3Sources=_0x35a28c;let lastPipelineTrace=null;function timedSource(_0x1a4d31,_0x321fd3,_0x4b9d2d){return _0x29d5f7=>{const _0x131a89=performance['now'](),_0x4452e8=()=>{_0x4b9d2d[_0x1a4d31]=performance['now']()-_0x131a89;},_0x16d1cc=_0x3fa1a0=>{return()=>{const _0x24fb35=_0x3fa1a0();if(isPromise(_0x24fb35))return _0x24fb35['then'](_0xd603ea=>{return _0x4452e8(),_0xd603ea;});return _0x4452e8(),_0x24fb35;};},_0x326411=_0x321fd3(_0x29d5f7);if(isPromise(_0x326411))return _0x326411['then'](_0x3b4934=>{if(typeof _0x3b4934==='function')return _0x16d1cc(_0x3b4934);return _0x4452e8(),_0x3b4934;});if(typeof _0x326411==='function')return _0x16d1cc(_0x326411);return _0x4452e8(),_0x326411;};}function instrumentSources(_0x385469,_0x77cd42){const _0x1d5505={};for(const _0x4cb0c2 of Object['keys'](_0x385469)){_0x1d5505[_0x4cb0c2]=timedSource(_0x4cb0c2,_0x385469[_0x4cb0c2],_0x77cd42);}return _0x1d5505;}function getPipelineTrace(){return lastPipelineTrace;}function loadBuiltinSources(_0x4c7868){const _0x1030e6={'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=_0x1030e6;const _0x13c49b={...stage1Sources,...stage2Sources},_0xfb02a5=instrumentSources(_0x13c49b,_0x1030e6['collectorTimings']),_0x2fbe4b=Object['keys'](_0xfb02a5)['length']>0x0,_0x195fc6=_0x2fbe4b?((()=>{return _0x1030e6['wave1LoadStart']=performance['now'](),loadSources(_0xfb02a5,_0x4c7868,[]);})()):null,_0x4cccd2=instrumentSources(stage3Sources,_0x1030e6['collectorTimings']),_0xbf7651=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x1030e6['idleResolvedAt']=performance['now'](),_0x1030e6['wave2LoadStart']=performance['now'](),loadSources(_0x4cccd2,_0x4c7868,[]);});return _0xbf7651['then'](undefined,()=>undefined),async function _0xd256e6(){_0x1030e6['getStart']=performance['now']();if(_0x195fc6){const [_0x59b538,_0x146d57]=await Promise['all']([_0x195fc6()['then'](_0x163b72=>{return _0x1030e6['wave1Done']=performance['now'](),_0x163b72;}),_0xbf7651['then'](_0x51e062=>_0x51e062())['then'](_0x23645d=>{return _0x1030e6['wave2Done']=performance['now'](),_0x23645d;})]);_0x1030e6['allDone']=performance['now']();const _0x582afd={..._0x146d57,..._0x59b538};return _0x582afd;}const _0x2e5976=await _0xbf7651,_0x554cc0=await _0x2e5976();return _0x1030e6['wave2Done']=performance['now'](),_0x1030e6['allDone']=performance['now'](),_0x554cc0;};}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(_0x8ac22f){if(!(_0x8ac22f instanceof DOMException))return![];const _0x5c32b8=_0x8ac22f['message'];for(const _0x57e95e of SANDBOX_MESSAGE_PATTERNS){if(_0x57e95e['test'](_0x5c32b8))return!![];}return _0x8ac22f['name']==='SecurityError';}}const version='1.0.4';function componentsToDebugString(_0x515803){return JSON['stringify'](_0x515803,(_0x53e29b,_0x36748c)=>{if(_0x36748c instanceof Error)return errorToObject(_0x36748c);return _0x36748c;},0x2);}function makeEngine(_0x34a4f4,_0x49e647){const _0x12a560=Date['now']();return{async 'get'(_0xfbb8dc){const _0xff07c5=Date['now'](),_0x10ddb9=await _0x34a4f4();(_0x49e647===!![]||_0xfbb8dc?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0xff07c5-_0x12a560)+'\x0acomponents:\x20'+componentsToDebugString(_0x10ddb9)+'\x0a```');const _0x60c56a={};return _0x60c56a['components']=_0x10ddb9,_0x60c56a['version']=version,_0x60c56a;}};}function load(_0x554ba3={}){if(isSandboxedIframe())throw new SentinelError('Running\x20inside\x20sandboxed\x20iframes\x20(without\x20allow-same-origin)\x20is\x20not\x20supported','sandboxed_iframe');const {debug:_0x10e345,proxyDetection:proxyDetection='high',apiKey:_0x6bbec3,endpoint:_0x2fc58e,linkedId:_0x1b1913,tag:_0x19f225}=_0x554ba3;setProxyDetectionMode(proxyDetection);const _0x21ed63={};_0x21ed63['cache']={},_0x21ed63['debug']=_0x10e345;const _0x28eb14=loadBuiltinSources(_0x21ed63),_0x1464df=makeEngine(_0x28eb14,_0x10e345);if(_0x6bbec3!==undefined&&_0x2fc58e!==undefined){const _0x58922c={};_0x58922c['apiKey']=_0x6bbec3,_0x58922c['endpoint']=_0x2fc58e;const _0x35f4b2={};_0x35f4b2['linkedId']=_0x1b1913,_0x35f4b2['tag']=_0x19f225,_0x1464df['result']=capture(_0x1464df,_0x58922c,_0x35f4b2)['catch'](_0x514bdc=>{_0x10e345===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x514bdc);throw _0x514bdc;}),_0x1464df['result']['catch'](()=>undefined);}return _0x1464df;}function createPageHideAbortController(){const _0x5b044c=new AbortController();if(typeof window==='undefined'){const _0x2c99ae={};return _0x2c99ae['signal']=_0x5b044c['signal'],_0x2c99ae['dispose']=()=>undefined,_0x2c99ae;}const _0x27fac2=()=>{if(!_0x5b044c['signal']['aborted'])_0x5b044c['abort']();},_0x266cb7={};_0x266cb7['once']=!![],window['addEventListener']('pagehide',_0x27fac2,_0x266cb7);const _0x3bc018={};_0x3bc018['once']=!![],window['addEventListener']('beforeunload',_0x27fac2,_0x3bc018);let _0x47dfca=![];const _0x12e67c=()=>{if(_0x47dfca)return;_0x47dfca=!![],window['removeEventListener']('pagehide',_0x27fac2),window['removeEventListener']('beforeunload',_0x27fac2);},_0x24d5cf={};return _0x24d5cf['signal']=_0x5b044c['signal'],_0x24d5cf['dispose']=_0x12e67c,_0x24d5cf;}const WITHOUT_DEFAULT_TAG='@danetix/sentinel/without-default/v1';function withoutDefault(_0x2c3e0f){const _0x1d4563={};return _0x1d4563['__type__']=WITHOUT_DEFAULT_TAG,_0x1d4563['value']=_0x2c3e0f,_0x1d4563;}function isWithoutDefault(_0x341589){if(_0x341589===null||typeof _0x341589!=='object')return![];const _0x4f8d7c=_0x341589;return _0x4f8d7c['__type__']===WITHOUT_DEFAULT_TAG&&'value'in _0x4f8d7c;}function unwrapWithoutDefault(_0x3afcb5){return isWithoutDefault(_0x3afcb5)?_0x3afcb5['value']:_0x3afcb5;}async function handleAgentData(_0x253109,_0x22b0bd){let _0x46bd00;try{_0x46bd00=_0x22b0bd?.['raw']===!![]?_0x253109:await decodePayload(_0x253109);}catch(_0x2f21cd){throw new SentinelError('handleAgentData:\x20decode\x20failed\x20('+(_0x2f21cd instanceof Error?_0x2f21cd['message']:String(_0x2f21cd))+')','bad_response_format');}let _0x53551d;try{_0x53551d=JSON['parse'](_0x46bd00);}catch(_0x1def90){throw new SentinelError('handleAgentData:\x20not\x20valid\x20JSON\x20('+(_0x1def90 instanceof Error?_0x1def90['message']:String(_0x1def90))+')','bad_response_format');}if(_0x53551d===null||typeof _0x53551d!=='object'||typeof _0x53551d['requestId']!=='string'||typeof _0x53551d['visitorId']!=='string')throw new SentinelError('handleAgentData:\x20response\x20missing\x20required\x20fields\x20(requestId,\x20visitorId)','bad_response_format');if(_0x53551d['visitorId']['length']===0x0||_0x53551d['visitorId']['length']>0x1000||/[\x00-\x1f\x7f]/['test'](_0x53551d['visitorId']))throw new SentinelError('handleAgentData:\x20visitorId\x20failed\x20format\x20validation','bad_response_format');return saveDeviceToken(_0x53551d['visitorId']),Array['isArray'](_0x53551d['notifications'])&&dispatchNotifications(_0x53551d['notifications']),_0x53551d;}function dispatchNotifications(_0xa4bfbd){for(const _0x337431 of _0xa4bfbd){if(_0x337431===null||typeof _0x337431!=='object')continue;const _0x5871b4=String(_0x337431['message']);if(_0x337431['level']==='error')console['error'](_0x5871b4);else{if(_0x337431['level']==='warning')console['warn'](_0x5871b4);else console['log'](_0x5871b4);}}}const STORAGE_SUFFIX='lr',RING_SIZE=0x2;function createReplayChannel(_0x204aed={}){const _0x656e77=_0x204aed['prefix']??'_dx',_0x56ec3e=Math['max'](0x1,_0x204aed['ringSize']??RING_SIZE),_0x53872f=''+_0x656e77+STORAGE_SUFFIX;function _0x3fc07c(){if(typeof localStorage==='undefined')return[];try{const _0x11e50b=localStorage['getItem'](_0x53872f);if(_0x11e50b===null)return[];const _0x21dbd4=JSON['parse'](_0x11e50b);if(!Array['isArray'](_0x21dbd4))return[];return _0x21dbd4['filter'](_0x484fc6=>typeof _0x484fc6==='string');}catch{return[];}}function _0x36972a(_0x3a8449){if(typeof localStorage==='undefined')return;try{localStorage['setItem'](_0x53872f,JSON['stringify'](_0x3a8449));}catch{}}return{'list'(){return _0x3fc07c();},'record'(_0x38dfa1){if(typeof _0x38dfa1!=='string'||_0x38dfa1['length']===0x0)return;const _0x1bc919=_0x3fc07c(),_0x45a3e7=_0x1bc919['filter'](_0x513993=>_0x513993!==_0x38dfa1);_0x45a3e7['push'](_0x38dfa1);while(_0x45a3e7['length']>_0x56ec3e)_0x45a3e7['shift']();_0x36972a(_0x45a3e7);},'acknowledge'(_0x34d58f){if(_0x34d58f['length']===0x0)return;const _0x3e15b8=_0x3fc07c(),_0x59f2ce=new Set(_0x34d58f),_0x5d25d7=_0x3e15b8['filter'](_0x5a9cba=>!_0x59f2ce['has'](_0x5a9cba));if(_0x5d25d7['length']===_0x3e15b8['length'])return;_0x36972a(_0x5d25d7);},'clear'(){if(typeof localStorage==='undefined')return;try{localStorage['removeItem'](_0x53872f);}catch{}}};}function resolveRandomizeStrategy(_0x1e1366){if(_0x1e1366===undefined)return'replace';if(_0x1e1366===![]||_0x1e1366==='off')return'off';if(_0x1e1366===!![]||_0x1e1366==='replace')return'replace';return'append';}function start(_0x13bb94){const {apiKey:_0x1a616e,endpoint:_0x2630f2,cache:_0x31d488,randomizeEndpointPath:_0x9807e0,integrationInfo:_0x141d82,urlPrivacy:_0x5293a9,..._0x5d4f59}=_0x13bb94,_0x24cbd9=load(_0x5d4f59),_0x2c8da4={'apiKey':_0x1a616e,'endpoint':_0x2630f2,'randomizeStrategy':resolveRandomizeStrategy(_0x9807e0),'integrationInfo':_0x141d82,'urlPrivacy':_0x5293a9},_0x40349e=_0x31d488?createCache(_0x31d488):null;return{'get'(_0x476453){const {ignoreCache:_0x2fe862,..._0x9a3d6a}=_0x476453??{},_0x9ff754={};_0x9ff754['tag']=_0x9a3d6a['tag'],_0x9ff754['linkedId']=_0x9a3d6a['linkedId'];const _0x352303=_0x9ff754;if(_0x2fe862!==!![]&&_0x40349e!==null){const _0x152fb7=_0x40349e['get'](_0x352303);if(_0x152fb7!==null)return Promise['resolve'](_0x152fb7);}return capture(_0x24cbd9,_0x2c8da4,_0x9a3d6a)['then'](_0x22db76=>{if(_0x40349e!==null)_0x40349e['set'](_0x22db76,_0x352303);return _0x22db76;});},'clearCache'(){if(_0x40349e!==null)_0x40349e['clear']();}};}const _0x185dab={};_0x185dab['start']=start;var index=_0x185dab;exports['CspBlockError']=CspBlockError,exports['FetchTimeoutError']=FetchTimeoutError,exports['SentinelError']=SentinelError,exports['buildEndpointSuffix']=buildEndpointSuffix,exports['createPageHideAbortController']=createPageHideAbortController,exports['createReplayChannel']=createReplayChannel,exports['default']=index,exports['detectFrameworks']=detectFrameworks,exports['getPageVisitId']=getPageVisitId,exports['getPipelineTrace']=getPipelineTrace,exports['handleAgentData']=handleAgentData,exports['isSentinelError']=isSentinelError,exports['isWithoutDefault']=isWithoutDefault,exports['listRegisteredIntegrations']=listRegisteredIntegrations,exports['load']=load,exports['randomizeEndpoint']=randomizeEndpoint,exports['registerIntegration']=registerIntegration,exports['start']=start,exports['unwrapWithoutDefault']=unwrapWithoutDefault,exports['withoutDefault']=withoutDefault;
1
+ 'use strict';const _0x1e3955={};_0x1e3955['value']=!![],Object['defineProperty'](exports,'__esModule',_0x1e3955);const STORAGE_KEY_DEFAULT='_dxc';function composeKey(_0x2ac0c8,_0x21c296){const _0x10731c=JSON['stringify'](_0x21c296['tag']??null),_0x499657=JSON['stringify'](_0x21c296['linkedId']??null);return _0x2ac0c8+'__'+_0x10731c+'__'+_0x499657;}function createMemoryCache(_0x31fd06,_0x431238){const _0x105ddd=new Map();return{'get'(_0x15caab={}){const _0x42fff7=composeKey(_0x431238,_0x15caab),_0xfab70c=_0x105ddd['get'](_0x42fff7);if(_0xfab70c===undefined)return null;if(Date['now']()-_0xfab70c['ts']>_0x31fd06*0x3e8)return _0x105ddd['delete'](_0x42fff7),null;return _0xfab70c['result'];},'set'(_0x2adb1f,_0xfdaf3a={}){_0x105ddd['set'](composeKey(_0x431238,_0xfdaf3a),{'result':_0x2adb1f,'ts':Date['now']()});},'clear'(){_0x105ddd['clear']();}};}function createStorageCache(_0x57d725,_0x1ba610,_0x42d40d){return{'get'(_0x4ad806={}){const _0x2415b2=composeKey(_0x42d40d,_0x4ad806);try{const _0x338f93=_0x1ba610['getItem'](_0x2415b2);if(_0x338f93===null)return null;const _0x17b1f9=JSON['parse'](_0x338f93);if(_0x17b1f9===null||typeof _0x17b1f9!=='object'||typeof _0x17b1f9['ts']!=='number')return _0x1ba610['removeItem'](_0x2415b2),null;if(Date['now']()-_0x17b1f9['ts']>_0x57d725*0x3e8)return _0x1ba610['removeItem'](_0x2415b2),null;return _0x17b1f9['result'];}catch{return null;}},'set'(_0x4a367b,_0x44e86={}){try{_0x1ba610['setItem'](composeKey(_0x42d40d,_0x44e86),JSON['stringify']({'result':_0x4a367b,'ts':Date['now']()}));}catch{}},'clear'(){try{const _0x15c6b1=[];for(let _0x1d6e10=0x0;_0x1d6e10<_0x1ba610['length'];_0x1d6e10++){const _0x1fc4ad=_0x1ba610['key'](_0x1d6e10);_0x1fc4ad?.['startsWith'](_0x42d40d+'__')===!![]&&_0x15c6b1['push'](_0x1fc4ad);}for(const _0x28f9d3 of _0x15c6b1)_0x1ba610['removeItem'](_0x28f9d3);}catch{}}};}function createCache(_0x598f98){const {ttl:ttl=0x0,location:location='memory',prefix:prefix=STORAGE_KEY_DEFAULT}=_0x598f98;if(ttl<=0x0)return null;if(location==='memory')return createMemoryCache(ttl,prefix);try{const _0x3e017d=location==='localStorage'?localStorage:sessionStorage;return createStorageCache(ttl,_0x3e017d,prefix);}catch{return createMemoryCache(ttl,prefix);}}const REGISTRY_KEY='__danetix_integrations';function getRegistry(){if(typeof window==='undefined')return[];const _0x1a4811=window;return!Array['isArray'](_0x1a4811[REGISTRY_KEY])&&(_0x1a4811[REGISTRY_KEY]=[]),_0x1a4811[REGISTRY_KEY];}function registerIntegration(_0x29def2){if(typeof _0x29def2['name']!=='string'||_0x29def2['name']['length']===0x0)return;if(typeof _0x29def2['version']!=='string')return;const _0x4870af=getRegistry();for(const _0x3ce80a of _0x4870af){if(_0x3ce80a['name']===_0x29def2['name']&&_0x3ce80a['version']===_0x29def2['version'])return;}const _0x8c06de={};_0x8c06de['name']=_0x29def2['name'],_0x8c06de['version']=_0x29def2['version'],_0x4870af['push'](_0x8c06de);}function listRegisteredIntegrations(){return getRegistry()['map'](_0x1acce1=>({'name':_0x1acce1['name'],'version':_0x1acce1['version']}));}function detectFrameworks(){if(typeof window==='undefined')return[];const _0x27e103=[],_0x3f6119=window;if(_0x3f6119['__NEXT_DATA__']!==undefined&&_0x3f6119['__NEXT_DATA__']!==null){const _0x3c8ac0=_0x3f6119['next'];let _0x470c74='unknown';if(_0x3c8ac0!==null&&typeof _0x3c8ac0==='object'){const _0x41e50b=_0x3c8ac0['version'];if(typeof _0x41e50b==='string')_0x470c74=_0x41e50b;}const _0x44320c={};_0x44320c['name']='next',_0x44320c['version']=_0x470c74,_0x27e103['push'](_0x44320c);}if(_0x3f6119['__NUXT__']!==undefined&&_0x3f6119['__NUXT__']!==null){const _0x2a9d30={};_0x2a9d30['name']='nuxt',_0x2a9d30['version']='unknown',_0x27e103['push'](_0x2a9d30);}if(_0x3f6119['astro']!==undefined||typeof _0x3f6119['__ASTRO_GLOB_TIME__']!=='undefined'){const _0x47b8c1={};_0x47b8c1['name']='astro',_0x47b8c1['version']='unknown',_0x27e103['push'](_0x47b8c1);}const _0x1a0811=_0x3f6119['React'];let _0x2d896c=null;if(_0x1a0811!==null&&typeof _0x1a0811==='object'){const _0x1cadee=_0x1a0811['version'];if(typeof _0x1cadee==='string')_0x2d896c=_0x1cadee;}if(_0x2d896c!==null||_0x3f6119['__REACT_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x27e103['some'](_0x20c99b=>_0x20c99b['name']==='next'||_0x20c99b['name']==='react')){const _0x2d417b={};_0x2d417b['name']='react',_0x2d417b['version']=_0x2d896c??'unknown',_0x27e103['push'](_0x2d417b);}}let _0x57c3c0=null;const _0x103c67=_0x3f6119['Vue'];if(_0x103c67!==null&&typeof _0x103c67==='object'){const _0x4b0deb=_0x103c67['version'];if(typeof _0x4b0deb==='string')_0x57c3c0=_0x4b0deb;}if(_0x57c3c0!==null||_0x3f6119['__VUE__']!==undefined||_0x3f6119['__VUE_DEVTOOLS_GLOBAL_HOOK__']!==undefined){if(!_0x27e103['some'](_0x3f3d40=>_0x3f3d40['name']==='nuxt'||_0x3f3d40['name']==='vue')){const _0x3ab158={};_0x3ab158['name']='vue',_0x3ab158['version']=_0x57c3c0??'unknown',_0x27e103['push'](_0x3ab158);}}if(_0x3f6119['ng']!==undefined||_0x3f6119['getAllAngularRootElements']!==undefined){const _0x455f31={};_0x455f31['name']='angular',_0x455f31['version']='unknown',_0x27e103['push'](_0x455f31);}if(_0x3f6119['__svelte']!==undefined||_0x3f6119['__SVELTEKIT_PAYLOAD__']!==undefined){const _0x1513d9={};_0x1513d9['name']='svelte',_0x1513d9['version']='unknown',_0x27e103['push'](_0x1513d9);}if(_0x3f6119['__PREACT_DEVTOOLS__']!==undefined){const _0x47650b={};_0x47650b['name']='preact',_0x47650b['version']='unknown',_0x27e103['push'](_0x47650b);}return _0x27e103;}function collectIntegrations(_0x1d4860){const _0x566745=new Set(),_0x5ce9e0=[],_0x4c7ca8=_0x1445e9=>{if(typeof _0x1445e9['name']!=='string'||_0x1445e9['name']['length']===0x0)return;if(typeof _0x1445e9['version']!=='string')return;if(_0x566745['has'](_0x1445e9['name']))return;_0x566745['add'](_0x1445e9['name']);const _0x167991={};_0x167991['name']=_0x1445e9['name'],_0x167991['version']=_0x1445e9['version'],_0x5ce9e0['push'](_0x167991);};if(_0x1d4860!==undefined){for(const _0x595cbc of _0x1d4860)_0x4c7ca8(_0x595cbc);}for(const _0x5ab2b4 of getRegistry())_0x4c7ca8(_0x5ab2b4);for(const _0x1d227c of detectFrameworks())_0x4c7ca8(_0x1d227c);return _0x5ce9e0;}const PVID_KEY='__dx_pvid',PVID_LENGTH=0xa,PVID_ALPHABET='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789';function generatePageVisitId(){let _0x28a382='';if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function'){const _0x16b49f=new Uint8Array(PVID_LENGTH);crypto['getRandomValues'](_0x16b49f);for(let _0x2a3592=0x0;_0x2a3592<PVID_LENGTH;_0x2a3592+=0x1){_0x28a382+=PVID_ALPHABET[_0x16b49f[_0x2a3592]%PVID_ALPHABET['length']];}return _0x28a382;}for(let _0x4a8741=0x0;_0x4a8741<PVID_LENGTH;_0x4a8741+=0x1){_0x28a382+=PVID_ALPHABET[Math['floor'](Math['random']()*PVID_ALPHABET['length'])];}return _0x28a382;}function getPageVisitId(){if(typeof window==='undefined')return generatePageVisitId();const _0xfb1392=window,_0x4a6447=_0xfb1392[PVID_KEY];if(typeof _0x4a6447==='string'&&_0x4a6447['length']>0x0)return _0x4a6447;const _0x4d79d1=generatePageVisitId();return _0xfb1392[PVID_KEY]=_0x4d79d1,_0x4d79d1;}const SESSION_KEY='_dxe',SESSION_TIMEOUT_MS=0x1e*0x3c*0x3e8;let cachedSessionId=null,lastActivity=0x0;function getSessionId(){if(typeof sessionStorage==='undefined')return undefined;const _0x3e4f8f=Date['now']();if(cachedSessionId!==null&&_0x3e4f8f-lastActivity<SESSION_TIMEOUT_MS)return lastActivity=_0x3e4f8f,persistSession(cachedSessionId,_0x3e4f8f),cachedSessionId;const _0x50baa2=sessionStorage['getItem'](SESSION_KEY);if(_0x50baa2!==null)try{const _0x94c8bc=JSON['parse'](_0x50baa2);if(_0x3e4f8f-_0x94c8bc['ts']<SESSION_TIMEOUT_MS)return cachedSessionId=_0x94c8bc['id'],lastActivity=_0x3e4f8f,persistSession(_0x94c8bc['id'],_0x3e4f8f),_0x94c8bc['id'];}catch{}const _0x52eae7=generateSessionId();return cachedSessionId=_0x52eae7,lastActivity=_0x3e4f8f,persistSession(_0x52eae7,_0x3e4f8f),_0x52eae7;}function persistSession(_0x568c4d,_0x1ade87){try{const _0x16ae90={};_0x16ae90['id']=_0x568c4d,_0x16ae90['ts']=_0x1ade87,sessionStorage['setItem'](SESSION_KEY,JSON['stringify'](_0x16ae90));}catch{}}function generateSessionId(){if(typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function')return crypto['randomUUID']();return'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'['replace'](/[xy]/g,_0x7060ed=>{const _0x3f6666=Math['random']()*0x10|0x0,_0x33059d=_0x7060ed==='x'?_0x3f6666:_0x3f6666&0x3|0x8;return _0x33059d['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(_0x503c06){if(_0x503c06['length']===0x0)return;if(/^[\d.]+$/['test'](_0x503c06)||_0x503c06['includes'](':'))return;if(!_0x503c06['includes']('.'))return;const _0x12ca63=_0x503c06['split']('.');for(let _0x249fd1=_0x12ca63['length']-0x2;_0x249fd1>=0x0;_0x249fd1--){const _0x39d8f8=_0x12ca63['slice'](_0x249fd1)['join']('.');if(_0x39d8f8===_0x503c06)continue;yield _0x39d8f8;}}function buildCookieAttributes(_0x586c87,_0x232ef2){const _0x577014=typeof location!=='undefined'&&location['protocol']==='https:'?';\x20secure':'',_0x38ed74=_0x586c87!==null?';\x20domain='+_0x586c87:'';return';\x20path=/'+_0x38ed74+';\x20'+_0x232ef2+';\x20samesite=lax'+_0x577014;}function getCookie(){try{const _0x3915ce=document['cookie']['match'](new RegExp('(?:^|;\x5cs*)'+KEY_CLIENT_COOKIE+'=([^;]*)'));return _0x3915ce?decodeURIComponent(_0x3915ce[0x1]):null;}catch{return null;}}function writeCookieAtDomain(_0x22a524,_0x47f410){try{const _0x45b96f='max-age='+COOKIE_MAX_AGE_SECONDS;document['cookie']=KEY_CLIENT_COOKIE+'='+encodeURIComponent(_0x22a524)+buildCookieAttributes(_0x47f410,_0x45b96f);}catch{}}function setCookie(_0x25dd0d){if(typeof document==='undefined'||typeof location==='undefined')return;for(const _0x2457d9 of walkDomains(location['hostname'])){writeCookieAtDomain(_0x25dd0d,_0x2457d9);if(getCookie()===_0x25dd0d)return;}writeCookieAtDomain(_0x25dd0d,null);}function getLocalStorage$1(){try{return localStorage['getItem'](KEY_LOCAL_STORAGE);}catch{return null;}}function setLocalStorage(_0x25b9d4){try{localStorage['setItem'](KEY_LOCAL_STORAGE,_0x25b9d4);}catch{}}function openIdb(){return new Promise(_0x2b7ace=>{try{const _0x10533f=indexedDB['open'](IDB_DB_NAME,IDB_VERSION);_0x10533f['onupgradeneeded']=()=>{const _0xa058f0=_0x10533f['result'];!_0xa058f0['objectStoreNames']['contains'](KEY_IDB_STORE)&&_0xa058f0['createObjectStore'](KEY_IDB_STORE);},_0x10533f['onsuccess']=()=>{const _0x3d4c19=_0x10533f['result'];_0x3d4c19['onversionchange']=()=>_0x3d4c19['close'](),_0x2b7ace(_0x3d4c19);},_0x10533f['onerror']=()=>_0x2b7ace(null),_0x10533f['onblocked']=()=>_0x2b7ace(null);}catch{_0x2b7ace(null);}});}function getIndexedDb(){return new Promise(_0x33c151=>{openIdb()['then'](_0x3fa34e=>{if(_0x3fa34e===null){_0x33c151(null);return;}let _0x2917c9=![];const _0x1e0d44=_0x95776=>{if(_0x2917c9)return;_0x2917c9=!![],_0x3fa34e['close'](),_0x33c151(_0x95776);};try{const _0x1ff3f3=_0x3fa34e['transaction'](KEY_IDB_STORE,'readonly'),_0x34c23c=_0x1ff3f3['objectStore'](KEY_IDB_STORE),_0x41c9ac=_0x34c23c['get'](KEY_IDB_KEY);_0x41c9ac['onsuccess']=()=>_0x1e0d44(typeof _0x41c9ac['result']==='string'?_0x41c9ac['result']:null),_0x41c9ac['onerror']=()=>_0x1e0d44(null),_0x1ff3f3['onabort']=()=>_0x1e0d44(null);}catch{_0x1e0d44(null);}})['catch'](()=>_0x33c151(null));});}function setIndexedDb(_0x21456c){openIdb()['then'](_0x3b30a9=>{if(_0x3b30a9===null)return;try{const _0x3f570c=_0x3b30a9['transaction'](KEY_IDB_STORE,'readwrite'),_0x4adddf=_0x3f570c['objectStore'](KEY_IDB_STORE);_0x4adddf['put'](_0x21456c,KEY_IDB_KEY),_0x3f570c['oncomplete']=()=>_0x3b30a9['close'](),_0x3f570c['onerror']=()=>_0x3b30a9['close']();}catch{_0x3b30a9['close']();}})['catch'](()=>{});}async function loadDeviceToken(){const _0x31f0f7=getCookie();if(_0x31f0f7!==null)return _0x31f0f7;const _0x30d547=getLocalStorage$1();if(_0x30d547!==null)return _0x30d547;return getIndexedDb();}function saveDeviceToken(_0x45668c){setCookie(_0x45668c),setLocalStorage(_0x45668c),setIndexedDb(_0x45668c);}class SentinelError extends Error{['code'];constructor(_0x3f9b82,_0x213c2c){super(_0x3f9b82),this['name']='SentinelError',this['code']=_0x213c2c,Object['setPrototypeOf'](this,new.target.prototype);}}function isSentinelError(_0x5dbba3){if(_0x5dbba3===null||typeof _0x5dbba3!=='object')return![];const _0x52b025=_0x5dbba3;return(_0x52b025['name']==='SentinelError'||_0x52b025['name']==='CspBlockError'||_0x52b025['name']==='FetchTimeoutError')&&typeof _0x52b025['code']==='string';}class CspBlockError extends SentinelError{['violation'];constructor(_0x650d3e,_0x355360){super(_0x650d3e,'csp_block'),this['name']='CspBlockError',this['violation']=_0x355360,Object['setPrototypeOf'](this,new.target.prototype);}}async function withCspDetection(_0x4489b6,_0x407d7a){if(typeof document==='undefined')return _0x407d7a();let _0x53e07c;try{_0x53e07c=new URL(_0x4489b6,typeof location!=='undefined'?location['href']:'http://localhost/');}catch{return _0x407d7a();}const _0x5bc921={};_0x5bc921['event']=null;const _0x528c4d=_0x5bc921,_0x21a7c7=_0x53e07c['protocol']['slice'](0x0,-0x1),_0x236891=_0x22bbbe=>{const _0x25b722=_0x22bbbe,_0x4315e4=_0x25b722['blockedURI'];(_0x4315e4===_0x53e07c['href']||_0x4315e4===_0x53e07c['origin']||_0x4315e4===_0x21a7c7)&&(_0x528c4d['event']=_0x25b722);};document['addEventListener']('securitypolicyviolation',_0x236891);try{return await _0x407d7a();}catch(_0x5b335c){if(_0x528c4d['event']!==null)throw new CspBlockError('Request\x20to\x20'+_0x53e07c['href']+'\x20blocked\x20by\x20Content-Security-Policy',_0x528c4d['event']);throw _0x5b335c;}finally{document['removeEventListener']('securitypolicyviolation',_0x236891);}}function visibilityAwareWait(_0x1fbfbc,_0x6fe24c){if(_0x6fe24c?.['aborted']===!![])return Promise['resolve']();if(typeof document==='undefined')return new Promise(_0x1856c4=>{const _0x5217e1=setTimeout(_0x1856c4,_0x1fbfbc),_0x348112={};_0x348112['once']=!![],_0x6fe24c?.['addEventListener']('abort',()=>{clearTimeout(_0x5217e1),_0x1856c4();},_0x348112);});return new Promise(_0x45be5c=>{let _0x2fb610=_0x1fbfbc,_0x2d911c=0x0,_0x3691a0=null,_0x12de1f=![];function _0xf5a0b6(){if(_0x3691a0===null)return;clearTimeout(_0x3691a0),_0x3691a0=null,_0x2fb610-=Date['now']()-_0x2d911c;if(_0x2fb610<0x0)_0x2fb610=0x0;}function _0x50398d(){if(_0x12de1f)return;_0x12de1f=!![],document['removeEventListener']('visibilitychange',_0x5c5d26);if(_0x6fe24c!==undefined)_0x6fe24c['removeEventListener']('abort',_0x1d00fb);_0x3691a0!==null&&(clearTimeout(_0x3691a0),_0x3691a0=null),_0x45be5c();}function _0x1374fd(){if(_0x12de1f||_0x3691a0!==null)return;if(_0x2fb610<=0x0){_0x50398d();return;}_0x2d911c=Date['now'](),_0x3691a0=setTimeout(_0x50398d,_0x2fb610);}function _0x5c5d26(){document['hidden']?_0xf5a0b6():_0x1374fd();}function _0x1d00fb(){_0x50398d();}document['addEventListener']('visibilitychange',_0x5c5d26);const _0x589049={};_0x589049['once']=!![];if(_0x6fe24c!==undefined)_0x6fe24c['addEventListener']('abort',_0x1d00fb,_0x589049);!document['hidden']&&_0x1374fd();});}const DEFAULT_MAX_RETRIES=0x3,DEFAULT_BASE_DELAY=0xc8,DEFAULT_MAX_DELAY=0x2710,DEFAULT_TIMEOUT=0x7530;class FetchTimeoutError extends SentinelError{['timeoutMs'];constructor(_0x86dd34){super('fetch\x20did\x20not\x20complete\x20within\x20'+_0x86dd34+'ms','client_timeout'),this['name']='FetchTimeoutError',this['timeoutMs']=_0x86dd34,Object['setPrototypeOf'](this,new.target.prototype);}}async function fetchWithRetry(_0x5e16a2,_0x16abff,_0x13555d){const _0x19053a=_0x13555d?.['maxRetries']??DEFAULT_MAX_RETRIES,_0x48f0e3=_0x13555d?.['baseDelayMs']??DEFAULT_BASE_DELAY,_0x3ce7b3=_0x13555d?.['maxDelayMs']??DEFAULT_MAX_DELAY,_0x17fcca=_0x13555d?.['timeoutMs']??DEFAULT_TIMEOUT;for(let _0x4b47fa=0x0;_0x4b47fa<=_0x19053a;_0x4b47fa++){let _0x4acaa1,_0x55e66d,_0x42de18,_0x57ee1c;const _0x317ca0=_0x16abff?.['signal'];try{_0x42de18=new AbortController();if(_0x317ca0!==undefined&&_0x317ca0!==null){if(_0x317ca0['aborted'])_0x42de18['abort'](_0x317ca0['reason']);else{const _0xf57403=_0x42de18;_0x57ee1c=()=>_0xf57403['abort'](_0x317ca0['reason']);const _0x5ee9ed={};_0x5ee9ed['once']=!![],_0x317ca0['addEventListener']('abort',_0x57ee1c,_0x5ee9ed);}}_0x55e66d=setTimeout(()=>{_0x4acaa1=Date['now'](),_0x42de18?.['abort']();},_0x17fcca);const _0x2fc35e={..._0x16abff};_0x2fc35e['signal']=_0x42de18['signal'];const _0x12793c=await fetch(_0x5e16a2,_0x2fc35e);clearTimeout(_0x55e66d);_0x57ee1c!==undefined&&_0x317ca0!==undefined&&_0x317ca0!==null&&_0x317ca0['removeEventListener']('abort',_0x57ee1c);if(_0x12793c['ok']||_0x12793c['status']<0x1f4&&_0x12793c['status']!==0x1ad)return _0x12793c;if((_0x12793c['status']===0x1ad||_0x12793c['status']>=0x1f4)&&_0x4b47fa<_0x19053a){const _0x59ca04=parseRetryAfter(_0x12793c['headers']['get']('Retry-After'));await visibilityAwareWait(_0x59ca04??computeBackoff(_0x4b47fa,_0x48f0e3,_0x3ce7b3),_0x317ca0??undefined);continue;}return _0x12793c;}catch(_0x3c2308){clearTimeout(_0x55e66d);_0x57ee1c!==undefined&&_0x317ca0!==undefined&&_0x317ca0!==null&&_0x317ca0['removeEventListener']('abort',_0x57ee1c);const _0x5f50fb=_0x317ca0?.['aborted']===!![];if(_0x5f50fb)throw _0x3c2308;if(_0x4b47fa>=_0x19053a){if(_0x4acaa1!==undefined)throw new FetchTimeoutError(_0x17fcca);throw _0x3c2308;}await visibilityAwareWait(computeBackoff(_0x4b47fa,_0x48f0e3,_0x3ce7b3),_0x317ca0??undefined);}}throw new Error('fetchWithRetry:\x20exhausted\x20retries');}function computeBackoff(_0x5aa307,_0x2b4f04,_0x206d7c){const _0x59d91d=Math['min'](_0x206d7c,_0x2b4f04*0x2**_0x5aa307);return _0x59d91d*(0.5+Math['random']()*0.5);}function parseRetryAfter(_0x5f5554){if(_0x5f5554===null)return null;const _0x126715=Number(_0x5f5554);if(!Number['isNaN'](_0x126715)&&_0x126715>0x0)return _0x126715*0x3e8;const _0x1f0b22=Date['parse'](_0x5f5554);if(!Number['isNaN'](_0x1f0b22))return Math['max'](0x0,_0x1f0b22-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(_0x4daba8){try{const _0x58d933=new URL(_0x4daba8),_0x3d3d33=[];for(const [_0x4cc2cc]of _0x58d933['searchParams']){const _0x584eec=_0x4cc2cc['toLowerCase']();SENSITIVE_PARAMS['some'](_0x2cade9=>_0x584eec['includes'](_0x2cade9))&&_0x3d3d33['push'](_0x4cc2cc);}for(const _0x7cb7c of _0x3d3d33){_0x58d933['searchParams']['set'](_0x7cb7c,'[REDACTED]');}return _0x58d933['hash']='',_0x58d933['toString']();}catch{return _0x4daba8;}}function fnv1aBytes(_0x5dcca5){let _0x2dfe98=0x811c9dc5;for(let _0x182e6d=0x0;_0x182e6d<_0x5dcca5['length'];_0x182e6d++){_0x2dfe98^=_0x5dcca5[_0x182e6d],_0x2dfe98=Math['imul'](_0x2dfe98,0x1000193);}return _0x2dfe98>>>0x0;}const SUFFIX_MIN_LEN=0x8,SUFFIX_MAX_LEN=0x16,CHUNK_MIN_LEN=0x3,CHUNK_MAX_LEN=0x6;function hash16(_0x97ff79){const _0x5c418a=new TextEncoder()['encode'](_0x97ff79),_0x374f54=new Uint8Array(0x10);for(let _0x41c494=0x0;_0x41c494<0x4;_0x41c494+=0x1){const _0x99f674=new Uint8Array(_0x5c418a['length']+0x1);_0x99f674[0x0]=0x55+_0x41c494*0x37,_0x99f674['set'](_0x5c418a,0x1);const _0x3aa010=fnv1aBytes(_0x99f674);_0x374f54[_0x41c494*0x4]=_0x3aa010>>>0x18&0xff,_0x374f54[_0x41c494*0x4+0x1]=_0x3aa010>>>0x10&0xff,_0x374f54[_0x41c494*0x4+0x2]=_0x3aa010>>>0x8&0xff,_0x374f54[_0x41c494*0x4+0x3]=_0x3aa010&0xff;}return _0x374f54;}function toBase64Url$1(_0x30ec63){let _0x30548e='';for(let _0x146e1f=0x0;_0x146e1f<_0x30ec63['length'];_0x146e1f+=0x1){_0x30548e+=String['fromCharCode'](_0x30ec63[_0x146e1f]);}return btoa(_0x30548e)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function mapByteToRange(_0x229148,_0x4c58a4,_0x1d966a){return _0x4c58a4+Math['floor']((_0x229148&0xff)*(_0x1d966a-_0x4c58a4+0x1)/0x100);}function chunkBySlash(_0x1fe01a,_0x432bd9){let _0x4a60ed=0x0,_0xe7ca02='';while(_0x4a60ed<_0x1fe01a['length']){const _0x24123b=mapByteToRange(_0x432bd9[_0x4a60ed&0xf],CHUNK_MIN_LEN,CHUNK_MAX_LEN),_0x4d9ed2=Math['min'](_0x1fe01a['length'],_0x4a60ed+_0x24123b);if(_0xe7ca02['length']>0x0)_0xe7ca02+='/';_0xe7ca02+=_0x1fe01a['slice'](_0x4a60ed,_0x4d9ed2),_0x4a60ed=_0x4d9ed2;}return _0xe7ca02;}function buildEndpointSuffix(_0x48cbf7,_0x4de0cd){const _0x2bef82=_0x4de0cd!==undefined&&_0x4de0cd['length']>0x0?_0x48cbf7+'\x00'+_0x4de0cd:_0x48cbf7,_0x8395bf=hash16(_0x2bef82),_0x2c94f7=mapByteToRange(_0x8395bf[0xf],SUFFIX_MIN_LEN,SUFFIX_MAX_LEN),_0x4d97f8=toBase64Url$1(_0x8395bf)['slice'](0x0,_0x2c94f7),_0x4ee355=fnv1aBytes(new TextEncoder()['encode'](_0x4d97f8)),_0x2513fd=toBase64Url$1(new Uint8Array([_0x4ee355>>>0x18&0xff,_0x4ee355>>>0x10&0xff]))['slice'](0x0,0x2);return chunkBySlash(_0x4d97f8+_0x2513fd,_0x8395bf);}function randomizeEndpoint(_0x582661,_0x46096f={}){const _0x284918=_0x46096f['replacePath']??!![];let _0x40ed95;try{_0x40ed95=new URL(_0x582661);}catch{return _0x582661;}const _0x18f0ff=buildEndpointSuffix(_0x582661,_0x46096f['nonce']);if(_0x284918)_0x40ed95['pathname']='/'+_0x18f0ff;else{let _0x3ea778=_0x40ed95['pathname'];if(!_0x3ea778['endsWith']('/'))_0x3ea778+='/';_0x3ea778+=_0x18f0ff,_0x40ed95['pathname']=_0x3ea778;}return _0x40ed95['toString']();}function toBase64Url(_0x46f7db){let _0x1c76f3='';for(let _0x459b5b=0x0;_0x459b5b<_0x46f7db['length'];_0x459b5b++){_0x1c76f3+=String['fromCharCode'](_0x46f7db[_0x459b5b]);}return btoa(_0x1c76f3)['replace'](/\+/g,'-')['replace'](/\//g,'_')['replace'](/=+$/,'');}function fromBase64Url(_0x1cfc81){const _0x3e2856=_0x1cfc81['replace'](/-/g,'+')['replace'](/_/g,'/'),_0x4d5214=_0x3e2856+'='['repeat']((0x4-_0x3e2856['length']%0x4)%0x4),_0x7e355d=atob(_0x4d5214),_0x2fee9d=new Uint8Array(_0x7e355d['length']);for(let _0x26a871=0x0;_0x26a871<_0x7e355d['length'];_0x26a871++){_0x2fee9d[_0x26a871]=_0x7e355d['charCodeAt'](_0x26a871);}return _0x2fee9d;}function isCompressionSupported(){return typeof CompressionStream!=='undefined';}async function compressPayload(_0x142d2a){if(!isCompressionSupported())return _0x142d2a;const _0x5e98c1=new Blob([_0x142d2a])['stream']()['pipeThrough'](new CompressionStream('deflate-raw')),_0x1d3315=await new Response(_0x5e98c1)['arrayBuffer']();return new Uint8Array(_0x1d3315);}function isDecompressionSupported(){return typeof DecompressionStream!=='undefined';}async function decompressPayload(_0x6d82c9){if(!isDecompressionSupported())return _0x6d82c9;const _0x5468ba=new Blob([_0x6d82c9])['stream']()['pipeThrough'](new DecompressionStream('deflate-raw')),_0xb93f69=await new Response(_0x5468ba)['arrayBuffer']();return new Uint8Array(_0xb93f69);}const MARKER_1=0xca,MARKER_2=0xfe,KEY_LENGTH=0x9,MAX_PADDING=0x20;function getRandomBytes(_0x3196aa){const _0x148b17=new Uint8Array(_0x3196aa);try{if(typeof crypto!=='undefined'&&typeof crypto['getRandomValues']==='function')return crypto['getRandomValues'](_0x148b17),_0x148b17;}catch{}for(let _0x38feff=0x0;_0x38feff<_0x3196aa;_0x38feff++){_0x148b17[_0x38feff]=Math['random']()*0x100&0xff;}return _0x148b17;}function createXorEnvelope(_0x3bfdd9){const _0x276d47=getRandomBytes(0x1)[0x0],_0x525397=Math['floor'](Math['random']()*MAX_PADDING),_0xa52956=getRandomBytes(_0x525397),_0x494835=getRandomBytes(KEY_LENGTH),_0xb45eeb=0x1+0x2+0x1+_0x525397+KEY_LENGTH,_0x4f134e=new Uint8Array(_0xb45eeb+_0x3bfdd9['length']);let _0x2abb9e=0x0;_0x4f134e[_0x2abb9e++]=_0x276d47,_0x4f134e[_0x2abb9e++]=MARKER_1+_0x276d47&0xff,_0x4f134e[_0x2abb9e++]=MARKER_2+_0x276d47&0xff,_0x4f134e[_0x2abb9e++]=_0x525397+_0x276d47&0xff,_0x4f134e['set'](_0xa52956,_0x2abb9e),_0x2abb9e+=_0x525397,_0x4f134e['set'](_0x494835,_0x2abb9e),_0x2abb9e+=KEY_LENGTH;for(let _0xa24d5=0x0;_0xa24d5<_0x3bfdd9['length'];_0xa24d5++){_0x4f134e[_0x2abb9e+_0xa24d5]=_0x3bfdd9[_0xa24d5]^_0x494835[_0xa24d5%KEY_LENGTH];}return _0x4f134e;}async function encodePayload(_0x194d68){const _0x3e6e9b=new TextEncoder()['encode'](_0x194d68),_0x40d6e3=isCompressionSupported(),_0x5012dd=_0x40d6e3?await compressPayload(_0x3e6e9b):_0x3e6e9b,_0x3b63ef=createXorEnvelope(_0x5012dd),_0x141978={};_0x141978['v']=0x1,_0x141978['c']=_0x40d6e3;const _0x288430=JSON['stringify'](_0x141978),_0x404f49=new TextEncoder()['encode'](_0x288430);return toBase64Url(_0x404f49)+':'+toBase64Url(_0x3b63ef);}function decodeXorEnvelope(_0x11e55b){if(_0x11e55b['length']<0x1+0x2+0x1+KEY_LENGTH)throw new Error('xor-envelope:\x20buffer\x20too\x20short\x20to\x20contain\x20a\x20valid\x20envelope');const _0x5749b5=_0x11e55b[0x0],_0xa81512=_0x11e55b[0x1]-_0x5749b5&0xff,_0x4bcc75=_0x11e55b[0x2]-_0x5749b5&0xff;if(_0xa81512!==MARKER_1||_0x4bcc75!==MARKER_2)throw new Error('xor-envelope:\x20marker\x20mismatch\x20—\x20not\x20a\x20valid\x20envelope');const _0x2d681a=_0x11e55b[0x3]-_0x5749b5&0xff,_0x16a2a9=0x1+0x2+0x1+_0x2d681a+KEY_LENGTH;if(_0x11e55b['length']<_0x16a2a9)throw new Error('xor-envelope:\x20declared\x20padding/key\x20extends\x20past\x20buffer');const _0x423158=_0x11e55b['subarray'](0x4+_0x2d681a,0x4+_0x2d681a+KEY_LENGTH),_0x4f6638=_0x16a2a9,_0x3f62f2=_0x11e55b['subarray'](_0x4f6638),_0x2b35eb=new Uint8Array(_0x3f62f2['length']);for(let _0x14d907=0x0;_0x14d907<_0x3f62f2['length'];_0x14d907+=0x1){_0x2b35eb[_0x14d907]=_0x3f62f2[_0x14d907]^_0x423158[_0x14d907%KEY_LENGTH];}return _0x2b35eb;}async function decodePayload(_0x25fd68){const _0x2c5a30=_0x25fd68['indexOf'](':');if(_0x2c5a30===-0x1)throw new Error('decodePayload:\x20missing\x20\x22:\x22\x20separator\x20between\x20metadata\x20and\x20envelope');const _0x3d9337=_0x25fd68['slice'](0x0,_0x2c5a30),_0x39ed43=_0x25fd68['slice'](_0x2c5a30+0x1);let _0x3de8d4;try{const _0xde8ea0=fromBase64Url(_0x3d9337),_0x867ae2=new TextDecoder()['decode'](_0xde8ea0);_0x3de8d4=JSON['parse'](_0x867ae2);}catch(_0x7aff9){throw new Error('decodePayload:\x20failed\x20to\x20parse\x20metadata\x20segment\x20('+String(_0x7aff9)+')');}if(_0x3de8d4['v']!==0x1)throw new Error('decodePayload:\x20unsupported\x20envelope\x20version\x20'+String(_0x3de8d4['v']));const _0x29cffb=fromBase64Url(_0x39ed43),_0x571978=decodeXorEnvelope(_0x29cffb),_0x1ff1f2=_0x3de8d4['c']===!![]?await decompressPayload(_0x571978):_0x571978;return new TextDecoder()['decode'](_0x1ff1f2);}let chainTail=Promise['resolve']();async function capture(_0x3b1059,_0x210cf4,_0x5441e1){const _0x3e0524=chainTail;let _0x14e54a=()=>undefined;const _0x212651=new Promise(_0x3429ab=>{_0x14e54a=_0x3429ab;});chainTail=_0x3e0524['then'](()=>_0x212651);try{await _0x3e0524;}catch{}try{return await doCapture(_0x3b1059,_0x210cf4,_0x5441e1);}finally{_0x14e54a();}}async function doCapture(_0x352766,_0x1fe700,_0x547054){const {components:_0x461eb0,version:_0x32d73e}=await _0x352766['get'](),_0x5b3acc=await loadDeviceToken()??undefined,_0x559ece=_0x1fe700['replay']!==undefined?_0x1fe700['replay']['list']():undefined,_0x2d855f=_0x1fe700['urlPrivacy']==='minimal',_0x484c1e=_0x5067e8=>{if(!_0x2d855f)return sanitizeUrl(_0x5067e8);try{return new URL(_0x5067e8)['origin'];}catch{return'';}},_0x5004d9=typeof document!=='undefined'&&document['referrer']?document['referrer']:'',_0x136595=typeof document!=='undefined'?document['title']:'',_0x3d2037={'components':_0x461eb0,'version':_0x32d73e,'storedVisitorId':_0x5b3acc,'linkedId':_0x547054?.['linkedId'],'tag':_0x547054?.['tag'],'custom':_0x547054?.['custom'],'url':typeof location!=='undefined'?_0x484c1e(location['href']):undefined,'referrer':_0x5004d9!==''?_0x484c1e(_0x5004d9):undefined,'pageTitle':_0x2d855f?undefined:_0x136595||undefined,'sessionId':getSessionId(),'pageVisitId':getPageVisitId(),'previousRequestIds':_0x559ece,'clientTimestamp':Date['now'](),'integrationInfo':((()=>{const _0x516bf=collectIntegrations(_0x1fe700['integrationInfo']);return _0x516bf['length']>0x0?_0x516bf:undefined;})())},_0x2d4afa=await encodePayload(JSON['stringify'](_0x3d2037)),_0x1c8cde=_0x1fe700['randomizeStrategy']!==undefined&&_0x1fe700['randomizeStrategy']!=='off'?randomizeEndpoint(_0x1fe700['endpoint'],{'replacePath':_0x1fe700['randomizeStrategy']==='replace','nonce':typeof crypto!=='undefined'&&typeof crypto['randomUUID']==='function'?crypto['randomUUID']():Date['now']()+'-'+Math['random']()}):_0x1fe700['endpoint'],_0x2c554c={};_0x2c554c['Content-Type']='text/plain',_0x2c554c['X-API-Key']=_0x1fe700['apiKey'];const _0x4fdbd9={};_0x4fdbd9['method']='POST',_0x4fdbd9['headers']=_0x2c554c,_0x4fdbd9['credentials']='include',_0x4fdbd9['body']=_0x2d4afa,_0x4fdbd9['signal']=_0x547054?.['signal'];const _0x56b570=await withCspDetection(_0x1c8cde,()=>fetchWithRetry(_0x1c8cde,_0x4fdbd9,_0x1fe700['retry']));if(!_0x56b570['ok']){let _0x5bc1a2;try{const _0x3c7937=await _0x56b570['json']();_0x5bc1a2=_0x3c7937['error']??'HTTP\x20'+_0x56b570['status'];}catch{_0x5bc1a2='HTTP\x20'+_0x56b570['status'];}throw new Error('Endpoint\x20error:\x20'+_0x5bc1a2);}const _0x2b755c=await _0x56b570['json']();return _0x2b755c['visitorId']&&saveDeviceToken(_0x2b755c['visitorId']),_0x1fe700['replay']!==undefined&&typeof _0x2b755c['requestId']==='string'&&_0x2b755c['requestId']['length']>0x0&&_0x1fe700['replay']['record'](_0x2b755c['requestId']),_0x2b755c;}function wait(_0x598d1e,_0x49f2e6){return new Promise(_0x2e5df4=>setTimeout(_0x2e5df4,_0x598d1e,_0x49f2e6));}function releaseEventLoop(){return new Promise(_0x20a727=>{const _0x3122f4=new MessageChannel();_0x3122f4['port1']['onmessage']=()=>_0x20a727(),_0x3122f4['port2']['postMessage'](null);});}function requestIdleCallbackIfAvailable(_0x21af33,_0x495a65=Infinity){const {requestIdleCallback:_0x39efa9}=window;if(typeof _0x39efa9==='function'){const _0xb83ad3={};return _0xb83ad3['timeout']=_0x495a65,new Promise(_0x82746d=>_0x39efa9['call'](window,()=>_0x82746d(),_0xb83ad3));}return wait(Math['min'](_0x21af33,_0x495a65));}function isPromise(_0x3de032){return _0x3de032!==null&&_0x3de032!==undefined&&typeof _0x3de032['then']==='function';}function awaitIfAsync(_0x4e3f54,_0x1c9dd3){try{const _0x4a05f2=_0x4e3f54();isPromise(_0x4a05f2)?_0x4a05f2['then'](_0x36ec81=>_0x1c9dd3(!![],_0x36ec81),_0x39810f=>_0x1c9dd3(![],_0x39810f)):_0x1c9dd3(!![],_0x4a05f2);}catch(_0x527ae7){_0x1c9dd3(![],_0x527ae7);}}async function mapWithBreaks(_0x311ce9,_0x350ebf,_0x3850d8=0x10){const _0x5dbb65=Array(_0x311ce9['length']);let _0x23fb80=Date['now']();for(let _0x1b3e32=0x0;_0x1b3e32<_0x311ce9['length'];++_0x1b3e32){_0x5dbb65[_0x1b3e32]=_0x350ebf(_0x311ce9[_0x1b3e32],_0x1b3e32);const _0x4ab06e=Date['now']();_0x4ab06e>=_0x23fb80+_0x3850d8&&(_0x23fb80=_0x4ab06e,await releaseEventLoop());}return _0x5dbb65;}function withTimeout(_0x382626,_0x2b0556,_0x2d6783){return new Promise(_0x52324c=>{let _0x4bd6ca=![];const _0x1bc12f=setTimeout(()=>{!_0x4bd6ca&&(_0x4bd6ca=!![],_0x52324c(_0x2d6783));},_0x2b0556);_0x382626['then'](_0x17fcfb=>{!_0x4bd6ca&&(_0x4bd6ca=!![],clearTimeout(_0x1bc12f),_0x52324c(_0x17fcfb));},()=>{!_0x4bd6ca&&(_0x4bd6ca=!![],clearTimeout(_0x1bc12f),_0x52324c(_0x2d6783));});});}function withTimeoutReject(_0x214c57,_0x2db929,_0x11570f){return new Promise((_0x1427ec,_0x50585e)=>{let _0x48afff=![];const _0x3cd57c=setTimeout(()=>{!_0x48afff&&(_0x48afff=!![],_0x50585e(_0x11570f()));},_0x2db929);_0x214c57['then'](_0x38fc88=>{!_0x48afff&&(_0x48afff=!![],clearTimeout(_0x3cd57c),_0x1427ec(_0x38fc88));},_0x3dae75=>{!_0x48afff&&(_0x48afff=!![],clearTimeout(_0x3cd57c),_0x50585e(_0x3dae75 instanceof Error?_0x3dae75:new Error(String(_0x3dae75))));});});}function suppressUnhandledRejectionWarning(_0x5c1fad){return _0x5c1fad['then'](undefined,()=>undefined),_0x5c1fad;}function includes(_0x5e54b1,_0x52d5de){for(let _0x2ae884=0x0,_0x4296ad=_0x5e54b1['length'];_0x2ae884<_0x4296ad;++_0x2ae884){if(_0x5e54b1[_0x2ae884]===_0x52d5de)return!![];}return![];}function excludes(_0x138a4d,_0x301db5){return!includes(_0x138a4d,_0x301db5);}function toInt(_0x350a85){return parseInt(_0x350a85,0xa);}function toFloat(_0x5d34bc){return parseFloat(_0x5d34bc);}function replaceNaN(_0x23bbf8,_0x184dbb){return typeof _0x23bbf8==='number'&&isNaN(_0x23bbf8)?_0x184dbb:_0x23bbf8;}function countTruthy(_0x13fdfa){return _0x13fdfa['reduce']((_0x410411,_0x5ea133)=>_0x410411+(Boolean(_0x5ea133)?0x1:0x0),0x0);}function round$1(_0x1530ff,_0x203972=0x1){if(Math['abs'](_0x203972)>=0x1)return Math['round'](_0x1530ff/_0x203972)*_0x203972;const _0x52f468=0x1/_0x203972;return Math['round'](_0x1530ff*_0x52f468)/_0x52f468;}function parseSimpleCssSelector(_0x5170cf){const _0x454ee9='Unexpected\x20syntax\x20\x27'+_0x5170cf+'\x27',_0x523066=/^\s*([a-z-]*)(.*)$/i['exec'](_0x5170cf),_0x17cec3=_0x523066[0x1]||undefined,_0x5e9ba7={},_0x3cd702=/([.:#][\w-]+|\[.+?\])/gi,_0x340f84=(_0xf5d2af,_0x53b813)=>{!(_0xf5d2af in _0x5e9ba7)&&(_0x5e9ba7[_0xf5d2af]=[]),_0x5e9ba7[_0xf5d2af]['push'](_0x53b813);};for(;;){const _0x5763e5=_0x3cd702['exec'](_0x523066[0x2]);if(!_0x5763e5)break;const _0x3bb983=_0x5763e5[0x0];switch(_0x3bb983[0x0]){case'.':_0x340f84('class',_0x3bb983['slice'](0x1));break;case'#':_0x340f84('id',_0x3bb983['slice'](0x1));break;case'[':{const _0x47c1b2=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/['exec'](_0x3bb983);if(_0x47c1b2)_0x340f84(_0x47c1b2[0x1],_0x47c1b2[0x4]??_0x47c1b2[0x5]??'');else throw new Error(_0x454ee9);break;}default:throw new Error(_0x454ee9);}}return[_0x17cec3,_0x5e9ba7];}function getUTF8Bytes(_0x1b9e87){const _0x191510=new Uint8Array(_0x1b9e87['length']);for(let _0x3a6b38=0x0;_0x3a6b38<_0x1b9e87['length'];_0x3a6b38++){const _0x414631=_0x1b9e87['charCodeAt'](_0x3a6b38);if(_0x414631>0x7f)return new TextEncoder()['encode'](_0x1b9e87);_0x191510[_0x3a6b38]=_0x414631;}return _0x191510;}function isFinalResultLoaded(_0x2969ba){return typeof _0x2969ba!=='function';}function loadSource(_0x23b3f9,_0x3fe225){const _0x414153=suppressUnhandledRejectionWarning(new Promise(_0xf9b157=>{awaitIfAsync(_0x23b3f9['bind'](null,_0x3fe225),(..._0x2467ba)=>{if(!_0x2467ba[0x0])return _0xf9b157(()=>({'error':_0x2467ba[0x1]}));const _0x3bbb87=_0x2467ba[0x1];if(isFinalResultLoaded(_0x3bbb87))return _0xf9b157(()=>({'value':_0x3bbb87}));_0xf9b157(()=>new Promise(_0xa44b0=>{awaitIfAsync(_0x3bbb87,(..._0x32014a)=>{if(!_0x32014a[0x0]){const _0x19dbad={};return _0x19dbad['error']=_0x32014a[0x1],_0xa44b0(_0x19dbad);}const _0x3aeaa0={};_0x3aeaa0['value']=_0x32014a[0x1],_0xa44b0(_0x3aeaa0);});}));});}));return function _0x492e8d(){return _0x414153['then'](_0x7db4=>_0x7db4());};}const COLLECTOR_HARD_TIMEOUT_MS=0x2710;function timeoutComponent(){return{'error':new Error('collector\x20timed\x20out'),'status':-0x2};}function loadSources(_0x3733ac,_0x4466a6,_0x2c0fa6,_0x54eac1){const _0x83c6a7=Object['keys'](_0x3733ac)['filter'](_0x4c5c37=>excludes(_0x2c0fa6,_0x4c5c37)),_0x3cd601=suppressUnhandledRejectionWarning(mapWithBreaks(_0x83c6a7,_0x5d1977=>loadSource(_0x3733ac[_0x5d1977],_0x4466a6),_0x54eac1));return async function _0x1678b3(){const _0x374d6b=await _0x3cd601,_0x5c0803=await mapWithBreaks(_0x374d6b,_0x1c10fc=>suppressUnhandledRejectionWarning(withTimeout(_0x1c10fc(),COLLECTOR_HARD_TIMEOUT_MS,timeoutComponent())),_0x54eac1),_0x50db69=await Promise['all'](_0x5c0803),_0x3c8551={};for(let _0x44b553=0x0;_0x44b553<_0x83c6a7['length'];++_0x44b553){_0x3c8551[_0x83c6a7[_0x44b553]]=_0x50db69[_0x44b553];}return _0x3c8551;};}function getAutomationDescriptor(){try{const _0x47bba4=Object['getOwnPropertyDescriptor'](navigator,'webdriver'),_0x3651ef=_0x47bba4!==undefined;let _0x49ef89=null;_0x47bba4&&(_0x49ef89=_0x47bba4['configurable']??null);let _0x6ffa91=![],_0x23c134=null;try{const _0x4e9fff=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');_0x4e9fff&&(_0x6ffa91=typeof _0x4e9fff['get']==='function',_0x23c134=_0x4e9fff['configurable']??null);}catch{}const _0x2d823f={};return _0x2d823f['hasOwnWebdriver']=_0x3651ef,_0x2d823f['ownConfigurable']=_0x49ef89,_0x2d823f['prototypeHasGetter']=_0x6ffa91,_0x2d823f['prototypeConfigurable']=_0x23c134,_0x2d823f;}catch{const _0x26a76c={};return _0x26a76c['hasOwnWebdriver']=![],_0x26a76c['ownConfigurable']=null,_0x26a76c['prototypeHasGetter']=![],_0x26a76c['prototypeConfigurable']=null,_0x26a76c;}}function getCdpDetection(){try{const _0xc836f6=Error,_0x4e7c4f=_0xc836f6['prepareStackTrace'];let _0x400bed=![];Object['defineProperty'](_0xc836f6,'prepareStackTrace',{'get'(){return _0x400bed=!![],_0x4e7c4f;},'set'(_0x533e1a){const _0x5cebac={};_0x5cebac['value']=_0x533e1a,_0x5cebac['writable']=!![],_0x5cebac['configurable']=!![],Object['defineProperty'](_0xc836f6,'prepareStackTrace',_0x5cebac);},'configurable':!![]});try{console['debug']('');}catch{}try{const _0x6c27d4={};_0x6c27d4['value']=_0x4e7c4f,_0x6c27d4['writable']=!![],_0x6c27d4['configurable']=!![],Object['defineProperty'](_0xc836f6,'prepareStackTrace',_0x6c27d4);}catch{}return _0x400bed;}catch{return![];}}function getChromeRuntime(){try{const _0x1b9f2e=window,_0x4d86a3=_0x1b9f2e['chrome'];if(!_0x4d86a3||typeof _0x4d86a3!=='object'){const _0x21c3fa={};return _0x21c3fa['hasChrome']=![],_0x21c3fa['hasRuntime']=![],_0x21c3fa['hasPlatformOs']=![],_0x21c3fa['hasConnect']=![],_0x21c3fa['connectNative']=![],_0x21c3fa['hasApp']=![],_0x21c3fa['appIsInstalled']=null,_0x21c3fa['hasCsi']=![],_0x21c3fa['hasLoadTimes']=![],_0x21c3fa['runtimeKeyCount']=0x0,_0x21c3fa;}const _0x42d9c2=_0x4d86a3['runtime'],_0x3f9efc=_0x42d9c2!==undefined&&_0x42d9c2!==null;let _0x4116a5=![],_0x2c7bba=![],_0x5cfa48=![],_0x406741=0x0;if(_0x3f9efc&&typeof _0x42d9c2==='object'){_0x4116a5='PlatformOs'in _0x42d9c2||'PlatformArch'in _0x42d9c2,_0x2c7bba=typeof _0x42d9c2['connect']==='function';if(_0x2c7bba)try{_0x5cfa48=/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x42d9c2['connect']));}catch{_0x5cfa48=![];}try{_0x406741=Object['getOwnPropertyNames'](_0x42d9c2)['length'];}catch{_0x406741=0x0;}}const _0x391227=_0x4d86a3['app'],_0x241fc2=_0x391227!==undefined&&_0x391227!==null;let _0xe69b87=null;_0x241fc2&&typeof _0x391227==='object'&&(_0xe69b87=_0x391227['isInstalled']===!![]);const _0x1d435d=typeof _0x4d86a3['csi']==='function',_0x357c9c=typeof _0x4d86a3['loadTimes']==='function',_0x335789={};return _0x335789['hasChrome']=!![],_0x335789['hasRuntime']=_0x3f9efc,_0x335789['hasPlatformOs']=_0x4116a5,_0x335789['hasConnect']=_0x2c7bba,_0x335789['connectNative']=_0x5cfa48,_0x335789['hasApp']=_0x241fc2,_0x335789['appIsInstalled']=_0xe69b87,_0x335789['hasCsi']=_0x1d435d,_0x335789['hasLoadTimes']=_0x357c9c,_0x335789['runtimeKeyCount']=_0x406741,_0x335789;}catch{return null;}}function errorToObject(_0x3c3c0c){return{'name':_0x3c3c0c['name'],'message':_0x3c3c0c['message'],'stack':_0x3c3c0c['stack']?.['split']('\x0a'),..._0x3c3c0c};}function isFunctionNative(_0x14d303){return/^function\s.*?\{\s*\[native code]\s*}$/['test'](String(_0x14d303));}function isTrident(){const _0x1fbb58=window,_0x204b20=navigator;return countTruthy(['MSCSSMatrix'in _0x1fbb58,'msSetImmediate'in _0x1fbb58,'msIndexedDB'in _0x1fbb58,'msMaxTouchPoints'in _0x204b20,'msPointerEnabled'in _0x204b20])>=0x4;}function isEdgeHTML(){const _0x5af028=window,_0x43a714=navigator;return countTruthy(['msWriteProfilerMark'in _0x5af028,'MSStream'in _0x5af028,'msLaunchUri'in _0x43a714,'msSaveBlob'in _0x43a714])>=0x3&&!isTrident();}function isChromium(){const _0x46956a=window,_0x2e373f=navigator;return countTruthy(['webkitPersistentStorage'in _0x2e373f,'webkitTemporaryStorage'in _0x2e373f,(_0x2e373f['vendor']||'')['indexOf']('Google')===0x0,'webkitResolveLocalFileSystemURL'in _0x46956a,'BatteryManager'in _0x46956a,'webkitMediaStream'in _0x46956a,'webkitSpeechGrammar'in _0x46956a])>=0x5;}function isWebKit(){const _0x445daf=window,_0x1c2446=navigator;return countTruthy(['ApplePayError'in _0x445daf,'CSSPrimitiveValue'in _0x445daf,'Counter'in _0x445daf,_0x1c2446['vendor']['indexOf']('Apple')===0x0,'RGBColor'in _0x445daf,'WebKitMediaKeys'in _0x445daf])>=0x4;}function isDesktopWebKit(){const _0x4eeefa=window;return countTruthy(['safari'in _0x4eeefa,!('ongestureend'in _0x4eeefa),!('TouchEvent'in _0x4eeefa),!('orientation'in _0x4eeefa),!('autocapitalize'in _0x4eeefa['HTMLElement']['prototype']),'pointerLockElement'in _0x4eeefa['Document']['prototype']])>=0x4;}function isSafariWebKit(){const _0x3ea9b0=window;return isFunctionNative(_0x3ea9b0['print'])&&String(_0x3ea9b0['browser'])==='[object\x20WebPageNamespace]';}function isGecko(){const _0x9cc61c=window;return countTruthy(['buildID'in navigator,'MozAppearance'in document['documentElement']['style'],'onmozfullscreenchange'in _0x9cc61c,'mozInnerScreenX'in _0x9cc61c,'CSSMozDocumentRule'in _0x9cc61c,'CanvasCaptureMediaStream'in _0x9cc61c])>=0x4;}function isGecko120OrNewer(){const _0x44fba0=window,_0x22fe0c=navigator,{CSS:_0x3673d8}=_0x44fba0;return countTruthy(['userActivation'in _0x22fe0c,_0x3673d8['supports']('color','light-dark(#000,\x20#fff)'),_0x3673d8['supports']('height','1lh'),'globalPrivacyControl'in _0x22fe0c])>=0x3;}function isGecko143OrNewer(){const {CSS:_0x409893}=window;return countTruthy([_0x409893['supports']('selector(::details-content)'),_0x409893['supports']('selector(::before::marker)'),_0x409893['supports']('selector(::after::marker)'),!('locale'in CompositionEvent['prototype'])])>=0x3;}function isChromium86OrNewer(){const _0x528090=window;return countTruthy([!('MediaSettingsRange'in _0x528090),'RTCEncodedAudioFrame'in _0x528090,''+_0x528090['Intl']==='[object\x20Intl]',''+_0x528090['Reflect']==='[object\x20Reflect]'])>=0x3;}function isChromium122OrNewer(){const _0x417f9e=window,{URLPattern:_0x427bea}=_0x417f9e;return countTruthy(['union'in Set['prototype'],'Iterator'in _0x417f9e,_0x427bea&&'hasRegExpGroups'in _0x427bea['prototype'],'RGB8'in WebGLRenderingContext['prototype']])>=0x3;}function isWebKit606OrNewer(){const _0x5c4214=window;return countTruthy(['DOMRectList'in _0x5c4214,'RTCPeerConnectionIceEvent'in _0x5c4214,'SVGGeometryElement'in _0x5c4214,'ontransitioncancel'in _0x5c4214])>=0x3;}function isWebKit616OrNewer(){const _0x595f21=window,_0x378563=navigator,{CSS:_0x429abe,HTMLButtonElement:_0x2fd8e4}=_0x595f21;return countTruthy([!('getStorageUpdates'in _0x378563),'popover'in _0x2fd8e4['prototype'],'CSSCounterStyleRule'in _0x595f21,_0x429abe['supports']('font-size-adjust:\x20ex-height\x200.5'),_0x429abe['supports']('text-transform:\x20full-width')])>=0x4;}function isIPad(){if(navigator['platform']==='iPad')return!![];const _0x499e40=screen,_0x158164=_0x499e40['width']/_0x499e40['height'];return countTruthy(['MediaSource'in window,!!Element['prototype']['webkitRequestFullscreen'],_0x158164>0.65&&_0x158164<1.53])>=0x2;}function getFullscreenElement(){const _0x8c55b2=document;return _0x8c55b2['fullscreenElement']??_0x8c55b2['msFullscreenElement']??_0x8c55b2['mozFullScreenElement']??_0x8c55b2['webkitFullscreenElement']??null;}function exitFullscreen(){const _0x48f944=document;return _0x48f944['exitFullscreen']['call'](_0x48f944);}function isAndroid(){const _0x948244=isChromium(),_0x197f63=isGecko(),_0x571d4c=window,_0x3abe3a=navigator,_0x2e902d='connection';if(_0x948244)return countTruthy([!('SharedWorker'in _0x571d4c),_0x3abe3a[_0x2e902d]&&'ontypechange'in _0x3abe3a[_0x2e902d],!('sinkId'in new Audio())])>=0x2;else{if(_0x197f63)return countTruthy(['onorientationchange'in _0x571d4c,'orientation'in _0x571d4c,/android/i['test'](_0x3abe3a['appVersion'])])>=0x2;}return![];}function isSamsungInternet(){const _0x388f41=navigator,_0x4f2cb0=window,_0xa30371=Audio['prototype'],{visualViewport:_0x307557}=_0x4f2cb0;return countTruthy(['srLatency'in _0xa30371,'srChannelCount'in _0xa30371,'devicePosture'in _0x388f41,_0x307557&&'segments'in _0x307557,'getTextInformation'in Image['prototype']])>=0x3;}async function getDevtoolsDetection(){if(!isChromium()&&!isSafariWebKit())return null;try{const _0x677073=await new Promise(_0x589e77=>{if(isChromium()){const _0x355973=new Error();_0x355973['name']='\x20',Object['defineProperty'](_0x355973,'stack',{'get':_0x589e77['bind'](null,!![])}),console['debug'](_0x355973);}else{const _0x27e398=document['createElement']('div');_0x27e398['toString']=()=>'',Object['defineProperty'](_0x27e398,'id',{'get'(){_0x589e77(!![]);const _0x5b85b7=new Error();_0x5b85b7['name']='';throw _0x5b85b7;}}),console['debug'](_0x27e398);}setTimeout(()=>_0x589e77(![]));});return _0x677073;}catch{return null;}}const THRESHOLD_PX=0xc8;function getDevtoolsWindowSize(){try{if(typeof window==='undefined')return null;if(window['top']!==window['self'])return null;const _0x1b041d=window['devicePixelRatio']||0x1,_0x593844=window['outerWidth']-window['innerWidth']*_0x1b041d,_0x36fb8b=window['outerHeight']-window['innerHeight']*_0x1b041d;return _0x593844>THRESHOLD_PX||_0x36fb8b>THRESHOLD_PX;}catch{return null;}}function getEvalLength(){return eval['toString']()['length'];}function getEventIsTrusted(){try{const _0x1deecf=new Event(''),_0x30a670=_0x1deecf['isTrusted'];return typeof _0x30a670==='undefined'?null:{'isTrusted':_0x30a670};}catch{return null;}}const _0x5e4328={};_0x5e4328['window']=['awesomium'];const _0x529fba={};_0x529fba['window']=['RunPerfTest'];const _0x44790e={};_0x44790e['window']=['CefSharp'];const _0x3afe85={};_0x3afe85['window']=['emit'];const _0x44af39={};_0x44af39['window']=['fmget_targets'];const _0x2c2be6={};_0x2c2be6['window']=['geb'];const _0x1e7f73={};_0x1e7f73['window']=['__nightmare','nightmare'];const _0x5af9d2={};_0x5af9d2['window']=['__phantomas'];const _0x590890={};_0x590890['window']=['callPhantom','_phantom'];const _0x5397a3={};_0x5397a3['window']=['spawn'];const _0x6ec54a={};_0x6ec54a['window']=['_Selenium_IDE_Recorder','_selenium','calledSelenium',/^[a-z]{3}_.*_(?:Array|Promise|Symbol)$/],_0x6ec54a['document']=['__selenium_evaluate','selenium-evaluate','__selenium_unwrapped'];const _0x34c99b={};_0x34c99b['window']=['wdioElectron'];const _0x51f61f={};_0x51f61f['window']=['webdriver','__webdriverFunc','__lastWatirAlert','__lastWatirConfirm','__lastWatirPrompt','_WEBDRIVER_ELEM_CACHE','ChromeDriverw'],_0x51f61f['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 _0x2c41d0={};_0x2c41d0['window']=['domAutomation','domAutomationController'];const _0x52b476={};_0x52b476['window']=['iimPlay','iimGetLastError','iimGetLastExtract'];const _0x5cb1b0={};_0x5cb1b0['window']=['__automa__'];const _0x2c32a4={};_0x2c32a4['window']=['_webscraper_data'];const _0x78a513={};_0x78a513['window']=['_KatalonRecorder'];const _0x1f5490={};_0x1f5490['window']=['uivision','__uivision'];const _0x540942={};_0x540942['window']=['%testCafeDriverInstance%','%hammerhead%'];const _0x339e75={};_0x339e75['window']=['__cypress'];const _0x1e3740={};_0x1e3740['window']=['__puppeteer_evaluation_script__'],_0x1e3740['document']=['__puppeteer_evaluation_script__'];const _0x559138={};_0x559138['window']=['__playwright','__pw_manual','__pwInitScripts','__playwright__binding__'],_0x559138['document']=['__playwright_evaluation_script__'];const _0x5dce99={};_0x5dce99['awesomium']=_0x5e4328,_0x5dce99['cef']=_0x529fba,_0x5dce99['cefsharp']=_0x44790e,_0x5dce99['coachjs']=_0x3afe85,_0x5dce99['fminer']=_0x44af39,_0x5dce99['geb']=_0x2c2be6,_0x5dce99['nightmarejs']=_0x1e7f73,_0x5dce99['phantomas']=_0x5af9d2,_0x5dce99['phantomjs']=_0x590890,_0x5dce99['rhino']=_0x5397a3,_0x5dce99['selenium']=_0x6ec54a,_0x5dce99['webdriverio']=_0x34c99b,_0x5dce99['webdriver']=_0x51f61f,_0x5dce99['headless_chrome']=_0x2c41d0,_0x5dce99['imacros']=_0x52b476,_0x5dce99['automa']=_0x5cb1b0,_0x5dce99['web_scraper']=_0x2c32a4,_0x5dce99['katalon']=_0x78a513,_0x5dce99['ui_vision']=_0x1f5490,_0x5dce99['testcafe']=_0x540942,_0x5dce99['cypress']=_0x339e75,_0x5dce99['puppeteer']=_0x1e3740,_0x5dce99['playwright_internal']=_0x559138;const TOOL_MARKERS=_0x5dce99;function getOwnPropertyNames(_0xac16cd){try{return Object['getOwnPropertyNames'](_0xac16cd);}catch{return[];}}function matchesAny(_0x98d22,_0x2c41a9){for(const _0x2254f2 of _0x2c41a9){if(typeof _0x2254f2==='string'){if(_0x98d22['indexOf'](_0x2254f2)!==-0x1)return!![];}else for(const _0x3169de of _0x98d22){if(_0x2254f2['test'](_0x3169de))return!![];}}return![];}function getHeadlessSignals(){const _0x2ac196=getOwnPropertyNames(window),_0x414037=typeof document!=='undefined'?getOwnPropertyNames(document):[],_0x64339d={};for(const _0x560c3a of Object['keys'](TOOL_MARKERS)){const _0x890d73=TOOL_MARKERS[_0x560c3a],_0x3bf598=_0x890d73['window']?matchesAny(_0x2ac196,_0x890d73['window']):![],_0x8f69ea=_0x890d73['document']&&_0x414037['length']?matchesAny(_0x414037,_0x890d73['document']):![];_0x64339d[_0x560c3a]=_0x3bf598||_0x8f69ea;}return _0x64339d;}let cachedResult=null,observing$1=![];function startObserving$1(){if(observing$1||typeof window==='undefined')return;observing$1=!![];const _0x560f84=performance['now'](),_0x45254c=['click','touchstart','keydown'],_0x1c577d=_0x46fb83=>{cachedResult={'firstInteractionMs':Math['round'](performance['now']()-_0x560f84),'interactionType':_0x46fb83['type']};for(const _0x52c156 of _0x45254c){window['removeEventListener'](_0x52c156,_0x1c577d);}};for(const _0x30cc1a of _0x45254c){const _0x248ce3={};_0x248ce3['once']=!![],_0x248ce3['passive']=!![],window['addEventListener'](_0x30cc1a,_0x1c577d,_0x248ce3);}}function getInteractionTiming(){return startObserving$1(),Promise['resolve'](cachedResult);}async function getNotificationContradiction(){try{if(typeof Notification==='undefined')return undefined;const _0x4c1c04=navigator['permissions'];if(_0x4c1c04===undefined||typeof _0x4c1c04['query']!=='function')return undefined;const _0x37479c={};_0x37479c['name']='notifications';const _0x1b0aa1=await _0x4c1c04['query'](_0x37479c);return Notification['permission']==='denied'&&_0x1b0aa1['state']==='prompt';}catch{return undefined;}}const RESTRICTED_THRESHOLD=0x3;function computeRestrictedEnvironment(_0x845603){let _0xbeb73e=0x0;if(_0x845603['pushManager'])_0xbeb73e++;if(_0x845603['audioBuffer'])_0xbeb73e++;if(_0x845603['rtcPeerConnection'])_0xbeb73e++;if(_0x845603['geolocation'])_0xbeb73e++;if(_0x845603['serviceWorker'])_0xbeb73e++;const _0x34730d={};return _0x34730d['restricted']=_0xbeb73e>=RESTRICTED_THRESHOLD,_0x34730d['missing']=_0xbeb73e,_0x34730d['flags']=_0x845603,_0x34730d;}function getRestrictedEnvironment(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x2a8b89=window,_0x49fe8a=navigator,_0x50f474={};return _0x50f474['pushManager']=!('PushManager'in _0x2a8b89),_0x50f474['audioBuffer']=!('AudioBuffer'in _0x2a8b89),_0x50f474['rtcPeerConnection']=!('RTCPeerConnection'in _0x2a8b89),_0x50f474['geolocation']=!('geolocation'in _0x49fe8a),_0x50f474['serviceWorker']=!('ServiceWorker'in _0x2a8b89),computeRestrictedEnvironment(_0x50f474);}function getAppVersion(){const _0xbe07b9=navigator['appVersion'];if(typeof _0xbe07b9!=='string')throw new Error('navigator.appVersion\x20is\x20undefined');return _0xbe07b9;}function getArchitecture(){const _0x3afe2f=new Float32Array(0x1),_0x58aa4a=new Uint8Array(_0x3afe2f['buffer']);return _0x3afe2f[0x0]=Infinity,_0x3afe2f[0x0]=_0x3afe2f[0x0]-_0x3afe2f[0x0],_0x58aa4a[0x3];}function getAudioSignal(){if(doesBrowserPerformAntiSignalCollection())return getStabilizedAudioSignal();return getUnstableAudioSignal();}function getUnstableAudioSignal(){const _0x39a3b6=window,_0x376f83=_0x39a3b6['OfflineAudioContext']??_0x39a3b6['webkitOfflineAudioContext'];if(_0x376f83===undefined)return null;if(doesBrowserSuspendAudioContext())return null;const _0x361044=0x1194,_0x50b822=0x1388,_0x353fa9=new _0x376f83(0x1,_0x50b822,0xac44),_0x2ee7d2=_0x353fa9['createOscillator']();_0x2ee7d2['type']='triangle',_0x2ee7d2['frequency']['value']=0x2710;const _0x26f64a=_0x353fa9['createDynamicsCompressor']();_0x26f64a['threshold']['value']=-0x32,_0x26f64a['knee']['value']=0x28,_0x26f64a['ratio']['value']=0xc,_0x26f64a['attack']['value']=0x0,_0x26f64a['release']['value']=0.25,_0x2ee7d2['connect'](_0x26f64a),_0x26f64a['connect'](_0x353fa9['destination']),_0x2ee7d2['start'](0x0);const [_0x50da78,_0x807d7a]=startRenderingAudio(_0x353fa9),_0x3b9c7a=suppressUnhandledRejectionWarning(_0x50da78['then'](_0x42c351=>getHash(_0x42c351['getChannelData'](0x0)['subarray'](_0x361044)),_0x31b1ab=>{if(_0x31b1ab['name']==='timeout'||_0x31b1ab['name']==='suspended')return null;throw _0x31b1ab;}));return()=>{return _0x807d7a(),_0x3b9c7a;};}function doesBrowserSuspendAudioContext(){return isWebKit()&&!isDesktopWebKit()&&!isWebKit606OrNewer();}function doesBrowserPerformAntiSignalCollection(){return isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit()||isChromium()&&isSamsungInternet()&&isChromium122OrNewer();}function startRenderingAudio(_0x5b781d){const _0x3aa08b=0x3,_0x4f935f=0x1f4,_0x201c17=0x1f4,_0x5d6029=0x1388;let _0x26cd83=()=>undefined;const _0x396f4b=new Promise((_0x294414,_0xb46a18)=>{let _0xf3b2c1=![],_0x57a9ef=0x0,_0x1a85f4=0x0;_0x5b781d['oncomplete']=_0x32245e=>{_0x294414(_0x32245e['renderedBuffer']);};const _0x561b3a=()=>{setTimeout(()=>_0xb46a18(makeInnerError('timeout')),Math['min'](_0x201c17,_0x1a85f4+_0x5d6029-Date['now']()));},_0x459a5f=()=>{try{const _0x4d74b2=_0x5b781d['startRendering']();isPromise(_0x4d74b2)&&void suppressUnhandledRejectionWarning(_0x4d74b2);switch(_0x5b781d['state']){case'running':_0x1a85f4=Date['now']();_0xf3b2c1&&_0x561b3a();break;case'suspended':!document['hidden']&&_0x57a9ef++;_0xf3b2c1&&_0x57a9ef>=_0x3aa08b?_0xb46a18(makeInnerError('suspended')):setTimeout(_0x459a5f,_0x4f935f);break;case'closed':case'interrupted':break;}}catch(_0x30fe81){_0xb46a18(_0x30fe81);}};_0x459a5f(),_0x26cd83=()=>{!_0xf3b2c1&&(_0xf3b2c1=!![],_0x1a85f4>0x0&&_0x561b3a());};});return[_0x396f4b,_0x26cd83];}function roundToSignificant(_0x52514e,_0x15f198){if(_0x52514e===0x0)return 0x0;const _0x1aa710=Math['pow'](0xa,_0x15f198-Math['ceil'](Math['log10'](Math['abs'](_0x52514e))));return Math['round'](_0x52514e*_0x1aa710/0x5)*0x5/_0x1aa710;}function getHash(_0x39eaab){let _0x3162c5=0x0;for(let _0x45e120=0x0;_0x45e120<_0x39eaab['length'];++_0x45e120){_0x3162c5+=Math['abs'](_0x39eaab[_0x45e120]);}return _0x3162c5;}const _0x1c446d={};_0x1c446d['oscType']='triangle',_0x1c446d['freq']=0x2710,_0x1c446d['useCompressor']=!![],_0x1c446d['useAllpass']=![];const _0x3e6e00={};_0x3e6e00['oscType']='sine',_0x3e6e00['freq']=0x1f40,_0x3e6e00['useCompressor']=![],_0x3e6e00['useAllpass']=![];const _0x46c4a4={};_0x46c4a4['oscType']='square',_0x46c4a4['freq']=0x2710,_0x46c4a4['useCompressor']=!![],_0x46c4a4['useAllpass']=!![];const SCENES=[_0x1c446d,_0x3e6e00,_0x46c4a4],SIG_DIGITS=0x7,BUFFER_LENGTH=0x2af8,SAMPLE_RATE=0xac44,_0x49d403={};_0x49d403['from']=0x1194,_0x49d403['to']=0x1388;const _0x3f9a7a={};_0x3f9a7a['from']=0x2710,_0x3f9a7a['to']=0x2904;const WINDOWS=[_0x49d403,_0x3f9a7a];function extractMetrics(_0x5377b2){const _0x5386c6=_0x5377b2['length'];if(_0x5386c6===0x0)return[0x0,0x0,0x0,0x0];const _0x65f4a=[];for(let _0x5d158d=0x0;_0x5d158d<_0x5386c6;_0x5d158d++){_0x65f4a['push'](roundToSignificant(_0x5377b2[_0x5d158d],SIG_DIGITS));}const _0xef10a8=[..._0x65f4a]['map'](Math['abs'])['sort']((_0x5f15ac,_0xc0485f)=>_0x5f15ac-_0xc0485f),_0x5a5b30=Math['floor'](_0xef10a8['length']*0.05);let _0xc23ead=0x0;for(let _0x2f54fe=_0x5a5b30;_0x2f54fe<_0xef10a8['length']-_0x5a5b30;_0x2f54fe++){_0xc23ead+=_0xef10a8[_0x2f54fe];}let _0x2b2efe=0x0;for(let _0x1f6aac=0x0;_0x1f6aac<_0x5386c6;_0x1f6aac++){_0x2b2efe+=_0x65f4a[_0x1f6aac]*_0x65f4a[_0x1f6aac];}_0x2b2efe/=_0x5386c6;let _0x40e60a=0x0;for(let _0x362a29=0x1;_0x362a29<_0x5386c6;_0x362a29++){Math['sign'](_0x65f4a[_0x362a29])!==Math['sign'](_0x65f4a[_0x362a29-0x1])&&_0x40e60a++;}let _0x2a8ff4=0x0;for(let _0x3b8a48=0x1;_0x3b8a48<_0x5386c6;_0x3b8a48++){_0x2a8ff4+=Math['abs'](_0x65f4a[_0x3b8a48]-_0x65f4a[_0x3b8a48-0x1]);}return[_0xc23ead,_0x2b2efe,_0x40e60a,_0x2a8ff4];}async function renderScene(_0x1f9ea2){const _0x39076a=window,_0x2f456f=_0x39076a['OfflineAudioContext']??_0x39076a['webkitOfflineAudioContext'];if(_0x2f456f===undefined)return null;try{const _0x195f8a=new _0x2f456f(0x1,BUFFER_LENGTH,SAMPLE_RATE),_0xa0a95d=_0x195f8a['createOscillator']();_0xa0a95d['type']=_0x1f9ea2['oscType'],_0xa0a95d['frequency']['value']=_0x1f9ea2['freq'];let _0x2265d4=_0xa0a95d;if(_0x1f9ea2['useCompressor']){const _0x7340e4=_0x195f8a['createDynamicsCompressor']();_0x7340e4['threshold']['value']=-0x32,_0x7340e4['knee']['value']=0x28,_0x7340e4['ratio']['value']=0xc,_0x7340e4['attack']['value']=0x0,_0x7340e4['release']['value']=0.25,_0x2265d4['connect'](_0x7340e4),_0x2265d4=_0x7340e4;}if(_0x1f9ea2['useAllpass']){const _0x3aef58=_0x195f8a['createBiquadFilter']();_0x3aef58['type']='allpass',_0x3aef58['frequency']['value']=0x1388,_0x3aef58['Q']['value']=0x5,_0x2265d4['connect'](_0x3aef58),_0x2265d4=_0x3aef58;}_0x2265d4['connect'](_0x195f8a['destination']),_0xa0a95d['start'](0x0);const [_0x256e6d,_0x30b1ab]=startRenderingAudio(_0x195f8a);_0x30b1ab();const _0x2c2691=await _0x256e6d;return _0x2c2691['getChannelData'](0x0);}catch{return null;}}function getStabilizedAudioSignal(){return async()=>{const _0x5f19ad=[];for(const _0x448d28 of SCENES){const _0x4f4cc2=await renderScene(_0x448d28);if(_0x4f4cc2===null)return null;for(const _0x24868f of WINDOWS){const _0x5e8d25=_0x4f4cc2['subarray'](_0x24868f['from'],_0x24868f['to']);_0x5f19ad['push'](...extractMetrics(_0x5e8d25));}}const _0x490126=[0x0,0x4,0x8,0xc,0x10,0x14],_0x312d3b=[0x2,0x6,0xa,0xe,0x12,0x16],_0x466b03=[];for(const _0x44800a of _0x312d3b)_0x466b03['push'](_0x5f19ad[_0x44800a]);const _0x47b539=[[_0x490126[0x0],_0x490126[0x2]],[_0x490126[0x0],_0x490126[0x4]],[_0x490126[0x2],_0x490126[0x4]],[_0x490126[0x1],_0x490126[0x3]],[_0x490126[0x1],_0x490126[0x5]],[_0x490126[0x3],_0x490126[0x5]],[_0x490126[0x0],_0x490126[0x1]],[_0x490126[0x2],_0x490126[0x3]],[_0x490126[0x4],_0x490126[0x5]]],_0x577e0c=[];for(const [_0x399400,_0x1994c9]of _0x47b539){const _0x335cb5=_0x5f19ad[_0x1994c9];if(_0x335cb5===0x0)return null;_0x577e0c['push'](Math['round'](_0x5f19ad[_0x399400]/_0x335cb5*0x64)/0x64);}let _0x29d49c=0x0;for(const _0xc4ea16 of _0x466b03){const _0x1c2f47=String(_0xc4ea16);for(let _0x14dc72=0x0;_0x14dc72<_0x1c2f47['length'];_0x14dc72++){_0x29d49c=(_0x29d49c<<0x5)-_0x29d49c+_0x1c2f47['charCodeAt'](_0x14dc72)|0x0;}}for(const _0x4c3835 of _0x577e0c){const _0x258b64=_0x4c3835['toFixed'](0x2);for(let _0x12d567=0x0;_0x12d567<_0x258b64['length'];_0x12d567++){_0x29d49c=(_0x29d49c<<0x5)-_0x29d49c+_0x258b64['charCodeAt'](_0x12d567)|0x0;}}return _0x29d49c>>>0x0;};}function makeInnerError(_0x29aa47){const _0x5c6516=new Error(_0x29aa47);return _0x5c6516['name']=_0x29aa47,_0x5c6516;}function renderAudio(){return new Promise(_0x3901ef=>{try{const _0x61bfcf=window,_0x32b3e7=_0x61bfcf['OfflineAudioContext']??_0x61bfcf['webkitOfflineAudioContext'];if(!_0x32b3e7){_0x3901ef(null);return;}const _0x43e13d=new _0x32b3e7(0x1,0x1194,0xac44),_0x2220a5=_0x43e13d['createOscillator']();_0x2220a5['type']='triangle',_0x2220a5['frequency']['setValueAtTime'](0x2710,_0x43e13d['currentTime']);const _0x5d4fb0=_0x43e13d['createDynamicsCompressor']();_0x5d4fb0['threshold']['setValueAtTime'](-0x32,_0x43e13d['currentTime']),_0x5d4fb0['knee']['setValueAtTime'](0x28,_0x43e13d['currentTime']),_0x5d4fb0['ratio']['setValueAtTime'](0xc,_0x43e13d['currentTime']),_0x5d4fb0['attack']['setValueAtTime'](0x0,_0x43e13d['currentTime']),_0x5d4fb0['release']['setValueAtTime'](0.25,_0x43e13d['currentTime']),_0x2220a5['connect'](_0x5d4fb0),_0x5d4fb0['connect'](_0x43e13d['destination']),_0x2220a5['start'](0x0),_0x43e13d['startRendering']()['then'](_0x18bc7e=>{_0x3901ef(_0x18bc7e['getChannelData'](0x0)['slice'](0xfa0,0x1194));})['catch'](()=>_0x3901ef(null)),setTimeout(()=>_0x3901ef(null),0x7d0);}catch{_0x3901ef(null);}});}async function getAudioConsistency(){try{const [_0xced574,_0x402ea3]=await Promise['all']([renderAudio(),renderAudio()]);if(_0xced574===null||_0x402ea3===null)return null;const _0x1e5dd8={};_0x1e5dd8['consistent']=![],_0x1e5dd8['delta']=0x1;if(_0xced574['length']!==_0x402ea3['length'])return _0x1e5dd8;let _0x308ce3=0x0;for(let _0x3f2cd7=0x0;_0x3f2cd7<_0xced574['length'];_0x3f2cd7++){_0x308ce3+=Math['abs'](_0xced574[_0x3f2cd7]-_0x402ea3[_0x3f2cd7]);}return{'consistent':_0x308ce3===0x0,'delta':Math['round'](_0x308ce3*0xf4240)/0xf4240};}catch{return null;}}function getAudioContextInfo(){try{const _0x86aa00=window['AudioContext']??window['webkitAudioContext'];if(_0x86aa00===undefined)return null;const _0x529c87=new _0x86aa00(),_0x2d76e1=_0x529c87['destination'],_0x4f17ef={};_0x4f17ef['maxChannelCount']=_0x2d76e1['maxChannelCount'],_0x4f17ef['sampleRate']=_0x529c87['sampleRate'],_0x4f17ef['channelCountMode']=_0x2d76e1['channelCountMode'],_0x4f17ef['channelInterpretation']=_0x2d76e1['channelInterpretation'],_0x4f17ef['numberOfOutputs']=_0x2d76e1['numberOfOutputs'];const _0x4247d3=_0x4f17ef;return _0x529c87['close']()['catch'](()=>undefined),_0x4247d3;}catch{return null;}}function getAudioContextBaseLatency(){const _0x582a41=isAndroid()||isWebKit();if(!_0x582a41)return null;const _0x347506=window['AudioContext'];if(_0x347506===undefined)return null;const _0x2a09f0=new _0x347506()['baseLatency'];if(_0x2a09f0===undefined)return null;if(!isFinite(_0x2a09f0))return null;return _0x2a09f0;}function getAudioTrap(){return new Promise(_0xb75304=>{try{const _0x2fde7a=window,_0x334916=_0x2fde7a['AudioContext']??_0x2fde7a['webkitAudioContext'];if(!_0x334916){_0xb75304(null);return;}const _0x128dd3=new _0x334916(),_0x1c83af=_0x128dd3['sampleRate']||0xac44,_0x53156d=0x80,_0x2d998b=_0x128dd3['createBuffer'](0x1,_0x53156d,_0x1c83af),_0x268027=new Float32Array(_0x53156d);for(let _0x6edc45=0x0;_0x6edc45<_0x53156d;_0x6edc45++){_0x268027[_0x6edc45]=_0x6edc45%0x2===0x0?0.5:-0.5;}if(typeof _0x2d998b['copyToChannel']==='function')_0x2d998b['copyToChannel'](_0x268027,0x0);else{const _0x3a8a36=_0x2d998b['getChannelData'](0x0);for(let _0x54355=0x0;_0x54355<_0x53156d;_0x54355++){_0x3a8a36[_0x54355]=_0x268027[_0x54355];}}const _0x366c25=_0x2d998b['getChannelData'](0x0);let _0x67c3cc=0x0;for(let _0x176b82=0x0;_0x176b82<_0x53156d;_0x176b82++){_0x67c3cc+=Math['abs'](_0x366c25[_0x176b82]-_0x268027[_0x176b82]);}try{void _0x128dd3['close']();}catch{}_0xb75304({'clean':_0x67c3cc===0x0,'delta':Math['round'](_0x67c3cc*0x2540be400)/0x2540be400});}catch{_0xb75304(null);}});}async function getBarcodeDetection(){try{const _0x22fab2=window['BarcodeDetector'];if(!_0x22fab2){const _0x44dbbe={};return _0x44dbbe['supported']=![],_0x44dbbe['formats']=[],_0x44dbbe;}const _0x2cf874=await _0x22fab2['getSupportedFormats']();return{'supported':!![],'formats':_0x2cf874['sort']()};}catch{return null;}}const HASH_SIZE=0x8,WIDTH=HASH_SIZE+0x1,HEIGHT=HASH_SIZE;function computeDHash(_0x120d56){const _0x1efe93=document['createElement']('canvas');_0x1efe93['width']=WIDTH,_0x1efe93['height']=HEIGHT;const _0x3ed298=_0x1efe93['getContext']('2d');if(!_0x3ed298)return'';_0x3ed298['drawImage'](_0x120d56,0x0,0x0,WIDTH,HEIGHT);const _0x94035a=_0x3ed298['getImageData'](0x0,0x0,WIDTH,HEIGHT)['data'],_0x15ffde=WIDTH*HEIGHT,_0x1eb3ef=new Uint8Array(_0x15ffde);for(let _0x51459d=0x0;_0x51459d<_0x15ffde;_0x51459d++){const _0x254b4f=_0x51459d*0x4;_0x1eb3ef[_0x51459d]=_0x94035a[_0x254b4f]*0x4d+_0x94035a[_0x254b4f+0x1]*0x96+_0x94035a[_0x254b4f+0x2]*0x1d>>0x8;}let _0x19e4a2='',_0x25e818=0x0,_0x260f20=0x0;for(let _0x3a7360=0x0;_0x3a7360<HEIGHT;_0x3a7360++){for(let _0x2d6532=0x0;_0x2d6532<HASH_SIZE;_0x2d6532++){const _0x2f2b8e=_0x3a7360*WIDTH+_0x2d6532;_0x1eb3ef[_0x2f2b8e]>_0x1eb3ef[_0x2f2b8e+0x1]&&(_0x260f20|=0x1<<0x3-_0x25e818),_0x25e818++,_0x25e818===0x4&&(_0x19e4a2+=_0x260f20['toString'](0x10),_0x260f20=0x0,_0x25e818=0x0);}}return _0x19e4a2;}function x64Add(_0x2b39af,_0x4e6e11){const _0x3daf21=_0x2b39af[0x0]>>>0x10,_0x3e6e07=_0x2b39af[0x0]&0xffff,_0xb5c2c9=_0x2b39af[0x1]>>>0x10,_0xc78054=_0x2b39af[0x1]&0xffff,_0x4dada8=_0x4e6e11[0x0]>>>0x10,_0x3b1a0a=_0x4e6e11[0x0]&0xffff,_0x59c2da=_0x4e6e11[0x1]>>>0x10,_0x1a1db9=_0x4e6e11[0x1]&0xffff;let _0x460373=0x0,_0x229f1f=0x0,_0x1d5c04=0x0,_0x12b6a1=0x0;_0x12b6a1+=_0xc78054+_0x1a1db9,_0x1d5c04+=_0x12b6a1>>>0x10,_0x12b6a1&=0xffff,_0x1d5c04+=_0xb5c2c9+_0x59c2da,_0x229f1f+=_0x1d5c04>>>0x10,_0x1d5c04&=0xffff,_0x229f1f+=_0x3e6e07+_0x3b1a0a,_0x460373+=_0x229f1f>>>0x10,_0x229f1f&=0xffff,_0x460373+=_0x3daf21+_0x4dada8,_0x460373&=0xffff,_0x2b39af[0x0]=_0x460373<<0x10|_0x229f1f,_0x2b39af[0x1]=_0x1d5c04<<0x10|_0x12b6a1;}function x64Multiply(_0x2b6097,_0x4ecb2d){const _0x1182cf=_0x2b6097[0x0]>>>0x10,_0x2b47a7=_0x2b6097[0x0]&0xffff,_0x1a0c21=_0x2b6097[0x1]>>>0x10,_0x252240=_0x2b6097[0x1]&0xffff,_0x5896ee=_0x4ecb2d[0x0]>>>0x10,_0x3066e7=_0x4ecb2d[0x0]&0xffff,_0x3a231c=_0x4ecb2d[0x1]>>>0x10,_0x8c0ee4=_0x4ecb2d[0x1]&0xffff;let _0x33fb56=0x0,_0x1fdb88=0x0,_0x50ccb6=0x0,_0x2bd366=0x0;_0x2bd366+=_0x252240*_0x8c0ee4,_0x50ccb6+=_0x2bd366>>>0x10,_0x2bd366&=0xffff,_0x50ccb6+=_0x1a0c21*_0x8c0ee4,_0x1fdb88+=_0x50ccb6>>>0x10,_0x50ccb6&=0xffff,_0x50ccb6+=_0x252240*_0x3a231c,_0x1fdb88+=_0x50ccb6>>>0x10,_0x50ccb6&=0xffff,_0x1fdb88+=_0x2b47a7*_0x8c0ee4,_0x33fb56+=_0x1fdb88>>>0x10,_0x1fdb88&=0xffff,_0x1fdb88+=_0x1a0c21*_0x3a231c,_0x33fb56+=_0x1fdb88>>>0x10,_0x1fdb88&=0xffff,_0x1fdb88+=_0x252240*_0x3066e7,_0x33fb56+=_0x1fdb88>>>0x10,_0x1fdb88&=0xffff,_0x33fb56+=_0x1182cf*_0x8c0ee4+_0x2b47a7*_0x3a231c+_0x1a0c21*_0x3066e7+_0x252240*_0x5896ee,_0x33fb56&=0xffff,_0x2b6097[0x0]=_0x33fb56<<0x10|_0x1fdb88,_0x2b6097[0x1]=_0x50ccb6<<0x10|_0x2bd366;}function x64Rotl(_0x4a0218,_0x8bcf36){const _0x29d581=_0x4a0218[0x0],_0x2a254e=_0x8bcf36%0x40;if(_0x2a254e===0x20)_0x4a0218[0x0]=_0x4a0218[0x1],_0x4a0218[0x1]=_0x29d581;else{if(_0x2a254e<0x20)_0x4a0218[0x0]=_0x29d581<<_0x2a254e|_0x4a0218[0x1]>>>0x20-_0x2a254e,_0x4a0218[0x1]=_0x4a0218[0x1]<<_0x2a254e|_0x29d581>>>0x20-_0x2a254e;else{const _0x433e51=_0x2a254e-0x20;_0x4a0218[0x0]=_0x4a0218[0x1]<<_0x433e51|_0x29d581>>>0x20-_0x433e51,_0x4a0218[0x1]=_0x29d581<<_0x433e51|_0x4a0218[0x1]>>>0x20-_0x433e51;}}}function x64LeftShift(_0x10d72a,_0x3e1cab){const _0x4205c0=_0x3e1cab%0x40;if(_0x4205c0===0x0)return;else _0x4205c0<0x20?(_0x10d72a[0x0]=_0x10d72a[0x1]>>>0x20-_0x4205c0,_0x10d72a[0x1]=_0x10d72a[0x1]<<_0x4205c0):(_0x10d72a[0x0]=_0x10d72a[0x1]<<_0x4205c0-0x20,_0x10d72a[0x1]=0x0);}function x64Xor(_0x54a579,_0x1492ad){_0x54a579[0x0]^=_0x1492ad[0x0],_0x54a579[0x1]^=_0x1492ad[0x1];}const F1=[0xff51afd7,0xed558ccd],F2=[0xc4ceb9fe,0x1a85ec53];function x64Fmix(_0x1f23f0){const _0x5100f6=[0x0,_0x1f23f0[0x0]>>>0x1];x64Xor(_0x1f23f0,_0x5100f6),x64Multiply(_0x1f23f0,F1),_0x5100f6[0x1]=_0x1f23f0[0x0]>>>0x1,x64Xor(_0x1f23f0,_0x5100f6),x64Multiply(_0x1f23f0,F2),_0x5100f6[0x1]=_0x1f23f0[0x0]>>>0x1,x64Xor(_0x1f23f0,_0x5100f6);}const C1=[0x87c37b91,0x114253d5],C2=[0x4cf5ad43,0x2745937f],M=[0x0,0x5],N1=[0x0,0x52dce729],N2=[0x0,0x38495ab5];function x64hash128(_0x6c678,_0x1b3e62){const _0x286254=getUTF8Bytes(_0x6c678),_0x1d28a2=0x0,_0x4cf546=[0x0,_0x286254['length']],_0xc8f048=_0x4cf546[0x1]%0x10,_0x2a0773=_0x4cf546[0x1]-_0xc8f048,_0x3f5e84=[0x0,_0x1d28a2],_0xc511e=[0x0,_0x1d28a2],_0x1c8b3a=[0x0,0x0],_0x133c6c=[0x0,0x0];let _0x57418e;for(_0x57418e=0x0;_0x57418e<_0x2a0773;_0x57418e=_0x57418e+0x10){_0x1c8b3a[0x0]=_0x286254[_0x57418e+0x4]|_0x286254[_0x57418e+0x5]<<0x8|_0x286254[_0x57418e+0x6]<<0x10|_0x286254[_0x57418e+0x7]<<0x18,_0x1c8b3a[0x1]=_0x286254[_0x57418e]|_0x286254[_0x57418e+0x1]<<0x8|_0x286254[_0x57418e+0x2]<<0x10|_0x286254[_0x57418e+0x3]<<0x18,_0x133c6c[0x0]=_0x286254[_0x57418e+0xc]|_0x286254[_0x57418e+0xd]<<0x8|_0x286254[_0x57418e+0xe]<<0x10|_0x286254[_0x57418e+0xf]<<0x18,_0x133c6c[0x1]=_0x286254[_0x57418e+0x8]|_0x286254[_0x57418e+0x9]<<0x8|_0x286254[_0x57418e+0xa]<<0x10|_0x286254[_0x57418e+0xb]<<0x18,x64Multiply(_0x1c8b3a,C1),x64Rotl(_0x1c8b3a,0x1f),x64Multiply(_0x1c8b3a,C2),x64Xor(_0x3f5e84,_0x1c8b3a),x64Rotl(_0x3f5e84,0x1b),x64Add(_0x3f5e84,_0xc511e),x64Multiply(_0x3f5e84,M),x64Add(_0x3f5e84,N1),x64Multiply(_0x133c6c,C2),x64Rotl(_0x133c6c,0x21),x64Multiply(_0x133c6c,C1),x64Xor(_0xc511e,_0x133c6c),x64Rotl(_0xc511e,0x1f),x64Add(_0xc511e,_0x3f5e84),x64Multiply(_0xc511e,M),x64Add(_0xc511e,N2);}_0x1c8b3a[0x0]=0x0,_0x1c8b3a[0x1]=0x0,_0x133c6c[0x0]=0x0,_0x133c6c[0x1]=0x0;const _0x2b0354=[0x0,0x0];switch(_0xc8f048){case 0xf:_0x2b0354[0x1]=_0x286254[_0x57418e+0xe],x64LeftShift(_0x2b0354,0x30),x64Xor(_0x133c6c,_0x2b0354);case 0xe:_0x2b0354[0x1]=_0x286254[_0x57418e+0xd],x64LeftShift(_0x2b0354,0x28),x64Xor(_0x133c6c,_0x2b0354);case 0xd:_0x2b0354[0x1]=_0x286254[_0x57418e+0xc],x64LeftShift(_0x2b0354,0x20),x64Xor(_0x133c6c,_0x2b0354);case 0xc:_0x2b0354[0x1]=_0x286254[_0x57418e+0xb],x64LeftShift(_0x2b0354,0x18),x64Xor(_0x133c6c,_0x2b0354);case 0xb:_0x2b0354[0x1]=_0x286254[_0x57418e+0xa],x64LeftShift(_0x2b0354,0x10),x64Xor(_0x133c6c,_0x2b0354);case 0xa:_0x2b0354[0x1]=_0x286254[_0x57418e+0x9],x64LeftShift(_0x2b0354,0x8),x64Xor(_0x133c6c,_0x2b0354);case 0x9:_0x2b0354[0x1]=_0x286254[_0x57418e+0x8],x64Xor(_0x133c6c,_0x2b0354),x64Multiply(_0x133c6c,C2),x64Rotl(_0x133c6c,0x21),x64Multiply(_0x133c6c,C1),x64Xor(_0xc511e,_0x133c6c);case 0x8:_0x2b0354[0x1]=_0x286254[_0x57418e+0x7],x64LeftShift(_0x2b0354,0x38),x64Xor(_0x1c8b3a,_0x2b0354);case 0x7:_0x2b0354[0x1]=_0x286254[_0x57418e+0x6],x64LeftShift(_0x2b0354,0x30),x64Xor(_0x1c8b3a,_0x2b0354);case 0x6:_0x2b0354[0x1]=_0x286254[_0x57418e+0x5],x64LeftShift(_0x2b0354,0x28),x64Xor(_0x1c8b3a,_0x2b0354);case 0x5:_0x2b0354[0x1]=_0x286254[_0x57418e+0x4],x64LeftShift(_0x2b0354,0x20),x64Xor(_0x1c8b3a,_0x2b0354);case 0x4:_0x2b0354[0x1]=_0x286254[_0x57418e+0x3],x64LeftShift(_0x2b0354,0x18),x64Xor(_0x1c8b3a,_0x2b0354);case 0x3:_0x2b0354[0x1]=_0x286254[_0x57418e+0x2],x64LeftShift(_0x2b0354,0x10),x64Xor(_0x1c8b3a,_0x2b0354);case 0x2:_0x2b0354[0x1]=_0x286254[_0x57418e+0x1],x64LeftShift(_0x2b0354,0x8),x64Xor(_0x1c8b3a,_0x2b0354);case 0x1:_0x2b0354[0x1]=_0x286254[_0x57418e],x64Xor(_0x1c8b3a,_0x2b0354),x64Multiply(_0x1c8b3a,C1),x64Rotl(_0x1c8b3a,0x1f),x64Multiply(_0x1c8b3a,C2),x64Xor(_0x3f5e84,_0x1c8b3a);}return x64Xor(_0x3f5e84,_0x4cf546),x64Xor(_0xc511e,_0x4cf546),x64Add(_0x3f5e84,_0xc511e),x64Add(_0xc511e,_0x3f5e84),x64Fmix(_0x3f5e84),x64Fmix(_0xc511e),x64Add(_0x3f5e84,_0xc511e),x64Add(_0xc511e,_0x3f5e84),('00000000'+(_0x3f5e84[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0x3f5e84[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0xc511e[0x0]>>>0x0)['toString'](0x10))['slice'](-0x8)+('00000000'+(_0xc511e[0x1]>>>0x0)['toString'](0x10))['slice'](-0x8);}const _0x1ce173={};_0x1ce173['winding']=![],_0x1ce173['unstable']=![],_0x1ce173['geometryMurHash']='',_0x1ce173['textMurHash']='',_0x1ce173['geometryDHash']='',_0x1ce173['textDHash']='';const EMPTY$1=_0x1ce173;function getCanvasSignal(){return getUnstableCanvasSignal();}function getUnstableCanvasSignal(_0x415f9d){const [_0x491b5d,_0x4008a0]=makeCanvasContext();if(!isSupported(_0x491b5d,_0x4008a0))return EMPTY$1;const _0x41b800=doesSupportWinding(_0x4008a0);return renderAll(_0x491b5d,_0x4008a0,_0x41b800);}function makeCanvasContext(){const _0x15151b=document['createElement']('canvas');return _0x15151b['width']=0x1,_0x15151b['height']=0x1,[_0x15151b,_0x15151b['getContext']('2d')];}function isSupported(_0x455e6f,_0x1b5272){return _0x1b5272!==undefined&&_0x1b5272!==null&&typeof _0x455e6f['toDataURL']==='function';}function doesSupportWinding(_0x5357b9){return _0x5357b9['rect'](0x0,0x0,0xa,0xa),_0x5357b9['rect'](0x2,0x2,0x6,0x6),!_0x5357b9['isPointInPath'](0x5,0x5,'evenodd');}function renderAll(_0x917de3,_0x4c2415,_0x3254ca){renderTextImage(_0x917de3,_0x4c2415);const _0x1a2acc=computeDHash(_0x917de3),_0x52dc8f=canvasToString(_0x917de3),_0x12b75c=canvasToString(_0x917de3);if(_0x52dc8f!==_0x12b75c){const _0x309b1c={};return _0x309b1c['winding']=_0x3254ca,_0x309b1c['unstable']=!![],_0x309b1c['geometryMurHash']='',_0x309b1c['textMurHash']='',_0x309b1c['geometryDHash']='',_0x309b1c['textDHash']='',_0x309b1c;}renderGeometryImage(_0x917de3,_0x4c2415);const _0x44b71c=computeDHash(_0x917de3),_0x208c26=canvasToString(_0x917de3);return{'winding':_0x3254ca,'unstable':![],'geometryMurHash':x64hash128(_0x208c26),'textMurHash':x64hash128(_0x52dc8f),'geometryDHash':_0x44b71c,'textDHash':_0x1a2acc};}function renderTextImage(_0x41d1ed,_0x46a940){_0x41d1ed['width']=0xf0,_0x41d1ed['height']=0x3c,_0x46a940['textBaseline']='alphabetic',_0x46a940['fillStyle']='#f60',_0x46a940['fillRect'](0x64,0x1,0x3e,0x14),_0x46a940['fillStyle']='#069',_0x46a940['font']='11pt\x20\x22Times\x20New\x20Roman\x22';const _0x4ada82='Cwm\x20fjordbank\x20gly\x20'+String['fromCharCode'](0xd83d,0xde03);_0x46a940['fillText'](_0x4ada82,0x2,0xf),_0x46a940['fillStyle']='rgba(102,\x20204,\x200,\x200.2)',_0x46a940['font']='18pt\x20Arial',_0x46a940['fillText'](_0x4ada82,0x4,0x2d);}function renderGeometryImage(_0x15a447,_0x296b45){_0x15a447['width']=0x7a,_0x15a447['height']=0x6e,_0x296b45['globalCompositeOperation']='multiply';for(const [_0x31afc9,_0x38549a,_0x3beeb5]of[['#f2f',0x28,0x28],['#2ff',0x50,0x28],['#ff2',0x3c,0x50]]){_0x296b45['fillStyle']=_0x31afc9,_0x296b45['beginPath'](),_0x296b45['arc'](_0x38549a,_0x3beeb5,0x28,0x0,Math['PI']*0x2,!![]),_0x296b45['closePath'](),_0x296b45['fill']();}_0x296b45['fillStyle']='#f9c',_0x296b45['arc'](0x3c,0x3c,0x3c,0x0,Math['PI']*0x2,!![]),_0x296b45['arc'](0x3c,0x3c,0x14,0x0,Math['PI']*0x2,!![]),_0x296b45['fill']('evenodd');}function canvasToString(_0x323cc1){return _0x323cc1['toDataURL']();}function getCanvasAdvanced(){try{const _0x1c7244=document['createElement']('canvas'),_0x4cba31=_0x1c7244['getContext']('2d');if(!_0x4cba31)return null;const _0x28e964=renderBlendModes(_0x1c7244,_0x4cba31),_0x513499=renderShadows(_0x1c7244,_0x4cba31),_0x21a01=renderGradientPath(_0x1c7244,_0x4cba31),_0x29d46b=testOffscreenConsistency(_0x1c7244,_0x4cba31),_0x12365f={};return _0x12365f['blendDHash']=_0x28e964['dHash'],_0x12365f['shadowDHash']=_0x513499['dHash'],_0x12365f['gradientDHash']=_0x21a01['dHash'],_0x12365f['blendMurHash']=_0x28e964['murHash'],_0x12365f['shadowMurHash']=_0x513499['murHash'],_0x12365f['gradientMurHash']=_0x21a01['murHash'],_0x12365f['offscreenConsistent']=_0x29d46b,_0x12365f;}catch{return null;}}function renderBlendModes(_0x42d454,_0x2f1d0b){_0x42d454['width']=0x64,_0x42d454['height']=0x64,_0x2f1d0b['clearRect'](0x0,0x0,0x64,0x64),_0x2f1d0b['fillStyle']='#e74c3c',_0x2f1d0b['fillRect'](0xa,0xa,0x3c,0x3c),_0x2f1d0b['globalCompositeOperation']='multiply',_0x2f1d0b['fillStyle']='#3498db',_0x2f1d0b['fillRect'](0x1e,0x1e,0x3c,0x3c),_0x2f1d0b['globalCompositeOperation']='screen',_0x2f1d0b['fillStyle']='#2ecc71',_0x2f1d0b['beginPath'](),_0x2f1d0b['arc'](0x32,0x32,0x1e,0x0,Math['PI']*0x2),_0x2f1d0b['fill'](),_0x2f1d0b['globalCompositeOperation']='overlay',_0x2f1d0b['fillStyle']='#f39c12',_0x2f1d0b['fillRect'](0x14,0x14,0x1e,0x3c),_0x2f1d0b['globalCompositeOperation']='source-over';const _0x1a9cf1=computeDHash(_0x42d454),_0x2791c4=x64hash128(_0x42d454['toDataURL']()),_0x583ff8={};return _0x583ff8['dHash']=_0x1a9cf1,_0x583ff8['murHash']=_0x2791c4,_0x583ff8;}function renderShadows(_0x53ef3a,_0x46e793){_0x53ef3a['width']=0x78,_0x53ef3a['height']=0x50,_0x46e793['clearRect'](0x0,0x0,0x78,0x50),_0x46e793['shadowColor']='rgba(0,\x200,\x200,\x200.5)',_0x46e793['shadowBlur']=0xa,_0x46e793['shadowOffsetX']=0x5,_0x46e793['shadowOffsetY']=0x5,_0x46e793['fillStyle']='#9b59b6',_0x46e793['fillRect'](0x14,0xf,0x28,0x28),_0x46e793['shadowColor']='rgba(52,\x20152,\x20219,\x200.7)',_0x46e793['shadowBlur']=0xf,_0x46e793['shadowOffsetX']=-0x3,_0x46e793['shadowOffsetY']=0x3,_0x46e793['fillStyle']='#1abc9c',_0x46e793['beginPath'](),_0x46e793['arc'](0x55,0x28,0x19,0x0,Math['PI']*0x2),_0x46e793['fill'](),_0x46e793['shadowColor']='transparent',_0x46e793['shadowBlur']=0x0,_0x46e793['shadowOffsetX']=0x0,_0x46e793['shadowOffsetY']=0x0;const _0x10cbc8=computeDHash(_0x53ef3a),_0x1a4813=x64hash128(_0x53ef3a['toDataURL']()),_0x6e4ad5={};return _0x6e4ad5['dHash']=_0x10cbc8,_0x6e4ad5['murHash']=_0x1a4813,_0x6e4ad5;}function renderGradientPath(_0x56c27f,_0x56b41d){_0x56c27f['width']=0x64,_0x56c27f['height']=0x64,_0x56b41d['clearRect'](0x0,0x0,0x64,0x64);const _0xe6963f=_0x56b41d['createRadialGradient'](0x32,0x32,0x5,0x32,0x32,0x2d);_0xe6963f['addColorStop'](0x0,'#e74c3c'),_0xe6963f['addColorStop'](0.5,'#f39c12'),_0xe6963f['addColorStop'](0x1,'#2ecc71'),_0x56b41d['fillStyle']=_0xe6963f,_0x56b41d['beginPath'](),_0x56b41d['moveTo'](0x32,0x5),_0x56b41d['lineTo'](0x5f,0x23),_0x56b41d['lineTo'](0x50,0x5a),_0x56b41d['lineTo'](0x14,0x5a),_0x56b41d['lineTo'](0x5,0x23),_0x56b41d['closePath'](),_0x56b41d['fill']();try{const _0x474830=_0x56b41d['createConicGradient'](0x0,0x32,0x32);_0x474830['addColorStop'](0x0,'red'),_0x474830['addColorStop'](0.33,'green'),_0x474830['addColorStop'](0.66,'blue'),_0x474830['addColorStop'](0x1,'red'),_0x56b41d['globalCompositeOperation']='difference',_0x56b41d['fillStyle']=_0x474830,_0x56b41d['fillRect'](0xa,0xa,0x50,0x50),_0x56b41d['globalCompositeOperation']='source-over';}catch{}const _0x558d2a=computeDHash(_0x56c27f),_0xcac703=x64hash128(_0x56c27f['toDataURL']()),_0x2c4336={};return _0x2c4336['dHash']=_0x558d2a,_0x2c4336['murHash']=_0xcac703,_0x2c4336;}function testOffscreenConsistency(_0x5d8b4a,_0x232344){if(typeof OffscreenCanvas==='undefined')return null;try{_0x5d8b4a['width']=0x32,_0x5d8b4a['height']=0x32,_0x232344['clearRect'](0x0,0x0,0x32,0x32),_0x232344['fillStyle']='#e74c3c',_0x232344['beginPath'](),_0x232344['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x232344['fill']();const _0x5ac024=computeDHash(_0x5d8b4a),_0x2805a0=new OffscreenCanvas(0x32,0x32),_0x3bb002=_0x2805a0['getContext']('2d');if(!_0x3bb002)return null;_0x3bb002['fillStyle']='#e74c3c',_0x3bb002['beginPath'](),_0x3bb002['arc'](0x19,0x19,0x14,0x0,Math['PI']*0x2),_0x3bb002['fill']();const _0x5a314b=document['createElement']('canvas');_0x5a314b['width']=0x32,_0x5a314b['height']=0x32;const _0x2d9beb=_0x5a314b['getContext']('2d');if(!_0x2d9beb)return null;const _0x34a092=_0x2805a0['transferToImageBitmap']();_0x2d9beb['drawImage'](_0x34a092,0x0,0x0);const _0x34730e=computeDHash(_0x5a314b);return _0x5ac024===_0x34730e;}catch{return null;}}const CANVAS_DIM=0x20,SEED=[0x4d6f6f6e,0x57616b65,0x46696e67,0x65725072];function xoshiro128ss(_0x1dd443,_0x3e866e,_0x494273,_0x19c7ec){let _0x9e934a=_0x1dd443,_0x5854b5=_0x3e866e,_0x1817da=_0x494273,_0x255ae3=_0x19c7ec;return function(){const _0x1e6971=_0x5854b5<<0x9;let _0x297c6b=0x5*_0x9e934a;return _0x297c6b=0x9*(_0x297c6b<<0x7|_0x297c6b>>>0x19),_0x255ae3^=_0x5854b5,_0x5854b5^=_0x1817da^=_0x9e934a,_0x9e934a^=_0x255ae3,_0x1817da^=_0x1e6971,_0x255ae3=_0x255ae3<<0xb|_0x255ae3>>>0x15,(_0x297c6b>>>0x0)/0x100000000;};}const fnv1a$2=fnv1aBytes;function getCanvasRandom(){try{const _0x4bedbb=document['createElement']('canvas'),_0x875d31=_0x4bedbb['getContext']('2d');if(_0x875d31===null)return null;_0x4bedbb['width']=CANVAS_DIM,_0x4bedbb['height']=CANVAS_DIM;const _0x129a8e=xoshiro128ss(SEED[0x0],SEED[0x1],SEED[0x2],SEED[0x3]),_0x4797f5=_0x129a8e()*CANVAS_DIM,_0x5b7a13=_0x129a8e()*CANVAS_DIM,_0x472e16=_0x875d31['createRadialGradient'](_0x4797f5,_0x5b7a13,0x2,_0x4797f5,_0x5b7a13,CANVAS_DIM*0.8);for(let _0x301c15=0x0;_0x301c15<0x5;_0x301c15++){const _0x5d4e7c=Math['floor'](_0x129a8e()*0x100),_0x5c7906=Math['floor'](_0x129a8e()*0x100),_0x3f4c7b=Math['floor'](_0x129a8e()*0x100);_0x472e16['addColorStop'](_0x301c15/0x4,'rgb('+_0x5d4e7c+','+_0x5c7906+','+_0x3f4c7b+')');}_0x875d31['fillStyle']=_0x472e16,_0x875d31['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);for(let _0x592486=0x0;_0x592486<0x3;_0x592486++){_0x875d31['beginPath'](),_0x875d31['arc'](_0x129a8e()*CANVAS_DIM,_0x129a8e()*CANVAS_DIM,_0x129a8e()*CANVAS_DIM*0.4+0x2,_0x129a8e()*Math['PI']*0x2,_0x129a8e()*Math['PI']*0x2),_0x875d31['strokeStyle']='rgba('+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+(_0x129a8e()*0.5+0.5)['toFixed'](0x2)+')',_0x875d31['lineWidth']=_0x129a8e()*0x3+0.5,_0x875d31['stroke']();}for(let _0x4b4fd3=0x0;_0x4b4fd3<0x2;_0x4b4fd3++){_0x875d31['beginPath'](),_0x875d31['moveTo'](_0x129a8e()*CANVAS_DIM,_0x129a8e()*CANVAS_DIM),_0x875d31['bezierCurveTo'](_0x129a8e()*CANVAS_DIM,_0x129a8e()*CANVAS_DIM,_0x129a8e()*CANVAS_DIM,_0x129a8e()*CANVAS_DIM,_0x129a8e()*CANVAS_DIM,_0x129a8e()*CANVAS_DIM),_0x875d31['strokeStyle']='rgba('+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+(_0x129a8e()*0.5+0.5)['toFixed'](0x2)+')',_0x875d31['lineWidth']=_0x129a8e()*0x2+0.5,_0x875d31['stroke']();}_0x875d31['shadowBlur']=_0x129a8e()*0x8+0x2,_0x875d31['shadowColor']='rgba('+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+',0.7)',_0x875d31['shadowOffsetX']=_0x129a8e()*0x4-0x2,_0x875d31['shadowOffsetY']=_0x129a8e()*0x4-0x2,_0x875d31['fillStyle']='rgb('+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+')',_0x875d31['fillRect'](_0x129a8e()*CANVAS_DIM*0.5,_0x129a8e()*CANVAS_DIM*0.5,CANVAS_DIM*0.4,CANVAS_DIM*0.4),_0x875d31['shadowBlur']=0x0,_0x875d31['shadowColor']='transparent',_0x875d31['shadowOffsetX']=0x0,_0x875d31['shadowOffsetY']=0x0;const _0x5592ff=['serif','sans-serif','monospace'];for(let _0xfaa438=0x0;_0xfaa438<0x3;_0xfaa438++){const _0x362b21=Math['floor'](_0x129a8e()*0xc)+0x8;_0x875d31['font']=_0x362b21+'px\x20'+_0x5592ff[_0xfaa438%0x3],_0x875d31['fillStyle']='rgb('+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+')',_0x875d31['fillText'](String['fromCharCode'](Math['floor'](_0x129a8e()*0x1a)+0x41,Math['floor'](_0x129a8e()*0x1a)+0x61,Math['floor'](_0x129a8e()*0xa)+0x30),_0x129a8e()*CANVAS_DIM*0.7,_0x129a8e()*CANVAS_DIM*0.8+_0x362b21);}_0x875d31['globalAlpha']=0.3;const _0x42d24a=_0x875d31['createLinearGradient'](0x0,0x0,CANVAS_DIM,CANVAS_DIM);_0x42d24a['addColorStop'](0x0,'rgba('+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+',1)'),_0x42d24a['addColorStop'](0x1,'rgba('+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+','+Math['floor'](_0x129a8e()*0x100)+',1)'),_0x875d31['fillStyle']=_0x42d24a,_0x875d31['fillRect'](0x0,0x0,CANVAS_DIM,CANVAS_DIM),_0x875d31['globalAlpha']=0x1;const _0x365ad5=_0x875d31['getImageData'](0x0,0x0,_0x4bedbb['width'],_0x4bedbb['height']),_0x53eaf8=fnv1a$2(_0x365ad5['data']),_0xd93be3=computeDHash(_0x4bedbb),_0x592d04=x64hash128(_0x4bedbb['toDataURL']()),_0x1a5ace={};return _0x1a5ace['p']=_0x53eaf8,_0x1a5ace['d']=CANVAS_DIM,_0x1a5ace['dHash']=_0xd93be3,_0x1a5ace['murHash']=_0x592d04,_0x1a5ace;}catch{return null;}}function getColorGamut(){for(const _0x36ddb2 of['rec2020','p3','srgb']){if(matchMedia('(color-gamut:\x20'+_0x36ddb2+')')['matches'])return _0x36ddb2;}return undefined;}const _0x32d594={};_0x32d594['prop']='width',_0x32d594['value']='calc(sin(1)\x20*\x201000px)',_0x32d594['label']='sin1';const _0x42c4ad={};_0x42c4ad['prop']='width',_0x42c4ad['value']='calc(cos(1)\x20*\x201000px)',_0x42c4ad['label']='cos1';const _0x426041={};_0x426041['prop']='width',_0x426041['value']='calc(tan(0.5)\x20*\x201000px)',_0x426041['label']='tan05';const _0x3abe0d={};_0x3abe0d['prop']='width',_0x3abe0d['value']='calc(sin(1.5)\x20*\x20cos(2.3)\x20*\x2010000px)',_0x3abe0d['label']='sincos';const _0x3607a1={};_0x3607a1['prop']='width',_0x3607a1['value']='calc(sin(0.001)\x20*\x201000000px)',_0x3607a1['label']='sin_small';const _0x19b55c={};_0x19b55c['prop']='width',_0x19b55c['value']='calc(cos(3.14159265)\x20*\x2010000px\x20+\x2010000px)',_0x19b55c['label']='cos_pi';const _0xfb3cfe={};_0xfb3cfe['prop']='width',_0xfb3cfe['value']='calc(tan(1.5)\x20*\x20100px\x20+\x2010000px)',_0xfb3cfe['label']='tan15';const _0x159c89={};_0x159c89['prop']='width',_0x159c89['value']='calc(sin(12345.6789)\x20*\x201000px\x20+\x201000px)',_0x159c89['label']='sin_large';const _0x2ad6b0={};_0x2ad6b0['prop']='height',_0x2ad6b0['value']='calc(sqrt(2)\x20*\x201000px)',_0x2ad6b0['label']='sqrt2';const _0x30d182={};_0x30d182['prop']='height',_0x30d182['value']='calc(exp(1)\x20*\x20100px)',_0x30d182['label']='exp1';const _0x566b09={};_0x566b09['prop']='height',_0x566b09['value']='calc(log(10)\x20*\x201000px)',_0x566b09['label']='log10';const _0x3cbee5={};_0x3cbee5['prop']='height',_0x3cbee5['value']='calc(hypot(3,\x204)\x20*\x20100px)',_0x3cbee5['label']='hypot34';const EXPRESSIONS=[_0x32d594,_0x42c4ad,_0x426041,_0x3abe0d,_0x3607a1,_0x19b55c,_0xfb3cfe,_0x159c89,_0x2ad6b0,_0x30d182,_0x566b09,_0x3cbee5];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 _0x3817b8=document['createElement']('div');_0x3817b8['style']['position']='absolute',_0x3817b8['style']['visibility']='hidden',_0x3817b8['style']['overflow']='hidden',_0x3817b8['style']['top']='-9999px',_0x3817b8['style']['left']='-9999px',document['body']['appendChild'](_0x3817b8);const _0x17c953={};for(const _0x29412f of EXPRESSIONS){const _0x84f34=document['createElement']('div');_0x84f34['style']['position']='absolute',_0x84f34['style'][_0x29412f['prop']]=_0x29412f['value'],_0x3817b8['appendChild'](_0x84f34);const _0x5a0634=getComputedStyle(_0x84f34),_0xe216d7=parseFloat(_0x5a0634[_0x29412f['prop']]);!isNaN(_0xe216d7)&&isFinite(_0xe216d7)&&(_0x17c953[_0x29412f['label']]=Math['round'](_0xe216d7*0xf4240)/0xf4240);}return document['body']['removeChild'](_0x3817b8),Object['keys'](_0x17c953)['length']>0x0?_0x17c953: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']],_0x4317e1={};_0x4317e1['contentType']='audio/mp4;codecs=\x22mp4a.40.2\x22';const _0xa8b996={};_0xa8b996['initDataTypes']=['cenc'],_0xa8b996['audioCapabilities']=[_0x4317e1];const PROBE_CONFIG=[_0xa8b996];function getRequestFn(){if(typeof navigator==='undefined')return null;const _0x198ab4=navigator['requestMediaKeySystemAccess'];if(typeof _0x198ab4!=='function')return null;return _0x198ab4;}function getDrmSystems(){const _0x589033=getRequestFn();if(_0x589033===null)return null;return async()=>{const _0x517a1a={};_0x517a1a['wv']=![],_0x517a1a['wvp']=![],_0x517a1a['pr']=![],_0x517a1a['ck']=![],_0x517a1a['pt']=![],_0x517a1a['fp']=![];const _0xb53710=_0x517a1a;return await Promise['all'](KEY_SYSTEMS['map'](async([_0x36b841,_0x305cd9])=>{try{await _0x589033['call'](navigator,_0x305cd9,PROBE_CONFIG),_0xb53710[_0x36b841]=!![];}catch{_0xb53710[_0x36b841]=![];}})),_0xb53710;};}const IFRAME_INIT_TIMEOUT_MS=0x1388,IFRAME_ACTION_TIMEOUT_MS=0xbb8,BODY_POLL_TIMEOUT_MS=0x1388;async function withIframe(_0x4bc963,_0x5179fd,_0x6dddac=0x32){const _0xb7d77b=document;while(_0xb7d77b['body']===null){await wait(_0x6dddac);}const _0x4d5a17=_0xb7d77b['createElement']('iframe');try{await new Promise((_0x40be10,_0x26b689)=>{let _0x520376=![];const _0xbdf73b=()=>{_0x520376=!![],_0x40be10();},_0x55ef48=_0x224ad2=>{_0x520376=!![],_0x26b689(_0x224ad2);};_0x4d5a17['onload']=_0xbdf73b,_0x4d5a17['onerror']=_0x55ef48;const {style:_0x482a27}=_0x4d5a17;_0x482a27['setProperty']('display','block','important'),_0x482a27['position']='absolute',_0x482a27['top']='0',_0x482a27['left']='0',_0x482a27['visibility']='hidden';_0x5179fd!==undefined&&_0x5179fd!==''&&'srcdoc'in _0x4d5a17?_0x4d5a17['srcdoc']=_0x5179fd:_0x4d5a17['src']='about:blank';_0xb7d77b['body']['appendChild'](_0x4d5a17);const _0x430030=()=>{if(_0x520376)return;_0x4d5a17['contentWindow']?.['document']['readyState']==='complete'?_0xbdf73b():setTimeout(_0x430030,0xa);};_0x430030();});while(!_0x4d5a17['contentWindow']?.['document']['body']){await wait(_0x6dddac);}return await _0x4bc963(_0x4d5a17,_0x4d5a17['contentWindow']);}finally{_0x4d5a17['parentNode']?.['removeChild'](_0x4d5a17);}}function emptyCounters(){const _0x441951={};return _0x441951['creations']=0x0,_0x441951['loadsCompleted']=0x0,_0x441951['initErrors']=0x0,_0x441951['initTimeouts']=0x0,_0x441951['actionTimeouts']=0x0,_0x441951['actionsCompleted']=0x0,_0x441951['actionsErrored']=0x0,_0x441951['readyStateSpins']=0x0,_0x441951['bodyAwaitSpins']=0x0,_0x441951['bodyAwaitMs']=0x0,_0x441951;}class IframePool{['iframe']=null;['iframeReady']=null;['queue']=[];['processing']=![];['idleTimer']=null;['idleTimeoutMs'];['dc']=emptyCounters();constructor(_0x273bb9=0x1388){this['idleTimeoutMs']=_0x273bb9;}['getDebugCounters'](){const _0x321d25={...this['dc']};return _0x321d25;}['execute'](_0x185b1a){return new Promise((_0xf5f539,_0x20684a)=>{const _0xe37cf7={};_0xe37cf7['action']=_0x185b1a,_0xe37cf7['resolve']=_0xf5f539,_0xe37cf7['reject']=_0x20684a,this['queue']['push'](_0xe37cf7),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(_0x25b259){this['dc']['initErrors']+=0x1;const _0x443940=this['queue']['shift']();_0x443940?.['reject'](_0x25b259);continue;}const _0x51ef3e=this['queue']['shift'](),_0x46bf55=this['iframe'];if(_0x51ef3e===undefined)continue;if(_0x46bf55===null){_0x51ef3e['reject'](new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run'));continue;}try{const _0x5dae1b=await withTimeoutReject(Promise['resolve'](_0x51ef3e['action'](_0x46bf55,_0x46bf55['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,_0x51ef3e['resolve'](_0x5dae1b);}catch(_0x2828d6){this['dc']['actionsErrored']+=0x1,_0x51ef3e['reject'](_0x2828d6);}}}finally{this['processing']=![],this['scheduleCleanup']();}}async['ensureIframe'](){if(this['iframe']?.['contentWindow']?.['document']['body'])return;const _0x30266e=document,_0x17e553=Date['now'](),_0x5564a0=_0x17e553+BODY_POLL_TIMEOUT_MS;while(_0x30266e['body']===null){if(Date['now']()>_0x5564a0){this['dc']['bodyAwaitMs']+=Date['now']()-_0x17e553;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']()-_0x17e553;if(this['iframeReady']){await this['iframeReady'];if(this['iframe']?.['contentWindow']?.['document']['body'])return;}const _0x56374b=_0x30266e['createElement']('iframe');this['dc']['creations']+=0x1,this['iframe']=_0x56374b,this['iframeReady']=new Promise((_0x4985ea,_0x4d076e)=>{let _0x48d5c6=![];_0x56374b['onload']=()=>{_0x48d5c6=!![],this['dc']['loadsCompleted']+=0x1,_0x4985ea();},_0x56374b['onerror']=_0x5b7e4f=>{_0x48d5c6=!![],this['dc']['initErrors']+=0x1,_0x4d076e(_0x5b7e4f);};const {style:_0xeacb7c}=_0x56374b;_0xeacb7c['setProperty']('display','block','important'),_0xeacb7c['position']='absolute',_0xeacb7c['top']='0',_0xeacb7c['left']='0',_0xeacb7c['visibility']='hidden',_0x56374b['src']='about:blank',_0x30266e['body']['appendChild'](_0x56374b);const _0x586fb1=()=>{if(_0x48d5c6)return;_0x56374b['contentWindow']?.['document']['readyState']==='complete'?(_0x48d5c6=!![],this['dc']['loadsCompleted']+=0x1,_0x4985ea()):(this['dc']['readyStateSpins']+=0x1,setTimeout(_0x586fb1,0xa));};_0x586fb1();}),await this['iframeReady'];const _0xb2ec7e=Date['now']()+BODY_POLL_TIMEOUT_MS;while(!_0x56374b['contentWindow']?.['document']['body']){if(Date['now']()>_0xb2ec7e)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 _0x56d624=this['queue']['splice'](0x0),_0x45dfd1=new Error('IframePool:\x20pool\x20was\x20destroyed\x20before\x20action\x20could\x20run');for(const _0x8747fb of _0x56d624)_0x8747fb['reject'](_0x45dfd1);}}}let sharedPool=null;function getIframePool(){return sharedPool??=new IframePool(),sharedPool;}function addStyleString(_0x43fcf3,_0x350eb4){for(const _0x21207c of _0x350eb4['split'](';')){const _0x1a585c=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/['exec'](_0x21207c);if(_0x1a585c){const [,_0x1f859a,_0x455ab4,,_0x23d041]=_0x1a585c;_0x43fcf3['setProperty'](_0x1f859a,_0x455ab4,_0x23d041??'');}}}function isAnyParentCrossOrigin(){let _0x3fbf99=window;for(;;){const _0x52fd4d=_0x3fbf99['parent'];if(_0x52fd4d===_0x3fbf99)return![];try{if(_0x52fd4d['location']['origin']!==_0x3fbf99['location']['origin'])return!![];}catch(_0x33e5c5){if(_0x33e5c5 instanceof Error&&_0x33e5c5['name']==='SecurityError')return!![];throw _0x33e5c5;}_0x3fbf99=_0x52fd4d;}}function getEmojiSignal(){let _0x24b32f='';for(let _0x10a0c6=0x1f600;_0x10a0c6<=0x1f64f;_0x10a0c6++){_0x24b32f+=String['fromCodePoint'](_0x10a0c6);}return getIframePool()['execute']((_0x27c90d,_0x1fda45)=>{const _0x4dbfed=_0x1fda45['document'],_0x20f8bb=_0x4dbfed['createElement']('span');_0x20f8bb['style']['whiteSpace']='nowrap',_0x20f8bb['innerText']=_0x24b32f,_0x4dbfed['body']['append'](_0x20f8bb);const _0x208407={},_0x22b755=['x','y','left','right','bottom','height','top','width'],_0xd56afe=_0x20f8bb['getBoundingClientRect']();for(const _0x558043 of _0x22b755){_0x558043 in _0xd56afe&&(_0x208407[_0x558043]=Math['round'](_0xd56afe[_0x558043]*0x64)/0x64);}const _0x7af9f1=_0x1fda45['getComputedStyle'](_0x20f8bb,null)['getPropertyValue']('font-family');return _0x208407['font']=_0x7af9f1,_0x4dbfed['body']['removeChild'](_0x20f8bb),_0x208407;});}function getEndianness(){const _0x22227d=new Float32Array(0x1),_0x24aa50=new Uint8Array(_0x22227d['buffer']);return _0x22227d[0x0]=Infinity,_0x22227d[0x0]=_0x22227d[0x0]-_0x22227d[0x0],_0x24aa50[0x3];}const defaultText='mmMwWLliI0fiflO&1',_0x10ed55={};_0x10ed55['font']='-apple-system-body';const _0x6b586b={};_0x6b586b['fontFamily']='serif';const _0x395b05={};_0x395b05['fontFamily']='sans-serif';const _0x24fb45={};_0x24fb45['fontFamily']='monospace';const _0x52d40d={};_0x52d40d['fontSize']='1px';const _0x1e2346={};_0x1e2346['fontFamily']='system-ui';const _0x56277b={};_0x56277b['default']=[],_0x56277b['apple']=[_0x10ed55],_0x56277b['serif']=[_0x6b586b],_0x56277b['sans']=[_0x395b05],_0x56277b['mono']=[_0x24fb45],_0x56277b['min']=[_0x52d40d],_0x56277b['system']=[_0x1e2346];const presets=_0x56277b;function getFontPreferences(){return withNaturalFonts((_0x361ad0,_0x18849a,_0x115f48)=>{const _0x5932f5={},_0x3d299f={};for(const _0x51624e of Object['keys'](presets)){const [_0x55b4e4={},_0x3adf6f=defaultText]=presets[_0x51624e],_0x431a56=_0x361ad0['createElement']('span');_0x431a56['textContent']=_0x3adf6f,_0x431a56['style']['whiteSpace']='nowrap';for(const _0x42f697 of Object['keys'](_0x55b4e4)){const _0x514fcf=_0x55b4e4[_0x42f697];_0x514fcf!==undefined&&(_0x431a56['style'][_0x42f697]=_0x514fcf);}_0x5932f5[_0x51624e]=_0x431a56,_0x18849a['append'](_0x361ad0['createElement']('br'),_0x431a56);}const _0x3c034d=_0x115f48['devicePixelRatio']>0x0?_0x115f48['devicePixelRatio']:0x1;for(const _0x2e07eb of Object['keys'](presets)){_0x3d299f[_0x2e07eb]=Math['round'](_0x5932f5[_0x2e07eb]['getBoundingClientRect']()['width']*_0x3c034d*0x64)/0x64;}return _0x3d299f;});}function withNaturalFonts(_0xc7a95f,_0x4447c9=0xfa0){return withIframe((_0x128529,_0x4ee177)=>{const _0xbf7bee=_0x4ee177['document'],_0xcce550=_0xbf7bee['body'],_0x7910c=_0xcce550['style'];_0x7910c['width']=_0x4447c9+'px',_0x7910c['webkitTextSizeAdjust']=_0x7910c['textSizeAdjust']='none';if(isChromium())_0xcce550['style']['zoom']=''+0x1/_0x4ee177['devicePixelRatio'];else isWebKit()&&(_0xcce550['style']['zoom']='reset');const _0x122c74=_0xbf7bee['createElement']('div'),_0x5aad65={};return _0x5aad65['length']=_0x4447c9/0x14<<0x0,_0x122c74['textContent']=Array['from'](_0x5aad65)['map'](()=>'word')['join']('\x20'),_0xcce550['appendChild'](_0x122c74),_0xc7a95f(_0xbf7bee,_0xcce550,_0x4ee177);},'<!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']((_0x497ebc,{document:_0x12af18})=>{const _0x251f08=_0x12af18['body'];_0x251f08['style']['fontSize']=textSize;const _0x12e8f4=_0x12af18['createElement']('div');_0x12e8f4['style']['setProperty']('visibility','hidden','important');const _0xc276d5={},_0x207efd={},_0x177a99=_0x2f5355=>{const _0x56a137=_0x12af18['createElement']('span'),{style:_0x2f8a1c}=_0x56a137;return _0x2f8a1c['position']='absolute',_0x2f8a1c['top']='0',_0x2f8a1c['left']='0',_0x2f8a1c['fontFamily']=_0x2f5355,_0x56a137['textContent']=testString,_0x12e8f4['appendChild'](_0x56a137),_0x56a137;},_0x54bae2=(_0x48d1a4,_0x22f714)=>{return _0x177a99('\x27'+_0x48d1a4+'\x27,'+_0x22f714);},_0x318143=()=>{return baseFonts['map'](_0x177a99);},_0x47ab1d=()=>{const _0x5c1345={};for(const _0x3d9048 of fontList){_0x5c1345[_0x3d9048]=baseFonts['map'](_0x11ca93=>_0x54bae2(_0x3d9048,_0x11ca93));}return _0x5c1345;},_0x218e80=_0x1b1552=>{return baseFonts['some']((_0x498475,_0x497f31)=>_0x1b1552[_0x497f31]['offsetWidth']!==_0xc276d5[_0x498475]||_0x1b1552[_0x497f31]['offsetHeight']!==_0x207efd[_0x498475]);},_0x422606=_0x318143(),_0x3c16bd=_0x47ab1d();_0x251f08['appendChild'](_0x12e8f4);for(let _0x3a4b98=0x0;_0x3a4b98<baseFonts['length'];_0x3a4b98++){_0xc276d5[baseFonts[_0x3a4b98]]=_0x422606[_0x3a4b98]['offsetWidth'],_0x207efd[baseFonts[_0x3a4b98]]=_0x422606[_0x3a4b98]['offsetHeight'];}return fontList['filter'](_0x52d2ea=>_0x218e80(_0x3c16bd[_0x52d2ea]));});}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(_0x2b5ebf){const _0x6184b1=_0x2b5ebf['info'];if(_0x6184b1!==undefined&&_0x6184b1!==null){const _0x33aacd={};return _0x33aacd['vendor']=_0x6184b1['vendor'],_0x33aacd['architecture']=_0x6184b1['architecture'],_0x33aacd;}if(typeof _0x2b5ebf['requestAdapterInfo']==='function'){const _0x3ef825=await _0x2b5ebf['requestAdapterInfo'](),_0x408768={};return _0x408768['vendor']=_0x3ef825['vendor'],_0x408768['architecture']=_0x3ef825['architecture'],_0x408768;}const _0x25e215={};return _0x25e215['vendor']='',_0x25e215['architecture']='',_0x25e215;}function createTextureData(){const _0x5a1e53=[],_0xaf50be=[[0xff,0x0,0x0,0xff],[0x0,0xff,0x0,0xff],[0x0,0x0,0xff,0xff]];for(let _0x53c68b=0x0;_0x53c68b<TEX_WIDTH*TEX_HEIGHT;_0x53c68b++){_0x5a1e53['push'](..._0xaf50be[_0x53c68b%0x3]);}return new Uint8Array(_0x5a1e53);}function quantizeTiming(_0x9fc61f){const _0x5060fb=Number(_0x9fc61f/0x3e8n);return Math['round'](_0x5060fb/TIMING_BUCKET_US)*TIMING_BUCKET_US;}const fnv1a$1=fnv1aBytes;async function renderAndReadback(_0x5365a3,_0x569297){const _0x24b922=[];for(const _0x506233 of _0x569297){_0x24b922['push'](_0x506233);}const _0x4a65f8={};_0x4a65f8['requiredFeatures']=_0x24b922;const _0x4f2150=await _0x5365a3['requestDevice'](_0x4a65f8);try{return await renderAndReadbackOnDevice(_0x4f2150);}finally{typeof _0x4f2150['destroy']==='function'&&_0x4f2150['destroy']();}}async function renderAndReadbackOnDevice(_0x3a0c69){const _0x21c006='rgba8unorm',_0x3e8867={};_0x3e8867['label']='fp-shader',_0x3e8867['code']=WGSL_SHADER;const _0x105bee=_0x3a0c69['createShaderModule'](_0x3e8867),_0x1cd4e5={};_0x1cd4e5['module']=_0x105bee;const _0xe81583={};_0xe81583['format']=_0x21c006;const _0x2adae1={};_0x2adae1['module']=_0x105bee,_0x2adae1['targets']=[_0xe81583];const _0x2e299e={};_0x2e299e['topology']='triangle-list';const _0x527fb0={};_0x527fb0['label']='fp-pipeline',_0x527fb0['layout']='auto',_0x527fb0['vertex']=_0x1cd4e5,_0x527fb0['fragment']=_0x2adae1,_0x527fb0['primitive']=_0x2e299e;const _0x331416=_0x3a0c69['createRenderPipeline'](_0x527fb0),_0x11c841=createTextureData(),_0x472ad8={};_0x472ad8['label']='fp-src-texture',_0x472ad8['size']=[TEX_WIDTH,TEX_HEIGHT],_0x472ad8['format']='rgba8unorm',_0x472ad8['usage']=GPUTextureUsage['TEXTURE_BINDING']|GPUTextureUsage['COPY_DST'];const _0x296147=_0x3a0c69['createTexture'](_0x472ad8),_0x55ed67={};_0x55ed67['texture']=_0x296147;const _0xaafba1={};_0xaafba1['bytesPerRow']=TEX_WIDTH*BYTES_PER_PIXEL;const _0x37209e={};_0x37209e['width']=TEX_WIDTH,_0x37209e['height']=TEX_HEIGHT,_0x3a0c69['queue']['writeTexture'](_0x55ed67,_0x11c841['buffer'],_0xaafba1,_0x37209e);const _0x204c8d={};_0x204c8d['label']='fp-sampler';const _0x583133=_0x3a0c69['createSampler'](_0x204c8d),_0x4cb849={};_0x4cb849['binding']=0x0,_0x4cb849['resource']=_0x583133;const _0x42eae1=_0x3a0c69['createBindGroup']({'layout':_0x331416['getBindGroupLayout'](0x0),'entries':[_0x4cb849,{'binding':0x1,'resource':_0x296147['createView']()}]}),_0x4c801a=ROTATION_MATRICES['map'](_0x24f87f=>{const _0x43acf8={};_0x43acf8['label']='fp-uniform',_0x43acf8['size']=0x4*Float32Array['BYTES_PER_ELEMENT'],_0x43acf8['usage']=GPUBufferUsage['UNIFORM'],_0x43acf8['mappedAtCreation']=!![];const _0x1b016f=_0x3a0c69['createBuffer'](_0x43acf8);new Float32Array(_0x1b016f['getMappedRange']())['set'](_0x24f87f),_0x1b016f['unmap']();const _0x28e07f={};_0x28e07f['buffer']=_0x1b016f;const _0x1a3ef3={};return _0x1a3ef3['binding']=0x0,_0x1a3ef3['resource']=_0x28e07f,_0x3a0c69['createBindGroup']({'layout':_0x331416['getBindGroupLayout'](0x1),'entries':[_0x1a3ef3]});}),_0x31beeb=_0x3a0c69['features']['has']('timestamp-query');let _0x112e24=null,_0x1b911a=null,_0x5c097f=null;if(_0x31beeb){const _0x83454b={};_0x83454b['label']='fp-ts',_0x83454b['type']='timestamp',_0x83454b['count']=0x2,_0x112e24=_0x3a0c69['createQuerySet'](_0x83454b);const _0x1951c2={};_0x1951c2['size']=0x2*0x8,_0x1951c2['usage']=GPUBufferUsage['QUERY_RESOLVE']|GPUBufferUsage['COPY_SRC'],_0x1b911a=_0x3a0c69['createBuffer'](_0x1951c2);const _0x1d586f={};_0x1d586f['size']=0x2*0x8,_0x1d586f['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'],_0x5c097f=_0x3a0c69['createBuffer'](_0x1d586f);}const _0x10dc3a={};_0x10dc3a['label']='fp-rt',_0x10dc3a['size']=[RT_WIDTH,RT_HEIGHT],_0x10dc3a['format']=_0x21c006,_0x10dc3a['usage']=GPUTextureUsage['RENDER_ATTACHMENT']|GPUTextureUsage['COPY_SRC'];const _0x4580b2=_0x3a0c69['createTexture'](_0x10dc3a),_0x326d5a=Math['ceil'](RT_WIDTH*BYTES_PER_PIXEL/0x100)*0x100,_0x1be640={};_0x1be640['label']='fp-pixel-read',_0x1be640['size']=_0x326d5a*RT_HEIGHT,_0x1be640['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x17f253=_0x3a0c69['createBuffer'](_0x1be640),_0x13603b=[],_0x2fe002=[];for(let _0x4467f8=0x0;_0x4467f8<ROTATION_MATRICES['length'];_0x4467f8++){const _0x215d68=_0x4580b2['createView'](),_0x184295={};_0x184295['label']='fp-enc-'+_0x4467f8;const _0x2b62e4=_0x3a0c69['createCommandEncoder'](_0x184295),_0x2f4172={};_0x2f4172['r']=0x0,_0x2f4172['g']=0x0,_0x2f4172['b']=0x0,_0x2f4172['a']=0x1;const _0x3cb622={};_0x3cb622['view']=_0x215d68,_0x3cb622['clearValue']=_0x2f4172,_0x3cb622['loadOp']='clear',_0x3cb622['storeOp']='store';const _0xe097b2={'label':'fp-pass-'+_0x4467f8,'colorAttachments':[_0x3cb622],..._0x31beeb&&_0x112e24?{'timestampWrites':{'querySet':_0x112e24,'beginningOfPassWriteIndex':0x0,'endOfPassWriteIndex':0x1}}:{}},_0x1bfea6=_0xe097b2,_0x3484bc=_0x2b62e4['beginRenderPass'](_0x1bfea6);_0x3484bc['setPipeline'](_0x331416),_0x3484bc['setBindGroup'](0x0,_0x42eae1),_0x3484bc['setBindGroup'](0x1,_0x4c801a[_0x4467f8]),_0x3484bc['draw'](0x6),_0x3484bc['end']();_0x31beeb&&_0x112e24&&_0x1b911a&&_0x5c097f&&(_0x2b62e4['resolveQuerySet'](_0x112e24,0x0,0x2,_0x1b911a,0x0),_0x2b62e4['copyBufferToBuffer'](_0x1b911a,0x0,_0x5c097f,0x0,_0x1b911a['size']));const _0x120314={};_0x120314['x']=0x0,_0x120314['y']=0x0;const _0x1f2cdc={};_0x1f2cdc['texture']=_0x4580b2,_0x1f2cdc['origin']=_0x120314;const _0x5f2165={};_0x5f2165['buffer']=_0x17f253,_0x5f2165['bytesPerRow']=_0x326d5a,_0x5f2165['rowsPerImage']=RT_HEIGHT;const _0x3eb4ac={};_0x3eb4ac['width']=RT_WIDTH,_0x3eb4ac['height']=RT_HEIGHT,_0x2b62e4['copyTextureToBuffer'](_0x1f2cdc,_0x5f2165,_0x3eb4ac),_0x3a0c69['queue']['submit']([_0x2b62e4['finish']()]),await _0x17f253['mapAsync'](GPUMapMode['READ']);const _0x5d879b=new Uint8Array(_0x17f253['getMappedRange']()),_0x6b60d1=RT_WIDTH*BYTES_PER_PIXEL,_0x33c278=new Uint8Array(_0x6b60d1*RT_HEIGHT);for(let _0x1138f0=0x0;_0x1138f0<RT_HEIGHT;_0x1138f0++){_0x33c278['set'](_0x5d879b['subarray'](_0x1138f0*_0x326d5a,_0x1138f0*_0x326d5a+_0x6b60d1),_0x1138f0*_0x6b60d1);}_0x13603b['push'](fnv1a$1(_0x33c278)),_0x17f253['unmap']();if(_0x31beeb&&_0x5c097f)try{await _0x5c097f['mapAsync'](GPUMapMode['READ']);const _0x2b630d=new BigUint64Array(_0x5c097f['getMappedRange']()),_0x1c861c=_0x2b630d[0x0],_0x3138df=_0x2b630d[0x1];_0x3138df>_0x1c861c&&_0x2fe002['push'](quantizeTiming(_0x3138df-_0x1c861c)),_0x5c097f['unmap']();}catch{}}const _0x1c5530=new Uint8Array(_0x13603b['length']*0x4),_0x1c0395=new DataView(_0x1c5530['buffer']);for(let _0x59e62a=0x0;_0x59e62a<_0x13603b['length'];_0x59e62a++){_0x1c0395['setUint32'](_0x59e62a*0x4,_0x13603b[_0x59e62a],!![]);}let _0x40110d='';for(let _0x3afd28=0x0;_0x3afd28<_0x1c5530['length'];_0x3afd28++){_0x40110d+=String['fromCharCode'](_0x1c5530[_0x3afd28]);}return{'pixelHash':btoa(_0x40110d),'timingBuckets':_0x2fe002};}async function getSubtleCryptoExport(){if(typeof navigator==='undefined'||navigator['gpu']===undefined){const _0x42bbb3={};return _0x42bbb3['s']=-0x1,_0x42bbb3['v']=null,_0x42bbb3;}const _0x379bc4={};_0x379bc4['s']=-0x2,_0x379bc4['v']=null;const _0x57eb5c=await Promise['race']([collectWebGpuSignal(),new Promise(_0x56dc38=>setTimeout(()=>_0x56dc38(_0x379bc4),TIMEOUT_MS))]);return _0x57eb5c;}async function collectWebGpuSignal(){const {getCachedGpuAdapter:_0x364528}=await Promise['resolve']()['then'](function(){return webgpuAdapter;});let _0x16391a;try{const _0x43db39=_0x364528(),_0x314661={};_0x314661['s']=-0x4,_0x314661['v']=null;if(_0x43db39===null)return _0x314661;const _0x455872=await _0x43db39;if(_0x455872===null){const _0x15c065={};return _0x15c065['s']=-0x4,_0x15c065['v']=null,_0x15c065;}_0x16391a=_0x455872;}catch(_0x3adb42){if(_0x3adb42 instanceof Error){const _0x2c2a24={};return _0x2c2a24['s']=-0x3,_0x2c2a24['v']=null,_0x2c2a24;}throw _0x3adb42;}try{const _0x57dcb5=Array['from'](_0x16391a['features']['values']())['sort'](),[_0x2b444f,_0x12c632]=await Promise['all']([renderAndReadback(_0x16391a,_0x57dcb5),getAdapterInfo$1(_0x16391a)]),_0x35a078={};_0x35a078['s']=_0x57dcb5,_0x35a078['f']=_0x2b444f['pixelHash'],_0x35a078['t']=_0x2b444f['timingBuckets'],_0x35a078['v']=_0x12c632['vendor'],_0x35a078['a']=_0x12c632['architecture'];const _0x173605={};return _0x173605['s']=0x0,_0x173605['v']=_0x35a078,_0x173605;}catch(_0x1ea412){if(_0x1ea412 instanceof TypeError){const _0x8d727c={};return _0x8d727c['s']=-0x7,_0x8d727c['v']=null,_0x8d727c;}throw _0x1ea412;}}const _0xf93890={};_0xf93890['text']='今天天气真好我们出去玩吧',_0xf93890['locale']='zh',_0xf93890['gran']='word';const _0x4eca63={};_0x4eca63['text']='東京都は日本の首都です',_0x4eca63['locale']='ja',_0x4eca63['gran']='word';const _0x5decdf={};_0x5decdf['text']='สวัสดีครับวันนี้อากาศดี',_0x5decdf['locale']='th',_0x5decdf['gran']='word';const _0x15db61={};_0x15db61['text']='오늘날씨가좋아서산책했습니다',_0x15db61['locale']='ko',_0x15db61['gran']='word';const _0xe219e0={};_0xe219e0['text']='can\x27t\x20won\x27t\x20they\x27re\x20ice-cream',_0xe219e0['locale']='en',_0xe219e0['gran']='word';const _0x48c607={};_0x48c607['text']='👨‍👩‍👧‍👦🏳️‍🌈👩🏽‍💻',_0x48c607['locale']='en',_0x48c607['gran']='grapheme';const SEGMENTER_TESTS=[_0xf93890,_0x4eca63,_0x5decdf,_0x15db61,_0xe219e0,_0x48c607],_0x1e92f1={};_0x1e92f1['code']='XK',_0x1e92f1['type']='region';const _0x3cfbe3={};_0x3cfbe3['code']='EH',_0x3cfbe3['type']='region';const _0x154968={};_0x154968['code']='SX',_0x154968['type']='region';const _0x4869c8={};_0x4869c8['code']='BQ',_0x4869c8['type']='region';const _0x41ee16={};_0x41ee16['code']='SS',_0x41ee16['type']='region';const _0x3ea1f7={};_0x3ea1f7['code']='CW',_0x3ea1f7['type']='region';const DISPLAY_NAMES_TESTS=[_0x1e92f1,_0x3cfbe3,_0x154968,_0x4869c8,_0x41ee16,_0x3ea1f7];function getIntlSegmenter(){const _0x4d0da3={};_0x4d0da3['segmenter']=null,_0x4d0da3['displayNames']=null;const _0x326fc6=_0x4d0da3;try{const _0x54a7e4=Intl['Segmenter'];if(_0x54a7e4){const _0x280ed7={};for(const _0x17c319 of SEGMENTER_TESTS){try{const _0x25c555=new _0x54a7e4(_0x17c319['locale'],{'granularity':_0x17c319['gran']}),_0x204c12=[..._0x25c555['segment'](_0x17c319['text'])]['length'];_0x280ed7[_0x17c319['locale']+'_'+_0x17c319['gran']]=_0x204c12;}catch{}}Object['keys'](_0x280ed7)['length']>0x0&&(_0x326fc6['segmenter']=_0x280ed7);}}catch{}try{if(typeof Intl['DisplayNames']==='function'){const _0x2397ce={},_0x22b77d={};_0x22b77d['type']='region';const _0x38f2da=new Intl['DisplayNames'](['en'],_0x22b77d);for(const _0x415332 of DISPLAY_NAMES_TESTS){try{const _0x206aff=_0x38f2da['of'](_0x415332['code']);_0x206aff!==undefined&&_0x206aff!==''&&(_0x2397ce[_0x415332['code']]=_0x206aff);}catch{}}Object['keys'](_0x2397ce)['length']>0x0&&(_0x326fc6['displayNames']=_0x2397ce);}}catch{}return _0x326fc6;}const fallbackFn=()=>0x0;function getMathFn(_0x5af7ce){const _0x3cabe3=globalThis['Math'][_0x5af7ce];return typeof _0x3cabe3==='function'?_0x3cabe3:fallbackFn;}function getMathSignal(){const _0x4eb98e=getMathFn('acos'),_0xd4c8fc=getMathFn('acosh'),_0x42615c=getMathFn('asin'),_0x54981c=getMathFn('asinh'),_0x216f5a=getMathFn('atanh'),_0x2b2e8e=getMathFn('atan'),_0x1cad93=getMathFn('sin'),_0x59610c=getMathFn('sinh'),_0x5244f2=getMathFn('cos'),_0x13f616=getMathFn('cosh'),_0x34001b=getMathFn('tan'),_0x1f855a=getMathFn('tanh'),_0x588425=getMathFn('exp'),_0x5772dd=getMathFn('expm1'),_0x1c23ce=getMathFn('log1p'),_0x42c09c=_0x267a89=>Math['pow'](Math['PI'],_0x267a89),_0x129e29=_0x258344=>Math['log'](_0x258344+Math['sqrt'](_0x258344*_0x258344-0x1)),_0x35ac0f=_0xc5ff41=>Math['log'](_0xc5ff41+Math['sqrt'](_0xc5ff41*_0xc5ff41+0x1)),_0x5a5f90=_0x339a8c=>Math['log']((0x1+_0x339a8c)/(0x1-_0x339a8c))/0x2,_0x5e1178=_0xcc2b0d=>Math['exp'](_0xcc2b0d)-0x1/Math['exp'](_0xcc2b0d)/0x2,_0xa60ee2=_0x8f260a=>(Math['exp'](_0x8f260a)+0x1/Math['exp'](_0x8f260a))/0x2,_0x3ea340=_0x44e141=>Math['exp'](_0x44e141)-0x1,_0x460939=_0x1f36fc=>(Math['exp'](0x2*_0x1f36fc)-0x1)/(Math['exp'](0x2*_0x1f36fc)+0x1),_0x21c369=_0x3510db=>Math['log'](0x1+_0x3510db);return{'acos':_0x4eb98e(0.12312423423423424),'acosh':_0xd4c8fc(0x8e679c2f5e450000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'acoshPf':_0x129e29(0xbeeefb584aff88000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'asin':_0x42615c(0.12312423423423424),'asinh':_0x54981c(0x1),'asinhPf':_0x35ac0f(0x1),'atanh':_0x216f5a(0.5),'atanhPf':_0x5a5f90(0.5),'atan':_0x2b2e8e(0.5),'sin':_0x1cad93(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'sinh':_0x59610c(0x1),'sinhPf':_0x5e1178(0x1),'cos':_0x5244f2(10.000000000123),'cosh':_0x13f616(0x1),'coshPf':_0xa60ee2(0x1),'tan':_0x34001b(-0x17e43c8800759c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000),'tanh':_0x1f855a(0x1),'tanhPf':_0x460939(0x1),'exp':_0x588425(0x1),'expm1':_0x5772dd(0x1),'expm1Pf':_0x3ea340(0x1),'log1p':_0x1c23ce(0xa),'log1pPf':_0x21c369(0xa),'powPI':_0x42c09c(-0x64)};}const QUINTUPLETS=[['𝔈','υ','τ','ρ','σ'],['𝔇','π','ο','ν','ξ'],['𝔄','δ','γ','α','β'],['𝔅','θ','η','ε','ζ'],['𝔉','ω','ψ','φ','χ'],['ℭ','μ','λ','ι','κ']];function getMathML(){const _0x401475=document['createDocumentFragment'](),_0x4da320=createMathElement(_0x401475,'mrow'),_0x28a59b=createMathElement(_0x4da320,'munderover'),_0x1466d5=createMathElement(_0x28a59b,'mmultiscripts');createMathElement(_0x1466d5,'mo','∏');for(const [_0x390583,_0x272293,_0x365ee6,_0x1dd51c,_0x453146]of QUINTUPLETS){const _0x235909=document['createElement']('mmultiscripts');createMathElement(_0x235909,'mi',_0x390583),createMathElement(_0x235909,'mi',_0x272293),createMathElement(_0x235909,'mi',_0x365ee6),createMathElement(_0x235909,'mprescripts'),createMathElement(_0x235909,'mi',_0x1dd51c),createMathElement(_0x235909,'mi',_0x453146),_0x1466d5['append'](_0x235909);}return getIframePool()['execute']((_0x480c0a,_0x1326ed)=>{const _0xcebdac=_0x1326ed['document'],_0x538470=_0xcebdac['createElement']('math');_0x538470['style']['whiteSpace']='nowrap',_0x538470['append'](_0x401475),_0xcebdac['body']['append'](_0x538470);const _0x4da542={},_0x2427dd=_0x538470['getBoundingClientRect'](),_0x170cfc=['x','y','left','right','bottom','height','top','width'];for(const _0x3143b9 of _0x170cfc){_0x3143b9 in _0x2427dd&&(_0x4da542[_0x3143b9]=_0x2427dd[_0x3143b9]);}const _0x4d8741=_0x1326ed['getComputedStyle'](_0x538470,null)['getPropertyValue']('font-family');return _0x4da542['font']=_0x4d8741,_0xcebdac['body']['removeChild'](_0x538470),_0x4da542;});}function createMathElement(_0x3ab831,_0x5876ed,_0x38aed6=''){const _0x5325ab=document['createElement'](_0x5876ed);return _0x5325ab['textContent']=_0x38aed6,_0x3ab831['appendChild'](_0x5325ab),_0x5325ab;}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(_0x299ff2){const _0x530b20=window,_0x2ac735=_0x530b20['MediaSource'];if(_0x2ac735===undefined||typeof _0x2ac735['isTypeSupported']!=='function')return-0x1;let _0x3f17b7=0x0;for(let _0x4be9ee=0x0;_0x4be9ee<_0x299ff2['length'];_0x4be9ee++){try{_0x2ac735['isTypeSupported'](_0x299ff2[_0x4be9ee])&&(_0x3f17b7|=0x1<<_0x4be9ee);}catch{}}return _0x3f17b7;}function getRtcCodecs(_0x4cc9eb){const _0x15d94d=window,_0x438d65=_0x15d94d['RTCRtpReceiver'];if(_0x438d65===undefined||typeof _0x438d65['getCapabilities']!=='function')return null;try{const _0x1f99f2=_0x438d65['getCapabilities'](_0x4cc9eb);if(_0x1f99f2===null)return null;const _0x13270f=_0x1f99f2['codecs']['map'](_0x504402=>''+_0x504402['mimeType']+(_0x504402['sdpFmtpLine']!==undefined&&_0x504402['sdpFmtpLine']!==''?';'+_0x504402['sdpFmtpLine']:''));return _0x13270f['sort']();}catch{return null;}}const VOICES_CHANGED_EVENT='voiceschanged',POLL_TIMEOUT_MS=0x258;function escapeField(_0x37bac2){if(_0x37bac2===undefined||_0x37bac2===null||_0x37bac2==='')return'';return String(_0x37bac2)['replace'](/([,\\])/g,'\x5c$1');}function getSpeechSynthesis(){if(typeof window==='undefined')return null;const _0x29b10f=window['speechSynthesis'];if(!_0x29b10f||typeof _0x29b10f['getVoices']!=='function')return null;return _0x29b10f;}function readVoicesOnce(_0x3d61fd){try{const _0x4d53fc=_0x3d61fd['getVoices']();if(Array['isArray'](_0x4d53fc)&&_0x4d53fc['length']>0x0)return _0x4d53fc;}catch{}return null;}function awaitVoicesPopulated(_0x513524){return new Promise(_0x5b0815=>{let _0x2e54f5=![];const _0x328b0d=_0x12f526=>{if(_0x2e54f5)return;_0x2e54f5=!![];if(_0x29e774!==null)clearTimeout(_0x29e774);if(_0x32b215!==null&&typeof _0x513524['removeEventListener']==='function')try{_0x513524['removeEventListener'](VOICES_CHANGED_EVENT,_0x32b215);}catch{}_0x5b0815(_0x12f526);},_0x38080b=readVoicesOnce(_0x513524);if(_0x38080b!==null){_0x5b0815(_0x38080b);return;}let _0x29e774=setTimeout(()=>{_0x328b0d(null);},POLL_TIMEOUT_MS),_0x32b215=null;if(typeof _0x513524['addEventListener']==='function'){_0x32b215=()=>{const _0x17b6db=readVoicesOnce(_0x513524);if(_0x17b6db!==null)_0x328b0d(_0x17b6db);};try{_0x513524['addEventListener'](VOICES_CHANGED_EVENT,_0x32b215);}catch{_0x32b215=null;}}});}function buildDescriptors(_0x1f8e7e){const _0x52ef97=[];for(const _0x30c853 of _0x1f8e7e){const _0x52614b=escapeField(_0x30c853['voiceURI']),_0x79c418=escapeField(_0x30c853['name']),_0x199f4f=escapeField(_0x30c853['lang']),_0x177d5c=_0x30c853['localService']===!![]?'1':'0',_0x18f45d=_0x30c853['default']===!![]?'1':'0';_0x52ef97['push'](_0x52614b+','+_0x79c418+','+_0x199f4f+','+_0x177d5c+','+_0x18f45d);}return _0x52ef97['sort'](),_0x52ef97;}function buildMask(_0x4de90f){let _0x5b1ff2=0x0;for(const _0x58d94f of _0x4de90f){if(_0x58d94f['localService']===!![])_0x5b1ff2|=0x1;if(_0x58d94f['default']===!![])_0x5b1ff2|=0x2;}return _0x5b1ff2;}function getSpeechVoices(){const _0x430336=getSpeechSynthesis();if(_0x430336===null)return null;return async()=>{let _0x2b2420=await awaitVoicesPopulated(_0x430336);if(_0x2b2420===null)try{const _0x1835fe=_0x430336['getVoices']();if(Array['isArray'](_0x1835fe))_0x2b2420=_0x1835fe;else return null;}catch{return null;}const _0x118136=buildDescriptors(_0x2b2420),_0x3547e1=x64hash128(JSON['stringify'](_0x118136)),_0x3630ab=buildMask(_0x2b2420),_0x3162a0=_0x2b2420['length'],_0x332a91={};return _0x332a91['hash']=_0x3547e1,_0x332a91['mask']=_0x3630ab,_0x332a91['count']=_0x3162a0,_0x332a91;};}async function getSubPixelRendering(){try{return await getIframePool()['execute']((_0x2bc53d,_0x2eff53)=>{const _0x4d3606=_0x2eff53['document'],_0x22c3c7=_0x4d3606['createElement']('div');_0x22c3c7['style']['border']='.5px\x20dotted\x20transparent',_0x4d3606['body']['appendChild'](_0x22c3c7);const _0x291aa4=_0x22c3c7['offsetHeight'];return _0x4d3606['body']['removeChild'](_0x22c3c7),_0x291aa4;});}catch{return null;}}function getSupportedConstraints(){try{const _0x489601=navigator['mediaDevices'];if(_0x489601===undefined||typeof _0x489601['getSupportedConstraints']!=='function')return undefined;return Object['keys'](_0x489601['getSupportedConstraints']());}catch{return undefined;}}function getSvgEmojiSignal(){let _0x42e1fc='';for(let _0x4af82c=0x1f600;_0x4af82c<=0x1f64f;_0x4af82c++){_0x42e1fc+=String['fromCodePoint'](_0x4af82c);}return getIframePool()['execute']((_0x4dfcaf,_0x423a0b)=>{const _0x48d2e8=_0x423a0b['document'],_0x2fc9c8='http://www.w3.org/2000/svg',_0x55f5f1=_0x48d2e8['createElementNS'](_0x2fc9c8,'svg');_0x55f5f1['setAttribute']('width','0'),_0x55f5f1['setAttribute']('height','0'),_0x55f5f1['style']['position']='absolute',_0x55f5f1['style']['visibility']='hidden';const _0x339514=_0x48d2e8['createElementNS'](_0x2fc9c8,'text');_0x339514['setAttribute']('x','0'),_0x339514['setAttribute']('y','50'),_0x339514['setAttribute']('font-size','16'),_0x339514['textContent']=_0x42e1fc,_0x55f5f1['appendChild'](_0x339514),_0x48d2e8['body']['appendChild'](_0x55f5f1);const _0x48d98e=_0x423a0b['getComputedStyle'](_0x339514)['getPropertyValue']('font-family');let _0x510515=null;try{const _0x1f62c8=_0x339514['getBBox']();_0x510515={'x':round(_0x1f62c8['x']),'y':round(_0x1f62c8['y']),'width':round(_0x1f62c8['width']),'height':round(_0x1f62c8['height'])};}catch{}let _0x3dda46=null;try{const _0x3a9cb0=_0x339514,_0x3e3e44=_0x3a9cb0['getExtentOfChar'](0x0);_0x3dda46={'x':round(_0x3e3e44['x']),'y':round(_0x3e3e44['y']),'width':round(_0x3e3e44['width']),'height':round(_0x3e3e44['height'])};}catch{}let _0x43ccf1=null;try{const _0x313e57=_0x339514;_0x43ccf1=round(_0x313e57['getSubStringLength'](0x0,0xa));}catch{}let _0x24bc18=null;try{const _0x3679f4=_0x339514;_0x24bc18=round(_0x3679f4['getComputedTextLength']());}catch{}_0x48d2e8['body']['removeChild'](_0x55f5f1);const _0x27a24f={};return _0x27a24f['bbox']=_0x510515,_0x27a24f['charExtent']=_0x3dda46,_0x27a24f['substringLength']=_0x43ccf1,_0x27a24f['computedTextLength']=_0x24bc18,_0x27a24f['font']=_0x48d98e,_0x27a24f;});}function round(_0x5be3cb){return Math['round'](_0x5be3cb*0x64)/0x64;}const _0x39c5a7={};_0x39c5a7['contentType']='video/mp4;\x20codecs=\x22avc1.42E01E\x22',_0x39c5a7['width']=0x780,_0x39c5a7['height']=0x438,_0x39c5a7['bitrate']=0x4c4b40,_0x39c5a7['framerate']=0x1e;const _0x36886b={};_0x36886b['type']='file',_0x36886b['video']=_0x39c5a7;const _0x3e4049={};_0x3e4049['contentType']='video/webm;\x20codecs=\x22vp8\x22',_0x3e4049['width']=0x780,_0x3e4049['height']=0x438,_0x3e4049['bitrate']=0x4c4b40,_0x3e4049['framerate']=0x1e;const _0x563d9c={};_0x563d9c['type']='file',_0x563d9c['video']=_0x3e4049;const _0xba145a={};_0xba145a['contentType']='video/webm;\x20codecs=\x22vp09.00.10.08\x22',_0xba145a['width']=0x780,_0xba145a['height']=0x438,_0xba145a['bitrate']=0x4c4b40,_0xba145a['framerate']=0x1e;const _0x4591e8={};_0x4591e8['type']='file',_0x4591e8['video']=_0xba145a;const _0x5cf1e4={};_0x5cf1e4['contentType']='video/mp4;\x20codecs=\x22av01.0.05M.08\x22',_0x5cf1e4['width']=0x780,_0x5cf1e4['height']=0x438,_0x5cf1e4['bitrate']=0x4c4b40,_0x5cf1e4['framerate']=0x1e;const _0xdedc75={};_0xdedc75['type']='file',_0xdedc75['video']=_0x5cf1e4;const _0x5f57ba={};_0x5f57ba['contentType']='video/mp4;\x20codecs=\x22hvc1.1.6.L93.B0\x22',_0x5f57ba['width']=0x780,_0x5f57ba['height']=0x438,_0x5f57ba['bitrate']=0x4c4b40,_0x5f57ba['framerate']=0x1e;const _0x425fb3={};_0x425fb3['type']='file',_0x425fb3['video']=_0x5f57ba;const _0x4431ab={};_0x4431ab['contentType']='video/mp4;\x20codecs=\x22avc1.640033\x22',_0x4431ab['width']=0xf00,_0x4431ab['height']=0x870,_0x4431ab['bitrate']=0x1312d00,_0x4431ab['framerate']=0x3c;const _0xb57cc3={};_0xb57cc3['type']='file',_0xb57cc3['video']=_0x4431ab;const _0x13675d={};_0x13675d['contentType']='video/webm;\x20codecs=\x22vp09.02.10.10\x22',_0x13675d['width']=0xf00,_0x13675d['height']=0x870,_0x13675d['bitrate']=0x1312d00,_0x13675d['framerate']=0x3c;const _0x43a819={};_0x43a819['type']='file',_0x43a819['video']=_0x13675d;const _0x5a9f5c={};_0x5a9f5c['contentType']='video/mp4;\x20codecs=\x22av01.0.12M.10\x22',_0x5a9f5c['width']=0xf00,_0x5a9f5c['height']=0x870,_0x5a9f5c['bitrate']=0x1312d00,_0x5a9f5c['framerate']=0x3c;const _0x43e91c={};_0x43e91c['type']='file',_0x43e91c['video']=_0x5a9f5c;const CODEC_CONFIGS=[_0x36886b,_0x563d9c,_0x4591e8,_0xdedc75,_0x425fb3,_0xb57cc3,_0x43a819,_0x43e91c];async function getVideoCodecs(){if(!('mediaCapabilities'in navigator))return null;return Promise['all'](CODEC_CONFIGS['map'](async _0x1f131=>{try{const _0x431ed8=await navigator['mediaCapabilities']['decodingInfo'](_0x1f131);let _0x5bd370=0x0;if(_0x431ed8['supported'])_0x5bd370|=0x1;if(_0x431ed8['smooth'])_0x5bd370|=0x2;if(_0x431ed8['powerEfficient'])_0x5bd370|=0x4;return _0x5bd370;}catch(_0x495270){return _0x495270 instanceof Error?_0x495270['message']:String(_0x495270);}}));}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 _0x1177c9=0x0;for(const _0x4f5cdc of FEATURE_MODULES$1){_0x1177c9<<=0x1,WebAssembly['validate'](Uint8Array['of'](...WASM_PREFIX$1,..._0x4f5cdc)['buffer'])&&(_0x1177c9|=0x1);}return _0x1177c9;}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 _0x287ffb=Date['now']();let _0x30ae14=null,_0x3c8b1c=null;try{const _0x70761e={};_0x70761e['type']='application/javascript';const _0x36c34e=new Blob([WORKER_SOURCE],_0x70761e);_0x3c8b1c=URL['createObjectURL'](_0x36c34e),_0x30ae14=new Worker(_0x3c8b1c);}catch{if(_0x3c8b1c!==null)URL['revokeObjectURL'](_0x3c8b1c);return _0x30ae14?.['terminate'](),null;}const _0x5f39a1=_0x30ae14;try{const _0x1a0d1b=await new Promise(_0x1999ba=>{const _0x169a95=setTimeout(()=>_0x1999ba(undefined),WORKER_PROBE_TIMEOUT_MS);_0x5f39a1['onmessage']=_0x6ae7da=>{clearTimeout(_0x169a95),_0x6ae7da['data']['ok']&&typeof _0x6ae7da['data']['mask']==='number'?_0x1999ba(_0x6ae7da['data']['mask']):_0x1999ba(undefined);},_0x5f39a1['onerror']=()=>{clearTimeout(_0x169a95),_0x1999ba(undefined);},_0x5f39a1['postMessage']('probe');});return{'mask':_0x1a0d1b,'durationMs':Date['now']()-_0x287ffb};}finally{_0x5f39a1['terminate']();if(_0x3c8b1c!==null)URL['revokeObjectURL'](_0x3c8b1c);}};}const _0x2d1e57={};_0x2d1e57['conditionalCreate']='cc',_0x2d1e57['conditionalGet']='cg',_0x2d1e57['hybridTransport']='ht',_0x2d1e57['passkeyPlatformAuthenticator']='ppa',_0x2d1e57['userVerifyingPlatformAuthenticator']='uvpa',_0x2d1e57['relatedOrigins']='ro',_0x2d1e57['signalAllAcceptedCredentials']='saac',_0x2d1e57['signalCurrentUserDetails']='scud',_0x2d1e57['signalUnknownCredential']='suc',_0x2d1e57['extension:credProps']='ecp',_0x2d1e57['extension:prf']='ep',_0x2d1e57['extension:appid']='eai',_0x2d1e57['extension:appidExclude']='eaie',_0x2d1e57['extension:credBlob']='ecb',_0x2d1e57['extension:credProtect']='ecpr',_0x2d1e57['extension:hmacSecret']='ehs',_0x2d1e57['extension:largeBlob']='elb',_0x2d1e57['extension:minPinLength']='empl',_0x2d1e57['extension:payment']='epy';const CAPABILITY_SHORT_CODE=_0x2d1e57;function getPublicKeyCredential(){if(typeof window==='undefined')return null;const _0xfae73a=window['PublicKeyCredential'];if(!_0xfae73a||typeof _0xfae73a['getClientCapabilities']!=='function')return null;return _0xfae73a;}function getWebAuthnCapabilities(){const _0x2b884b=getPublicKeyCredential();if(_0x2b884b===null||_0x2b884b['getClientCapabilities']===undefined)return null;const _0x292080=_0x2b884b['getClientCapabilities'];return async()=>{let _0x4d8870;try{_0x4d8870=await _0x292080();}catch{return null;}if(_0x4d8870===null||typeof _0x4d8870!=='object')return null;const _0x2c6253={};for(const [_0x5b5091,_0x4d36d5]of Object['entries'](_0x4d8870)){const _0x117405=CAPABILITY_SHORT_CODE[_0x5b5091];if(_0x117405!==undefined)_0x2c6253[_0x117405]=_0x4d36d5===!![];}return _0x2c6253;};}const _0x4d38c2={};_0x4d38c2['codec']='avc1.42001E',_0x4d38c2['width']=0x780,_0x4d38c2['height']=0x438,_0x4d38c2['label']='h264-baseline-1080';const _0x227242={};_0x227242['codec']='avc1.4D0032',_0x227242['width']=0xf00,_0x227242['height']=0x870,_0x227242['label']='h264-main-4k';const _0x18d4e7={};_0x18d4e7['codec']='avc1.640033',_0x18d4e7['width']=0xf00,_0x18d4e7['height']=0x870,_0x18d4e7['label']='h264-high-4k';const _0x3daadc={};_0x3daadc['codec']='hev1.1.6.L150.B0',_0x3daadc['width']=0x780,_0x3daadc['height']=0x438,_0x3daadc['label']='hevc-main-1080';const _0x4539b0={};_0x4539b0['codec']='hev1.2.4.L153.B0',_0x4539b0['width']=0xf00,_0x4539b0['height']=0x870,_0x4539b0['label']='hevc-main10-4k';const _0x5cb2bd={};_0x5cb2bd['codec']='hev1.1.6.L180.B0',_0x5cb2bd['width']=0x1e00,_0x5cb2bd['height']=0x10e0,_0x5cb2bd['label']='hevc-main-8k';const _0x5d29ce={};_0x5d29ce['codec']='vp09.00.40.08',_0x5d29ce['width']=0x780,_0x5d29ce['height']=0x438,_0x5d29ce['label']='vp9-profile0-1080';const _0x47589f={};_0x47589f['codec']='vp09.02.40.10',_0x47589f['width']=0xf00,_0x47589f['height']=0x870,_0x47589f['label']='vp9-profile2-4k-10bit';const _0x12c544={};_0x12c544['codec']='av01.0.08M.08',_0x12c544['width']=0x780,_0x12c544['height']=0x438,_0x12c544['label']='av1-main-1080';const _0x339548={};_0x339548['codec']='av01.0.12M.10',_0x339548['width']=0xf00,_0x339548['height']=0x870,_0x339548['label']='av1-main-4k-10bit';const _0x339a18={};_0x339a18['codec']='av01.0.16M.10',_0x339a18['width']=0x1e00,_0x339a18['height']=0x10e0,_0x339a18['label']='av1-main-8k-10bit';const _0xe95a96={};_0xe95a96['codec']='vp8',_0xe95a96['width']=0x780,_0xe95a96['height']=0x438,_0xe95a96['label']='vp8-1080';const CODEC_TESTS=[_0x4d38c2,_0x227242,_0x18d4e7,_0x3daadc,_0x4539b0,_0x5cb2bd,_0x5d29ce,_0x47589f,_0x12c544,_0x339548,_0x339a18,_0xe95a96];async function getWebCodecsHardware(){try{const _0xcd54cc=window['VideoDecoder'];if(!_0xcd54cc||typeof _0xcd54cc['isConfigSupported']!=='function')return null;const _0x548fc2=_0xcd54cc['isConfigSupported']['bind'](_0xcd54cc),_0x54fe12=[],_0x6d4684=CODEC_TESTS['map'](async _0xa1baef=>{try{const _0x11a874={};_0x11a874['codec']=_0xa1baef['codec'],_0x11a874['codedWidth']=_0xa1baef['width'],_0x11a874['codedHeight']=_0xa1baef['height'],_0x11a874['hardwareAcceleration']='prefer-hardware';const _0x247124=_0x11a874,_0x2c5bb4=await Promise['race']([_0x548fc2(_0x247124),new Promise(_0x39eca2=>setTimeout(()=>_0x39eca2(null),0x1f4))]);if(_0x2c5bb4?.['supported']===!![]){const _0xb25375=_0x2c5bb4['config'],_0x224f91=_0xb25375?.['hardwareAcceleration'];(_0x224f91==='prefer-hardware'||_0x224f91===undefined)&&_0x54fe12['push'](_0xa1baef['label']);}}catch{}});return await Promise['all'](_0x6d4684),_0x54fe12['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:_0x5354ae}){const _0x229288=getWebGLContext(_0x5354ae);if(!_0x229288)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x229288))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x4d2853=shouldAvoidDebugRendererInfo()?null:_0x229288['getExtension'](rendererInfoExtensionName);return{'version':getParamString(_0x229288,_0x229288['VERSION']),'vendor':getParamString(_0x229288,_0x229288['VENDOR']),'vendorUnmasked':_0x4d2853!==null?getParamString(_0x229288,_0x4d2853['UNMASKED_VENDOR_WEBGL']):'','renderer':getParamString(_0x229288,_0x229288['RENDERER']),'rendererUnmasked':_0x4d2853!==null?getParamString(_0x229288,_0x4d2853['UNMASKED_RENDERER_WEBGL']):'','shadingLanguageVersion':getParamString(_0x229288,_0x229288['SHADING_LANGUAGE_VERSION'])};}function getWebGlExtensions({cache:_0x23b9ba}){const _0x1e3079=getWebGLContext(_0x23b9ba);if(!_0x1e3079)return STATUS_NO_GL_CONTEXT;if(!isValidParameterGetter(_0x1e3079))return STATUS_GET_PARAMETER_NOT_A_FUNCTION;const _0x2d2362=_0x1e3079['getSupportedExtensions'](),_0x30c592=_0x1e3079['getContextAttributes'](),_0x5cbd26=[],_0x308580=[],_0xf6b56=[],_0x1b8df3=[],_0x3bb354=[];if(_0x30c592)for(const _0x2eb140 of Object['keys'](_0x30c592)){_0x308580['push'](_0x2eb140+'='+_0x30c592[_0x2eb140]);}const _0x81d3f0=getConstantsFromPrototype(_0x1e3079);for(const _0x3e886b of _0x81d3f0){const _0x2f4ef1=_0x1e3079[_0x3e886b],_0x20c7ee=validContextParameters['has'](_0x2f4ef1)?'='+String(_0x1e3079['getParameter'](_0x2f4ef1)):'';_0xf6b56['push'](_0x3e886b+'='+_0x2f4ef1+_0x20c7ee);}if(_0x2d2362!==null)for(const _0x935820 of _0x2d2362){if(_0x935820===rendererInfoExtensionName&&shouldAvoidDebugRendererInfo()||_0x935820===polygonModeExtensionName&&shouldAvoidPolygonModeExtensions())continue;const _0x45e875=_0x1e3079['getExtension'](_0x935820);if(_0x45e875===null){_0x5cbd26['push'](_0x935820);continue;}for(const _0x369fcb of getConstantsFromPrototype(_0x45e875)){const _0x57e8b4=_0x45e875[_0x369fcb],_0x4f6501=validExtensionParams['has'](_0x57e8b4)?'='+String(_0x1e3079['getParameter'](_0x57e8b4)):'';_0x1b8df3['push'](_0x369fcb+'='+_0x57e8b4+_0x4f6501);}}for(const _0x3ed001 of shaderTypes){for(const _0x3524de of precisionTypes){const _0x296562=getShaderPrecision(_0x1e3079,_0x3ed001,_0x3524de);_0x3bb354['push'](_0x3ed001+'.'+_0x3524de+'='+_0x296562['join'](','));}}_0x1b8df3['sort'](),_0xf6b56['sort']();const _0x39e29e={};return _0x39e29e['contextAttributes']=_0x308580,_0x39e29e['parameters']=_0xf6b56,_0x39e29e['shaderPrecisions']=_0x3bb354,_0x39e29e['extensions']=_0x2d2362,_0x39e29e['extensionParameters']=_0x1b8df3,_0x39e29e['unsupportedExtensions']=_0x5cbd26,_0x39e29e;}function getWebGLContext(_0x4ad1fc){if(_0x4ad1fc['webgl'])return _0x4ad1fc['webgl']['context'];const _0x30444f=document['createElement']('canvas');let _0x2893c5;_0x30444f['addEventListener']('webglCreateContextError',()=>_0x2893c5=undefined);for(const _0x4c255c of['webgl','experimental-webgl']){try{_0x2893c5=_0x30444f['getContext'](_0x4c255c);}catch{}if(_0x2893c5)break;}const _0x24ce5a={};return _0x24ce5a['context']=_0x2893c5,_0x4ad1fc['webgl']=_0x24ce5a,_0x2893c5;}function getShaderPrecision(_0x1f59fa,_0x2c4e9a,_0x4db66f){const _0x47cd5a=_0x1f59fa['getShaderPrecisionFormat'](_0x1f59fa[_0x2c4e9a],_0x1f59fa[_0x4db66f]);return _0x47cd5a?[_0x47cd5a['rangeMin'],_0x47cd5a['rangeMax'],_0x47cd5a['precision']]:[];}function getConstantsFromPrototype(_0x51ba4c){const _0x3b6f55=Object['getPrototypeOf'](_0x51ba4c);if(_0x3b6f55===null)return[];const _0x4d90e7=Object['keys'](_0x3b6f55);return _0x4d90e7['filter'](isConstantLike);}function isConstantLike(_0x23caba){return typeof _0x23caba==='string'&&!_0x23caba['match'](/[^A-Z0-9_x]/);}function shouldAvoidDebugRendererInfo(){return isGecko();}function shouldAvoidPolygonModeExtensions(){return isChromium()||isWebKit();}function getParamString(_0x4afdeb,_0x1d38e2){const _0x2e4a1e=_0x4afdeb['getParameter'](_0x1d38e2);if(_0x2e4a1e===undefined||_0x2e4a1e===null)return'';return String(_0x2e4a1e);}function isValidParameterGetter(_0x1ca08b){return typeof _0x1ca08b['getParameter']==='function';}const _0x21a83={};_0x21a83['dHash']='',_0x21a83['imageMurHash']='',_0x21a83['unstable']=![];const EMPTY=_0x21a83;function getWebGlCanvas(){try{const _0x10338c=document['createElement']('canvas');_0x10338c['width']=0x100,_0x10338c['height']=0x100;const _0x3208e8=_0x10338c['getContext']('webgl')??_0x10338c['getContext']('experimental-webgl');if(!_0x3208e8||!(_0x3208e8 instanceof WebGLRenderingContext))return EMPTY;renderTriangle(_0x3208e8);const _0x2ab42e=computeDHash(_0x10338c),_0x8cdba4=_0x10338c['toDataURL'](),_0x5f0deb=_0x10338c['toDataURL']();if(_0x8cdba4!==_0x5f0deb){const _0x10db21={};return _0x10db21['dHash']=_0x2ab42e,_0x10db21['imageMurHash']='',_0x10db21['unstable']=!![],_0x10db21;}return{'dHash':_0x2ab42e,'imageMurHash':x64hash128(_0x8cdba4),'unstable':![]};}catch{return EMPTY;}}function renderTriangle(_0x3a1ba0){_0x3a1ba0['clearColor'](0x0,0x0,0x1,0x1);const _0x287ab4=_0x3a1ba0['createProgram']();if(_0x287ab4===null)return;const _0x37ac13=_0x287ab4;function _0x3a53ce(_0x42d47d,_0x2327f6){const _0x1e8fd6=_0x3a1ba0['createShader'](_0x42d47d);if(_0x1e8fd6===null)return;_0x3a1ba0['shaderSource'](_0x1e8fd6,_0x2327f6),_0x3a1ba0['compileShader'](_0x1e8fd6),_0x3a1ba0['attachShader'](_0x37ac13,_0x1e8fd6);}_0x3a53ce(_0x3a1ba0['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);}'),_0x3a53ce(_0x3a1ba0['FRAGMENT_SHADER'],'void\x20main(){gl_FragColor=vec4(1,0,0,1);}'),_0x3a1ba0['linkProgram'](_0x287ab4),_0x3a1ba0['useProgram'](_0x287ab4),_0x3a1ba0['enableVertexAttribArray'](0x0);const _0x12a806=_0x3a1ba0['getUniformLocation'](_0x287ab4,'t'),_0x5ac3c0=_0x3a1ba0['createBuffer']();_0x3a1ba0['bindBuffer'](_0x3a1ba0['ARRAY_BUFFER'],_0x5ac3c0),_0x3a1ba0['bufferData'](_0x3a1ba0['ARRAY_BUFFER'],new Float32Array([0x0,0x1,-0x1,-0x1,0x1,-0x1]),_0x3a1ba0['STATIC_DRAW']),_0x3a1ba0['vertexAttribPointer'](0x0,0x2,_0x3a1ba0['FLOAT'],![],0x0,0x0),_0x3a1ba0['clear'](_0x3a1ba0['COLOR_BUFFER_BIT']),_0x3a1ba0['uniform1f'](_0x12a806,3.65),_0x3a1ba0['drawArrays'](_0x3a1ba0['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(_0x240795){const _0x500705=_0x240795['info'];if(_0x500705!==null&&_0x500705!==undefined)return _0x500705;const _0x2d2aa4=_0x240795['requestAdapterInfo'];if(typeof _0x2d2aa4==='function')try{return await _0x2d2aa4['call'](_0x240795);}catch{return null;}return null;}async function getWebGlExtended(){try{const {getCachedGpuAdapter:_0x2d68d5}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x5286a2=_0x2d68d5();if(_0x5286a2===null)return null;const _0xf6d888=await _0x5286a2;if(!_0xf6d888)return null;const _0x448dcf=_0xf6d888['limits'],_0x3dacd5=[];for(const _0x50f5ce of GPU_LIMIT_NAMES){if(_0x448dcf&&_0x50f5ce in _0x448dcf){const _0x563338=_0x448dcf[_0x50f5ce];_0x3dacd5['push'](typeof _0x563338==='number'?_0x563338:null);}else _0x3dacd5['push'](null);}const _0x2b963a=await getAdapterInfo(_0xf6d888);let _0x3076b8=null,_0x508d9c=null;_0x2b963a!==null&&(_0x3076b8=typeof _0x2b963a['description']==='string'?_0x2b963a['description']:null,_0x508d9c=typeof _0x2b963a['device']==='string'?_0x2b963a['device']:null);const _0x497203='isFallbackAdapter'in _0xf6d888?Boolean(_0xf6d888['isFallbackAdapter']):null,_0x3c9439={};return _0x3c9439['ds']=_0x3076b8,_0x3c9439['dv']=_0x508d9c,_0x3c9439['f']=_0x497203,_0x3c9439['l']=_0x3dacd5,_0x3c9439;}catch{return null;}}const AH_TOKEN='34047',KH_BLACKLIST=new Set(['32926','32928']);function transformParameters(_0x3571ad){return _0x3571ad['map'](_0x532f19=>{const _0x17e331=_0x532f19['split']('=',0x3),_0x289035=_0x17e331[0x0],_0x890b7d=_0x17e331[0x1],_0x2a81eb=_0x17e331[0x2];if(_0x2a81eb!==undefined||_0x890b7d!==undefined&&KH_BLACKLIST['has'](_0x890b7d))return _0x289035+'('+(_0x890b7d??'')+')=null';return _0x532f19;});}function transformExtensionParameters(_0x12941d){return _0x12941d['map'](_0x21d971=>{const _0x2a2584=_0x21d971['split']('=',0x3),_0x4712ff=_0x2a2584[0x0],_0x525363=_0x2a2584[0x1],_0xfc75f2=_0x2a2584[0x2];if(_0xfc75f2!==undefined&&_0x525363!==AH_TOKEN)return _0x4712ff+'('+(_0x525363??'')+')='+_0xfc75f2;return _0x21d971;});}function getWebGlExtensionsHashed({cache:_0x1becf8}){const _0x3ebb81={};_0x3ebb81['cache']=_0x1becf8;const _0x1733ac=getWebGlExtensions(_0x3ebb81);if(typeof _0x1733ac==='number')return _0x1733ac;const {contextAttributes:_0x2a4a9c,parameters:_0x55d30f,shaderPrecisions:_0x5939ee,extensions:_0x53dea1,extensionParameters:_0x5da62e,unsupportedExtensions:_0x1cae48}=_0x1733ac,_0x4b5ac5=_0x53dea1??[],_0x59bb5c=transformParameters(_0x55d30f),_0xcdc5a6=transformExtensionParameters(_0x5da62e);return{'contextAttributes':x64hash128(_0x2a4a9c['join']('&')),'parameters':x64hash128(_0x59bb5c['join']('&')),'parameters2':x64hash128(_0x55d30f['join']('&')),'shaderPrecisions':x64hash128(_0x5939ee['join']('&')),'extensions':x64hash128(_0x4b5ac5['join'](',')),'extensionParameters':x64hash128(_0xcdc5a6['join'](',')),'extensionParameters2':x64hash128(_0x5da62e['join']('&')),'unsupportedExtensions':_0x1cae48,'extensionsList':_0x4b5ac5};}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 _0x5ee989=document['createElement']('canvas');_0x5ee989['width']=SIZE,_0x5ee989['height']=SIZE;const _0x15865a=_0x5ee989['getContext']('webgl')??_0x5ee989['getContext']('experimental-webgl');if(!_0x15865a)return null;const _0x1fb1b2=buildProgram(_0x15865a);if(!_0x1fb1b2)return null;const _0xff2464=buildSphere();renderSphere(_0x15865a,_0x1fb1b2,_0xff2464);const _0x43a242=_0x5ee989['toDataURL'](),_0x479ee8=_0x5ee989['toDataURL']();if(_0x43a242!==_0x479ee8)return null;return fnv1a(_0x43a242);}catch{return null;}}function buildProgram(_0x4cadc2){const _0x5d1716=_0x4cadc2['createProgram'](),_0x52b541=_0x4cadc2['createShader'](_0x4cadc2['VERTEX_SHADER']),_0x3d4f57=_0x4cadc2['createShader'](_0x4cadc2['FRAGMENT_SHADER']);if(_0x52b541===null||_0x3d4f57===null)return null;_0x4cadc2['shaderSource'](_0x52b541,VERT_SHADER),_0x4cadc2['compileShader'](_0x52b541),_0x4cadc2['attachShader'](_0x5d1716,_0x52b541),_0x4cadc2['shaderSource'](_0x3d4f57,FRAG_SHADER),_0x4cadc2['compileShader'](_0x3d4f57),_0x4cadc2['attachShader'](_0x5d1716,_0x3d4f57),_0x4cadc2['linkProgram'](_0x5d1716);if(_0x4cadc2['getProgramParameter'](_0x5d1716,_0x4cadc2['LINK_STATUS'])!==!![])return null;return _0x5d1716;}function buildSphere(){const _0x5e7c9a=[],_0x46a07d=[],_0x2449e2=[];for(let _0xd3b7d1=0x0;_0xd3b7d1<=LAT_BANDS;_0xd3b7d1++){const _0x1e1714=_0xd3b7d1*Math['PI']/LAT_BANDS,_0x3d7b98=Math['sin'](_0x1e1714),_0x5f4783=Math['cos'](_0x1e1714);for(let _0x14b055=0x0;_0x14b055<=LON_BANDS;_0x14b055++){const _0x55110c=_0x14b055*0x2*Math['PI']/LON_BANDS,_0x2a1ed1=_0x3d7b98*Math['cos'](_0x55110c),_0x491d4d=_0x5f4783,_0x209718=_0x3d7b98*Math['sin'](_0x55110c);_0x46a07d['push'](_0x2a1ed1,_0x491d4d,_0x209718),_0x5e7c9a['push'](_0x2a1ed1*RADIUS,_0x491d4d*RADIUS,_0x209718*RADIUS);}}for(let _0x9fbd6c=0x0;_0x9fbd6c<LAT_BANDS;_0x9fbd6c++){for(let _0x158122=0x0;_0x158122<LON_BANDS;_0x158122++){const _0x3c1723=_0x9fbd6c*(LON_BANDS+0x1)+_0x158122,_0x220399=_0x3c1723+LON_BANDS+0x1;_0x2449e2['push'](_0x3c1723,_0x220399,_0x3c1723+0x1),_0x2449e2['push'](_0x220399,_0x220399+0x1,_0x3c1723+0x1);}}return{'vertices':new Float32Array(_0x5e7c9a),'normals':new Float32Array(_0x46a07d),'indices':new Uint16Array(_0x2449e2)};}function renderSphere(_0x1f9f2d,_0x4dd22b,_0x214161){_0x1f9f2d['useProgram'](_0x4dd22b),_0x1f9f2d['viewport'](0x0,0x0,SIZE,SIZE),_0x1f9f2d['clearColor'](0x0,0x0,0x0,0x1),_0x1f9f2d['enable'](_0x1f9f2d['DEPTH_TEST']),_0x1f9f2d['clear'](_0x1f9f2d['COLOR_BUFFER_BIT']|_0x1f9f2d['DEPTH_BUFFER_BIT']);const _0x4709fc=_0x1f9f2d['createBuffer']();_0x1f9f2d['bindBuffer'](_0x1f9f2d['ARRAY_BUFFER'],_0x4709fc),_0x1f9f2d['bufferData'](_0x1f9f2d['ARRAY_BUFFER'],_0x214161['vertices'],_0x1f9f2d['STATIC_DRAW']);const _0x2d499d=_0x1f9f2d['getAttribLocation'](_0x4dd22b,'aPosition');_0x1f9f2d['enableVertexAttribArray'](_0x2d499d),_0x1f9f2d['vertexAttribPointer'](_0x2d499d,0x3,_0x1f9f2d['FLOAT'],![],0x0,0x0);const _0x16b88d=_0x1f9f2d['createBuffer']();_0x1f9f2d['bindBuffer'](_0x1f9f2d['ARRAY_BUFFER'],_0x16b88d),_0x1f9f2d['bufferData'](_0x1f9f2d['ARRAY_BUFFER'],_0x214161['normals'],_0x1f9f2d['STATIC_DRAW']);const _0x2a6e54=_0x1f9f2d['getAttribLocation'](_0x4dd22b,'aNormal');_0x1f9f2d['enableVertexAttribArray'](_0x2a6e54),_0x1f9f2d['vertexAttribPointer'](_0x2a6e54,0x3,_0x1f9f2d['FLOAT'],![],0x0,0x0);const _0x30a0d1=_0x1f9f2d['createBuffer']();_0x1f9f2d['bindBuffer'](_0x1f9f2d['ELEMENT_ARRAY_BUFFER'],_0x30a0d1),_0x1f9f2d['bufferData'](_0x1f9f2d['ELEMENT_ARRAY_BUFFER'],_0x214161['indices'],_0x1f9f2d['STATIC_DRAW']);const _0x5ba257=Math['PI']/0x6,_0x41bb60=0x1,_0x1f7e3e=0.1,_0x2b70f8=0x64,_0x1b3de4=0x1/Math['tan'](_0x5ba257/0x2),_0x526576=new Float32Array([_0x1b3de4/_0x41bb60,0x0,0x0,0x0,0x0,_0x1b3de4,0x0,0x0,0x0,0x0,(_0x2b70f8+_0x1f7e3e)/(_0x1f7e3e-_0x2b70f8),-0x1,0x0,0x0,0x2*_0x2b70f8*_0x1f7e3e/(_0x1f7e3e-_0x2b70f8),0x0]),_0x242dbc=new Float32Array([0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,-0xa,0x1]),_0x43ddb4=multiplyMat4(_0x526576,_0x242dbc);_0x1f9f2d['uniformMatrix4fv'](_0x1f9f2d['getUniformLocation'](_0x4dd22b,'uMVMatrix'),![],_0x242dbc),_0x1f9f2d['uniformMatrix4fv'](_0x1f9f2d['getUniformLocation'](_0x4dd22b,'uMVPMatrix'),![],_0x43ddb4),_0x1f9f2d['uniform4f'](_0x1f9f2d['getUniformLocation'](_0x4dd22b,'uLightPos'),0xa,0xa,0xa,0x1),_0x1f9f2d['uniform3f'](_0x1f9f2d['getUniformLocation'](_0x4dd22b,'uKd'),0.9,0.5,0.3),_0x1f9f2d['uniform3f'](_0x1f9f2d['getUniformLocation'](_0x4dd22b,'uLd'),0x1,0x1,0x1),_0x1f9f2d['drawElements'](_0x1f9f2d['TRIANGLES'],_0x214161['indices']['length'],_0x1f9f2d['UNSIGNED_SHORT'],0x0);}function multiplyMat4(_0x5a610b,_0x359625){const _0xce90b6=new Float32Array(0x10);for(let _0x5724de=0x0;_0x5724de<0x4;_0x5724de++){for(let _0x168570=0x0;_0x168570<0x4;_0x168570++){_0xce90b6[_0x168570*0x4+_0x5724de]=0x0;for(let _0x28dd9d=0x0;_0x28dd9d<0x4;_0x28dd9d++){_0xce90b6[_0x168570*0x4+_0x5724de]+=_0x5a610b[_0x28dd9d*0x4+_0x5724de]*_0x359625[_0x168570*0x4+_0x28dd9d];}}}return _0xce90b6;}function fnv1a(_0x25f7d3){let _0x14654d=0x811c9dc5;for(let _0x1f2b6c=0x0;_0x1f2b6c<_0x25f7d3['length'];_0x1f2b6c++){_0x14654d^=_0x25f7d3['charCodeAt'](_0x1f2b6c),_0x14654d+=(_0x14654d<<0x1)+(_0x14654d<<0x4)+(_0x14654d<<0x7)+(_0x14654d<<0x8)+(_0x14654d<<0x18);}return _0x14654d>>>0x0;}let cached=null;function getCachedGpuAdapter(){if(typeof navigator==='undefined')return null;const _0x2b38ce=navigator['gpu'];if(_0x2b38ce===undefined||_0x2b38ce===null)return null;const _0x299f51=_0x2b38ce['requestAdapter'];if(typeof _0x299f51!=='function')return null;return cached===null&&(cached=((async()=>{try{const _0x42d62c=await _0x299f51['call'](_0x2b38ce);return _0x42d62c===null||_0x42d62c===undefined?null:_0x42d62c;}catch{return null;}})())),cached;}function resetCachedGpuAdapter(){cached=null;}const _0x26f519={};_0x26f519['__proto__']=null,_0x26f519['getCachedGpuAdapter']=getCachedGpuAdapter,_0x26f519['resetCachedGpuAdapter']=resetCachedGpuAdapter;var webgpuAdapter=Object['freeze'](_0x26f519);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 _0x45a328=getCachedGpuAdapter();if(_0x45a328===null)return null;const _0x2a68f2=await _0x45a328;if(!_0x2a68f2)return null;const _0x2da109=_0x2a68f2['info'],_0x30c076=_0x2da109?.['vendor']??'',_0x2f92fe=_0x2da109?.['architecture']??'',_0x296214=_0x2da109?.['device']??'',_0x243e4a=_0x2da109?.['description']??'',_0x366cbf=[];_0x2a68f2['features']['forEach'](_0x4c6a66=>_0x366cbf['push'](_0x4c6a66)),_0x366cbf['sort']();const _0x378b44={};for(const _0x451098 of DISCRIMINATING_LIMITS){_0x451098 in _0x2a68f2['limits']&&(_0x378b44[_0x451098]=_0x2a68f2['limits'][_0x451098]);}const _0x2dc124={};return _0x2dc124['vendor']=_0x30c076,_0x2dc124['architecture']=_0x2f92fe,_0x2dc124['device']=_0x296214,_0x2dc124['description']=_0x243e4a,_0x2dc124['features']=_0x366cbf,_0x2dc124['limits']=_0x378b44,_0x2dc124;}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',_0x5c4a20={};_0x5c4a20['wgCount']=0x80,_0x5c4a20['wgSize']=0x40;const _0x38bb67={};_0x38bb67['wgCount']=0x100,_0x38bb67['wgSize']=0x40;const _0x389427={};_0x389427['wgCount']=0x80,_0x389427['wgSize']=0x80;const CONFIGS=[_0x5c4a20,_0x38bb67,_0x389427],LIMIT=0x3d0900,TRIALS=0x3,BINS=0x40;async function getWebGpuContention(){try{const {getCachedGpuAdapter:_0x3577cd}=await Promise['resolve']()['then'](function(){return webgpuAdapter;}),_0x547137=_0x3577cd();if(_0x547137===null)return null;const _0x143432=await _0x547137;if(_0x143432===null)return null;const _0x234dab=await _0x143432['requestDevice']();try{const _0x20dd0f=_0x234dab['queue'],_0x245d2b={};_0x245d2b['code']=SHADER;const _0x5a57f4=_0x234dab['createShaderModule'](_0x245d2b),_0x45aaff=await collectDistribution(_0x234dab,_0x20dd0f,_0x5a57f4),_0x2a583d=await collectDistribution(_0x234dab,_0x20dd0f,_0x5a57f4),_0x2e825d=cosine(_0x45aaff,_0x2a583d);if(_0x2e825d<0.8)return null;const _0x3bf912=_0x45aaff['map']((_0x3a745e,_0x1bdd02)=>(_0x3a745e+_0x2a583d[_0x1bdd02])/0x2);return _0x3bf912['map'](_0x3b271c=>Math['round'](_0x3b271c*0x2710)/0x2710);}finally{_0x234dab['destroy']();}}catch{return null;}}async function collectDistribution(_0xfc2dfd,_0x2fbbd3,_0xc60f57){const _0x1f6afc=[];for(const _0x1001b5 of CONFIGS){const _0x530142=[];for(let _0x5a44b2=0x0;_0x5a44b2<TRIALS;_0x5a44b2++){const _0x2ce242=await runTrial(_0xfc2dfd,_0x2fbbd3,_0xc60f57,_0x1001b5['wgCount'],_0x1001b5['wgSize'],LIMIT);_0x530142['push'](_0x2ce242);}const _0x5eeb08=medianOfTrials(_0x530142),_0x1338dc=normalize(_0x5eeb08),_0x2c39c1=downsample(_0x1338dc,BINS);_0x1f6afc['push'](..._0x2c39c1);}return _0x1f6afc;}function cosine(_0x42b588,_0x411526){let _0x35a2b6=0x0,_0x167868=0x0,_0x25ff17=0x0;for(let _0x367b26=0x0;_0x367b26<_0x42b588['length'];_0x367b26++){_0x35a2b6+=_0x42b588[_0x367b26]*_0x411526[_0x367b26],_0x167868+=_0x42b588[_0x367b26]*_0x42b588[_0x367b26],_0x25ff17+=_0x411526[_0x367b26]*_0x411526[_0x367b26];}const _0x576819=Math['sqrt'](_0x167868)*Math['sqrt'](_0x25ff17);return _0x576819===0x0?0x0:_0x35a2b6/_0x576819;}async function runTrial(_0x306fd5,_0x401a37,_0x146637,_0x39c2c8,_0x1545e0,_0x5addaa){const _0x5d1e57={};_0x5d1e57['WG_SIZE']=_0x1545e0;const _0xca5b2={};_0xca5b2['module']=_0x146637,_0xca5b2['entryPoint']='main',_0xca5b2['constants']=_0x5d1e57;const _0x3e2654={};_0x3e2654['layout']='auto',_0x3e2654['compute']=_0xca5b2;const _0x1eec68=_0x306fd5['createComputePipeline'](_0x3e2654),_0xe1ae7e=_0x39c2c8*0x4,_0x108cb9={};_0x108cb9['size']=0x4,_0x108cb9['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_DST'];const _0x140e5e=_0x306fd5['createBuffer'](_0x108cb9),_0x4b3fd9={};_0x4b3fd9['size']=_0xe1ae7e,_0x4b3fd9['usage']=GPUBufferUsage['STORAGE']|GPUBufferUsage['COPY_SRC']|GPUBufferUsage['COPY_DST'];const _0x539c7d=_0x306fd5['createBuffer'](_0x4b3fd9),_0x2a43ce={};_0x2a43ce['size']=0x10,_0x2a43ce['usage']=GPUBufferUsage['UNIFORM']|GPUBufferUsage['COPY_DST'];const _0x35c500=_0x306fd5['createBuffer'](_0x2a43ce),_0x935565={};_0x935565['size']=_0xe1ae7e,_0x935565['usage']=GPUBufferUsage['COPY_DST']|GPUBufferUsage['MAP_READ'];const _0x5cdff1=_0x306fd5['createBuffer'](_0x935565);try{_0x401a37['writeBuffer'](_0x140e5e,0x0,new Uint32Array([0x0])),_0x401a37['writeBuffer'](_0x539c7d,0x0,new Uint8Array(_0xe1ae7e)),_0x401a37['writeBuffer'](_0x35c500,0x0,new Uint32Array([_0x5addaa,0x0,0x0,0x0]));const _0x402ca6={};_0x402ca6['buffer']=_0x140e5e;const _0x23c657={};_0x23c657['binding']=0x0,_0x23c657['resource']=_0x402ca6;const _0x51da4b={};_0x51da4b['buffer']=_0x539c7d;const _0x1cc6b6={};_0x1cc6b6['binding']=0x1,_0x1cc6b6['resource']=_0x51da4b;const _0x3e55c4={};_0x3e55c4['buffer']=_0x35c500;const _0x4e6a78={};_0x4e6a78['binding']=0x2,_0x4e6a78['resource']=_0x3e55c4;const _0x45436b=_0x306fd5['createBindGroup']({'layout':_0x1eec68['getBindGroupLayout'](0x0),'entries':[_0x23c657,_0x1cc6b6,_0x4e6a78]}),_0x597d91=_0x306fd5['createCommandEncoder'](),_0x5cefb4=_0x597d91['beginComputePass']();_0x5cefb4['setPipeline'](_0x1eec68),_0x5cefb4['setBindGroup'](0x0,_0x45436b),_0x5cefb4['dispatchWorkgroups'](_0x39c2c8,0x1,0x1),_0x5cefb4['end'](),_0x597d91['copyBufferToBuffer'](_0x539c7d,0x0,_0x5cdff1,0x0,_0xe1ae7e),_0x401a37['submit']([_0x597d91['finish']()]),await _0x401a37['onSubmittedWorkDone'](),await _0x5cdff1['mapAsync'](GPUMapMode['READ']);const _0x3595e0=new Uint32Array(_0x5cdff1['getMappedRange']()['slice'](0x0));return _0x5cdff1['unmap'](),Array['from'](_0x3595e0);}finally{_0x140e5e['destroy'](),_0x539c7d['destroy'](),_0x35c500['destroy'](),_0x5cdff1['destroy']();}}function medianOfTrials(_0xfd016b){const _0x4e086c=_0xfd016b[0x0]['length'],_0x61bed4=new Array(_0x4e086c);for(let _0x19a46f=0x0;_0x19a46f<_0x4e086c;_0x19a46f++){const _0xf5c444=_0xfd016b['map'](_0x4fb2f7=>_0x4fb2f7[_0x19a46f])['sort']((_0x368819,_0x311c91)=>_0x368819-_0x311c91),_0xc5c29b=Math['floor'](_0xf5c444['length']/0x2);_0x61bed4[_0x19a46f]=_0xf5c444['length']%0x2?_0xf5c444[_0xc5c29b]:(_0xf5c444[_0xc5c29b-0x1]+_0xf5c444[_0xc5c29b])/0x2;}return _0x61bed4;}function normalize(_0x4c259b){const _0x34e71b=_0x4c259b['reduce']((_0xbc3ca7,_0x199940)=>_0xbc3ca7+_0x199940,0x0)||0x1;return _0x4c259b['map'](_0x2b87fa=>_0x2b87fa/_0x34e71b);}function downsample(_0x3ba190,_0x355c8c){const _0x630095=_0x3ba190['length'],_0x583eac=new Array(_0x355c8c)['fill'](0x0);for(let _0x3c6923=0x0;_0x3c6923<_0x630095;_0x3c6923++){_0x583eac[Math['floor'](_0x3c6923*_0x355c8c/_0x630095)]+=_0x3ba190[_0x3c6923];}const _0x45c9b2=_0x583eac['reduce']((_0x384711,_0x2f7c5c)=>_0x384711+_0x2f7c5c,0x0)||0x1;return _0x583eac['map'](_0xe90709=>_0xe90709/_0x45c9b2);}async function getWebRtcDevices(){const _0xd041d8=navigator['mediaDevices'];if(typeof navigator==='undefined'||_0xd041d8===undefined||typeof _0xd041d8['enumerateDevices']!=='function')return undefined;try{const _0xaadd28=await _0xd041d8['enumerateDevices']();let _0x3ed3d7=0x0,_0x30067a=0x0,_0x37c609=0x0;const _0x2326c5=[];for(const _0xcead69 of _0xaadd28){_0x2326c5['push'](_0xcead69['kind']);if(_0xcead69['kind']==='audioinput')_0x3ed3d7++;else{if(_0xcead69['kind']==='audiooutput')_0x30067a++;else _0x37c609++;}}const _0x1da2da=_0x2326c5['join'](',');let _0x16c534=0x0;for(let _0x15b155=0x0;_0x15b155<_0x1da2da['length'];_0x15b155++){_0x16c534=(_0x16c534<<0x5)-_0x16c534+_0x1da2da['charCodeAt'](_0x15b155)|0x0;}return{'audioInputCount':_0x3ed3d7,'audioOutputCount':_0x30067a,'videoInputCount':_0x37c609,'totalCount':_0xaadd28['length'],'kindsHash':(_0x16c534>>>0x0)['toString'](0x10)};}catch{return undefined;}}function getAncestorOrigins(){try{const _0x181901=window['location'],_0xf40c13=_0x181901['href'],_0x3ea7b9=_0x181901['ancestorOrigins'];let _0x59058b=null;if(_0x3ea7b9!==undefined&&_0x3ea7b9!==null){_0x59058b=[];for(let _0x5012ef=0x0;_0x5012ef<_0x3ea7b9['length'];_0x5012ef++){const _0x44b24d=_0x3ea7b9[_0x5012ef];if(typeof _0x44b24d==='string')_0x59058b['push'](_0x44b24d);}}const _0x5856ba={};return _0x5856ba['w']=_0xf40c13,_0x5856ba['l']=_0xf40c13,_0x5856ba['a']=_0x59058b,_0x5856ba;}catch{return null;}}const willPrintConsoleError=isAnyParentCrossOrigin;function getApplePayState(){const {ApplePaySession:_0x2a4622}=window;if(typeof _0x2a4622?.['canMakePayments']!=='function')return null;if(willPrintConsoleError())return null;try{return _0x2a4622['canMakePayments']();}catch(_0x1e99c7){if(_0x1e99c7 instanceof Error&&_0x1e99c7['name']==='InvalidAccessError'&&/\bfrom\b.*\binsecure\b/i['test'](_0x1e99c7['message']))return null;throw _0x1e99c7;}}async function getBatterySignal(){const _0x378fa0=navigator;if(typeof _0x378fa0['getBattery']!=='function')return null;try{const _0x472875=await _0x378fa0['getBattery']();if(_0x472875===undefined||_0x472875===null)return null;const _0x154daa=_0x472875['chargingTime'],_0x3c59f3=_0x472875['dischargingTime'];return{'level':_0x472875['level'],'charging':_0x472875['charging'],'ct':Number['isFinite'](_0x154daa)?_0x154daa:null,'dt':Number['isFinite'](_0x3c59f3)?_0x3c59f3:null};}catch{return null;}}let table=null;function getTable(){if(table)return table;table=new Uint32Array(0x100);for(let _0x40d5ce=0x0;_0x40d5ce<0x100;_0x40d5ce++){let _0x491196=_0x40d5ce;for(let _0x45c6cc=0x0;_0x45c6cc<0x8;_0x45c6cc++)_0x491196=_0x491196&0x1?0xedb88320^_0x491196>>>0x1:_0x491196>>>0x1;table[_0x40d5ce]=_0x491196;}return table;}function crc32(_0x2e29b3){const _0x354db3=getTable();let _0x10b284=0xffffffff;for(let _0x24fe82=0x0;_0x24fe82<_0x2e29b3['length'];_0x24fe82++){_0x10b284=_0x354db3[(_0x10b284^_0x2e29b3['charCodeAt'](_0x24fe82))&0xff]^_0x10b284>>>0x8;}return(_0x10b284^0xffffffff)>>>0x0;}function summarizePrototype(_0x302d4b){const _0x377470={};_0x377470['count']=0x0,_0x377470['hash']=0x0;if(!_0x302d4b)return _0x377470;try{const _0x1d367b=Object['getOwnPropertyNames'](_0x302d4b)['sort'](),_0x1ae91f=_0x1d367b['join'](',');return{'count':_0x1d367b['length'],'hash':crc32(_0x1ae91f)};}catch{const _0x4afe40={};return _0x4afe40['count']=0x0,_0x4afe40['hash']=0x0,_0x4afe40;}}function isNativeFunction$1(_0x4c6026){try{return typeof _0x4c6026==='function'&&/\[native code\]/['test'](Function['prototype']['toString']['call'](_0x4c6026));}catch{return![];}}function getBomEnumeration(){try{const _0xaeef2e=summarizePrototype(Navigator['prototype']),_0x25bfaf=summarizePrototype(Screen['prototype']),_0x582b2d=summarizePrototype(HTMLElement['prototype']),_0x1ab8e4=summarizePrototype(Document['prototype']),_0x271510={};_0x271510['count']=0x0,_0x271510['hash']=0x0;let _0x1803c8=_0x271510;typeof Performance!=='undefined'&&(_0x1803c8=summarizePrototype(Performance['prototype']));const _0x341f4a=_0xaeef2e['count']+_0x25bfaf['count']+_0x582b2d['count']+_0x1ab8e4['count']+_0x1803c8['count'],_0x191ceb=window,_0xbcabe='chrome'in window&&typeof _0x191ceb['chrome']==='object',_0x1ebe52=typeof navigator['brave']==='object',_0x425a02='__playwright'in _0x191ceb||'__selenium_unwrapped'in _0x191ceb||'__webdriver_evaluate'in _0x191ceb||'__nightmare'in _0x191ceb||'_phantom'in _0x191ceb||'__lastWatirAlert'in _0x191ceb;let _0x377fc9=!![];try{const _0x3ea962=navigator['plugins'];_0x377fc9=_0x3ea962['length']===PluginArray['prototype']['length']||Object['getOwnPropertyNames'](PluginArray['prototype'])['includes']('length');}catch{_0x377fc9=![];}let _0x2e171d=!![];try{const _0x4973b8=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x4973b8)_0x2e171d=![];else{if('value'in _0x4973b8)_0x2e171d=![];else _0x4973b8['get']?_0x2e171d=isNativeFunction$1(_0x4973b8['get']):_0x2e171d=![];}}catch{_0x2e171d=![];}const _0x57713f=typeof SharedWorker!=='undefined',_0xadc983=typeof Notification!=='undefined',_0x297db2={};_0x297db2['hasChrome']=_0xbcabe,_0x297db2['hasBraveShield']=_0x1ebe52,_0x297db2['hasAutomation']=_0x425a02,_0x297db2['pluginConsistent']=_0x377fc9,_0x297db2['webdriverNative']=_0x2e171d,_0x297db2['hasSharedWorker']=_0x57713f,_0x297db2['hasNotification']=_0xadc983;const _0x1a7aaa={};return _0x1a7aaa['nav']=_0xaeef2e,_0x1a7aaa['scr']=_0x25bfaf,_0x1a7aaa['html']=_0x582b2d,_0x1a7aaa['doc']=_0x1ab8e4,_0x1a7aaa['perf']=_0x1803c8,_0x1a7aaa['total']=_0x341f4a,_0x1a7aaa['markers']=_0x297db2,_0x1a7aaa;}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 _0x496375=navigator['connection'];if(_0x496375===undefined||_0x496375===null)return null;const _0x284ca8=typeof _0x496375['downlink']==='number'?_0x496375['downlink']:0x0,_0x199e4e=Math['round'](_0x284ca8*0xa)/0xa|0x0,_0x46f42e=_0x496375['metered']===!![],_0x128867={};return _0x128867['downlink']=_0x199e4e,_0x128867['metered']=_0x46f42e,_0x128867;}function getConnectionInfo(){try{const _0x4c561a=navigator['connection'];if(!_0x4c561a)return null;const _0x579e86=Object['getOwnPropertyDescriptor'](_0x4c561a,Symbol['toStringTag']);if(_0x579e86?.['configurable']===!![])return!![];for(let _0x709687=0x0;_0x709687<_0x4c561a['length'];_0x709687++){const _0x514748=Object['getOwnPropertyDescriptor'](_0x4c561a,_0x709687);if(_0x514748!==undefined&&(_0x514748['configurable']===!![]||_0x514748['enumerable']===!![]))return!![];}return![];}catch{return null;}}function getConnectionSaveData(){if(typeof navigator==='undefined')return null;const _0x12570f=navigator['connection'];if(_0x12570f===undefined||_0x12570f===null)return null;return _0x12570f['saveData']===!![];}const PROBE_VALUE='calc(0.207912px)';function getCssCalcResolved(){if(typeof document==='undefined')return null;const _0x37504c=document['createElement']('div');_0x37504c['style']['cssText']='width:'+PROBE_VALUE+';position:absolute;left:-9999px',document['body']['appendChild'](_0x37504c);let _0x19611f;try{_0x19611f=getComputedStyle(_0x37504c)['width'];}finally{_0x37504c['remove']();}return _0x19611f['startsWith']('0')||_0x19611f['startsWith']('calc')?PROBE_VALUE:_0x19611f;}function getCssRegisterProperty(){if(typeof window==='undefined')return null;const _0xef5a10=window['CSS'];if(_0xef5a10===undefined||_0xef5a10===null)return![];return typeof _0xef5a10['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(_0x13e1f5){return matchMedia('(prefers-contrast:\x20'+_0x13e1f5+')')['matches'];}function areCookiesEnabled(){const _0x2241b8=document;try{_0x2241b8['cookie']='cookietest=1;\x20SameSite=Strict;';const _0x1ca78c=_0x2241b8['cookie']['indexOf']('cookietest=')!==-0x1;return _0x2241b8['cookie']='cookietest=1;\x20SameSite=Strict;\x20expires=Thu,\x2001-Jan-1970\x2000:00:01\x20GMT',_0x1ca78c;}catch{return![];}}function getCssSupports(){if(typeof CSS==='undefined')return null;return CSS['supports']('backdrop-filter','blur(2px)');}function getDateTimeLocale(){const _0x424174=window['Intl'];if(_0x424174===undefined)return-0x1;const _0x3f62c0=_0x424174['DateTimeFormat'];if(_0x3f62c0===undefined)return-0x2;const _0x5e61e7=_0x3f62c0()['resolvedOptions']()['locale'];if(!_0x5e61e7&&_0x5e61e7!=='')return-0x3;return _0x5e61e7;}function getDeviceMemory(){return replaceNaN(toFloat(navigator['deviceMemory']),undefined);}function getDevicePixelRatio(){const _0x25683a=window['devicePixelRatio'];return _0x25683a??null;}function getDoNotTrack(){const _0x1e7c91=navigator['doNotTrack'];return _0x1e7c91??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 _0x358d5d=navigator['storage'];if(_0x358d5d===undefined||typeof _0x358d5d['getDirectory']!=='function')return undefined;return await _0x358d5d['getDirectory'](),!![];}catch{return![];}}const PROBE_FILENAME='default.ini',PROBE_TIMEOUT_MS$2=0xc8;function fsProbe(_0x4f36d4){return new Promise(_0x29afd3=>{const _0x27de99=new Image();let _0x32fbd3=![];const _0x1545d6=_0x2bc841=>{if(_0x32fbd3)return;_0x32fbd3=!![];const _0x5e8bdc={};_0x5e8bdc['n']=_0x4f36d4,_0x5e8bdc['l']=_0x2bc841,_0x29afd3(_0x5e8bdc);};_0x27de99['onload']=()=>_0x1545d6(_0x27de99['naturalWidth']|0x0),_0x27de99['onerror']=()=>_0x1545d6(-0x1),_0x27de99['src']='file:///'+_0x4f36d4+'?_='+Date['now'](),setTimeout(()=>_0x1545d6(-0x1),PROBE_TIMEOUT_MS$2);});}function getFilesystemUrlProbe(){if(typeof window==='undefined'||typeof Image!=='function')return null;if(typeof location!=='undefined'){const _0x31e9a9=location['protocol'];if(_0x31e9a9==='http:'||_0x31e9a9==='https:')return null;}return async()=>{const _0x222d05=await fsProbe(PROBE_FILENAME);return[_0x222d05];};}const POSITION_TIMEOUT_MS=0x2710;function getGeolocationProbe(){if(typeof navigator==='undefined')return null;const _0x6685c2=navigator['geolocation'];if(_0x6685c2===undefined||_0x6685c2===null)return null;const _0x3c0a5f=navigator['permissions'];if(!_0x3c0a5f||typeof _0x3c0a5f['query']!=='function')return null;const _0x10612b=_0x3c0a5f['query'];return async()=>{let _0x4bed99;try{const _0x31b93d={};_0x31b93d['name']='geolocation',_0x4bed99=(await _0x10612b['call'](_0x3c0a5f,_0x31b93d))['state'];}catch{return null;}const _0x49c5ae={};_0x49c5ae['state']='prompt';if(_0x4bed99==='prompt')return _0x49c5ae;const _0x5304fa={};_0x5304fa['state']='denied';if(_0x4bed99==='denied')return _0x5304fa;if(_0x4bed99!=='granted')return null;return new Promise(_0x4ea1b5=>{const _0x23e908={};_0x23e908['enableHighAccuracy']=!![],_0x23e908['timeout']=POSITION_TIMEOUT_MS,_0x23e908['maximumAge']=0x0,_0x6685c2['getCurrentPosition'](_0x430dac=>{const _0x8cdcf3=_0x430dac['coords'],_0x5c0605={};_0x5c0605['la']=_0x8cdcf3['latitude'],_0x5c0605['lo']=_0x8cdcf3['longitude'],_0x5c0605['al']=_0x8cdcf3['altitude'],_0x5c0605['ac']=_0x8cdcf3['accuracy'],_0x5c0605['alac']=_0x8cdcf3['altitudeAccuracy'],_0x5c0605['h']=_0x8cdcf3['heading'],_0x5c0605['s']=_0x8cdcf3['speed'],_0x5c0605['t']=_0x430dac['timestamp'],_0x4ea1b5(_0x5c0605);},_0x5d18a6=>{const _0xb164e7={};_0xb164e7['state']='denied';const _0x4e8476={};_0x4e8476['state']='timeout';const _0x3b2170={};_0x3b2170['state']='unavailable';if(_0x5d18a6['code']===0x1)_0x4ea1b5(_0xb164e7);else{if(_0x5d18a6['code']===0x3)_0x4ea1b5(_0x4e8476);else _0x4ea1b5(_0x3b2170);}},_0x23e908);});};}function areColorsForced(){if(doesMatch$3('active'))return!![];if(doesMatch$3('none'))return![];return undefined;}function doesMatch$3(_0x590e1b){return matchMedia('(forced-colors:\x20'+_0x590e1b+')')['matches'];}async function getFormControlFont(){if(!isGecko())return undefined;return getIframePool()['execute']((_0x39968a,_0xf5a965)=>{const _0x4408f6=_0xf5a965['document'],_0x2532cd=_0x4408f6['createElement']('input');_0x2532cd['type']='radio',_0x4408f6['body']['appendChild'](_0x2532cd);const _0x2eb113=_0xf5a965['getComputedStyle'](_0x2532cd)['getPropertyValue']('font-family');return _0x4408f6['body']['removeChild'](_0x2532cd),_0x2eb113||undefined;});}function getHardwareConcurrency(){const _0x5943c7=getUnstableHardwareConcurrency();if(_0x5943c7!==undefined&&isGecko()&&isGecko143OrNewer())return _0x5943c7>=0x8?0x8:0x4;return _0x5943c7;}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(_0x21e0f3){return matchMedia('(dynamic-range:\x20'+_0x21e0f3+')')['matches'];}async function getIncognitoDetection(){try{if(typeof navigator==='undefined')return null;return await new Promise((_0x1b92d8,_0x77c1f5)=>{let _0x177196='Unknown',_0x5625ba=![];const _0x34a667=_0x1fd9fb=>{if(_0x5625ba)return;_0x5625ba=!![];const _0x130197={};_0x130197['isPrivate']=_0x1fd9fb,_0x130197['browserName']=_0x177196,_0x1b92d8(_0x130197);},_0x28955e=()=>{const _0x5207fd=navigator['userAgent'];if(_0x5207fd['match'](/Chrome/)){if(navigator['brave']!==undefined)return'Brave';if(_0x5207fd['match'](/Edg/))return'Edge';if(_0x5207fd['match'](/OPR/))return'Opera';return'Chrome';}return'Chromium';},_0xc599c3=async()=>{try{const _0x2a82a3=navigator['storage'];await _0x2a82a3['getDirectory'](),_0x34a667(![]);}catch(_0x5dcf1c){const _0xe8824c=_0x5dcf1c instanceof Error&&typeof _0x5dcf1c['message']==='string'?_0x5dcf1c['message']:String(_0x5dcf1c);_0x34a667(_0xe8824c['includes']('unknown\x20transient\x20reason'));}},_0x11dee0=()=>{const _0x5b7021=String(Math['random']());try{const _0xb898ec=indexedDB['open'](_0x5b7021,0x1);_0xb898ec['onupgradeneeded']=_0x194496=>{const _0x1eed09=_0x194496['target']['result'],_0x3df517=_0x37a20b=>{_0x34a667(_0x37a20b);};try{const _0xdb7441={};_0xdb7441['autoIncrement']=!![],_0x1eed09['createObjectStore']('t',_0xdb7441)['put'](new Blob()),_0x3df517(![]);}catch(_0x34d849){const _0x104627=_0x34d849 instanceof Error&&typeof _0x34d849['message']==='string'?_0x34d849['message']:String(_0x34d849);if(_0x104627['includes']('are\x20not\x20yet\x20supported'))_0x3df517(!![]);else _0x3df517(![]);}finally{_0x1eed09['close'](),indexedDB['deleteDatabase'](_0x5b7021);}},_0xb898ec['onerror']=()=>_0x34a667(![]);}catch{_0x34a667(![]);}},_0x6d00cc=()=>{const _0x35e7f9=window['openDatabase'],_0x84414c=window['localStorage'];try{_0x35e7f9(null,null,null,null);}catch{_0x34a667(!![]);return;}try{_0x84414c['setItem']('test','1'),_0x84414c['removeItem']('test');}catch{_0x34a667(!![]);return;}_0x34a667(![]);},_0x4c320f=async()=>{const _0x14357f=navigator['storage'];if(typeof _0x14357f?.['getDirectory']==='function')await _0xc599c3();else navigator['maxTouchPoints']!==undefined?_0x11dee0():_0x6d00cc();},_0x95d6c2=()=>{const _0x24bf95=window;return _0x24bf95['performance']?.['memory']?.['jsHeapSizeLimit']??0x40000000;},_0x3704cf=()=>{const _0x4be3df=navigator['webkitTemporaryStorage'];_0x4be3df['queryUsageAndQuota']((_0x11641c,_0x27a4ac)=>{const _0x36981f=Math['round'](_0x27a4ac/(0x400*0x400)),_0x4df562=Math['round'](_0x95d6c2()/(0x400*0x400))*0x2;_0x34a667(_0x36981f<_0x4df562);},_0x37ef77=>_0x77c1f5(new Error('detectIncognito\x20somehow\x20failed\x20to\x20query\x20storage\x20quota:\x20'+_0x37ef77['message'])));},_0x8f2158=()=>{const _0xb545d0=window['webkitRequestFileSystem'];_0xb545d0(0x0,0x1,()=>_0x34a667(![]),()=>_0x34a667(!![]));},_0x223b78=()=>{self['Promise']!==undefined&&self['Promise']['allSettled']!==undefined?_0x3704cf():_0x8f2158();},_0x42eb54=async()=>{const _0xfb6ea7=navigator['storage'];if(typeof _0xfb6ea7?.['getDirectory']==='function'){try{await _0xfb6ea7['getDirectory'](),_0x34a667(![]);}catch(_0x154dda){const _0x3aced0=_0x154dda instanceof Error&&typeof _0x154dda['message']==='string'?_0x154dda['message']:String(_0x154dda);_0x34a667(_0x3aced0['includes']('Security\x20error'));}return;}const _0x6c3f4=indexedDB['open']('inPrivate');_0x6c3f4['onerror']=_0x2195e2=>{_0x6c3f4['error']!==null&&_0x6c3f4['error']['name']==='InvalidStateError'&&_0x2195e2['preventDefault'](),_0x34a667(!![]);},_0x6c3f4['onsuccess']=()=>{indexedDB['deleteDatabase']('inPrivate'),_0x34a667(![]);};},_0x645a62=()=>{_0x34a667(window['indexedDB']===undefined);},_0x5adfdb=async()=>{if(isSafariWebKit())_0x177196='Safari',await _0x4c320f();else{if(isChromium())_0x177196=_0x28955e(),_0x223b78();else{if(isGecko())_0x177196='Firefox',await _0x42eb54();else isTrident()||navigator['msSaveBlob']!==undefined?(_0x177196='Internet\x20Explorer',_0x645a62()):_0x77c1f5(new Error('detectIncognito\x20cannot\x20determine\x20the\x20browser'));}}};_0x5adfdb()['catch'](_0x77c1f5);});}catch{return null;}}const PROBE_TIMEOUT_MS$1=0x3e8;function getInstalledRelatedApps(){if(typeof navigator==='undefined')return null;const _0x526161=navigator['getInstalledRelatedApps'];if(typeof _0x526161!=='function')return null;return async()=>{const _0x285b30=((async()=>{try{const _0x2b0241=await _0x526161['call'](navigator);if(!Array['isArray'](_0x2b0241)||_0x2b0241['length']===0x0)return null;return _0x2b0241['length'];}catch{return null;}})()),_0x241ab3=new Promise(_0x4599ba=>setTimeout(()=>_0x4599ba(null),PROBE_TIMEOUT_MS$1));return Promise['race']([_0x285b30,_0x241ab3]);};}function getIndexedDB(){try{return window['indexedDB']!==undefined;}catch{return!![];}}async function getIndexedDbBlob(){if(typeof indexedDB==='undefined')return null;try{const _0x36c75a=await Promise['race']([new Promise(_0x16c6d1=>{try{const _0x4a7b44='mw_blob_test',_0xab3233='store',_0x46e8b3=indexedDB['deleteDatabase'](_0x4a7b44);_0x46e8b3['onsuccess']=_0x4713a4,_0x46e8b3['onerror']=_0x4713a4;function _0x4713a4(){try{const _0x52ece6=indexedDB['open'](_0x4a7b44,0x1);_0x52ece6['onupgradeneeded']=()=>{try{_0x52ece6['result']['createObjectStore'](_0xab3233);}catch{_0x16c6d1(null);}},_0x52ece6['onsuccess']=()=>{try{const _0x2401a9=_0x52ece6['result'],_0x2c4c07=_0x2401a9['transaction'](_0xab3233,'readwrite'),_0x1a70d3=_0x2c4c07['objectStore'](_0xab3233);try{const _0x1a4f86=_0x1a70d3['put'](new Blob(['test']),'blob_key');_0x1a4f86['onsuccess']=()=>{_0x2401a9['close']();try{indexedDB['deleteDatabase'](_0x4a7b44);}catch{}_0x16c6d1(![]);},_0x1a4f86['onerror']=()=>{_0x2401a9['close']();try{indexedDB['deleteDatabase'](_0x4a7b44);}catch{}const _0x2c7a50=_0x1a4f86['error']?.['message']??'';_0x16c6d1(_0x2c7a50['includes']('not\x20yet\x20supported')||_0x2c7a50['includes']('not\x20supported'));};}catch(_0x30f937){_0x2401a9['close']();try{indexedDB['deleteDatabase'](_0x4a7b44);}catch{}if(_0x30f937 instanceof DOMException){const _0x2e06d9=_0x30f937['message'];_0x16c6d1(_0x2e06d9['includes']('not\x20yet\x20supported')||_0x2e06d9['includes']('not\x20supported'));}else _0x16c6d1(null);}}catch{_0x16c6d1(null);}},_0x52ece6['onerror']=()=>{_0x16c6d1(null);};}catch{_0x16c6d1(null);}}}catch{_0x16c6d1(null);}}),new Promise(_0x1449a2=>setTimeout(()=>_0x1449a2(null),0x3e8))]);return _0x36c75a;}catch{return null;}}function areColorsInverted(){if(doesMatch$1('inverted'))return!![];if(doesMatch$1('none'))return![];return undefined;}function doesMatch$1(_0x13d493){return matchMedia('(inverted-colors:\x20'+_0x13d493+')')['matches'];}function getLanguages(){const _0x1985a6=navigator,_0xaa8351=[],_0x298651=_0x1985a6['language']??_0x1985a6['userLanguage']??_0x1985a6['browserLanguage']??_0x1985a6['systemLanguage'];_0x298651!==undefined&&_0xaa8351['push']([_0x298651]);if(Array['isArray'](_0x1985a6['languages']))!(isChromium()&&isChromium86OrNewer())&&_0xaa8351['push'](_0x1985a6['languages']);else{if(typeof _0x1985a6['languages']==='string'){const _0x4f61bf=_0x1985a6['languages'];_0x4f61bf!==''&&_0xaa8351['push'](_0x4f61bf['split'](','));}}return _0xaa8351;}function getLocalStorage(){try{return window['localStorage']!==undefined;}catch{return!![];}}function getIntlCurrency(){try{const _0xed8c92=window['Intl'],_0x47ecf5=_0xed8c92?.['NumberFormat'];if(_0x47ecf5===undefined)return null;try{const _0xb770e6={};_0xb770e6['style']='currency';const _0x49234d=new _0x47ecf5(undefined,_0xb770e6),_0x4835b0=_0x49234d['resolvedOptions']();if(typeof _0x4835b0['currency']==='string'&&_0x4835b0['currency']['length']===0x3)return _0x4835b0['currency']['toUpperCase']();}catch{}return null;}catch{return null;}}function getIntlMetadata(){try{const _0x1d2d82=window['Intl'],_0x536dbb=_0x1d2d82?.['DateTimeFormat'];if(_0x536dbb===undefined){const _0x4644e1={};return _0x4644e1['hourCycle']=null,_0x4644e1['numberingSystem']=null,_0x4644e1['calendar']=null,_0x4644e1;}const _0x5b68ef=new _0x536dbb()['resolvedOptions'](),_0x5bc8d7={};return _0x5bc8d7['hourCycle']=typeof _0x5b68ef['hourCycle']==='string'?_0x5b68ef['hourCycle']:null,_0x5bc8d7['numberingSystem']=typeof _0x5b68ef['numberingSystem']==='string'?_0x5b68ef['numberingSystem']:null,_0x5bc8d7['calendar']=typeof _0x5b68ef['calendar']==='string'?_0x5b68ef['calendar']:null,_0x5bc8d7;}catch{const _0x5840f2={};return _0x5840f2['hourCycle']=null,_0x5840f2['numberingSystem']=null,_0x5840f2['calendar']=null,_0x5840f2;}}function getLocaleCurrency(){try{const _0x3eb038=navigator['language'];if(!_0x3eb038)return null;const _0x3a0ef5={};_0x3a0ef5['style']='currency',_0x3a0ef5['currency']='USD';const _0x73d8a8=0x1['toLocaleString'](_0x3eb038,_0x3a0ef5),_0x2b7f4e={};_0x2b7f4e['style']='currency',_0x2b7f4e['currency']='USD';const _0x4c2944=0x1['toLocaleString'](undefined,_0x2b7f4e),_0x1ca913={};return _0x1ca913['match']=_0x73d8a8===_0x4c2944,_0x1ca913['explicit']=_0x73d8a8,_0x1ca913['implicit']=_0x4c2944,_0x1ca913;}catch{return null;}}const _0x5957fe={};_0x5957fe['any-hover']=['hover','none'],_0x5957fe['any-pointer']=['none','coarse','fine'],_0x5957fe['pointer']=['none','coarse','fine'],_0x5957fe['hover']=['hover','none'],_0x5957fe['update']=['fast','slow'],_0x5957fe['scripting']=['none','initial-only','enabled'];const queries=_0x5957fe;function getMediaQueries(){if(typeof matchMedia==='undefined')return{};const _0x5d3072={};for(const [_0x347841,_0x1cb860]of Object['entries'](queries)){for(const _0x2673f6 of _0x1cb860){if(matchMedia('('+_0x347841+':\x20'+_0x2673f6+')')['matches']){_0x5d3072[_0x347841]=_0x2673f6;break;}}}return _0x5d3072;}function getMediaSession(){try{const _0x3896aa=navigator['mediaSession'];if(_0x3896aa===undefined||_0x3896aa===null)return null;let _0x2d5a54=null;if(_0x3896aa['metadata']!==null&&_0x3896aa['metadata']!==undefined){const _0x16e03e=_0x3896aa['metadata']['artwork'],_0x106c73=Array['isArray'](_0x16e03e)?_0x16e03e['length']:0x0,_0x2c4c22={};_0x2c4c22['artworkCount']=_0x106c73,_0x2d5a54=_0x2c4c22;}const _0x56aee9={};return _0x56aee9['metadata']=_0x2d5a54,_0x56aee9['playbackState']=typeof _0x3896aa['playbackState']==='string'?_0x3896aa['playbackState']:'none',_0x56aee9['hasSetActionHandler']=typeof _0x3896aa['setActionHandler']==='function',_0x56aee9;}catch{return null;}}function getMimeTypes(){try{const _0x514b81=navigator['mimeTypes'];if(_0x514b81===undefined)return undefined;let _0x27918f=Object['getPrototypeOf'](_0x514b81)===MimeTypeArray['prototype'];for(let _0x17779d=0x0;_0x17779d<_0x514b81['length'];_0x17779d++){_0x27918f&&(_0x27918f=Object['getPrototypeOf'](_0x514b81[_0x17779d])===MimeType['prototype']);}return _0x27918f;}catch{return undefined;}}function getMimeTypesCount(){if(typeof navigator==='undefined')return null;const _0x427705=navigator['mimeTypes'];return _0x427705?.['length']??0x0;}function getNavigatorLanguages(){const _0x3567e0=navigator['languages'];return _0x3567e0??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 _0x3fc43b=window['RTCPeerConnection'];if(typeof _0x3fc43b!=='function')return null;return _0x3fc43b;}function getNetworkIceProbe(){const _0x23dd52=getRTCConstructor();if(_0x23dd52===null)return null;return()=>new Promise(_0x462c1d=>{let _0x146ba1=null,_0x2f1fc9=![],_0x351b7d=null;const _0x1699b8=_0x4a21ba=>{if(_0x2f1fc9)return;_0x2f1fc9=!![];if(_0x351b7d!==null)clearTimeout(_0x351b7d);if(_0x146ba1!==null)try{_0x146ba1['close']();}catch{}_0x462c1d(_0x4a21ba);};try{const _0x302e92={};_0x302e92['urls']=STUN_URL;const _0x60cacf={};_0x60cacf['iceServers']=[_0x302e92],_0x146ba1=new _0x23dd52(_0x60cacf),_0x146ba1['createDataChannel'](PROBE_DATA_CHANNEL_LABEL),_0x146ba1['onicecandidate']=_0x3111a8=>{if(_0x3111a8['candidate']===null)_0x1699b8(!![]);},_0x146ba1['onicecandidateerror']=()=>_0x1699b8(![]),_0x146ba1['createOffer']()['then'](_0x423548=>{if(_0x2f1fc9||_0x146ba1===null)return;return _0x146ba1['setLocalDescription'](_0x423548);})['catch'](()=>_0x1699b8(![])),_0x351b7d=setTimeout(()=>_0x1699b8(![]),PROBE_TIMEOUT_MS);}catch{_0x1699b8(![]);}});}function getNetworkRTT(){const _0x8f514=navigator;return _0x8f514['connection']?.['rtt']??null;}function getNotificationPresence(){return typeof window['Notification']!=='undefined';}function getOsCpu(){if(typeof navigator==='undefined')return null;const _0x5464c4=navigator['oscpu'];return _0x5464c4??null;}function getPageUrl(){try{if(typeof window==='undefined')return null;const _0x50c932={};return _0x50c932['l']=window['location']['href'],_0x50c932['f']='',[_0x50c932];}catch{return null;}}function isPdfViewerEnabled(){return navigator['pdfViewerEnabled'];}function getPerformanceMemory(){if(typeof performance==='undefined')return undefined;const _0x3c282c=performance['memory'];if(_0x3c282c===undefined||typeof _0x3c282c['jsHeapSizeLimit']!=='number')return undefined;return _0x3c282c['jsHeapSizeLimit'];}function getPerformanceNowMicroseconds(){if(typeof performance==='undefined'||typeof performance['now']!=='function')return null;return Math['floor'](performance['now']()*0x3e8);}function getPerformanceResolution(){const _0x4bff6a=window['performance'];if(typeof _0x4bff6a['now']!=='function')return null;let _0x298158=0x1,_0x48ea3f=0x1,_0x3f0dfc=_0x4bff6a['now'](),_0x3b0cac=_0x3f0dfc;for(let _0x1d39da=0x0;_0x1d39da<0xc350;_0x1d39da++){_0x3f0dfc=_0x3b0cac,_0x3b0cac=_0x4bff6a['now']();if(_0x3f0dfc<_0x3b0cac){const _0x524454=_0x3b0cac-_0x3f0dfc;if(_0x524454>_0x298158){if(_0x524454<_0x48ea3f)_0x48ea3f=_0x524454;}else _0x524454<_0x298158&&(_0x48ea3f=_0x298158,_0x298158=_0x524454);}}return[_0x298158,_0x48ea3f];}const permissionNames=['accelerometer','ambient-light-sensor','background-fetch','background-sync','bluetooth','camera','clipboard-read','clipboard-write','display-capture','geolocation','gyroscope','local-fonts','magnetometer','microphone','midi','nfc','notifications','payment-handler','persistent-storage','push','screen-wake-lock','speaker-selection','storage-access','window-management'],PERMISSION_QUERY_TIMEOUT_MS=0x3e8,PERMISSION_RETRIES=0x3,_0x2afaea={};_0x2afaea['kind']='timeout';const TIMEOUT_OUTCOME=_0x2afaea;async function getPermissions(){if(!('permissions'in navigator)||typeof navigator['permissions']['query']!=='function')return{};const _0x259802=[],_0x2d73cc=new Set();for(let _0x39b26a=0x0;_0x39b26a<PERMISSION_RETRIES;_0x39b26a++){const _0x4f5e03={},_0x4ad69a=permissionNames['filter'](_0x393b4f=>!_0x2d73cc['has'](_0x393b4f))['map'](async _0xc98acc=>{const _0x1dd2c7={};_0x1dd2c7['name']=_0xc98acc;const _0x55d11a=navigator['permissions']['query'](_0x1dd2c7)['then'](_0x1f24bc=>({'kind':'ok','state':_0x1f24bc['state']}),()=>({'kind':'unsupported'})),_0x50f9b1=await withTimeout(_0x55d11a,PERMISSION_QUERY_TIMEOUT_MS,TIMEOUT_OUTCOME);if(_0x50f9b1['kind']==='timeout')_0x2d73cc['add'](_0xc98acc);else _0x50f9b1['kind']==='ok'&&(_0x4f5e03[_0xc98acc]=_0x50f9b1['state']);});await Promise['all'](_0x4ad69a),_0x259802['push'](_0x4f5e03);}const _0x42674d={},_0x1f85e0=new Set(_0x259802['flatMap'](_0x5db8fd=>Object['keys'](_0x5db8fd)));for(const _0x315a60 of _0x1f85e0){const _0x1bb1f5={};for(const _0x49c8e7 of _0x259802){const _0x2f4858=_0x49c8e7[_0x315a60];_0x2f4858&&(_0x1bb1f5[_0x2f4858]=(_0x1bb1f5[_0x2f4858]||0x0)+0x1);}let _0x362633='',_0xec4b8d=0x0;for(const [_0x45f6d5,_0x36c37c]of Object['entries'](_0x1bb1f5)){_0x36c37c>_0xec4b8d&&(_0x362633=_0x45f6d5,_0xec4b8d=_0x36c37c);}_0x362633&&(_0x42674d[_0x315a60]=_0x362633);}return _0x42674d;}function getPlatform(){const {platform:_0x3c1b5d}=navigator;if(_0x3c1b5d==='MacIntel'){if(isWebKit()&&!isDesktopWebKit())return isIPad()?'iPad':'iPhone';}return _0x3c1b5d;}function getPluginPropsEnum(){if(!('plugins'in navigator))return undefined;const _0x216956=navigator['plugins'];let _0x57a8e8=Object['getPrototypeOf'](_0x216956)===PluginArray['prototype'];for(let _0x3070d1=0x0;_0x3070d1<_0x216956['length'];_0x3070d1++){_0x57a8e8&&(_0x57a8e8=Object['getPrototypeOf'](_0x216956[_0x3070d1])===Plugin['prototype']);}return _0x57a8e8;}function getPlugins(){if(!('plugins'in navigator))return undefined;const _0x10c1eb=navigator['plugins'],_0x43da80=[];for(let _0x20727c=0x0;_0x20727c<_0x10c1eb['length'];++_0x20727c){const _0x2c12fb=_0x10c1eb['item'](_0x20727c);if(_0x2c12fb===null)continue;const _0x5349bf=[];for(let _0x2be85b=0x0;_0x2be85b<_0x2c12fb['length'];++_0x2be85b){const _0xc30290=_0x2c12fb[_0x2be85b],_0xc16347={};_0xc16347['type']=_0xc30290['type'],_0xc16347['suffixes']=_0xc30290['suffixes'],_0x5349bf['push'](_0xc16347);}const _0xb91e3f={};_0xb91e3f['name']=_0x2c12fb['name'],_0xb91e3f['description']=_0x2c12fb['description'],_0xb91e3f['mimeTypes']=_0x5349bf,_0x43da80['push'](_0xb91e3f);}return _0x43da80;}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 _0x1bb92b=navigator['plugins'];if(typeof _0x1bb92b['length']!=='number')throw new Error('navigator.plugins.length\x20is\x20undefined');return _0x1bb92b['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(_0x36d9df){return matchMedia('(prefers-reduced-motion:\x20'+_0x36d9df+')')['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 _0x31feb2=()=>{const _0x475f03=getCurrentScreenFrame();if(isFrameSizeNull(_0x475f03)){screenFrameAttempts+=0x1;if(screenFrameAttempts>=MAX_FRAME_POLL_ATTEMPTS){screenFrameSizeTimeoutId=undefined;return;}screenFrameSizeTimeoutId=setTimeout(_0x31feb2,screenFrameCheckInterval);}else screenFrameBackup=_0x475f03,screenFrameSizeTimeoutId=undefined;};_0x31feb2();}function getUnstableScreenFrame(){return watchScreenFrame(),async()=>{let _0x373a50=getCurrentScreenFrame();if(isFrameSizeNull(_0x373a50)){if(screenFrameBackup)return[...screenFrameBackup];getFullscreenElement()&&(await exitFullscreen(),_0x373a50=getCurrentScreenFrame());}return!isFrameSizeNull(_0x373a50)&&(screenFrameBackup=_0x373a50),_0x373a50;};}function getScreenFrame(){const _0xabf0c1=isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit(),_0x209b58=isGecko()&&isGecko143OrNewer();if(_0xabf0c1||_0x209b58)return()=>Promise['resolve'](undefined);const _0x38b3d2=getUnstableScreenFrame();return async()=>{const _0x503c6e=await _0x38b3d2(),_0x414345=_0x3819b4=>_0x3819b4===null?null:round$1(_0x3819b4,roundingPrecision);return[_0x414345(_0x503c6e[0x0]),_0x414345(_0x503c6e[0x1]),_0x414345(_0x503c6e[0x2]),_0x414345(_0x503c6e[0x3])];};}function getCurrentScreenFrame(){const _0x3f8b72=screen;return[replaceNaN(toFloat(_0x3f8b72['availTop']),null),replaceNaN(toFloat(_0x3f8b72['width'])-toFloat(_0x3f8b72['availWidth'])-replaceNaN(toFloat(_0x3f8b72['availLeft']),0x0),null),replaceNaN(toFloat(_0x3f8b72['height'])-toFloat(_0x3f8b72['availHeight'])-replaceNaN(toFloat(_0x3f8b72['availTop']),0x0),null),replaceNaN(toFloat(_0x3f8b72['availLeft']),null)];}function isFrameSizeNull(_0x5037c8){for(let _0x16b91e=0x0;_0x16b91e<0x4;++_0x16b91e){if(_0x5037c8[_0x16b91e]!==null&&_0x5037c8[_0x16b91e]!==0x0)return![];}return!![];}async function getScreenIframe(){try{return await getIframePool()['execute']((_0x331183,_0x48ebc3)=>{const _0x2bde0c=_0x48ebc3['screen'],_0x51366c=_0xf09ee9=>{const _0x1291c1=parseInt(_0xf09ee9);return typeof _0x1291c1==='number'&&isNaN(_0x1291c1)?-0x1:_0x1291c1;};return{'w':_0x51366c(_0x2bde0c['width']),'h':_0x51366c(_0x2bde0c['height'])};});}catch{return null;}}function getScreenResolution(){if(isWebKit()&&isWebKit616OrNewer()&&isSafariWebKit())return undefined;return getUnstableScreenResolution();}function getUnstableScreenResolution(){const _0x37d19f=screen,_0x3c7d20=_0x5ea0c2=>replaceNaN(toInt(_0x5ea0c2),null),_0x466dcf=[_0x3c7d20(_0x37d19f['width']),_0x3c7d20(_0x37d19f['height'])];return _0x466dcf['sort']()['reverse'](),_0x466dcf;}const MIN_EVENTS=0x5,MAX_SAMPLES=0xc8,velocities=[];let lastY=0x0,lastTime=0x0,observing=![];function startObserving(){if(observing||typeof window==='undefined')return;observing=!![];const _0x548836={};_0x548836['passive']=!![],window['addEventListener']('scroll',()=>{const _0x232036=performance['now'](),_0x1af092=window['scrollY'];if(lastTime>0x0){const _0x5dc97b=_0x232036-lastTime;if(_0x5dc97b>0x0&&_0x5dc97b<0x1f4){const _0x3a9b57=Math['abs'](_0x1af092-lastY)/(_0x5dc97b/0x3e8);if(velocities['length']>=MAX_SAMPLES)velocities['shift']();velocities['push'](Math['round'](_0x3a9b57));}}lastY=_0x1af092,lastTime=_0x232036;},_0x548836);}function getScrollBehavior(){startObserving();if(velocities['length']<MIN_EVENTS)return Promise['resolve'](null);const _0x29b88b=[...velocities]['sort']((_0x32bef3,_0x4e89fc)=>_0x32bef3-_0x4e89fc),_0x5a8d59=_0x29b88b[Math['floor'](_0x29b88b['length']*0.5)]??0x0,_0x41a63a=_0x29b88b[Math['floor'](_0x29b88b['length']*0.9)]??0x0,_0x57c3d1={};return _0x57c3d1['p50']=_0x5a8d59,_0x57c3d1['p90']=_0x41a63a,_0x57c3d1['count']=_0x29b88b['length'],Promise['resolve'](_0x57c3d1);}async function getScrollbarWidth(){return getIframePool()['execute']((_0x1baee7,_0x4e1446)=>{const _0x337c0d=_0x4e1446['document'],_0x463309=_0x337c0d['createElement']('div');_0x463309['style']['width']='100px',_0x463309['style']['height']='100px',_0x463309['style']['overflow']='scroll',_0x463309['style']['visibility']='hidden',_0x337c0d['body']['appendChild'](_0x463309);const _0x2e0391=_0x463309['offsetWidth']===_0x463309['clientWidth'];return _0x337c0d['body']['removeChild'](_0x463309),_0x2e0391;});}function getSecureContext(){if(typeof window==='undefined')return null;const _0x21afd6=window['isSecureContext'];return _0x21afd6===!![];}function getServiceWorkerPresence(){if(typeof navigator==='undefined')return null;return typeof navigator['serviceWorker']!=='undefined';}const PROBE_KEY='_t';function getSessionStorage(){try{const _0x252621=window['sessionStorage'];if(_0x252621===null||_0x252621===undefined)return![];return _0x252621['setItem'](PROBE_KEY,'1'),_0x252621['removeItem'](PROBE_KEY),!![];}catch{return![];}}function getSharedArrayBuffer(){if(typeof window==='undefined')return null;const _0x176366=window['SharedArrayBuffer'];if(typeof _0x176366!=='function')return null;try{const _0xb65228=new _0x176366(0x1);if(_0xb65228['byteLength']===undefined)return null;return _0xb65228['byteLength'];}catch{return null;}}function getStandalonePwa(){if(typeof navigator==='undefined')return null;const _0x230b1b=navigator['standalone'];return _0x230b1b===!![];}function getStoragePersisted(){if(typeof navigator==='undefined')return null;const _0x136433=navigator['storage'],_0x19a1ec=_0x136433?.['persisted'];if(typeof _0x19a1ec!=='function')return()=>Promise['resolve'](![]);return async()=>{try{return await _0x19a1ec['call'](_0x136433)===!![];}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(_0x2e031a=>{let _0x370641=0x0;const _0x15c6a1=performance['now']();function _0x5ee146(){_0x370641++,_0x370641>=ITER||performance['now']()-_0x15c6a1>BUDGET_MS?_0x2e031a(_0x370641*0x4|0x0):setTimeout(_0x5ee146,0x0);}setTimeout(_0x5ee146,0x0);});}async function getStorageEstimate(){const _0x5dec2e=navigator['storage'];if(_0x5dec2e===undefined||typeof _0x5dec2e['estimate']!=='function')return null;try{const _0x4c9b54=await Promise['race']([_0x5dec2e['estimate'](),new Promise((_0x3b0acc,_0x53ab81)=>setTimeout(()=>_0x53ab81(new Error('timeout')),0x1f4))]);if(_0x4c9b54['quota']!==undefined&&_0x4c9b54['quota']>0x0)return Math['round'](_0x4c9b54['quota']/(0x64*0x400*0x400))*(0x64*0x400*0x400);return null;}catch{return null;}}async function getStorageQuota(){const _0xd1ae66=navigator['storage'];if(_0xd1ae66===undefined)return null;const _0x58878e=_0xd1ae66['getDirectory'];if(typeof _0x58878e!=='function')return null;try{const _0x3898c6=await Promise['race']([_0xd1ae66['getDirectory']()['then'](()=>'',_0x14ee44=>_0x14ee44 instanceof Error?_0x14ee44['message']:String(_0x14ee44)),new Promise((_0x3d6c39,_0x3290fc)=>setTimeout(()=>_0x3290fc(new Error('timeout')),0xfa))]);return _0x3898c6;}catch{return null;}}const _0x432934={};_0x432934['AccentColor']='ac',_0x432934['AccentColorText']='act',_0x432934['ActiveText']='at',_0x432934['ActiveBorder']='ab',_0x432934['ActiveCaption']='aca',_0x432934['AppWorkspace']='aw',_0x432934['Background']='b',_0x432934['ButtonHighlight']='bh',_0x432934['ButtonShadow']='bs',_0x432934['ButtonBorder']='bb',_0x432934['ButtonFace']='bf',_0x432934['ButtonText']='bt',_0x432934['FieldText']='ft',_0x432934['GrayText']='gt',_0x432934['Highlight']='h',_0x432934['HighlightText']='ht',_0x432934['InactiveBorder']='ib',_0x432934['InactiveCaption']='ic',_0x432934['InactiveCaptionText']='ict',_0x432934['InfoBackground']='infb',_0x432934['InfoText']='it',_0x432934['LinkText']='lt',_0x432934['Mark']='m',_0x432934['Menu']='me',_0x432934['Scrollbar']='s',_0x432934['ThreeDDarkShadow']='tdds',_0x432934['ThreeDFace']='tdf',_0x432934['ThreeDHighlight']='tdh',_0x432934['ThreeDLightShadow']='tdls',_0x432934['ThreeDShadow']='tds',_0x432934['VisitedText']='vt',_0x432934['Window']='w',_0x432934['WindowFrame']='wf',_0x432934['WindowText']='wt',_0x432934['Selecteditem']='si',_0x432934['Selecteditemtext']='sit';const systemColorMap=_0x432934;function getSystemColors(){return getIframePool()['execute']((_0x25cffc,_0x4ece3e)=>{const _0x13da3d=_0x4ece3e['document'];_0x13da3d['documentElement']['style']['colorScheme']='light';const _0x12aaac=_0x13da3d['createElement']('div');_0x13da3d['body']['appendChild'](_0x12aaac);const _0x24d884={};for(const _0x25d90d of Object['keys'](systemColorMap)){_0x12aaac['style']['color']=_0x25d90d,_0x24d884[systemColorMap[_0x25d90d]]=_0x4ece3e['getComputedStyle'](_0x12aaac)['color'];}return _0x13da3d['body']['removeChild'](_0x12aaac),_0x24d884;});}function getTimezone(){const _0x4d1f41=window['Intl'],_0x3a43b9=_0x4d1f41?.['DateTimeFormat'];if(_0x3a43b9!==undefined){const _0x2ed650=new _0x3a43b9()['resolvedOptions']()['timeZone'];if(_0x2ed650!=='')return _0x2ed650;}const _0x41716b=-getTimezoneOffset();return'UTC'+(_0x41716b>=0x0?'+':'')+_0x41716b;}function getTimezoneOffset(){const _0x567087=new Date()['getFullYear']();return Math['max'](toFloat(new Date(_0x567087,0x0,0x1)['getTimezoneOffset']()),toFloat(new Date(_0x567087,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 _0x5748e8=window['location']['href'],_0x2dde14=new URL(_0x5748e8),_0x16d141=[_0x2dde14['protocol'],_0x2dde14['hostname'],_0x2dde14['port'],_0x2dde14['pathname'],_0x2dde14['search'],_0x2dde14['hash']];return _0x16d141['map'](_0x5f36f9=>x64hash128(_0x5f36f9));}catch{return null;}}function getMeasuredTimezone(){let _0x5223c8='';try{const _0x38318c=window['Intl'],_0x42fe92=_0x38318c?.['DateTimeFormat'];_0x42fe92!==undefined&&(_0x5223c8=new _0x42fe92()['resolvedOptions']()['timeZone']);}catch{}const _0x435e3e=new Date()['getTimezoneOffset'](),_0x479816=new Date('July\x201,\x201113')['getTimezoneOffset'](),_0x4c662c=new Date()['getFullYear'](),_0x5bc6ac=new Date(_0x4c662c,0x0,0x1)['getTimezoneOffset'](),_0x3efd42=new Date(_0x4c662c,0x6,0x1)['getTimezoneOffset'](),_0x5863a6={};return _0x5863a6['reported']=_0x5223c8,_0x5863a6['offset']=_0x435e3e,_0x5863a6['historicalOffset']=_0x479816,_0x5863a6['janOffset']=_0x5bc6ac,_0x5863a6['julOffset']=_0x3efd42,_0x5863a6;}function getTouchSupport(){const _0x1c9b38=navigator;let _0x1f2ab9=0x0,_0x14298b;if('maxTouchPoints'in _0x1c9b38)_0x1f2ab9=toInt(_0x1c9b38['maxTouchPoints']);else _0x1c9b38['msMaxTouchPoints']!==undefined&&(_0x1f2ab9=_0x1c9b38['msMaxTouchPoints']??0x0);try{document['createEvent']('TouchEvent'),_0x14298b=!![];}catch{_0x14298b=![];}const _0x9afde9='ontouchstart'in window,_0x5e5ac4={};return _0x5e5ac4['maxTouchPoints']=_0x1f2ab9,_0x5e5ac4['touchEvent']=_0x14298b,_0x5e5ac4['touchStart']=_0x9afde9,_0x5e5ac4;}function getUserAgent(){return navigator['userAgent'];}function getUserAgentData(){const _0x4e9623=navigator['userAgentData'];return _0x4e9623!==undefined&&_0x4e9623!==null&&typeof _0x4e9623==='object';}function getVendor(){return navigator['vendor']||'';}function getWebSqlDatabase(){if(typeof window==='undefined')return null;const _0x367aa5=window['openDatabase'];return typeof _0x367aa5==='function';}function getWindowDimensions(){const _0x10034f={};return _0x10034f['outerWidth']=window['outerWidth'],_0x10034f['outerHeight']=window['outerHeight'],_0x10034f['innerWidth']=window['innerWidth'],_0x10034f['innerHeight']=window['innerHeight'],_0x10034f;}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 _0x27f1d8=window['AudioContext']??window['webkitAudioContext'];if(_0x27f1d8===undefined)return![];return typeof _0x27f1d8==='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 _0x2574f1=window['RTCPeerConnection']??window['webkitRTCPeerConnection'];if(_0x2574f1===undefined)return![];let _0x21d588=null;try{_0x21d588=new _0x2574f1();const _0x4a91b5=_0x21d588['createDataChannel']('lockdown-probe');return _0x4a91b5['close'](),!![];}catch{return![];}finally{_0x21d588?.['close']();}}function checkWebGl(){let _0x46ef3a=null;try{const _0x491c70=document['createElement']('canvas');return _0x46ef3a=_0x491c70['getContext']('webgl')??_0x491c70['getContext']('experimental-webgl')??_0x491c70['getContext']('webgl2'),_0x46ef3a!==null;}catch{return![];}finally{if(_0x46ef3a!==null)try{const _0x1dbb9e=_0x46ef3a['getExtension']('WEBGL_lose_context');_0x1dbb9e?.['loseContext']();}catch{}}}const EXPECTED=[0x0,0x7f,0xff,0xff];function getCanvasPow(){try{const _0x512d49=document['createElement']('canvas');_0x512d49['width']=0x10,_0x512d49['height']=0x10;const _0x3acecf=_0x512d49['getContext']('2d');if(_0x3acecf===null)return null;_0x3acecf['fillStyle']='rgba(0,\x20127,\x20255,\x201)',_0x3acecf['fillRect'](0x0,0x0,0x10,0x10);const _0x44b2ac=_0x3acecf['getImageData'](0x0,0x0,0x1,0x1),_0x94fac8=_0x44b2ac['data'];if(_0x94fac8['length']<0x4)return null;const _0x5b0839=[_0x94fac8[0x0],_0x94fac8[0x1],_0x94fac8[0x2],_0x94fac8[0x3]],_0x230aad=_0x5b0839[0x0]===EXPECTED[0x0]&&_0x5b0839[0x1]===EXPECTED[0x1]&&_0x5b0839[0x2]===EXPECTED[0x2]&&_0x5b0839[0x3]===EXPECTED[0x3],_0x59bcab={};return _0x59bcab['match']=_0x230aad,_0x59bcab['actual']=_0x5b0839,_0x59bcab['expected']=EXPECTED,_0x59bcab;}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 _0xed8b89={};return _0xed8b89['trapTriggered']=![],_0xed8b89['reliable']=![],_0xed8b89;}let _0x26325d=![];const _0x31e6f9={};_0x31e6f9['ownKeys']=function(){return _0x26325d=!![],[];};const _0x163d8d=new Proxy({},_0x31e6f9),_0x2360e3=Object['create'](_0x163d8d);try{NATIVE_CONSOLE_DEBUG(_0x2360e3);}catch{}const _0x300236={};return _0x300236['trapTriggered']=_0x26325d,_0x300236['reliable']=CACHED_DEBUG_IS_NATIVE,_0x300236;}catch{const _0x2d9715={};return _0x2d9715['trapTriggered']=![],_0x2d9715['reliable']=![],_0x2d9715;}}const WINDOW_EXACT_MARKERS=['_selenium','callSelenium','_Selenium_IDE_Recorder','webdriver','__puppeteer_evaluation_script__','__nightmare','_phantomas','__phantomas','_phantom','callPhantom','domAutomation','domAutomationController','webdriver-active'],DOCUMENT_EXACT_MARKERS=['__webdriver_evaluate','__selenium_evaluate','__driver_evaluate','__fxdriver_evaluate','__webdriver_unwrapped','__selenium_unwrapped','__driver_unwrapped','__fxdriver_unwrapped','__webdriver_script_function','__webdriver_script_func','__webdriver_script_fn'],PREFIX_MARKERS=['cdc_','$cdc_'],DOCUMENT_ELEMENT_ATTRS=['selenium','webdriver','driver'];function scanPrefixes(_0x58102a,_0x5994f3,_0x111e62){try{const _0x434e84=Object['getOwnPropertyNames'](_0x58102a);for(const _0x49044a of _0x434e84){for(const _0x4400ac of PREFIX_MARKERS){if(_0x49044a['startsWith'](_0x4400ac)){_0x111e62['push'](_0x5994f3+_0x49044a);break;}}}}catch{}}function getStealthMarkers(){const _0x5e7459=[];try{const _0x5a3243=window,_0x2d5dfd=typeof document!=='undefined'?document:null;for(const _0x5941a3 of WINDOW_EXACT_MARKERS){if(_0x5941a3 in _0x5a3243)_0x5e7459['push'](_0x5941a3);}if(_0x2d5dfd!==null)for(const _0x1e5680 of DOCUMENT_EXACT_MARKERS){if(_0x1e5680 in _0x2d5dfd)_0x5e7459['push']('document.'+_0x1e5680);}scanPrefixes(_0x5a3243,'',_0x5e7459);if(_0x2d5dfd!==null)scanPrefixes(_0x2d5dfd,'document.',_0x5e7459);if(typeof document!=='undefined')try{const _0x5d6e33=document['documentElement'];for(const _0x178d30 of DOCUMENT_ELEMENT_ATTRS){if(_0x5d6e33['hasAttribute'](_0x178d30))_0x5e7459['push']('documentElement['+_0x178d30+']');}}catch{}const _0x32a21b={};return _0x32a21b['detected']=_0x5e7459,_0x32a21b['count']=_0x5e7459['length'],_0x32a21b;}catch{const _0x4889c4={};return _0x4889c4['detected']=[],_0x4889c4['count']=0x0,_0x4889c4;}}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(_0x208a83){_0x208a83['style']['setProperty']('visibility','hidden','important'),_0x208a83['style']['setProperty']('display','block','important');}function buildElement(_0x451c6b,_0x3734ea){const [_0x27700e,_0x1eaa73]=parseSimpleCssSelector(_0x451c6b),_0x17a901=_0x3734ea['createElement'](_0x27700e??'div');for(const _0x3430af of Object['keys'](_0x1eaa73)){const _0x2a73=_0x1eaa73[_0x3430af]['join']('\x20');_0x3430af==='style'?addStyleString(_0x17a901['style'],_0x2a73):_0x17a901['setAttribute'](_0x3430af,_0x2a73);}return _0x17a901;}function getAdblockFilterMatch(){if(typeof window==='undefined'||typeof document==='undefined')return null;if(!isWebKit()||!isSafariWebKit())return null;return async()=>{try{const _0x53941a=[],_0x2986ce={};let _0x4e3845=0x0;for(const _0x4521b3 of Object['keys'](ADBLOCK_FILTER_LISTS)){const _0x12c37f=ADBLOCK_FILTER_LISTS[_0x4521b3],_0x115d31=_0x4e3845;for(const _0x23077f of _0x12c37f){_0x53941a['push'](_0x23077f),_0x4e3845+=0x1;}_0x2986ce[_0x4521b3]=[_0x115d31,_0x4e3845];}const _0x50c803=await getIframePool()['execute']((_0x1c70c1,_0x5ed5d1)=>{const _0x5dc9c2=_0x5ed5d1['document'],_0xca89eb=_0x5dc9c2['createElement']('div');applyHidden(_0xca89eb);const _0x41874c=[];for(const _0x303371 of _0x53941a){let _0x3cf5df;try{_0x3cf5df=buildElement(_0x303371,_0x5dc9c2);}catch{_0x3cf5df=_0x5dc9c2['createElement']('div');}if(_0x3cf5df['tagName']==='DIALOG')try{;_0x3cf5df['show']();}catch{}const _0x4ec503=_0x5dc9c2['createElement']('div');applyHidden(_0x4ec503),_0x4ec503['appendChild'](_0x3cf5df),_0xca89eb['appendChild'](_0x4ec503),_0x41874c['push'](_0x3cf5df);}_0x5dc9c2['body']['appendChild'](_0xca89eb);try{const _0x3c3e1b=[];for(const _0xaf8e5 of _0x41874c){_0x3c3e1b['push'](_0xaf8e5['offsetParent']===null);}return _0x3c3e1b;}finally{_0xca89eb['parentNode']?.['removeChild'](_0xca89eb);}}),_0x25eb4b=[];for(const _0x34648c of Object['keys'](_0x2986ce)){const [_0x1f115b,_0x53a0be]=_0x2986ce[_0x34648c],_0x1cabe5=_0x53a0be-_0x1f115b;if(_0x1cabe5===0x0)continue;let _0x4ef364=0x0;for(let _0x237db8=_0x1f115b;_0x237db8<_0x53a0be;_0x237db8+=0x1){if(_0x50c803[_0x237db8])_0x4ef364+=0x1;}_0x4ef364>BLOCK_THRESHOLD*_0x1cabe5&&_0x25eb4b['push'](_0x34648c);}return _0x25eb4b['sort'](),_0x25eb4b;}catch{return null;}};}function getBindToString(){try{return Function['prototype']['bind']['toString']();}catch{return'';}}function getCanvasModified(){try{const _0x9372e1=document['createElement']('canvas');_0x9372e1['width']=0x1,_0x9372e1['height']=0x1;const _0x122fb4=_0x9372e1['getContext']('2d');if(!_0x122fb4)return null;_0x122fb4['clearRect'](0x0,0x0,0x1,0x1);const _0x23a7b8=_0x122fb4['getImageData'](0x0,0x0,0x1,0x1)['data'];return _0x23a7b8[0x0]!==0x0||_0x23a7b8[0x1]!==0x0||_0x23a7b8[0x2]!==0x0||_0x23a7b8[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 _0x506ab0=window['getComputedStyle'](document['documentElement']);let _0x10873b=0x0;for(const _0x539fda of CSS_PROPERTIES){_0x506ab0['getPropertyValue'](_0x539fda)!==''&&_0x10873b++;}return _0x10873b>=0x4;}function getCreateElementDescriptor(){const _0x1c79c5=Object['getOwnPropertyDescriptor'](document,'createElement');return _0x1c79c5?!('writeable'in _0x1c79c5):null;}function getErrorStackFormat(){try{;null[0x0]();}catch(_0xfc6d49){if(_0xfc6d49 instanceof Error&&_0xfc6d49['stack']!==undefined)return _0xfc6d49['stack']['toString']();}return undefined;}function hasWindowProp(_0x167348){return _0x167348 in window;}function getExtensionDetection(){const _0x3ee18c=[['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__')]],_0x114d2c=[];let _0x57359a='';for(const [_0x10f8b1,_0x33ddc0]of _0x3ee18c){let _0x55a975=![];try{_0x55a975=_0x33ddc0();}catch{}_0x55a975&&_0x114d2c['push'](_0x10f8b1),_0x57359a+=_0x55a975?'1':'0';}const _0x291e4d={};return _0x291e4d['detected']=_0x114d2c,_0x291e4d['bitmask']=_0x57359a,_0x291e4d;}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(_0xb9b264,_0x23a0de){let _0x17d478=null,_0x2b468f=null;if(typeof CSS!=='undefined'&&typeof CSS['supports']==='function')for(const [_0x39ea82,_0x7ec4e5,_0x58c0c0]of _0xb9b264){try{const _0x587bba=_0x7ec4e5===''?CSS['supports'](_0x39ea82):CSS['supports'](_0x39ea82,_0x7ec4e5);_0x587bba&&(_0x17d478===null||_0x58c0c0>_0x17d478)&&(_0x17d478=_0x58c0c0);}catch{}}for(const [_0x2de98f,_0x93544d]of _0x23a0de){try{_0x2de98f()&&(_0x2b468f===null||_0x93544d>_0x2b468f)&&(_0x2b468f=_0x93544d);}catch{}}const _0x20ec6b={};return _0x20ec6b['cssVersion']=_0x17d478,_0x20ec6b['jsVersion']=_0x2b468f,_0x20ec6b;}function parseUAVersion(_0x17e461){const _0x391f95=navigator['userAgent'];if(_0x17e461==='chromium'){const _0x452e6a=/Chrom(?:e|ium)\/(\d+)/['exec'](_0x391f95);return _0x452e6a?parseInt(_0x452e6a[0x1],0xa):null;}if(_0x17e461==='gecko'){const _0x4ecb4e=/Firefox\/(\d+)/['exec'](_0x391f95);return _0x4ecb4e?parseInt(_0x4ecb4e[0x1],0xa):null;}if(_0x17e461==='webkit'){const _0x3cb628=/Version\/(\d+)/['exec'](_0x391f95);return _0x3cb628?parseInt(_0x3cb628[0x1],0xa):null;}return null;}function getFeatureVersion(){let _0xd06fc6='unknown';try{if(isChromium())_0xd06fc6='chromium';else{if(isGecko())_0xd06fc6='gecko';else isWebKit()&&(_0xd06fc6='webkit');}}catch{return null;}if(_0xd06fc6==='unknown'){const _0x5e3842={};return _0x5e3842['cssVersion']=null,_0x5e3842['jsVersion']=null,_0x5e3842['uaVersion']=null,_0x5e3842['mismatch']=![],_0x5e3842['engine']=_0xd06fc6,_0x5e3842;}let _0x2264f4,_0x4f54f6;if(_0xd06fc6==='chromium')_0x2264f4=CHROMIUM_CSS,_0x4f54f6=CHROMIUM_JS;else _0xd06fc6==='gecko'?(_0x2264f4=GECKO_CSS,_0x4f54f6=GECKO_JS):(_0x2264f4=WEBKIT_CSS,_0x4f54f6=WEBKIT_JS);const {cssVersion:_0x4edc59,jsVersion:_0x19a1ef}=detectVersion(_0x2264f4,_0x4f54f6),_0x29856a=parseUAVersion(_0xd06fc6);let _0xc9d67d=![];if(_0x29856a!==null){const _0x368b51=Math['max'](_0x4edc59??0x0,_0x19a1ef??0x0);_0x368b51>0x0&&_0x29856a-_0x368b51>0x14&&(_0xc9d67d=!![]);}const _0x4abd49={};return _0x4abd49['cssVersion']=_0x4edc59,_0x4abd49['jsVersion']=_0x19a1ef,_0x4abd49['uaVersion']=_0x29856a,_0x4abd49['mismatch']=_0xc9d67d,_0x4abd49['engine']=_0xd06fc6,_0x4abd49;}function getGetterProxyDetection(){try{const _0x4710f1=Object['getOwnPropertyDescriptor'](Object['getPrototypeOf'](navigator),'hardwareConcurrency');if(!_0x4710f1?.['get'])return null;const _0x32c13e=Function['prototype']['toString']['call'](_0x4710f1['get']);return!/\{\s*\[native code\]\s*\}/['test'](_0x32c13e);}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 _0x30863f={},_0x52340e={};for(const [_0x58ce8c,_0x5ced1f]of GETTER_TARGETS){const _0x178a1b=window[_0x58ce8c];if(_0x178a1b===null||_0x178a1b===undefined||typeof _0x178a1b!=='object')continue;for(const _0x13a71f of _0x5ced1f){try{const _0x90aefd=Object['getOwnPropertyDescriptor'](_0x178a1b,_0x13a71f)?.['get']?.['toString']();_0x90aefd!==undefined&&(_0x30863f[_0x58ce8c+'.'+_0x13a71f]=_0x90aefd);}catch{}}}for(const _0x388812 of TAMPER_CHECK_PROPS){try{const _0x4a1985=Object['getOwnPropertyDescriptor'](navigator,_0x388812);if(_0x4a1985!==undefined){const _0x57c1ee={};if(_0x4a1985['writable']===!![])_0x57c1ee['writable']=!![];if(_0x4a1985['configurable']===!![])_0x57c1ee['configurable']=!![];(_0x57c1ee['writable']===!![]||_0x57c1ee['configurable']===!![])&&(_0x52340e[_0x388812]=_0x57c1ee);}}catch{}}const _0x7ed2d8={};return _0x7ed2d8['overrides']=_0x30863f,_0x7ed2d8['tampered']=_0x52340e,_0x7ed2d8;}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 _0x17af77=document['createElement']('canvas'),_0x54cd22=_0x17af77['getContext']('webgl')??_0x17af77['getContext']('experimental-webgl');if(!_0x54cd22)return null;const _0x26250f=_0x54cd22['getExtension']('WEBGL_debug_renderer_info');if(!_0x26250f)return null;const _0x697521=_0x54cd22['getParameter'](_0x26250f['UNMASKED_RENDERER_WEBGL']);if(!_0x697521)return null;let _0x5a3619=_0x697521;const _0x406044=_0x5a3619['match'](/^ANGLE \((.+)\)$/);if(_0x406044){_0x5a3619=_0x406044[0x1];const _0x4aa850=_0x5a3619['lastIndexOf'](',');_0x4aa850!==-0x1&&(_0x5a3619=_0x5a3619['substring'](0x0,_0x4aa850));}const _0x1c1002=_0x5a3619['toLowerCase']()['replace'](/[^a-z]/g,'');let _0x133409=0x0;for(let _0x59a0a2=0x0;_0x59a0a2<_0x1c1002['length']-0x1;_0x59a0a2++){const _0x59a1a2=_0x1c1002[_0x59a0a2]+_0x1c1002[_0x59a0a2+0x1];IMPOSSIBLE_BIGRAMS['has'](_0x59a1a2)&&_0x133409++;}const _0x463138={};return _0x463138['score']=_0x133409,_0x463138['gibberish']=_0x133409>0x2,_0x463138['renderer']=_0x697521,_0x463138;}catch{return null;}}function getIframeProxy(){try{if(typeof document==='undefined')return null;const _0x1d43b9=document['body']??document['documentElement'];if(_0x1d43b9===null)return null;const _0x414f54=document['createElement']('iframe');_0x414f54['style']['display']='none',_0x1d43b9['appendChild'](_0x414f54);try{const _0x5e577c=_0x414f54['contentWindow'];if(!_0x5e577c){const _0x41c35c={};return _0x41c35c['accessible']=![],_0x41c35c['proxyDetected']=![],_0x41c35c['selfConsistent']=![],_0x41c35c['frameElementNull']=![],_0x41c35c;}let _0x484722=![];try{_0x484722=_0x5e577c['self']===_0x5e577c;}catch{_0x484722=![];}let _0x397261=![];try{const _0x4544d7=Object['prototype']['toString']['call'](_0x5e577c);_0x4544d7!=='[object\x20Window]'&&_0x4544d7!=='[object\x20global]'&&(_0x397261=!![]);}catch{_0x397261=!![];}try{const _0x11caf2=Object['getOwnPropertyDescriptor'](_0x5e577c,'self');if(_0x11caf2===undefined&&!_0x397261){}}catch{_0x397261=!![];}let _0x29a095=![];try{_0x29a095=_0x5e577c['frameElement']===null;}catch{_0x29a095=!![];}const _0x2a229c={};return _0x2a229c['accessible']=!![],_0x2a229c['proxyDetected']=_0x397261,_0x2a229c['selfConsistent']=_0x484722,_0x2a229c['frameElementNull']=_0x29a095,_0x2a229c;}finally{_0x414f54['remove']();}}catch{return null;}}function getIframeSignals(){return new Promise(_0xec191a=>{try{const _0x59ebb8=document['createElement']('iframe');_0x59ebb8['style']['display']='none',_0x59ebb8['style']['width']='0',_0x59ebb8['style']['height']='0',_0x59ebb8['style']['position']='absolute',_0x59ebb8['style']['top']='-9999px';let _0x46aec4=null;const _0x4aabb7=()=>{if(_0x46aec4!==null)clearTimeout(_0x46aec4);try{_0x59ebb8['parentNode']&&_0x59ebb8['parentNode']['removeChild'](_0x59ebb8);}catch{}};_0x46aec4=setTimeout(()=>{_0x4aabb7(),_0xec191a(null);},0x7d0),_0x59ebb8['onload']=()=>{try{const _0x281060=_0x59ebb8['contentWindow'];if(!_0x281060){_0x4aabb7(),_0xec191a(null);return;}const _0x157c7e=_0x281060['navigator'],_0x48747f={};_0x48747f['webdriver']=_0x157c7e['webdriver'],_0x48747f['platform']=_0x157c7e['platform'],_0x48747f['hardwareConcurrency']=_0x157c7e['hardwareConcurrency'],_0x48747f['deviceMemory']=_0x157c7e['deviceMemory'],_0x48747f['language']=_0x157c7e['language'];const _0xa72376=_0x48747f;_0x4aabb7(),_0xec191a(_0xa72376);}catch{_0x4aabb7(),_0xec191a(null);}},_0x59ebb8['onerror']=()=>{_0x4aabb7(),_0xec191a(null);},document['body']['appendChild'](_0x59ebb8);}catch{_0xec191a(null);}});}const CHECKED_PROPERTIES=['deviceMemory','hardwareConcurrency','language','languages','platform'];function getNavigatorDescriptors(){try{let _0x48110a='';for(const _0x44b3ab of CHECKED_PROPERTIES){try{const _0x2b1004=Object['getOwnPropertyDescriptor'](navigator,_0x44b3ab);if(_0x2b1004){_0x48110a+='1';continue;}const _0x1e8d54=Object['getOwnPropertyDescriptor'](Navigator['prototype'],_0x44b3ab);if(!_0x1e8d54){_0x48110a+='2';continue;}typeof _0x1e8d54['get']==='function'?_0x48110a+='0':_0x48110a+='1';}catch{_0x48110a+='2';}}return _0x48110a;}catch{return'22222';}}function getObjectInspectGlobal(){try{return typeof globalThis['objectToInspect']!=='undefined';}catch{return![];}}const _0x43152c={};_0x43152c['Windows']=['Segoe\x20Fluent\x20Icons','HoloLens\x20MDL2\x20Assets','Leelawadee\x20UI','Nirmala\x20UI','Cambria\x20Math'],_0x43152c['macOS']=['Galvji','Noto\x20Serif\x20Yezidi\x20Regular','InaiMathi\x20Bold','Luminari','Helvetica\x20Neue'],_0x43152c['Linux']=['Ubuntu','Noto\x20Color\x20Emoji','Liberation\x20Mono'];const OS_FONT_MARKERS=_0x43152c,TEST_STRING='mmMwWLliI0O&1',TEST_SIZE='72px',BASE_FONT='monospace';function getOsFontValidation(){return new Promise(_0x23e16e=>{try{const _0x191a85=document['createElement']('canvas'),_0x5b6858=_0x191a85['getContext']('2d');if(!_0x5b6858){const _0x454f03={};_0x454f03['detectedOs']='unknown',_0x454f03['markers']=[],_0x23e16e(_0x454f03);return;}_0x5b6858['font']=TEST_SIZE+'\x20'+BASE_FONT;const _0x5534cb=_0x5b6858['measureText'](TEST_STRING)['width'],_0x25e494=[];let _0x4e4f13='unknown';for(const [_0x5a321b,_0x50ff0b]of Object['entries'](OS_FONT_MARKERS)){for(const _0x286f61 of _0x50ff0b){_0x5b6858['font']=TEST_SIZE+'\x20\x27'+_0x286f61+'\x27,\x20'+BASE_FONT;const _0x16b805=_0x5b6858['measureText'](TEST_STRING)['width'];_0x16b805!==_0x5534cb&&(_0x25e494['push'](_0x286f61),_0x4e4f13==='unknown'&&(_0x4e4f13=_0x5a321b));}}const _0x1c0de4={};_0x1c0de4['detectedOs']=_0x4e4f13,_0x1c0de4['markers']=_0x25e494,_0x23e16e(_0x1c0de4);}catch{const _0x376b42={};_0x376b42['detectedOs']='unknown',_0x376b42['markers']=[],_0x23e16e(_0x376b42);}});}const g=globalThis,_0x3c80be={};_0x3c80be['android']=0x2,_0x3c80be['chromeos']=0x1;const _0x26d2a2={};_0x26d2a2['windows']=0x2,_0x26d2a2['mac']=0x2,_0x26d2a2['linux']=0x2;const _0x1b2a6e={};_0x1b2a6e['windows']=0x2,_0x1b2a6e['mac']=0x2,_0x1b2a6e['linux']=0x2;const _0x1ac80f={};_0x1ac80f['windows']=0x2,_0x1ac80f['mac']=0x2,_0x1ac80f['linux']=0x2;const _0x5d6d8f={};_0x5d6d8f['windows']=0x1,_0x5d6d8f['mac']=0x1,_0x5d6d8f['linux']=0x1;const _0x14d263={};_0x14d263['windows']=0x1,_0x14d263['mac']=0x1,_0x14d263['linux']=0x1;const _0x162e57={};_0x162e57['windows']=0x2,_0x162e57['mac']=0x2,_0x162e57['linux']=0x2,_0x162e57['chromeos']=0x2;const _0x36836a={};_0x36836a['android']=0x2,_0x36836a['ios']=0x2;const _0x5b4a98={};_0x5b4a98['android']=0x1,_0x5b4a98['ios']=0x1;const _0x377a49={};_0x377a49['android']=0x2;const _0x5c2ee5={};_0x5c2ee5['android']=0x2;const _0x19f1b2={};_0x19f1b2['windows']=0x1,_0x19f1b2['mac']=0x1,_0x19f1b2['chromeos']=0x1;const _0xbeafae={};_0xbeafae['windows']=0x2,_0xbeafae['mac']=0x2,_0xbeafae['linux']=0x2;const _0x268f30={};_0x268f30['windows']=0x1,_0x268f30['mac']=0x1,_0x268f30['linux']=0x1;const _0x26472f={};_0x26472f['android']=0x1,_0x26472f['windows']=0x1,_0x26472f['mac']=0x1;const PROBES=[['BarcodeDetector',()=>'BarcodeDetector'in g,_0x3c80be],['EyeDropper',()=>'EyeDropper'in g,_0x26d2a2],['HID',()=>'hid'in navigator,_0x1b2a6e],['Serial',()=>'serial'in navigator,_0x1ac80f],['USB',()=>'usb'in navigator,_0x5d6d8f],['Bluetooth',()=>'bluetooth'in navigator,_0x14d263],['SharedWorker',()=>'SharedWorker'in g,_0x162e57],['orientation',()=>'ondeviceorientation'in g,_0x36836a],['DeviceMotionEvent',()=>'DeviceMotionEvent'in g,_0x5b4a98],['ContactsManager',()=>'ContactsManager'in g,_0x377a49],['ContentIndex',()=>'ContentIndex'in g,_0x5c2ee5],['AppBadge',()=>typeof navigator['setAppBadge']==='function',_0x19f1b2],['FileSystemAccess',()=>'showOpenFilePicker'in g,_0xbeafae],['PressureObserver',()=>'PressureObserver'in g,_0x268f30],['WakeLock',()=>'wakeLock'in navigator,_0x26472f]];function getPlatformApiScoring(){try{const _0xb0f58f={},_0x367ec6=[];for(const [_0x5011f0,_0x278380,_0x405303]of PROBES){try{if(_0x278380()){_0x367ec6['push'](_0x5011f0);for(const [_0x37c806,_0x40a6ac]of Object['entries'](_0x405303)){_0xb0f58f[_0x37c806]=(_0xb0f58f[_0x37c806]??0x0)+_0x40a6ac;}}}catch{}}const _0x2c4af2={};return _0x2c4af2['score']=_0xb0f58f,_0x2c4af2['apis']=_0x367ec6,_0x2c4af2;}catch{return null;}}function getPluginOverflow(){try{const _0x2f1f0b=navigator['plugins'];if(_0x2f1f0b['length']===0x0)return null;const _0x3efcaf=_0x2f1f0b['item'](0x0);if(!_0x3efcaf)return null;let _0xd5186f=![];try{const _0x338bc3=_0x2f1f0b['item'](0x100000000);_0xd5186f=_0x338bc3!==_0x3efcaf;}catch{_0xd5186f=!![];}let _0x44d410=!![];try{if(_0x3efcaf['length']>0x0){const _0x230c5e=_0x3efcaf['item'](0x0);_0x230c5e&&(_0x44d410=_0x230c5e['enabledPlugin']===_0x3efcaf);}}catch{_0x44d410=![];}const _0x5ac5e6={};return _0x5ac5e6['overflow']=_0xd5186f,_0x5ac5e6['backref']=_0x44d410,_0x5ac5e6;}catch{return null;}}function getPrivateClickMeasurement(){if(typeof document==='undefined')return null;try{const _0x1e898c=document['createElement']('a'),_0x5a7775=_0x1e898c['attributionSourceId']??_0x1e898c['attributionsourceid'];return _0x5a7775===undefined||_0x5a7775===null?null:String(_0x5a7775);}catch{return null;}}function getChainDepth(_0xb170b8,_0x3dedc2){let _0x667db4=_0xb170b8,_0x50e68c=0x0;while(_0x667db4!==null&&_0x50e68c<_0x3dedc2){_0x667db4=Object['getPrototypeOf'](_0x667db4),_0x50e68c++;}return _0x50e68c;}function checkChain(_0x439c34,_0x28cafb,_0x4296f6,_0x21b2fd){try{const _0x5bfeec=Object['getPrototypeOf'](_0x439c34),_0x3348ff=_0x5bfeec===_0x4296f6,_0x1d95fb=getChainDepth(_0x439c34,0xf);if(!_0x3348ff){const _0x2a921e={};return _0x2a921e['target']=_0x28cafb+'→'+_0x21b2fd,_0x2a921e['intact']=![],_0x2a921e['depth']=_0x1d95fb,_0x2a921e;}const _0x5a6697={};return _0x5a6697['target']=_0x28cafb+'→'+_0x21b2fd,_0x5a6697['intact']=!![],_0x5a6697['depth']=_0x1d95fb,_0x5a6697;}catch{const _0x3a8f02={};return _0x3a8f02['target']=_0x28cafb+'→'+_0x21b2fd,_0x3a8f02['intact']=![],_0x3a8f02['depth']=0x0,_0x3a8f02;}}function getPrototypeChain(){const _0x26f9ff=[];try{typeof Navigator!=='undefined'&&_0x26f9ff['push'](checkChain(navigator,'navigator',Navigator['prototype'],'Navigator.prototype'));typeof Screen!=='undefined'&&_0x26f9ff['push'](checkChain(screen,'screen',Screen['prototype'],'Screen.prototype'));if(typeof HTMLDocument!=='undefined')_0x26f9ff['push'](checkChain(document,'document',HTMLDocument['prototype'],'HTMLDocument.prototype'));else typeof Document!=='undefined'&&_0x26f9ff['push'](checkChain(document,'document',Document['prototype'],'Document.prototype'));const _0x3af052=navigator['constructor']===Navigator,_0x242927={};_0x242927['target']='navigator.constructor===Navigator',_0x242927['intact']=_0x3af052,_0x242927['depth']=0x0,_0x26f9ff['push'](_0x242927);const _0x447ec6=Object['prototype']['toString']['call'](navigator),_0x41a5b8={};_0x41a5b8['target']='navigator.toStringTag',_0x41a5b8['intact']=_0x447ec6==='[object\x20Navigator]',_0x41a5b8['depth']=0x0,_0x26f9ff['push'](_0x41a5b8);const _0x307d5e=Object['prototype']['toString']['call'](screen),_0x229827={};_0x229827['target']='screen.toStringTag',_0x229827['intact']=_0x307d5e==='[object\x20Screen]',_0x229827['depth']=0x0,_0x26f9ff['push'](_0x229827);}catch{}const _0xc784ae=_0x26f9ff['length']>0x0&&_0x26f9ff['every'](_0x21981e=>_0x21981e['intact']),_0x4ae4cf={};return _0x4ae4cf['valid']=_0xc784ae,_0x4ae4cf['checks']=_0x26f9ff,_0x4ae4cf;}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 _0xecaea0=[...LIGHT_TARGETS];try{typeof CanvasRenderingContext2D!=='undefined'&&(_0xecaea0['push']([CanvasRenderingContext2D['prototype'],'getImageData']),_0xecaea0['push']([CanvasRenderingContext2D['prototype'],'fillText']));}catch{}try{typeof HTMLCanvasElement!=='undefined'&&_0xecaea0['push']([HTMLCanvasElement['prototype'],'toDataURL']);}catch{}try{typeof WebGLRenderingContext!=='undefined'&&_0xecaea0['push']([WebGLRenderingContext['prototype'],'getParameter']);}catch{}try{_0xecaea0['push']([Date['prototype'],'getTimezoneOffset']);}catch{}try{typeof Intl!=='undefined'&&typeof Intl['DateTimeFormat']!=='undefined'&&_0xecaea0['push']([Intl['DateTimeFormat']['prototype'],'resolvedOptions']);}catch{}return _0xecaea0;}function getHighTargets(){const _0x211fce=getLightTargets(),_0x597f77=['appVersion','vendor','appName','connection','cookieEnabled','deviceMemory','doNotTrack','geolocation','language','maxTouchPoints','mimeTypes','onLine','permissions','plugins','product','productSub','serviceWorker','storage','vendorSub'];for(const _0x24d545 of _0x597f77){_0x24d545 in Navigator['prototype']&&_0x211fce['push']([Navigator['prototype'],_0x24d545]);}const _0x27e88f=['availHeight','availWidth','pixelDepth','availLeft','availTop','orientation'];for(const _0x181a30 of _0x27e88f){_0x181a30 in Screen['prototype']&&_0x211fce['push']([Screen['prototype'],_0x181a30]);}const _0x44c87f=['cookie','domain','referrer','title','URL','hidden','visibilityState','fullscreenElement'];for(const _0x5c6257 of _0x44c87f){_0x5c6257 in Document['prototype']&&_0x211fce['push']([Document['prototype'],_0x5c6257]);}try{const _0x56129a=['getBoundingClientRect','getClientRects','innerHTML','outerHTML','getAttribute','setAttribute'];for(const _0x3ea344 of _0x56129a){_0x3ea344 in Element['prototype']&&_0x211fce['push']([Element['prototype'],_0x3ea344]);}}catch{}try{const _0x26dbde=['offsetWidth','offsetHeight','style'];for(const _0x8e48c4 of _0x26dbde){_0x8e48c4 in HTMLElement['prototype']&&_0x211fce['push']([HTMLElement['prototype'],_0x8e48c4]);}}catch{}try{if(typeof CanvasRenderingContext2D!=='undefined'){const _0x3d9d28=['fillRect','strokeRect','measureText','font','globalCompositeOperation','drawImage'];for(const _0x29d84f of _0x3d9d28){_0x29d84f in CanvasRenderingContext2D['prototype']&&_0x211fce['push']([CanvasRenderingContext2D['prototype'],_0x29d84f]);}}}catch{}try{if(typeof WebGLRenderingContext!=='undefined'){const _0x3d826d=['getExtension','getSupportedExtensions','readPixels','createShader','shaderSource','compileShader'];for(const _0x4734aa of _0x3d826d){_0x4734aa in WebGLRenderingContext['prototype']&&_0x211fce['push']([WebGLRenderingContext['prototype'],_0x4734aa]);}}}catch{}try{typeof AudioContext!=='undefined'&&(_0x211fce['push']([AudioContext['prototype'],'createOscillator']),_0x211fce['push']([AudioContext['prototype'],'createAnalyser']),_0x211fce['push']([AudioContext['prototype'],'createGain']));}catch{}try{typeof OfflineAudioContext!=='undefined'&&_0x211fce['push']([OfflineAudioContext['prototype'],'startRendering']);}catch{}try{_0x211fce['push']([Performance['prototype'],'now']),_0x211fce['push']([Performance['prototype'],'getEntries']);}catch{}try{_0x211fce['push']([Storage['prototype'],'getItem']),_0x211fce['push']([Storage['prototype'],'setItem']);}catch{}try{const _0x19fca4=['random','floor','ceil','round','sin','cos'];for(const _0x1af7bc of _0x19fca4){_0x1af7bc in Math&&_0x211fce['push']([Math,_0x1af7bc]);}}catch{}try{typeof MediaDevices!=='undefined'&&'enumerateDevices'in MediaDevices['prototype']&&_0x211fce['push']([MediaDevices['prototype'],'enumerateDevices']);}catch{}try{typeof Permissions!=='undefined'&&'query'in Permissions['prototype']&&_0x211fce['push']([Permissions['prototype'],'query']);}catch{}return _0x211fce;}function checkToString(_0xb99552,_0x5019ba){try{const _0x35690d=Object['getOwnPropertyDescriptor'](_0xb99552,_0x5019ba),_0x843ca5=_0x35690d?.['get']??_0x35690d?.['value']??_0xb99552[_0x5019ba];if(typeof _0x843ca5!=='function')return![];const _0x5b7687=Function['prototype']['toString']['call'](_0x843ca5);return!_0x5b7687['includes']('[native\x20code]');}catch{return![];}}function checkOwnDescriptor(_0x50cbe9){try{const _0x161a89=Object['getOwnPropertyDescriptor'](navigator,_0x50cbe9);return _0x161a89?.['value']!==undefined;}catch{return![];}}function checkHasPrototype(_0x28b8d2,_0x3c5190){try{const _0x1c16bd=Object['getOwnPropertyDescriptor'](_0x28b8d2,_0x3c5190);if(!_0x1c16bd?.['get'])return![];return'prototype'in _0x1c16bd['get'];}catch{return![];}}function checkOwnPropertyNames(_0x8218d1,_0x1b9374){try{const _0x3ea18e=Object['getOwnPropertyDescriptor'](_0x8218d1,_0x1b9374),_0x9b5f83=_0x3ea18e?.['get'];if(typeof _0x9b5f83!=='function')return![];const _0x673f3e=Object['getOwnPropertyNames'](_0x9b5f83)['sort']();if(_0x673f3e['length']>0x2)return!![];if(_0x673f3e['length']===0x2&&(_0x673f3e[0x0]!=='length'||_0x673f3e[0x1]!=='name'))return!![];return![];}catch{return![];}}function checkClassExtends(_0x4e471a,_0x556483){try{const _0x779c83=Object['getOwnPropertyDescriptor'](_0x4e471a,_0x556483),_0x3df44f=_0x779c83?.['get'];if(typeof _0x3df44f!=='function')return![];class _0x4fdd72 extends _0x3df44f{}return void _0x4fdd72,!![];}catch{return![];}}function checkNullProto(_0x67e822,_0x19596c){try{const _0x3670a7=Object['getOwnPropertyDescriptor'](_0x67e822,_0x19596c),_0x46409c=_0x3670a7?.['get']??_0x3670a7?.['value'];if(typeof _0x46409c!=='function')return![];const _0x2aa949=Object['create'](_0x46409c);return Object['setPrototypeOf'](_0x2aa949,null),_0x2aa949['toString'](),!![];}catch{return![];}}function checkIllegalInvocation(_0x4f098d,_0x244989){try{const _0x3acfa4=Object['getOwnPropertyDescriptor'](_0x4f098d,_0x244989),_0x29afb1=_0x3acfa4?.['get'];if(typeof _0x29afb1!=='function')return![];return _0x29afb1['call'](undefined),!![];}catch(_0x24a02f){if(_0x24a02f instanceof TypeError)return![];return!![];}}function checkBindToString(_0x4ed06f,_0x2cf290){try{const _0x5ddb7b=Object['getOwnPropertyDescriptor'](_0x4ed06f,_0x2cf290),_0x439119=_0x5ddb7b?.['get']??_0x5ddb7b?.['value'];if(typeof _0x439119!=='function')return![];const _0x2079a4=_0x439119['bind'](null),_0x18ffa9=Function['prototype']['toString']['call'](_0x2079a4);return!_0x18ffa9['includes']('[native\x20code]')&&!_0x18ffa9['includes']('native\x20code');}catch{return![];}}function checkReflectKeys(_0x4a3306,_0xf27f0c){try{const _0x2096c9=Object['getOwnPropertyDescriptor'](_0x4a3306,_0xf27f0c),_0x17ab0d=_0x2096c9?.['get']??_0x2096c9?.['value'];if(typeof _0x17ab0d!=='function')return![];const _0x2b089e=Reflect['ownKeys'](_0x17ab0d)['sort'](),_0x5597b6=Object['getOwnPropertyNames'](_0x17ab0d)['sort']();if(_0x2b089e['length']!==_0x5597b6['length'])return!![];for(let _0x3a4a7a=0x0;_0x3a4a7a<_0x2b089e['length'];_0x3a4a7a++){if(_0x2b089e[_0x3a4a7a]!==_0x5597b6[_0x3a4a7a])return!![];}return![];}catch{return![];}}function checkDescriptorKeys(_0xc29725,_0x1d431f){try{const _0x258db2=Object['getOwnPropertyDescriptor'](_0xc29725,_0x1d431f);if(!_0x258db2)return![];const _0x446d81=_0x258db2['get']??_0x258db2['set']??_0x258db2['value'];if(typeof _0x446d81!=='function')return![];const _0x41015f=Object['getOwnPropertyDescriptors'](_0x446d81),_0x32bed2=Object['keys'](_0x41015f)['filter'](_0x3d4a16=>_0x3d4a16!=='length'&&_0x3d4a16!=='name');return _0x32bed2['length']>0x0;}catch{return![];}}function checkInstanceOf(_0x3bb90f,_0x36f6f3){try{const _0x529aaa=Object['getOwnPropertyDescriptor'](_0x3bb90f,_0x36f6f3),_0x1d112d=_0x529aaa?.['get']??_0x529aaa?.['value'];if(typeof _0x1d112d!=='function')return![];const _0x58e725=_0x1d112d instanceof _0x1d112d;return _0x58e725===!![];}catch{return![];}}let proxyDetectionMode='high';function setProxyDetectionMode(_0x4fc756){proxyDetectionMode=_0x4fc756;}function getProxyDetection(){const _0x377938=proxyDetectionMode,_0x23ee4a=_0x377938==='high'?getHighTargets():getLightTargets(),_0x96f00f=_0x377938==='high'?[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends,checkNullProto,checkIllegalInvocation,checkBindToString,checkReflectKeys,checkDescriptorKeys,checkInstanceOf]:[checkToString,checkHasPrototype,checkOwnPropertyNames,checkClassExtends],_0x212fef=[];for(const [_0x312bb0,_0x3f6f27]of _0x23ee4a){let _0x3578ba=![];try{_0x312bb0===Navigator['prototype']&&checkOwnDescriptor(_0x3f6f27)&&(_0x3578ba=!![]);}catch{}if(!_0x3578ba)for(const _0x2fc0d3 of _0x96f00f){try{if(_0x2fc0d3(_0x312bb0,_0x3f6f27)){_0x3578ba=!![];break;}}catch{}}if(_0x3578ba){const _0x5b4f4e=_0x312bb0['constructor']['name'];_0x212fef['push'](_0x5b4f4e+'.'+_0x3f6f27);}}const _0x5e1abe={};return _0x5e1abe['tested']=_0x23ee4a['length'],_0x5e1abe['lied']=_0x212fef['length'],_0x5e1abe['lies']=_0x212fef,_0x5e1abe['mode']=_0x377938,_0x5e1abe;}function measureCssDimension(_0x290230,_0x396c65,_0x24be68){try{if(typeof matchMedia!=='function')return 0x0;let _0xee6f10=_0x396c65,_0x3bd77e=_0x24be68;while(_0x3bd77e-_0xee6f10>0x1){const _0x72d81=Math['floor']((_0xee6f10+_0x3bd77e)/0x2),_0x3e5bc8=_0x290230==='width'?'(min-device-width:\x20'+_0x72d81+'px)':'(min-device-height:\x20'+_0x72d81+'px)';matchMedia(_0x3e5bc8)['matches']?_0xee6f10=_0x72d81:_0x3bd77e=_0x72d81;}return _0xee6f10;}catch{return 0x0;}}function getScreenVerify(){try{const _0x44eff8=screen['width'],_0x1e57c3=screen['height'],_0x20591c=measureCssDimension('width',0x64,0x1f40),_0x38a52b=measureCssDimension('height',0x64,0x1f40),_0x5cdfbe=_0x20591c===0x0||Math['abs'](_0x44eff8-_0x20591c)<=0x1,_0x3219f8=_0x38a52b===0x0||Math['abs'](_0x1e57c3-_0x38a52b)<=0x1,_0x582cc5={};return _0x582cc5['match']=_0x5cdfbe&&_0x3219f8,_0x582cc5['screenWidth']=_0x44eff8,_0x582cc5['cssWidth']=_0x20591c,_0x582cc5['screenHeight']=_0x1e57c3,_0x582cc5['cssHeight']=_0x38a52b,_0x582cc5['probed']=_0x20591c>0x0&&_0x38a52b>0x0,_0x582cc5;}catch{const _0x4a7dab={};return _0x4a7dab['match']=!![],_0x4a7dab['screenWidth']=0x0,_0x4a7dab['cssWidth']=0x0,_0x4a7dab['screenHeight']=0x0,_0x4a7dab['cssHeight']=0x0,_0x4a7dab['probed']=![],_0x4a7dab;}}function getStackBytes(){try{const _0x15de43=[];for(let _0x5ab88b=0x0;_0x5ab88b<0x5;_0x5ab88b++){let _0x40a395=0x0;const _0x1e6b6d=()=>{_0x40a395++,_0x1e6b6d();};try{_0x1e6b6d();}catch{}let _0x50eca8=0x0;const _0x143906=()=>{_0x50eca8++;const _0xb0f2d4=0x0;_0x143906();};try{_0x143906();}catch{}const _0xdf8fe4=_0x40a395-_0x50eca8;_0xdf8fe4>0x0&&_0x15de43['push'](Math['round'](_0x50eca8*0x8/_0xdf8fe4));}if(_0x15de43['length']===0x0)return 0x0;return _0x15de43['sort']((_0x3c61c9,_0x5aa4d4)=>_0x3c61c9-_0x5aa4d4),_0x15de43[Math['floor'](_0x15de43['length']/0x2)]??0x0;}catch{return null;}}const NATIVE_BODY_RE=/\[native code\]\s*\}\s*$/;function isNativeFunction(_0x14b97d){if(typeof _0x14b97d!=='function')return![];try{const _0x58c8b6=Function['prototype']['toString']['call'](_0x14b97d);return NATIVE_BODY_RE['test'](_0x58c8b6);}catch{return![];}}function getTamperAggregate(){try{if(typeof document==='undefined'||typeof navigator==='undefined'||typeof window==='undefined')return null;const _0x446c0f=isNativeFunction(document['createElement']),_0x183150=isNativeFunction(window['fetch']),_0x254b0c=navigator['plugins'];if(_0x254b0c===undefined||_0x254b0c===null)return![];const _0xeb113b=_0x254b0c['constructor'],_0xb92262=isNativeFunction(_0xeb113b),_0x2b2daf=window['PluginArray'],_0x369bc9=_0x2b2daf!==undefined&&_0x2b2daf!==null&&Object['getPrototypeOf'](_0x254b0c)===_0x2b2daf['prototype'];return _0x446c0f&&_0x183150&&_0xb92262&&_0x369bc9;}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(_0x901fc1){if(typeof _0x901fc1!=='function')return![];try{return Function['prototype']['toString']['call'](_0x901fc1)['includes'](NATIVE_MARKER);}catch{return![];}}function checkResolvedOptionsNative(){const _0x2bff1e=window['Intl'],_0x3b270c=_0x2bff1e?.['DateTimeFormat']?.['prototype'];if(_0x3b270c===undefined)return!![];return isNative(_0x3b270c['resolvedOptions']);}function checkGetTimezoneOffsetNative(){const _0x91c822=Date?.['prototype'];if(_0x91c822===undefined)return!![];return isNative(_0x91c822['getTimezoneOffset']);}function checkDstConsistency(_0x2a9b3d){if(ETC_OR_UTC_REGEX['test'](_0x2a9b3d))return null;if(VALID_SINGLE_SEGMENT_TZ['has'](_0x2a9b3d))return null;if(NO_DST_EXCEPTIONS['has'](_0x2a9b3d))return null;if(_0x2a9b3d['startsWith']('Antarctica/')&&!ANTARCTICA_DST_ZONES['has'](_0x2a9b3d))return null;const _0x31dfb8=DST_OBSERVING_PREFIXES['some'](_0x49f607=>_0x2a9b3d===_0x49f607['replace'](/\/$/,'')||_0x2a9b3d['startsWith'](_0x49f607))||ANTARCTICA_DST_ZONES['has'](_0x2a9b3d);if(!_0x31dfb8)return null;try{const _0x12a5e8=new Date()['getFullYear'](),_0x53f690=new Date(_0x12a5e8,0x0,0x1)['getTimezoneOffset'](),_0x42aedf=new Date(_0x12a5e8,0x6,0x1)['getTimezoneOffset']();if(_0x53f690===_0x42aedf)return'dst_inconsistency';}catch{}return null;}function checkIanaFormat(_0x31bbf2){if(_0x31bbf2==='')return!![];if(ETC_OR_UTC_REGEX['test'](_0x31bbf2))return!![];if(VALID_SINGLE_SEGMENT_TZ['has'](_0x31bbf2))return!![];return IANA_NAME_REGEX['test'](_0x31bbf2);}function getTzTampered(){const _0x55fa7f=[],_0x5e7f2a=[];try{!checkResolvedOptionsNative()&&_0x55fa7f['push']('non_native_resolved_options');}catch{_0x5e7f2a['push']('probe_failed');}try{!checkGetTimezoneOffsetNative()&&_0x55fa7f['push']('non_native_get_timezone_offset');}catch{_0x5e7f2a['push']('probe_failed');}let _0x297ba8='';try{const _0x21c142=window['Intl'],_0x246424=_0x21c142?.['DateTimeFormat'];_0x246424!==undefined&&(_0x297ba8=new _0x246424()['resolvedOptions']()['timeZone']??'');}catch{_0x5e7f2a['push']('probe_failed');}_0x297ba8!==''&&!checkIanaFormat(_0x297ba8)&&_0x55fa7f['push']('invalid_iana_format');if(_0x297ba8!=='')try{const _0x170ba6=checkDstConsistency(_0x297ba8);if(_0x170ba6!==null)_0x55fa7f['push'](_0x170ba6);}catch{_0x5e7f2a['push']('probe_failed');}const _0x5f2f6c={'detected':_0x55fa7f['length']>0x0,'reasons':_0x55fa7f,..._0x5e7f2a['length']>0x0?{'diagnostics':_0x5e7f2a}:{}};return _0x5f2f6c;}function getLanguagesProtoChain(){if(typeof navigator==='undefined')return null;const _0x12b8b8=navigator['languages'];if(_0x12b8b8===null||_0x12b8b8===undefined)return null;try{const _0x8f0cca=Object['getPrototypeOf'](_0x12b8b8);if(_0x8f0cca===null)return!![];if(_0x8f0cca!==Array['prototype'])return!![];const _0x5425b6=_0x8f0cca['constructor'];if(_0x5425b6!==Array)return!![];return![];}catch{return!![];}}const SAMPLE_COUNT=0x6,SAMPLE_STRIDE=0x1000,I32_SCALE=0x2**0x1f;function getMathRandomDeterminism(){const _0x28dcac=[];let _0x5f2a4b=Math['random']();for(let _0x5c4e3f=SAMPLE_COUNT*SAMPLE_STRIDE-0x1;_0x5c4e3f>=0x0;_0x5c4e3f-=0x1){if(_0x5c4e3f%SAMPLE_STRIDE===0x0){const _0x3c0ea9=Math['random']();_0x28dcac['push']((_0x5f2a4b-_0x3c0ea9)*I32_SCALE|0x0),_0x5f2a4b=_0x3c0ea9;}}return _0x28dcac;}const _0x10eac9={};_0x10eac9['label']='Navigator',_0x10eac9['resolve']=()=>typeof window!=='undefined'&&'Navigator'in window?window['Navigator']['prototype']:null,_0x10eac9['props']=['hardwareConcurrency','userAgent','platform','vendor','language','languages','deviceMemory','maxTouchPoints','webdriver'];const _0xbe158={};_0xbe158['label']='Screen',_0xbe158['resolve']=()=>typeof window!=='undefined'&&'Screen'in window?window['Screen']['prototype']:null,_0xbe158['props']=['width','height','availWidth','availHeight','colorDepth'];const _0x4800c8={};_0x4800c8['label']='Document',_0x4800c8['resolve']=()=>typeof window!=='undefined'&&'Document'in window?window['Document']['prototype']:null,_0x4800c8['props']=['cookie'];const CLASS_SPECS=[_0x10eac9,_0xbe158,_0x4800c8];function getNativeGetterSource(){if(typeof window==='undefined')return null;const _0x2612ba={};for(const _0x1fd2a3 of CLASS_SPECS){let _0x597f50;try{_0x597f50=_0x1fd2a3['resolve']();}catch{continue;}if(_0x597f50===null)continue;for(const _0x2b51f2 of _0x1fd2a3['props']){try{const _0x2d621c=Object['getOwnPropertyDescriptor'](_0x597f50,_0x2b51f2),_0x148aab=_0x2d621c?.['get'];if(typeof _0x148aab!=='function')continue;const _0x2e8d78=_0x148aab['toString']();_0x2612ba[_0x1fd2a3['label']+'.'+_0x2b51f2]=_0x2e8d78;}catch{}}}return _0x2612ba;}const DENYLIST=['webkitPersistentStorage','connectionSpeed','xr','hid'];function getNavigatorProtoFunctionNames(){if(typeof navigator==='undefined')return null;const _0x3e3ca9=Object['getPrototypeOf'](navigator);if(_0x3e3ca9===null)return null;const _0x2686b5=[];for(const _0x173f92 of Object['getOwnPropertyNames'](_0x3e3ca9)){if(DENYLIST['includes'](_0x173f92))continue;try{const _0x2a548a=navigator[_0x173f92];if(typeof _0x2a548a==='function'){const _0x56b0d3=_0x2a548a;typeof _0x56b0d3['name']==='string'&&_0x2686b5['push'](_0x56b0d3['name']);}}catch(_0x22aeb3){return{'ok':![],'error':_0x22aeb3 instanceof Error?_0x22aeb3['message']:String(_0x22aeb3)};}}const _0x304974={};return _0x304974['ok']=!![],_0x304974['names']=_0x2686b5,_0x304974;}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 _0x5371df;try{_0x5371df=new URL('');}catch{const _0x3de860={};return _0x3de860['acceptedEmpty']=![],_0x3de860;}const _0x5db971=_0x5371df['isTrusted'],_0x22ded8={};return _0x22ded8['acceptedEmpty']=!![],_0x22ded8['isTrusted']=_0x5db971,_0x22ded8;}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 _0x515216=[],_0x1252ad=Object['getOwnPropertyNames'](window);for(let _0x2bb4a9=0x0;_0x2bb4a9<_0x1252ad['length'];_0x2bb4a9++){const _0x46fa6a=crc32(_0x1252ad[_0x2bb4a9]);TARGET_HASHES['has'](_0x46fa6a)&&_0x515216['push'](_0x1252ad[_0x2bb4a9]),_0x46fa6a===UD&&_0x2bb4a9+0x1<_0x1252ad['length']&&_0x515216['push'](_0x1252ad[_0x2bb4a9+0x1]);}return _0x515216;}catch{return null;}}function getPlaywrightMarkers(){try{const _0x38a9ba=window,_0xe84525=['__pwInitScripts','__playwright__binding__','__playwright_evaluation_script__','__pw_manual'];for(const _0x88c0d0 of _0xe84525){if(_0x88c0d0 in _0x38a9ba)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 _0x92a21f=new Error('probe'),_0x4a002f=_0x92a21f['stack']??'';for(const _0x21d051 of AUTOMATION_PATTERNS){if(_0x4a002f['includes'](_0x21d051)){const _0x465f78={};return _0x465f78['leaked']=!![],_0x465f78['pattern']=_0x21d051,_0x465f78;}}try{const _0x200b81=new Function('return\x20new\x20Error(\x22probe\x22).stack'),_0x31cc64=_0x200b81();if(typeof _0x31cc64==='string')for(const _0x225ee1 of AUTOMATION_PATTERNS){if(_0x31cc64['includes'](_0x225ee1)){const _0x1e183a={};return _0x1e183a['leaked']=!![],_0x1e183a['pattern']=_0x225ee1,_0x1e183a;}}}catch{}const _0x3a0d4a={};return _0x3a0d4a['leaked']=![],_0x3a0d4a['pattern']=null,_0x3a0d4a;}catch{const _0x16468a={};return _0x16468a['leaked']=![],_0x16468a['pattern']=null,_0x16468a;}}function getWebdriver(){const _0x279eb4=navigator['webdriver'],_0xb9c44c={};_0xb9c44c['status']=-0x1,_0xb9c44c['value']=null,_0xb9c44c['tampered']=![];if(_0x279eb4===null)return _0xb9c44c;const _0x130406={};_0x130406['status']=-0x2,_0x130406['value']=null,_0x130406['tampered']=![];if(_0x279eb4===undefined)return _0x130406;const _0x22ee07=_0x279eb4===!![]||_0x279eb4===![];return{'status':0x0,'value':Boolean(_0x279eb4),'tampered':!_0x22ee07};}function getWebdriverWritable(){try{const _0x4b0572=Object['getOwnPropertyDescriptor'](navigator,'webdriver')!==undefined;if(_0x4b0572){const _0x8d6e58=Object['getOwnPropertyDescriptor'](navigator,'webdriver');if('value'in _0x8d6e58)return!![];}const _0x3a7fdb=Object['getOwnPropertyDescriptor'](Navigator['prototype'],'webdriver');if(!_0x3a7fdb)return!![];if('value'in _0x3a7fdb)return!![];if(typeof _0x3a7fdb['set']==='function')return!![];return![];}catch{return![];}}function getWindowClose(){return window['close']===undefined?null:window['close']['toString']();}function getWindowProcess(){try{const _0x29b692=window['process'];if(_0x29b692===undefined||_0x29b692===null||typeof _0x29b692!=='object'){const _0x2b4d98={};return _0x2b4d98['hasProcess']=![],_0x2b4d98;}const _0x2a895d={};_0x2a895d['hasProcess']=!![];const _0x1f4d12=_0x2a895d,_0x3f077b=_0x29b692['versions'];if(_0x3f077b!==undefined&&_0x3f077b!==null&&typeof _0x3f077b==='object'){const _0x35267e=_0x3f077b;if(typeof _0x35267e['electron']==='string'&&_0x35267e['electron']!=='')_0x1f4d12['electron']=_0x35267e['electron'];if(typeof _0x35267e['nw']==='string'&&_0x35267e['nw']!=='')_0x1f4d12['nw']=_0x35267e['nw'];}const _0x492780=_0x29b692['type'];if(typeof _0x492780==='string'&&_0x492780!=='')_0x1f4d12['type']=_0x492780;return _0x1f4d12;}catch{return null;}}const WORKER_CODE='\x0a\x27use\x20strict\x27;\x0aself.window\x20=\x20self;\x0aself.document\x20=\x20{\x20hidden:\x20false,\x20addEventListener:\x20()\x20=>\x20{},\x20removeEventListener:\x20()\x20=>\x20{}\x20};\x0a\x0afunction\x20getWasmFeatures()\x20{\x0a\x20\x20try\x20{\x0a\x20\x20\x20\x20if\x20(typeof\x20WebAssembly\x20===\x20\x27undefined\x27\x20||\x20typeof\x20WebAssembly.validate\x20!==\x20\x27function\x27)\x20return\x20null;\x0a\x20\x20\x20\x20var\x20prefix\x20=\x20[0,97,115,109,1,0,0,0,1,4,1,96,0,0,3,2,1,0,10];\x0a\x20\x20\x20\x20var\x20modules\x20=\x20[\x0a\x20\x20\x20\x20\x20\x20[9,1,7,0,65,0,253,15,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[240,67,0,0,0,12,1,10,0,252,2,3,1,1,0,0,110,26,11,161,10],\x0a\x20\x20\x20\x20\x20\x20[6,1,4,0,18,0,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[8,1,6,0,65,0,192,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20\x20\x20[7,1,5,0,208,112,26,11,0,10,4,110,97,109,101,2,3,1,0,0],\x0a\x20\x20\x20\x20];\x0a\x20\x20\x20\x20var\x20bitmask\x20=\x200;\x0a\x20\x20\x20\x20for\x20(var\x20i\x20=\x200;\x20i\x20<\x20modules.length;\x20i++)\x20{\x0a\x20\x20\x20\x20\x20\x20bitmask\x20<<=\x201;\x0a\x20\x20\x20\x20\x20\x20var\x20bytes\x20=\x20new\x20Uint8Array(prefix.concat(modules[i]));\x0a\x20\x20\x20\x20\x20\x20if\x20(WebAssembly.validate(bytes.buffer))\x20bitmask\x20|=\x201;\x0a\x20\x20\x20\x20}\x0a\x20\x20\x20\x20return\x20bitmask;\x0a\x20\x20}\x20catch(e)\x20{\x20return\x20null;\x20}\x0a}\x0a\x0afunction\x20getSafe(fn)\x20{\x0a\x20\x20try\x20{\x20return\x20fn();\x20}\x20catch(e)\x20{\x20return\x20null;\x20}\x0a}\x0a\x0aself.addEventListener(\x27message\x27,\x20function(e)\x20{\x0a\x20\x20if\x20(e.data\x20===\x20\x27run\x27)\x20{\x0a\x20\x20\x20\x20var\x20result\x20=\x20{\x0a\x20\x20\x20\x20\x20\x20hardwareConcurrency:\x20getSafe(function()\x20{\x20return\x20navigator.hardwareConcurrency\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20deviceMemory:\x20getSafe(function()\x20{\x20return\x20navigator.deviceMemory\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20platform:\x20getSafe(function()\x20{\x20return\x20navigator.platform\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20userAgent:\x20getSafe(function()\x20{\x20return\x20navigator.userAgent\x20||\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20languages:\x20getSafe(function()\x20{\x20return\x20navigator.languages\x20?\x20Array.prototype.slice.call(navigator.languages)\x20:\x20null;\x20}),\x0a\x20\x20\x20\x20\x20\x20wasmFeatures:\x20getWasmFeatures(),\x0a\x20\x20\x20\x20\x20\x20doNotTrack:\x20getSafe(function()\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20var\x20dnt\x20=\x20navigator.doNotTrack;\x0a\x20\x20\x20\x20\x20\x20\x20\x20return\x20dnt\x20===\x20undefined\x20||\x20dnt\x20===\x20null\x20?\x20null\x20:\x20String(dnt);\x0a\x20\x20\x20\x20\x20\x20}),\x0a\x20\x20\x20\x20};\x0a\x20\x20\x20\x20self.postMessage(result);\x0a\x20\x20}\x0a});\x0a\x0aself.postMessage(\x27ready\x27);\x0a';function getWorkerIsolation(){return new Promise(_0x8150c2=>{try{if(typeof Worker==='undefined'||typeof Blob==='undefined'||typeof URL==='undefined'){_0x8150c2(null);return;}const _0x1d4787={};_0x1d4787['type']='text/javascript';const _0x33bd01=new Blob([WORKER_CODE],_0x1d4787),_0x5a40af=URL['createObjectURL'](_0x33bd01);let _0x998b0e=![];const _0x14aa7a=new Worker(_0x5a40af),_0x474676=setTimeout(()=>{!_0x998b0e&&(_0x998b0e=!![],_0x14aa7a['terminate'](),URL['revokeObjectURL'](_0x5a40af),_0x8150c2(null));},0x1f4);_0x14aa7a['addEventListener']('error',()=>{!_0x998b0e&&(_0x998b0e=!![],clearTimeout(_0x474676),_0x14aa7a['terminate'](),URL['revokeObjectURL'](_0x5a40af),_0x8150c2(null));}),_0x14aa7a['addEventListener']('message',_0x1d42a7=>{if(_0x1d42a7['data']==='ready'){_0x14aa7a['postMessage']('run');return;}!_0x998b0e&&(_0x998b0e=!![],clearTimeout(_0x474676),_0x14aa7a['terminate'](),URL['revokeObjectURL'](_0x5a40af),_0x8150c2(_0x1d42a7['data']));});}catch{_0x8150c2(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 _0x528c79={};for(const [_0x28e0e4,_0x382b65]of CSS_PROBES){const _0x119d68=_0x382b65===''?_0x28e0e4:_0x28e0e4+':'+_0x382b65;try{_0x528c79[_0x119d68]=_0x382b65===''?CSS['supports'](_0x28e0e4):CSS['supports'](_0x28e0e4,_0x382b65);}catch{_0x528c79[_0x119d68]=![];}}return _0x528c79;}async function getDetectBrave(){if(!('brave'in navigator))return undefined;const _0x15ccd5=Object['getOwnPropertyDescriptor'](navigator,'brave')?.['value']??navigator['brave'];if(_0x15ccd5===undefined||typeof _0x15ccd5['isBrave']!=='function')return undefined;try{return!!await _0x15ccd5['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 _0x11a8c5=window['innerWidth'],_0x167467=window['innerHeight'];if(_0x11a8c5<=0x0||_0x167467<=0x0)return![];return _0x11a8c5%0xc8===0x0&&_0x167467%0x64===0x0&&_0x11a8c5<=0x578&&_0x167467<=0x384;}function measurePerfNowResolution(){let _0x38f4e2=Infinity,_0x3c1d6a=performance['now']();for(let _0x3aa25e=0x0;_0x3aa25e<PERF_NOW_SAMPLES;_0x3aa25e++){const _0x2fe40b=performance['now'](),_0x4f4bb0=_0x2fe40b-_0x3c1d6a;if(_0x4f4bb0>0x0&&_0x4f4bb0<_0x38f4e2)_0x38f4e2=_0x4f4bb0;_0x3c1d6a=_0x2fe40b;}if(!Number['isFinite'](_0x38f4e2))return 0x0;return Math['round'](_0x38f4e2);}function probeCanvasAllWhite(){try{const _0x5d3c9b=document['createElement']('canvas');_0x5d3c9b['width']=0x10,_0x5d3c9b['height']=0x10;const _0x1f8638=_0x5d3c9b['getContext']('2d');if(_0x1f8638===null)return null;_0x1f8638['fillStyle']='#000000',_0x1f8638['fillRect'](0x0,0x0,0x10,0x10);const _0x1606f5=_0x5d3c9b['toDataURL']('image/png'),_0x15b36d=_0x1f8638['getImageData'](0x0,0x0,0x10,0x10)['data'];for(let _0xcc2378=0x0;_0xcc2378<_0x15b36d['length'];_0xcc2378+=0x4){if(_0x15b36d[_0xcc2378]!==0xff||_0x15b36d[_0xcc2378+0x1]!==0xff||_0x15b36d[_0xcc2378+0x2]!==0xff)return![];}return void _0x1606f5,!![];}catch{return null;}}async function probeMediaDevicesRfp(){try{const _0x3fef9b=navigator['mediaDevices'];if(_0x3fef9b===undefined||typeof _0x3fef9b['enumerateDevices']!=='function')return null;const _0x512698=await _0x3fef9b['enumerateDevices']();if(_0x512698['length']!==0x2)return![];const _0x372a96=_0x512698['map'](_0x3198b7=>_0x3198b7['label'])['sort']();return _0x372a96[0x0]==='Internal\x20Camera'&&_0x372a96[0x1]==='Internal\x20Microphone';}catch{return null;}}function probePrefersColorSchemeLight(){try{const _0x33ce1d=window['matchMedia']('(prefers-color-scheme:\x20dark)'),_0xc05e0=window['matchMedia']('(prefers-color-scheme:\x20light)');return _0xc05e0['matches']&&!_0x33ce1d['matches'];}catch{return![];}}function getDetectMobile(){return isAndroid();}const THRESHOLD=0x3;function getDetectSamsungInternet(){if(typeof window==='undefined'||typeof navigator==='undefined')return null;const _0x3ce7b2=window,_0x3730e1=navigator,_0x1cea73=_0x3ce7b2['Audio']?.['prototype']??{},_0x22c902=_0x3ce7b2['Image']?.['prototype']??{},_0x59681f=_0x3ce7b2['visualViewport'];let _0x1b49fa=0x0;if('srLatency'in _0x1cea73)_0x1b49fa++;if('srChannelCount'in _0x1cea73)_0x1b49fa++;if('devicePosture'in _0x3730e1)_0x1b49fa++;if(_0x59681f!==undefined&&_0x59681f!==null&&'segments'in _0x59681f)_0x1b49fa++;if('getTextInformation'in _0x22c902)_0x1b49fa++;return _0x1b49fa>=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 _0x21c302=navigator;return typeof _0x21c302['maxTouchPoints']==='number'&&_0x21c302['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 _0x4a062b=navigator,_0x1298c2=[];for(const _0x36c033 of Object['getOwnPropertyNames'](Object['getPrototypeOf'](_0x4a062b))){if(BLACKLIST['includes'](_0x36c033))continue;try{const _0x73e90c=_0x4a062b[_0x36c033];typeof _0x73e90c==='function'&&_0x73e90c['name']!==undefined&&_0x1298c2['push'](_0x73e90c['name']);}catch(_0x191c73){return[_0x191c73 instanceof Error?_0x191c73['message']:String(_0x191c73)];}}return _0x1298c2;}const HIGH_ENTROPY_HINTS=['brands','mobile','platform','platformVersion','architecture','bitness','model','uaFullVersion','fullVersionList'];async function getUAClientHints(){const _0x520c24=navigator['userAgentData'];if(!_0x520c24||typeof _0x520c24!=='object')return undefined;const _0x57d318={},_0x22f0b6=[];if(typeof _0x520c24['getHighEntropyValues']==='function'){const _0x1d71fe=_0x520c24['getHighEntropyValues']['bind'](_0x520c24);await Promise['all'](HIGH_ENTROPY_HINTS['map'](async _0x247b98=>{try{const _0x26844e=await _0x1d71fe([_0x247b98]),_0x12d137=_0x26844e[_0x247b98];_0x12d137!==undefined&&(_0x57d318[_0x247b98]=typeof _0x12d137==='string'?_0x12d137:JSON['stringify'](_0x12d137));}catch(_0x547ed4){if(_0x547ed4 instanceof Error&&_0x547ed4['name']==='NotAllowedError')_0x22f0b6['push'](_0x247b98);else throw _0x547ed4;}}));}return{'b':_0x520c24['brands']['map'](_0x5635e5=>({'b':_0x5635e5['brand'],'v':_0x5635e5['version']})),'m':_0x520c24['mobile'],'p':_0x520c24['platform']??null,'h':_0x57d318,'nah':_0x22f0b6};}function getVendorFlavors(){const _0xec6e3d=[];for(const _0x12e87b of['chrome','safari','__crWeb','__gCrWeb','yandex','__yb','__ybro','__firefox__','__edgeTrackingPreventionStatistics','webkit','oprt','samsungAr','ucweb','UCShellJava','puffinDevice']){const _0x1369a2=window[_0x12e87b];_0x1369a2!==undefined&&_0x1369a2!==null&&typeof _0x1369a2==='object'&&_0xec6e3d['push'](_0x12e87b);}return _0xec6e3d['sort']();}const _0x36c5ec={};_0x36c5ec['workerIsolation']=getWorkerIsolation,_0x36c5ec['webGlExtended']=getWebGlExtended;const stage1Sources=_0x36c5ec,_0xd0dece={};_0xd0dece['canvas']=getCanvasSignal,_0xd0dece['canvasAdvanced']=getCanvasAdvanced,_0xd0dece['canvasRandom']=getCanvasRandom,_0xd0dece['canvasPow']=getCanvasPow,_0xd0dece['webGpu']=getWebGpuSignal,_0xd0dece['webGlExtensionsHashed']=getWebGlExtensionsHashed,_0xd0dece['audio']=getAudioSignal,_0xd0dece['audioTrap']=getAudioTrap,_0xd0dece['audioConsistency']=getAudioConsistency,_0xd0dece['fonts']=getFonts,_0xd0dece['fontPreferences']=getFontPreferences,_0xd0dece['osFontValidation']=getOsFontValidation,_0xd0dece['systemColors']=getSystemColors,_0xd0dece['scrollbarWidth']=getScrollbarWidth,_0xd0dece['formControlFont']=getFormControlFont,_0xd0dece['subPixelRendering']=getSubPixelRendering,_0xd0dece['screenFrame']=getScreenFrame,_0xd0dece['screenIframe']=getScreenIframe,_0xd0dece['emoji']=getEmojiSignal,_0xd0dece['svgEmoji']=getSvgEmojiSignal,_0xd0dece['mathml']=getMathML,_0xd0dece['computedStyle']=getComputedStyleSignal,_0xd0dece['iframeProxy']=getIframeProxy,_0xd0dece['iframeSignals']=getIframeSignals,_0xd0dece['adblockFilterMatch']=getAdblockFilterMatch,_0xd0dece['videoCodecs']=getVideoCodecs,_0xd0dece['drmSystems']=getDrmSystems,_0xd0dece['mediaCodecsExtended']=getMediaCodecsExtended,_0xd0dece['webAuthnCapabilities']=getWebAuthnCapabilities,_0xd0dece['speechVoices']=getSpeechVoices,_0xd0dece['barcodeDetection']=getBarcodeDetection,_0xd0dece['subtleCryptoExport']=getSubtleCryptoExport,_0xd0dece['webRtcDevices']=getWebRtcDevices,_0xd0dece['networkIceProbe']=getNetworkIceProbe,_0xd0dece['permissions']=getPermissions,_0xd0dece['notificationContradiction']=getNotificationContradiction,_0xd0dece['fileSystemAccess']=getFileSystemAccess,_0xd0dece['storageQuota']=getStorageQuota,_0xd0dece['storageEstimate']=getStorageEstimate,_0xd0dece['indexedDbBlob']=getIndexedDbBlob,_0xd0dece['geolocationProbe']=getGeolocationProbe,_0xd0dece['battery']=getBatterySignal,_0xd0dece['filesystemUrlProbe']=getFilesystemUrlProbe,_0xd0dece['storagePersisted']=getStoragePersisted,_0xd0dece['incognitoDetection']=getIncognitoDetection,_0xd0dece['headless']=getHeadlessSignals,_0xd0dece['restrictedEnvironment']=getRestrictedEnvironment,_0xd0dece['uaClientHints']=getUAClientHints,_0xd0dece['detectBrave']=getDetectBrave,_0xd0dece['detectSamsungInternet']=getDetectSamsungInternet,_0xd0dece['torBrowserProbe']=getTorBrowserProbe,_0xd0dece['wasmFeaturesWorker']=getWasmFeaturesWorker,_0xd0dece['scrollBehavior']=getScrollBehavior,_0xd0dece['interactionTiming']=getInteractionTiming;const stage2Sources=_0xd0dece,_0x3688c6={};_0x3688c6['osCpu']=getOsCpu,_0x3688c6['languages']=getLanguages,_0x3688c6['navigatorLanguages']=getNavigatorLanguages,_0x3688c6['colorDepth']=getColorDepth,_0x3688c6['deviceMemory']=getDeviceMemory,_0x3688c6['screenResolution']=getScreenResolution,_0x3688c6['hardwareConcurrency']=getHardwareConcurrency,_0x3688c6['timezone']=getTimezone,_0x3688c6['platform']=getPlatform,_0x3688c6['plugins']=getPlugins,_0x3688c6['pluginsCount']=getPluginsCount,_0x3688c6['pluginsArray']=getPluginsArray,_0x3688c6['touchSupport']=getTouchSupport,_0x3688c6['vendor']=getVendor,_0x3688c6['vendorFlavors']=getVendorFlavors,_0x3688c6['userAgent']=getUserAgent,_0x3688c6['appVersion']=getAppVersion,_0x3688c6['userAgentData']=getUserAgentData,_0x3688c6['productSub']=getProductSub,_0x3688c6['windowDimensions']=getWindowDimensions,_0x3688c6['devicePixelRatio']=getDevicePixelRatio,_0x3688c6['sessionStorage']=getSessionStorage,_0x3688c6['localStorage']=getLocalStorage,_0x3688c6['indexedDB']=getIndexedDB,_0x3688c6['cookiesEnabled']=areCookiesEnabled,_0x3688c6['webSqlDatabase']=getWebSqlDatabase,_0x3688c6['colorGamut']=getColorGamut,_0x3688c6['colorScheme']=getColorScheme,_0x3688c6['invertedColors']=areColorsInverted,_0x3688c6['forcedColors']=areColorsForced,_0x3688c6['contrast']=getContrastPreference,_0x3688c6['reducedMotion']=isMotionReduced,_0x3688c6['reducedTransparency']=getReducedTransparency,_0x3688c6['hdr']=isHDR,_0x3688c6['mediaQueries']=getMediaQueries,_0x3688c6['cssSupports']=getCssSupports,_0x3688c6['cssSupportExtended']=getCssSupportExtended,_0x3688c6['cssRegisterProperty']=getCssRegisterProperty,_0x3688c6['cssCalcResolved']=getCssCalcResolved,_0x3688c6['cssTrigPrecision']=getCssTrigPrecision,_0x3688c6['math']=getMathSignal,_0x3688c6['endianness']=getEndianness,_0x3688c6['performanceNowMicroseconds']=getPerformanceNowMicroseconds,_0x3688c6['performanceResolution']=getPerformanceResolution,_0x3688c6['performanceMemory']=getPerformanceMemory,_0x3688c6['timerReliability']=getTimerReliability,_0x3688c6['epochTimestamp']=getEpochTimestamp,_0x3688c6['measuredTimezone']=getMeasuredTimezone,_0x3688c6['tzTampered']=getTzTampered,_0x3688c6['connectionInfo']=getConnectionInfo,_0x3688c6['connectionExtended']=getConnectionExtended,_0x3688c6['connectionSaveData']=getConnectionSaveData,_0x3688c6['networkRtt']=getNetworkRTT,_0x3688c6['navigatorOnline']=getNavigatorOnline,_0x3688c6['secureContext']=getSecureContext,_0x3688c6['serviceWorkerPresence']=getServiceWorkerPresence,_0x3688c6['sharedArrayBuffer']=getSharedArrayBuffer,_0x3688c6['notificationPresence']=getNotificationPresence,_0x3688c6['documentFocus']=getDocumentFocus,_0x3688c6['documentAttributes']=getDocumentAttributes,_0x3688c6['pageUrl']=getPageUrl,_0x3688c6['urlSegmentsHash']=getUrlSegmentsHash,_0x3688c6['ancestorOrigins']=getAncestorOrigins,_0x3688c6['doNotTrack']=getDoNotTrack,_0x3688c6['pdfViewerEnabled']=isPdfViewerEnabled,_0x3688c6['privateClickMeasurement']=getPrivateClickMeasurement,_0x3688c6['installedRelatedApps']=getInstalledRelatedApps,_0x3688c6['standalonePwa']=getStandalonePwa,_0x3688c6['applePay']=getApplePayState,_0x3688c6['audioBaseLatency']=getAudioContextBaseLatency,_0x3688c6['audioContextInfo']=getAudioContextInfo,_0x3688c6['mediaSession']=getMediaSession,_0x3688c6['mimeTypes']=getMimeTypes,_0x3688c6['mimeTypesCount']=getMimeTypesCount,_0x3688c6['pluginPropsEnum']=getPluginPropsEnum,_0x3688c6['supportedConstraints']=getSupportedConstraints,_0x3688c6['bomEnumeration']=getBomEnumeration,_0x3688c6['urlProtocolParser']=getUrlProtocolParser,_0x3688c6['architecture']=getArchitecture,_0x3688c6['wasmFeatures']=getWasmFeatures,_0x3688c6['featureVersion']=getFeatureVersion,_0x3688c6['lockdownFeatures']=getLockdownFeatures,_0x3688c6['intlCurrency']=getIntlCurrency,_0x3688c6['intlMetadata']=getIntlMetadata,_0x3688c6['intlSegmenter']=getIntlSegmenter,_0x3688c6['localeCurrency']=getLocaleCurrency,_0x3688c6['dateTimeLocale']=getDateTimeLocale,_0x3688c6['detectTrident']=getDetectTrident,_0x3688c6['detectEdgeHTML']=getDetectEdgeHTML,_0x3688c6['detectChromium']=getDetectChromium,_0x3688c6['detectChromium86']=getDetectChromium86,_0x3688c6['detectChromium122']=getDetectChromium122,_0x3688c6['detectGecko']=getDetectGecko,_0x3688c6['detectGecko120']=getDetectGecko120,_0x3688c6['detectGecko143']=getDetectGecko143,_0x3688c6['detectWebKit']=getDetectWebKit,_0x3688c6['detectWebKit606']=getDetectWebKit606,_0x3688c6['detectWebKit616']=getDetectWebKit616,_0x3688c6['detectSafari']=getDetectSafari,_0x3688c6['detectMobile']=getDetectMobile,_0x3688c6['navigatorMethods']=getNavigatorMethods,_0x3688c6['safariLocalStorageCallable']=getSafariLocalStorageCallable,_0x3688c6['webdriver']=getWebdriver,_0x3688c6['webdriverWritable']=getWebdriverWritable,_0x3688c6['windowProcess']=getWindowProcess,_0x3688c6['windowClose']=getWindowClose,_0x3688c6['windowPropertyNames']=getWindowPropertyNames,_0x3688c6['navigatorProtoFunctionNames']=getNavigatorProtoFunctionNames,_0x3688c6['nativeGetterSource']=getNativeGetterSource,_0x3688c6['navigatorDescriptors']=getNavigatorDescriptors,_0x3688c6['bindToString']=getBindToString,_0x3688c6['evalLength']=getEvalLength,_0x3688c6['errorStack']=getErrorStackFormat,_0x3688c6['createElementDescriptor']=getCreateElementDescriptor,_0x3688c6['getterProxyDetection']=getGetterProxyDetection,_0x3688c6['getterToString']=getGetterToString,_0x3688c6['externalObjectString']=getExternalObjectString,_0x3688c6['objectInspectGlobal']=getObjectInspectGlobal,_0x3688c6['objectFunctionTypeof']=getObjectFunctionTypeof,_0x3688c6['prototypeChain']=getPrototypeChain,_0x3688c6['pluginOverflow']=getPluginOverflow,_0x3688c6['languagesProtoChain']=getLanguagesProtoChain,_0x3688c6['elementMatchesPolyfill']=getElementMatchesPolyfill,_0x3688c6['nodeTypeSanity']=getNodeTypeSanity,_0x3688c6['proxyDetection']=getProxyDetection,_0x3688c6['protoChainProxyTrap']=getProtoChainProxyTrap,_0x3688c6['tamperAggregate']=getTamperAggregate,_0x3688c6['screenVerify']=getScreenVerify,_0x3688c6['canvasModified']=getCanvasModified,_0x3688c6['gpuGibberish']=getGpuGibberish,_0x3688c6['extensionDetection']=getExtensionDetection,_0x3688c6['platformApiScoring']=getPlatformApiScoring,_0x3688c6['stackBytes']=getStackBytes,_0x3688c6['mathRandomDeterminism']=getMathRandomDeterminism,_0x3688c6['urlIsTrusted']=getUrlIsTrusted,_0x3688c6['eventIsTrusted']=getEventIsTrusted,_0x3688c6['automationDescriptor']=getAutomationDescriptor,_0x3688c6['cdpDetection']=getCdpDetection,_0x3688c6['chromeRuntime']=getChromeRuntime,_0x3688c6['playwrightMarkers']=getPlaywrightMarkers,_0x3688c6['stealthMarkers']=getStealthMarkers,_0x3688c6['sourceUrlLeak']=getSourceUrlLeak,_0x3688c6['devtoolsDetection']=getDevtoolsDetection,_0x3688c6['devtoolsWindowSize']=getDevtoolsWindowSize,_0x3688c6['webGlBasics']=getWebGlBasics,_0x3688c6['webGlCanvas']=getWebGlCanvas,_0x3688c6['webGlSphere']=getWebGlSphere,_0x3688c6['webGpuContention']=getWebGpuContention,_0x3688c6['webCodecsHardware']=getWebCodecsHardware;const stage3Sources=_0x3688c6;let lastPipelineTrace=null;function timedSource(_0x2e5cb2,_0x2b4f99,_0x380b4d){return _0x5d5227=>{const _0xe0c356=performance['now'](),_0x44a7bc=()=>{_0x380b4d[_0x2e5cb2]=performance['now']()-_0xe0c356;},_0x25337c=_0x10f0c7=>{return()=>{const _0x136254=_0x10f0c7();if(isPromise(_0x136254))return _0x136254['then'](_0x52a2f7=>{return _0x44a7bc(),_0x52a2f7;});return _0x44a7bc(),_0x136254;};},_0xe3cc6e=_0x2b4f99(_0x5d5227);if(isPromise(_0xe3cc6e))return _0xe3cc6e['then'](_0x3c4aa0=>{if(typeof _0x3c4aa0==='function')return _0x25337c(_0x3c4aa0);return _0x44a7bc(),_0x3c4aa0;});if(typeof _0xe3cc6e==='function')return _0x25337c(_0xe3cc6e);return _0x44a7bc(),_0xe3cc6e;};}function instrumentSources(_0x503953,_0x46d09c){const _0x11dade={};for(const _0x15962a of Object['keys'](_0x503953)){_0x11dade[_0x15962a]=timedSource(_0x15962a,_0x503953[_0x15962a],_0x46d09c);}return _0x11dade;}function getPipelineTrace(){return lastPipelineTrace;}function loadBuiltinSources(_0x3b3b25){const _0x5a87e2={'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=_0x5a87e2;const _0x4ad75e={...stage1Sources,...stage2Sources},_0x4bb0cd=instrumentSources(_0x4ad75e,_0x5a87e2['collectorTimings']),_0x1c8418=Object['keys'](_0x4bb0cd)['length']>0x0,_0x3da25b=_0x1c8418?((()=>{return _0x5a87e2['wave1LoadStart']=performance['now'](),loadSources(_0x4bb0cd,_0x3b3b25,[]);})()):null,_0x33b2a9=instrumentSources(stage3Sources,_0x5a87e2['collectorTimings']),_0x1abdbb=requestIdleCallbackIfAvailable(0x8,0x10)['then'](()=>{return _0x5a87e2['idleResolvedAt']=performance['now'](),_0x5a87e2['wave2LoadStart']=performance['now'](),loadSources(_0x33b2a9,_0x3b3b25,[]);});return _0x1abdbb['then'](undefined,()=>undefined),async function _0x41e12f(){_0x5a87e2['getStart']=performance['now']();if(_0x3da25b){const [_0x572155,_0x45ba8d]=await Promise['all']([_0x3da25b()['then'](_0x2ab851=>{return _0x5a87e2['wave1Done']=performance['now'](),_0x2ab851;}),_0x1abdbb['then'](_0x155966=>_0x155966())['then'](_0x1198bb=>{return _0x5a87e2['wave2Done']=performance['now'](),_0x1198bb;})]);_0x5a87e2['allDone']=performance['now']();const _0x2e5055={..._0x45ba8d,..._0x572155};return _0x2e5055;}const _0x28c024=await _0x1abdbb,_0x2b86d2=await _0x28c024();return _0x5a87e2['wave2Done']=performance['now'](),_0x5a87e2['allDone']=performance['now'](),_0x2b86d2;};}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(_0x3cb5a2){if(!(_0x3cb5a2 instanceof DOMException))return![];const _0x276e20=_0x3cb5a2['message'];for(const _0x1a05b7 of SANDBOX_MESSAGE_PATTERNS){if(_0x1a05b7['test'](_0x276e20))return!![];}return _0x3cb5a2['name']==='SecurityError';}}const version='1.0.5';function componentsToDebugString(_0x2339dd){return JSON['stringify'](_0x2339dd,(_0x5a1b48,_0x3e941c)=>{if(_0x3e941c instanceof Error)return errorToObject(_0x3e941c);return _0x3e941c;},0x2);}function makeEngine(_0x101d62,_0x5bd38b){const _0x56a99d=Date['now']();return{async 'get'(_0x4d9b0d){const _0x11f54c=Date['now'](),_0x1d9f77=await _0x101d62();(_0x5bd38b===!![]||_0x4d9b0d?.['debug']===!![])&&console['log']('Copy\x20the\x20text\x20below\x20to\x20get\x20the\x20debug\x20data:\x0a\x0a```\x0aversion:\x20'+version+'\x0auserAgent:\x20'+navigator['userAgent']+'\x0atimeBetweenLoadAndGet:\x20'+(_0x11f54c-_0x56a99d)+'\x0acomponents:\x20'+componentsToDebugString(_0x1d9f77)+'\x0a```');const _0x32b8ca={};return _0x32b8ca['components']=_0x1d9f77,_0x32b8ca['version']=version,_0x32b8ca;}};}function load(_0x40b8be={}){if(isSandboxedIframe())throw new SentinelError('Running\x20inside\x20sandboxed\x20iframes\x20(without\x20allow-same-origin)\x20is\x20not\x20supported','sandboxed_iframe');const {debug:_0x45249e,proxyDetection:proxyDetection='high',apiKey:_0xa17c49,endpoint:_0x4ae178,linkedId:_0x27e6f4,tag:_0x295e8e}=_0x40b8be;setProxyDetectionMode(proxyDetection);const _0x501134={};_0x501134['cache']={},_0x501134['debug']=_0x45249e;const _0xd24c30=loadBuiltinSources(_0x501134),_0x433769=makeEngine(_0xd24c30,_0x45249e);if(_0xa17c49!==undefined&&_0x4ae178!==undefined){const _0x3c3b84={};_0x3c3b84['apiKey']=_0xa17c49,_0x3c3b84['endpoint']=_0x4ae178;const _0x12db6a={};_0x12db6a['linkedId']=_0x27e6f4,_0x12db6a['tag']=_0x295e8e,_0x433769['result']=capture(_0x433769,_0x3c3b84,_0x12db6a)['catch'](_0x1339ea=>{_0x45249e===!![]&&console['error']('[Sentinel]\x20auto-capture\x20failed:',_0x1339ea);throw _0x1339ea;}),_0x433769['result']['catch'](()=>undefined);}return _0x433769;}function createPageHideAbortController(){const _0x2e012f=new AbortController();if(typeof window==='undefined'){const _0x49b8d8={};return _0x49b8d8['signal']=_0x2e012f['signal'],_0x49b8d8['dispose']=()=>undefined,_0x49b8d8;}const _0x1c4a99=()=>{if(!_0x2e012f['signal']['aborted'])_0x2e012f['abort']();},_0x57368c={};_0x57368c['once']=!![],window['addEventListener']('pagehide',_0x1c4a99,_0x57368c);const _0x2874d0={};_0x2874d0['once']=!![],window['addEventListener']('beforeunload',_0x1c4a99,_0x2874d0);let _0x4d5c3a=![];const _0x401b47=()=>{if(_0x4d5c3a)return;_0x4d5c3a=!![],window['removeEventListener']('pagehide',_0x1c4a99),window['removeEventListener']('beforeunload',_0x1c4a99);},_0x5a1ed0={};return _0x5a1ed0['signal']=_0x2e012f['signal'],_0x5a1ed0['dispose']=_0x401b47,_0x5a1ed0;}const WITHOUT_DEFAULT_TAG='@danetix/sentinel/without-default/v1';function withoutDefault(_0x22b9ff){const _0x2f59b9={};return _0x2f59b9['__type__']=WITHOUT_DEFAULT_TAG,_0x2f59b9['value']=_0x22b9ff,_0x2f59b9;}function isWithoutDefault(_0x25d5ee){if(_0x25d5ee===null||typeof _0x25d5ee!=='object')return![];const _0x6cfb1=_0x25d5ee;return _0x6cfb1['__type__']===WITHOUT_DEFAULT_TAG&&'value'in _0x6cfb1;}function unwrapWithoutDefault(_0x37b7fd){return isWithoutDefault(_0x37b7fd)?_0x37b7fd['value']:_0x37b7fd;}async function handleAgentData(_0x1d84b9,_0x13846d){let _0x14f3d7;try{_0x14f3d7=_0x13846d?.['raw']===!![]?_0x1d84b9:await decodePayload(_0x1d84b9);}catch(_0x2d672a){throw new SentinelError('handleAgentData:\x20decode\x20failed\x20('+(_0x2d672a instanceof Error?_0x2d672a['message']:String(_0x2d672a))+')','bad_response_format');}let _0x129e30;try{_0x129e30=JSON['parse'](_0x14f3d7);}catch(_0x283440){throw new SentinelError('handleAgentData:\x20not\x20valid\x20JSON\x20('+(_0x283440 instanceof Error?_0x283440['message']:String(_0x283440))+')','bad_response_format');}if(_0x129e30===null||typeof _0x129e30!=='object'||typeof _0x129e30['requestId']!=='string'||typeof _0x129e30['visitorId']!=='string')throw new SentinelError('handleAgentData:\x20response\x20missing\x20required\x20fields\x20(requestId,\x20visitorId)','bad_response_format');if(_0x129e30['visitorId']['length']===0x0||_0x129e30['visitorId']['length']>0x1000||/[\x00-\x1f\x7f]/['test'](_0x129e30['visitorId']))throw new SentinelError('handleAgentData:\x20visitorId\x20failed\x20format\x20validation','bad_response_format');return saveDeviceToken(_0x129e30['visitorId']),Array['isArray'](_0x129e30['notifications'])&&dispatchNotifications(_0x129e30['notifications']),_0x129e30;}function dispatchNotifications(_0x358926){for(const _0x1583d6 of _0x358926){if(_0x1583d6===null||typeof _0x1583d6!=='object')continue;const _0x467dcc=String(_0x1583d6['message']);if(_0x1583d6['level']==='error')console['error'](_0x467dcc);else{if(_0x1583d6['level']==='warning')console['warn'](_0x467dcc);else console['log'](_0x467dcc);}}}const STORAGE_SUFFIX='lr',RING_SIZE=0x2;function createReplayChannel(_0x43edab={}){const _0x49af70=_0x43edab['prefix']??'_dx',_0x202acb=Math['max'](0x1,_0x43edab['ringSize']??RING_SIZE),_0x3949db=''+_0x49af70+STORAGE_SUFFIX;function _0x5a886e(){if(typeof localStorage==='undefined')return[];try{const _0x2dd268=localStorage['getItem'](_0x3949db);if(_0x2dd268===null)return[];const _0x57ed21=JSON['parse'](_0x2dd268);if(!Array['isArray'](_0x57ed21))return[];return _0x57ed21['filter'](_0x532c5b=>typeof _0x532c5b==='string');}catch{return[];}}function _0x31fb6e(_0x436f2b){if(typeof localStorage==='undefined')return;try{localStorage['setItem'](_0x3949db,JSON['stringify'](_0x436f2b));}catch{}}return{'list'(){return _0x5a886e();},'record'(_0x4a80f2){if(typeof _0x4a80f2!=='string'||_0x4a80f2['length']===0x0)return;const _0x248aa1=_0x5a886e(),_0x7424f=_0x248aa1['filter'](_0x45420c=>_0x45420c!==_0x4a80f2);_0x7424f['push'](_0x4a80f2);while(_0x7424f['length']>_0x202acb)_0x7424f['shift']();_0x31fb6e(_0x7424f);},'acknowledge'(_0x32fccd){if(_0x32fccd['length']===0x0)return;const _0x367a80=_0x5a886e(),_0xc0cd12=new Set(_0x32fccd),_0x98255b=_0x367a80['filter'](_0x1b5103=>!_0xc0cd12['has'](_0x1b5103));if(_0x98255b['length']===_0x367a80['length'])return;_0x31fb6e(_0x98255b);},'clear'(){if(typeof localStorage==='undefined')return;try{localStorage['removeItem'](_0x3949db);}catch{}}};}function resolveRandomizeStrategy(_0x4ad37a){if(_0x4ad37a===undefined)return'replace';if(_0x4ad37a===![]||_0x4ad37a==='off')return'off';if(_0x4ad37a===!![]||_0x4ad37a==='replace')return'replace';return'append';}function start(_0x44d4d1){const {apiKey:_0x166fb6,endpoint:_0x2f09cb,cache:_0xa42b5f,randomizeEndpointPath:_0x49091e,integrationInfo:_0x507cfa,urlPrivacy:_0x11f545,..._0x441d54}=_0x44d4d1,_0x349534=load(_0x441d54),_0x341459={'apiKey':_0x166fb6,'endpoint':_0x2f09cb,'randomizeStrategy':resolveRandomizeStrategy(_0x49091e),'integrationInfo':_0x507cfa,'urlPrivacy':_0x11f545},_0x4bfba0=_0xa42b5f?createCache(_0xa42b5f):null;return{'get'(_0x1fc38d){const {ignoreCache:_0x5d07fb,..._0xb14ad8}=_0x1fc38d??{},_0x19f26a={};_0x19f26a['tag']=_0xb14ad8['tag'],_0x19f26a['linkedId']=_0xb14ad8['linkedId'];const _0x20ba84=_0x19f26a;if(_0x5d07fb!==!![]&&_0x4bfba0!==null){const _0x56152b=_0x4bfba0['get'](_0x20ba84);if(_0x56152b!==null)return Promise['resolve'](_0x56152b);}return capture(_0x349534,_0x341459,_0xb14ad8)['then'](_0x17e021=>{if(_0x4bfba0!==null)_0x4bfba0['set'](_0x17e021,_0x20ba84);return _0x17e021;});},'clearCache'(){if(_0x4bfba0!==null)_0x4bfba0['clear']();}};}const _0x5309f9={};_0x5309f9['start']=start;var index=_0x5309f9;exports['CspBlockError']=CspBlockError,exports['FetchTimeoutError']=FetchTimeoutError,exports['SentinelError']=SentinelError,exports['buildEndpointSuffix']=buildEndpointSuffix,exports['createPageHideAbortController']=createPageHideAbortController,exports['createReplayChannel']=createReplayChannel,exports['default']=index,exports['detectFrameworks']=detectFrameworks,exports['getPageVisitId']=getPageVisitId,exports['getPipelineTrace']=getPipelineTrace,exports['handleAgentData']=handleAgentData,exports['isSentinelError']=isSentinelError,exports['isWithoutDefault']=isWithoutDefault,exports['listRegisteredIntegrations']=listRegisteredIntegrations,exports['load']=load,exports['randomizeEndpoint']=randomizeEndpoint,exports['registerIntegration']=registerIntegration,exports['start']=start,exports['unwrapWithoutDefault']=unwrapWithoutDefault,exports['withoutDefault']=withoutDefault;