function HandleClientIdLoaded(e){if(window._EA_ID=e,setClientId(window._EA_ID),populateBrowserVariables(),window._CTR_FingerprintGeneratedCallback)try{window._CTR_FingerprintGeneratedCallback(window._EA_ID)}catch(e){}if(!0!==window._CTR_IS_SPA){var n="https://ctrwow-prod-fingerprint-microservice.azurewebsites.net/api/CreateLogHttpTrigger?code=X52ZQaDTSiyjsN334TNPrE34ReCoFvTXh7l0v8fT2knldk1LpP1fYw==&trackingId="+getTrackingCode(),t=getSession();sendTrafficLogRequest(n,JSON.stringify({fingerprint:window._EA_ID,variables:window._EA_VARS,location:window.location,sessionId:t.sessionId,isNewSession:t.isNewSession,type:"PAGEVIEW",customData:window._CTR_CUSTOM_DATA}))}}function sendEvent(e){getTrackingCode()&&window._EA_ID&&window._CTR_IS_TRACKING_ENABLED&&window.socketConnection&&window.socketConnection.send(JSON.stringify(e))}function _EA_PUSH(e,n,t){if(getTrackingCode()&&window._EA_ID&&window._CTR_IS_TRACKING_ENABLED){var r="https://ctrwow-prod-fingerprint-microservice.azurewebsites.net/api/CreateFunctionHttpTrigger?code=UaJqPA9RGvefKokk5Jt6CXObgyELuRwSLvpiGFZi6FtD//RXEBzcIg==&trackingId="+getTrackingCode();"LOGIN"===e&&clearSession();var i=getSession();if("PAGEVIEW"===e)sendTrafficLogRequest(r,JSON.stringify({fingerprint:window._EA_ID,variables:window._EA_VARS,location:window.location,sessionId:i.sessionId,isNewSession:i.isNewSession,fnName:e,args:n,customData:window._CTR_CUSTOM_DATA})),window._EA_START_TIME=new Date;else if("ONUNLOAD"===e){window._EA_END_TIME=new Date;var o=window._EA_END_TIME-window._EA_START_TIME;sendTrafficLogRequest(r,JSON.stringify({fingerprint:window._EA_ID,variables:window._EA_VARS,location:window.location,sessionId:i.sessionId,isNewSession:i.isNewSession,fnName:e,customData:window._CTR_CUSTOM_DATA,args:{timeSpentOnPageInMiliSeconds:o,eventParams:n}})),window._EA_START_TIME=new Date}else t?sendEvent({fingerprint:window._EA_ID,fnName:e,type:"FN",args:n,location:window.location,variables:window._EA_VARS,sessionId:i.sessionId,isNewSession:i.isNewSession,customData:window._CTR_CUSTOM_DATA}):sendTrafficLogRequest(r,JSON.stringify({fingerprint:window._EA_ID,fnName:e,args:n,location:window.location,variables:window._EA_VARS,sessionId:i.sessionId,isNewSession:i.isNewSession,customData:window._CTR_CUSTOM_DATA}));return"LOGOUT"===e&&clearSession(),e}}function getClientId(){return getCookie("d_ctr_cid")}function setClientId(e){e&&setCookie("d_ctr_cid",e,window._CTR_FINGERPRINT_CACHE_DURATION||1051200)}function getTrackingCode(){return window._CTR_TRACKING_ID}function getSession(){var e="d_ctr_sid"+getTrackingCode(),n=getCookie(e),t=!1;return n||(n=generateSessionId(),t=!0),setCookie(e,n,30),{sessionId:n,isNewSession:t}}function clearSession(){setCookie("d_ctr_sid"+getTrackingCode(),"")}function generateSessionId(){var e=(new Date).getTime(),n=(1e9*Math.random()).toFixed(0);return window._CTR_TRACKING_ID+"."+e+"."+n}function sendTrafficLogRequest(e,n){if(getTrackingCode()&&window._EA_ID&&window._CTR_IS_TRACKING_ENABLED)try{if(!navigator.sendBeacon){var t=new XMLHttpRequest;return t.open("POST",e),t.setRequestHeader("Content-Type","application/json"),t.send(n),!0}navigator.sendBeacon(e,n)}catch(e){}}function getCookie(e){for(var n=e+"=",t=decodeURIComponent(document.cookie).split(";"),r=0;r<t.length;r++){for(var i=t[r];" "==i.charAt(0);)i=i.substring(1);if(0==i.indexOf(n))return i.substring(n.length,i.length)}return""}function setCookie(e,n,t){var r=new Date;r.setTime(r.getTime()+60*t*1e3);var i="expires="+r.toUTCString();document.cookie=e+"="+n+";"+i+";path=/"}function populateBrowserVariables(){var e=[],n="not available";e.push({key:"userAgent",value:navigator.userAgent}),e.push({key:"webdriver",value:navigator.webdriver||n}),e.push({key:"language",value:navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||n}),e.push({key:"colorDepth",value:window.screen.colorDepth||n}),e.push({key:"deviceMemory",value:navigator.deviceMemory||n}),e.push({key:"hardwareConcurrency",value:navigator.hardwareConcurrency||n}),e.push({key:"screenResolution",value:getScreenResolution()}),e.push({key:"availableScreenResolution",value:getAvailableScreenResolution()||n}),e.push({key:"timezoneOffset",value:(new Date).getTimezoneOffset()}),e.push({key:"timezone",value:getTimeZone()||n}),e.push({key:"sessionStorage",value:hasSessionStorage()}),e.push({key:"localStorage",value:hasLocalStorage()}),e.push({key:"indexedDb",value:hasIndexedDB()}),e.push({key:"addBehavior",value:!!window.HTMLElement.prototype.addBehavior}),e.push({key:"openDatabase",value:!!window.openDatabase}),e.push({key:"cpuClass",value:navigator.cpuClass||n}),e.push({key:"platform",value:navigator.platform||n}),e.push({key:"webglVendorAndRenderer",value:webglVendorAndRendererKey()}),e.push({key:"adBlock",value:getAdBlock()}),e.push({key:"hasLiedLanguages",value:getHasLiedLanguages()}),e.push({key:"hasLiedResolution",value:getHasLiedResolution()}),e.push({key:"hasLiedOs",value:getHasLiedOs()}),e.push({key:"hasLiedBrowser",value:getHasLiedBrowser()}),e.push({key:"touchSupport",value:getTouchSupport()}),e.push({key:"audio",value:0}),e.push({key:"referrer",value:document.referrer}),window._EA_VARS=e}function getScreenResolution(){var e=[window.screen.width,window.screen.height];return e.sort().reverse(),e}function getAvailableScreenResolution(){if(window.screen.availWidth&&window.screen.availHeight){var e=[window.screen.availHeight,window.screen.availWidth];return e.sort().reverse(),e}return null}function getTimeZone(){return window.Intl&&window.Intl.DateTimeFormat?(new window.Intl.DateTimeFormat).resolvedOptions().timeZone:null}function hasSessionStorage(){try{return!!window.sessionStorage}catch(e){return null}}function hasLocalStorage(){try{return!!window.localStorage}catch(e){return null}}function hasIndexedDB(){try{return!!window.indexedDB}catch(e){return null}}function getWebglVendorAndRenderer(){try{var e=getWebglCanvas(),n=e.getExtension("WEBGL_debug_renderer_info"),t=e.getParameter(n.UNMASKED_VENDOR_WEBGL)+"~"+e.getParameter(n.UNMASKED_RENDERER_WEBGL);return loseWebglContext(e),t}catch(e){return null}}function getWebglCanvas(){var e=document.createElement("canvas"),n=null;try{n=e.getContext("webgl")||e.getContext("experimental-webgl")}catch(e){}return n=n||null}function loseWebglContext(e){var n=e.getExtension("WEBGL_lose_context");null!=n&&n.loseContext()}function isCanvasSupported(){var e=document.createElement("canvas");return!(!e.getContext||!e.getContext("2d"))}function isWebGlSupported(){if(!isCanvasSupported())return!1;var e=getWebglCanvas(),n=!!window.WebGLRenderingContext&&!!e;return loseWebglContext(e),n}function webglVendorAndRendererKey(){return isWebGlSupported()?getWebglVendorAndRenderer():null}function getAdBlock(){var e=document.createElement("div");e.innerHTML="&nbsp;";var n=!(e.className="adsbox");try{document.body.appendChild(e),n=0===document.getElementsByClassName("adsbox")[0].offsetHeight,document.body.removeChild(e)}catch(e){n=!1}return n}function getHasLiedLanguages(){if(void 0!==navigator.languages)try{if(navigator.languages[0].substr(0,2)!==navigator.language.substr(0,2))return!0}catch(e){return!0}return!1}function getHasLiedResolution(){return window.screen.width<window.screen.availWidth||window.screen.height<window.screen.availHeight}function getHasLiedOs(){var e,n=navigator.userAgent.toLowerCase(),t=navigator.oscpu,r=navigator.platform.toLowerCase();if(e=0<=n.indexOf("windows phone")?"Windows Phone":0<=n.indexOf("windows")||0<=n.indexOf("win16")||0<=n.indexOf("win32")||0<=n.indexOf("win64")||0<=n.indexOf("win95")||0<=n.indexOf("win98")||0<=n.indexOf("winnt")||0<=n.indexOf("wow64")?"Windows":0<=n.indexOf("android")?"Android":0<=n.indexOf("linux")||0<=n.indexOf("cros")||0<=n.indexOf("x11")?"Linux":0<=n.indexOf("iphone")||0<=n.indexOf("ipad")||0<=n.indexOf("ipod")||0<=n.indexOf("crios")||0<=n.indexOf("fxios")?"iOS":0<=n.indexOf("macintosh")||0<=n.indexOf("mac_powerpc)")?"Mac":"Other",("ontouchstart"in window||0<navigator.maxTouchPoints||0<navigator.msMaxTouchPoints)&&"Windows"!==e&&"Windows Phone"!==e&&"Android"!==e&&"iOS"!==e&&"Other"!==e&&-1===n.indexOf("cros"))return!0;if(void 0!==t){if(0<=(t=t.toLowerCase()).indexOf("win")&&"Windows"!==e&&"Windows Phone"!==e)return!0;if(0<=t.indexOf("linux")&&"Linux"!==e&&"Android"!==e)return!0;if(0<=t.indexOf("mac")&&"Mac"!==e&&"iOS"!==e)return!0;if((-1===t.indexOf("win")&&-1===t.indexOf("linux")&&-1===t.indexOf("mac"))!=("Other"===e))return!0}return 0<=r.indexOf("win")&&"Windows"!==e&&"Windows Phone"!==e||((0<=r.indexOf("linux")||0<=r.indexOf("android")||0<=r.indexOf("pike"))&&"Linux"!==e&&"Android"!==e||((0<=r.indexOf("mac")||0<=r.indexOf("ipad")||0<=r.indexOf("ipod")||0<=r.indexOf("iphone"))&&"Mac"!==e&&"iOS"!==e||!(0<=r.indexOf("arm")&&"Windows Phone"===e)&&(!(0<=r.indexOf("pike")&&0<=n.indexOf("opera mini"))&&((r.indexOf("win")<0&&r.indexOf("linux")<0&&r.indexOf("mac")<0&&r.indexOf("iphone")<0&&r.indexOf("ipad")<0&&r.indexOf("ipod")<0)!=("Other"===e)||void 0===navigator.plugins&&"Windows"!==e&&"Windows Phone"!==e))))}function getHasLiedBrowser(){var e,n=navigator.userAgent.toLowerCase(),t=navigator.productSub;if(0<=n.indexOf("edge/")||0<=n.indexOf("iemobile/"))return!1;if(0<=n.indexOf("opera mini"))return!1;if(("Chrome"===(e=0<=n.indexOf("firefox/")?"Firefox":0<=n.indexOf("opera/")||0<=n.indexOf(" opr/")?"Opera":0<=n.indexOf("chrome/")?"Chrome":0<=n.indexOf("safari/")?0<=n.indexOf("android 1.")||0<=n.indexOf("android 2.")||0<=n.indexOf("android 3.")||0<=n.indexOf("android 4.")?"AOSP":"Safari":0<=n.indexOf("trident/")?"Internet Explorer":"Other")||"Safari"===e||"Opera"===e)&&"20030107"!==t)return!0;var r,i=eval.toString().length;if(37===i&&"Safari"!==e&&"Firefox"!==e&&"Other"!==e)return!0;if(39===i&&"Internet Explorer"!==e&&"Other"!==e)return!0;if(33===i&&"Chrome"!==e&&"AOSP"!==e&&"Opera"!==e&&"Other"!==e)return!0;try{throw"a"}catch(e){try{e.toSource(),r=!0}catch(e){r=!1}}return r&&"Firefox"!==e&&"Other"!==e}function getTouchSupport(){var n,e=0;void 0!==navigator.maxTouchPoints?e=navigator.maxTouchPoints:void 0!==navigator.msMaxTouchPoints&&(e=navigator.msMaxTouchPoints);try{document.createEvent("TouchEvent"),n=!0}catch(e){n=!1}return[e,n,"ontouchstart"in window]}!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).FingerprintJS={})}(this,function(e){"use strict";var i=function(){return(i=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var i in n=arguments[t])Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i]);return e}).apply(this,arguments)};function d(e,a,s,c){return new(s=s||Promise)(function(t,n){function r(e){try{o(c.next(e))}catch(e){n(e)}}function i(e){try{o(c.throw(e))}catch(e){n(e)}}function o(e){var n;e.done?t(e.value):((n=e.value)instanceof s?n:new s(function(e){e(n)})).then(r,i)}o((c=c.apply(e,a||[])).next())})}function l(t,r){var i,o,a,e,s={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return e={next:n(0),throw:n(1),return:n(2)},"function"==typeof Symbol&&(e[Symbol.iterator]=function(){return this}),e;function n(n){return function(e){return function(n){if(i)throw new TypeError("Generator is already executing.");for(;s;)try{if(i=1,o&&(a=2&n[0]?o.return:n[0]?o.throw||((a=o.return)&&a.call(o),0):o.next)&&!(a=a.call(o,n[1])).done)return a;switch(o=0,a&&(n=[2&n[0],a.value]),n[0]){case 0:case 1:a=n;break;case 4:return s.label++,{value:n[1],done:!1};case 5:s.label++,o=n[1],n=[0];continue;case 7:n=s.ops.pop(),s.trys.pop();continue;default:if(!((a=0<(a=s.trys).length&&a[a.length-1])||6!==n[0]&&2!==n[0])){s=0;continue}if(3===n[0]&&(!a||n[1]>a[0]&&n[1]<a[3])){s.label=n[1];break}if(6===n[0]&&s.label<a[1]){s.label=a[1],a=n;break}if(a&&s.label<a[2]){s.label=a[2],s.ops.push(n);break}a[2]&&s.ops.pop(),s.trys.pop();continue}n=r.call(t,s)}catch(e){n=[6,e],o=0}finally{i=a=0}if(5&n[0])throw n[1];return{value:n[0]?n[1]:void 0,done:!0}}([n,e])}}}function s(){for(var e=0,n=0,t=arguments.length;n<t;n++)e+=arguments[n].length;var r=Array(e),i=0;for(n=0;n<t;n++)for(var o=arguments[n],a=0,s=o.length;a<s;a++,i++)r[i]=o[a];return r}function f(n,t){return new Promise(function(e){return setTimeout(e,n,t)})}function u(e,n){try{var t=e();(r=t)&&"function"==typeof r.then?t.then(function(e){return n(!0,e)},function(e){return n(!1,e)}):n(!0,t)}catch(e){n(!1,e)}var r}function h(i,o,a){return void 0===a&&(a=16),d(this,void 0,void 0,function(){var n,t,r;return l(this,function(e){switch(e.label){case 0:n=Date.now(),t=0,e.label=1;case 1:return t<i.length?(o(i[t],t),(r=Date.now())>=n+a?(n=r,[4,f(0)]):[3,3]):[3,4];case 2:e.sent(),e.label=3;case 3:return++t,[3,1];case 4:return[2]}})})}function v(e,n){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],n=[n[0]>>>16,65535&n[0],n[1]>>>16,65535&n[1]];var t=[0,0,0,0];return t[3]+=e[3]+n[3],t[2]+=t[3]>>>16,t[3]&=65535,t[2]+=e[2]+n[2],t[1]+=t[2]>>>16,t[2]&=65535,t[1]+=e[1]+n[1],t[0]+=t[1]>>>16,t[1]&=65535,t[0]+=e[0]+n[0],t[0]&=65535,[t[0]<<16|t[1],t[2]<<16|t[3]]}function g(e,n){e=[e[0]>>>16,65535&e[0],e[1]>>>16,65535&e[1]],n=[n[0]>>>16,65535&n[0],n[1]>>>16,65535&n[1]];var t=[0,0,0,0];return t[3]+=e[3]*n[3],t[2]+=t[3]>>>16,t[3]&=65535,t[2]+=e[2]*n[3],t[1]+=t[2]>>>16,t[2]&=65535,t[2]+=e[3]*n[2],t[1]+=t[2]>>>16,t[2]&=65535,t[1]+=e[1]*n[3],t[0]+=t[1]>>>16,t[1]&=65535,t[1]+=e[2]*n[2],t[0]+=t[1]>>>16,t[1]&=65535,t[1]+=e[3]*n[1],t[0]+=t[1]>>>16,t[1]&=65535,t[0]+=e[0]*n[3]+e[1]*n[2]+e[2]*n[1]+e[3]*n[0],t[0]&=65535,[t[0]<<16|t[1],t[2]<<16|t[3]]}function p(e,n){return 32==(n%=64)?[e[1],e[0]]:n<32?[e[0]<<n|e[1]>>>32-n,e[1]<<n|e[0]>>>32-n]:(n-=32,[e[1]<<n|e[0]>>>32-n,e[0]<<n|e[1]>>>32-n])}function w(e,n){return 0==(n%=64)?e:n<32?[e[0]<<n|e[1]>>>32-n,e[1]<<n]:[e[1]<<n-32,0]}function m(e,n){return[e[0]^n[0],e[1]^n[1]]}function b(e){return m(e=g(e=m(e=g(e=m(e,[0,e[0]>>>1]),[4283543511,3981806797]),[0,e[0]>>>1]),[3301882366,444984403]),[0,e[0]>>>1])}function n(e,n){n=n||0;var t,r=(e=e||"").length%16,i=e.length-r,o=[0,n],a=[0,n],s=[0,0],c=[0,0],u=[2277735313,289559509],d=[1291169091,658871167];for(t=0;t<i;t+=16)s=[255&e.charCodeAt(t+4)|(255&e.charCodeAt(t+5))<<8|(255&e.charCodeAt(t+6))<<16|(255&e.charCodeAt(t+7))<<24,255&e.charCodeAt(t)|(255&e.charCodeAt(t+1))<<8|(255&e.charCodeAt(t+2))<<16|(255&e.charCodeAt(t+3))<<24],c=[255&e.charCodeAt(t+12)|(255&e.charCodeAt(t+13))<<8|(255&e.charCodeAt(t+14))<<16|(255&e.charCodeAt(t+15))<<24,255&e.charCodeAt(t+8)|(255&e.charCodeAt(t+9))<<8|(255&e.charCodeAt(t+10))<<16|(255&e.charCodeAt(t+11))<<24],o=v(g(o=v(o=p(o=m(o,s=g(s=p(s=g(s,u),31),d)),27),a),[0,5]),[0,1390208809]),a=v(g(a=v(a=p(a=m(a,c=g(c=p(c=g(c,d),33),u)),31),o),[0,5]),[0,944331445]);switch(s=[0,0],c=[0,0],r){case 15:c=m(c,w([0,e.charCodeAt(t+14)],48));case 14:c=m(c,w([0,e.charCodeAt(t+13)],40));case 13:c=m(c,w([0,e.charCodeAt(t+12)],32));case 12:c=m(c,w([0,e.charCodeAt(t+11)],24));case 11:c=m(c,w([0,e.charCodeAt(t+10)],16));case 10:c=m(c,w([0,e.charCodeAt(t+9)],8));case 9:a=m(a,c=g(c=p(c=g(c=m(c,[0,e.charCodeAt(t+8)]),d),33),u));case 8:s=m(s,w([0,e.charCodeAt(t+7)],56));case 7:s=m(s,w([0,e.charCodeAt(t+6)],48));case 6:s=m(s,w([0,e.charCodeAt(t+5)],40));case 5:s=m(s,w([0,e.charCodeAt(t+4)],32));case 4:s=m(s,w([0,e.charCodeAt(t+3)],24));case 3:s=m(s,w([0,e.charCodeAt(t+2)],16));case 2:s=m(s,w([0,e.charCodeAt(t+1)],8));case 1:o=m(o,s=g(s=p(s=g(s=m(s,[0,e.charCodeAt(t)]),u),31),d))}return o=v(o=m(o,[0,e.length]),a=m(a,[0,e.length])),a=v(a,o),o=v(o=b(o),a=b(a)),a=v(a,o),("00000000"+(o[0]>>>0).toString(16)).slice(-8)+("00000000"+(o[1]>>>0).toString(16)).slice(-8)+("00000000"+(a[0]>>>0).toString(16)).slice(-8)+("00000000"+(a[1]>>>0).toString(16)).slice(-8)}function r(e){return parseInt(e)}function o(e){return parseFloat(e)}function a(e,n){return"number"==typeof e&&isNaN(e)?n:e}function y(e){return e.reduce(function(e,n){return e+(n?1:0)},0)}function k(e,n){if(void 0===n&&(n=1),1<=Math.abs(n))return Math.round(e/n)*n;var t=1/n;return Math.round(e*t)/t}function _(e){return e&&"object"==typeof e&&"message"in e?e:{message:e}}function c(i,a,n){var s=Object.keys(i).filter(function(e){return!function(e,n){for(var t=0,r=e.length;t<r;++t)if(e[t]===n)return!0;return!1}(n,e)}),c=Array(s.length);return h(s,function(e,n){var t,o,r;c[n]=(t=i[e],o=a,r=new Promise(function(r){var i=Date.now();u(t.bind(null,o),function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var o=Date.now()-i;if(!e[0])return r(function(){return{error:_(e[1]),duration:o}});var t=e[1];if(function(e){return"function"!=typeof e}(t))return r(function(){return{value:t,duration:o}});r(function(){return new Promise(function(r){var i=Date.now();u(t,function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];var t=o+Date.now()-i;if(!e[0])return r({error:_(e[1]),duration:t});r({value:e[1],duration:t})})})})})}),function(){return r.then(function(e){return e()})})}),function(){return d(this,void 0,void 0,function(){var r,n,t,i,o,a;return l(this,function(e){switch(e.label){case 0:for(r={},n=0,t=s;n<t.length;n++)i=t[n],r[i]=void 0;o=Array(s.length),a=function(){var t;return l(this,function(e){switch(e.label){case 0:return t=!0,[4,h(s,function(n,e){o[e]||(c[e]?o[e]=c[e]().then(function(e){return r[n]=e}):t=!1)})];case 1:return e.sent(),t?[2,"break"]:[4,f(1)];case 2:return e.sent(),[2]}})},e.label=1;case 1:return[5,a()];case 2:if("break"===e.sent())return[3,4];e.label=3;case 3:return[3,1];case 4:return[4,Promise.all(o)];case 5:return e.sent(),[2,r]}})})}}function t(){var e=window,n=navigator;return 4<=y(["MSCSSMatrix"in e,"msSetImmediate"in e,"msIndexedDB"in e,"msMaxTouchPoints"in n,"msPointerEnabled"in n])}function C(){var e=window,n=navigator;return 3<=y(["msWriteProfilerMark"in e,"MSStream"in e,"msLaunchUri"in n,"msSaveBlob"in n])&&!t()}function S(){var e=window,n=navigator;return 5<=y(["webkitPersistentStorage"in n,"webkitTemporaryStorage"in n,0===n.vendor.indexOf("Google"),"webkitResolveLocalFileSystemURL"in e,"BatteryManager"in e,"webkitMediaStream"in e,"webkitSpeechGrammar"in e])}function A(){var e=window,n=navigator;return 4<=y(["ApplePayError"in e,"CSSPrimitiveValue"in e,"Counter"in e,0===n.vendor.indexOf("Apple"),"getStorageUpdates"in n,"WebKitMediaKeys"in e])}function x(){var e=window;return 3<=y(["safari"in e,!("DeviceMotionEvent"in e),!("ongestureend"in e),!("standalone"in navigator)])}function T(){var e,n,t=window;return 4<=y(["buildID"in navigator,"MozAppearance"in(null!==(n=null===(e=document.documentElement)||void 0===e?void 0:e.style)&&void 0!==n?n:{}),"onmozfullscreenchange"in t,"mozInnerScreenX"in t,"CSSMozDocumentRule"in t,"CanvasCaptureMediaStream"in t])}function O(){var e=document;return e.fullscreenElement||e.msFullscreenElement||e.mozFullScreenElement||e.webkitFullscreenElement||null}function E(){var e=S(),n=T();if(!e&&!n)return!1;var t=window;return 2<=y(["onorientationchange"in t,"orientation"in t,e&&!("SharedWorker"in t),n&&/android/i.test(navigator.appVersion)])}function I(e){var n=new Error(e);return n.name=e,n}function M(n,c,t){var r,i,o;return void 0===t&&(t=50),d(this,void 0,void 0,function(){var a,s;return l(this,function(e){switch(e.label){case 0:a=document,e.label=1;case 1:return a.body?[3,3]:[4,f(t)];case 2:return e.sent(),[3,1];case 3:s=a.createElement("iframe"),e.label=4;case 4:return e.trys.push([4,,10,11]),[4,new Promise(function(e,n){function t(){r=!0,e()}var r=!1;s.onload=t,s.onerror=function(e){r=!0,n(e)};var i=s.style;i.setProperty("display","block","important"),i.position="absolute",i.top="0",i.left="0",i.visibility="hidden",c&&"srcdoc"in s?s.srcdoc=c:s.src="about:blank",a.body.appendChild(s);var o=function(){var e,n;r||("complete"===(null===(n=null===(e=s.contentWindow)||void 0===e?void 0:e.document)||void 0===n?void 0:n.readyState)?t():setTimeout(o,10))};o()})];case 5:e.sent(),e.label=6;case 6:return(null===(i=null===(r=s.contentWindow)||void 0===r?void 0:r.document)||void 0===i?void 0:i.body)?[3,8]:[4,f(t)];case 7:return e.sent(),[3,6];case 8:return[4,n(s,s.contentWindow)];case 9:return[2,e.sent()];case 10:return null===(o=s.parentNode)||void 0===o||o.removeChild(s),[7];case 11:return[2]}})})}function D(l){for(var e=function(){for(var e,n,t="Unexpected syntax '"+l+"'",r=/^\s*([a-z-]*)(.*)$/i.exec(l),i=r[1]||void 0,o={},a=/([.:#][\w-]+|\[.+?\])/gi,s=function(e,n){o[e]=o[e]||[],o[e].push(n)};;){var c=a.exec(r[2]);if(!c)break;var u=c[0];switch(u[0]){case".":s("class",u.slice(1));break;case"#":s("id",u.slice(1));break;case"[":var d=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(u);if(!d)throw new Error(t);s(d[1],null!==(n=null!==(e=d[4])&&void 0!==e?e:d[5])&&void 0!==n?n:"");break;default:throw new Error(t)}}return[i,o]}(),n=e[0],t=e[1],r=document.createElement(null!=n?n:"div"),i=0,o=Object.keys(t);i<o.length;i++){var a=o[i],s=t[a].join(" ");"style"===a?R(r.style,s):r.setAttribute(a,s)}return r}function R(e,n){for(var t=0,r=n.split(";");t<r.length;t++){var i=r[t],o=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(i);if(o){var a=o[1],s=o[2],c=o[4];e.setProperty(a,s,c||"")}}}var L,P,N=["monospace","sans-serif","serif"],B=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function G(e){return e.toDataURL()}function F(){var e=this;return function(){if(void 0===P){var n=function(){var e=W();P=z(e)?setTimeout(n,2500):void(L=e)};n()}}(),function(){return d(e,void 0,void 0,function(){var t;return l(this,function(e){switch(e.label){case 0:return z(t=W())?L?[2,s(L)]:O()?[4,(n=document,(n.exitFullscreen||n.msExitFullscreen||n.mozCancelFullScreen||n.webkitExitFullscreen).call(n))]:[3,2]:[3,2];case 1:e.sent(),t=W(),e.label=2;case 2:return z(t)||(L=t),[2,t]}var n})})}}function W(){var e=screen;return[a(o(e.availTop),null),a(o(e.width)-o(e.availWidth)-a(o(e.availLeft),0),null),a(o(e.height)-o(e.availHeight)-a(o(e.availTop),0),null),a(o(e.availLeft),null)]}function z(e){for(var n=0;n<4;++n)if(e[n])return!1;return!0}var H={abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",'a[title="7naga poker" i]','[title="ALIENBOLA" i]'],abpvn:["#quangcaomb",".iosAdsiosAds-layout",".quangcao",'[href^="https://r88.vn/"]','[href^="https://zbet.vn/"]'],adBlockFinland:[".mainostila",".sponsorit",".ylamainos",'a[href*="/clickthrgh.asp?"]','a[href^="https://app.readpeak.com/ads"]'],adBlockPersian:["#navbar_notice_50",'a[href^="http://g1.v.fwmrm.net/ad/"]',".kadr",'TABLE[width="140px"]',"#divAgahi"],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect"],adGuardAnnoyances:['amp-embed[type="zen"]',".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil"],adGuardBase:["#ad-after","#ad-p3",".BetterJsPopOverlay","#ad_300X250","#bannerfloat22"],adGuardChinese:['a[href*=".ttz5.cn"]','a[href*=".yabovip2027.com/"]',".tm3all2h4b",".cc5278_banner_ad"],adGuardFrench:[".zonepub",'[class*="_adLeaderboard"]','[id^="block-xiti_oas-"]','a[href^="http://ptapjmp.com/"]','a[href^="https://go.alvexo.com/"]'],adGuardGerman:[".banneritemwerbung_head_1",".boxstartwerbung",".werbung3",'a[href^="http://www.eis.de/index.phtml?refid="]','a[href^="https://www.tipico.com/?affiliateId="]'],adGuardJapanese:["#kauli_yad_1","#ad-giftext","#adsSPRBlock",'a[href^="http://ad2.trafficgate.net/"]','a[href^="http://www.rssad.jp/"]'],adGuardMobile:["amp-auto-ads","#mgid_iframe",".amp_ad",'amp-embed[type="24smi"]',"#mgid_iframe1"],adGuardRussian:['a[href^="https://ya-distrib.ru/r/"]','a[href^="https://ad.letmeads.com/"]',".reclama",'div[id^="smi2adblock"]','div[id^="AdFox_banner_"]'],adGuardSocial:['a[href^="//www.stumbleupon.com/submit?url="]','a[href^="//telegram.me/share/url?"]',".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",'[href^="http://ads.glispa.com/"]'],adGuardTrackingProtection:['amp-embed[type="taboola"]',"#qoo-counter",'a[href^="http://click.hotlog.ru/"]','a[href^="http://hitcounter.ru/top/stat.php"]','a[href^="http://top.mail.ru/jump"]'],adGuardTurkish:["#backkapat","#reklami",'a[href^="http://adserv.ontek.com.tr/"]','a[href^="http://izlenzi.com/campaign/"]','a[href^="http://www.installads.net/"]'],bulgarian:["td#freenet_table_ads","#adbody","#ea_intext_div",".lapni-pop-over","#xenium_hot_offers"],easyList:["#AD_banner_bottom","#Ads_google_02","#N-ad-article-rightRail-1","#ad-fullbanner2","#ad-zone-2"],easyListChina:['a[href*=".wensixuetang.com/"]','A[href*="/hth107.com/"]','.appguide-wrap[onclick*="bcebos.com"]',".frontpageAdvM","#taotaole"],easyListCookie:["#adtoniq-msg-bar","#CoockiesPage","#CookieModal_cookiemodal","#DO_CC_PANEL","#ShowCookie"],easyListCzechSlovak:["#onlajny-stickers","#reklamni-box",".reklama-megaboard",".sklik",'[id^="sklikReklama"]'],easyListDutch:["#advertentie","#vipAdmarktBannerBlock",".adstekst",'a[href^="https://xltube.nl/click/"]',"#semilo-lrectangle"],easyListGermany:['a[href^="http://www.hw-area.com/?dp="]','a[href^="https://ads.sunmaker.com/tracking.php?"]',".werbung-skyscraper2",".bannergroup_werbung",".ads_rechts"],easyListItaly:[".box_adv_annunci",".sb-box-pubbliredazionale",'a[href^="http://affiliazioniads.snai.it/"]','a[href^="https://adserver.html.it/"]','a[href^="https://affiliazioniads.snai.it/"]'],easyListLithuania:[".reklamos_tarpas",".reklamos_nuorodos",'img[alt="Reklaminis skydelis"]','img[alt="Dedikuoti.lt serveriai"]','img[alt="Hostingas Serveriai.lt"]'],estonian:['A[href*="http://pay4results24.eu"]'],fanboyAnnoyances:["#feedback-tab","#taboola-below-article",".feedburnerFeedBlock",".widget-feedburner-counter",'[title="Subscribe to our blog"]'],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:[".td-tags-and-social-wrapper-box",".twitterContainer",".youtube-social",'a[title^="Like us on Facebook"]','img[alt^="Share on Digg"]'],frellwitSwedish:['a[href*="casinopro.se"][target="_blank"]','a[href*="doktor-se.onelink.me"]',"article.category-samarbete","div.holidAds","ul.adsmodern"],greekAdBlock:['A[href*="adman.otenet.gr/click?"]','A[href*="http://axiabanners.exodus.gr/"]','A[href*="http://interactive.forthnet.gr/click?"]',"DIV.agores300","TABLE.advright"],hungarian:['A[href*="ad.eval.hu"]','A[href*="ad.netmedia.hu"]','A[href*="daserver.ultraweb.hu"]',"#cemp_doboz",".optimonk-iframe-container"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container",".cookie-msg-info-container","#cookies-policy-sticky"],icelandicAbp:['A[href^="/framework/resources/forms/ads.aspx"]'],latvian:['a[href="http://www.salidzini.lv/"][style="display: block; width: 120px; height: 40px; overflow: hidden; position: relative;"]','a[href="http://www.salidzini.lv/"][style="display: block; width: 88px; height: 31px; overflow: hidden; position: relative;"]'],listKr:['a[href*="//kingtoon.slnk.kr"]','a[href*="//playdsb.com/kr"]',"div.logly-lift-adz",'div[data-widget_id="ml6EJ074"]',"ins.daum_ddn_area"],listeAr:[".geminiLB1Ad",".right-and-left-sponsers",'a[href*=".aflam.info"]','a[href*="booraq.org"]','a[href*="dubizzle.com/ar/?utm_source="]'],listeFr:['a[href^="http://promo.vador.com/"]',"#adcontainer_recherche",'a[href*="weborama.fr/fcgi-bin/"]',".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",'[href^="https://aff.sendhub.pl/"]','a[href^="http://advmanager.techfun.pl/redirect/"]','a[href^="http://www.trizer.pl/?utm_source"]',"div#skapiec_ad"],ro:['a[href^="//afftrk.altex.ro/Counter/Click"]','a[href^="/magazin/"]','a[href^="https://blackfridaysales.ro/trk/shop/"]','a[href^="https://event.2performant.com/events/click"]','a[href^="https://l.profitshare.ro/"]'],ruAd:['a[href*="//febrare.ru/"]','a[href*="//utimg.ru/"]','a[href*="://chikidiki.ru"]',"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]","#ads-google-middle_rectangle-group",".ads300s",".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",".ctpl-fullbanner",".zergnet-recommend",".yt.btn-link.btn-md.btn"]};function U(e){e.style.setProperty("display","block","important")}function j(e){return matchMedia("(inverted-colors: "+e+")").matches}function V(e){return matchMedia("(forced-colors: "+e+")").matches}function q(e){return matchMedia("(prefers-contrast: "+e+")").matches}function K(e){return matchMedia("(prefers-reduced-motion: "+e+")").matches}function J(e){return matchMedia("(dynamic-range: "+e+")").matches}function X(){return 0}var $=Math,Z={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]},Y={fonts:function(){return M(function(e,n){var r=n.document,t=r.body;t.style.fontSize="48px";function i(e){var n=r.createElement("span"),t=n.style;return t.position="absolute",t.top="0",t.left="0",t.fontFamily=e,n.textContent="mmMwWLliI0O&1",o.appendChild(n),n}var o=r.createElement("div"),a={},s={},c=N.map(i),u=function(){for(var e={},n=function(n){e[n]=N.map(function(e){return i("'"+n+"',"+e)})},t=0,r=B;t<r.length;t++)n(r[t]);return e}();t.appendChild(o);for(var d=0;d<N.length;d++)a[N[d]]=c[d].offsetWidth,s[N[d]]=c[d].offsetHeight;return B.filter(function(e){return t=u[e],N.some(function(e,n){return t[n].offsetWidth!==a[e]||t[n].offsetHeight!==s[e]});var t})})},domBlockers:function(e){var o=(void 0===e?{}:e).debug;return d(this,void 0,void 0,function(){var n,t,r,i;return l(this,function(e){switch(e.label){case 0:return A()||E()?(n=Object.keys(H),[4,function(c){var u;return d(this,void 0,void 0,function(){var n,t,r,i,o,a,s;return l(this,function(e){switch(e.label){case 0:for(n=document,t=n.createElement("div"),r=new Array(c.length),i={},U(t),s=0;s<c.length;++s)o=D(c[s]),U(a=n.createElement("div")),a.appendChild(o),t.appendChild(a),r[s]=o;e.label=1;case 1:return n.body?[3,3]:[4,f(50)];case 2:return e.sent(),[3,1];case 3:n.body.appendChild(t);try{for(s=0;s<c.length;++s)r[s].offsetParent||(i[c[s]]=!0)}finally{null===(u=t.parentNode)||void 0===u||u.removeChild(t)}return[2,i]}})})}((i=[]).concat.apply(i,n.map(function(e){return H[e]})))]):[2,void 0];case 1:return t=e.sent(),o&&function(e){for(var n="DOM blockers debug:\n```",t=0,r=Object.keys(H);t<r.length;t++){var i=r[t];n+="\n"+i+":";for(var o=0,a=H[i];o<a.length;o++){var s=a[o];n+="\n  "+s+" "+(e[s]?"\ud83d\udeab":"\u27a1\ufe0f")}}console.log(n+"\n```")}(t),(r=n.filter(function(e){var n=H[e];return y(n.map(function(e){return t[e]}))>.6*n.length})).sort(),[2,r]}})})},fontPreferences:function(){return void 0===a&&(a=4e3),M(function(e,n){var t=n.document,r=t.body,i=r.style;i.width=a+"px",i.webkitTextSizeAdjust=i.textSizeAdjust="none",S()?r.style.zoom=""+1/n.devicePixelRatio:A()&&(r.style.zoom="reset");var o=t.createElement("div");return o.textContent=s(Array(a/20<<0)).map(function(){return"word"}).join(" "),r.appendChild(o),function(e,n){for(var t={},r={},i=0,o=Object.keys(Z);i<o.length;i++){var a=o[i],s=Z[a],c=s[0],u=void 0===c?{}:c,d=s[1],l=void 0===d?"mmMwWLliI0fiflO&1":d,f=e.createElement("span");f.textContent=l,f.style.whiteSpace="nowrap";for(var h=0,v=Object.keys(u);h<v.length;h++){var g=v[h],p=u[g];void 0!==p&&(f.style[g]=p)}t[a]=f,n.appendChild(e.createElement("br")),n.appendChild(f)}for(var w=0,m=Object.keys(Z);w<m.length;w++)r[a=m[w]]=t[a].getBoundingClientRect().width;return r}(t,r)},'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">');var a},audio:function(){var e,n=window,t=n.OfflineAudioContext||n.webkitOfflineAudioContext;if(!t)return-2;if(A()&&!x()&&!(3<=y(["DOMRectList"in(e=window),"RTCPeerConnectionIceEvent"in e,"SVGGeometryElement"in e,"ontransitioncancel"in e])))return-1;var r=new t(1,5e3,44100),i=r.createOscillator();i.type="triangle",i.frequency.value=1e4;var o=r.createDynamicsCompressor();o.threshold.value=-50,o.knee.value=40,o.ratio.value=12,o.attack.value=0,o.release.value=.25,i.connect(o),o.connect(r.destination),i.start(0);var s,c,a=(s=r,c=function(){},[new Promise(function(n,t){var e=!1,r=0,i=0;function o(){setTimeout(function(){return t(I("timeout"))},Math.min(500,i+5e3-Date.now()))}s.oncomplete=function(e){return n(e.renderedBuffer)};var a=function(){try{switch(s.startRendering(),s.state){case"running":i=Date.now(),e&&o();break;case"suspended":document.hidden||r++,e&&3<=r?t(I("suspended")):setTimeout(a,500)}}catch(e){t(e)}};a(),c=function(){e||(e=!0,0<i&&o())}}),c]),u=a[1],d=a[0].then(function(e){return function(e){for(var n=0,t=0;t<e.length;++t)n+=Math.abs(e[t]);return n}(e.getChannelData(0).subarray(4500))},function(e){if("timeout"===e.name||"suspended"===e.name)return-3;throw e});return d.catch(function(){}),function(){return u(),d}},screenFrame:function(){var e=this,r=F();return function(){return d(e,void 0,void 0,function(){var n,t;return l(this,function(e){switch(e.label){case 0:return[4,r()];case 1:return n=e.sent(),[2,[(t=function(e){return null===e?null:k(e,10)})(n[0]),t(n[1]),t(n[2]),t(n[3])]]}})})}},osCpu:function(){return navigator.oscpu},languages:function(){var e,n=navigator,t=[],r=n.language||n.userLanguage||n.browserLanguage||n.systemLanguage;if(void 0!==r&&t.push([r]),Array.isArray(n.languages))S()&&3<=y([!("MediaSettingsRange"in(e=window)),"RTCEncodedAudioFrame"in e,""+e.Intl=="[object Intl]",""+e.Reflect=="[object Reflect]"])||t.push(n.languages);else if("string"==typeof n.languages){var i=n.languages;i&&t.push(i.split(","))}return t},colorDepth:function(){return window.screen.colorDepth},deviceMemory:function(){return a(o(navigator.deviceMemory),void 0)},screenResolution:function(){function e(e){return a(r(e),null)}var n=screen,t=[e(n.width),e(n.height)];return t.sort().reverse(),t},hardwareConcurrency:function(){return a(r(navigator.hardwareConcurrency),void 0)},timezone:function(){var e,n=null===(e=window.Intl)||void 0===e?void 0:e.DateTimeFormat;if(n){var t=(new n).resolvedOptions().timeZone;if(t)return t}var r,i=(r=(new Date).getFullYear(),-Math.max(o(new Date(r,0,1).getTimezoneOffset()),o(new Date(r,6,1).getTimezoneOffset())));return"UTC"+(0<=i?"+":"")+Math.abs(i)},sessionStorage:function(){try{return!!window.sessionStorage}catch(e){return!0}},localStorage:function(){try{return!!window.localStorage}catch(e){return!0}},indexedDB:function(){if(!t()&&!C())try{return!!window.indexedDB}catch(e){return!0}},openDatabase:function(){return!!window.openDatabase},cpuClass:function(){return navigator.cpuClass},platform:function(){var e=navigator.platform;return"MacIntel"===e&&A()&&!x()?function(){if("iPad"===navigator.platform)return!0;var e=screen,n=e.width/e.height;return 2<=y(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,.65<n&&n<1.53])}()?"iPad":"iPhone":e},plugins:function(){var e=navigator.plugins;if(e){for(var n=[],t=0;t<e.length;++t){var r=e[t];if(r){for(var i=[],o=0;o<r.length;++o){var a=r[o];i.push({type:a.type,suffixes:a.suffixes})}n.push({name:r.name,description:r.description,mimeTypes:i})}}return n}},canvas:function(){var e,n=((e=document.createElement("canvas")).width=1,e.height=1,[e,e.getContext("2d")]),t=n[0],r=n[1];return r&&t.toDataURL?{winding:function(e){return e.rect(0,0,10,10),e.rect(2,2,6,6),!e.isPointInPath(5,5,"evenodd")}(r),geometry:function(e,n){e.width=122,e.height=110,n.globalCompositeOperation="multiply";for(var t=0,r=[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]];t<r.length;t++){var i=r[t],o=i[0],a=i[1],s=i[2];n.fillStyle=o,n.beginPath(),n.arc(a,s,40,0,2*Math.PI,!0),n.closePath(),n.fill()}return n.fillStyle="#f9c",n.arc(60,60,60,0,2*Math.PI,!0),n.arc(60,60,20,0,2*Math.PI,!0),n.fill("evenodd"),G(e)}(t,r),text:function(e,n){e.width=240,e.height=60,n.textBaseline="alphabetic",n.fillStyle="#f60",n.fillRect(100,1,62,20),n.fillStyle="#069",n.font='11pt "Times New Roman"';var t="Cwm fjordbank gly "+String.fromCharCode(55357,56835);return n.fillText(t,2,15),n.fillStyle="rgba(102, 204, 0, 0.2)",n.font="18pt Arial",n.fillText(t,4,45),G(e)}(t,r)}:{winding:!1,geometry:"",text:""}},touchSupport:function(){var n,e=navigator,t=0;void 0!==e.maxTouchPoints?t=r(e.maxTouchPoints):void 0!==e.msMaxTouchPoints&&(t=e.msMaxTouchPoints);try{document.createEvent("TouchEvent"),n=!0}catch(e){n=!1}return{maxTouchPoints:t,touchEvent:n,touchStart:"ontouchstart"in window}},vendor:function(){return navigator.vendor||""},vendorFlavors:function(){for(var e=[],n=0,t=["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"];n<t.length;n++){var r=t[n],i=window[r];i&&"object"==typeof i&&e.push(r)}return e.sort()},cookiesEnabled:function(){var e=document;try{e.cookie="cookietest=1; SameSite=Strict;";var n=-1!==e.cookie.indexOf("cookietest=");return e.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",n}catch(e){return!1}},colorGamut:function(){for(var e=0,n=["rec2020","p3","srgb"];e<n.length;e++){var t=n[e];if(matchMedia("(color-gamut: "+t+")").matches)return t}},invertedColors:function(){return!!j("inverted")||!j("none")&&void 0},forcedColors:function(){return!!V("active")||!V("none")&&void 0},monochrome:function(){if(matchMedia("(min-monochrome: 0)").matches){for(var e=0;e<=100;++e)if(matchMedia("(max-monochrome: "+e+")").matches)return e;throw new Error("Too high value")}},contrast:function(){return q("no-preference")?0:q("high")||q("more")?1:q("low")||q("less")?-1:q("forced")?10:void 0},reducedMotion:function(){return!!K("reduce")||!K("no-preference")&&void 0},hdr:function(){return!!J("high")||!J("standard")&&void 0},math:function(){var e=$.acos||X,n=$.acosh||X,t=$.asin||X,r=$.asinh||X,i=$.atanh||X,o=$.atan||X,a=$.sin||X,s=$.sinh||X,c=$.cos||X,u=$.cosh||X,d=$.tan||X,l=$.tanh||X,f=$.exp||X,h=$.expm1||X,v=$.log1p||X;return{acos:e(.12312423423423424),acosh:n(1e308),acoshPf:(1e154,$.log(1e154+$.sqrt(1e308))),asin:t(.12312423423423424),asinh:r(1),asinhPf:$.log(1+$.sqrt(2)),atanh:i(.5),atanhPf:$.log(3)/2,atan:o(.5),sin:a(-1e300),sinh:s(1),sinhPf:$.exp(1)-1/$.exp(1)/2,cos:c(10.000000000123),cosh:u(1),coshPf:($.exp(1)+1/$.exp(1))/2,tan:d(-1e300),tanh:l(1),tanhPf:($.exp(2)-1)/($.exp(2)+1),exp:f(1),expm1:h(1),expm1Pf:$.exp(1)-1,log1p:v(10),log1pPf:$.log(11),powPI:$.pow($.PI,-100)}}};function Q(e){return JSON.stringify(e,function(e,n){return n instanceof Error?i({name:(t=n).name,message:t.message,stack:null===(r=t.stack)||void 0===r?void 0:r.split("\n")},t):n;var t,r},2)}function ee(e){return n(function(e){for(var n="",t=0,r=Object.keys(e).sort();t<r.length;t++){var i=r[t],o=e[i],a=o.error?"error":JSON.stringify(o.value);n+=(n?"|":"")+i.replace(/([:|\\])/g,"\\$1")+":"+a}return n}(e))}function ne(e){return void 0===e&&(e=50),function(e,n){void 0===n&&(n=1/0);var t=window.requestIdleCallback;return t?new Promise(function(e){return t.call(window,function(){return e()},{timeout:n})}):f(Math.min(e,n))}(e,2*e)}function te(s,c){var u=Date.now();return{get:function(a){return d(this,void 0,void 0,function(){var r,i,o;return l(this,function(e){switch(e.label){case 0:return r=Date.now(),[4,s()];case 1:return i=e.sent(),o={get visitorId(){return void 0===t&&(t=ee(this.components)),t},set visitorId(e){t=e},confidence:function(e){var n=function(e){if(E())return.4;if(A())return x()?.5:.3;var n=e.platform.value||"";return/^Win/.test(n)?.6:/^Mac/.test(n)?.5:.7}(e),t=k(.99+.01*n,1e-4);return{score:n,comment:"$ if upgrade to Pro: https://fpjs.dev/pro".replace(/\$/g,""+t)}}(n=i),components:n,version:"3.3.3"},(c||(null==a?void 0:a.debug))&&console.log("Copy the text below to get the debug data:\n\n```\nversion: "+o.version+"\nuserAgent: "+navigator.userAgent+"\ntimeBetweenLoadAndGet: "+(r-u)+"\nvisitorId: "+o.visitorId+"\ncomponents: "+Q(i)+"\n```"),[2,o]}var n,t})})}}}function re(e){var n=void 0===e?{}:e,t=n.delayFallback,r=n.debug;return n.monitoring,d(this,void 0,void 0,function(){return l(this,function(e){switch(e.label){case 0:return[4,ne(t)];case 1:return e.sent(),[2,te(c(Y,{debug:r},[]),r)]}})})}var ie={load:re,hashComponents:ee,componentsToDebugString:Q},oe=n;e.componentsToDebugString=Q,e.default=ie,e.getFullscreenElement=O,e.getScreenFrame=F,e.hashComponents=ee,e.isAndroid=E,e.isChromium=S,e.isDesktopSafari=x,e.isEdgeHTML=C,e.isGecko=T,e.isTrident=t,e.isWebKit=A,e.load=re,e.loadSources=c,e.murmurX64Hash128=oe,e.prepareForSources=ne,e.sources=Y,Object.defineProperty(e,"__esModule",{value:!0})}),function(s){s._EA_START_TIME=new Date,void 0===s._CTR_IS_SPA&&(s._CTR_IS_SPA=!1),void 0===s._CTR_IS_TRACKING_ENABLED&&(s._CTR_IS_TRACKING_ENABLED=!0);var e=getClientId();e?HandleClientIdLoaded(e):FingerprintJS.load().then(function(e){e.get().then(function(e){HandleClientIdLoaded(e.visitorId)}).catch(function(e){console.log("Cannot get fp")})}),s.WebSocket=s.WebSocket||s.MozWebSocket;var n=new WebSocket("wss://ctrwow-prod-analytics-socketserver.azurewebsites.net/?trackingId="+getTrackingCode());n.onopen=function(){s.document.onclick=function(e){for(var n=[],t=s.event?s.event.srcElement:e.target,r=document.getElementsByTagName(t.tagName),i=0;i<r.length;++i)if(r[i]==t){var o=t.outerHTML;"BODY"!==t.tagName&&"HTML"!==t.tagName||(o=t.tagName),n.push({tag:t.tagName,index:i,outerHTML:o,id:t.id})}var a=getSession();sendEvent({type:"ONCLICK",args:n,fingerprint:s._EA_ID,sessionId:a.sessionId,isNewSession:a.isNewSession,location:s.location,variables:s._EA_VARS,customData:s._CTR_CUSTOM_DATA})},s.onbeforeunload=function(e){s._EA_END_TIME=new Date;var n=s._EA_END_TIME-s._EA_START_TIME,t=getSession();sendEvent({type:"ONUNLOAD",args:{timeSpentOnPageInMiliSeconds:n},fingerprint:s._EA_ID,sessionId:t.sessionId,isNewSession:t.isNewSession,location:s.location,variables:s._EA_VARS,customData:s._CTR_CUSTOM_DATA})}},n.onerror=function(e){},s.socketConnection=n}(window);