wisetrack 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -10
- package/dist/cdn/sdk.bundle.min.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +4 -2
- package/dist/constants/constants.d.ts +0 -20
- package/dist/constants/constants.js +0 -19
- package/dist/constants/constants.js.map +0 -1
- package/dist/constants/endpoints.d.ts +0 -11
- package/dist/constants/endpoints.js +0 -10
- package/dist/constants/endpoints.js.map +0 -1
- package/dist/constants/environments.d.ts +0 -25
- package/dist/constants/environments.js +0 -37
- package/dist/constants/environments.js.map +0 -1
- package/dist/core/caching/queue-data.d.ts +0 -25
- package/dist/core/caching/queue-data.js +0 -50
- package/dist/core/caching/queue-data.js.map +0 -1
- package/dist/core/caching/request-queue-manager.d.ts +0 -54
- package/dist/core/caching/request-queue-manager.js +0 -333
- package/dist/core/caching/request-queue-manager.js.map +0 -1
- package/dist/core/fields/event-fields-builder.d.ts +0 -8
- package/dist/core/fields/event-fields-builder.js +0 -29
- package/dist/core/fields/event-fields-builder.js.map +0 -1
- package/dist/core/fields/fields-builder.d.ts +0 -9
- package/dist/core/fields/fields-builder.js +0 -120
- package/dist/core/fields/fields-builder.js.map +0 -1
- package/dist/core/network/api-client.d.ts +0 -9
- package/dist/core/network/api-client.js +0 -88
- package/dist/core/network/api-client.js.map +0 -1
- package/dist/core/network/network-error.d.ts +0 -17
- package/dist/core/network/network-error.js +0 -35
- package/dist/core/network/network-error.js.map +0 -1
- package/dist/core/network/network-manager.d.ts +0 -22
- package/dist/core/network/network-manager.js +0 -72
- package/dist/core/network/network-manager.js.map +0 -1
- package/dist/core/network/retry-policy.d.ts +0 -8
- package/dist/core/network/retry-policy.js +0 -26
- package/dist/core/network/retry-policy.js.map +0 -1
- package/dist/core/storage/storage-manager.d.ts +0 -52
- package/dist/core/storage/storage-manager.js +0 -221
- package/dist/core/storage/storage-manager.js.map +0 -1
- package/dist/core/wisetrack.d.ts +0 -125
- package/dist/core/wisetrack.js +0 -277
- package/dist/core/wisetrack.js.map +0 -1
- package/dist/core/wt-tracker.d.ts +0 -25
- package/dist/core/wt-tracker.js +0 -239
- package/dist/core/wt-tracker.js.map +0 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.js +0 -4
- package/dist/index.js.map +0 -1
- package/dist/types/config/initial-config.d.ts +0 -43
- package/dist/types/config/initial-config.js +0 -2
- package/dist/types/config/initial-config.js.map +0 -1
- package/dist/types/config/wt-app-settings.d.ts +0 -15
- package/dist/types/config/wt-app-settings.js +0 -25
- package/dist/types/config/wt-app-settings.js.map +0 -1
- package/dist/types/config/wt-config.d.ts +0 -18
- package/dist/types/config/wt-config.js +0 -28
- package/dist/types/config/wt-config.js.map +0 -1
- package/dist/types/event/revenue-currency.d.ts +0 -39
- package/dist/types/event/revenue-currency.js +0 -39
- package/dist/types/event/revenue-currency.js.map +0 -1
- package/dist/types/event/wt-event.d.ts +0 -94
- package/dist/types/event/wt-event.js +0 -93
- package/dist/types/event/wt-event.js.map +0 -1
- package/dist/utils/activity-ticker.d.ts +0 -12
- package/dist/utils/activity-ticker.js +0 -37
- package/dist/utils/activity-ticker.js.map +0 -1
- package/dist/utils/country-finder.d.ts +0 -9
- package/dist/utils/country-finder.js +0 -71
- package/dist/utils/country-finder.js.map +0 -1
- package/dist/utils/crypto-helper.d.ts +0 -4
- package/dist/utils/crypto-helper.js +0 -7
- package/dist/utils/crypto-helper.js.map +0 -1
- package/dist/utils/device-detector.d.ts +0 -41
- package/dist/utils/device-detector.js +0 -101
- package/dist/utils/device-detector.js.map +0 -1
- package/dist/utils/logger.d.ts +0 -36
- package/dist/utils/logger.js +0 -84
- package/dist/utils/logger.js.map +0 -1
- package/dist/utils/storage-support.d.ts +0 -16
- package/dist/utils/storage-support.js +0 -86
- package/dist/utils/storage-support.js.map +0 -1
- package/dist/utils/utils.d.ts +0 -5
- package/dist/utils/utils.js +0 -95
- package/dist/utils/utils.js.map +0 -1
- package/dist/utils/webgl-fingerprint.d.ts +0 -7
- package/dist/utils/webgl-fingerprint.js +0 -100
- package/dist/utils/webgl-fingerprint.js.map +0 -1
package/README.md
CHANGED
|
@@ -58,9 +58,9 @@ pnpm add wisetrack
|
|
|
58
58
|
|
|
59
59
|
## ✅ Basic Usage
|
|
60
60
|
|
|
61
|
-
###
|
|
61
|
+
### For npm/yarn installations (ES6 Modules)
|
|
62
62
|
|
|
63
|
-
#### 1
|
|
63
|
+
#### 1. Initialize the SDK
|
|
64
64
|
```typescript
|
|
65
65
|
import { WiseTrack, WTUserEnvironment, WTLogLevel } from "wisetrack";
|
|
66
66
|
|
|
@@ -73,14 +73,14 @@ await WiseTrack.instance.init({
|
|
|
73
73
|
});
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
#### 2
|
|
76
|
+
#### 2. Start Tracking (Optional)
|
|
77
77
|
```typescript
|
|
78
78
|
// Starts automatically if `startTrackerAutomatically` is true.
|
|
79
79
|
// Otherwise, you can start manually:
|
|
80
80
|
await WiseTrack.instance.startTracking();
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
#### 3
|
|
83
|
+
#### 3. Track a Custom Event
|
|
84
84
|
```typescript
|
|
85
85
|
import { WTEvent } from "wisetrack";
|
|
86
86
|
|
|
@@ -89,7 +89,7 @@ signupEvent.addParam("method", "Google");
|
|
|
89
89
|
await WiseTrack.instance.trackEvent(signupEvent);
|
|
90
90
|
```
|
|
91
91
|
|
|
92
|
-
#### 4
|
|
92
|
+
#### 4. Track a Revenue Event
|
|
93
93
|
```typescript
|
|
94
94
|
import { WTEvent, RevenueCurrency } from "wisetrack";
|
|
95
95
|
|
|
@@ -98,7 +98,7 @@ purchase.addParam("item_id", "SKU-123");
|
|
|
98
98
|
await WiseTrack.instance.trackEvent(purchase);
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
###
|
|
101
|
+
### For CDN usage (Direct Browser)
|
|
102
102
|
|
|
103
103
|
```html
|
|
104
104
|
<!DOCTYPE html>
|
|
@@ -126,7 +126,7 @@ await WiseTrack.instance.trackEvent(purchase);
|
|
|
126
126
|
</html>
|
|
127
127
|
```
|
|
128
128
|
|
|
129
|
-
###
|
|
129
|
+
### For CommonJS (Node.js)
|
|
130
130
|
```javascript
|
|
131
131
|
const { WiseTrack, WTUserEnvironment, WTLogLevel } = require("wisetrack");
|
|
132
132
|
|
|
@@ -268,12 +268,11 @@ const config: WTConfig = {
|
|
|
268
268
|
|
|
269
269
|
---
|
|
270
270
|
|
|
271
|
-
##
|
|
271
|
+
## 📚 API Reference & Support
|
|
272
272
|
|
|
273
273
|
- [📖 Documentation](https://docs.wisetrack.io)
|
|
274
|
-
- [📖 Detailed TypeDocs](https://github.com/wisetrack-io/web-sdk/tree/
|
|
274
|
+
- [📖 Detailed TypeDocs](https://github.com/wisetrack-io/web-sdk/tree/main/docs)
|
|
275
275
|
- [🐛 Report Issues](https://github.com/wisetrack-io/web-sdk/issues)
|
|
276
|
-
- [💬 Discussions](https://github.com/wisetrack-io/web-sdk/discussions)
|
|
277
276
|
- [📧 Email Support](mailto:support@wisetrack.io)
|
|
278
277
|
|
|
279
278
|
---
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var t=function(t){"use strict";function e(t,e,i,n){return new(i||(i=Promise))(function(r,s){function o(t){try{c(n.next(t))}catch(t){s(t)}}function a(t){try{c(n.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof i?e:new i(function(t){t(e)})).then(o,a)}c((n=n.apply(t,e||[])).next())})}"function"==typeof SuppressedError&&SuppressedError;const i=n;function n(t,e){const i=r();return(n=function(t,e){return i[t-=232]})(t,e)}function r(){const t=["20530710KkopPG","2hyKdTR","443611hOTapi","16wtLGYB","2.0.0","debug","https://config.wisetrack.io","12UbntAf","web","997bfbb583c1245a426a53dc1899ec779ff354f9","2598021wkylsK","1800000","2476467IqhCuP","533138YATgoD","300000","1125155irVNPk","3439200KEnOnZ"];return(r=function(){return t})()}!function(t){const e=n,i=t();for(;;)try{if(445950===parseInt(e(242))/1+-parseInt(e(247))/2*(-parseInt(e(239))/3)+parseInt(e(236))/4*(parseInt(e(244))/5)+parseInt(e(245))/6+parseInt(e(248))/7*(parseInt(e(232))/8)+-parseInt(e(241))/9+-parseInt(e(246))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(r);const s={SDK:{HASH:i(238),PLATFORM:i(237),VERSION:i(233)},CONFIG:{BASE_URL:i(235),DEFAULT_ENVIRONMENT:i(234)},DEFAULTS:{LOG_LEVEL:i(234),SESSION_INTERVAL:i(240),SUBSESSION_INTERVAL:i(243),PARAMETERS_VALUE:void 0}};function o(){const t=["856rngWKs","DEFAULT_ENVIRONMENT","sdkEnvironment","DEBUG","CONFIG","39MlzPSN","PRODUCTION","5qjzwbE","570476JxpHrr","1887662yoGPag","19442nWgJQi","1407234QHNOvF","sandbox","325611BJGXvN","18216CWRHNY","https://core.wisetrack.io","https://core.debug.wisetrackdev.ir","https://core.stage.wisetrackdev.ir","production","11803aEpWLX","STAGE","7930KzThqI","debug"];return(o=function(){return t})()}function a(t,e){const i=o();return(a=function(t,e){return i[t-=230]})(t,e)}const c=a;!function(t){const e=a,i=t();for(;;)try{if(186735===parseInt(e(247))/1+parseInt(e(244))/2*(-parseInt(e(239))/3)+parseInt(e(242))/4*(-parseInt(e(241))/5)+-parseInt(e(245))/6+-parseInt(e(243))/7+parseInt(e(234))/8*(-parseInt(e(248))/9)+-parseInt(e(232))/10*(-parseInt(e(230))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(o),c(246);const u={DEBUG:c(233),STAGE:"stage",PRODUCTION:c(252)},d={sdkEnvironment:s[c(238)][c(235)],needAppSettings(){const t=c;return this[t(236)]!==u[t(240)]},baseUrl(){const t=c;switch(this.sdkEnvironment){case u[t(237)]:return t(250);case u[t(231)]:return t(251);case u[t(240)]:return t(249);default:throw new Error("Unknown environment: "+this[t(236)])}}},l=p;function p(t,e){const i=h();return(p=function(t,e){return i[t-=410]})(t,e)}function h(){const t=["18LecBlc","4lXcfgH","1530640XYCGBp","/api/v1/events","/api/v1/app_settings","14316LLHDzQ","/api/v1/sdk_infos","3714WbCujJ","/api/v1/sessions","11165FTOLhz","/api/v1/sdk_clicks","/api/v1/attributions","5837520BGRjLi","14850iXIBWP","2877870XHFbKg","1866ejevwS","2663922ndnJJr","619WHelAK"];return(h=function(){return t})()}!function(t){const e=p,i=t();for(;;)try{if(707528===-parseInt(e(419))/1*(-parseInt(e(427))/2)+parseInt(e(418))/3*(parseInt(e(421))/4)+parseInt(e(416))/5+parseInt(e(417))/6*(-parseInt(e(411))/7)+parseInt(e(422))/8*(-parseInt(e(420))/9)+parseInt(e(414))/10+-parseInt(e(415))/11*(parseInt(e(425))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(h);const f={EVENTS:l(423),SESSIONS:l(410),SDK_CLICKS:l(412),SDK_INFOS:l(426),ATTRIBUTIONS:l(413),APP_SETTINGS:l(424)};var v=g;function w(){var t=["SDK_CLICKS","events","fromJson","sdkClicks","sdk_clicks","880vPGziA","subsessionInterval","36DqZmXp","7127667NOcURk","fromConfig","3084820sHEpZQ","8SmMPkh","sessionInterval","22382292Tdokyk","session_interval","11iynuAZ","SUBSESSION_INTERVAL","5300ajnlDn","attributions","2202jilVkk","sessions","sdkInfos","13489IljKZG","defaultValue","42585qHyYnn","SESSION_INTERVAL","296898nxcpVn","EVENTS","DEFAULTS","sdk_infos"];return(w=function(){return t})()}function g(t,e){var i=w();return(g=function(t,e){return i[t-=164]})(t,e)}!function(t){for(var e=g,i=t();;)try{if(482689===parseInt(e(189))/1+-parseInt(e(170))/2*(parseInt(e(187))/3)+parseInt(e(180))/4*(-parseInt(e(168))/5)+-parseInt(e(182))/6*(parseInt(e(185))/7)+-parseInt(e(174))/8*(parseInt(e(171))/9)+parseInt(e(173))/10+parseInt(e(178))/11*(parseInt(e(176))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(w);class b{constructor(t,e,i,n,r,o=s[v(191)].SESSION_INTERVAL,a=s[v(191)][v(179)]){var c=v;this[c(164)]=t,this.sessions=e,this[c(166)]=i,this[c(184)]=n,this[c(181)]=r,this[c(175)]=o,this[c(169)]=a}static[v(172)](t){var e=v;return new b(t[e(164)],t[e(183)],t[e(166)],t[e(184)],t[e(181)],t[e(175)],t.subsessionInterval)}static[v(165)](t){var e,i,n=v;return new b(t[n(164)],t[n(183)],t[n(167)],t[n(192)],t[n(181)],null!==(e=t[n(177)])&&void 0!==e?e:s[n(191)][n(188)],null!==(i=t.subsession_interval)&&void 0!==i?i:s[n(191)][n(179)])}static get[v(186)](){var t=v;return new b(f[t(190)],f.SESSIONS,f[t(193)],f.SDK_INFOS,f.ATTRIBUTIONS,s.DEFAULTS[t(188)],s.DEFAULTS.SUBSESSION_INTERVAL)}}function m(){var t=["SESSIONS","SDK_INFOS","4KinAGQ","63VeAIRH","6906417zavefP","sdk_infos","7944558CepiEa","APP_SETTINGS","2143752OcpEzE","base_url","1959795UGzLJw","sdk_update","6267955PldQWZ","defaultValue","DEFAULTS","EVENTS","SDK_CLICKS","baseUrl","sdkClicks","sessionInterval","1666913xtAANV","sdk_enabled","attributions","events","fromJson","843288qoiaAc","sdkUpdate","subsessionInterval","force_update","SUBSESSION_INTERVAL","forceUpdate","appSettings","subsession_interval","SESSION_INTERVAL","sessions","app_settings","sdkInfos","sdkEnabled"];return(m=function(){return t})()}var I=S;function S(t,e){var i=m();return(S=function(t,e){return i[t-=206]})(t,e)}!function(t){for(var e=S,i=t();;)try{if(911404===-parseInt(e(207))/1+parseInt(e(233))/2+parseInt(e(235))/3*(parseInt(e(227))/4)+parseInt(e(237))/5+parseInt(e(231))/6+-parseInt(e(229))/7+-parseInt(e(212))/8*(parseInt(e(228))/9))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(m);class y{constructor(t,e,i,n,r,o,a,c=!0,u=!1,d=!1,l=s[I(239)][I(220)],p=s[I(239)][I(216)]){var h=I;this[h(242)]=t,this.events=e,this.sessions=i,this[h(243)]=n,this[h(223)]=r,this.attributions=o,this[h(218)]=a,this[h(224)]=c,this[h(217)]=u,this[h(213)]=d,this[h(206)]=l,this[h(214)]=p}static[I(211)](t){var e,i,n,r,o,a=I;return new y(t[a(234)],t[a(210)],t[a(221)],t.sdk_clicks,t[a(230)],t[a(209)],t[a(222)],null===(e=t[a(208)])||void 0===e||e,null!==(i=t[a(215)])&&void 0!==i&&i,null!==(n=t[a(236)])&&void 0!==n&&n,null!==(r=t.session_interval)&&void 0!==r?r:s[a(239)][a(220)],null!==(o=t[a(219)])&&void 0!==o?o:s[a(239)].SUBSESSION_INTERVAL)}static get[I(238)](){var t=I;return new y(d[t(242)](),f[t(240)],f[t(225)],f[t(241)],f[t(226)],f.ATTRIBUTIONS,f[t(232)])}}const k=E;function E(t,e){const i=x();return(E=function(t,e){return i[t-=413]})(t,e)}!function(t){const e=E,i=t();for(;;)try{if(263616===-parseInt(e(441))/1*(parseInt(e(414))/2)+parseInt(e(439))/3+-parseInt(e(420))/4*(parseInt(e(416))/5)+-parseInt(e(423))/6*(-parseInt(e(440))/7)+-parseInt(e(426))/8*(parseInt(e(424))/9)+parseInt(e(415))/10*(parseInt(e(438))/11)+-parseInt(e(431))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(x);class _{}const T={DEBUG:"debug",INFO:k(429),WARN:k(427),ERROR:k(437),NONE:k(421)};class C{static setLevel(t){this[k(428)]=t}static[k(417)](t){this[k(435)]=t}static[k(434)](t){const e=k;this.outputEngines[e(418)](t)}static[k(430)](t){const e=k,i=["debug",e(429),"warn",e(437)],n=i[e(425)](this[e(428)]);return i[e(425)](t)>=n}static[k(432)](t,...e){const i=k;if(!this[i(430)](t))return;const n="["+this[i(435)]+"-"+t[i(413)]()+"]";for(const r of this[i(422)])r[i(432)](t,n,...e)}static debug(...t){this[k(432)]("debug",...t)}static info(...t){this[k(432)]("info",...t)}static[k(427)](...t){const e=k;this[e(432)](e(427),...t)}static[k(437)](...t){const e=k;this[e(432)](e(437),...t)}}function x(){const t=["4lZoRsc","none","outputEngines","347580mMKYBd","9mxCUMZ","indexOf","3508504hxGxnY","warn","level","info","shouldLog","694632zGndlo","log","LOG_LEVEL","addOutputEngine","prefix","debug","error","3944413gFOGWB","1362261VflATL","28aaeeJc","1nUdTpp","toUpperCase","332704qVxPgf","10RHvLAP","589865OCIqmq","setPrefix","push","DEFAULTS"];return(x=function(){return t})()}C[k(428)]=s[k(419)][k(433)],C[k(435)]="WT",C[k(422)]=[new class extends _{log(t,e,...i){const n=E;switch(t){case"debug":console[n(436)](e,...i);break;case n(429):console[n(429)](e,...i);break;case"warn":console.warn(e,...i);break;case n(437):console[n(437)](e,...i);break;default:console[n(432)](e,...i)}}}];var N=D;function D(t,e){var i=O();return(D=function(t,e){return i[t-=395]})(t,e)}function O(){var t=["WT.ActiveTime","WT.SessionCount","deviceId","initialConfig","PUSH_TOKEN","SDK_ENABLED","CONFIG","WT.PendingRequestQueue","removeItem","clear","211220SSmZGV","APP_SETTINGS","setJson","WT.SessionLenght","INACTIVE_DURATION","appSettings","fcmToken","INACTIVE_TIME","5328MsztKN","config","setItem","true","': ","ACTIVE_TIME","342966reJnQV","requestRecords","WT.SubSessionCount","PENDING_REQUEST_QUEUE","DEVICE_ID","INITIAL_CONFIG","pendingRequestRecords","subSessionCount","inactiveTime","Error in JSON decoding for key '","196sLBOUi","sdkClickSubmit","90MNXKqd","error","getItem","Error in encoding object for key '","activeTime","REQUEST_QUEUE","137564sLjhci","toString","183NqpbyJ","FCM_TOKEN","EVENT_COUNT","eventCount","parse","WT.InactiveTime","firstSessionSubmit","optionalBool","sessionCount","getJson","SESSION_COUNT","SUBSESSION_COUNT","optionalNumber","WT.Configs","WT.SdkEnabled","activeDuration","WT.InitialDate","WT.FirstSessionSubmit","WT.AppSettings","WT.EventCount","SDK_CLICK_SUBMIT","inactiveDuration","pushToken","initialDate","WT.FcmToken","sdkEnabled","false","6rsKjZk","FIRST_SESSION_SUBMIT","19909472amkPDu","WT.SdkClickSubmit","1394450SmgRDX","124408wBwtOE","WT.RequestQueue"];return(O=function(){return t})()}!function(t){for(var e=D,i=t();;)try{if(248189===parseInt(e(419))/1*(-parseInt(e(471))/2)+-parseInt(e(399))/3+-parseInt(e(417))/4+parseInt(e(450))/5*(-parseInt(e(446))/6)+parseInt(e(409))/7*(-parseInt(e(451))/8)+parseInt(e(411))/9*(-parseInt(e(463))/10)+parseInt(e(448))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(O);const R={DEVICE_ID:"WT.DeviceId",INITIAL_DATE:N(435),INITIAL_CONFIG:"WT.InitialConfigs",CONFIG:N(432),APP_SETTINGS:N(437),SDK_CLICK_SUBMIT:N(449),FIRST_SESSION_SUBMIT:N(436),SDK_ENABLED:N(433),FCM_TOKEN:N(443),PUSH_TOKEN:"WT.PushToken",EVENT_COUNT:N(438),SESSION_COUNT:N(454),SESSION_LENGTH:N(466),SUBSESSION_COUNT:N(401),ACTIVE_TIME:N(453),INACTIVE_TIME:N(424),INACTIVE_DURATION:"WT.InactiveDuration",REQUEST_QUEUE:N(452),PENDING_REQUEST_QUEUE:N(460)};class A{clear(){localStorage[N(462)]()}setJson(t,e){var i=N;if(e)try{const i=JSON.stringify(e);localStorage.setItem(t,i)}catch(e){C[i(412)](i(414)+t+"'",e)}else localStorage.removeItem(t)}[N(428)](t){var e=N;const i=localStorage[e(413)](t);if(!i)return null;try{return JSON[e(423)](i)}catch(i){return C[e(412)](e(408)+t+e(397)+i,i),null}}optionalNumber(t){const e=localStorage.getItem(t);if(null===e)return null;const i=Number(e);return isNaN(i)?null:i}[N(426)](t){var e=N;const i=localStorage[e(413)](t);return null===i?null:i===e(396)||i!==e(445)&&null}get[N(455)](){var t=N;return localStorage[t(413)](R[t(403)])}set deviceId(t){var e=N;t?localStorage[e(395)](R[e(403)],t):localStorage[e(461)](R[e(403)])}get[N(442)](){return this[N(428)](R.INITIAL_DATE)}set[N(442)](t){this[N(465)](R.INITIAL_DATE,t)}get initialConfig(){var t=N;return this[t(428)](R[t(404)])}set[N(456)](t){var e=N;this[e(465)](R[e(404)],t)}get[N(472)](){var t=N;return this.getJson(R[t(459)])}set[N(472)](t){this[N(465)](R.CONFIG,t)}get[N(468)](){var t=N;return this[t(428)](R[t(464)])}set[N(468)](t){var e=N;this[e(465)](R[e(464)],t)}get sdkEnabled(){var t,e=N;return null!==(t=this[e(426)](R[e(458)]))&&void 0!==t&&t}set[N(444)](t){var e=N;localStorage[e(395)](R[e(458)],t.toString())}get[N(410)](){var t,e=N;return null!==(t=this[e(426)](R[e(439)]))&&void 0!==t&&t}set sdkClickSubmit(t){var e=N;localStorage.setItem(R[e(439)],t[e(418)]())}get[N(425)](){var t,e=N;return null!==(t=this[e(426)](R[e(447)]))&&void 0!==t&&t}set[N(425)](t){var e=N;localStorage[e(395)](R[e(447)],t[e(418)]())}get[N(469)](){return localStorage[N(413)](R.FCM_TOKEN)}set[N(469)](t){var e=N;t?localStorage[e(395)](R[e(420)],t):localStorage[e(461)](R[e(420)])}get[N(441)](){return localStorage[N(413)](R.PUSH_TOKEN)}set[N(441)](t){var e=N;t?localStorage[e(395)](R[e(457)],t):localStorage[e(461)](R[e(457)])}get[N(427)](){var t,e=N;return null!==(t=this[e(431)](R[e(429)]))&&void 0!==t?t:1}set sessionCount(t){var e=N;localStorage[e(395)](R[e(429)],t[e(418)]())}get[N(406)](){var t,e=N;return null!==(t=this[e(431)](R[e(430)]))&&void 0!==t?t:1}set[N(406)](t){var e=N;localStorage[e(395)](R[e(430)],t.toString())}get[N(434)](){var t;return null!==(t=this[N(431)](R.SESSION_LENGTH))&&void 0!==t?t:0}set[N(434)](t){var e=N;localStorage.setItem(R.SESSION_LENGTH,t[e(418)]())}get inactiveDuration(){var t,e=N;return null!==(t=this[e(431)](R[e(467)]))&&void 0!==t?t:0}set[N(440)](t){var e=N;localStorage[e(395)](R.INACTIVE_DURATION,t[e(418)]())}get[N(407)](){var t=N;return this.optionalNumber(R[t(398)])}set inactiveTime(t){var e=N;null!==t?localStorage.setItem(R.ACTIVE_TIME,t[e(418)]()):localStorage[e(461)](R[e(398)])}get[N(415)](){var t=N;return this[t(431)](R[t(470)])}set[N(415)](t){var e=N;null!==t?localStorage[e(395)](R[e(470)],t[e(418)]()):localStorage[e(461)](R[e(470)])}get[N(400)](){var t,e=N;return null!==(t=this[e(428)](R[e(416)]))&&void 0!==t?t:[]}set[N(400)](t){var e=N;this[e(465)](R[e(416)],t)}get pendingRequestRecords(){var t,e=N;return null!==(t=this[e(428)](R[e(402)]))&&void 0!==t?t:[]}set[N(405)](t){this[N(465)](R.PENDING_REQUEST_QUEUE,t)}get[N(422)](){var t,e=N;return null!==(t=this[e(431)](R[e(421)]))&&void 0!==t?t:0}set[N(422)](t){var e=N;localStorage.setItem(R[e(421)],t[e(418)]())}}const U=new A;var L;function P(){var t=["1190810kijnKv","NetworkError: ","NetworkFailure","name","4433532INQuQT","message","NetworkError","3400833ttwnsc","ServerError","DecodingError","statusCode","2872PmqYfB","ServerError ","461qwhmYt","5164159srTQuY","8428000mbFkZZ","3443754KDgWUB","InvalidUrl","Invalid URL: "];return(P=function(){return t})()}function q(t,e){var i=P();return(q=function(t,e){return i[t-=489]})(t,e)}!function(t){for(var e=q,i=t();;)try{if(928438===parseInt(e(505))/1*(-parseInt(e(503))/2)+parseInt(e(499))/3+parseInt(e(496))/4+parseInt(e(492))/5+-parseInt(e(489))/6+parseInt(e(506))/7+-parseInt(e(507))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(P),function(t){var e=q;class i extends Error{constructor(t){var e=q;super(e(491)+t),this[e(495)]=e(490)}}t.InvalidUrl=i;class n extends Error{constructor(t,e){var i=q;super(i(504)+t+": "+e),this[i(502)]=t,this[i(497)]=e,this[i(495)]="ServerError"}}t[e(500)]=n;class r extends Error{constructor(t){var i=e;super(i(493)+t),this[i(495)]=i(494)}}t[e(498)]=r;class s extends Error{constructor(t){var i=e;super("DecodingError: "+t),this[i(495)]=i(501)}}t[e(501)]=s}(L||(L={}));var M=V;function B(){var t=["waitBeforeRetry","canRetry","1521UsZxqC","199108ERKqII","retryInterval","2913888CTAHEB","maxRetries","66904gmKHRX","554168JsEocX","620392JMNhvV","3375995FJwXXm","3020997eOflIZ","12NKrRrt"];return(B=function(){return t})()}function V(t,e){var i=B();return(V=function(t,e){return i[t-=346]})(t,e)}!function(t){for(var e=V,i=t();;)try{if(412513===parseInt(e(354))/1+parseInt(e(353))/2+parseInt(e(357))/3*(parseInt(e(348))/4)+parseInt(e(355))/5+parseInt(e(350))/6+-parseInt(e(356))/7+-parseInt(e(352))/8*(parseInt(e(347))/9))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(B);class F{constructor(t=3,e=2e3){var i=V;this[i(351)]=t,this[i(349)]=e}[M(346)](t){return t<this[M(351)]}[M(358)](){return e(this,void 0,void 0,function*(){var t=V;return new Promise(e=>setTimeout(e,this[t(349)]))})}}function W(t,e){const i=K();return(W=function(t,e){return i[t-=235]})(t,e)}function K(){const t=["retryAttempt",") =>","assign","Server error","848nAgnhp","18WieGSF","DecodingError","text","warn","14otTIOn","171426zpzdla","1302334jBjpZS","debug","276000lhOZgR","112624QyXzXB","json","canRetry","✅ API SUCCESS (","56NuCmLJ","ServerError","204HozcrN","Request successful","formData","params","status","NetworkError","application/json","2317780zZvXlM","❌ API ERROR (","2451OwzOXU","retryPolicy","error","waitBeforeRetry","headers","message","Error executing request"];return(K=function(){return t})()}!function(t){const e=W,i=t();for(;;)try{if(210993===parseInt(e(266))/1*(-parseInt(e(235))/2)+-parseInt(e(255))/3*(parseInt(e(246))/4)+-parseInt(e(239))/5+parseInt(e(236))/6*(parseInt(e(244))/7)+-parseInt(e(240))/8*(parseInt(e(267))/9)+parseInt(e(253))/10+-parseInt(e(237))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(K);const j={retryPolicy:()=>new F,sendRequest(t){return e(this,arguments,void 0,function*(t,e={}){const i=W,n=e[i(262)]||1;let r;C[i(238)]("🚀 REQUEST ("+n+") => "+e.method+" "+t),C[i(238)]("-- PARAMETERS =>",e[i(249)]||e[i(248)]||{});const s=Object[i(264)]({Accept:i(252)},e[i(259)]);if(e[i(248)]){const t=new FormData;for(const n in e[i(248)])t.append(n,e[i(248)][n]);r=t}else e.params&&(s["Content-Type"]=i(252),r=JSON.stringify(e[i(249)]));try{const n=yield fetch(t,{method:e.method,headers:s,body:r});if(!n.ok){let t=yield n[i(241)](),e=t[i(260)]||(yield n[i(269)]());throw C[i(270)](i(254)+n[i(250)]+i(263),e),new L.ServerError(n[i(250)],t[i(260)]||i(265))}try{const t=yield n[i(241)]();return C[i(238)](i(243)+n.status+") =>",t.message||i(247)),t}catch(t){throw new(L[i(268)])(t.message||String(t))}}catch(r){if(r instanceof L[i(245)]||r instanceof L.DecodingError)throw r;if(C[i(257)](i(261),r),this[i(256)]()[i(242)](n))return yield this.retryPolicy()[i(258)](),this.sendRequest(t,Object[i(264)](Object[i(264)]({},e),{retryAttempt:n+1}));throw new(L[i(251)])(r[i(260)]||"Unknown error")}})}};function G(t,e){const i=z();return(G=function(t,e){return i[t-=401]})(t,e)}function z(){const t=["500608WTFVnk","hostname","BASE_URL","2183710ydmNTH","fromJson","toISOString","appVersion","2fCCxUy","115074cBmCEr","appFrameWork","baseUrl","success","HASH","PLATFORM","7311117OzkTOX","sendRequest","POST","SDK Config is not set","Initial Config is not set","SDK","5YXxlik","16WrkzkI","CONFIG","157796zldEzB","config","PRODUCTION","result","location","appSettings","other","7dOdeIW","673854zoyZLG","updated_at","12QNioOs","sdkEnvironment","461427ZOBpCv","appToken"];return(z=function(){return t})()}!function(t){const e=G,i=t();for(;;)try{if(388631===parseInt(e(432))/1*(parseInt(e(416))/2)+-parseInt(e(407))/3*(parseInt(e(430))/4)+-parseInt(e(429))/5*(parseInt(e(403))/6)+-parseInt(e(402))/7*(-parseInt(e(409))/8)+parseInt(e(417))/9+parseInt(e(412))/10+-parseInt(e(423))/11*(-parseInt(e(405))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(z);const H={doGetConfig(){return e(this,void 0,void 0,function*(){const t=G,e=U.initialConfig;if(!e)throw"Initial Config is not set";const i={app_token:e[t(408)],app_version:e[t(415)],framework:e[t(418)],env:d[t(406)],sdk_hash:s[t(428)][t(421)],package_name:window.location[t(410)],platform:s[t(428)][t(422)],store_name:"other"},n=yield j[t(424)](s[t(431)][t(411)],{method:t(425),formData:i});return y.fromJson(n[t(435)])})},doGetAppSettings(){return e(this,void 0,void 0,function*(){const t=G,e=U.initialConfig,i=U[t(433)];if(!e)throw t(427);if(!i)throw t(426);if(!i[t(437)])throw"AppSettings Url is not set";const n={app_token:e[t(408)],app_version:e.appVersion,framework:e[t(418)],env:d[t(406)],sdk_hash:s.SDK[t(421)],package_name:window[t(436)].hostname,platform:s[t(428)][t(422)],store_name:t(401)},r=yield j[t(424)](i[t(419)]+i[t(437)],{method:t(425),formData:n});return b[t(413)](r[t(435)])})},doCallRequest(t,i){return e(this,void 0,void 0,function*(){const e=G,n=U.initialConfig,r=U[e(433)];if(!n)throw"Initial Config is not set";if(!r)throw e(426);i[e(404)]=(new Date)[e(414)]();return(yield j.sendRequest(r[e(419)]+t,{method:e(425),params:{needs_response_details:d[e(406)]!=u[e(434)],parameters:i}}))[e(420)]})}},Q=X;function J(){const t=["resume","activeDuration","6875316ljbGzO","pause","hasFocus","10NmDyIh","7636825nPMTuw","2063064tyrdGR","5133624EvDZJQ","s, inactive duration= ","4tCiomi","inactiveDuration","start","ActivityTicker: active duration= ","tickerDelay","404720ooGpiV","tickerJob","now","44puelfO","88302oEJiVi","414854ypxDvF","8TamsTH","stop","isPaused"];return(J=function(){return t})()}function X(t,e){const i=J();return(X=function(t,e){return i[t-=106]})(t,e)}!function(t){const e=X,i=t();for(;;)try{if(752363===-parseInt(e(107))/1*(-parseInt(e(117))/2)+parseInt(e(128))/3+-parseInt(e(129))/4+-parseInt(e(126))/5*(-parseInt(e(116))/6)+-parseInt(e(127))/7*(-parseInt(e(118))/8)+-parseInt(e(123))/9+parseInt(e(112))/10*(parseInt(e(115))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(J);class Z{constructor(){const t=X;this[t(111)]=1e3,this[t(120)]=!1}[Q(109)](){this.tickerJob&&clearInterval(this.tickerJob),this.tickerJob=setInterval(()=>{const t=X;this[t(120)]||document.hidden||document[t(125)]()&&(console.log(t(110)+U[t(122)]/1e3+t(106)+U[t(108)]/1e3+"s"),U.activeTime=Date[t(114)](),U.activeDuration+=this[t(111)])},this.tickerDelay)}[Q(119)](){const t=Q;clearInterval(this[t(113)]),this[t(113)]=void 0}[Q(124)](){this[Q(120)]=!0}[Q(121)](){this[Q(120)]=!1}}const Y=new Z,$=tt;function tt(t,e){const i=nt();return(tt=function(t,e){return i[t-=398]})(t,e)}!function(t){const e=tt,i=t();for(;;)try{if(443832===-parseInt(e(415))/1+parseInt(e(416))/2+parseInt(e(400))/3*(-parseInt(e(414))/4)+-parseInt(e(398))/5*(-parseInt(e(417))/6)+parseInt(e(399))/7*(parseInt(e(418))/8)+parseInt(e(412))/9+parseInt(e(408))/10*(-parseInt(e(413))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(nt);class et{constructor(){this[tt(402)]=null}[$(409)](){return e(this,void 0,void 0,function*(){const t=tt;return!this[t(402)]&&(this[t(402)]=yield this[t(420)]()),this[t(402)]})}[$(420)](){return e(this,void 0,void 0,function*(){const t=[()=>e(this,void 0,void 0,function*(){const t=tt,e=yield this[t(419)](t(406));if(!e.ok)throw new Error(t(407));return(yield e[t(411)]())[t(405)]||null}),()=>e(this,void 0,void 0,function*(){const t=tt,e=yield this[t(419)]("https://free.freeipapi.com/api/json");if(!e.ok)throw new Error("country.is failed");return(yield e[t(411)]())[t(410)]||null}),()=>e(this,void 0,void 0,function*(){const t=tt,e=yield this[t(419)](t(403));if(!e.ok)throw new Error("ipwho.is failed");return(yield e.json())[t(401)]||null})];for(const e of t)try{const t=yield e();if(t)return t}catch(t){}return null})}[$(419)](t){return e(this,arguments,void 0,function*(t,e=2e3){const i=tt,n=new AbortController,r=setTimeout(()=>n.abort(),e);return fetch(t,{signal:n.signal})[i(404)](()=>clearTimeout(r))})}}const it=new et;function nt(){const t=["country.is failed","8510930shzjsm","getCountryCode","countryCode","json","3861306OwSDsR","11ZLKVmr","4SruHlm","699010WEdpFP","1318168IvGQhR","4625178pSZDbN","446792RtLdVU","fetchWithTimeout","tryAllEndpoints","5ghfrxA","35UysjNG","432873XHMOxU","country_code","_country","https://ipwho.is/","finally","country","https://api.country.is"];return(nt=function(){return t})()}function rt(t,e){const i=st();return(rt=function(t,e){return i[t-=381]})(t,e)}function st(){const t=["9nrVCJQ","5590872WCsffL","2154972HFbNQa","28qfSQCC","252ZmiIWO","3416sMCOVf","6528288Bgkvzc","randomUUID","1123935pTdbyy","12764430gRkgeO","13790890rJDEZt"];return(st=function(){return t})()}!function(t){const e=rt,i=t();for(;;)try{if(956976===-parseInt(e(391))/1*(-parseInt(e(390))/2)+-parseInt(e(388))/3+-parseInt(e(389))/4*(-parseInt(e(383))/5)+parseInt(e(387))/6+-parseInt(e(384))/7+-parseInt(e(381))/8+-parseInt(e(386))/9*(-parseInt(e(385))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(st);const ot={generateDeviceUUID:()=>crypto[rt(382)]()};function at(t,e){const i=dt();return(at=function(t,e){return i[t-=170]})(t,e)}const ct=at;!function(t){const e=at,i=t();for(;;)try{if(570513===parseInt(e(183))/1+parseInt(e(172))/2*(-parseInt(e(180))/3)+-parseInt(e(174))/4+parseInt(e(188))/5*(-parseInt(e(170))/6)+parseInt(e(179))/7*(parseInt(e(171))/8)+parseInt(e(181))/9*(parseInt(e(185))/10)+parseInt(e(182))/11*(parseInt(e(191))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(dt);class ut{constructor(t,e){const i=at;this[i(184)]=0,this[i(189)]=3,this.id=crypto.randomUUID(),this.endpoint=t,this.parameters=e,this[i(173)]=Date[i(177)]()}}function dt(){const t=["push","length","now","waitingQueue","7mYWzvH","32418SjeggJ","9UBKjXE","32483BQvpfX","20557dPgNJl","retryCount","7471630wKsHZs","release","locked","797360zlRzwB","maxRetries","acquire","9300NEDoWx","42GbkllL","5493512URYbvk","178tVlZuM","createdAt","4377732rMeepA"];return(dt=function(){return t})()}class lt{constructor(){const t=at;this[t(187)]=!1,this[t(178)]=[]}[ct(190)](){return e(this,void 0,void 0,function*(){return new Promise(t=>{const e=at;this[e(187)]?this.waitingQueue[e(175)](t):(this.locked=!0,t())})})}[ct(186)](){const t=ct;if(this.waitingQueue[t(176)]>0){this.waitingQueue.shift()()}else this[t(187)]=!1}}const pt=ht;function ht(t,e){const i=ft();return(ht=function(t,e){return i[t-=435]})(t,e)}function ft(){const t=["release","pow","MAX_DELAY_MS","processingInterval","480904EhqBxc","warn","inactiveDuration","error","PROCESSING_INTERVAL_MS","getBackoffConfig","getMainRequestsSentFlag","3062AhRJgi","startProcessing","processMainQueue","getQueueStatus","getMainQueue","Applying backoff delay of ","saveMainQueue","shutdown","✅ Request ","calculateBackoffDelay","doCallRequest","acquire","addRequest","requestRecords","subSessionCount","SDK_INFOS","sendRequest","endpoint","3583850tXfVAx","7YFSfBY","min","BACKOFF_MULTIPLIER","initialize","processPendingQueue","now","252906fkYNEG","pendingRequestRecords","firstSessionSubmit","Error sending request ","shift","3BCLOdJ","SDK_CLICKS","isCurrentlyProcessing","resetBackoffDelay","⚠️ Request ","isProcessing","debug","BASE_DELAY_MS","addPendingRequest","915520HoyDjv","length","push_token","maxRetries","⏳ Request ","savePendingQueue","sdkClickSubmit","146SKeLry","isInitialized","postRequestCheck","push","processQueues","11xKPIDe","getPendingQueue","mutex","2678409OTOlmP","failedRequestDelay"," failed after ","SESSIONS","activeDuration","retryCount","parameters","217096LKcLfA","❌ Request "];return(ft=function(){return t})()}!function(t){const e=ht,i=t();for(;;)try{if(198418===parseInt(e(475))/1*(-parseInt(e(503))/2)+-parseInt(e(459))/3*(parseInt(e(496))/4)+-parseInt(e(468))/5+-parseInt(e(454))/6*(-parseInt(e(448))/7)+parseInt(e(490))/8+parseInt(e(483))/9+-parseInt(e(447))/10*(-parseInt(e(480))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ft);class vt{constructor(){const t=ht;this[t(476)]=!1,this[t(464)]=!1,this[t(461)]=!1,this[t(482)]=new lt,this.processingInterval=null,this[t(500)]=100,this[t(484)]=0,this[t(494)]=3e4,this[t(450)]=2,this[t(466)]=1e3}[pt(451)](){return e(this,void 0,void 0,function*(){this[ht(476)]=!0,!this.isProcessing&&(yield this.startProcessing())})}[pt(436)](){return e(this,void 0,void 0,function*(){const t=ht;this[t(476)]&&(yield this.stopProcessing(),this[t(476)]=!1)})}[pt(504)](){return e(this,void 0,void 0,function*(){const t=ht;if(this[t(476)]){yield this[t(482)].acquire();try{if(this[t(464)])return;this.isProcessing=!0,this.processingInterval=setInterval(()=>e(this,void 0,void 0,function*(){const e=t;try{yield this[e(479)]()}catch(t){C[e(499)]("Error in processing loop:",t)}}),this[t(500)])}finally{this[t(482)][t(492)]()}yield this[t(479)]()}else C.warn("Queue Manager is not initialized. Call initialize() first.")})}stopProcessing(){return e(this,void 0,void 0,function*(){const t=ht;yield this[t(482)][t(440)]();try{this[t(464)]=!1,this[t(495)]&&(clearInterval(this[t(495)]),this[t(495)]=null)}finally{this[t(482)][t(492)]()}})}[pt(441)](t){return e(this,void 0,void 0,function*(){const e=ht;yield this[e(482)][e(440)]();try{const i=this[e(507)]();if(i.push(t),this.saveMainQueue(i),this[e(484)]=0,!this[e(464)])return this[e(482)][e(492)](),void(yield this[e(504)]())}finally{this[e(464)]&&this[e(482)][e(492)]()}})}[pt(467)](t){return e(this,void 0,void 0,function*(){const e=ht;yield this[e(482)][e(440)]();try{if(this.getMainRequestsSentFlag()){const i=this.getMainQueue();i[e(478)](t),this[e(435)](i)}else{const i=this[e(481)]();i[e(478)](t),this[e(473)](i)}if(this[e(484)]=0,!this[e(464)])return this[e(482)][e(492)](),void(yield this[e(504)]())}finally{this[e(464)]&&this[e(482)].release()}})}[pt(479)](){return e(this,void 0,void 0,function*(){const t=ht;if(this[t(464)]&&!this[t(461)]){if(this.failedRequestDelay>0){if(Date[t(453)]()<this.failedRequestDelay)return;this[t(484)]=0,C[t(465)]("⏰ Backoff delay ended, resuming queue processing")}this[t(461)]=!0,yield this[t(482)][t(440)]();try{yield this[t(505)](),yield this.processPendingQueue()}finally{this[t(482)].release(),this[t(461)]=!1}}})}processMainQueue(){return e(this,void 0,void 0,function*(){const t=ht,e=this[t(507)]();if(0===e[t(469)])return;const i=e[0];try{if(yield this[t(445)](i))e[t(458)](),this[t(435)](e),this[t(477)](i),C[t(465)](t(437)+i.id+" processed successfully");else{if(e[0].retryCount++,e[0][t(488)]>=e[0].maxRetries){const n=this.calculateBackoffDelay(e[0][t(488)]);this[t(484)]=Date[t(453)]()+n,C.warn(t(472)+i.id+t(485)+i[t(471)]+" attempts. Applying backoff delay of "+n+"ms")}else C[t(497)](t(463)+i.id+" failed. Retry "+e[0][t(488)]+"/"+e[0][t(471)]);this[t(435)](e)}}catch(n){if(C[t(499)](t(457)+i[t(446)]+":",n),e[0][t(488)]++,e[0][t(488)]>=e[0][t(471)]){const n=this[t(438)](e[0][t(488)]);this[t(484)]=Date[t(453)]()+n,C.warn(t(472)+i.id+" failed with error after "+e[0][t(471)]+" attempts. "+(t(508)+n)+"ms")}this[t(435)](e)}})}[pt(438)](t){const e=pt,i=this[e(466)]*Math[e(493)](this[e(450)],t-1);return Math[e(449)](i,this[e(494)])}[pt(452)](){return e(this,void 0,void 0,function*(){const t=ht;if(!this[t(502)]())return;const e=this[t(481)]();if(0===e[t(469)])return;const i=this[t(507)]();i.push(...e),this[t(435)](i),this[t(473)]([]),console.log("📦 Moved "+e.length+" pending requests to main queue")})}sendRequest(t){return e(this,arguments,void 0,function*(t,e=1){const i=ht;C[i(465)]("💥 Sending request ("+t[i(446)]+"): id="+t.id);let n=!1;try{n=yield H[i(439)](t[i(446)],t.parameters)}catch(e){C[i(499)](i(491)+t[i(446)]+" failed",e)}return n})}[pt(507)](){return U[pt(442)]}[pt(435)](t){U[pt(442)]=t}getPendingQueue(){return U[pt(455)]}[pt(473)](t){U[pt(455)]=t}[pt(502)](){return U[pt(474)]}[pt(477)](t){const e=pt;switch(t[e(446)]){case f[e(460)]:U[e(474)]=!0;break;case f[e(486)]:U.firstSessionSubmit?(U[e(487)]=0,U[e(498)]=0,U[e(443)]=1):U[e(456)]=!0;break;case f[e(444)]:U.fcmToken=t[e(489)][e(470)]}}[pt(506)](){const t=pt;return{mainQueueLength:this.getMainQueue()[t(469)],pendingQueueLength:this[t(481)]().length,isProcessing:this.isProcessing,mainRequestsSent:this[t(502)](),isInBackoffDelay:this.failedRequestDelay>0&&Date[t(453)]()<this[t(484)],backoffEndsAt:this[t(484)]>0?this.failedRequestDelay:null}}[pt(462)](){const t=pt;this.failedRequestDelay=0,C[t(465)]("🔄 Backoff delay manually reset")}[pt(501)](){return{baseDelayMs:this[pt(466)],multiplier:this.BACKOFF_MULTIPLIER,maxDelayMs:this.MAX_DELAY_MS}}}const wt=new vt;var gt,bt="user-agent",mt="",It="function",St="undefined",yt="object",kt="string",Et="browser",_t="cpu",Tt="device",Ct="engine",xt="os",Nt="result",Dt="name",Ot="type",Rt="vendor",At="version",Ut="architecture",Lt="major",Pt="model",qt="console",Mt="mobile",Bt="tablet",Vt="smarttv",Ft="wearable",Wt="xr",Kt="embedded",jt="inapp",Gt="brands",zt="formFactors",Ht="fullVersionList",Qt="platform",Jt="platformVersion",Xt="bitness",Zt="sec-ch-ua",Yt=Zt+"-full-version-list",$t=Zt+"-arch",te=Zt+"-"+Xt,ee=Zt+"-form-factors",ie=Zt+"-"+Mt,ne=Zt+"-"+Pt,re=Zt+"-"+Qt,se=re+"-version",oe=[Gt,Ht,Mt,Pt,Qt,Jt,Ut,zt,Xt],ae="Amazon",ce="Apple",ue="ASUS",de="BlackBerry",le="Google",pe="Huawei",he="Lenovo",fe="Honor",ve="LG",we="Microsoft",ge="Motorola",be="Nvidia",me="OnePlus",Ie="OPPO",Se="Samsung",ye="Sharp",ke="Sony",Ee="Xiaomi",_e="Zebra",Te="Chrome",Ce="Chromium",xe="Chromecast",Ne="Edge",De="Firefox",Oe="Opera",Re="Facebook",Ae="Sogou",Ue="Mobile ",Le=" Browser",Pe="Windows",qe=typeof window!==St&&window.navigator?window.navigator:void 0,Me=qe&&qe.userAgentData?qe.userAgentData:void 0,Be=function(t){for(var e={},i=0;i<t.length;i++)e[t[i].toUpperCase()]=t[i];return e},Ve=function(t,e){if(typeof t===yt&&t.length>0){for(var i in t)if(je(e)==je(t[i]))return!0;return!1}return!!We(t)&&je(e)==je(t)},Fe=function(t,e){for(var i in t)return/^(browser|cpu|device|engine|os)$/.test(i)||!!e&&Fe(t[i])},We=function(t){return typeof t===kt},Ke=function(t){if(t){for(var e=[],i=He(/\\?\"/g,t).split(","),n=0;n<i.length;n++)if(i[n].indexOf(";")>-1){var r=Je(i[n]).split(";v=");e[n]={brand:r[0],version:r[1]}}else e[n]=Je(i[n]);return e}},je=function(t){return We(t)?t.toLowerCase():t},Ge=function(t){return We(t)?He(/[^\d\.]/g,t).split(".")[0]:void 0},ze=function(t){for(var e in t){var i=t[e];typeof i==yt&&2==i.length?this[i[0]]=i[1]:this[i]=void 0}return this},He=function(t,e){return We(e)?e.replace(t,mt):e},Qe=function(t){return He(/\\?\"/g,t)},Je=function(t,e){if(We(t))return t=He(/^\s\s*/,t),typeof e===St?t:t.substring(0,500)},Xe=function(t,e){if(t&&e)for(var i,n,r,s,o,a,c=0;c<e.length&&!o;){var u=e[c],d=e[c+1];for(i=n=0;i<u.length&&!o&&u[i];)if(o=u[i++].exec(t))for(r=0;r<d.length;r++)a=o[++n],typeof(s=d[r])===yt&&s.length>0?2===s.length?typeof s[1]==It?this[s[0]]=s[1].call(this,a):this[s[0]]=s[1]:s.length>=3&&(typeof s[1]!==It||s[1].exec&&s[1].test?3==s.length?this[s[0]]=a?a.replace(s[1],s[2]):void 0:4==s.length?this[s[0]]=a?s[3].call(this,a.replace(s[1],s[2])):void 0:s.length>4&&(this[s[0]]=a?s[3].apply(this,[a.replace(s[1],s[2])].concat(s.slice(4))):void 0):s.length>3?this[s[0]]=a?s[1].apply(this,s.slice(2)):void 0:this[s[0]]=a?s[1].call(this,a,s[2]):void 0):this[s]=a||void 0;c+=2}},Ze=function(t,e){for(var i in e)if(typeof e[i]===yt&&e[i].length>0){for(var n=0;n<e[i].length;n++)if(Ve(e[i][n],t))return"?"===i?void 0:i}else if(Ve(e[i],t))return"?"===i?void 0:i;return e.hasOwnProperty("*")?e["*"]:t},Ye={ME:"4.90","NT 3.51":"3.51","NT 4.0":"4.0",2e3:["5.0","5.01"],XP:["5.1","5.2"],Vista:"6.0",7:"6.1",8:"6.2",8.1:"6.3",10:["6.4","10.0"],NT:""},$e={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},ti={Chrome:"Google Chrome",Edge:"Microsoft Edge","Edge WebView2":"Microsoft Edge WebView2","Chrome WebView":"Android WebView","Chrome Headless":"HeadlessChrome","Huawei Browser":"HuaweiBrowser","MIUI Browser":"Miui Browser","Opera Mobi":"OperaMobile",Yandex:"YaBrowser"},ei={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[At,[Dt,Ue+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[At,[Dt,Ne+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[At,[Dt,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[Dt,At],[/opios[\/ ]+([\w\.]+)/i],[At,[Dt,Oe+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[At,[Dt,Oe+" GX"]],[/\bopr\/([\w\.]+)/i],[At,[Dt,Oe]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[At,[Dt,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[At,[Dt,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser)\/([-\w\.]+)/i,/(heytap|ovi|115|surf)browser\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[Dt,At],[/quark(?:pc)?\/([-\w\.]+)/i],[At,[Dt,"Quark"]],[/\bddg\/([\w\.]+)/i],[At,[Dt,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[At,[Dt,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[At,[Dt,"WeChat"]],[/konqueror\/([\w\.]+)/i],[At,[Dt,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[At,[Dt,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[At,[Dt,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[At,[Dt,"Smart "+he+Le]],[/(avast|avg)\/([\w\.]+)/i],[[Dt,/(.+)/,"$1 Secure"+Le],At],[/\bfocus\/([\w\.]+)/i],[At,[Dt,De+" Focus"]],[/\bopt\/([\w\.]+)/i],[At,[Dt,Oe+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[At,[Dt,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[At,[Dt,"Dolphin"]],[/coast\/([\w\.]+)/i],[At,[Dt,Oe+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[At,[Dt,"MIUI"+Le]],[/fxios\/([\w\.-]+)/i],[At,[Dt,Ue+De]],[/\bqihoobrowser\/?([\w\.]*)/i],[At,[Dt,"360"]],[/\b(qq)\/([\w\.]+)/i],[[Dt,/(.+)/,"$1Browser"],At],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[Dt,/(.+)/,"$1"+Le],At],[/samsungbrowser\/([\w\.]+)/i],[At,[Dt,Se+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[At,[Dt,Ae+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[Dt,Ae+" Mobile"],At],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[Dt,At],[/(lbbrowser|rekonq)/i],[Dt],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[At,Dt],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[Dt,Re],At,[Ot,jt]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[Dt,At,[Ot,jt]],[/\bgsa\/([\w\.]+) .*safari\//i],[At,[Dt,"GSA"],[Ot,jt]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[At,[Dt,"TikTok"],[Ot,jt]],[/\[(linkedin)app\]/i],[Dt,[Ot,jt]],[/(chromium)[\/ ]([-\w\.]+)/i],[Dt,At],[/headlesschrome(?:\/([\w\.]+)| )/i],[At,[Dt,Te+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[At,[Dt,Ne+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[Dt,Te+" WebView"],At],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[At,[Dt,"Android"+Le]],[/chrome\/([\w\.]+) mobile/i],[At,[Dt,Ue+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[Dt,At],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[At,[Dt,Ue+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[Dt,Ue+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[At,Dt],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[Dt,[At,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[Dt,At],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[Dt,Ue+De],At],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[Dt,"Netscape"],At],[/(wolvic|librewolf)\/([\w\.]+)/i],[Dt,At],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[At,[Dt,De+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[Dt,[At,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[Dt,[At,/[^\d\.]+./,mt]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[Ut,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[Ut,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[Ut,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[Ut,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[Ut,"arm"]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[Ut,/ower/,mt,je]],[/ sun4\w[;\)]/i],[[Ut,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[Ut,je]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[Pt,[Rt,Se],[Ot,Bt]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[Pt,[Rt,Se],[Ot,Mt]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[Pt,[Rt,ce],[Ot,Mt]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[Pt,[Rt,ce],[Ot,Bt]],[/(macintosh);/i],[Pt,[Rt,ce]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[Pt,[Rt,ye],[Ot,Mt]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[Pt,[Rt,fe],[Ot,Bt]],[/honor([-\w ]+)[;\)]/i],[Pt,[Rt,fe],[Ot,Mt]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[Pt,[Rt,pe],[Ot,Bt]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[Pt,[Rt,pe],[Ot,Mt]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[Pt,/_/g," "],[Rt,Ee],[Ot,Bt]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[Pt,/_/g," "],[Rt,Ee],[Ot,Mt]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[Pt,[Rt,me],[Ot,Mt]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[Pt,[Rt,Ie],[Ot,Mt]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[Pt,[Rt,Ze,{OnePlus:["203","304","403","404","413","415"],"*":Ie}],[Ot,Bt]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[Pt,[Rt,"BLU"],[Ot,Mt]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[Pt,[Rt,"Vivo"],[Ot,Mt]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[Pt,[Rt,"Realme"],[Ot,Mt]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[Pt,[Rt,he],[Ot,Bt]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[Pt,[Rt,he],[Ot,Mt]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[Pt,[Rt,ge],[Ot,Mt]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[Pt,[Rt,ge],[Ot,Bt]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[Pt,[Rt,ve],[Ot,Bt]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[Pt,[Rt,ve],[Ot,Mt]],[/(nokia) (t[12][01])/i],[Rt,Pt,[Ot,Bt]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[Pt,/_/g," "],[Ot,Mt],[Rt,"Nokia"]],[/(pixel (c|tablet))\b/i],[Pt,[Rt,le],[Ot,Bt]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[Pt,[Rt,le],[Ot,Mt]],[/(google) (pixelbook( go)?)/i],[Rt,Pt],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[Pt,[Rt,ke],[Ot,Mt]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[Pt,"Xperia Tablet"],[Rt,ke],[Ot,Bt]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[Pt,[Rt,ae],[Ot,Bt]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[Pt,/(.+)/g,"Fire Phone $1"],[Rt,ae],[Ot,Mt]],[/(playbook);[-\w\),; ]+(rim)/i],[Pt,Rt,[Ot,Bt]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[Pt,[Rt,de],[Ot,Mt]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[Pt,[Rt,ue],[Ot,Bt]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[Pt,[Rt,ue],[Ot,Mt]],[/(nexus 9)/i],[Pt,[Rt,"HTC"],[Ot,Bt]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[Rt,[Pt,/_/g," "],[Ot,Mt]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[Pt,[Rt,"TCL"],[Ot,Bt]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[Pt,[Rt,"TCL"],[Ot,Mt]],[/(itel) ((\w+))/i],[[Rt,je],Pt,[Ot,Ze,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[Pt,[Rt,"Acer"],[Ot,Bt]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[Pt,[Rt,"Meizu"],[Ot,Mt]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[Pt,[Rt,"Ulefone"],[Ot,Mt]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[Pt,[Rt,"Energizer"],[Ot,Mt]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[Pt,[Rt,"Cat"],[Ot,Mt]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[Pt,[Rt,"Smartfren"],[Ot,Mt]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[Pt,[Rt,"Nothing"],[Ot,Mt]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[Pt,[Rt,"Archos"],[Ot,Bt]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[Pt,[Rt,"Archos"],[Ot,Mt]],[/; (n159v)/i],[Pt,[Rt,"HMD"],[Ot,Mt]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[Rt,Pt,[Ot,Bt]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i],[Rt,Pt,[Ot,Mt]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[Rt,Pt,[Ot,Bt]],[/(surface duo)/i],[Pt,[Rt,we],[Ot,Bt]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[Pt,[Rt,"Fairphone"],[Ot,Mt]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[Pt,[Rt,be],[Ot,Bt]],[/(sprint) (\w+)/i],[Rt,Pt,[Ot,Mt]],[/(kin\.[onetw]{3})/i],[[Pt,/\./g," "],[Rt,we],[Ot,Mt]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[Pt,[Rt,_e],[Ot,Bt]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[Pt,[Rt,_e],[Ot,Mt]],[/smart-tv.+(samsung)/i],[Rt,[Ot,Vt]],[/hbbtv.+maple;(\d+)/i],[[Pt,/^/,"SmartTV"],[Rt,Se],[Ot,Vt]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[Rt,Pt,[Ot,Vt]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[Rt,ve],[Ot,Vt]],[/(apple) ?tv/i],[Rt,[Pt,ce+" TV"],[Ot,Vt]],[/crkey.*devicetype\/chromecast/i],[[Pt,xe+" Third Generation"],[Rt,le],[Ot,Vt]],[/crkey.*devicetype\/([^/]*)/i],[[Pt,/^/,"Chromecast "],[Rt,le],[Ot,Vt]],[/fuchsia.*crkey/i],[[Pt,xe+" Nest Hub"],[Rt,le],[Ot,Vt]],[/crkey/i],[[Pt,xe],[Rt,le],[Ot,Vt]],[/(portaltv)/i],[Pt,[Rt,Re],[Ot,Vt]],[/droid.+aft(\w+)( bui|\))/i],[Pt,[Rt,ae],[Ot,Vt]],[/(shield \w+ tv)/i],[Pt,[Rt,be],[Ot,Vt]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[Pt,[Rt,ye],[Ot,Vt]],[/(bravia[\w ]+)( bui|\))/i],[Pt,[Rt,ke],[Ot,Vt]],[/(mi(tv|box)-?\w+) bui/i],[Pt,[Rt,Ee],[Ot,Vt]],[/Hbbtv.*(technisat) (.*);/i],[Rt,Pt,[Ot,Vt]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[Rt,/.+\/(\w+)/,"$1",Ze,{LG:"lge"}],[Pt,Je],[Ot,Vt]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[Pt,[Ot,Vt]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:|large screen[\w ]+safari)\b/i],[[Ot,Vt]],[/(playstation \w+)/i],[Pt,[Rt,ke],[Ot,qt]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[Pt,[Rt,we],[Ot,qt]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i],[Rt,Pt,[Ot,qt]],[/droid.+; (shield)( bui|\))/i],[Pt,[Rt,be],[Ot,qt]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[Pt,[Rt,Se],[Ot,Ft]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[Rt,Pt,[Ot,Ft]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[Pt,[Rt,Ie],[Ot,Ft]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[Pt,[Rt,ce],[Ot,Ft]],[/(opwwe\d{3})/i],[Pt,[Rt,me],[Ot,Ft]],[/(moto 360)/i],[Pt,[Rt,ge],[Ot,Ft]],[/(smartwatch 3)/i],[Pt,[Rt,ke],[Ot,Ft]],[/(g watch r)/i],[Pt,[Rt,ve],[Ot,Ft]],[/droid.+; (wt63?0{2,3})\)/i],[Pt,[Rt,_e],[Ot,Ft]],[/droid.+; (glass) \d/i],[Pt,[Rt,le],[Ot,Wt]],[/(pico) (4|neo3(?: link|pro)?)/i],[Rt,Pt,[Ot,Wt]],[/(quest( \d| pro)?s?).+vr/i],[Pt,[Rt,Re],[Ot,Wt]],[/mobile vr; rv.+firefox/i],[[Ot,Wt]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[Rt,[Ot,Kt]],[/(aeobc)\b/i],[Pt,[Rt,ae],[Ot,Kt]],[/(homepod).+mac os/i],[Pt,[Rt,ce],[Ot,Kt]],[/windows iot/i],[[Ot,Kt]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+?(mobile|vr|\d) safari/i],[Pt,[Ot,Ze,{mobile:"Mobile",xr:"VR","*":Bt}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[Ot,Bt]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[Ot,Mt]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[Pt,[Rt,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[At,[Dt,Ne+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[Dt,At],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[At,[Dt,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[Dt,At],[/ladybird\//i],[[Dt,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[At,Dt]],os:[[/(windows nt) (6\.[23]); arm/i],[[Dt,/N/,"R"],[At,Ze,Ye]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[Dt,At],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[At,/(;|\))/g,"",Ze,Ye],[Dt,Pe]],[/(windows ce)\/?([\d\.]*)/i],[Dt,At],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[At,/_/g,"."],[Dt,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[Dt,"macOS"],[At,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[At,[Dt,xe+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[At,[Dt,xe+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[At,[Dt,xe+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[At,[Dt,xe+" Linux"]],[/crkey\/([\d\.]+)/i],[At,[Dt,xe]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[At,Dt],[/(ubuntu) ([\w\.]+) like android/i],[[Dt,/(.+)/,"$1 Touch"],At],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[Dt,At],[/\(bb(10);/i],[At,[Dt,de]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[At,[Dt,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[At,[Dt,De+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[At,[Dt,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[At,Ze,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[Dt,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[At,[Dt,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[Dt,"Chrome OS"],At],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[Dt,At],[/(sunos) ?([\d\.]*)/i],[[Dt,"Solaris"],At],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[Dt,At]]},ii=(ze.call((gt={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}}).init,[[Et,[Dt,At,Lt,Ot]],[_t,[Ut]],[Tt,[Ot,Pt,Rt]],[Ct,[Dt,At]],[xt,[Dt,At]]]),ze.call(gt.isIgnore,[[Et,[At,Lt]],[Ct,[At]],[xt,[At]]]),ze.call(gt.isIgnoreRgx,[[Et,/ ?browser$/i],[xt,/ ?os$/i]]),ze.call(gt.toString,[[Et,[Dt,At]],[_t,[Ut]],[Tt,[Rt,Pt]],[Ct,[Dt,At]],[xt,[Dt,At]]]),gt),ni=function(t,e){var i=ii.init[e],n=ii.isIgnore[e]||0,r=ii.isIgnoreRgx[e]||0,s=ii.toString[e]||0;function o(){ze.call(this,i)}return o.prototype.getItem=function(){return t},o.prototype.withClientHints=function(){return Me?Me.getHighEntropyValues(oe).then(function(e){return t.setCH(new ri(e,!1)).parseCH().get()}):t.parseCH().get()},o.prototype.withFeatureCheck=function(){return t.detectFeature().get()},e!=Nt&&(o.prototype.is=function(t){var e=!1;for(var i in this)if(this.hasOwnProperty(i)&&!Ve(n,i)&&je(r?He(r,this[i]):this[i])==je(r?He(r,t):t)){if(e=!0,t!=St)break}else if(t==St&&e){e=!e;break}return e},o.prototype.toString=function(){var t=mt;for(var e in s)typeof this[s[e]]!==St&&(t+=(t?" ":mt)+this[s[e]]);return t||St}),Me||(o.prototype.then=function(t){var e=this,i=function(){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t])};i.prototype={is:o.prototype.is,toString:o.prototype.toString};var n=new i;return t(n),n}),new o};function ri(t,e){if(t=t||{},ze.call(this,oe),e)ze.call(this,[[Gt,Ke(t[Zt])],[Ht,Ke(t[Yt])],[Mt,/\?1/.test(t[ie])],[Pt,Qe(t[ne])],[Qt,Qe(t[re])],[Jt,Qe(t[se])],[Ut,Qe(t[$t])],[zt,Ke(t[ee])],[Xt,Qe(t[te])]]);else for(var i in t)this.hasOwnProperty(i)&&typeof t[i]!==St&&(this[i]=t[i])}function si(t,e,i,n){return this.get=function(t){return t?this.data.hasOwnProperty(t)?this.data[t]:void 0:this.data},this.set=function(t,e){return this.data[t]=e,this},this.setCH=function(t){return this.uaCH=t,this},this.detectFeature=function(){if(qe&&qe.userAgent==this.ua)switch(this.itemType){case Et:qe.brave&&typeof qe.brave.isBrave==It&&this.set(Dt,"Brave");break;case Tt:!this.get(Ot)&&Me&&Me[Mt]&&this.set(Ot,Mt),"Macintosh"==this.get(Pt)&&qe&&typeof qe.standalone!==St&&qe.maxTouchPoints&&qe.maxTouchPoints>2&&this.set(Pt,"iPad").set(Ot,Bt);break;case xt:!this.get(Dt)&&Me&&Me[Qt]&&this.set(Dt,Me[Qt]);break;case Nt:var t=this.data,e=function(e){return t[e].getItem().detectFeature().get()};this.set(Et,e(Et)).set(_t,e(_t)).set(Tt,e(Tt)).set(Ct,e(Ct)).set(xt,e(xt))}return this},this.parseUA=function(){return this.itemType!=Nt&&Xe.call(this.data,this.ua,this.rgxMap),this.itemType==Et&&this.set(Lt,Ge(this.get(At))),this},this.parseCH=function(){var t=this.uaCH,e=this.rgxMap;switch(this.itemType){case Et:case Ct:var i,n=t[Ht]||t[Gt];if(n)for(var r in n){var s=n[r].brand||n[r],o=n[r].version;this.itemType==Et&&!/not.a.brand/i.test(s)&&(!i||/Chrom/.test(i)&&s!=Ce||i==Ne&&/WebView2/.test(s))&&(s=Ze(s,ti),(i=this.get(Dt))&&!/Chrom/.test(i)&&/Chrom/.test(s)||this.set(Dt,s).set(At,o).set(Lt,Ge(o)),i=s),this.itemType==Ct&&s==Ce&&this.set(At,o)}break;case _t:var a=t[Ut];a&&(a&&"64"==t[Xt]&&(a+="64"),Xe.call(this.data,a+";",e));break;case Tt:if(t[Mt]&&this.set(Ot,Mt),t[Pt]&&(this.set(Pt,t[Pt]),!this.get(Ot)||!this.get(Rt))){var c={};Xe.call(c,"droid 9; "+t[Pt]+")",e),!this.get(Ot)&&c.type&&this.set(Ot,c.type),!this.get(Rt)&&c.vendor&&this.set(Rt,c.vendor)}if(t[zt]){var u;if("string"!=typeof t[zt])for(var d=0;!u&&d<t[zt].length;)u=Ze(t[zt][d++],$e);else u=Ze(t[zt],$e);this.set(Ot,u)}break;case xt:var l=t[Qt];if(l){var p=t[Jt];l==Pe&&(p=parseInt(Ge(p),10)>=13?"11":"10"),this.set(Dt,l).set(At,p)}this.get(Dt)==Pe&&"Xbox"==t[Pt]&&this.set(Dt,"Xbox").set(At,void 0);break;case Nt:var h=this.data,f=function(e){return h[e].getItem().setCH(t).parseCH().get()};this.set(Et,f(Et)).set(_t,f(_t)).set(Tt,f(Tt)).set(Ct,f(Ct)).set(xt,f(xt))}return this},ze.call(this,[["itemType",t],["ua",e],["uaCH",n],["rgxMap",i],["data",ni(this,t)]]),this}function oi(t,e,i){if(typeof t===yt?(Fe(t,!0)?(typeof e===yt&&(i=e),e=t):(i=t,e=void 0),t=void 0):typeof t!==kt||Fe(e,!0)||(i=e,e=void 0),i&&typeof i.append===It){var n={};i.forEach(function(t,e){n[e]=t}),i=n}if(!(this instanceof oi))return new oi(t,e,i).getResult();var r=typeof t===kt?t:i&&i[bt]?i[bt]:qe&&qe.userAgent?qe.userAgent:mt,s=new ri(i,!0),o=e?function(t,e){var i={},n=e;if(!Fe(e))for(var r in n={},e)for(var s in e[r])n[s]=e[r][s].concat(n[s]?n[s]:[]);for(var o in t)i[o]=n[o]&&n[o].length%2==0?n[o].concat(t[o]):t[o];return i}(ei,e):ei,a=function(t){return t==Nt?function(){return new si(t,r,o,s).set("ua",r).set(Et,this.getBrowser()).set(_t,this.getCPU()).set(Tt,this.getDevice()).set(Ct,this.getEngine()).set(xt,this.getOS()).get()}:function(){return new si(t,r,o[t],s).parseUA().get()}};return ze.call(this,[["getBrowser",a(Et)],["getCPU",a(_t)],["getDevice",a(Tt)],["getEngine",a(Ct)],["getOS",a(xt)],["getResult",a(Nt)],["getUA",function(){return r}],["setUA",function(t){return We(t)&&(r=t.length>500?Je(t,500):t),this}]]).setUA(r),this}oi.VERSION="2.0.4",oi.BROWSER=Be([Dt,At,Lt,Ot]),oi.CPU=Be([Ut]),oi.DEVICE=Be([Pt,Rt,Ot,qt,Mt,Vt,Bt,Ft,Kt]),oi.ENGINE=oi.OS=Be([Dt,At]);const ai=ci;function ci(t,e){const i=di();return(ci=function(t,e){return i[t-=305]})(t,e)}!function(t){const e=ci,i=t();for(;;)try{if(599432===-parseInt(e(342))/1*(parseInt(e(340))/2)+parseInt(e(311))/3+parseInt(e(352))/4*(-parseInt(e(348))/5)+parseInt(e(354))/6+parseInt(e(365))/7*(-parseInt(e(363))/8)+parseInt(e(318))/9+parseInt(e(347))/10*(-parseInt(e(345))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(di);class ui{getDeviceInfo(){const t=ci,e=(new oi)[t(325)]();return{browser:e[t(357)],os:e.os,device:e[t(331)],engine:e[t(319)],cpu:e[t(343)],ua:e.ua}}get[ai(349)](){const t=ai;return window[t(338)]>=3?t(313):window[t(338)]>=2?t(364):t(332)}get[ai(334)](){const t=ai;return window.innerHeight>window[t(353)]?t(314):t(356)}get[ai(315)](){const t=ai,e=window[t(353)];return e<480?t(341):e<768?t(356):e<1440?t(355):"xlarge"}get[ai(305)](){const t=ai;var e,i,n;const r=this.getDeviceInfo(),s=(null===(e=r[t(331)])||void 0===e?void 0:e[t(326)])||"",o=(null===(n=null===(i=r[t(331)])||void 0===i?void 0:i[t(321)])||void 0===n?void 0:n[t(344)]())||"",a=r.ua[t(344)]();return s===t(309)||o[t(359)](t(329))?6:s===t(362)||a.includes(t(339))||a[t(359)]("hbbtv")||a[t(359)](t(335))||a.includes(t(328))||a[t(359)](t(322))?4:s===t(320)||a[t(359)](t(308))||a[t(359)](t(306))||a[t(359)](t(316))?5:a.includes(t(310))||a[t(359)]("android auto")||a.includes(t(361))?3:a.includes(t(307))||a[t(359)]("vive")||a[t(359)]("vr")||s===t(360)?7:"mobile"===s||s===t(330)?1:""===s||"desktop"===s?2:0}get[ai(336)](){const t=ai;return window.matchMedia&&window[t(323)](t(333)).matches?"1":"0"}get[ai(317)](){const t=ai,e=window[t(338)]||1,i=screen[t(324)]*e/160,n=screen.height*e/160;return Math[t(350)](Math[t(351)](i,2)+Math.pow(n,2))[t(327)](2)}get screenType(){const t=ai;return t(346)in window||navigator[t(312)]>0?t(337):t(358)}}function di(){const t=["nintendo","displaySize","8278677SnIRGP","engine","console","model","appletv","matchMedia","width","getResult","type","toFixed","googletv","watch","tablet","device","low","(prefers-color-scheme: dark)","screenFormat","netcast","uiStyle","touch","devicePixelRatio","smart-tv","2Gxwezx","small","927037ZQJwpu","cpu","toLowerCase","11OzMfIt","ontouchstart","1713050qQPqRG","737805mqKHnX","screenDensity","sqrt","pow","16mPJWNZ","innerWidth","6724086KiVisB","large","normal","browser","pointer","includes","embedded","carplay","smarttv","3479024BsjtHW","medium","7guDNfh","uiMode","xbox","oculus","playstation","wearable","car","2047086DWtUnr","maxTouchPoints","high","long","screenSize"];return(di=function(){return t})()}const li=new ui;function pi(t,e){const i=fi();return(pi=function(t,e){return i[t-=487]})(t,e)}const hi=pi;function fi(){const t=["7467665wKqluu","181788yOaAzZ","key","removeItem","supportResults","10334298dRQmVC","1785482JUWoWm","11QOECGF","2SdFINI","onerror","open","isIndexedDBSupported","length","setItem","1359fbRkJz","indexedDB","getItem","45ILtkll","close","__test__check__","isLocalStorageSupported","4376288cNxATa","onsuccess","__test__","isSessionStorageSupported","60560onVQnR","29299630LRrfdn"];return(fi=function(){return t})()}!function(t){const e=pi,i=t();for(;;)try{if(950430===parseInt(e(511))/1*(-parseInt(e(509))/2)+-parseInt(e(493))/3*(-parseInt(e(504))/4)+parseInt(e(503))/5+parseInt(e(508))/6+parseInt(e(497))/7+parseInt(e(501))/8*(parseInt(e(490))/9)+parseInt(e(502))/10*(-parseInt(e(510))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(fi);class vi{constructor(){this.supportResults=null}getSupportResult(){return e(this,void 0,void 0,function*(){const t=pi;if(this[t(507)])return this[t(507)];const e=this[t(496)](),i=this[t(500)](),n=yield this.isIndexedDBSupported();return this[t(507)]={localStorage:e,sessionStorage:i,indexedDB:n},this[t(507)]})}getStorageSizeBytes(t){const e=pi;let i=0;for(let n=0;n<t[e(488)];n++){const r=t[e(505)](n);if(!r)continue;const s=t[e(492)](r);null!=s&&(i+=2*r[e(488)],i+=2*s.length)}return i}[hi(496)](){const t=hi;try{const e=t(499);return localStorage[t(489)](e,"1"),localStorage[t(506)](e),!0}catch(t){return!1}}isSessionStorageSupported(){const t=hi;try{const e="__test__";return sessionStorage[t(489)](e,"1"),sessionStorage.removeItem(e),!0}catch(t){return!1}}[hi(487)](){const t=hi;return t(491)in window?new Promise(e=>{const i=t;try{const t=indexedDB[i(513)](i(495));t[i(512)]=()=>e(!1),t[i(498)]=()=>{const n=i;t.result[n(494)](),indexedDB.deleteDatabase("__test__check__"),e(!0)}}catch(t){e(!1)}}):Promise.resolve(!1)}}const wi=new vi,gi=mi;function bi(){const t=["Backbone.js","[x-data], [x-init], [x-bind]","includes","4lGEDZE","Ghost CMS","__reactContainer","Next.js","hostname","innerHTML","scripts","7173445kUKsPc","svelte","Wix","search","[data-v-app], [data-v-]","documentElement",".ng-binding, [ng-app], [data-ng-app], [ng-controller], [data-ng-controller], [ng-repeat], [data-ng-repeat]","wp-includes","[data-reactroot], [data-reactid]","__VUE__","querySelector","Laravel","_reactRootContainer","[id=___gatsby]","Alpine.js","Zepto","map","location","/_nuxt/","Backbone","/_next/","200cqIZzW","utm_source","src","1030422KCgVtc","organic","354517HZSbbv","Shopify","90713SVOCpd","mix-manifest.json","Angular","Nuxt.js","wp-content","Gatsby.js","2TuYtLY","React","Vue","Zepto.js","Vue.js","250284thOODw",'meta[name="generator"][content*="Ghost"]',"jQuery","439330AYXjyj","some","startsWith","WordPress","detectWebFramework",'meta[name="generator"][content*="WordPress"]',"keys","Svelte","textContent",'script[src*="angular.js"], script[src*="angular.min.js"]',"querySelectorAll",'meta[name="generator"][content*="Drupal"]',"script[id=__NEXT_DATA__]","/js/app.js","891wNvcVa","getUTMParamsString","7902234MTQhPB","entries","Squarespace","wix.com"];return(bi=function(){return t})()}function mi(t,e){const i=bi();return(mi=function(t,e){return i[t-=230]})(t,e)}!function(t){const e=mi,i=t();for(;;)try{if(891212===parseInt(e(284))/1+-parseInt(e(292))/2*(parseInt(e(282))/3)+parseInt(e(251))/4*(-parseInt(e(258))/5)+-parseInt(e(297))/6+-parseInt(e(286))/7*(parseInt(e(279))/8)+-parseInt(e(244))/9+parseInt(e(300))/10*(parseInt(e(242))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(bi);class Ii{static[gi(243)](){const t=gi,e=new URLSearchParams(window[t(275)][t(261)]),i={};for(const[n,r]of e[t(245)]())n[t(230)]("utm_")&&r&&(i[n]=r);if(!i[t(280)]){const e=document.referrer;i[t(280)]=e?new URL(e)[t(255)]:"other"}return!i.utm_medium&&(i.utm_medium=t(283)),Object.entries(i)[t(274)](([t,e])=>t+"="+encodeURIComponent(e)).join("&")}}Ii[gi(232)]=()=>{const t=gi;return document[t(268)](t(240))||[...document[t(257)]].some(e=>e.src.includes(t(278)))?t(254):window[t(293)]||document[t(268)](t(266))||Array.from(document[t(238)]("*")).some(e=>void 0!==e[t(270)]||Object[t(234)](e)[t(301)](e=>e[t(230)](t(253))))||window.__REACT_DEVTOOLS_GLOBAL_HOOK__?t(293):[...document[t(257)]][t(301)](e=>e[t(281)][t(250)](t(276)))?t(289):window[t(267)]||window[t(294)]||document[t(268)](t(262))?t(296):document[t(268)](t(271))?t(291):window||document[t(268)](t(264))||document[t(268)](t(237))||window.ng||document.querySelector("[ng-version]")?t(288):[...document[t(257)]].some(e=>{const i=t;var n;return e.src[i(250)](i(259))||(null===(n=e[i(236)])||void 0===n?void 0:n.includes("svelte"))})?t(235):document[t(268)](t(249))?t(272):window.jQuery?t(299):window[t(277)]?t(248):window.Meteor?"Meteor.js":window[t(273)]?t(295):document[t(268)](t(233))||[...document.scripts].some(e=>e[t(281)][t(250)](t(290))||e[t(281)].includes(t(265)))?t(231):[...document.scripts][t(301)](e=>e[t(281)][t(250)](t(241))||e[t(281)][t(250)](t(287)))?t(269):document[t(268)](t(239))||document[t(263)][t(256)][t(250)]("drupal-settings-json")?"Drupal":document[t(263)][t(256)][t(250)]("cdn.shopify.com")?t(285):[...document[t(257)]].some(e=>e[t(281)][t(250)]("static.squarespace.com"))?t(246):[...document.scripts].some(e=>e[t(281)][t(250)](t(247)))?t(260):document.querySelector(t(298))?t(252):void 0};const Si=ki;function yi(){const t=["14px 'Arial'","2tGBLxM","WEBGL_debug_renderer_info","5796935EaYnoT","fillStyle","fillText","714290EGaEiS","map","42NkFlVL","hashData","textBaseline","experimental-webgl","45PpmhiP","string","from","getCanvasFingerprint","toDataURL","join","renderer","MAX_RENDERBUFFER_SIZE","createElement","getExtension","VENDOR","getParameter","#069","693536ftiXjE","12548646eakrId","getSupportedExtensions","4KwYJPn","UNMASKED_RENDERER_WEBGL","top","vendor","getContext","webgl","4040301swDkfx","canvas","fillRect","SHADING_LANGUAGE_VERSION","height","font","2780656nPGJOI","stringify","padStart","RENDERER","1287684aTxRHW","isWebGLSupported","toString","encode"];return(yi=function(){return t})()}function ki(t,e){const i=yi();return(ki=function(t,e){return i[t-=316]})(t,e)}!function(t){const e=ki,i=t();for(;;)try{if(780783===-parseInt(e(338))/1*(-parseInt(e(362))/2)+parseInt(e(323))/3+-parseInt(e(317))/4*(-parseInt(e(340))/5)+parseInt(e(333))/6*(-parseInt(e(345))/7)+-parseInt(e(329))/8+parseInt(e(349))/9*(parseInt(e(343))/10)+-parseInt(e(363))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(yi);class Ei{static[Si(334)](){const t=Si;try{const e=document[t(357)]("canvas");return!(!e[t(321)](t(322))&&!e[t(321)](t(348)))}catch(t){return!1}}static getWebGLFingerprint(){return e(this,void 0,void 0,function*(){const t=ki,e=document[t(357)](t(324)),i=e[t(321)](t(322))||e.getContext(t(348));if(!i)return;const n={version:i[t(360)](i.VERSION),shadingLangVersion:i[t(360)](i[t(326)]),maxTextureSize:i[t(360)](i.MAX_TEXTURE_SIZE),maxRenderBufferSize:i.getParameter(i[t(356)]),supportedExtensions:i[t(316)]()};try{const e=i.getExtension(t(339));n[t(320)]=e?i.getParameter(e.UNMASKED_VENDOR_WEBGL):i[t(360)](i[t(359)])}catch(e){n[t(320)]=i[t(360)](i[t(359)])}try{const e=i[t(358)]("WEBGL_debug_renderer_info");n[t(355)]=e?i[t(360)](e[t(318)]):i.getParameter(i[t(332)])}catch(e){n[t(355)]=i[t(360)](i[t(332)])}return yield this[t(346)](JSON[t(330)](n))})}static[Si(352)](){return e(this,void 0,void 0,function*(){const t=ki,e=document[t(357)]("canvas");e.width=200,e[t(327)]=50;const i=e[t(321)]("2d");if(i)return i[t(347)]=t(319),i[t(328)]=t(337),i[t(341)]="#f60",i[t(325)](0,0,200,50),i[t(341)]=t(361),i[t(342)]("WiseTrack WebGL Fingerprint!",2,2),yield this[t(346)](e[t(353)]())})}static[Si(346)](t){return e(this,void 0,void 0,function*(){const e=ki,i=typeof t===e(350)?t:JSON[e(330)](t),n=(new TextEncoder)[e(336)](i),r=yield crypto.subtle.digest("SHA-256",n);return Array[e(351)](new Uint8Array(r))[e(344)](t=>t[e(335)](16)[e(331)](2,"0"))[e(354)]("")})}}function _i(){const t=["performance","getApplicationFields","other","appFrameWork","10654lPztzq","map","initialDate","build","filter","userEnvironment","6WJClRX","screenDensity","outerHeight","now","version","1695YXnuDx","model","147582zGCqKo","toString","toISOString","getDeviceFields","sessionCount","engine","SDK","toFixed","748863VYcjsx","VERSION","PLATFORM","defaultTracker","1824265WCpudm","getDeviceInfo","indexedDB","type","7384KxthhM","assign","getLocalFields","customDeviceId","vendor","17600390fgjwHe","onLine","fromEntries","created_at","language","1138UwJIty","appVersion","split","time_spent","device","hardwareConcurrency","appToken","browser","getSupportResult","initialConfig","displaySize","2239604yomarq","DEFAULTS","location","toLowerCase","getCountryCode","name","PARAMETERS_VALUE","screenFormat","isWebGLSupported","activeDuration","inactiveDuration","getStorageSizeBytes","outerWidth","cpu","localStorage","innerWidth","innerHeight","uiMode","deviceId"];return(_i=function(){return t})()}const Ti=Ci;function Ci(t,e){const i=_i();return(Ci=function(t,e){return i[t-=433]})(t,e)}!function(t){const e=Ci,i=t();for(;;)try{if(836211===-parseInt(e(464))/1+-parseInt(e(482))/2*(-parseInt(e(454))/3)+parseInt(e(493))/4+-parseInt(e(468))/5*(-parseInt(e(449))/6)+-parseInt(e(443))/7*(parseInt(e(472))/8)+-parseInt(e(456))/9+parseInt(e(477))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(_i);class xi{[Ti(446)](){return e(this,void 0,void 0,function*(){const t=Ci,e=window[t(439)][t(452)]();let i={};return i[t(480)]=(new Date)[t(458)](),Object[t(473)](i,this[t(474)]()),Object[t(473)](i,yield this[t(440)]()),Object[t(473)](i,this[t(459)]()),i[t(485)]=(window.performance[t(452)]()-e)[t(463)](1),s[t(494)][t(499)]&&(i=Object[t(479)](Object.entries(i)[t(444)](([e,i])=>[e,null==i?s.DEFAULTS[t(499)]:i]))),!s[t(494)].PARAMETERS_VALUE&&(i=Object[t(479)](Object.entries(i)[t(447)](([t,e])=>null!=e))),i})}[Ti(440)](){return e(this,void 0,void 0,function*(){const t=Ci,e=yield wi[t(490)]();return{connectivity_type:navigator[t(478)]?"1":"-1",country:yield it[t(497)](),package_name:window[t(495)].hostname,session_storage_enabled:e.sessionStorage,indexed_db_enabled:e[t(470)],local_storage_enabled:e[t(434)],session_storage:wi[t(504)](sessionStorage)[t(463)](0),local_storage:wi.getStorageSizeBytes(localStorage)[t(463)](0),web_gl_support:Ei[t(501)](),web_gl_fingerprint:yield Ei.getWebGLFingerprint(),web_gl_canvas_fingerprint:yield Ei.getCanvasFingerprint()}})}[Ti(474)](){const t=Ti,e=U[t(491)];return e?{uuid:U[t(438)],app_token:e[t(488)],environment:e[t(448)],store_name:t(441),app_version:e[t(483)],push_token:U.pushToken,custom_device_id:e[t(475)],default_tracker:e[t(467)],platform:s.SDK[t(466)],framework:e[t(442)][t(496)](),initiated_by:s[t(462)].PLATFORM+"_"+e[t(442)].toLowerCase(),initiated_version:s.SDK[t(465)],referrer:Ii.getUTMParamsString(),installed_at:U[t(445)],session_count:U[t(460)][t(457)](),session_length:parseInt((U[t(502)]/1e3)[t(457)]())[t(457)](),subsession_count:parseInt((U.subSessionCount/1e3)[t(457)]())[t(457)](),last_interval:parseInt((U[t(503)]/1e3)[t(457)]())[t(457)]()}:{}}[Ti(459)](){const t=Ti,e=li[t(469)]();return{browser_version:e[t(489)][t(453)],device_manufacturer:e[t(486)][t(476)],device_name:e.device[t(455)],device_type:e[t(486)][t(471)],os_name:e.os[t(498)],os_version:e.os[t(453)],cpu_type:e[t(433)].architecture,web_user_agent:e.ua,display_height:window[t(436)][t(463)](0),display_width:window[t(435)][t(463)](0),language:navigator[t(481)][t(484)]("-")[0],screen_density:li[t(450)],screen_format:li[t(500)],screen_size:li.screenSize,ui_mode:li[t(437)][t(457)](),cpu_lpc:navigator[t(487)].toString(),ui_style:li.uiStyle,wout_width:window[t(505)][t(457)](),wout_height:window[t(451)][t(457)](),web_engine:e[t(461)][t(498)],web_engine_version:e[t(461)].version,display_size:li[t(492)],screen_type:li.screenType}}}const Ni=new xi;function Di(t,e){const i=Oi();return(Di=function(t,e){return i[t-=434]})(t,e)}function Oi(){const t=["event","82520mByvWP","21cMAiLy","138tICwpm","build","assign","toJSON","create","1JxLFZj","322jFEMnE","2577744lSXIiN","82588gOPeOf","68672fVPsQj","call","166308FNxEoY","455556NtEnek","70vQsbtX","307322PJHehF"];return(Oi=function(){return t})()}!function(t){const e=Di,i=t();for(;;)try{if(264075===-parseInt(e(434))/1*(-parseInt(e(443))/2)+-parseInt(e(446))/3*(-parseInt(e(440))/4)+parseInt(e(445))/5*(-parseInt(e(447))/6)+parseInt(e(435))/7*(parseInt(e(438))/8)+-parseInt(e(436))/9+parseInt(e(442))/10*(parseInt(e(437))/11)+parseInt(e(441))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Oi);class Ri extends xi{constructor(t){const e=Di;super(),this[e(444)]=t}build(){const t=Di,i=Object[t(451)](null,{build:{get:()=>super[t(448)]}});return e(this,void 0,void 0,function*(){const e=t,n=yield i.build[e(439)](this);return new Promise(t=>{const i=e;t(Object[i(449)](Object.assign({},n),this[i(444)][i(450)]()))})})}}function Ai(){const t=["addEventListener","pushToken","SESSIONS","sdkEnabled","WT Tracker stopped","6602qbmqfX","CheckPushToken: SDK is not enabled","build","checkSessionIntervals","SDK_CLICKS","log","setActivityTimes","getCountryCode","512628BEpPpI","inactiveDuration","deviceId"," request to main queue","isEnabled","visibilitychange","visibilityState","blur","inactiveTime","startTracking","isVisibleFocused","User was inactived for ","createDeviceID","248Mjvdie","appSettings","addObservers","warn","activeTime","4190XrMren","sdkClickSubmit","This Notification token has sent to server previously","ATTRIBUTIONS","602595RpwcfR","307965ULjUKW","SDK is not enabled to start tracking!","Creating Install: SDK-Clicks has already submitted","SDK_INFOS","eventCount","trackEvent: SDK is not initialized yet","15162Iffiuy","start","visible","16TsverW","checkSdkClicks","initialize","addPendingRequest","isRunning","createAttribution","checkPushToken","fcmToken","now","Creating First Session: SDK is not enabled!","debug","Add ","shutdown","hasFocus","1555oyZujl","trackEvent: SDK is not enabled","trackEvent","subsessionInterval","main","stop","stringify","sessionInterval","checkFirstSession","firstSessionSubmit","initialized","3095264uCNFPt","WT Tracker started","s Totaly)","focus","createRequest","generateDeviceUUID","pending","beforeunload","addRequest","35519RVShNI"];return(Ai=function(){return t})()}const Ui=Li;function Li(t,e){const i=Ai();return(Li=function(t,e){return i[t-=220]})(t,e)}!function(t){const e=Li,i=t();for(;;)try{if(437240===-parseInt(e(280))/1*(-parseInt(e(259))/2)+-parseInt(e(267))/3*(-parseInt(e(299))/4)+parseInt(e(233))/5*(parseInt(e(296))/6)+-parseInt(e(290))/7+-parseInt(e(244))/8+-parseInt(e(289))/9+-parseInt(e(285))/10*(parseInt(e(253))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ai);class Pi{constructor(){const t=Li;this[t(223)]=!1,this[t(243)]=!1}get[Ui(271)](){return U[Ui(257)]}[Ui(221)](){return e(this,void 0,void 0,function*(){const t=Li;this[t(266)](),yield this[t(265)](),this[t(279)](),this[t(282)](),this[t(243)]=!0})}[Ui(276)](){return e(this,void 0,void 0,function*(){const t=Li;this.isEnabled?(C[t(229)](t(245)),yield wt[t(221)](),yield this.checkSdkClicks(),yield this[t(241)](),yield this[t(224)](),this.isRunning=!0):C[t(283)](t(291))})}stopTracking(){return e(this,void 0,void 0,function*(){const t=Li;this[t(223)]=!1,Y[t(238)](),yield wt[t(231)](),C[t(229)](t(258))})}[Ui(225)](t){return e(this,void 0,void 0,function*(){const e=Li;U[e(255)]=t,this[e(271)]?U[e(226)]!==t?yield this.createRequest({endpoint:f[e(293)],queueType:e(250)}):C.info(e(287)):C[e(283)](e(260))})}[Ui(235)](t){return e(this,void 0,void 0,function*(){const e=Li;this[e(271)]?this.initialized?(U[e(294)]+=1,yield this.createRequest({endpoint:f.EVENTS,fBuilder:new Ri(t),queueType:"pending"})):C.warn(e(295)):C[e(283)](e(234))})}getCountryCode(){it[Ui(266)]()}createAttribution(){return e(this,void 0,void 0,function*(){const t=Li;this[t(271)]?yield this[t(248)]({endpoint:f[t(288)],queueType:t(250)}):C[t(283)]("Creating Attribution: SDK is not enabled!")})}[Ui(241)](){return e(this,void 0,void 0,function*(){const t=Li;this[t(271)]?U[t(242)]?C[t(229)]("Creating Session: First-Session has already submitted"):yield this[t(248)]({endpoint:f.SESSIONS,queueType:U.sdkClickSubmit?t(237):t(250)}):C.warn(t(228))})}[Ui(220)](){return e(this,void 0,void 0,function*(){const t=Li;this.isEnabled?U[t(286)]?C[t(229)](t(292)):yield this.createRequest({endpoint:f[t(263)]}):C[t(283)]("Creating Install: SDK is not enabled!")})}[Ui(248)](t){return e(this,arguments,void 0,function*({endpoint:t,fBuilder:e=Ni,queueType:i="main"}){const n=Li,r=yield e[n(261)](),s=new ut(t,r);i===n(250)?(C.info("Add "+t+" request to pending queue"),yield wt[n(222)](s)):(C.info(n(230)+t+n(270)),yield wt[n(252)](s));const o=wt.getQueueStatus();console[n(264)](JSON[n(239)](o))})}[Ui(279)](){const t=Ui;!U.deviceId&&(U[t(269)]=ot[t(249)]()),!U.initialDate&&(U.initialDate=(new Date).toISOString())}[Ui(265)](){return e(this,void 0,void 0,function*(){const t=Li;if(U.activeTime){U.inactiveTime=U[t(284)];const e=Date[t(227)]()-U[t(275)];U[t(268)]+=e,console.log(t(278)+e/1e3+"s | ("+U[t(268)]/1e3+t(246)),yield this[t(262)]()}U.activeTime=Date[t(227)](),Y[t(297)]()})}[Ui(262)](){return e(this,void 0,void 0,function*(){const t=Li;var e,i;const n=U.inactiveTime,r=null===(e=U[t(281)])||void 0===e?void 0:e[t(240)],s=null===(i=U[t(281)])||void 0===i?void 0:i[t(236)];if(!this[t(271)])return void C[t(283)]("Creating Session: SDK is not enabled!");if(!n||!r||!s)return;const o=Date[t(227)]()-n;o>parseInt(r)?(U.sessionCount+=1,yield this[t(248)]({endpoint:f[t(256)],queueType:U.sdkClickSubmit?"main":t(250)})):o>parseInt(s)&&(U.subSessionCount+=1)})}[Ui(277)](){const t=Ui;return document[t(273)]===t(298)&&document[t(232)]()}addObservers(){const t=Ui;window[t(254)](t(251),()=>{Y[t(238)]()}),document[t(254)](t(272),()=>{const e=t;this[e(277)]()?(this[e(224)](),this.setActivityTimes()):Y.stop()}),window.addEventListener(t(247),()=>{const e=t;this[e(277)]()&&(this[e(224)](),this[e(265)]())}),window.addEventListener(t(274),()=>{Y[t(238)]()})}}const qi=new Pi,Mi=Bi;function Bi(t,e){const i=Vi();return(Bi=function(t,e){return i[t-=361]})(t,e)}function Vi(){const t=["390812yplPFR","initialize","Config is not set!","trackEvent","isEnabled","needAppSettings","Clearing Data and stop tracker!","startTracking","instance","4586176vlhaPa","The version you are currently using has expired and is no longer supported. Please update to the latest version to continue using the SDK","setFCMToken","Need to get app-settings for ","sdkEnabled","_instance","getConfig","1724229CjwCrT","config","NetworkError","checkSdkUpdate","warn","App Settings set","stopTracking","debug","2217632IHMoYf","updateAppSettings","defaultValue","forceUpdate","‼️ Set Fcm Token: SDK is not initialized yet","sdkInitialized","checkSdkEnabled","4707930KsQxYN","error","174uSLKSQ","doGetConfig","setEnabled","appSettings"," environment","Track Event: SDK is not enabled!","initialConfig","sdkUpdate","‼️ Start Tracking: SDK is not initialized yet","4733MraDkK","info","clear","‼️ SDK Config NOT set!, check errors.","startTrackerAutomatically","checkPushToken","doGetAppSettings","1994508nDGJWS","flush","sdkEnvironment"];return(Vi=function(){return t})()}!function(t){const e=Bi,i=t();for(;;)try{if(491879===parseInt(e(382))/1*(-parseInt(e(373))/2)+parseInt(e(408))/3+parseInt(e(392))/4+parseInt(e(371))/5+-parseInt(e(389))/6+-parseInt(e(401))/7+parseInt(e(364))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Vi);class Fi{static get[Mi(400)](){const t=Mi;return!Fi._instance&&(Fi[t(406)]=new Fi),Fi[t(406)]}constructor(){this.sdkInitialized=!1}init(t){return e(this,void 0,void 0,function*(){const e=Bi;var i,n;const r=yield this.getConfig(t);this[e(370)](r),this[e(411)](r),this[e(375)](!0),yield this[e(365)](r),this[e(369)]=!0,yield qi[e(393)]();(null===(i=t[e(386)])||void 0===i||i)&&setTimeout(()=>this[e(399)](),1e3*(null!==(n=t.trackingWaitingTime)&&void 0!==n?n:0))})}setLogLevel(t){C.setLevel(t)}[Mi(390)](){const t=Mi;C.info(t(398)),U[t(384)](),this[t(362)]()}[Mi(396)](){return U.sdkEnabled}[Mi(375)](t){const e=Mi,i=U.config;if(!i)throw new Error(e(394));if(!i[e(405)])throw new Error("SDK is disabled form server, contact your adminstrator!");if(i[e(367)])throw new Error(e(402));U[e(405)]=t}[Mi(399)](){return e(this,void 0,void 0,function*(){const t=Bi;this[t(369)]?this[t(396)]()?yield qi[t(399)]():C[t(412)]("Start Tracking: SDK is not enabled!"):C[t(412)](t(381))})}stopTracking(){return e(this,void 0,void 0,function*(){const t=Bi;yield qi[t(362)]()})}[Mi(403)](t){return e(this,void 0,void 0,function*(){const e=Bi;this[e(369)]?this[e(396)]()?yield qi[e(387)](t):C[e(412)]("Set Fcm Token: SDK is not enabled!"):C[e(412)](e(368))})}[Mi(395)](t){return e(this,void 0,void 0,function*(){const e=Bi;this[e(369)]?this[e(396)]()?yield qi[e(395)](t):C[e(412)](e(378)):C[e(412)]("‼️ Track Event: SDK is not initialized yet")})}[Mi(407)](t){return e(this,void 0,void 0,function*(){const e=Bi;let i;U[e(379)]=t;try{i=yield H[e(374)]()}catch(t){if(!(t instanceof L[e(410)]))throw C.info(e(385)),t;i=U[e(409)]||y.defaultValue}return U[e(409)]=i,C.info("SDK Config set"),i})}[Mi(365)](t){return e(this,void 0,void 0,function*(){const e=Bi;let i;if(d[e(397)]()){C[e(363)](e(404)+d[e(391)]+e(377));try{i=yield H[e(388)]()}catch(t){if(!(t instanceof L[e(410)]))throw C[e(383)]("‼️ App Settings NOT set!, check errors."),t;i=b[e(366)]}}else i=b.fromConfig(t);return U[e(376)]=i,C[e(383)](e(361)),i})}checkSdkEnabled(t){const e=Mi;if(!t[e(405)]){const t="SDK is disabled form server, contact your adminstrator!";throw C[e(372)](t),new Error(t)}}[Mi(411)](t){const e=Mi;if(t.forceUpdate){const t=e(402);throw C[e(372)](t),new Error(t)}t[e(380)]&&C[e(412)]("A new version of the SDK is available. It is recommended to update to the latest version to enjoy improved features and better performance.")}}function Wi(t,e){var i=Ki();return(Wi=function(t,e){return i[t-=357]})(t,e)}function Ki(){var t=["params","name","amount","32182rYNnKx","1610240WKiBvV","93895YUDPTy","270263EdZVqk","549QCfzps","38784TGjpek","4iNlRuH","Default","currency","24wNhaYb","239445CCGICk","toJSON","6147449CQWcEa","type","Revenue","default","addParam","4zvcPDy"];return(Ki=function(){return t})()}function ji(){var t=["54RvjOmi","5380940WZstqG","3727713WrSPQU","410RxZMNU","50910PwnvqH","3983640YiarPd","370168VCqWlO","1ssmFNd","3272962qUErEy","1152310VOvdMQ"];return(ji=function(){return t})()}function Gi(t,e){var i=ji();return(Gi=function(t,e){return i[t-=112]})(t,e)}return function(t){for(var e=Wi,i=t();;)try{if(147874===parseInt(e(360))/1+-parseInt(e(366))/2*(parseInt(e(370))/3)+-parseInt(e(377))/4*(-parseInt(e(362))/5)+-parseInt(e(369))/6*(-parseInt(e(363))/7)+parseInt(e(365))/8*(-parseInt(e(364))/9)+-parseInt(e(361))/10+parseInt(e(372))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ki),t.WTEvent=void 0,function(t){var e=Wi;class i{constructor(t){var e=Wi;this.type=e(375),this[e(358)]=t}[e(376)](t,i){var n,r=e;let s=null!==(n=this[r(357)])&&void 0!==n?n:{};s[t]=i,this[r(357)]=s}[e(371)](){var t=e;return{event_type:this[t(373)],event_name:this[t(358)],partner_params:this.params}}}t[e(367)]=i;class n extends i{constructor(t,i,n){var r=e;super(t),this[r(373)]="revenue",this[r(359)]=i,this[r(368)]=n}[e(371)](){var t=e;return{event_type:this[t(373)],event_name:this[t(358)],revenue:this.amount,currency:this[t(368)],partner_params:this[t(357)]}}}t[e(374)]=n}(t.WTEvent||(t.WTEvent={})),function(t){for(var e=Gi,i=t();;)try{if(759458===parseInt(e(121))/1*(-parseInt(e(113))/2)+parseInt(e(116))/3+parseInt(e(119))/4+-parseInt(e(117))/5*(parseInt(e(118))/6)+-parseInt(e(112))/7+parseInt(e(120))/8*(-parseInt(e(114))/9)+parseInt(e(115))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ji),t.WTLogEngine=_,t.WTLogLevel=T,t.WTLogger=C,t.WiseTrack=Fi,t}({});
|
|
1
|
+
var t=function(t){"use strict";function e(t,e,i,n){return new(i||(i=Promise))(function(r,s){function o(t){try{c(n.next(t))}catch(t){s(t)}}function a(t){try{c(n.throw(t))}catch(t){s(t)}}function c(t){var e;t.done?r(t.value):(e=t.value,e instanceof i?e:new i(function(t){t(e)})).then(o,a)}c((n=n.apply(t,e||[])).next())})}"function"==typeof SuppressedError&&SuppressedError;const i=n;function n(t,e){const i=s();return(n=function(t,e){return i[t-=192]})(t,e)}!function(t){const e=n,i=t();for(;;)try{if(756548===-parseInt(e(201))/1*(-parseInt(e(204))/2)+-parseInt(e(196))/3*(-parseInt(e(205))/4)+parseInt(e(195))/5*(parseInt(e(194))/6)+parseInt(e(200))/7+parseInt(e(206))/8+parseInt(e(197))/9+-parseInt(e(202))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(s);const r={SDK:{HASH:i(193),PLATFORM:i(203),VERSION:"2.0.0"},CONFIG:{BASE_URL:i(199),DEFAULT_ENVIRONMENT:i(192)},DEFAULTS:{LOG_LEVEL:i(192),SESSION_INTERVAL:i(198),SUBSESSION_INTERVAL:"300000",PARAMETERS_VALUE:void 0}};function s(){const t=["1806424WAasLi","debug","997bfbb583c1245a426a53dc1899ec779ff354f9","27642THpiyJ","340eAifVS","291VNJZkt","11828133oSixFd","1800000","https://config.wisetrack.io","4407214mTIOfF","2NuzeyF","41032630SLbCcY","web","909574VVHsNR","60508Gyzxyi"];return(s=function(){return t})()}const o=c;!function(t){const e=c,i=t();for(;;)try{if(474442===parseInt(e(426))/1*(parseInt(e(436))/2)+-parseInt(e(422))/3+parseInt(e(431))/4*(parseInt(e(421))/5)+parseInt(e(437))/6*(parseInt(e(417))/7)+-parseInt(e(430))/8+-parseInt(e(423))/9+parseInt(e(432))/10)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(d),o(427),o(419);const a={DEBUG:"debug",STAGE:o(418),PRODUCTION:"production"};function c(t,e){const i=d();return(c=function(t,e){return i[t-=417]})(t,e)}const u={sdkEnvironment:r.CONFIG[o(429)],needAppSettings(){const t=o;return this.sdkEnvironment!==a[t(424)]},baseUrl(){const t=o;switch(this[t(433)]){case a[t(434)]:return"https://core.debug.wisetrackdev.ir";case a[t(428)]:return t(425);case a[t(424)]:return t(420);default:throw new Error(t(435)+this[t(433)])}}};function d(){const t=["4345230fpCBwT","sdkEnvironment","DEBUG","Unknown environment: ","4SLICPt","2988KrDJSk","5110tZXXpb","stage","production","https://core.wisetrack.io","5ZJjgRs","1164063ntmkck","984528jMvcCK","PRODUCTION","https://core.stage.wisetrackdev.ir","66683XpaFNw","sandbox","STAGE","DEFAULT_ENVIRONMENT","5749304bgZGCP","3036356iUgvXr"];return(d=function(){return t})()}const l=h;function p(){const t=["9aviXCE","260680BpeSEg","/api/v1/app_settings","/api/v1/sdk_clicks","45uxyLVn","543eVlaBl","2159344xnspgz","829604EayVwy","/api/v1/sessions","517475pClHGv","814eiJxiC","/api/v1/events","435516agNaKi","/api/v1/attributions","3310ZdWZtI","2781191tnsVpt"];return(p=function(){return t})()}function h(t,e){const i=p();return(h=function(t,e){return i[t-=242]})(t,e)}!function(t){const e=h,i=t();for(;;)try{if(415904===parseInt(e(252))/1+parseInt(e(257))/2*(parseInt(e(248))/3)+parseInt(e(250))/4+-parseInt(e(247))/5*(-parseInt(e(255))/6)+parseInt(e(242))/7+parseInt(e(249))/8*(parseInt(e(243))/9)+-parseInt(e(244))/10*(parseInt(e(253))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(p);const f={EVENTS:l(254),SESSIONS:l(251),SDK_CLICKS:l(246),SDK_INFOS:"/api/v1/sdk_infos",ATTRIBUTIONS:l(256),APP_SETTINGS:l(245)};function v(t,e){var i=g();return(v=function(t,e){return i[t-=339]})(t,e)}var w=v;function g(){var t=["events","subsessionInterval","2899824rsDkbQ","subsession_interval","session_interval","5736qABWZX","SESSIONS","1834XzJrch","1619730ThovnH","defaultValue","sdk_clicks","sessions","sdkInfos","SDK_CLICKS","6385NfIGIP","2696ZcpmjG","592ihujni","ATTRIBUTIONS","SUBSESSION_INTERVAL","84927leerEA","66fvqYxy","1686399iIPyLm","DEFAULTS","10TZhPDl","attributions","6ScZfDQ","sdkClicks","SESSION_INTERVAL","sessionInterval"];return(g=function(){return t})()}!function(t){for(var e=v,i=t();;)try{if(222163===parseInt(e(361))/1*(-parseInt(e(367))/2)+-parseInt(e(347))/3*(-parseInt(e(358))/4)+-parseInt(e(356))/5*(-parseInt(e(362))/6)+-parseInt(e(349))/7*(-parseInt(e(357))/8)+parseInt(e(350))/9+parseInt(e(365))/10*(parseInt(e(363))/11)+-parseInt(e(344))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(g);class b{constructor(t,e,i,n,s,o=r[w(364)][w(340)],a=r.DEFAULTS[w(360)]){var c=w;this[c(342)]=t,this[c(353)]=e,this[c(339)]=i,this[c(354)]=n,this[c(366)]=s,this.sessionInterval=o,this[c(343)]=a}static fromConfig(t){var e=w;return new b(t.events,t[e(353)],t[e(339)],t.sdkInfos,t.attributions,t[e(341)],t[e(343)])}static fromJson(t){var e,i,n=w;return new b(t[n(342)],t[n(353)],t[n(352)],t.sdk_infos,t.attributions,null!==(e=t[n(346)])&&void 0!==e?e:r.DEFAULTS[n(340)],null!==(i=t[n(345)])&&void 0!==i?i:r[n(364)].SUBSESSION_INTERVAL)}static get[w(351)](){var t=w;return new b(f.EVENTS,f[t(348)],f[t(355)],f.SDK_INFOS,f[t(359)],r[t(364)][t(340)],r[t(364)][t(360)])}}var m=S;function I(){var t=["SDK_CLICKS","EVENTS","base_url","75450NIMEmn","defaultValue","forceUpdate","sdk_clicks","app_settings","4742773wFRovu","699410oVBufi","session_interval","baseUrl","subsession_interval","events","sdk_update","sdkInfos","4827970jNWcJt","sessions","sdkUpdate","fromJson","SESSIONS","6zpZhaY","ATTRIBUTIONS","SESSION_INTERVAL","DEFAULTS","SDK_INFOS","129231CNSZFR","sdkEnabled","3454452dtmlGZ","SUBSESSION_INTERVAL","5353616diGVvS"];return(I=function(){return t})()}function S(t,e){var i=I();return(S=function(t,e){return i[t-=300]})(t,e)}!function(t){for(var e=S,i=t();;)try{if(550702===-parseInt(e(300))/1+-parseInt(e(325))/2+parseInt(e(317))/3+parseInt(e(319))/4+-parseInt(e(307))/5+parseInt(e(312))/6*(parseInt(e(330))/7)+parseInt(e(321))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(I);class y{constructor(t,e,i,n,s,o,a,c=!0,u=!1,d=!1,l=r[m(315)][m(314)],p=r[m(315)][m(320)]){var h=m;this[h(302)]=t,this[h(304)]=e,this[h(308)]=i,this.sdkClicks=n,this[h(306)]=s,this.attributions=o,this.appSettings=a,this[h(318)]=c,this[h(327)]=u,this[h(309)]=d,this.sessionInterval=l,this.subsessionInterval=p}static[m(310)](t){var e,i,n,s,o,a=m;return new y(t[a(324)],t[a(304)],t.sessions,t[a(328)],t.sdk_infos,t.attributions,t[a(329)],null===(e=t.sdk_enabled)||void 0===e||e,null!==(i=t.force_update)&&void 0!==i&&i,null!==(n=t[a(305)])&&void 0!==n&&n,null!==(s=t[a(301)])&&void 0!==s?s:r[a(315)][a(314)],null!==(o=t[a(303)])&&void 0!==o?o:r[a(315)][a(320)])}static get[m(326)](){var t=m;return new y(u[t(302)](),f[t(323)],f[t(311)],f[t(322)],f[t(316)],f[t(313)],f.APP_SETTINGS)}}const k=C;function E(){const t=["level","10KnWkVQ","indexOf","4365957vXyFqf","toUpperCase","log","error","shouldLog","setPrefix","addOutputEngine","LOG_LEVEL","8335lzSDqy","12157HhKhSA","4rRuWWk","none","outputEngines","28EWKpcr","prefix","warn","setLevel","22425132xdjqaH","2196sfNmZa","9613719IdGDmt","3053808KxuKll","214fPGJcD","DEFAULTS","info","debug","1306987LKdOma"];return(E=function(){return t})()}!function(t){const e=C,i=t();for(;;)try{if(835629===-parseInt(e(230))/1*(parseInt(e(213))/2)+parseInt(e(221))/3*(parseInt(e(231))/4)+parseInt(e(229))/5*(-parseInt(e(239))/6)+-parseInt(e(234))/7*(parseInt(e(212))/8)+parseInt(e(211))/9+-parseInt(e(219))/10*(parseInt(e(217))/11)+parseInt(e(238))/12)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(E);class _{}class T extends _{[k(223)](t,e,...i){const n=k;switch(t){case"debug":console[n(216)](e,...i);break;case"info":console.info(e,...i);break;case n(236):console[n(236)](e,...i);break;case"error":console.error(e,...i);break;default:console[n(223)](e,...i)}}}function C(t,e){const i=E();return(C=function(t,e){return i[t-=211]})(t,e)}const D={DEBUG:k(216),INFO:k(215),WARN:k(236),ERROR:k(224),NONE:k(232)};class x{static[k(237)](t){this[k(218)]=t}static[k(226)](t){this.prefix=t}static[k(227)](t){this[k(233)].push(t)}static[k(225)](t){const e=k,i=[e(216),"info","warn",e(224)],n=i[e(220)](this[e(218)]);return i.indexOf(t)>=n}static[k(223)](t,...e){const i=k;if(!this.shouldLog(t))return;const n="["+this.prefix+"-"+t[i(222)]()+"]";for(const r of this[i(233)])r[i(223)](t,n,...e)}static[k(216)](...t){const e=k;this.log(e(216),...t)}static[k(215)](...t){const e=k;this[e(223)](e(215),...t)}static warn(...t){const e=k;this.log(e(236),...t)}static[k(224)](...t){const e=k;this[e(223)](e(224),...t)}}x.level=r[k(214)][k(228)],x[k(235)]="WT",x[k(233)]=[new T];var N=L;function R(){var t=["config","WT.InitialDate","2pvUcgJ","SUBSESSION_COUNT","APP_SETTINGS","SDK_CLICK_SUBMIT","2480995IWJXOq","SESSION_COUNT","setJson","requestRecords","pushToken","INACTIVE_TIME","CONFIG","SESSION_LENGTH","FCM_TOKEN","ACTIVE_TIME","true","INITIAL_CONFIG","FIRST_SESSION_SUBMIT","removeItem","WT.PushToken","WT.ActiveTime","EVENT_COUNT","initialConfig","sdkEnabled","firstSessionSubmit","REQUEST_QUEUE","Error in JSON decoding for key '","subSessionCount","setItem","INITIAL_DATE","fcmToken","3473608lEPDfm","WT.SdkClickSubmit","clear","19719BSZwuf","484QNjbiT","WT.InitialConfigs","toString","14GLsbMu","optionalBool","optionalNumber","87246sIWUBx","6957yYfrKu","36yqyFzL","WT.FirstSessionSubmit","WT.SessionCount","appSettings","PENDING_REQUEST_QUEUE","WT.SubSessionCount","5105928uemnhY","WT.DeviceId","error","getJson","WT.FcmToken","SDK_ENABLED","deviceId","WT.PendingRequestQueue","eventCount","inactiveTime","WT.InactiveDuration","WT.RequestQueue","': ","WT.SessionLenght","activeTime","sessionCount","INACTIVE_DURATION","PUSH_TOKEN","sdkClickSubmit","initialDate","8069820GBLfkT","getItem","190ilWDLq","WT.Configs","activeDuration","inactiveDuration"];return(R=function(){return t})()}!function(t){for(var e=L,i=t();;)try{if(872632===parseInt(e(334))/1*(-parseInt(e(370))/2)+parseInt(e(335))/3*(-parseInt(e(328))/4)+-parseInt(e(362))/5+parseInt(e(342))/6*(parseInt(e(331))/7)+parseInt(e(324))/8+parseInt(e(327))/9*(parseInt(e(364))/10)+parseInt(e(374))/11*(parseInt(e(336))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(R);const A={DEVICE_ID:N(343),INITIAL_DATE:N(369),INITIAL_CONFIG:N(329),CONFIG:N(365),APP_SETTINGS:"WT.AppSettings",SDK_CLICK_SUBMIT:N(325),FIRST_SESSION_SUBMIT:N(337),SDK_ENABLED:"WT.SdkEnabled",FCM_TOKEN:N(346),PUSH_TOKEN:N(388),EVENT_COUNT:"WT.EventCount",SESSION_COUNT:N(338),SESSION_LENGTH:N(355),SUBSESSION_COUNT:N(341),ACTIVE_TIME:N(389),INACTIVE_TIME:"WT.InactiveTime",INACTIVE_DURATION:N(352),REQUEST_QUEUE:N(353),PENDING_REQUEST_QUEUE:N(349)};class O{[N(326)](){localStorage.clear()}[N(376)](t,e){var i=N;if(e)try{const i=JSON.stringify(e);localStorage.setItem(t,i)}catch(e){x[i(344)]("Error in encoding object for key '"+t+"'",e)}else localStorage.removeItem(t)}getJson(t){var e=N;const i=localStorage.getItem(t);if(!i)return null;try{return JSON.parse(i)}catch(i){return x[e(344)](e(395)+t+e(354)+i,i),null}}optionalNumber(t){const e=localStorage.getItem(t);if(null===e)return null;const i=Number(e);return isNaN(i)?null:i}[N(332)](t){var e=N;const i=localStorage.getItem(t);return null===i?null:i===e(384)||"false"!==i&&null}get deviceId(){return localStorage[N(363)](A.DEVICE_ID)}set[N(348)](t){var e=N;t?localStorage[e(321)](A.DEVICE_ID,t):localStorage[e(387)](A.DEVICE_ID)}get[N(361)](){var t=N;return this[t(345)](A[t(322)])}set[N(361)](t){var e=N;this.setJson(A[e(322)],t)}get[N(391)](){var t=N;return this[t(345)](A[t(385)])}set initialConfig(t){var e=N;this[e(376)](A[e(385)],t)}get[N(368)](){var t=N;return this.getJson(A[t(380)])}set[N(368)](t){var e=N;this[e(376)](A[e(380)],t)}get[N(339)](){var t=N;return this[t(345)](A[t(372)])}set[N(339)](t){var e=N;this.setJson(A[e(372)],t)}get[N(392)](){var t,e=N;return null!==(t=this[e(332)](A[e(347)]))&&void 0!==t&&t}set[N(392)](t){localStorage[N(321)](A.SDK_ENABLED,t.toString())}get[N(360)](){var t,e=N;return null!==(t=this[e(332)](A[e(373)]))&&void 0!==t&&t}set[N(360)](t){var e=N;localStorage.setItem(A[e(373)],t.toString())}get[N(393)](){var t,e=N;return null!==(t=this.optionalBool(A[e(386)]))&&void 0!==t&&t}set[N(393)](t){var e=N;localStorage[e(321)](A[e(386)],t[e(330)]())}get fcmToken(){var t=N;return localStorage[t(363)](A[t(382)])}set[N(323)](t){var e=N;t?localStorage[e(321)](A[e(382)],t):localStorage[e(387)](A.FCM_TOKEN)}get[N(378)](){var t=N;return localStorage[t(363)](A[t(359)])}set pushToken(t){var e=N;t?localStorage[e(321)](A[e(359)],t):localStorage[e(387)](A[e(359)])}get[N(357)](){var t,e=N;return null!==(t=this.optionalNumber(A[e(375)]))&&void 0!==t?t:1}set[N(357)](t){var e=N;localStorage.setItem(A[e(375)],t.toString())}get[N(320)](){var t,e=N;return null!==(t=this[e(333)](A[e(371)]))&&void 0!==t?t:1}set subSessionCount(t){var e=N;localStorage[e(321)](A[e(371)],t[e(330)]())}get activeDuration(){var t,e=N;return null!==(t=this[e(333)](A[e(381)]))&&void 0!==t?t:0}set[N(366)](t){var e=N;localStorage.setItem(A[e(381)],t[e(330)]())}get[N(367)](){var t,e=N;return null!==(t=this[e(333)](A[e(358)]))&&void 0!==t?t:0}set[N(367)](t){var e=N;localStorage.setItem(A[e(358)],t[e(330)]())}get[N(351)](){var t=N;return this[t(333)](A[t(383)])}set inactiveTime(t){var e=N;null!==t?localStorage[e(321)](A[e(383)],t.toString()):localStorage[e(387)](A[e(383)])}get activeTime(){var t=N;return this[t(333)](A[t(379)])}set[N(356)](t){var e=N;null!==t?localStorage[e(321)](A.INACTIVE_TIME,t[e(330)]()):localStorage.removeItem(A[e(379)])}get[N(377)](){var t;return null!==(t=this[N(345)](A.REQUEST_QUEUE))&&void 0!==t?t:[]}set[N(377)](t){var e=N;this.setJson(A[e(394)],t)}get pendingRequestRecords(){var t,e=N;return null!==(t=this[e(345)](A[e(340)]))&&void 0!==t?t:[]}set pendingRequestRecords(t){var e=N;this[e(376)](A[e(340)],t)}get[N(350)](){var t,e=N;return null!==(t=this[e(333)](A[e(390)]))&&void 0!==t?t:0}set[N(350)](t){var e=N;localStorage[e(321)](A[e(390)],t[e(330)]())}}function L(t,e){var i=R();return(L=function(t,e){return i[t-=320]})(t,e)}const U=new O;function q(t,e){var i=F();return(q=function(t,e){return i[t-=416]})(t,e)}var P;function F(){var t=["4475694NURNVO","DecodingError","1179lDAhWS","name","ServerError","message","574497EhmJyc","16BfSARf","ServerError ","NetworkFailure","1261309mITFDz","127148cOYNnH","8270evtlYc","1607760cTbpGA","Invalid URL: ","5QwvCJq","NetworkError","InvalidUrl","38108NUACpR"];return(F=function(){return t})()}function M(){var t=["maxRetries","10WmDjPj","7JmiuyL","1WHFpqn","retryInterval","6472056SJWTNv","8ifuemY","canRetry","4019412MwMeIf","2471136pQuBlw","1039020XPdHpC","50113184chFJmX","11116881BRZRuq","7600408XxsgHi","waitBeforeRetry"];return(M=function(){return t})()}!function(t){for(var e=q,i=t();;)try{if(410493===parseInt(e(428))/1*(-parseInt(e(417))/2)+-parseInt(e(416))/3+parseInt(e(421))/4+parseInt(e(425))/5*(parseInt(e(429))/6)+-parseInt(e(420))/7+parseInt(e(423))/8+-parseInt(e(431))/9*(-parseInt(e(422))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(F),function(t){var e=q;class i extends Error{constructor(t){var e=q;super(e(424)+t),this.name=e(427)}}t[e(427)]=i;class n extends Error{constructor(t,i){var n=e;super(n(418)+t+": "+i),this.statusCode=t,this[n(434)]=i,this[n(432)]=n(433)}}t[e(433)]=n;class r extends Error{constructor(t){var i=e;super("NetworkError: "+t),this.name=i(419)}}t[e(426)]=r;class s extends Error{constructor(t){var i=e;super("DecodingError: "+t),this[i(432)]=i(430)}}t.DecodingError=s}(P||(P={}));var B=V;function V(t,e){var i=M();return(V=function(t,e){return i[t-=333]})(t,e)}!function(t){for(var e=V,i=t();;)try{if(771246===-parseInt(e(333))/1*(parseInt(e(339))/2)+-parseInt(e(338))/3+parseInt(e(336))/4*(-parseInt(e(340))/5)+-parseInt(e(335))/6+parseInt(e(347))/7*(-parseInt(e(343))/8)+-parseInt(e(342))/9*(-parseInt(e(346))/10)+parseInt(e(341))/11)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(M);class W{constructor(t=3,e=2e3){var i=V;this[i(345)]=t,this[i(334)]=e}[B(337)](t){return t<this[B(345)]}[B(344)](){return e(this,void 0,void 0,function*(){var t=V;return new Promise(e=>setTimeout(e,this[t(334)]))})}}function K(t,e){const i=j();return(K=function(t,e){return i[t-=495]})(t,e)}function j(){const t=["warn","🚀 REQUEST (","367044SGhuLf","Request successful","89558RURgDA","❌ API ERROR (","DecodingError","Error executing request","status","140cIERYK","headers",") => ","2858970qIUjtr","22Smaatl","error","canRetry","5692044XqkuIv","params","stringify","retryPolicy","formData","append","124024CwkPlZ","debug","✅ API SUCCESS (","5ycQAVo","12423942noChuT","text","message","NetworkError","1893qVntXj","application/json","ServerError","3MIOcVD","Server error",") =>","5656kEiCmp","13leMHoo","method","assign","waitBeforeRetry"];return(j=function(){return t})()}!function(t){const e=K,i=t();for(;;)try{if(720970===parseInt(e(497))/1*(-parseInt(e(509))/2)+parseInt(e(535))/3*(parseInt(e(500))/4)+parseInt(e(530))/5*(-parseInt(e(507))/6)+-parseInt(e(514))/7*(parseInt(e(527))/8)+parseInt(e(531))/9+parseInt(e(517))/10*(-parseInt(e(518))/11)+parseInt(e(521))/12*(-parseInt(e(501))/13))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(j);const G={retryPolicy:()=>new W,sendRequest(t){return e(this,arguments,void 0,function*(t,e={}){const i=K,n=e.retryAttempt||1;let r;x[i(528)](i(506)+n+i(516)+e[i(502)]+" "+t),x[i(528)]("-- PARAMETERS =>",e.params||e[i(525)]||{});const s=Object[i(503)]({Accept:i(495)},e[i(515)]);if(e[i(525)]){const t=new FormData;for(const n in e.formData)t[i(526)](n,e[i(525)][n]);r=t}else e[i(522)]&&(s["Content-Type"]=i(495),r=JSON[i(523)](e.params));try{const n=yield fetch(t,{method:e.method,headers:s,body:r});if(!n.ok){let t=yield n.json(),e=t[i(533)]||(yield n[i(532)]());throw x[i(505)](i(510)+n.status+i(499),e),new(P[i(496)])(n[i(513)],t[i(533)]||i(498))}try{const t=yield n.json();return x[i(528)](i(529)+n.status+") =>",t.message||i(508)),t}catch(t){throw new(P[i(511)])(t.message||String(t))}}catch(r){if(r instanceof P.ServerError||r instanceof P[i(511)])throw r;if(x[i(519)](i(512),r),this.retryPolicy()[i(520)](n))return yield this[i(524)]()[i(504)](),this.sendRequest(t,Object[i(503)](Object.assign({},e),{retryAttempt:n+1}));throw new(P[i(534)])(r[i(533)]||"Unknown error")}})}};function z(){const t=["appFrameWork","AppSettings Url is not set","HASH","POST","4306671gztLrB","fromJson","8692740sMNTiL","other","appSettings","10OIGssO","config","hostname","appVersion","6586398WuvTqj","appToken","1574655yJQUyn","Initial Config is not set","2tCYmwN","result","sdkEnvironment","27978021saqIvn","7323528WFYDiX","toISOString","PRODUCTION","baseUrl","success","initialConfig","location","BASE_URL","SDK Config is not set","823633goxxCR","SDK","4wjYkSK"];return(z=function(){return t})()}function H(t,e){const i=z();return(H=function(t,e){return i[t-=186]})(t,e)}!function(t){const e=H,i=t();for(;;)try{if(730379===parseInt(e(214))/1*(-parseInt(e(201))/2)+parseInt(e(188))/3+parseInt(e(216))/4*(parseInt(e(199))/5)+-parseInt(e(190))/6+-parseInt(e(197))/7+-parseInt(e(205))/8+-parseInt(e(204))/9*(-parseInt(e(193))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(z);const Q={doGetConfig(){return e(this,void 0,void 0,function*(){const t=H,e=U.initialConfig;if(!e)throw t(200);const i={app_token:e[t(198)],app_version:e[t(196)],framework:e[t(217)],env:u[t(203)],sdk_hash:r[t(215)].HASH,package_name:window[t(211)][t(195)],platform:r[t(215)].PLATFORM,store_name:"other"},n=yield G.sendRequest(r.CONFIG[t(212)],{method:t(187),formData:i});return y[t(189)](n.result)})},doGetAppSettings(){return e(this,void 0,void 0,function*(){const t=H,e=U[t(210)],i=U[t(194)];if(!e)throw"Initial Config is not set";if(!i)throw t(213);if(!i.appSettings)throw t(218);const n={app_token:e[t(198)],app_version:e[t(196)],framework:e[t(217)],env:u[t(203)],sdk_hash:r[t(215)][t(186)],package_name:window[t(211)].hostname,platform:r.SDK.PLATFORM,store_name:t(191)},s=yield G.sendRequest(i[t(208)]+i[t(192)],{method:t(187),formData:n});return b.fromJson(s[t(202)])})},doCallRequest(t,i){return e(this,void 0,void 0,function*(){const e=H,n=U[e(210)],r=U.config;if(!n)throw e(200);if(!r)throw e(213);i.updated_at=(new Date)[e(206)]();return(yield G.sendRequest(r[e(208)]+t,{method:e(187),params:{needs_response_details:u[e(203)]!=a[e(207)],parameters:i}}))[e(209)]})}},J=Z;function X(){const t=["54ReZftq","now","1698153YjWGBk","resume","10690XbTcCa","isPaused","pause","log","2240307idHvyi","tickerDelay","start","stop","ActivityTicker: active duration= ","16RYvlYy","28127SFPVEV","s, inactive duration= ","3828880fYCLlg","640095IglONJ","905659zVkbeb","activeDuration","tickerJob","inactiveDuration","5884683swQojr","2mOIAKS"];return(X=function(){return t})()}!function(t){const e=Z,i=t();for(;;)try{if(966611===-parseInt(e(316))/1*(parseInt(e(321))/2)+parseInt(e(324))/3+parseInt(e(314))/4+-parseInt(e(315))/5*(-parseInt(e(322))/6)+parseInt(e(320))/7*(parseInt(e(311))/8)+parseInt(e(306))/9+-parseInt(e(326))/10*(parseInt(e(312))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(X);class Y{constructor(){const t=Z;this.tickerDelay=1e3,this[t(327)]=!1}[J(308)](){const t=J;this.tickerJob&&clearInterval(this[t(318)]),this[t(318)]=setInterval(()=>{const e=t;this.isPaused||document.hidden||document.hasFocus()&&(console[e(329)](e(310)+U[e(317)]/1e3+e(313)+U[e(319)]/1e3+"s"),U.activeTime=Date[e(323)](),U[e(317)]+=this[e(307)])},this[t(307)])}[J(309)](){const t=J;clearInterval(this[t(318)]),this[t(318)]=void 0}[J(328)](){this.isPaused=!0}[J(325)](){this.isPaused=!1}}function Z(t,e){const i=X();return(Z=function(t,e){return i[t-=306]})(t,e)}const $=new Y;function tt(t,e){const i=it();return(tt=function(t,e){return i[t-=137]})(t,e)}const et=tt;function it(){const t=["fetchWithTimeout","10253670XbIKLo","https://api.country.is","297hWVBnz","https://ipwho.is/","_country","finally","country.is failed","5ySfZkP","1827526ePInPz","10290198jaIaAK","country_code","json","50930SECSXu","3568552kNMwoa","3053764gEffky","tryAllEndpoints","ipwho.is failed","1331226BgTble","signal","country","3KrszMS"];return(it=function(){return t})()}!function(t){const e=tt,i=t();for(;;)try{if(874201===-parseInt(e(158))/1+parseInt(e(149))/2+parseInt(e(139))/3*(parseInt(e(155))/4)+-parseInt(e(148))/5*(-parseInt(e(150))/6)+-parseInt(e(141))/7+parseInt(e(154))/8+parseInt(e(143))/9*(-parseInt(e(153))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(it);class nt{constructor(){this._country=null}getCountryCode(){return e(this,void 0,void 0,function*(){const t=tt;return!this[t(145)]&&(this[t(145)]=yield this[t(156)]()),this[t(145)]})}[et(156)](){return e(this,void 0,void 0,function*(){const t=[()=>e(this,void 0,void 0,function*(){const t=tt,e=yield this[t(140)](t(142));if(!e.ok)throw new Error(t(147));return(yield e.json())[t(138)]||null}),()=>e(this,void 0,void 0,function*(){const t=tt,e=yield this[t(140)]("https://free.freeipapi.com/api/json");if(!e.ok)throw new Error(t(147));return(yield e[t(152)]()).countryCode||null}),()=>e(this,void 0,void 0,function*(){const t=tt,e=yield this[t(140)](t(144));if(!e.ok)throw new Error(t(157));return(yield e.json())[t(151)]||null})];for(const e of t)try{const t=yield e();if(t)return t}catch(t){}return null})}fetchWithTimeout(t){return e(this,arguments,void 0,function*(t,e=2e3){const i=tt,n=new AbortController,r=setTimeout(()=>n.abort(),e);return fetch(t,{signal:n[i(137)]})[i(146)](()=>clearTimeout(r))})}}const rt=new nt;function st(t,e){const i=at();return(st=function(t,e){return i[t-=422]})(t,e)}!function(t){const e=st,i=t();for(;;)try{if(803838===parseInt(e(422))/1*(-parseInt(e(431))/2)+parseInt(e(427))/3+parseInt(e(432))/4*(-parseInt(e(426))/5)+parseInt(e(424))/6+parseInt(e(430))/7+parseInt(e(428))/8+-parseInt(e(429))/9*(parseInt(e(425))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(at);const ot={generateDeviceUUID:()=>crypto[st(423)]()};function at(){const t=["1233UxCqaP","6769371dQuorA","213048hOVHaP","124vRLHfE","9UNimSP","randomUUID","7695180lgjOPE","77300kOqzFL","187735lKhvBf","1215396ueBssJ","10646448OotasW"];return(at=function(){return t})()}const ct=dt;!function(t){const e=dt,i=t();for(;;)try{if(755074===parseInt(e(207))/1*(parseInt(e(204))/2)+parseInt(e(189))/3+-parseInt(e(196))/4+-parseInt(e(201))/5*(parseInt(e(199))/6)+-parseInt(e(208))/7+-parseInt(e(198))/8*(parseInt(e(209))/9)+parseInt(e(203))/10*(parseInt(e(194))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(pt);class ut{constructor(t,e){const i=dt;this[i(190)]=0,this.maxRetries=3,this.id=crypto[i(192)](),this[i(191)]=t,this[i(206)]=e,this[i(193)]=Date.now()}}function dt(t,e){const i=pt();return(dt=function(t,e){return i[t-=189]})(t,e)}class lt{constructor(){const t=dt;this[t(210)]=!1,this[t(205)]=[]}[ct(200)](){return e(this,void 0,void 0,function*(){return new Promise(t=>{const e=dt;this[e(210)]?this.waitingQueue.push(t):(this[e(210)]=!0,t())})})}[ct(202)](){const t=ct;if(this.waitingQueue[t(195)]>0){this.waitingQueue[t(197)]()()}else this[t(210)]=!1}}function pt(){const t=["waitingQueue","parameters","7627YrdYrC","6158761fNwTWA","657cNGvKg","locked","4030749odGsKW","retryCount","endpoint","randomUUID","createdAt","99AFqVZR","length","993620reLATY","shift","85688DOArgC","107034jyHGbs","acquire","65hNpktD","release","251590TMcZNR","348NSHNct"];return(pt=function(){return t})()}const ht=vt;function ft(){const t=["PROCESSING_INTERVAL_MS","push","min","✅ Request ","calculateBackoffDelay","BACKOFF_MULTIPLIER","firstSessionSubmit","1311810LGPCqU","requestRecords","BASE_DELAY_MS","initialize","getPendingQueue","maxRetries","fcmToken","startProcessing","getMainRequestsSentFlag","warn","10irEGYi","⏰ Backoff delay ended, resuming queue processing","📦 Moved "," failed after ","pow","debug","saveMainQueue","mutex","Queue Manager is not initialized. Call initialize() first.","postRequestCheck","stopProcessing","): id=","5rONotS","2vmqXom","🔄 Backoff delay manually reset","shift","length"," attempts. ","retryCount","isInitialized","Error in processing loop:","error","354120JLFtQP","1648125HoqOeO","failedRequestDelay","pendingRequestRecords","getMainQueue","sdkClickSubmit","getQueueStatus","processingInterval","processQueues","resetBackoffDelay"," failed","98440DCxAAy","endpoint","2170zdimom","parameters","SDK_INFOS","savePendingQueue","getBackoffConfig","isCurrentlyProcessing","💥 Sending request (","MAX_DELAY_MS","⏳ Request ","isProcessing","push_token","addRequest"," pending requests to main queue","5768snapLq","log","subSessionCount","acquire","SESSIONS","processMainQueue","now","shutdown","⚠️ Request ","release","2358851OwPwWR","inactiveDuration","processPendingQueue","150730aKOeIK","sendRequest"];return(ft=function(){return t})()}function vt(t,e){const i=ft();return(vt=function(t,e){return i[t-=406]})(t,e)}!function(t){const e=vt,i=t();for(;;)try{if(158281===-parseInt(e(469))/1+-parseInt(e(421))/2*(parseInt(e(430))/3)+-parseInt(e(441))/4*(-parseInt(e(420))/5)+-parseInt(e(478))/6+parseInt(e(443))/7*(parseInt(e(456))/8)+parseInt(e(431))/9+parseInt(e(408))/10*(parseInt(e(466))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ft);class wt{constructor(){const t=vt;this[t(427)]=!1,this.isProcessing=!1,this[t(448)]=!1,this.mutex=new lt,this.processingInterval=null,this[t(471)]=100,this[t(432)]=0,this.MAX_DELAY_MS=3e4,this.BACKOFF_MULTIPLIER=2,this[t(480)]=1e3}[ht(481)](){return e(this,void 0,void 0,function*(){const t=vt;this[t(427)]=!0,!this[t(452)]&&(yield this[t(485)]())})}[ht(463)](){return e(this,void 0,void 0,function*(){const t=vt;this[t(427)]&&(yield this[t(418)](),this[t(427)]=!1)})}[ht(485)](){return e(this,void 0,void 0,function*(){const t=vt;if(this.isInitialized){yield this[t(415)].acquire();try{if(this[t(452)])return;this[t(452)]=!0,this[t(437)]=setInterval(()=>e(this,void 0,void 0,function*(){const e=t;try{yield this[e(438)]()}catch(t){x[e(429)](e(428),t)}}),this[t(471)])}finally{this[t(415)][t(465)]()}yield this[t(438)]()}else x.warn(t(416))})}[ht(418)](){return e(this,void 0,void 0,function*(){const t=vt;yield this[t(415)][t(459)]();try{this.isProcessing=!1,this[t(437)]&&(clearInterval(this[t(437)]),this.processingInterval=null)}finally{this[t(415)][t(465)]()}})}[ht(454)](t){return e(this,void 0,void 0,function*(){const e=vt;yield this.mutex[e(459)]();try{const i=this[e(434)]();if(i[e(472)](t),this[e(414)](i),this.failedRequestDelay=0,!this[e(452)])return this[e(415)][e(465)](),void(yield this.startProcessing())}finally{this.isProcessing&&this[e(415)][e(465)]()}})}addPendingRequest(t){return e(this,void 0,void 0,function*(){const e=vt;yield this[e(415)][e(459)]();try{if(this[e(406)]()){const i=this[e(434)]();i[e(472)](t),this.saveMainQueue(i)}else{const i=this.getPendingQueue();i[e(472)](t),this[e(446)](i)}if(this.failedRequestDelay=0,!this.isProcessing)return this[e(415)][e(465)](),void(yield this[e(485)]())}finally{this.isProcessing&&this[e(415)][e(465)]()}})}[ht(438)](){return e(this,void 0,void 0,function*(){const t=vt;if(this[t(452)]&&!this.isCurrentlyProcessing){if(this.failedRequestDelay>0){if(Date.now()<this[t(432)])return;this.failedRequestDelay=0,x[t(413)](t(409))}this[t(448)]=!0,yield this[t(415)][t(459)]();try{yield this[t(461)](),yield this[t(468)]()}finally{this[t(415)][t(465)](),this[t(448)]=!1}}})}[ht(461)](){return e(this,void 0,void 0,function*(){const t=vt,e=this[t(434)]();if(0===e[t(424)])return;const i=e[0];try{if(yield this[t(470)](i))e[t(423)](),this[t(414)](e),this[t(417)](i),x[t(413)](t(474)+i.id+" processed successfully");else{if(e[0][t(426)]++,e[0][t(426)]>=e[0][t(483)]){const n=this[t(475)](e[0][t(426)]);this[t(432)]=Date[t(462)]()+n,x[t(407)](t(451)+i.id+t(411)+i[t(483)]+" attempts. Applying backoff delay of "+n+"ms")}else x[t(407)](t(464)+i.id+" failed. Retry "+e[0][t(426)]+"/"+e[0][t(483)]);this[t(414)](e)}}catch(n){if(x[t(429)]("Error sending request "+i[t(442)]+":",n),e[0][t(426)]++,e[0][t(426)]>=e[0][t(483)]){const n=this[t(475)](e[0][t(426)]);this[t(432)]=Date[t(462)]()+n,x[t(407)]("⏳ Request "+i.id+" failed with error after "+e[0][t(483)]+t(425)+"Applying backoff delay of "+n+"ms")}this[t(414)](e)}})}[ht(475)](t){const e=ht,i=this[e(480)]*Math[e(412)](this[e(476)],t-1);return Math[e(473)](i,this[e(450)])}[ht(468)](){return e(this,void 0,void 0,function*(){const t=vt;if(!this.getMainRequestsSentFlag())return;const e=this.getPendingQueue();if(0===e.length)return;const i=this.getMainQueue();i[t(472)](...e),this.saveMainQueue(i),this[t(446)]([]),console[t(457)](t(410)+e[t(424)]+t(455))})}[ht(470)](t){return e(this,arguments,void 0,function*(t,e=1){const i=vt;x[i(413)](i(449)+t.endpoint+i(419)+t.id);let n=!1;try{n=yield Q.doCallRequest(t[i(442)],t[i(444)])}catch(e){x.error("❌ Request "+t.endpoint+i(440),e)}return n})}[ht(434)](){return U[ht(479)]}[ht(414)](t){U[ht(479)]=t}[ht(482)](){return U[ht(433)]}savePendingQueue(t){U[ht(433)]=t}[ht(406)](){return U.sdkClickSubmit}postRequestCheck(t){const e=ht;switch(t[e(442)]){case f.SDK_CLICKS:U[e(435)]=!0;break;case f[e(460)]:U.firstSessionSubmit?(U.activeDuration=0,U[e(467)]=0,U[e(458)]=1):U[e(477)]=!0;break;case f[e(445)]:U[e(484)]=t[e(444)][e(453)]}}[ht(436)](){const t=ht;return{mainQueueLength:this[t(434)]()[t(424)],pendingQueueLength:this[t(482)]()[t(424)],isProcessing:this[t(452)],mainRequestsSent:this[t(406)](),isInBackoffDelay:this.failedRequestDelay>0&&Date[t(462)]()<this.failedRequestDelay,backoffEndsAt:this[t(432)]>0?this[t(432)]:null}}[ht(439)](){const t=ht;this[t(432)]=0,x.debug(t(422))}[ht(447)](){const t=ht;return{baseDelayMs:this[t(480)],multiplier:this[t(476)],maxDelayMs:this.MAX_DELAY_MS}}}const gt=new wt;var bt,mt="user-agent",It="",St="function",yt="undefined",kt="object",Et="string",_t="browser",Tt="cpu",Ct="device",Dt="engine",xt="os",Nt="result",Rt="name",At="type",Ot="vendor",Lt="version",Ut="architecture",qt="major",Pt="model",Ft="console",Mt="mobile",Bt="tablet",Vt="smarttv",Wt="wearable",Kt="xr",jt="embedded",Gt="inapp",zt="brands",Ht="formFactors",Qt="fullVersionList",Jt="platform",Xt="platformVersion",Yt="bitness",Zt="sec-ch-ua",$t=Zt+"-full-version-list",te=Zt+"-arch",ee=Zt+"-"+Yt,ie=Zt+"-form-factors",ne=Zt+"-"+Mt,re=Zt+"-"+Pt,se=Zt+"-"+Jt,oe=se+"-version",ae=[zt,Qt,Mt,Pt,Jt,Xt,Ut,Ht,Yt],ce="Amazon",ue="Apple",de="ASUS",le="BlackBerry",pe="Google",he="Huawei",fe="Lenovo",ve="Honor",we="LG",ge="Microsoft",be="Motorola",me="Nvidia",Ie="OnePlus",Se="OPPO",ye="Samsung",ke="Sharp",Ee="Sony",_e="Xiaomi",Te="Zebra",Ce="Chrome",De="Chromium",xe="Chromecast",Ne="Edge",Re="Firefox",Ae="Opera",Oe="Facebook",Le="Sogou",Ue="Mobile ",qe=" Browser",Pe="Windows",Fe=typeof window!==yt&&window.navigator?window.navigator:void 0,Me=Fe&&Fe.userAgentData?Fe.userAgentData:void 0,Be=function(t){for(var e={},i=0;i<t.length;i++)e[t[i].toUpperCase()]=t[i];return e},Ve=function(t,e){if(typeof t===kt&&t.length>0){for(var i in t)if(Ge(e)==Ge(t[i]))return!0;return!1}return!!Ke(t)&&Ge(e)==Ge(t)},We=function(t,e){for(var i in t)return/^(browser|cpu|device|engine|os)$/.test(i)||!!e&&We(t[i])},Ke=function(t){return typeof t===Et},je=function(t){if(t){for(var e=[],i=Qe(/\\?\"/g,t).split(","),n=0;n<i.length;n++)if(i[n].indexOf(";")>-1){var r=Xe(i[n]).split(";v=");e[n]={brand:r[0],version:r[1]}}else e[n]=Xe(i[n]);return e}},Ge=function(t){return Ke(t)?t.toLowerCase():t},ze=function(t){return Ke(t)?Qe(/[^\d\.]/g,t).split(".")[0]:void 0},He=function(t){for(var e in t){var i=t[e];typeof i==kt&&2==i.length?this[i[0]]=i[1]:this[i]=void 0}return this},Qe=function(t,e){return Ke(e)?e.replace(t,It):e},Je=function(t){return Qe(/\\?\"/g,t)},Xe=function(t,e){if(Ke(t))return t=Qe(/^\s\s*/,t),typeof e===yt?t:t.substring(0,500)},Ye=function(t,e){if(t&&e)for(var i,n,r,s,o,a,c=0;c<e.length&&!o;){var u=e[c],d=e[c+1];for(i=n=0;i<u.length&&!o&&u[i];)if(o=u[i++].exec(t))for(r=0;r<d.length;r++)a=o[++n],typeof(s=d[r])===kt&&s.length>0?2===s.length?typeof s[1]==St?this[s[0]]=s[1].call(this,a):this[s[0]]=s[1]:s.length>=3&&(typeof s[1]!==St||s[1].exec&&s[1].test?3==s.length?this[s[0]]=a?a.replace(s[1],s[2]):void 0:4==s.length?this[s[0]]=a?s[3].call(this,a.replace(s[1],s[2])):void 0:s.length>4&&(this[s[0]]=a?s[3].apply(this,[a.replace(s[1],s[2])].concat(s.slice(4))):void 0):s.length>3?this[s[0]]=a?s[1].apply(this,s.slice(2)):void 0:this[s[0]]=a?s[1].call(this,a,s[2]):void 0):this[s]=a||void 0;c+=2}},Ze=function(t,e){for(var i in e)if(typeof e[i]===kt&&e[i].length>0){for(var n=0;n<e[i].length;n++)if(Ve(e[i][n],t))return"?"===i?void 0:i}else if(Ve(e[i],t))return"?"===i?void 0:i;return e.hasOwnProperty("*")?e["*"]:t},$e={ME:"4.90","NT 3.51":"3.51","NT 4.0":"4.0",2e3:["5.0","5.01"],XP:["5.1","5.2"],Vista:"6.0",7:"6.1",8:"6.2",8.1:"6.3",10:["6.4","10.0"],NT:""},ti={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},ei={Chrome:"Google Chrome",Edge:"Microsoft Edge","Edge WebView2":"Microsoft Edge WebView2","Chrome WebView":"Android WebView","Chrome Headless":"HeadlessChrome","Huawei Browser":"HuaweiBrowser","MIUI Browser":"Miui Browser","Opera Mobi":"OperaMobile",Yandex:"YaBrowser"},ii={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[Lt,[Rt,Ue+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[Lt,[Rt,Ne+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[Lt,[Rt,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[Rt,Lt],[/opios[\/ ]+([\w\.]+)/i],[Lt,[Rt,Ae+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[Lt,[Rt,Ae+" GX"]],[/\bopr\/([\w\.]+)/i],[Lt,[Rt,Ae]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[Lt,[Rt,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[Lt,[Rt,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser)\/([-\w\.]+)/i,/(heytap|ovi|115|surf)browser\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[Rt,Lt],[/quark(?:pc)?\/([-\w\.]+)/i],[Lt,[Rt,"Quark"]],[/\bddg\/([\w\.]+)/i],[Lt,[Rt,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[Lt,[Rt,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[Lt,[Rt,"WeChat"]],[/konqueror\/([\w\.]+)/i],[Lt,[Rt,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[Lt,[Rt,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[Lt,[Rt,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[Lt,[Rt,"Smart "+fe+qe]],[/(avast|avg)\/([\w\.]+)/i],[[Rt,/(.+)/,"$1 Secure"+qe],Lt],[/\bfocus\/([\w\.]+)/i],[Lt,[Rt,Re+" Focus"]],[/\bopt\/([\w\.]+)/i],[Lt,[Rt,Ae+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[Lt,[Rt,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[Lt,[Rt,"Dolphin"]],[/coast\/([\w\.]+)/i],[Lt,[Rt,Ae+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[Lt,[Rt,"MIUI"+qe]],[/fxios\/([\w\.-]+)/i],[Lt,[Rt,Ue+Re]],[/\bqihoobrowser\/?([\w\.]*)/i],[Lt,[Rt,"360"]],[/\b(qq)\/([\w\.]+)/i],[[Rt,/(.+)/,"$1Browser"],Lt],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[Rt,/(.+)/,"$1"+qe],Lt],[/samsungbrowser\/([\w\.]+)/i],[Lt,[Rt,ye+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[Lt,[Rt,Le+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[Rt,Le+" Mobile"],Lt],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[Rt,Lt],[/(lbbrowser|rekonq)/i],[Rt],[/ome\/([\w\.]+) \w* ?(iron) saf/i,/ome\/([\w\.]+).+qihu (360)[es]e/i],[Lt,Rt],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[Rt,Oe],Lt,[At,Gt]],[/(kakao(?:talk|story))[\/ ]([\w\.]+)/i,/(naver)\(.*?(\d+\.[\w\.]+).*\)/i,/(daum)apps[\/ ]([\w\.]+)/i,/safari (line)\/([\w\.]+)/i,/\b(line)\/([\w\.]+)\/iab/i,/(alipay)client\/([\w\.]+)/i,/(twitter)(?:and| f.+e\/([\w\.]+))/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[Rt,Lt,[At,Gt]],[/\bgsa\/([\w\.]+) .*safari\//i],[Lt,[Rt,"GSA"],[At,Gt]],[/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i],[Lt,[Rt,"TikTok"],[At,Gt]],[/\[(linkedin)app\]/i],[Rt,[At,Gt]],[/(chromium)[\/ ]([-\w\.]+)/i],[Rt,Lt],[/headlesschrome(?:\/([\w\.]+)| )/i],[Lt,[Rt,Ce+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[Lt,[Rt,Ne+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[Rt,Ce+" WebView"],Lt],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[Lt,[Rt,"Android"+qe]],[/chrome\/([\w\.]+) mobile/i],[Lt,[Rt,Ue+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[Rt,Lt],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[Lt,[Rt,Ue+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[Rt,Ue+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[Lt,Rt],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[Rt,[Lt,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[Rt,Lt],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[Rt,Ue+Re],Lt],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[Rt,"Netscape"],Lt],[/(wolvic|librewolf)\/([\w\.]+)/i],[Rt,Lt],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[Lt,[Rt,Re+" Reality"]],[/ekiohf.+(flow)\/([\w\.]+)/i,/(swiftfox)/i,/(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i,/(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[Rt,[Lt,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[Rt,[Lt,/[^\d\.]+./,It]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[Ut,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[Ut,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[Ut,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[Ut,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[Ut,"arm"]],[/((ppc|powerpc)(64)?)( mac|;|\))/i],[[Ut,/ower/,It,Ge]],[/ sun4\w[;\)]/i],[[Ut,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i],[[Ut,Ge]]],device:[[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i],[Pt,[Ot,ye],[At,Bt]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i,/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,/sec-(sgh\w+)/i],[Pt,[Ot,ye],[At,Mt]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i],[Pt,[Ot,ue],[At,Mt]],[/\((ipad);[-\w\),; ]+apple/i,/applecoremedia\/[\w\.]+ \((ipad)/i,/\b(ipad)\d\d?,\d\d?[;\]].+ios/i],[Pt,[Ot,ue],[At,Bt]],[/(macintosh);/i],[Pt,[Ot,ue]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[Pt,[Ot,ke],[At,Mt]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[Pt,[Ot,ve],[At,Bt]],[/honor([-\w ]+)[;\)]/i],[Pt,[Ot,ve],[At,Mt]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i],[Pt,[Ot,he],[At,Bt]],[/(?:huawei)([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i],[Pt,[Ot,he],[At,Mt]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[Pt,/_/g," "],[Ot,_e],[At,Bt]],[/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i,/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,/oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[Pt,/_/g," "],[Ot,_e],[At,Mt]],[/droid.+; (cph2[3-6]\d[13579]|((gm|hd)19|(ac|be|in|kb)20|(d[en]|eb|le|mt)21|ne22)[0-2]\d|p[g-k]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[Pt,[Ot,Ie],[At,Mt]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[Pt,[Ot,Se],[At,Mt]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[Pt,[Ot,Ze,{OnePlus:["203","304","403","404","413","415"],"*":Se}],[At,Bt]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[Pt,[Ot,"BLU"],[At,Mt]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[Pt,[Ot,"Vivo"],[At,Mt]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[Pt,[Ot,"Realme"],[At,Mt]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i,/lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i],[Pt,[Ot,fe],[At,Bt]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[Pt,[Ot,fe],[At,Mt]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i,/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,/((?:moto(?! 360)[-\w\(\) ]+|xt\d{3,4}[cgkosw\+]?[-\d]*|nexus 6)(?= bui|\)))/i],[Pt,[Ot,be],[At,Mt]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[Pt,[Ot,be],[At,Bt]],[/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[Pt,[Ot,we],[At,Bt]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[Pt,[Ot,we],[At,Mt]],[/(nokia) (t[12][01])/i],[Ot,Pt,[At,Bt]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*))/i],[[Pt,/_/g," "],[At,Mt],[Ot,"Nokia"]],[/(pixel (c|tablet))\b/i],[Pt,[Ot,pe],[At,Bt]],[/droid.+;(?: google)? (g(01[13]a|020[aem]|025[jn]|1b60|1f8f|2ybb|4s1m|576d|5nz6|8hhn|8vou|a02099|c15s|d1yq|e2ae|ec77|gh2x|kv4x|p4bc|pj41|r83y|tt9q|ur25|wvk6)|pixel[\d ]*a?( pro)?( xl)?( fold)?( \(5g\))?)( bui|\))/i],[Pt,[Ot,pe],[At,Mt]],[/(google) (pixelbook( go)?)/i],[Ot,Pt],[/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-\w\w\d\d)(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i],[Pt,[Ot,Ee],[At,Mt]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[Pt,"Xperia Tablet"],[Ot,Ee],[At,Bt]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[Pt,[Ot,ce],[At,Bt]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[Pt,/(.+)/g,"Fire Phone $1"],[Ot,ce],[At,Mt]],[/(playbook);[-\w\),; ]+(rim)/i],[Pt,Ot,[At,Bt]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/\(bb10; (\w+)/i],[Pt,[Ot,le],[At,Mt]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[Pt,[Ot,de],[At,Bt]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[Pt,[Ot,de],[At,Mt]],[/(nexus 9)/i],[Pt,[Ot,"HTC"],[At,Bt]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[Ot,[Pt,/_/g," "],[At,Mt]],[/tcl (xess p17aa)/i,/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i],[Pt,[Ot,"TCL"],[At,Bt]],[/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i],[Pt,[Ot,"TCL"],[At,Mt]],[/(itel) ((\w+))/i],[[Ot,Ge],Pt,[At,Ze,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[Pt,[Ot,"Acer"],[At,Bt]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[Pt,[Ot,"Meizu"],[At,Mt]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[Pt,[Ot,"Ulefone"],[At,Mt]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[Pt,[Ot,"Energizer"],[At,Mt]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[Pt,[Ot,"Cat"],[At,Mt]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[Pt,[Ot,"Smartfren"],[At,Mt]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[Pt,[Ot,"Nothing"],[At,Mt]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[Pt,[Ot,"Archos"],[At,Bt]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[Pt,[Ot,"Archos"],[At,Mt]],[/; (n159v)/i],[Pt,[Ot,"HMD"],[At,Mt]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[Ot,Pt,[At,Bt]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i],[Ot,Pt,[At,Mt]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[Ot,Pt,[At,Bt]],[/(surface duo)/i],[Pt,[Ot,ge],[At,Bt]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[Pt,[Ot,"Fairphone"],[At,Mt]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[Pt,[Ot,me],[At,Bt]],[/(sprint) (\w+)/i],[Ot,Pt,[At,Mt]],[/(kin\.[onetw]{3})/i],[[Pt,/\./g," "],[Ot,ge],[At,Mt]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[Pt,[Ot,Te],[At,Bt]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[Pt,[Ot,Te],[At,Mt]],[/smart-tv.+(samsung)/i],[Ot,[At,Vt]],[/hbbtv.+maple;(\d+)/i],[[Pt,/^/,"SmartTV"],[Ot,ye],[At,Vt]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[Ot,Pt,[At,Vt]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[Ot,we],[At,Vt]],[/(apple) ?tv/i],[Ot,[Pt,ue+" TV"],[At,Vt]],[/crkey.*devicetype\/chromecast/i],[[Pt,xe+" Third Generation"],[Ot,pe],[At,Vt]],[/crkey.*devicetype\/([^/]*)/i],[[Pt,/^/,"Chromecast "],[Ot,pe],[At,Vt]],[/fuchsia.*crkey/i],[[Pt,xe+" Nest Hub"],[Ot,pe],[At,Vt]],[/crkey/i],[[Pt,xe],[Ot,pe],[At,Vt]],[/(portaltv)/i],[Pt,[Ot,Oe],[At,Vt]],[/droid.+aft(\w+)( bui|\))/i],[Pt,[Ot,ce],[At,Vt]],[/(shield \w+ tv)/i],[Pt,[Ot,me],[At,Vt]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[Pt,[Ot,ke],[At,Vt]],[/(bravia[\w ]+)( bui|\))/i],[Pt,[Ot,Ee],[At,Vt]],[/(mi(tv|box)-?\w+) bui/i],[Pt,[Ot,_e],[At,Vt]],[/Hbbtv.*(technisat) (.*);/i],[Ot,Pt,[At,Vt]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[Ot,/.+\/(\w+)/,"$1",Ze,{LG:"lge"}],[Pt,Xe],[At,Vt]],[/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i],[Pt,[At,Vt]],[/\b(android tv|smart[- ]?tv|opera tv|tv; rv:|large screen[\w ]+safari)\b/i],[[At,Vt]],[/(playstation \w+)/i],[Pt,[Ot,Ee],[At,Ft]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[Pt,[Ot,ge],[At,Ft]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i],[Ot,Pt,[At,Ft]],[/droid.+; (shield)( bui|\))/i],[Pt,[Ot,me],[At,Ft]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[Pt,[Ot,ye],[At,Wt]],[/((pebble))app/i,/(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[Ot,Pt,[At,Wt]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[Pt,[Ot,Se],[At,Wt]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[Pt,[Ot,ue],[At,Wt]],[/(opwwe\d{3})/i],[Pt,[Ot,Ie],[At,Wt]],[/(moto 360)/i],[Pt,[Ot,be],[At,Wt]],[/(smartwatch 3)/i],[Pt,[Ot,Ee],[At,Wt]],[/(g watch r)/i],[Pt,[Ot,we],[At,Wt]],[/droid.+; (wt63?0{2,3})\)/i],[Pt,[Ot,Te],[At,Wt]],[/droid.+; (glass) \d/i],[Pt,[Ot,pe],[At,Kt]],[/(pico) (4|neo3(?: link|pro)?)/i],[Ot,Pt,[At,Kt]],[/(quest( \d| pro)?s?).+vr/i],[Pt,[Ot,Oe],[At,Kt]],[/mobile vr; rv.+firefox/i],[[At,Kt]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[Ot,[At,jt]],[/(aeobc)\b/i],[Pt,[Ot,ce],[At,jt]],[/(homepod).+mac os/i],[Pt,[Ot,ue],[At,jt]],[/windows iot/i],[[At,jt]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+?(mobile|vr|\d) safari/i],[Pt,[At,Ze,{mobile:"Mobile",xr:"VR","*":Bt}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[At,Bt]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[At,Mt]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[Pt,[Ot,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[Lt,[Rt,Ne+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[Rt,Lt],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[Lt,[Rt,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[Rt,Lt],[/ladybird\//i],[[Rt,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[Lt,Rt]],os:[[/(windows nt) (6\.[23]); arm/i],[[Rt,/N/,"R"],[Lt,Ze,$e]],[/(windows (?:phone|mobile|iot))(?: os)?[\/ ]?([\d\.]*( se)?)/i,/(windows)[\/ ](1[01]|2000|3\.1|7|8(\.1)?|9[58]|me|server 20\d\d( r2)?|vista|xp)/i],[Rt,Lt],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[Lt,/(;|\))/g,"",Ze,$e],[Rt,Pe]],[/(windows ce)\/?([\d\.]*)/i],[Rt,Lt],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i,/cfnetwork\/.+darwin/i],[[Lt,/_/g,"."],[Rt,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[Rt,"macOS"],[Lt,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[Lt,[Rt,xe+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[Lt,[Rt,xe+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[Lt,[Rt,xe+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[Lt,[Rt,xe+" Linux"]],[/crkey\/([\d\.]+)/i],[Lt,[Rt,xe]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[Lt,Rt],[/(ubuntu) ([\w\.]+) like android/i],[[Rt,/(.+)/,"$1 Touch"],Lt],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[Rt,Lt],[/\(bb(10);/i],[Lt,[Rt,le]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[Lt,[Rt,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i],[Lt,[Rt,Re+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[Lt,[Rt,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[Lt,Ze,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[Rt,"webOS"]],[/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i],[Lt,[Rt,"watchOS"]],[/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i],[[Rt,"Chrome OS"],Lt],[/panasonic;(viera)/i,/(netrange)mmh/i,/(nettv)\/(\d+\.[\w\.]+)/i,/(nintendo|playstation) (\w+)/i,/(xbox); +xbox ([^\);]+)/i,/(pico) .+os([\w\.]+)/i,/\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i,/linux.+(mint)[\/\(\) ]?([\w\.]*)/i,/(mageia|vectorlinux|fuchsia|arcaos|arch(?= ?linux))[;l ]([\d\.]*)/i,/([kxln]?ubuntu|debian|suse|opensuse|gentoo|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire|knoppix)(?: gnu[\/ ]linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i,/((?:open)?solaris)[-\/ ]?([\w\.]*)/i,/\b(aix)[; ]([1-9\.]{0,4})/i,/(hurd|linux|morphos)(?: (?:arm|x86|ppc)\w*| ?)([\w\.]*)/i,/(gnu) ?([\w\.]*)/i,/\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i,/(haiku) ?(r\d)?/i],[Rt,Lt],[/(sunos) ?([\d\.]*)/i],[[Rt,"Solaris"],Lt],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[Rt,Lt]]},ni=(He.call((bt={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}}).init,[[_t,[Rt,Lt,qt,At]],[Tt,[Ut]],[Ct,[At,Pt,Ot]],[Dt,[Rt,Lt]],[xt,[Rt,Lt]]]),He.call(bt.isIgnore,[[_t,[Lt,qt]],[Dt,[Lt]],[xt,[Lt]]]),He.call(bt.isIgnoreRgx,[[_t,/ ?browser$/i],[xt,/ ?os$/i]]),He.call(bt.toString,[[_t,[Rt,Lt]],[Tt,[Ut]],[Ct,[Ot,Pt]],[Dt,[Rt,Lt]],[xt,[Rt,Lt]]]),bt),ri=function(t,e){var i=ni.init[e],n=ni.isIgnore[e]||0,r=ni.isIgnoreRgx[e]||0,s=ni.toString[e]||0;function o(){He.call(this,i)}return o.prototype.getItem=function(){return t},o.prototype.withClientHints=function(){return Me?Me.getHighEntropyValues(ae).then(function(e){return t.setCH(new si(e,!1)).parseCH().get()}):t.parseCH().get()},o.prototype.withFeatureCheck=function(){return t.detectFeature().get()},e!=Nt&&(o.prototype.is=function(t){var e=!1;for(var i in this)if(this.hasOwnProperty(i)&&!Ve(n,i)&&Ge(r?Qe(r,this[i]):this[i])==Ge(r?Qe(r,t):t)){if(e=!0,t!=yt)break}else if(t==yt&&e){e=!e;break}return e},o.prototype.toString=function(){var t=It;for(var e in s)typeof this[s[e]]!==yt&&(t+=(t?" ":It)+this[s[e]]);return t||yt}),Me||(o.prototype.then=function(t){var e=this,i=function(){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t])};i.prototype={is:o.prototype.is,toString:o.prototype.toString};var n=new i;return t(n),n}),new o};function si(t,e){if(t=t||{},He.call(this,ae),e)He.call(this,[[zt,je(t[Zt])],[Qt,je(t[$t])],[Mt,/\?1/.test(t[ne])],[Pt,Je(t[re])],[Jt,Je(t[se])],[Xt,Je(t[oe])],[Ut,Je(t[te])],[Ht,je(t[ie])],[Yt,Je(t[ee])]]);else for(var i in t)this.hasOwnProperty(i)&&typeof t[i]!==yt&&(this[i]=t[i])}function oi(t,e,i,n){return this.get=function(t){return t?this.data.hasOwnProperty(t)?this.data[t]:void 0:this.data},this.set=function(t,e){return this.data[t]=e,this},this.setCH=function(t){return this.uaCH=t,this},this.detectFeature=function(){if(Fe&&Fe.userAgent==this.ua)switch(this.itemType){case _t:Fe.brave&&typeof Fe.brave.isBrave==St&&this.set(Rt,"Brave");break;case Ct:!this.get(At)&&Me&&Me[Mt]&&this.set(At,Mt),"Macintosh"==this.get(Pt)&&Fe&&typeof Fe.standalone!==yt&&Fe.maxTouchPoints&&Fe.maxTouchPoints>2&&this.set(Pt,"iPad").set(At,Bt);break;case xt:!this.get(Rt)&&Me&&Me[Jt]&&this.set(Rt,Me[Jt]);break;case Nt:var t=this.data,e=function(e){return t[e].getItem().detectFeature().get()};this.set(_t,e(_t)).set(Tt,e(Tt)).set(Ct,e(Ct)).set(Dt,e(Dt)).set(xt,e(xt))}return this},this.parseUA=function(){return this.itemType!=Nt&&Ye.call(this.data,this.ua,this.rgxMap),this.itemType==_t&&this.set(qt,ze(this.get(Lt))),this},this.parseCH=function(){var t=this.uaCH,e=this.rgxMap;switch(this.itemType){case _t:case Dt:var i,n=t[Qt]||t[zt];if(n)for(var r in n){var s=n[r].brand||n[r],o=n[r].version;this.itemType==_t&&!/not.a.brand/i.test(s)&&(!i||/Chrom/.test(i)&&s!=De||i==Ne&&/WebView2/.test(s))&&(s=Ze(s,ei),(i=this.get(Rt))&&!/Chrom/.test(i)&&/Chrom/.test(s)||this.set(Rt,s).set(Lt,o).set(qt,ze(o)),i=s),this.itemType==Dt&&s==De&&this.set(Lt,o)}break;case Tt:var a=t[Ut];a&&(a&&"64"==t[Yt]&&(a+="64"),Ye.call(this.data,a+";",e));break;case Ct:if(t[Mt]&&this.set(At,Mt),t[Pt]&&(this.set(Pt,t[Pt]),!this.get(At)||!this.get(Ot))){var c={};Ye.call(c,"droid 9; "+t[Pt]+")",e),!this.get(At)&&c.type&&this.set(At,c.type),!this.get(Ot)&&c.vendor&&this.set(Ot,c.vendor)}if(t[Ht]){var u;if("string"!=typeof t[Ht])for(var d=0;!u&&d<t[Ht].length;)u=Ze(t[Ht][d++],ti);else u=Ze(t[Ht],ti);this.set(At,u)}break;case xt:var l=t[Jt];if(l){var p=t[Xt];l==Pe&&(p=parseInt(ze(p),10)>=13?"11":"10"),this.set(Rt,l).set(Lt,p)}this.get(Rt)==Pe&&"Xbox"==t[Pt]&&this.set(Rt,"Xbox").set(Lt,void 0);break;case Nt:var h=this.data,f=function(e){return h[e].getItem().setCH(t).parseCH().get()};this.set(_t,f(_t)).set(Tt,f(Tt)).set(Ct,f(Ct)).set(Dt,f(Dt)).set(xt,f(xt))}return this},He.call(this,[["itemType",t],["ua",e],["uaCH",n],["rgxMap",i],["data",ri(this,t)]]),this}function ai(t,e,i){if(typeof t===kt?(We(t,!0)?(typeof e===kt&&(i=e),e=t):(i=t,e=void 0),t=void 0):typeof t!==Et||We(e,!0)||(i=e,e=void 0),i&&typeof i.append===St){var n={};i.forEach(function(t,e){n[e]=t}),i=n}if(!(this instanceof ai))return new ai(t,e,i).getResult();var r=typeof t===Et?t:i&&i[mt]?i[mt]:Fe&&Fe.userAgent?Fe.userAgent:It,s=new si(i,!0),o=e?function(t,e){var i={},n=e;if(!We(e))for(var r in n={},e)for(var s in e[r])n[s]=e[r][s].concat(n[s]?n[s]:[]);for(var o in t)i[o]=n[o]&&n[o].length%2==0?n[o].concat(t[o]):t[o];return i}(ii,e):ii,a=function(t){return t==Nt?function(){return new oi(t,r,o,s).set("ua",r).set(_t,this.getBrowser()).set(Tt,this.getCPU()).set(Ct,this.getDevice()).set(Dt,this.getEngine()).set(xt,this.getOS()).get()}:function(){return new oi(t,r,o[t],s).parseUA().get()}};return He.call(this,[["getBrowser",a(_t)],["getCPU",a(Tt)],["getDevice",a(Ct)],["getEngine",a(Dt)],["getOS",a(xt)],["getResult",a(Nt)],["getUA",function(){return r}],["setUA",function(t){return Ke(t)&&(r=t.length>500?Xe(t,500):t),this}]]).setUA(r),this}function ci(){const t=["vive","5904693PYAPro","pow","watch","toFixed","hbbtv","tablet","normal","embedded","(prefers-color-scheme: dark)","getResult","large","2044445CKGEQy","wearable","matches","type","nintendo","xbox","width","111774cMYEDC","car","low","getDeviceInfo","40VngVct","netcast","device","2109168bTzxXI","console","4RZILTv","innerHeight","90629BLoBOc","screenDensity","matchMedia","displaySize","589941fKkUMK","smart-tv","googletv","xlarge","smarttv","215436pOsPor","height","screenType","screenSize","pointer","uiStyle","android auto","ontouchstart","toLowerCase","includes","medium","high","innerWidth"];return(ci=function(){return t})()}ai.VERSION="2.0.4",ai.BROWSER=Be([Rt,Lt,qt,At]),ai.CPU=Be([Ut]),ai.DEVICE=Be([Pt,Ot,At,Ft,Mt,Vt,Bt,Wt,jt]),ai.ENGINE=ai.OS=Be([Rt,Lt]);const ui=di;function di(t,e){const i=ci();return(di=function(t,e){return i[t-=373]})(t,e)}!function(t){const e=di,i=t();for(;;)try{if(326964===-parseInt(e(413))/1+-parseInt(e(422))/2*(parseInt(e(376))/3)+parseInt(e(381))/4+parseInt(e(406))/5+-parseInt(e(420))/6+-parseInt(e(424))/7*(-parseInt(e(417))/8)+parseInt(e(395))/9)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ci);class li{[ui(416)](){const t=ui,e=(new ai)[t(404)]();return{browser:e.browser,os:e.os,device:e[t(419)],engine:e.engine,cpu:e.cpu,ua:e.ua}}get[ui(373)](){const t=ui;return window.devicePixelRatio>=3?t(392):window.devicePixelRatio>=2?t(391):t(415)}get screenFormat(){const t=ui;return window[t(423)]>window[t(393)]?"long":t(401)}get[ui(384)](){const t=ui,e=window[t(393)];return e<480?"small":t(e<768?401:e<1440?405:379)}get uiMode(){const t=ui;var e,i,n;const r=this[t(416)](),s=(null===(e=r[t(419)])||void 0===e?void 0:e[t(409)])||"",o=(null===(n=null===(i=r[t(419)])||void 0===i?void 0:i.model)||void 0===n?void 0:n.toLowerCase())||"",a=r.ua[t(389)]();return s===t(407)||o[t(390)](t(397))?6:s===t(380)||a.includes(t(377))||a[t(390)](t(399))||a[t(390)](t(418))||a[t(390)](t(378))||a[t(390)]("appletv")?4:s===t(421)||a[t(390)]("playstation")||a.includes(t(411))||a[t(390)](t(410))?5:a[t(390)](t(414))||a[t(390)](t(387))||a[t(390)]("carplay")?3:a[t(390)]("oculus")||a[t(390)](t(394))||a[t(390)]("vr")||s===t(402)?7:"mobile"===s||s===t(400)?1:""===s||"desktop"===s?2:0}get[ui(386)](){const t=ui;return window.matchMedia&&window[t(374)](t(403))[t(408)]?"1":"0"}get[ui(375)](){const t=ui,e=window.devicePixelRatio||1,i=screen[t(412)]*e/160,n=screen[t(382)]*e/160;return Math.sqrt(Math[t(396)](i,2)+Math[t(396)](n,2))[t(398)](2)}get[ui(383)](){const t=ui;return t(388)in window||navigator.maxTouchPoints>0?"touch":t(385)}}const pi=new li,hi=vi;function fi(){const t=["isLocalStorageSupported","__test__","getItem","setItem","isIndexedDBSupported","getStorageSizeBytes","deleteDatabase","714865pwaakF","12JjrNYI","length","key","removeItem","isSessionStorageSupported","2375980XBzekB","supportResults","close","140467OkHFJy","__test__check__","3001846EPjvBC","getSupportResult","onsuccess","onerror","result","3830504gUiGmb","3433014VNvKsc","6873055kTayUh"];return(fi=function(){return t})()}function vi(t,e){const i=fi();return(vi=function(t,e){return i[t-=382]})(t,e)}!function(t){const e=vi,i=t();for(;;)try{if(936511===parseInt(e(392))/1+-parseInt(e(394))/2+parseInt(e(400))/3+-parseInt(e(389))/4+parseInt(e(383))/5*(parseInt(e(384))/6)+parseInt(e(401))/7+parseInt(e(399))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(fi);class wi{constructor(){this[vi(390)]=null}[hi(395)](){return e(this,void 0,void 0,function*(){const t=vi;if(this[t(390)])return this[t(390)];const e=this.isLocalStorageSupported(),i=this.isSessionStorageSupported(),n=yield this[t(406)]();return this[t(390)]={localStorage:e,sessionStorage:i,indexedDB:n},this[t(390)]})}[hi(407)](t){const e=hi;let i=0;for(let n=0;n<t[e(385)];n++){const r=t[e(386)](n);if(!r)continue;const s=t[e(404)](r);null!=s&&(i+=2*r.length,i+=2*s[e(385)])}return i}[hi(402)](){const t=hi;try{const e=t(403);return localStorage.setItem(e,"1"),localStorage[t(387)](e),!0}catch(t){return!1}}[hi(388)](){const t=hi;try{const e=t(403);return sessionStorage[t(405)](e,"1"),sessionStorage[t(387)](e),!0}catch(t){return!1}}[hi(406)](){return"indexedDB"in window?new Promise(t=>{const e=vi;try{const i=indexedDB.open(e(393));i[e(397)]=()=>t(!1),i[e(396)]=()=>{const n=e;i[n(398)][n(391)](),indexedDB[n(382)](n(393)),t(!0)}}catch(e){t(!1)}}):Promise.resolve(!1)}}const gi=new wi,bi=Si;function mi(){const t=["scripts","Shopify","[id=___gatsby]","utm_","[data-reactroot], [data-reactid]","organic","keys","/_nuxt/","hostname","Backbone","cdn.shopify.com","Zepto","wp-includes","detectWebFramework","search",'meta[name="generator"][content*="Ghost"]',"documentElement","script[id=__NEXT_DATA__]","innerHTML",'meta[name="generator"][content*="Drupal"]',"other","startsWith","entries","wix.com","Angular","utm_source","wp-content","276348hRtnmQ","Gatsby.js","mix-manifest.json","from",'meta[name="generator"][content*="WordPress"]',"/js/app.js",'script[src*="angular.js"], script[src*="angular.min.js"]',"svelte","113460qLArPD","1019995IBvBoF","Vue","__VUE__","some",".ng-binding, [ng-app], [data-ng-app], [ng-controller], [data-ng-controller], [ng-repeat], [data-ng-repeat]","join","src","Next.js","React","454811Eglfow","jQuery","utm_medium","querySelector","static.squarespace.com","Alpine.js","referrer","Meteor.js","__reactContainer","[data-v-app], [data-v-]","413424OzpyYt","Squarespace","126334fxCReW","includes","/_next/","705864nnCFPs","_reactRootContainer"];return(mi=function(){return t})()}!function(t){const e=Si,i=t();for(;;)try{if(108170===parseInt(e(183))/1+parseInt(e(153))/2+-parseInt(e(181))/3+-parseInt(e(124))/4+parseInt(e(162))/5+parseInt(e(161))/6+-parseInt(e(171))/7)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(mi);class Ii{static getUTMParamsString(){const t=Si,e=new URLSearchParams(window.location[t(140)]),i={};for(const[n,r]of e[t(148)]())n[t(147)](t(129))&&r&&(i[n]=r);if(!i.utm_source){const e=document[t(177)];i[t(151)]=e?new URL(e)[t(134)]:t(146)}return!i[t(173)]&&(i[t(173)]=t(131)),Object.entries(i).map(([t,e])=>t+"="+encodeURIComponent(e))[t(167)]("&")}}function Si(t,e){const i=mi();return(Si=function(t,e){return i[t-=122]})(t,e)}Ii[bi(139)]=()=>{const t=bi;return document[t(174)](t(143))||[...document[t(126)]].some(e=>e[t(168)][t(122)](t(123)))?t(169):window[t(170)]||document.querySelector(t(130))||Array[t(156)](document.querySelectorAll("*"))[t(165)](e=>void 0!==e[t(125)]||Object[t(132)](e).some(e=>e[t(147)](t(179))))||window.__REACT_DEVTOOLS_GLOBAL_HOOK__?t(170):[...document[t(126)]][t(165)](e=>e.src.includes(t(133)))?"Nuxt.js":window[t(164)]||window[t(163)]||document[t(174)](t(180))?"Vue.js":document[t(174)](t(128))?t(154):window||document[t(174)](t(166))||document[t(174)](t(159))||window.ng||document.querySelector("[ng-version]")?t(150):[...document.scripts][t(165)](e=>{const i=t;var n;return e.src[i(122)](i(160))||(null===(n=e.textContent)||void 0===n?void 0:n[i(122)](i(160)))})?"Svelte":document[t(174)]("[x-data], [x-init], [x-bind]")?t(176):window.jQuery?t(172):window[t(135)]?"Backbone.js":window.Meteor?t(178):window[t(137)]?"Zepto.js":document[t(174)](t(157))||[...document[t(126)]][t(165)](e=>e.src[t(122)](t(152))||e[t(168)][t(122)](t(138)))?"WordPress":[...document[t(126)]].some(e=>e[t(168)][t(122)](t(158))||e[t(168)].includes(t(155)))?"Laravel":document.querySelector(t(145))||document[t(142)][t(144)][t(122)]("drupal-settings-json")?"Drupal":document.documentElement[t(144)][t(122)](t(136))?t(127):[...document[t(126)]][t(165)](e=>e.src.includes(t(175)))?t(182):[...document.scripts].some(e=>e.src[t(122)](t(149)))?"Wix":document.querySelector(t(141))?"Ghost CMS":void 0};const yi=Ei;function ki(){const t=["247563GzMRdy","#069","321905ushDxE","getExtension","SHA-256","renderer","SHADING_LANGUAGE_VERSION","webgl","width","UNMASKED_RENDERER_WEBGL","1492452lSBOnj","encode","841603oWOODJ","14px 'Arial'","VENDOR","textBaseline","fillStyle","font","subtle","isWebGLSupported","RENDERER","vendor","3084296LkGeiG","355878lSymbq","WiseTrack WebGL Fingerprint!","experimental-webgl","12NnAgtj","hashData","stringify","createElement","getParameter","681774BMBVdQ","top","MAX_TEXTURE_SIZE","getSupportedExtensions","getWebGLFingerprint","join","canvas","#f60","toString","getContext","from","string"];return(ki=function(){return t})()}function Ei(t,e){const i=ki();return(Ei=function(t,e){return i[t-=460]})(t,e)}!function(t){const e=Ei,i=t();for(;;)try{if(134363===parseInt(e(474))/1+parseInt(e(497))/2+-parseInt(e(462))/3+parseInt(e(500))/4*(parseInt(e(476))/5)+parseInt(e(484))/6+-parseInt(e(486))/7+-parseInt(e(496))/8)break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ki);class _i{static[yi(493)](){const t=yi;try{const e=document.createElement("canvas");return!(!e[t(471)](t(481))&&!e[t(471)](t(499)))}catch(t){return!1}}static[yi(466)](){return e(this,void 0,void 0,function*(){const t=Ei,e=document[t(460)](t(468)),i=e[t(471)](t(481))||e[t(471)](t(499));if(!i)return;const n={version:i[t(461)](i.VERSION),shadingLangVersion:i[t(461)](i[t(480)]),maxTextureSize:i.getParameter(i[t(464)]),maxRenderBufferSize:i[t(461)](i.MAX_RENDERBUFFER_SIZE),supportedExtensions:i[t(465)]()};try{const e=i[t(477)]("WEBGL_debug_renderer_info");n[t(495)]=e?i[t(461)](e.UNMASKED_VENDOR_WEBGL):i[t(461)](i.VENDOR)}catch(e){n[t(495)]=i[t(461)](i[t(488)])}try{const e=i.getExtension("WEBGL_debug_renderer_info");n.renderer=e?i[t(461)](e[t(483)]):i.getParameter(i[t(494)])}catch(e){n[t(479)]=i.getParameter(i[t(494)])}return yield this[t(501)](JSON[t(502)](n))})}static getCanvasFingerprint(){return e(this,void 0,void 0,function*(){const t=Ei,e=document[t(460)](t(468));e[t(482)]=200,e.height=50;const i=e[t(471)]("2d");if(i)return i[t(489)]=t(463),i[t(491)]=t(487),i[t(490)]=t(469),i.fillRect(0,0,200,50),i[t(490)]=t(475),i.fillText(t(498),2,2),yield this[t(501)](e.toDataURL())})}static[yi(501)](t){return e(this,void 0,void 0,function*(){const e=Ei,i=typeof t===e(473)?t:JSON[e(502)](t),n=(new TextEncoder)[e(485)](i),r=yield crypto[e(492)].digest(e(478),n);return Array[e(472)](new Uint8Array(r)).map(t=>t[e(470)](16).padStart(2,"0"))[e(467)]("")})}}function Ti(t,e){const i=Ci();return(Ti=function(t,e){return i[t-=347]})(t,e)}function Ci(){const t=["time_spent","outerWidth","PARAMETERS_VALUE","1285983LLwBhi","innerWidth","other","vendor","onLine","cpu","deviceId","26PTDPjy","2452460UDqAEM","appFrameWork","getDeviceInfo","getLocalFields","5ttYhqn","entries","inactiveDuration","42SGKiUO","userEnvironment","getWebGLFingerprint","3152094vbzKfd","innerHeight","22yKMzrL","DEFAULTS","outerHeight","hostname","device","screenDensity","toISOString","version","getUTMParamsString","SDK","881768rzgrvR","performance","appVersion","15404wiVWli","423036OklsUD","browser","toString","toLowerCase","uiStyle","VERSION","model","name","sessionCount","customDeviceId","PLATFORM","2655216mZROHK","now","getSupportResult","initialConfig","fromEntries","toFixed","created_at","getApplicationFields","filter","indexedDB","engine","screenType","activeDuration","sessionStorage","hardwareConcurrency","initialDate","assign","pushToken","subSessionCount","screenFormat","localStorage"];return(Ci=function(){return t})()}!function(t){const e=Ti,i=t();for(;;)try{if(366628===-parseInt(e(363))/1*(-parseInt(e(389))/2)+parseInt(e(356))/3+-parseInt(e(401))/4+-parseInt(e(368))/5*(-parseInt(e(374))/6)+-parseInt(e(371))/7*(parseInt(e(386))/8)+parseInt(e(390))/9+-parseInt(e(364))/10*(-parseInt(e(376))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ci);class Di{build(){return e(this,void 0,void 0,function*(){const t=Ti,e=window[t(387)][t(402)]();let i={};return i[t(407)]=(new Date)[t(382)](),Object.assign(i,this[t(367)]()),Object[t(348)](i,yield this[t(408)]()),Object[t(348)](i,this.getDeviceFields()),i[t(353)]=(window[t(387)][t(402)]()-e)[t(406)](1),r[t(377)][t(355)]&&(i=Object[t(405)](Object[t(369)](i).map(([e,i])=>[e,null==i?r[t(377)][t(355)]:i]))),!r[t(377)].PARAMETERS_VALUE&&(i=Object[t(405)](Object[t(369)](i)[t(409)](([t,e])=>null!=e))),i})}getApplicationFields(){return e(this,void 0,void 0,function*(){const t=Ti,e=yield gi[t(403)]();return{connectivity_type:navigator[t(360)]?"1":"-1",country:yield rt.getCountryCode(),package_name:window.location[t(379)],session_storage_enabled:e[t(414)],indexed_db_enabled:e[t(410)],local_storage_enabled:e[t(352)],session_storage:gi.getStorageSizeBytes(sessionStorage).toFixed(0),local_storage:gi.getStorageSizeBytes(localStorage)[t(406)](0),web_gl_support:_i.isWebGLSupported(),web_gl_fingerprint:yield _i[t(373)](),web_gl_canvas_fingerprint:yield _i.getCanvasFingerprint()}})}getLocalFields(){const t=Ti,e=U[t(404)];return e?{uuid:U[t(362)],app_token:e.appToken,environment:e[t(372)],store_name:t(358),app_version:e[t(388)],push_token:U[t(349)],custom_device_id:e[t(399)],default_tracker:e.defaultTracker,platform:r[t(385)].PLATFORM,framework:e[t(365)][t(393)](),initiated_by:r[t(385)][t(400)]+"_"+e.appFrameWork[t(393)](),initiated_version:r.SDK[t(395)],referrer:Ii[t(384)](),installed_at:U[t(347)],session_count:U[t(398)].toString(),session_length:parseInt((U[t(413)]/1e3).toString())[t(392)](),subsession_count:parseInt((U[t(350)]/1e3).toString())[t(392)](),last_interval:parseInt((U[t(370)]/1e3)[t(392)]())[t(392)]()}:{}}getDeviceFields(){const t=Ti,e=pi[t(366)]();return{browser_version:e[t(391)][t(383)],device_manufacturer:e[t(380)][t(359)],device_name:e[t(380)][t(396)],device_type:e[t(380)].type,os_name:e.os[t(397)],os_version:e.os[t(383)],cpu_type:e[t(361)].architecture,web_user_agent:e.ua,display_height:window[t(375)][t(406)](0),display_width:window[t(357)].toFixed(0),language:navigator.language.split("-")[0],screen_density:pi[t(381)],screen_format:pi[t(351)],screen_size:pi.screenSize,ui_mode:pi.uiMode.toString(),cpu_lpc:navigator[t(415)][t(392)](),ui_style:pi[t(394)],wout_width:window[t(354)][t(392)](),wout_height:window[t(378)][t(392)](),web_engine:e[t(411)][t(397)],web_engine_version:e[t(411)].version,display_size:pi.displaySize,screen_type:pi[t(412)]}}}const xi=new Di;function Ni(t,e){const i=Ai();return(Ni=function(t,e){return i[t-=405]})(t,e)}const Ri=Ni;function Ai(){const t=["call","135445HlqYXP","590740QhcrOq","14gqPMpU","6MEBMUs","3289098GAXQsQ","event","create","toJSON","1370955qXLmXl","4162908QUkdvN","2bUZdcx","572NEYEJt","2974984kgqJqj","9152613kWBxxT","build","assign"];return(Ai=function(){return t})()}!function(t){const e=Ni,i=t();for(;;)try{if(800290===-parseInt(e(418))/1+-parseInt(e(411))/2*(parseInt(e(405))/3)+-parseInt(e(410))/4+-parseInt(e(409))/5*(-parseInt(e(421))/6)+-parseInt(e(420))/7*(-parseInt(e(413))/8)+-parseInt(e(414))/9+-parseInt(e(419))/10*(-parseInt(e(412))/11))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Ai);class Oi extends Di{constructor(t){const e=Ni;super(),this[e(406)]=t}[Ri(415)](){const t=Ri,i=Object[t(407)](null,{build:{get:()=>super[t(415)]}});return e(this,void 0,void 0,function*(){const e=t,n=yield i[e(415)][e(417)](this);return new Promise(t=>{const i=e;t(Object[i(416)](Object[i(416)]({},n),this[i(406)][i(408)]()))})})}}const Li=Ui;function Ui(t,e){const i=qi();return(Ui=function(t,e){return i[t-=408]})(t,e)}function qi(){const t=["getQueueStatus","addObservers","stop","deviceId","firstSessionSubmit","pushToken","44UQCgNB","Creating Session: SDK is not enabled!","createAttribution","checkSdkClicks","741ikcQAE","Creating Session: First-Session has already submitted","info","build","inactiveDuration","User was inactived for ","340cRuDPK","SDK is not enabled to start tracking!","appSettings","createRequest","ATTRIBUTIONS","initialDate","subSessionCount","stopTracking","17649sYwTQs","42024UBykWN","sessionInterval","Creating Attribution: SDK is not enabled!","pending","Creating Install: SDK-Clicks has already submitted","log","isVisibleFocused","now","addEventListener","subsessionInterval","sdkClickSubmit","activeTime","eventCount","generateDeviceUUID","1239BUgSXG","initialize","visibilityState"," request to pending queue","inactiveTime","startTracking","setActivityTimes","visible","debug","initialized","Add ","SESSIONS","416SSpAKn","2591322tuIncL","fcmToken","207852zoGQdL","start","1rbJEtw","EVENTS","shutdown","3247959DdESic","322255sdTjxc","isRunning","Creating Install: SDK is not enabled!","main","checkPushToken","createDeviceID","focus","166287LKSAQY","WT Tracker stopped","stringify","s | (","getCountryCode","isEnabled","blur","checkSessionIntervals","trackEvent","warn","visibilitychange"];return(qi=function(){return t})()}!function(t){const e=Ui,i=t();for(;;)try{if(762374===-parseInt(e(463))/1*(-parseInt(e(459))/2)+-parseInt(e(466))/3+-parseInt(e(413))/4*(-parseInt(e(467))/5)+-parseInt(e(432))/6*(-parseInt(e(446))/7)+-parseInt(e(458))/8*(-parseInt(e(431))/9)+parseInt(e(423))/10*(-parseInt(e(474))/11)+-parseInt(e(461))/12*(parseInt(e(417))/13))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(qi);class Pi{constructor(){const t=Ui;this[t(468)]=!1,this[t(455)]=!1}get[Li(479)](){return U.sdkEnabled}initialize(){return e(this,void 0,void 0,function*(){const t=Ui;this[t(478)](),yield this[t(452)](),this[t(472)](),this[t(408)](),this.initialized=!0})}[Li(451)](){return e(this,void 0,void 0,function*(){const t=Ui;this[t(479)]?(x[t(454)]("WT Tracker started"),yield gt[t(447)](),yield this.checkSdkClicks(),yield this.checkFirstSession(),yield this[t(415)](),this[t(468)]=!0):x[t(483)](t(424))})}[Li(430)](){return e(this,void 0,void 0,function*(){const t=Ui;this[t(468)]=!1,$[t(409)](),yield gt[t(465)](),x[t(454)](t(475))})}[Li(471)](t){return e(this,void 0,void 0,function*(){const e=Ui;U[e(412)]=t,this[e(479)]?U[e(460)]!==t?yield this[e(426)]({endpoint:f.SDK_INFOS,queueType:e(435)}):x[e(419)]("This Notification token has sent to server previously"):x[e(483)]("CheckPushToken: SDK is not enabled")})}[Li(482)](t){return e(this,void 0,void 0,function*(){const e=Ui;this[e(479)]?this[e(455)]?(U[e(444)]+=1,yield this.createRequest({endpoint:f[e(464)],fBuilder:new Oi(t),queueType:"pending"})):x[e(483)]("trackEvent: SDK is not initialized yet"):x[e(483)]("trackEvent: SDK is not enabled")})}[Li(478)](){rt[Li(478)]()}[Li(415)](){return e(this,void 0,void 0,function*(){const t=Ui;this.isEnabled?yield this[t(426)]({endpoint:f[t(427)],queueType:t(435)}):x[t(483)](t(434))})}checkFirstSession(){return e(this,void 0,void 0,function*(){const t=Ui;this[t(479)]?U[t(411)]?x[t(454)](t(418)):yield this[t(426)]({endpoint:f[t(457)],queueType:U[t(442)]?"main":"pending"}):x.warn("Creating First Session: SDK is not enabled!")})}[Li(416)](){return e(this,void 0,void 0,function*(){const t=Ui;this[t(479)]?U[t(442)]?x.debug(t(436)):yield this.createRequest({endpoint:f.SDK_CLICKS}):x[t(483)](t(469))})}createRequest(t){return e(this,arguments,void 0,function*({endpoint:t,fBuilder:e=xi,queueType:i="main"}){const n=Ui,r=yield e[n(420)](),s=new ut(t,r);i===n(435)?(x[n(419)](n(456)+t+n(449)),yield gt.addPendingRequest(s)):(x.info(n(456)+t+" request to main queue"),yield gt.addRequest(s));const o=gt[n(485)]();console[n(437)](JSON[n(476)](o))})}createDeviceID(){const t=Li;!U[t(410)]&&(U[t(410)]=ot[t(445)]()),!U[t(428)]&&(U.initialDate=(new Date).toISOString())}[Li(452)](){return e(this,void 0,void 0,function*(){const t=Ui;if(U[t(443)]){U.inactiveTime=U[t(443)];const e=Date[t(439)]()-U[t(450)];U[t(421)]+=e,console[t(437)](t(422)+e/1e3+t(477)+U.inactiveDuration/1e3+"s Totaly)"),yield this.checkSessionIntervals()}U[t(443)]=Date[t(439)](),$[t(462)]()})}[Li(481)](){return e(this,void 0,void 0,function*(){const t=Ui;var e,i;const n=U[t(450)],r=null===(e=U[t(425)])||void 0===e?void 0:e[t(433)],s=null===(i=U.appSettings)||void 0===i?void 0:i[t(441)];if(!this[t(479)])return void x.warn(t(414));if(!n||!r||!s)return;const o=Date[t(439)]()-n;o>parseInt(r)?(U.sessionCount+=1,yield this[t(426)]({endpoint:f.SESSIONS,queueType:U[t(442)]?t(470):t(435)})):o>parseInt(s)&&(U[t(429)]+=1)})}[Li(438)](){const t=Li;return document[t(448)]===t(453)&&document.hasFocus()}addObservers(){const t=Li;window[t(440)]("beforeunload",()=>{$[t(409)]()}),document.addEventListener(t(484),()=>{const e=t;this[e(438)]()?(this[e(415)](),this[e(452)]()):$.stop()}),window[t(440)](t(473),()=>{const e=t;this[e(438)]()&&(this[e(415)](),this[e(452)]())}),window[t(440)](t(480),()=>{$[t(409)]()})}}const Fi=new Pi;function Mi(t,e){const i=Vi();return(Mi=function(t,e){return i[t-=403]})(t,e)}const Bi=Mi;function Vi(){const t=["warn","440192fLCdAe","init","trackEvent","getConfig","checkSdkEnabled","appSettings","NetworkError","‼️ SDK Config NOT set!, check errors.","‼️ Track Event: SDK is not initialized yet","1150423hMJTBV","setLevel","4967286yoFZJL","2648960PyMPvT","9UZgons","setEnabled","260674mCxzpF","setFCMToken","fromConfig","‼️ App Settings NOT set!, check errors.","A new version of the SDK is available. It is recommended to update to the latest version to enjoy improved features and better performance.","defaultValue","trackingWaitingTime","sdkInitialized","7850628LHnIzZ","3761821LrfIlT","info","doGetAppSettings","11qSznvZ","Track Event: SDK is not enabled!","SDK Config set","SDK is disabled form server, contact your adminstrator!","instance","checkSdkUpdate","Config is not set!","stopTracking","checkPushToken","isEnabled","error","doGetConfig","config","18EoCRWE","Need to get app-settings for ","needAppSettings","App Settings set","_instance","5DvULnT","The version you are currently using has expired and is no longer supported. Please update to the latest version to continue using the SDK","setLogLevel","updateAppSettings","‼️ Start Tracking: SDK is not initialized yet","startTracking","sdkEnvironment","sdkEnabled","initialConfig"," environment","8NmfqYT","sdkUpdate"];return(Vi=function(){return t})()}!function(t){const e=Mi,i=t();for(;;)try{if(846436===parseInt(e(456))/1+parseInt(e(404))/2*(parseInt(e(429))/3)+-parseInt(e(447))/4+parseInt(e(434))/5*(-parseInt(e(458))/6)+-parseInt(e(413))/7*(parseInt(e(444))/8)+-parseInt(e(460))/9*(parseInt(e(459))/10)+parseInt(e(416))/11*(parseInt(e(412))/12))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Vi);class Wi{static get[Bi(420)](){const t=Bi;return!Wi._instance&&(Wi[t(433)]=new Wi),Wi[t(433)]}constructor(){this[Bi(411)]=!1}[Bi(448)](t){return e(this,void 0,void 0,function*(){const e=Mi;var i,n;const r=yield this[e(450)](t);this[e(451)](r),this[e(421)](r),this.setEnabled(!0),yield this[e(437)](r),this[e(411)]=!0,yield Fi.initialize();(null===(i=t.startTrackerAutomatically)||void 0===i||i)&&setTimeout(()=>this[e(439)](),1e3*(null!==(n=t[e(410)])&&void 0!==n?n:0))})}[Bi(436)](t){x[Bi(457)](t)}flush(){const t=Bi;x[t(414)]("Clearing Data and stop tracker!"),U.clear(),this[t(423)]()}[Bi(425)](){return U[Bi(441)]}[Bi(403)](t){const e=Bi,i=U.config;if(!i)throw new Error(e(422));if(!i.sdkEnabled)throw new Error(e(419));if(i.forceUpdate)throw new Error(e(435));U[e(441)]=t}[Bi(439)](){return e(this,void 0,void 0,function*(){const t=Mi;this[t(411)]?this[t(425)]()?yield Fi.startTracking():x[t(446)]("Start Tracking: SDK is not enabled!"):x[t(446)](t(438))})}stopTracking(){return e(this,void 0,void 0,function*(){const t=Mi;yield Fi[t(423)]()})}[Bi(405)](t){return e(this,void 0,void 0,function*(){const e=Mi;this[e(411)]?this[e(425)]()?yield Fi[e(424)](t):x[e(446)]("Set Fcm Token: SDK is not enabled!"):x[e(446)]("‼️ Set Fcm Token: SDK is not initialized yet")})}trackEvent(t){return e(this,void 0,void 0,function*(){const e=Mi;this[e(411)]?this.isEnabled()?yield Fi[e(449)](t):x[e(446)](e(417)):x[e(446)](e(455))})}[Bi(450)](t){return e(this,void 0,void 0,function*(){const e=Mi;let i;U[e(442)]=t;try{i=yield Q[e(427)]()}catch(t){if(!(t instanceof P[e(453)]))throw x.info(e(454)),t;i=U[e(428)]||y[e(409)]}return U[e(428)]=i,x.info(e(418)),i})}[Bi(437)](t){return e(this,void 0,void 0,function*(){const e=Mi;let i;if(u[e(431)]()){x.debug(e(430)+u[e(440)]+e(443));try{i=yield Q[e(415)]()}catch(t){if(!(t instanceof P[e(453)]))throw x[e(414)](e(407)),t;i=b[e(409)]}}else i=b[e(406)](t);return U[e(452)]=i,x[e(414)](e(432)),i})}[Bi(451)](t){const e=Bi;if(!t[e(441)]){const t=e(419);throw x[e(426)](t),new Error(t)}}checkSdkUpdate(t){const e=Bi;if(t.forceUpdate){const t=e(435);throw x[e(426)](t),new Error(t)}t[e(445)]&&x[e(446)](e(408))}}function Ki(t,e){var i=ji();return(Ki=function(t,e){return i[t-=154]})(t,e)}function ji(){var t=["toJSON","type","currency","1659uhlzyl","1521462pMvhdO","amount","revenue","5406328qNhvIR","default","Revenue","4122FWkgMo","145615FAMYUD","52990goFVTR","1116QmADhy","114GhtAxi","addParam","762793jcfMee","4085347ZfnRjR","params","name"];return(ji=function(){return t})()}function Gi(){var t=["1020795VqmUFL","1671344yYuwnQ","36477dPGgzX","5AkKWzl","543823ihJuOH","10639086GrkkFP","1356631qSOUWa","890wiYEyh","112EGfOnv","2024780eoqFCV"];return(Gi=function(){return t})()}function zi(t,e){var i=Gi();return(zi=function(t,e){return i[t-=132]})(t,e)}return function(t){for(var e=Ki,i=t();;)try{if(412198===-parseInt(e(169))/1+-parseInt(e(157))/2+-parseInt(e(156))/3*(-parseInt(e(166))/4)+parseInt(e(164))/5*(-parseInt(e(167))/6)+parseInt(e(170))/7+-parseInt(e(160))/8+parseInt(e(163))/9*(parseInt(e(165))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(ji),t.WTEvent=void 0,function(t){var e=Ki;class i{constructor(t){var e=Ki;this[e(154)]=e(161),this.name=t}[e(168)](t,i){var n,r=e;let s=null!==(n=this.params)&&void 0!==n?n:{};s[t]=i,this[r(171)]=s}toJSON(){var t=e;return{event_type:this[t(154)],event_name:this[t(172)],partner_params:this[t(171)]}}}t.Default=i;class n extends i{constructor(t,i,n){var r=e;super(t),this[r(154)]=r(159),this.amount=i,this[r(155)]=n}[e(173)](){var t=e;return{event_type:this[t(154)],event_name:this.name,revenue:this[t(158)],currency:this.currency,partner_params:this[t(171)]}}}t[e(162)]=n}(t.WTEvent||(t.WTEvent={})),function(t){for(var e=zi,i=t();;)try{if(889190===-parseInt(e(139))/1+-parseInt(e(132))/2+parseInt(e(133))/3+parseInt(e(134))/4+parseInt(e(136))/5*(parseInt(e(138))/6)+parseInt(e(137))/7*(parseInt(e(141))/8)+-parseInt(e(135))/9*(parseInt(e(140))/10))break;i.push(i.shift())}catch(t){i.push(i.shift())}}(Gi),t.WTLogEngine=_,t.WTLogLevel=D,t.WTLogger=x,t.WiseTrack=Wi,t}({});
|