@sgrsoft/vpe-core-sdk 0.14.1 → 0.15.0
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.
|
@@ -114,6 +114,14 @@ declare const _default: {
|
|
|
114
114
|
bgOpacity: string;
|
|
115
115
|
windowColor: string;
|
|
116
116
|
windowOpacity: string;
|
|
117
|
+
fontWeight: string;
|
|
118
|
+
weight: {
|
|
119
|
+
thin: string;
|
|
120
|
+
normal: string;
|
|
121
|
+
semiBold: string;
|
|
122
|
+
bold: string;
|
|
123
|
+
extraBold: string;
|
|
124
|
+
};
|
|
117
125
|
color: {
|
|
118
126
|
white: string;
|
|
119
127
|
black: string;
|
package/dist/locales/i18n.d.ts
CHANGED
|
@@ -115,6 +115,14 @@ export declare const translations: {
|
|
|
115
115
|
bgOpacity: string;
|
|
116
116
|
windowColor: string;
|
|
117
117
|
windowOpacity: string;
|
|
118
|
+
fontWeight: string;
|
|
119
|
+
weight: {
|
|
120
|
+
thin: string;
|
|
121
|
+
normal: string;
|
|
122
|
+
semiBold: string;
|
|
123
|
+
bold: string;
|
|
124
|
+
extraBold: string;
|
|
125
|
+
};
|
|
118
126
|
color: {
|
|
119
127
|
white: string;
|
|
120
128
|
black: string;
|
|
@@ -262,6 +270,14 @@ export declare const translations: {
|
|
|
262
270
|
bgOpacity: string;
|
|
263
271
|
windowColor: string;
|
|
264
272
|
windowOpacity: string;
|
|
273
|
+
fontWeight: string;
|
|
274
|
+
weight: {
|
|
275
|
+
thin: string;
|
|
276
|
+
normal: string;
|
|
277
|
+
semiBold: string;
|
|
278
|
+
bold: string;
|
|
279
|
+
extraBold: string;
|
|
280
|
+
};
|
|
265
281
|
color: {
|
|
266
282
|
white: string;
|
|
267
283
|
black: string;
|
|
@@ -409,6 +425,14 @@ export declare const translations: {
|
|
|
409
425
|
bgOpacity: string;
|
|
410
426
|
windowColor: string;
|
|
411
427
|
windowOpacity: string;
|
|
428
|
+
fontWeight: string;
|
|
429
|
+
weight: {
|
|
430
|
+
thin: string;
|
|
431
|
+
normal: string;
|
|
432
|
+
semiBold: string;
|
|
433
|
+
bold: string;
|
|
434
|
+
extraBold: string;
|
|
435
|
+
};
|
|
412
436
|
color: {
|
|
413
437
|
white: string;
|
|
414
438
|
black: string;
|
|
@@ -563,6 +587,14 @@ export declare function getTranslator(language?: Language | string): {
|
|
|
563
587
|
bgOpacity: string;
|
|
564
588
|
windowColor: string;
|
|
565
589
|
windowOpacity: string;
|
|
590
|
+
fontWeight: string;
|
|
591
|
+
weight: {
|
|
592
|
+
thin: string;
|
|
593
|
+
normal: string;
|
|
594
|
+
semiBold: string;
|
|
595
|
+
bold: string;
|
|
596
|
+
extraBold: string;
|
|
597
|
+
};
|
|
566
598
|
color: {
|
|
567
599
|
white: string;
|
|
568
600
|
black: string;
|
|
@@ -709,6 +741,14 @@ export declare function getTranslator(language?: Language | string): {
|
|
|
709
741
|
bgOpacity: string;
|
|
710
742
|
windowColor: string;
|
|
711
743
|
windowOpacity: string;
|
|
744
|
+
fontWeight: string;
|
|
745
|
+
weight: {
|
|
746
|
+
thin: string;
|
|
747
|
+
normal: string;
|
|
748
|
+
semiBold: string;
|
|
749
|
+
bold: string;
|
|
750
|
+
extraBold: string;
|
|
751
|
+
};
|
|
712
752
|
color: {
|
|
713
753
|
white: string;
|
|
714
754
|
black: string;
|
|
@@ -855,6 +895,14 @@ export declare function getTranslator(language?: Language | string): {
|
|
|
855
895
|
bgOpacity: string;
|
|
856
896
|
windowColor: string;
|
|
857
897
|
windowOpacity: string;
|
|
898
|
+
fontWeight: string;
|
|
899
|
+
weight: {
|
|
900
|
+
thin: string;
|
|
901
|
+
normal: string;
|
|
902
|
+
semiBold: string;
|
|
903
|
+
bold: string;
|
|
904
|
+
extraBold: string;
|
|
905
|
+
};
|
|
858
906
|
color: {
|
|
859
907
|
white: string;
|
|
860
908
|
black: string;
|
|
@@ -1002,6 +1050,14 @@ declare const _default: {
|
|
|
1002
1050
|
bgOpacity: string;
|
|
1003
1051
|
windowColor: string;
|
|
1004
1052
|
windowOpacity: string;
|
|
1053
|
+
fontWeight: string;
|
|
1054
|
+
weight: {
|
|
1055
|
+
thin: string;
|
|
1056
|
+
normal: string;
|
|
1057
|
+
semiBold: string;
|
|
1058
|
+
bold: string;
|
|
1059
|
+
extraBold: string;
|
|
1060
|
+
};
|
|
1005
1061
|
color: {
|
|
1006
1062
|
white: string;
|
|
1007
1063
|
black: string;
|
|
@@ -1148,6 +1204,14 @@ declare const _default: {
|
|
|
1148
1204
|
bgOpacity: string;
|
|
1149
1205
|
windowColor: string;
|
|
1150
1206
|
windowOpacity: string;
|
|
1207
|
+
fontWeight: string;
|
|
1208
|
+
weight: {
|
|
1209
|
+
thin: string;
|
|
1210
|
+
normal: string;
|
|
1211
|
+
semiBold: string;
|
|
1212
|
+
bold: string;
|
|
1213
|
+
extraBold: string;
|
|
1214
|
+
};
|
|
1151
1215
|
color: {
|
|
1152
1216
|
white: string;
|
|
1153
1217
|
black: string;
|
|
@@ -1294,6 +1358,14 @@ declare const _default: {
|
|
|
1294
1358
|
bgOpacity: string;
|
|
1295
1359
|
windowColor: string;
|
|
1296
1360
|
windowOpacity: string;
|
|
1361
|
+
fontWeight: string;
|
|
1362
|
+
weight: {
|
|
1363
|
+
thin: string;
|
|
1364
|
+
normal: string;
|
|
1365
|
+
semiBold: string;
|
|
1366
|
+
bold: string;
|
|
1367
|
+
extraBold: string;
|
|
1368
|
+
};
|
|
1297
1369
|
color: {
|
|
1298
1370
|
white: string;
|
|
1299
1371
|
black: string;
|
|
@@ -114,6 +114,14 @@ declare const _default: {
|
|
|
114
114
|
bgOpacity: string;
|
|
115
115
|
windowColor: string;
|
|
116
116
|
windowOpacity: string;
|
|
117
|
+
fontWeight: string;
|
|
118
|
+
weight: {
|
|
119
|
+
thin: string;
|
|
120
|
+
normal: string;
|
|
121
|
+
semiBold: string;
|
|
122
|
+
bold: string;
|
|
123
|
+
extraBold: string;
|
|
124
|
+
};
|
|
117
125
|
color: {
|
|
118
126
|
white: string;
|
|
119
127
|
black: string;
|
|
@@ -114,6 +114,14 @@ declare const _default: {
|
|
|
114
114
|
bgOpacity: string;
|
|
115
115
|
windowColor: string;
|
|
116
116
|
windowOpacity: string;
|
|
117
|
+
fontWeight: string;
|
|
118
|
+
weight: {
|
|
119
|
+
thin: string;
|
|
120
|
+
normal: string;
|
|
121
|
+
semiBold: string;
|
|
122
|
+
bold: string;
|
|
123
|
+
extraBold: string;
|
|
124
|
+
};
|
|
117
125
|
color: {
|
|
118
126
|
white: string;
|
|
119
127
|
black: string;
|
package/dist/vpe-core-sdk.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function Ie(){var a=["17175090AbHnOs","Mute","Play","Text Opacity","Green","Black","Player Execution Failed","Pause","588844NcUYQp","Red","Apply Default Style","Cancel","Uniform","Auto","Screen capture / screen recording has been detected.","The video could not be played.","Previous video","13816350JcLvho","day","Next video","In a moment","56QHQhQr","White","Magenta","Subtitles","Cannot play video","Change text, color, and background styles","seconds until auto-play","Required module was not loaded. (dash.js)","7sIsfjK","Subtitle Style","hour(s)","LIVE","Video will start in {timeTxt}.","Cyan","39765275jWkjdY","The network connection is unstable.","Scheduled","Authentication Failed","You do not have permission to play this video.","3EkmqIe","Default","Unmute","The license is not valid.","Unsupported format.","The live stream is OFFLINE.","Not used","Drop Shadow","Mini player","Invalid DRM token.","8ueHwNc","You are muted.","Quality","Autoplay","Required module was not loaded. (hls.js)","Settings","Invalid URL format.","License","min","8627706tkceui","796711HZebSS","Playback speed","Font Color","hour","Monthly basic API calls exceeded. Please switch to a paid version.","minute(s)","Turn on captions","Background Opacity","Failed to communicate with the DRM license server.","Yellow","Player Startup Failed","21890ewqoxg"];return Ie=function(){return a},Ie()}var h=Et;function Et(a,t){a=a-187;var e=Ie(),i=e[a];return i}(function(a,t){for(var e=Et,i=a();;)try{var n=-parseInt(e(234))/1+-parseInt(e(254))/2*(parseInt(e(214))/3)+parseInt(e(195))/4*(parseInt(e(245))/5)+-parseInt(e(233))/6*(parseInt(e(203))/7)+parseInt(e(224))/8*(parseInt(e(191))/9)+-parseInt(e(246))/10+parseInt(e(209))/11;if(n===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Ie,964874);const Vt={common:{cancel:h(257),auto:h(187),normal:"Normal",notUse:h(220),prev:h(190),next:h(193),delayText:h(201),license:h(231),play:h(248),pause:h(253),replay:"Replay",fullOn:"Fullscreen",fullOff:"Exit fullscreen",muteOn:h(247),muteOff:h(216),captionOff:"Turn off captions",captionOn:h(240),setting:h(229),live:h(206),miniPlayer:h(222),isMute:h(225),subtitle:"Subtitles",subtitleNot:"Subtitles not available"},settings:{autoplay:h(227),playbackRate:h(235),captions:h(198),quality:"Quality"},error:{"01":{title:h(199),desc:"Invalid access. Please check your access_key."},"02":{title:"Cannot play video",desc:h(213)},"03":{title:h(212),desc:h(210)},"04":{title:h(199),desc:h(189)},"05":{title:h(199),desc:h(217)},"06":{title:h(199),desc:h(238)},"07":{title:"Cannot play video",desc:h(218)},"08":{title:"Cannot play video",desc:h(230)},"09":{title:h(199),desc:h(219)},10:{title:h(199),desc:"Cannot play DASH video on iOS."},11:{title:"Cannot play video",desc:h(223)},12:{title:"Cannot play video",desc:h(242)},13:{title:"Cannot play video",desc:"FairPlay certificate validation failed."},14:{title:h(199),desc:h(188)},15:{title:h(252),desc:h(228)},16:{title:h(252),desc:h(202)},17:{title:h(244),desc:"This feature requires the Standard plan."}},tv:{default:h(215),quality:h(226),subtitleStyle:h(204),subtitleStyleDesc:h(200),applyDefaultStyle:h(256),fontColor:h(236),fontSize:"Font Size",textOpacity:h(249),edgeStyle:"Text Edge Style",bgColor:"Background Color",bgOpacity:h(241),windowColor:"Window Color",windowOpacity:"Window Opacity",color:{white:h(196),black:h(251),red:h(255),green:h(250),blue:"Blue",yellow:h(243),magenta:h(197),cyan:h(208)},edge:{none:"None",dropShadow:h(221),raised:"Raised",depressed:"Depressed",uniform:h(258)}},alternative:{hour:h(205),minute:h(239),second:"second(s)",after:h(194),afterMin:h(232),afterHour:h(237),afterDay:h(192),startPlay:h(207),nextPlay:"Next video will play in {timeTxt} seconds.",afterPlay:h(211)}};function kt(a,t){a=a-114;var e=Se(),i=e[a];return i}var f=kt;(function(a,t){for(var e=kt,i=a();;)try{var n=-parseInt(e(155))/1+parseInt(e(147))/2*(-parseInt(e(154))/3)+parseInt(e(170))/4+-parseInt(e(165))/5+parseInt(e(173))/6+-parseInt(e(171))/7+parseInt(e(161))/8*(parseInt(e(153))/9);if(n===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Se,646171);function Se(){var a=["검정색","음소거 상태입니다.","청록색","라이브스트림이 OFFLINE 입니다.","Standard 요금제가 필요한 기능입니다.","미니플레이어","잘못된 접근입니다. access_key를 확인해주세요.","892MPHEin","자막끄기","동영상을 재생할 수 없습니다.","글꼴 크기","자막 사용 불가","초록색","201105mEqofJ","7914OwRuzM","610000gexEbn","네트워크 연결이 원활하지 않습니다.","iOS에서 Dash 비디오를 재생할 수 없습니다.","파란색","재생 속도","글꼴 색상","152gZcPsX","초 뒤 자동재생","필수 모듈이 로드되지 않았습니다. (dash.js)","텍스트, 색상, 배경 스타일 변경","244445qOWGIa","전체화면","일시정지","해상도","라이선스가 유효하지 않습니다.","4928176uzuxlz","2936248tEnlhg","월 기본 제공 호출 건수를 초과하였습니다. 유료 버전으로 전환 후 사용 부탁 드립니다.","7466838YdWeZd","DRM 라이선스 서버와 통신에 실패하였습니다.","실시간","{timeTxt}초 후 다음 영상이 재생됩니다.","그림자","라이선스","다음 동영상","빨간색","자막 스타일","FairPlay 인증서 검증에 실패하였습니다.","플레이어 구동 실패","창 색상","동영상을 재생할 수 없음","음소거","URL 형식이 잘못되었습니다.","글자 테두리 스타일","배경 불투명도","인증 실패","자동재생","자홍색","화면 캡쳐 / 화면 녹화가 감지되었습니다.","음소거 해제","전체화면 해제","지원하지 않는 형식입니다.","노란색","사용안함","플레이어 실행 실패"];return Se=function(){return a},Se()}const zt={common:{cancel:"취소",auto:"자동",normal:"보통",notUse:f(138),prev:"이전 동영상",next:f(119),delayText:f(162),license:f(118),play:"재생",pause:f(167),replay:"다시보기",fullOn:f(166),fullOff:f(135),muteOn:f(126),muteOff:f(134),captionOff:f(148),captionOn:"자막켜기",setting:"설정",live:f(115),miniPlayer:f(145),isMute:f(141),subtitle:"자막",subtitleNot:f(151)},settings:{autoplay:f(131),playbackRate:f(159),captions:"자막",quality:f(168)},error:{"01":{title:"동영상을 재생할 수 없음",desc:f(146)},"02":{title:"동영상을 재생할 수 없음",desc:"동영상을 재생할 권한이 없습니다."},"03":{title:f(130),desc:f(156)},"04":{title:f(125),desc:f(149)},"05":{title:f(125),desc:f(169)},"06":{title:f(125),desc:f(172)},"07":{title:"동영상을 재생할 수 없음",desc:f(136)},"08":{title:"동영상을 재생할 수 없음",desc:f(127)},"09":{title:f(125),desc:f(143)},10:{title:f(125),desc:f(157)},11:{title:"동영상을 재생할 수 없음",desc:"DRM 토큰이 잘못되었습니다."},12:{title:"동영상을 재생할 수 없음",desc:f(114)},13:{title:"동영상을 재생할 수 없음",desc:f(122)},14:{title:"동영상을 재생할 수 없음",desc:f(133)},15:{title:f(139),desc:"필수 모듈이 로드되지 않았습니다. (hls.js)"},16:{title:f(139),desc:f(163)},17:{title:f(123),desc:f(144)}},tv:{default:"기본",quality:"화질",subtitleStyle:f(121),subtitleStyleDesc:f(164),applyDefaultStyle:"기본 스타일 적용",fontColor:f(160),fontSize:f(150),textOpacity:"텍스트 불투명도",edgeStyle:f(128),bgColor:"배경 색상",bgOpacity:f(129),windowColor:f(124),windowOpacity:"창 불투명도",color:{white:"흰색",black:f(140),red:f(120),green:f(152),blue:f(158),yellow:f(137),magenta:f(132),cyan:f(142)},edge:{none:"없음",dropShadow:f(117),raised:"양각",depressed:"음각",uniform:"균일"}},alternative:{hour:"시",minute:"분",second:"초",after:"잠시 ",afterMin:"분 ",afterHour:"시간 ",afterDay:"일 ",startPlay:"{timeTxt} 후 영상이 시작됩니다.",nextPlay:f(116),afterPlay:"예정"}};function _e(){var a=["一時停止","ミュート解除","使用しない","字幕をオフにする","520BUOwbc","背景不透明度","ウィンドウ色","ドロップシャドウ","ライブ","2239734VhbaLZ","ミュート","{timeTxt}後に動画が始まります。","動画を再生できません","テキスト不透明度","シアン","しばらくして","再生速度","自動再生","7578NsOrOV","月間の基本提供呼び出し回数を超過しました。有料版に切り替えてご利用ください。","1437324MwsPtB","URLの形式が正しくありません。","1871795VoRhUp","全画面表示","字幕をオンにする","DRMトークンが無効です。","DRMライセンスサーバーとの通信に失敗しました。","時間後","ウィンドウ不透明度","26FtSvJe","ミュート状態です。","7ByEIIH","ライブストリームはオフラインです。","秒後に自動再生","デフォルトスタイルを適用","必須モジュールが読み込まれていません。(dash.js)","ライセンスが無効です。","キャンセル","この機能にはStandardプランが必要です。","文字エッジスタイル","プレーヤーの起動に失敗しました","ネットワーク接続が不安定です。","字幕は利用できません","フォントサイズ","動画を再生できませんでした。","2480824MNdOnb","全画面表示を終了","画面キャプチャ/画面録画が検出されました。","認証に失敗しました","次の動画","サポートされていない形式です。","1676352ODgRrJ","39199FTCBzt","デフォルト"];return _e=function(){return a},_e()}var g=Tt;(function(a,t){for(var e=Tt,i=a();;)try{var n=parseInt(e(235))/1*(parseInt(e(212))/2)+parseInt(e(192))/3+-parseInt(e(203))/4+-parseInt(e(205))/5+-parseInt(e(234))/6+-parseInt(e(214))/7*(-parseInt(e(228))/8)+parseInt(e(201))/9*(-parseInt(e(187))/10);if(n===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(_e,509402);function Tt(a,t){a=a-182;var e=_e(),i=e[a];return i}const Yt={common:{cancel:g(220),auto:"自動",normal:"標準",notUse:g(185),prev:"前の動画",next:g(232),delayText:g(216),license:"ライセンス",play:"再生",pause:g(183),replay:"リプレイ",fullOn:g(206),fullOff:g(229),muteOn:g(193),muteOff:g(184),captionOff:g(186),captionOn:g(207),setting:"設定",live:g(191),miniPlayer:"ミニプレーヤー",isMute:g(213),subtitle:"字幕",subtitleNot:g(225)},settings:{autoplay:g(200),playbackRate:g(199),captions:"字幕",quality:"画質"},error:{"01":{title:"動画を再生できません",desc:"不正なアクセスです。access_keyを確認してください。"},"02":{title:g(195),desc:"この動画を再生する権限がありません。"},"03":{title:g(231),desc:g(224)},"04":{title:g(195),desc:g(227)},"05":{title:g(195),desc:g(219)},"06":{title:g(195),desc:g(202)},"07":{title:g(195),desc:g(233)},"08":{title:g(195),desc:g(204)},"09":{title:g(195),desc:g(215)},10:{title:g(195),desc:"iOSではDASHビデオを再生できません。"},11:{title:g(195),desc:g(208)},12:{title:g(195),desc:g(209)},13:{title:g(195),desc:"FairPlay証明書の検証に失敗しました。"},14:{title:g(195),desc:g(230)},15:{title:"プレーヤーの起動に失敗しました",desc:"必須モジュールが読み込まれていません。(hls.js)"},16:{title:"プレーヤーの起動に失敗しました",desc:g(218)},17:{title:g(223),desc:g(221)}},tv:{default:g(182),quality:"画質",subtitleStyle:"字幕スタイル",subtitleStyleDesc:"テキスト、色、背景スタイルを変更",applyDefaultStyle:g(217),fontColor:"フォント色",fontSize:g(226),textOpacity:g(196),edgeStyle:g(222),bgColor:"背景色",bgOpacity:g(188),windowColor:g(189),windowOpacity:g(211),color:{white:"白",black:"黒",red:"赤",green:"緑",blue:"青",yellow:"黄",magenta:"マゼンタ",cyan:g(197)},edge:{none:"なし",dropShadow:g(190),raised:"浮き出し",depressed:"沈み込み",uniform:"均一"}},alternative:{hour:"時間",minute:"分",second:"秒",after:g(198),afterMin:"分後",afterHour:g(210),afterDay:"日後",startPlay:g(194),nextPlay:"{timeTxt}秒後に次の動画が再生されます。",afterPlay:"予定"}},Ee=At;function ke(){const a=["split","10UhUPNQ","234124kvcdvb","12187hWQjep","365OzQqpV","undefined","90618pvNCst","10043eGtTqo","language","4800joupey","1232510tdCXzE","3930072nbWrFb","456309jVrBUV"];return ke=function(){return a},ke()}(function(a,t){const e=At,i=a();for(;;)try{if(-parseInt(e(305))/1+-parseInt(e(308))/2+parseInt(e(309))/3+-parseInt(e(300))/4+-parseInt(e(302))/5*(-parseInt(e(304))/6)+parseInt(e(301))/7*(-parseInt(e(307))/8)+-parseInt(e(310))/9*(-parseInt(e(299))/10)===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(ke,733815);function At(a,t){return a=a-299,ke()[a]}const Ct={en:Vt,ko:zt,ja:Yt},qt=()=>typeof navigator!==Ee(303)&&typeof navigator[Ee(306)]<"u";function Kt(a){const t=Ee,e=a[t(311)]("-")[0];return e in Ct?e:"en"}function Te(a){const t=Ee;let e="en";a?e=a:qt()&&(e=navigator[t(306)]);const i=Kt(e);return Ct[i]}Te();var jt="2.0.9",Wt=500,nt="user-agent",ae="",rt="?",k={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},D="browser",z="cpu",F="device",U="engine",P="os",xe="result",l="name",s="type",u="vendor",d="version",M="architecture",pe="major",c="model",ye="console",y="mobile",_="tablet",T="smarttv",L="wearable",fe="xr",ue="embedded",Jt="fetcher",Q="inapp",Ze="brands",X="formFactors",Qe="fullVersionList",ne="platform",$e="platformVersion",Ue="bitness",W="sec-ch-ua",Xt=W+"-full-version-list",Zt=W+"-arch",Qt=W+"-"+Ue,$t=W+"-form-factors",e0=W+"-"+y,t0=W+"-"+c,Mt=W+"-"+ne,i0=Mt+"-version",Rt=[Ze,Qe,y,c,ne,$e,M,X,Ue],we="Amazon",$="Apple",ot="ASUS",st="BlackBerry",J="Google",ct="Huawei",Be="Lenovo",lt="Honor",ge="LG",Fe="Microsoft",He="Motorola",dt="Nvidia",ut="OnePlus",Ge="OPPO",se="Samsung",pt="Sharp",ce="Sony",Ve="Xiaomi",ze="Zebra",bt="Chrome",ht="Chromium",q="Chromecast",ve="Edge",le="Firefox",ee="Opera",Ye="Facebook",ft="Sogou",te="Mobile ",ie=" Browser",je="Windows",a0=typeof window!==k.UNDEFINED,O=a0&&window.navigator?window.navigator:void 0,Z=O&&O.userAgentData?O.userAgentData:void 0,x0=function(a,t){var e={},i=t;if(!Ae(t)){i={};for(var n in t)for(var r in t[n])i[r]=t[n][r].concat(i[r]?i[r]:[])}for(var o in a)e[o]=i[o]&&i[o].length%2===0?i[o].concat(a[o]):a[o];return e},Le=function(a){for(var t={},e=0;e<a.length;e++)t[a[e].toUpperCase()]=a[e];return t},We=function(a,t){if(typeof a===k.OBJECT&&a.length>0){for(var e in a)if(K(t)==K(a[e]))return!0;return!1}return be(a)?K(t)==K(a):!1},Ae=function(a,t){for(var e in a)return/^(browser|cpu|device|engine|os)$/.test(e)||(t?Ae(a[e]):!1)},be=function(a){return typeof a===k.STRING},qe=function(a){if(a){for(var t=[],e=re(/\\?\"/g,a).split(","),i=0;i<e.length;i++)if(e[i].indexOf(";")>-1){var n=Ce(e[i]).split(";v=");t[i]={brand:n[0],version:n[1]}}else t[i]=Ce(e[i]);return t}},K=function(a){return be(a)?a.toLowerCase():a},Je=function(a){return be(a)?re(/[^\d\.]/g,a).split(".")[0]:void 0},V=function(a){for(var t in a)if(a.hasOwnProperty(t)){var e=a[t];typeof e==k.OBJECT&&e.length==2?this[e[0]]=e[1]:this[e]=void 0}return this},re=function(a,t){return be(t)?t.replace(a,ae):t},de=function(a){return re(/\\?\"/g,a)},Ce=function(a,t){return a=re(/^\s\s*/,String(a)),typeof t===k.UNDEFINED?a:a.substring(0,t)},Xe=function(a,t){if(!(!a||!t))for(var e=0,i,n,r,o,p,b;e<t.length&&!p;){var v=t[e],S=t[e+1];for(i=n=0;i<v.length&&!p&&v[i];)if(p=v[i++].exec(a),p)for(r=0;r<S.length;r++)b=p[++n],o=S[r],typeof o===k.OBJECT&&o.length>0?o.length===2?typeof o[1]==k.FUNCTION?this[o[0]]=o[1].call(this,b):this[o[0]]=o[1]:o.length>=3&&(typeof o[1]===k.FUNCTION&&!(o[1].exec&&o[1].test)?o.length>3?this[o[0]]=b?o[1].apply(this,o.slice(2)):void 0:this[o[0]]=b?o[1].call(this,b,o[2]):void 0:o.length==3?this[o[0]]=b?b.replace(o[1],o[2]):void 0:o.length==4?this[o[0]]=b?o[3].call(this,b.replace(o[1],o[2])):void 0:o.length>4&&(this[o[0]]=b?o[3].apply(this,[b.replace(o[1],o[2])].concat(o.slice(4))):void 0)):this[o]=b||void 0;e+=2}},N=function(a,t){for(var e in t)if(typeof t[e]===k.OBJECT&&t[e].length>0){for(var i=0;i<t[e].length;i++)if(We(t[e][i],a))return e===rt?void 0:e}else if(We(t[e],a))return e===rt?void 0:e;return t.hasOwnProperty("*")?t["*"]:a},wt={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:""},gt={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},n0={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"},mt={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[d,[l,te+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[d,[l,ve+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[d,[l,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[l,d],[/opios[\/ ]+([\w\.]+)/i],[d,[l,ee+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[d,[l,ee+" GX"]],[/\bopr\/([\w\.]+)/i],[d,[l,ee]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[d,[l,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[d,[l,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(atlas|flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:hi|lg |ovi|qute)browser|palemoon)\/v?([-\w\.]+)/i,/(brave)(?: chrome)?\/([\d\.]+)/i,/(aloha|heytap|ovi|115|surf|qwant)browser\/([\d\.]+)/i,/(qwant)(?:ios|mobile)\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[l,d],[/quark(?:pc)?\/([-\w\.]+)/i],[d,[l,"Quark"]],[/\bddg\/([\w\.]+)/i],[d,[l,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[d,[l,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[d,[l,"WeChat"]],[/konqueror\/([\w\.]+)/i],[d,[l,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[d,[l,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[d,[l,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[d,[l,"Smart "+Be+ie]],[/(av(?:ast|g|ira))\/([\w\.]+)/i],[[l,/(.+)/,"$1 Secure"+ie],d],[/norton\/([\w\.]+)/i],[d,[l,"Norton Private"+ie]],[/\bfocus\/([\w\.]+)/i],[d,[l,le+" Focus"]],[/ mms\/([\w\.]+)$/i],[d,[l,ee+" Neon"]],[/ opt\/([\w\.]+)$/i],[d,[l,ee+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[d,[l,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[d,[l,"Dolphin"]],[/coast\/([\w\.]+)/i],[d,[l,ee+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[d,[l,"MIUI"+ie]],[/fxios\/([\w\.-]+)/i],[d,[l,te+le]],[/\bqihoobrowser\/?([\w\.]*)/i],[d,[l,"360"]],[/\b(qq)\/([\w\.]+)/i],[[l,/(.+)/,"$1Browser"],d],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[l,/(.+)/,"$1"+ie],d],[/samsungbrowser\/([\w\.]+)/i],[d,[l,se+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[d,[l,ft+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[l,ft+" Mobile"],d],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[l,d],[/(lbbrowser|luakit|rekonq|steam(?= (clie|tenf|gameo)))/i],[l],[/ome\/([\w\.]+).+(iron(?= saf)|360(?=[es]e$))/i],[d,l],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[l,Ye],d,[s,Q]],[/(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,/(bing)(?:web|sapphire)\/([\w\.]+)/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[l,d,[s,Q]],[/\bgsa\/([\w\.]+) .*safari\//i],[d,[l,"GSA"],[s,Q]],[/(?:musical_ly|trill)(?:.+app_?version\/|_)([\w\.]+)/i],[d,[l,"TikTok"],[s,Q]],[/\[(linkedin)app\]/i],[l,[s,Q]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[l,/(.+)/,"Zalo"],d,[s,Q]],[/(chromium)[\/ ]([-\w\.]+)/i],[l,d],[/ome-(lighthouse)$/i],[l,[s,Jt]],[/headlesschrome(?:\/([\w\.]+)| )/i],[d,[l,bt+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[d,[l,ve+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[l,bt+" WebView"],d],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[d,[l,"Android"+ie]],[/chrome\/([\w\.]+) mobile/i],[d,[l,te+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[l,d],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[d,[l,te+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[l,te+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[d,l],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[l,[d,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[l,d],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[l,te+le],d],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[l,"Netscape"],d],[/(wolvic|librewolf)\/([\w\.]+)/i],[l,d],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[d,[l,le+" 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|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+(?= .+rv\:.+gecko\/\d+)|[0-4][\w\.]+(?!.+compatible))/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[l,[d,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[l,[d,/[^\d\.]+./,ae]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[M,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[M,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[M,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[M,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[M,"arm"]],[/ sun4\w[;\)]/i],[[M,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i,/((ppc|powerpc)(64)?)( mac|;|\))/i,/(?:osf1|[freopnt]{3,4}bsd) (alpha)/i],[[M,/ower/,ae,K]],[/mc680.0/i],[[M,"68k"]],[/winnt.+\[axp/i],[[M,"alpha"]]],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],[c,[u,se],[s,_]],[/\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],[c,[u,se],[s,y]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[c,[u,$],[s,y]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[c,[u,$],[s,_]],[/(macintosh);/i],[c,[u,$]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[c,[u,pt],[s,y]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[c,[u,lt],[s,_]],[/honor([-\w ]+)[;\)]/i],[c,[u,lt],[s,y]],[/\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],[c,[u,ct],[s,_]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[c,[u,ct],[s,y]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[c,/_/g," "],[u,Ve],[s,_]],[/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/oid[^\)]+; (redmi[\-_ ]?(?:note|k)?[\w_ ]+|m?[12]\d[01]\d\w{3,6}|poco[\w ]+|(shark )?\w{3}-[ah]0|qin ?[1-3](s\+|ultra| pro)?)( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note|max|cc)?[_ ]?(?:\d{0,2}\w?)[_ ]?(?:plus|se|lite|pro)?( 5g|lte)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[c,/_/g," "],[u,Ve],[s,y]],[/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-l]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[c,[u,ut],[s,y]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[c,[u,Ge],[s,y]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[c,[u,N,{OnePlus:["203","304","403","404","413","415"],"*":Ge}],[s,_]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[c,[u,"BLU"],[s,y]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[c,[u,"Vivo"],[s,y]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[c,[u,"Realme"],[s,y]],[/(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],[c,[u,Be],[s,_]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[c,[u,Be],[s,y]],[/\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],[c,[u,He],[s,y]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[c,[u,He],[s,_]],[/\b(?:lg)?([vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[c,[u,ge],[s,_]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[c,[u,ge],[s,y]],[/(nokia) (t[12][01])/i],[u,c,[s,_]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[c,/_/g," "],[s,y],[u,"Nokia"]],[/(pixel (c|tablet))\b/i],[c,[u,J],[s,_]],[/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],[c,[u,J],[s,y]],[/(google) (pixelbook( go)?)/i],[u,c],[/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],[c,[u,ce],[s,y]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[c,"Xperia Tablet"],[u,ce],[s,_]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[c,[u,we],[s,_]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[c,/(.+)/g,"Fire Phone $1"],[u,we],[s,y]],[/(playbook);[-\w\),; ]+(rim)/i],[c,u,[s,_]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[c,[u,st],[s,y]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[c,[u,ot],[s,_]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[c,[u,ot],[s,y]],[/(nexus 9)/i],[c,[u,"HTC"],[s,_]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[u,[c,/_/g," "],[s,y]],[/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],[c,[u,"TCL"],[s,_]],[/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],[c,[u,"TCL"],[s,y]],[/(itel) ((\w+))/i],[[u,K],c,[s,N,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[c,[u,"Acer"],[s,_]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[c,[u,"Meizu"],[s,y]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[c,[u,"Ulefone"],[s,y]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[c,[u,"Energizer"],[s,y]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[c,[u,"Cat"],[s,y]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[c,[u,"Smartfren"],[s,y]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[c,[u,"Nothing"],[s,y]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[c,[u,"Archos"],[s,_]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[c,[u,"Archos"],[s,y]],[/; (n159v)/i],[c,[u,"HMD"],[s,y]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[u,c,[s,_]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl|wiko)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i,/(hisense) ([ehv][\w ]+)\)/i,/droid[^;]+; (philips)[_ ]([sv-x][\d]{3,4}[xz]?)/i],[u,c,[s,y]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[u,c,[s,_]],[/(surface duo)/i],[c,[u,Fe],[s,_]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[c,[u,"Fairphone"],[s,y]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[c,[u,dt],[s,_]],[/(sprint) (\w+)/i],[u,c,[s,y]],[/(kin\.[onetw]{3})/i],[[c,/\./g," "],[u,Fe],[s,y]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[c,[u,ze],[s,_]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[c,[u,ze],[s,y]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[u,[s,T]],[/hbbtv.+maple;(\d+)/i],[[c,/^/,"SmartTV"],[u,se],[s,T]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[u,c,[s,T]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[u,ge],[s,T]],[/(apple) ?tv/i],[u,[c,$+" TV"],[s,T]],[/crkey.*devicetype\/chromecast/i],[[c,q+" Third Generation"],[u,J],[s,T]],[/crkey.*devicetype\/([^/]*)/i],[[c,/^/,"Chromecast "],[u,J],[s,T]],[/fuchsia.*crkey/i],[[c,q+" Nest Hub"],[u,J],[s,T]],[/crkey/i],[[c,q],[u,J],[s,T]],[/(portaltv)/i],[c,[u,Ye],[s,T]],[/droid.+aft(\w+)( bui|\))/i],[c,[u,we],[s,T]],[/(shield \w+ tv)/i],[c,[u,dt],[s,T]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[c,[u,pt],[s,T]],[/(bravia[\w ]+)( bui|\))/i],[c,[u,ce],[s,T]],[/(mi(tv|box)-?\w+) bui/i],[c,[u,Ve],[s,T]],[/Hbbtv.*(technisat) (.*);/i],[u,c,[s,T]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[u,/.+\/(\w+)/,"$1",N,{LG:"lge"}],[c,Ce],[s,T]],[/(playstation \w+)/i],[c,[u,ce],[s,ye]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[c,[u,Fe],[s,ye]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[u,N,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],c,[s,ye]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[c,[u,se],[s,L]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[u,c,[s,L]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[c,[u,Ge],[s,L]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[c,[u,$],[s,L]],[/(opwwe\d{3})/i],[c,[u,ut],[s,L]],[/(moto 360)/i],[c,[u,He],[s,L]],[/(smartwatch 3)/i],[c,[u,ce],[s,L]],[/(g watch r)/i],[c,[u,ge],[s,L]],[/droid.+; (wt63?0{2,3})\)/i],[c,[u,ze],[s,L]],[/droid.+; (glass) \d/i],[c,[u,J],[s,fe]],[/(pico) ([\w ]+) os\d/i],[u,c,[s,fe]],[/(quest( \d| pro)?s?).+vr/i],[c,[u,Ye],[s,fe]],[/mobile vr; rv.+firefox/i],[[s,fe]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[u,[s,ue]],[/(aeobc)\b/i],[c,[u,we],[s,ue]],[/(homepod).+mac os/i],[c,[u,$],[s,ue]],[/windows iot/i],[[s,ue]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[c,[s,T]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[s,T]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[c,[s,N,{mobile:"Mobile",xr:"VR","*":_}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[s,_]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[s,y]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[c,[u,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[d,[l,ve+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[l,d],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[d,[l,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links|dillo)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[l,d],[/ladybird\//i],[[l,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[d,l]],os:[[/(windows nt) (6\.[23]); arm/i],[[l,/N/,"R"],[d,N,wt]],[/(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],[l,d],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[d,/(;|\))/g,"",N,wt],[l,je]],[/(windows ce)\/?([\d\.]*)/i],[l,d],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv|ios(?=.+ip(?:ad|hone)|.+apple ?tv)|ip(?:ad|hone)(?: |.+i(?:pad)?)os|apple ?tv.+ios)[\/ ]([\w\.]+)/i,/\btvos ?([\w\.]+)/i,/cfnetwork\/.+darwin/i],[[d,/_/g,"."],[l,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[l,"macOS"],[d,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[d,[l,q+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[d,[l,q+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[d,[l,q+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[d,[l,q+" Linux"]],[/crkey\/([\d\.]+)/i],[d,[l,q]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[d,l],[/(ubuntu) ([\w\.]+) like android/i],[[l,/(.+)/,"$1 Touch"],d],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[l,d],[/\(bb(10);/i],[d,[l,st]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[d,[l,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile[;\w ]*|tablet|tv|[^\)]*(?:viera|lg(?:l25|-d300)|alcatel ?o.+|y300-f1)); rv:([\w\.]+)\).+gecko\//i],[d,[l,le+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[d,[l,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[d,N,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[l,"webOS"]],[/watch(?: ?os[,\/ ]|\d,\d\/)([\d\.]+)/i],[d,[l,"watchOS"]],[/cros [\w]+(?:\)| ([\w\.]+)\b)/i],[d,[l,"Chrome OS"]],[/kepler ([\w\.]+); (aft|aeo)/i],[d,[l,"Vega OS"]],[/(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],[l,d],[/(sunos) ?([\d\.]*)/i],[[l,"Solaris"],d],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[l,d]]},me=(function(){var a={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return V.call(a.init,[[D,[l,d,pe,s]],[z,[M]],[F,[s,c,u]],[U,[l,d]],[P,[l,d]]]),V.call(a.isIgnore,[[D,[d,pe]],[U,[d]],[P,[d]]]),V.call(a.isIgnoreRgx,[[D,/ ?browser$/i],[P,/ ?os$/i]]),V.call(a.toString,[[D,[l,d]],[z,[M]],[F,[u,c]],[U,[l,d]],[P,[l,d]]]),a})(),r0=function(a,t){var e=me.init[t],i=me.isIgnore[t]||0,n=me.isIgnoreRgx[t]||0,r=me.toString[t]||0;function o(){V.call(this,e)}return o.prototype.getItem=function(){return a},o.prototype.withClientHints=function(){return Z?Z.getHighEntropyValues(Rt).then(function(p){return a.setCH(new Ot(p,!1)).parseCH().get()}):a.parseCH().get()},o.prototype.withFeatureCheck=function(){return a.detectFeature().get()},t!=xe&&(o.prototype.is=function(p){var b=!1;for(var v in this)if(this.hasOwnProperty(v)&&!We(i,v)&&K(n?re(n,this[v]):this[v])==K(n?re(n,p):p)){if(b=!0,p!=k.UNDEFINED)break}else if(p==k.UNDEFINED&&b){b=!b;break}return b},o.prototype.toString=function(){var p=ae;for(var b in r)typeof this[r[b]]!==k.UNDEFINED&&(p+=(p?" ":ae)+this[r[b]]);return p||k.UNDEFINED}),o.prototype.then=function(p){var b=this,v=function(){for(var R in b)b.hasOwnProperty(R)&&(this[R]=b[R])};v.prototype={is:o.prototype.is,toString:o.prototype.toString,withClientHints:o.prototype.withClientHints,withFeatureCheck:o.prototype.withFeatureCheck};var S=new v;return p(S),S},new o};function Ot(a,t){if(a=a||{},V.call(this,Rt),t)V.call(this,[[Ze,qe(a[W])],[Qe,qe(a[Xt])],[y,/\?1/.test(a[e0])],[c,de(a[t0])],[ne,de(a[Mt])],[$e,de(a[i0])],[M,de(a[Zt])],[X,qe(a[$t])],[Ue,de(a[Qt])]]);else for(var e in a)this.hasOwnProperty(e)&&typeof a[e]!==k.UNDEFINED&&(this[e]=a[e])}function j(a,t,e,i){return V.call(this,[["itemType",a],["ua",t],["uaCH",i],["rgxMap",e],["data",r0(this,a)]]),this}j.prototype.get=function(a){return a?this.data.hasOwnProperty(a)?this.data[a]:void 0:this.data};j.prototype.set=function(a,t){return this.data[a]=t,this};j.prototype.setCH=function(a){return this.uaCH=a,this};j.prototype.detectFeature=function(){if(O&&O.userAgent==this.ua)switch(this.itemType){case D:O.brave&&typeof O.brave.isBrave==k.FUNCTION&&this.set(l,"Brave");break;case F:!this.get(s)&&Z&&Z[y]&&this.set(s,y),this.get(c)=="Macintosh"&&O&&typeof O.standalone!==k.UNDEFINED&&O.maxTouchPoints&&O.maxTouchPoints>2&&this.set(c,"iPad").set(s,_);break;case P:!this.get(l)&&Z&&Z[ne]&&this.set(l,Z[ne]);break;case xe:var a=this.data,t=function(e){return a[e].getItem().detectFeature().get()};this.set(D,t(D)).set(z,t(z)).set(F,t(F)).set(U,t(U)).set(P,t(P))}return this};j.prototype.parseUA=function(){switch(this.itemType!=xe&&Xe.call(this.data,this.ua,this.rgxMap),this.itemType){case D:this.set(pe,Je(this.get(d)));break;case P:if(this.get(l)=="iOS"&&this.get(d)=="18.6"){var a=/\) Version\/([\d\.]+)/.exec(this.ua);a&&parseInt(a[1].substring(0,2),10)>=26&&this.set(d,a[1])}break}return this};j.prototype.parseCH=function(){var a=this.uaCH,t=this.rgxMap;switch(this.itemType){case D:case U:var e=a[Qe]||a[Ze],i;if(e)for(var n=0;n<e.length;n++){var r=e[n].brand||e[n],o=e[n].version;this.itemType==D&&!/not.a.brand/i.test(r)&&(!i||/Chrom/.test(i)&&r!=ht||i==ve&&/WebView2/.test(r))&&(r=N(r,n0),i=this.get(l),i&&!/Chrom/.test(i)&&/Chrom/.test(r)||this.set(l,r).set(d,o).set(pe,Je(o)),i=r),this.itemType==U&&r==ht&&this.set(d,o)}break;case z:var p=a[M];p&&(p&&a[Ue]=="64"&&(p+="64"),Xe.call(this.data,p+";",t));break;case F:if(a[y]&&this.set(s,y),a[c]&&(this.set(c,a[c]),!this.get(s)||!this.get(u))){var b={};Xe.call(b,"droid 9; "+a[c]+")",t),!this.get(s)&&b.type&&this.set(s,b.type),!this.get(u)&&b.vendor&&this.set(u,b.vendor)}if(a[X]){var v;if(typeof a[X]!="string")for(var S=0;!v&&S<a[X].length;)v=N(a[X][S++],gt);else v=N(a[X],gt);this.set(s,v)}break;case P:var R=a[ne];if(R){var G=a[$e];R==je&&(G=parseInt(Je(G),10)>=13?"11":"10"),this.set(l,R).set(d,G)}this.get(l)==je&&a[c]=="Xbox"&&this.set(l,"Xbox").set(d,void 0);break;case xe:var oe=this.data,Y=function(he){return oe[he].getItem().setCH(a).parseCH().get()};this.set(D,Y(D)).set(z,Y(z)).set(F,Y(F)).set(U,Y(U)).set(P,Y(P))}return this};function H(a,t,e){if(typeof a===k.OBJECT?(Ae(a,!0)?(typeof t===k.OBJECT&&(e=t),t=a):(e=a,t=void 0),a=void 0):typeof a===k.STRING&&!Ae(t,!0)&&(e=t,t=void 0),e)if(typeof e.append===k.FUNCTION){var i={};e.forEach(function(S,R){i[String(R).toLowerCase()]=S}),e=i}else{var n={};for(var r in e)e.hasOwnProperty(r)&&(n[String(r).toLowerCase()]=e[r]);e=n}if(!(this instanceof H))return new H(a,t,e).getResult();var o=typeof a===k.STRING?a:e&&e[nt]?e[nt]:O&&O.userAgent?O.userAgent:ae,p=new Ot(e,!0),b=t?x0(mt,t):mt,v=function(S){return S==xe?function(){return new j(S,o,b,p).set("ua",o).set(D,this.getBrowser()).set(z,this.getCPU()).set(F,this.getDevice()).set(U,this.getEngine()).set(P,this.getOS()).get()}:function(){return new j(S,o,b[S],p).parseUA().get()}};return V.call(this,[["getBrowser",v(D)],["getCPU",v(z)],["getDevice",v(F)],["getEngine",v(U)],["getOS",v(P)],["getResult",v(xe)],["getUA",function(){return o}],["setUA",function(S){return be(S)&&(o=Ce(S,Wt)),this}]]).setUA(o),this}H.VERSION=jt;H.BROWSER=Le([l,d,pe,s]);H.CPU=Le([M]);H.DEVICE=Le([c,u,s,ye,y,T,_,L,ue]);H.ENGINE=H.OS=Le([l,d]);const o0=Object.freeze(Object.defineProperty({__proto__:null,UAParser:H},Symbol.toStringTag,{value:"Module"})),C=[];for(let a=0;a<256;++a)C.push((a+256).toString(16).slice(1));function s0(a,t=0){return(C[a[t+0]]+C[a[t+1]]+C[a[t+2]]+C[a[t+3]]+"-"+C[a[t+4]]+C[a[t+5]]+"-"+C[a[t+6]]+C[a[t+7]]+"-"+C[a[t+8]]+C[a[t+9]]+"-"+C[a[t+10]]+C[a[t+11]]+C[a[t+12]]+C[a[t+13]]+C[a[t+14]]+C[a[t+15]]).toLowerCase()}let Ke;const c0=new Uint8Array(16);function l0(){if(!Ke){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");Ke=crypto.getRandomValues.bind(crypto)}return Ke(c0)}const d0=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),yt={randomUUID:d0};function u0(a,t,e){a=a||{};const i=a.random??a.rng?.()??l0();if(i.length<16)throw new Error("Random bytes length must be >= 16");return i[6]=i[6]&15|64,i[8]=i[8]&63|128,s0(i)}function Dt(a,t,e){return yt.randomUUID&&!a?yt.randomUUID():u0(a)}function Me(){const a=["Bouvet Island","Gabon","Algeria","Grenada","Anguilla","Greenland","Haiti","Faroe Islands","Isle of Man","Israel","Russian Federation","Sint Maarten (Dutch part)","Senegal","Timor-Leste","Albania","South Georgia and the South Sandwich Islands","Turkey","United States of America","5169122Dpsdhw","Qatar","Cayman Islands","French Southern Territories","Croatia","Honduras","Denmark","Canada","Belarus","Guinea","Malawi","Jordan","Poland","Nigeria","6167456rqbrdQ","Australia","United Arab Emirates","Jersey","Brunei Darussalam","Singapore","Lesotho","Lebanon","654726KWFgXd","Andorra","Zimbabwe","Uzbekistan","Bolivia (Plurinational State of)","Lao People's Democratic Republic","Falkland Islands (Malvinas)","Dominica","Iraq","394018MJCgXU","Saint Helena, Ascension and Tristan da Cunha","Seychelles","Djibouti","Tanzania, United Republic of","Sierra Leone","Estonia","Congo","Uganda","Saudi Arabia","497072fsUZqE","Paraguay","Italy","Wallis and Futuna","Tajikistan","Norway","Brazil","Kyrgyzstan","Benin","Morocco","British Indian Ocean Territory","Myanmar","Micronesia (Federated States of)","Mayotte","Saint Barthélemy","Puerto Rico","Antarctica","Viet Nam","Zambia","Central African Republic","Afghanistan","Swaziland","Malta","Nauru","Åland Islands","Sudan","Taiwan","China","El Salvador","Indonesia","Belgium","Christmas Island","Luxembourg","Iran (Islamic Republic of)","Papua New Guinea","South Africa","Niger","Ecuador","Réunion","Saint Martin (French part)","Kuwait","Saint Vincent and the Grenadines","Ireland","668818UuJGcp","Macao","Guam","Ukraine","India","Hong Kong","Georgia","Czech Republic","14058513CyDFFR","Congo (Democratic Republic of the)","Martinique","Gambia","Kazakhstan","French Guiana","Norfolk Island","Chile","Pakistan","Guatemala","Egypt","9yYfJXw","Montserrat","Mozambique","Cocos (Keeling) Islands","Azerbaijan","Serbia","Bhutan","Germany","Portugal","Equatorial Guinea","Venezuela (Bolivarian Republic of)","Mauritius","Suriname","Madagascar","Greece","Bulgaria","Yemen","Bonaire, Sint Eustatius and Saba","Tunisia","Nepal","Niue","Korea (Democratic People's Republic of)","Austria","Comoros","10oCFoNy","Côte d'Ivoire","Barbados","Western Sahara","Spain","Jamaica","Maldives","Argentina","Turkmenistan","Samoa","Ethiopia","Virgin Islands (U.S.)","Namibia","Fiji","Slovakia","Sweden","Moldova (Republic of)","Thailand","Mali","Trinidad and Tobago","New Caledonia","Tuvalu","Burundi","Guyana","Solomon Islands","Malaysia","Libya","Aruba","Saint Lucia","Ghana","Liberia","Vanuatu","Sri Lanka","Cook Islands","Tokelau","Bangladesh","United Kingdom","Svalbard and Jan Mayen","Holy See","Kenya","Korea, Republic of","Iceland","Belize","American Samoa","Bosnia and Herzegovina","Montenegro","Armenia","Monaco","Netherlands"];return Me=function(){return a},Me()}const x=Pt;function Pt(a,t){return a=a-377,Me()[a]}(function(a,t){const e=Pt,i=a();for(;;)try{if(-parseInt(e(474))/1+-parseInt(e(421))/2*(parseInt(e(493))/3)+-parseInt(e(431))/4*(-parseInt(e(517))/5)+-parseInt(e(412))/6+parseInt(e(390))/7+-parseInt(e(404))/8+parseInt(e(482))/9===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Me,409141);const Nt={AF:x(451),AX:x(455),AL:x(386),DZ:x(568),AS:x(560),AD:x(413),AO:"Angola",AI:x(570),AQ:x(447),AG:"Antigua and Barbuda",AR:x(524),AM:x(563),AW:x(544),AU:x(405),AT:x(515),AZ:x(497),BS:"Bahamas",BH:"Bahrain",BD:x(552),BB:x(519),BY:x(398),BE:x(461),BZ:x(559),BJ:x(439),BM:"Bermuda",BT:x(499),BO:x(416),BQ:x(510),BA:x(561),BW:"Botswana",BV:x(566),BR:x(437),IO:x(441),BN:x(408),BG:x(508),BF:"Burkina Faso",BI:x(539),CV:"Cabo Verde",KH:"Cambodia",CM:"Cameroon",CA:x(397),KY:x(392),CF:x(450),TD:"Chad",CL:x(489),CN:x(458),CX:x(462),CC:x(496),CO:"Colombia",KM:x(516),CG:x(428),CD:x(483),CK:x(550),CR:"Costa Rica",CI:x(518),HR:x(394),CU:"Cuba",CW:"Curaçao",CY:"Cyprus",CZ:x(481),DK:x(396),DJ:x(424),DM:x(419),DO:"Dominican Republic",EC:x(468),EG:x(492),SV:x(459),GQ:x(502),ER:"Eritrea",EE:x(427),ET:x(527),FK:x(418),FO:x(379),FJ:x(530),FI:"Finland",FR:"France",GF:x(487),PF:"French Polynesia",TF:x(393),GA:x(567),GM:x(485),GE:x(480),DE:x(500),GH:x(546),GI:"Gibraltar",GR:x(507),GL:x(377),GD:x(569),GP:"Guadeloupe",GU:x(476),GT:x(491),GG:"Guernsey",GN:x(399),GW:"Guinea-Bissau",GY:x(540),HT:x(378),HM:"Heard Island and McDonald Islands",VA:x(555),HN:x(395),HK:x(479),HU:"Hungary",IS:x(558),IN:x(478),ID:x(460),IR:x(464),IQ:x(420),IE:x(473),IM:x(380),IL:x(381),IT:x(433),JM:x(522),JP:"Japan",JE:x(407),JO:x(401),KZ:x(486),KE:x(556),KI:"Kiribati",KP:x(514),KR:x(557),KW:x(471),KG:x(438),LA:x(417),LV:"Latvia",LB:x(411),LS:x(410),LR:x(547),LY:x(543),LI:"Liechtenstein",LT:"Lithuania",LU:x(463),MO:x(475),MK:"Macedonia (the former Yugoslav Republic of)",MG:x(506),MW:x(400),MY:x(542),MV:x(523),ML:x(535),MT:x(453),MH:"Marshall Islands",MQ:x(484),MR:"Mauritania",MU:x(504),YT:x(444),MX:"Mexico",FM:x(443),MD:x(533),MC:x(564),MN:"Mongolia",ME:x(562),MS:x(494),MA:x(440),MZ:x(495),MM:x(442),NA:x(529),NR:x(454),NP:x(512),NL:x(565),NC:x(537),NZ:"New Zealand",NI:"Nicaragua",NE:x(467),NG:x(403),NU:x(513),NF:x(488),MP:"Northern Mariana Islands",NO:x(436),OM:"Oman",PK:x(490),PW:"Palau",PS:"Palestine, State of",PA:"Panama",PG:x(465),PY:x(432),PE:"Peru",PH:"Philippines",PN:"Pitcairn",PL:x(402),PT:x(501),PR:x(446),QA:x(391),RE:x(469),RO:"Romania",RU:x(382),RW:"Rwanda",BL:x(445),SH:x(422),KN:"Saint Kitts and Nevis",LC:x(545),MF:x(470),PM:"Saint Pierre and Miquelon",VC:x(472),WS:x(526),SM:"San Marino",ST:"Sao Tome and Principe",SA:x(430),SN:x(384),RS:x(498),SC:x(423),SL:x(426),SG:x(409),SX:x(383),SK:x(531),SI:"Slovenia",SB:x(541),SO:"Somalia",ZA:x(466),GS:x(387),SS:"South Sudan",ES:x(521),LK:x(549),SD:x(456),SR:x(505),SJ:x(554),SZ:x(452),SE:x(532),CH:"Switzerland",SY:"Syrian Arab Republic",TW:x(457),TJ:x(435),TZ:x(425),TH:x(534),TL:x(385),TG:"Togo",TK:x(551),TO:"Tonga",TT:x(536),TN:x(511),TR:x(388),TM:x(525),TC:"Turks and Caicos Islands",TV:x(538),UG:x(429),UA:x(477),AE:x(406),GB:x(553),US:x(389),UM:"United States Minor Outlying Islands",UY:"Uruguay",UZ:x(415),VU:x(548),VE:x(503),VN:x(448),VG:"Virgin Islands (British)",VI:x(528),WF:x(434),EH:x(520),YE:x(509),ZM:x(449),ZW:x(414)},E=tt;(function(a,t){const e=tt,i=a();for(;;)try{if(-parseInt(e(473))/1+-parseInt(e(426))/2*(parseInt(e(443))/3)+parseInt(e(417))/4+-parseInt(e(441))/5+parseInt(e(485))/6+-parseInt(e(423))/7*(parseInt(e(459))/8)+parseInt(e(451))/9===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Re,394332);const et={gov:{prod:{log:E(435),report:"https://log.vpe.gov-ntruss.com/stats"},beta:{log:"https://papi.beta-vpe.gov-ntruss.com/player/maSync",report:"https://log.beta-vpe.gov-ntruss.com/stats"}},pub:{prod:{log:E(425),report:"https://log.vpe.naverncp.com/stats"},beta:{log:E(460),report:E(490)}}};function tt(a,t){return a=a-413,Re()[a]}let A={video:{},browser:{},device:{},connection:{},screen:{},player_version:E(437),extra:{sessionId:null,playerType:E(476)},log_type:E(452),privacy:{cookie_enabled:!0}},B={platform:E(450),stage:E(491),sync:!1,syncResult:{}};const p0=new Date()[E(488)](),Ut=a=>a;function vt(){return Dt()}function b0(){return Dt()}const Lt=()=>{const a=E,t=new Date,e=o=>String(o)[a(414)](2,"0"),i=t[a(467)]()+"-"+e(t.getMonth()+1)+"-"+e(t.getDate())+" "+e(t[a(462)]())+":"+e(t[a(416)]())+":"+e(t[a(480)]()),n=Math.floor(t[a(488)]()/1e3),r=new Date().getTime()-p0;return{logDate:i,logDateUnix:n,thisSec:r}};function Re(){const a=["videoFormat","entries","log","1.0","hls","syncResult","pub","17211708qpFEcV","vpe","geoLocation","type","m3u8","platform","log_type","totalStartTime","2437896UozloU","https://papi.beta-vpe.naverncp.com/player/maSync","extra","getHours","TID","------------------------------------------------","seekedTime","application/json","getFullYear","forEach","parse","country","logDate","json","785631nAFmRU","url","result","VPE React Native","playerStartTime","MA vpe init","MA report actionType ->","getSeconds","report","browser","sessionId","stage","149784ZCDXLG","vpePackageId","sync","getTime","POST","https://log.beta-vpe.naverncp.com/stats","prod","isp","padStart","Korea, Republic of","getMinutes","469364JfykgB","actionDuration","indexOf","video","object","actionType","14OKJWno","error","https://papi.vpe.naverncp.com/player/maSync","50684hoDzoo","dash","videoStartTime","UUID","host","timeupdate","MA report failed:","address","net","https://papi.vpe.gov-ntruss.com/player/maSync","stringify","latest","mpd","push","logDateUnix","59300DHiYNn","nation","30aLpKyN"];return Re=function(){return a},Re()}function h0(a){return typeof a===E(421)&&a!==null&&!Array.isArray(a)}function Bt(a,t){Object.entries(t).forEach(([e,i])=>{const n=tt;h0(i)?(!a[e]&&(a[e]={}),Object[n(445)](i)[n(468)](([r,o])=>{o!=null&&(a[e][r]=o)})):i!=null&&(a[e]=i)})}function f0(a){const t=E;return a[t(419)](t(455))>-1?t(448):a[t(419)](t(438))>-1?t(427):"mp4"}function w0(a){const t=E,e=[];return a?.r1&&e[t(439)](a.r1),a?.r2&&e[t(439)](a.r2),a?.r3&&e[t(439)](a.r3),e.join(" ")}function g0(a){const t=E;a[t(418)]===t(447)&&(a[t(418)]=0),a.actionDuration===void 0&&(a[t(418)]=0),[t(477),t(428),t(458),t(465)][t(468)](i=>{a[i]===void 0&&(a[i]=0)}),a[t(454)]===void 0&&A[t(420)]?.[t(454)]&&(a[t(454)]=A.video[t(454)]),a[t(474)]===void 0&&A.video?.[t(474)]&&(a[t(474)]=A[t(420)].url,a[t(444)]=f0(a[t(474)]))}function m0(a){const t=E;return!!(a[t(429)]&&a[t(463)]&&a[t(430)])}function it(a){const t=E;try{const e=B.syncResult?.[t(453)];e&&(a[t(433)]=w0(e),a[t(413)]=e[t(434)]||"",a.ip=B[t(449)]?.ip||"",a[t(442)]=e[t(470)]||"")}catch{}}const y0=async a=>{const t=E;if(!a)return;const{platform:e,stage:i}=B,n=et[e][i][t(446)];try{const r=await fetch(n,{method:t(489),headers:{"Content-Type":t(466)},body:JSON[t(436)]({access_key:a})}),o=await r[t(472)]();B.sync=o[t(475)]?.[t(487)]||!1,B[t(449)]=o[t(475)]||{};const{logDate:p,logDateUnix:b}=Lt();return A[t(461)][t(471)]=p,A[t(461)][t(440)]=b,B[t(449)]?.[t(453)]&&it(A[t(461)]),o}catch(r){return console[t(424)]("MA config initialization failed:",r),null}},v0=async a=>{const t=E,{platform:e,stage:i}=B,n=Ut(et[e][i][t(481)]),r={...a};r.log_type="vpe",it(r[t(461)]);try{await fetch(n,{method:t(489),headers:{"Content-Type":t(466)},body:JSON.stringify(r)})}catch(o){console[t(424)]("MA init report failed:",o)}},I0=async a=>{const t=E,{platform:e,stage:i}=B,n=Ut(et[e][i].report),r=JSON[t(469)](JSON.stringify(A));if(Bt(r,a),r[t(457)]="MA",it(r.extra),g0(r[t(461)]),!!m0(r[t(461)]))try{r[t(454)]!=t(431),await fetch(n,{method:t(489),headers:{"Content-Type":"application/json"},body:JSON[t(436)](r)})}catch(o){console.log(t(432),o)}};async function S0(a,t,e,i,n){const r=E;B[r(456)]=a,B[r(484)]=t,Bt(A,e),i&&(A[r(461)][r(486)]=i),n&&(A.extra.vpeKey=n),A[r(461)][r(442)]?A[r(482)][r(470)]=Nt[A.extra[r(442)]]||r(415):A[r(482)][r(470)]=r(415);const{logDate:o,logDateUnix:p}=Lt();A[r(461)][r(471)]=o,A[r(461)].logDateUnix=p,A[r(461)].created_at=p}async function _0(a){const t=E,e=JSON.parse(JSON.stringify(A));a[t(461)]&&Object.assign(e[t(461)],a.extra),e[t(420)]=a[t(420)],await v0(e),console[t(446)](t(478))}const It=at;(function(a,t){const e=at,i=a();for(;;)try{if(parseInt(e(289))/1*(parseInt(e(283))/2)+-parseInt(e(284))/3+parseInt(e(285))/4*(-parseInt(e(278))/5)+parseInt(e(276))/6+-parseInt(e(272))/7*(parseInt(e(286))/8)+-parseInt(e(281))/9*(-parseInt(e(287))/10)+parseInt(e(290))/11===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Oe,534359);const E0=(a={},t)=>{const e=at,i={autostart:!0,muted:!1,aspectRatio:e(279),objectFit:e(277),controls:!0,keyboardShortcut:!0,startMutedInfoNotVisible:!1,allowsPictureInPicture:!1,staysActiveInBackground:!1,screenRecordingPrevention:!1,modalFullscreen:!1,seekingPreview:!0,lang:"ko",ui:e(275),controlBtn:{play:!0,fullscreen:!0,progressBar:!0,volume:!1,times:!0,pictureInPicture:!0,setting:!0,subtitle:!0},progressBarColor:e(273),controlActiveTime:3e3,playRateSetting:[.5,.75,1,1.5,2],autoPause:!1,repeat:!1,setStartTime:void 0,playIndex:0,lowLatencyMode:!0,touchGestures:!0,descriptionNotVisible:!1,devTestAppId:void 0,token:"",visibleWatermark:!1,iosFullscreenNativeMode:!0,watermarkText:"NAVER CLOUD PLATFORM",watermarkConfig:{randPosition:!0,randPositionInterVal:3e3,x:10,y:10,opacity:.5},captionStyle:{fontSize:12,color:e(282),backgroundColor:e(274),edgeStyle:e(271)},override:null};if(t!==e(269))return{...i,...k0};const n={...i,...a};return a.controlBtn&&(n.controlBtn={...i[e(280)],...a.controlBtn}),a[e(268)]&&(n[e(268)]={...i.watermarkConfig,...a[e(268)]}),a[e(267)]&&(n.captionStyle={...i[e(267)],...a.captionStyle}),n[e(280)]?.progressBar===void 0&&(n[e(280)][e(270)]=!0),n};function Oe(){const a=["16/9","controlBtn","550071JJeMLi","#ffffff","2nYFfgq","1214418QOOzdf","2532836kYtiVE","32SWcBKU","60sKzNCc","#009dff","24337jXbzgm","3094586DjGWMA","captionStyle","watermarkConfig","pay","progressBar","dropshadow","274232INFIYU","#4299f5","rgba(0, 0, 0, 0.4)","all","6340206JvVdIh","contain","5JrfeAk"];return Oe=function(){return a},Oe()}function at(a,t){return a=a-267,Oe()[a]}const k0={free:!0,startMutedInfoNotVisible:!1,lowLatencyMode:!1,progressBarColor:It(288),playRateSetting:[.5,.75,1,1.5,2],descriptionNotVisible:!0,seekingPreview:!1,controlActiveTime:1500,ui:It(275),token:"",setStartTime:null,controlBtn:{play:!0,fullscreen:!0,volume:!0,times:!0,setting:!1,pictureInPicture:!1,progressBar:!0}},w=Ft;(function(a,t){const e=Ft,i=a();for(;;)try{if(parseInt(e(308))/1+parseInt(e(360))/2+-parseInt(e(292))/3*(-parseInt(e(346))/4)+-parseInt(e(336))/5+-parseInt(e(339))/6+-parseInt(e(299))/7+-parseInt(e(338))/8*(-parseInt(e(358))/9)===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(De,625227);function Ft(a,t){return a=a-270,De()[a]}const St="0p",T0=59e3,A0=1,m={PLAYER_START:w(356),STARTUP:w(310),PLAY:"play",PAUSE:w(376),PLAYING:w(304),PAUSED:"pause",SEEKING:w(312),SEEKED:w(337),WAITING:w(295),WAITING_END:w(363),CANPLAY:"canplay",ENDED:w(345),NEXT_TRACK:w(375),PREV_TRACK:"prevTrack",ERROR:w(282),QUALITY_CHANGE:w(317),REBUFFERING:"rebuffering",TIMEUPDATE:w(332),TIMEUPDATE_FOCUS:w(289)};class C0{[w(270)];stageData;[w(275)];constructor(t,e,i){const n=w;this[n(367)]={platform:t,stage:e,sync:!1,syncResult:{}},this.reportData={video:{},browser:{},device:{},connection:{},screen:{},player_version:"latest",extra:{UUID:null,TID:null,sessionId:null,playerType:n(353),playAttempt:!1},log_type:n(318),privacy:{cookie_enabled:!0}},this[n(275)]={prevAction:null,isPlaying:!1,isSeeking:!1,initTimeupdate:!1,isBuffering:!1,firstError:!1,isEnded:!1,firstPlay:!0,firstPlaying:!0,startTime:0,prevTime:0,startUpDuration:0,prevUrl:"",prevQuality:St},this[n(293)](i),this.stageData}[w(293)](t){const e=w;this[e(270)]={...this[e(270)],...t},this[e(270)][e(278)][e(297)]?this.reportData[e(335)][e(362)]=Nt[this.reportData[e(278)].nation]||e(283):this[e(270)][e(335)][e(362)]="Korea, Republic of"}[w(344)](){const t=w,e=new Date,i=o=>String(o)[t(378)](2,"0"),n=e[t(306)]()+"-"+i(e.getMonth()+1)+"-"+i(e.getDate())+" "+i(e[t(342)]())+":"+i(e[t(276)]())+":"+i(e.getSeconds()),r=Math[t(298)](e.getTime()/1e3);return{logDate:n,logDateUnix:r}}isPlainObject(t){const e=w;return typeof t===e(313)&&t!==null&&!Array[e(311)](t)}async report(t,e){const i=w;if(this[i(275)][i(296)])return;const{logDate:n,logDateUnix:r}=this[i(344)](),o=Date[i(327)](),p=this[i(275)][i(361)]>0?o-this[i(275)][i(361)]:0,b=p,v={...this[i(270)],video:this.reportData[i(322)],extra:{...this[i(270)][i(278)],actionType:t,actionDuration:b?b[i(343)](2):0,logDate:n,logDateUnix:r}};this[i(275)][i(361)]=o,await I0(v)}async maInit(t){const e=w;this.reportData[e(278)][e(372)],t[e(278)][e(372)]=this.reportData[e(278)][e(372)],await _0(t)}async[w(294)](t){const e=w;!t||typeof t!="object"||Object.entries(t)[e(301)](([i,n])=>{const r=e;this[r(291)](n)?Object[r(280)](n).forEach(([o,p])=>{const b=r;p!=null&&(this[b(270)][i][o]=p)}):n!=null&&(this.reportData[i]=n)})}[w(331)](t){const e=w,{type:i,data:n}=t,r={url:n?.url||this.state[e(359)],type:n?.[e(277)],quality:n?.[e(329)]||this[e(275)][e(284)],data:n};switch(i){case m.PLAYER_START:this[e(302)](r,n);break;case m[e(352)]:this.handleStartup(r,n);break;case m[e(279)]:this[e(309)](r,n);break;case m[e(300)]:this.handlePause(r,n);break;case m[e(326)]:this.handleTimeUpdate(r,n);break;case m[e(333)]:this[e(287)](r,n);break;case m[e(290)]:this[e(314)](r,n);break;case m[e(369)]:this[e(325)](r,n);break;case m[e(347)]:this[e(316)](r,n);break;case m[e(366)]:this[e(374)](r,n);break;case m.CANPLAY:this[e(334)](r,n);break;case m.ENDED:this[e(377)](r,n);break;case"nextTrack":case e(355):this[e(373)](i,r,n);break;case m[e(324)]:this[e(319)](r,n);break;case m.QUALITY_CHANGE:this[e(341)](r,n);break}}[w(302)](t,e){const i=w;!this[i(270)].extra[i(372)]&&(this[i(270)][i(278)][i(372)]=b0(),this[i(270)].extra[i(288)]=vt(),this[i(270)][i(278)][i(349)]=vt()),this[i(275)][i(323)]=Date[i(327)](),this[i(275)][i(361)]=this[i(275)].startTime,this[i(274)](m[i(330)],{...t,data:e})}[w(321)](t,e){const i=w;this[i(275)][i(305)]&&(this[i(274)](m[i(352)],{...t,data:e}),this.state[i(305)]=!1)}[w(309)](t,e){const i=w;this[i(275)].isPlaying||(this[i(270)][i(278)][i(351)]=e?.playedTime,this.reportData[i(278)].percent=e?.[i(307)],this[i(275)][i(315)]=!0,this.reportData[i(278)][i(281)]=!0,this.state.firstPlay&&(this[i(275)][i(364)]=!1),this.state[i(348)]===m[i(285)]&&this[i(274)](m[i(286)],{...t,data:e}),this[i(275)][i(348)]=m.PLAYING)}[w(354)](t,e){const i=w;this[i(275)][i(357)]||this[i(275)][i(328)]||!this[i(275)].isPlaying||(this.state[i(315)]=!1,this[i(274)](m[i(285)],{...t,data:e}),this[i(275)][i(348)]=m.PAUSED)}[w(368)](t,e){const i=w;this[i(275)][i(315)]=!0,this.reportData[i(278)][i(281)]=!0,!(this[i(270)][i(278)].currentTime<A0)&&(this[i(275)].isPlaying&&Date[i(327)]()-this[i(275)][i(361)]>T0&&this[i(274)](m.PLAYING,{...t,data:e}),this.state[i(359)]=t[i(320)]||"",this[i(275)][i(284)]=t[i(329)]||St)}[w(287)](t,e){const i=w;this[i(270)][i(278)][i(340)]>0&&(this[i(274)](m[i(286)],{...t,data:e}),this.state[i(379)]=!0)}handleSeeking(t,e){const i=w;this[i(275)][i(357)]||(this[i(275)][i(357)]=!0,this[i(275)][i(315)]?this[i(274)](m[i(286)],{...t,data:e}):this[i(275)].prevAction===m[i(285)]&&this[i(274)](m[i(285)],{...t,data:e}),this[i(275)][i(348)]=m.SEEKING)}handleSeeked(t,e){const i=w;this[i(275)].isSeeking&&(this[i(275)].isSeeking=!1,this[i(274)](m[i(290)],{...t,data:e}),this[i(275)][i(348)]=this.state[i(315)]?m.PLAYING:m[i(285)])}[w(316)](t,e){const i=w;this[i(275)][i(357)]||this[i(275)].isBuffering||(this[i(275)][i(328)]=!0,this[i(275)][i(315)]&&this[i(274)](m.PLAYING,{...t,data:e}),this[i(275)][i(348)]=m[i(271)])}[w(374)](t,e){const i=w;this[i(275)][i(357)]||this[i(275)].isBuffering||(this[i(275)][i(328)]=!0,this.state.isPlaying&&this[i(274)](m[i(286)],{...t,data:e}),this[i(275)][i(348)]=m[i(271)])}[w(334)](t,e){const i=w;this[i(275)][i(328)]&&(this[i(275)][i(328)]=!1,this.report(m[i(271)],{...t,data:e}),this[i(275)][i(348)]=this[i(275)][i(315)]?m[i(286)]:m[i(285)])}[w(377)](t,e){const i=w;this[i(275)].isEnded||(this.state[i(365)]=!0,this[i(275)][i(315)]=!1,this[i(275)][i(348)]!==m[i(285)]&&this[i(274)](this[i(275)].prevAction||m.PLAYING,{...t,data:e}),this[i(274)](m[i(273)],{...t,data:e}))}[w(373)](t,e,i){const n=w,r=t===n(375)?m[n(272)]:m[n(371)];this.report(this.state[n(348)]||m[n(286)],{...e,data:i}).then(()=>{const o=n;this[o(274)](r,{...e,data:i})[o(303)](()=>{this.resetStateForNewTrack()})})}handleError(t,e){const i=w;this.state[i(348)]&&!this[i(275)][i(305)]&&this.report(this.state[i(348)],{...t,data:e});const n={errorCode:e?.code||i(370),errorMessage:e?.[i(350)]||"Unknown Error"};this[i(274)](m[i(324)],{...t,data:{...e,...n}}),this[i(275)].firstError=!0}[w(341)](t,e){const i=w;this.state[i(348)]&&!this[i(275)].isSeeking&&!this[i(275)][i(328)]&&!this.state.firstPlaying&&(this[i(275)][i(357)]=!0,this[i(274)](this[i(275)].prevAction,{...t,data:e}),this[i(275)][i(348)]=m.SEEKING)}resetStateForNewTrack(){const t=w;this[t(275)].prevAction=null,this[t(275)][t(315)]=!1,this[t(275)].prevTime=0,this.state[t(305)]=!0,this[t(275)][t(379)]=!1}}function De(){const a=["ENDED","report","state","getMinutes","type","extra","PLAY","entries","playAttempt","error","Korea, Republic of","prevQuality","PAUSED","PLAYING","handleTimeUpdateFocus","TID","timeupdateFocus","SEEKING","isPlainObject","474171rJMKrO","initializeReportData","maSync","waiting","firstError","nation","floor","5796980PlMHDU","PAUSE","forEach","handlePlayerStart","then","playing","firstPlaying","getFullYear","percent","1014321zeFroN","handlePlay","startup","isArray","seeking","object","handleSeeking","isPlaying","handleWaiting","quality_change","vpe","handleError","url","handleStartup","video","startTime","ERROR","handleSeeked","TIMEUPDATE","now","isBuffering","quality","PLAYER_START","dispatchEvent","timeupdate","TIMEUPDATE_FOCUS","handleCanplay","browser","4456730PxezDd","seeked","8ZzvfxV","6986484UMUqFK","currentTime","handleQualityChange","getHours","toFixed","getTime","ended","4MIiSpY","WAITING","prevAction","UUID","message","playedTime","STARTUP","VPE","handlePause","prevTrack","player_start","isSeeking","13486491LCbsZx","prevUrl","1676500zHauJx","prevTime","country","waitingEnd","firstPlay","isEnded","WAITING_END","stageData","handleTimeUpdate","SEEKED","E0000","PREV_TRACK","sessionId","handleTrackChange","handleWaitingEnd","nextTrack","pause","handleEnded","padStart","initTimeupdate","reportData","REBUFFERING","NEXT_TRACK"];return De=function(){return a},De()}const I=Ht;(function(a,t){const e=Ht,i=a();for(;;)try{if(-parseInt(e(320))/1+parseInt(e(392))/2*(parseInt(e(305))/3)+-parseInt(e(466))/4+-parseInt(e(405))/5*(-parseInt(e(408))/6)+parseInt(e(440))/7*(-parseInt(e(379))/8)+-parseInt(e(372))/9+-parseInt(e(429))/10*(-parseInt(e(378))/11)===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Pe,927481);function Pe(){const a=["errorState","serverConfig","9513774jlbfbd","isPaidTier","some","auto","report","json","11748594BOgpTC","80ehXgkY","errorInfo","performKeyCheck","controlBtn","m3u8","Safari","vpe","Whale","Content-Type","playlist","Auto","getValidatedOptions","isArray","14bQKTaw","match","stateChange","error","height","version","width","currentTime","dash","indexOf","player_name","Unknown","toString","669255hsQNZn","videoHeight","test","18kmtzsq","userAgent","playerStartTimeMs","mp4","ncplayer : ","screen","getPlaylist","watermarkConfig","maUse","isInitialized","browser","code","incomingType","platform","split","deviceMemory","playerVersion","aHR0cHM6Ly9wYXBpLmJldGEtdnBlLmdvdi1udHJ1c3MuY29tL3BsYXllci9jb25maWc=","live","UAParser","access_key","40FgbaUh","origin","getResult","getElapsedMilliseconds","options","startup","updateTranslator","userAgentData","Naver webview","statusText","host","797811hwPlPY","device","includes","getTime","now","text","setErrorRun","name","E0003","toLowerCase","url","volumechange","Kakao webview","LIVE","kbps","location","VPE SDK Initialization failed:","naver","createPlayerInfo","appId","API","string","type","playerStateReport","title","pay","2651532szFecx","Firefox","123219HBJTFA","isDev","video","kakaotalk","startTimeAt","result","player_version","ready","href","vendor","?preview=true","round","language","whale","#EXT-X-STREAM-INF","1174100WoTMVz","domain","hls","maSync","join","accessKey","HLS 파싱 실패:","dispatchEvent","push","lang","quality","status","Other","unknown","cid","VPE","hasFirstPlayReported","videoWidth","port","model","initialize","play","errorMessage","E0002","aHR0cHM6Ly9sb2cuYmV0YS12cGUuZ292LW50cnVzcy5jb20vc3RhdHM=","trim","playerInfo","duration","slice","downlink","kakao","filter","object","warn","hardwareConcurrency","mozConnection","aHR0cHM6Ly9sb2cuYmV0YS12cGUubmF2ZXJuY3AuY29tL3N0YXRz","navigator","connection","data","length","webkitConnection","maManager","meta","stage","effectiveType","translator","startsWith","pricing","reduce"];return Pe=function(){return a},Pe()}const M0={gov:{prod:{config:"aHR0cHM6Ly9wYXBpLnZwZS5nb3YtbnRydXNzLmNvbS9wbGF5ZXIvY29uZmln",report:"aHR0cHM6Ly9sb2cudnBlLmdvdi1udHJ1c3MuY29tL3N0YXRz"},beta:{config:I(425),report:I(344)}},pub:{prod:{config:"aHR0cHM6Ly9wYXBpLnZwZS5uYXZlcm5jcC5jb20vcGxheWVyL2NvbmZpZw==",report:"aHR0cHM6Ly9sb2cudnBlLm5hdmVybmNwLmNvbS9zdGF0cw=="},beta:{config:"aHR0cHM6Ly9wYXBpLmJldGEtdnBlLm5hdmVybmNwLmNvbS9wbGF5ZXIvY29uZmln",report:I(356)}}};function Ht(a,t){return a=a-304,Pe()[a]}let _t=[];const R0=a=>{try{return atob(a)}catch(t){return console.error("Base64 decoding failed:",t),""}};class O0{[I(371)]={};playerInfo=null;accessKey;[I(459)];[I(421)];stage;isDev;[I(366)]=Te();[I(370)];maManager=null;[I(309)]=null;incomingType=null;[I(336)]=!1;[I(410)]=0;constructor({accessKey:t,appId:e,platform:i,stage:n,isDev:r=!1,language:o}){const p=I;this[p(325)]=t,this[p(459)]=e||location[p(430)],this[p(421)]=i,this.stage=n,this[p(306)]=r,this[p(435)](o),this[p(370)]={errorCode:null,errorMessage:null}}async[I(340)](){const t=I,e=[t(325),t(459),t(343),"E0001",t(448)],i="VPE Player: accessKey 또는 appId가 없어 키 인증을 건너뜁니다.";if([this[e[0]],this[e[1]]][t(374)](o=>!o))return console[t(353)](i),{error:this[t(446)](e[2])};const r=o=>{const p=t;return this[p(371)]=o,this[p(346)]=this[p(458)](o),this[p(346)]};try{const o=await this[t(381)]();if(o[t(419)]!==200)return{error:this[t(446)](e[3])};const p=r(o);return window[t(385)]&&(window.vpe.playerName=p?.[t(402)],window[t(385)][t(424)]=p?.[t(311)],window[t(385)].player_name=p.player_name+"|"+p[t(311)],window[t(385)].state=this[t(364)]),p?.[t(416)]==="Y"&&(await S0(this[t(421)],this.stage,p,this[t(459)],this[t(325)]),await y0(this[t(325)]),this[t(362)]=new C0(this[t(421)],this[t(364)],p),this[t(309)]=Date[t(444)]()),{options:this.serverConfig[t(310)]?.[t(433)],playerInfo:p}}catch(o){return console[t(395)](t(456),o),{error:this[t(446)](e[4])}}}async[I(381)](){const t=I,e=[t(315),"config",t(387),"application/json",t(428),t(321),"POST"],i=this[t(306)]?e[0]:"",n=R0(M0[this[t(421)]][this[t(364)]][e[1]])+i,r=JSON.stringify([e[4],e[5]][t(369)]((p,b,v)=>{const S=t;return p[b]=[this[S(325)],this[S(459)]][v],p},{})),o=await fetch(n,{method:e[6],headers:{[e[2]]:e[3]},body:r});if(!o.ok)throw new Error([t(460),"Error:",o[t(331)],o[t(438)]][t(324)](" "));return o[t(377)]()}getBrowserInfo(){const t=I,e=navigator[t(409)];return/Edg\/(\d+\.\d+)/[t(407)](e)?{origin:"Edge",version:RegExp.$1}:/Chrome\/(\d+\.\d+)/.test(e)&&!e[t(442)]("Edg")?{origin:"Chrome",version:RegExp.$1}:/Firefox\/(\d+\.\d+)/[t(407)](e)?{origin:t(304),version:RegExp.$1}:/Version\/(\d+\.\d+)/[t(407)](e)&&e.includes(t(384))?{origin:t(384),version:RegExp.$1}:{origin:t(403),version:t(403)}}[I(458)](t){const e=I,[i,n]=t[e(310)][e(447)][e(422)]("|"),r=navigator[e(358)]||navigator.mozConnection||navigator[e(361)],o=this.getBrowserInfo(),p=navigator[e(436)],b=new o0[e(427)](window[e(357)][e(409)]).getResult();return window.navigator.userAgent[e(449)]()[e(442)](e(318))?b[e(418)][e(447)]=e(386):window[e(357)].userAgent[e(449)]()[e(442)](e(308))?b[e(418)][e(447)]=e(452):window[e(357)][e(409)][e(449)]().includes(e(457))?b[e(418)].name=e(437):window[e(357)][e(409)][e(449)]().includes(e(350))?b[e(418)][e(447)]=e(452):window[e(357)][e(409)][e(449)]().includes(e(457))&&(b[e(418)][e(447)]=e(437)),{cid:t.result[e(334)],player_name:i,player_version:n,pricing:t[e(310)][e(368)],maUse:t.result[e(433)]?.maUse==="Y"?"Y":"N",browser:{lang:navigator[e(317)],ua:navigator[e(409)]},screen:{width:window.screen[e(398)],height:window[e(413)][e(396)]},connection:{network:r?.[e(365)]??e(333),downlink:r?.[e(349)]??null,rtt:r?.rtt??null,save_data:r?.saveData??!1},device:{platform:p?.[e(421)]??"Unknown",mobile:p?.mobile??!1,memory:navigator[e(423)]??null,processor:navigator[e(354)]??null},video:{url:""},extra:{vpeKey:this[e(325)],playerType:e(335),playerVersion:window[e(385)]?.[e(424)]??n,os:p?.[e(421)]??e(403),osOrigin:b.os[e(447)]||e(403),osVersion:b.os[e(397)],vpePackageId:null,actionDuration:this[e(432)](),actionType:e(312),browser:o[e(430)],browserOrigin:o[e(430)],browserVersion:o[e(397)],quality:e(332),qualityOrigin:e(389),device:b.device[e(314)]+" "+b[e(441)][e(339)],location:window[e(455)][e(313)],host:window[e(455)][e(439)],port:window[e(455)][e(338)],protocol:window.location.protocol,title:""}}}[I(446)](t){const e=I,i=t[e(348)](-2),n=this[e(366)][e(395)][i]||this.translator[e(395)]["01"],r={errorCode:t,errorMessage:n};return this[e(370)]=r,console[e(395)](e(412),r),r}[I(435)](t){const e=I;this[e(366)]=Te(t)}getErrorState(){return this[I(370)]}[I(373)](){const t=I;return this[t(371)][t(310)]?.[t(368)]==="pay"}[I(417)](){const t=I;return!!this[t(371)][t(310)]}[I(390)](t){const e=I,i=E0(this[e(371)].result?.options,this.serverConfig[e(310)]?.[e(368)]);this[e(371)].result?.[e(368)]!==e(465)&&(t={...t,...i});const n={...i,...t??{}};return n?.[e(329)]&&(n?.[e(329)]==e(375)||this.updateTranslator(n[e(329)])),t?.controlBtn&&(n[e(382)]={...i.controlBtn,...t.controlBtn}),t?.[e(415)]&&(n[e(415)]={...i.watermarkConfig,...t[e(415)]}),n[e(388)]&&!Array[e(391)](n[e(388)])&&(n[e(388)]=[{file:n[e(388)]}]),_t=n[e(388)]||[],n}[I(414)](){return _t||[]}$t(t){const e=I,i=t.split(".");let n=this.translator;for(const r of i)if(n&&typeof n===e(352)&&r in n)n=n[r];else return t;return typeof n===e(461)?n:t}async hlsPaser(t){const e=I,i=[];if(!t||t[e(401)](".m3u8")===-1)return i;const n=(p,b)=>{const v=e;try{return new URL(b,p)[v(404)]()}catch{return b}},r=p=>{const b=e,v=p[b(393)](/RESOLUTION=(\d+)x(\d+)/);if(v)return v[2]+"p";const S=p.match(/BANDWIDTH=(\d+)/);return S?Math[b(316)](Number(S[1])/1e3)+b(454):b(375)},o=p=>{const b=e,v=p[b(422)](/\r?\n/).map(S=>S[b(345)]())[b(351)](S=>S[b(360)]>0);for(let S=0;S<v[b(360)];S+=1){const R=v[S];if(R[b(367)](b(319))){const G=v[S+1];G&&!G[b(367)]("#")&&(i[b(328)]({quality:r(R),url:n(t,G),levelIndex:i.length}),S+=1)}}};try{const p=await fetch(t);if(!p.ok)return i;const b=await p[e(445)]();return b&&o(b),i}catch(p){return console[e(395)](e(326),p),i}}async[I(463)](t){const e=I;if(!t?.type||!this[e(362)]||this[e(346)]?.maUse!=="Y")return;const i=new H(window[e(357)][e(409)])[e(431)]();if(t.type==e(451)||t[e(462)]==e(394))return;const n=t.type;t[e(462)]==e(312)&&(t[e(462)]="player_start");const r=t?.[e(307)]?.type==e(426),o=navigator.connection||navigator[e(355)]||navigator[e(361)]||null;this[e(420)]=t?.type||null;const p=this[e(420)]===e(341)&&!this.hasFirstPlayReported,b=p?"startup":this[e(420)];p&&(this.hasFirstPlayReported=!0);const v=t?.[e(307)]?.data?.[e(347)]||0,S=t?.[e(307)]?.[e(359)]?.[e(399)]||0,R=t?.[e(307)]?.[e(337)]||0,G=t?.[e(307)]?.[e(406)]||0;let oe=0,Y=0,he=0;if(b=="player_start"&&(oe=this.getElapsedMilliseconds(),this.playerStartTimeMs=oe),b==e(434)){const xt=this.getElapsedMilliseconds();Y=xt-this[e(410)],he=xt}const Gt={type:b,video:{type:r?e(453):"VOD",quality:t?.[e(307)]?.[e(330)]?t?.video?.[e(330)]:"auto",url:t?.[e(307)]?.[e(450)]},connection:o?{network:o[e(365)],downlink:o[e(349)],rtt:o.rtt,save_data:o.saveData}:void 0,extra:{actionType:b,title:t?.[e(363)]?.[e(464)],metaData:t?.[e(363)],videoWidth:Math.round(R),videoHeight:Math[e(316)](G),video_protocols:this.getVideoProtocol(t?.[e(307)]?.[e(450)]),duration:Math.floor(v),currentTime:Math.floor(S),playedTime:this[e(432)](),viewingTime:Math[e(316)](this[e(432)]()/1e3),playerStartTime:oe,videoStartTime:Y,totalStartTime:he,percent:Math.round(S/v*100),quality:t?.[e(307)]?.quality?t?.video?.quality:e(375),errorCode:t?.[e(380)]?.errorCode,errorMessage:t?.[e(380)]?.[e(342)],actionDuration:this[e(432)]()/1e3,device:i[e(441)][e(314)]+" "+i[e(441)].model,location:window[e(455)][e(313)],host:window[e(455)][e(439)],port:window[e(455)][e(338)],protocol:window[e(455)].protocol},browser:{lang:navigator[e(317)],ua:navigator.userAgent},screen:{width:window[e(413)][e(398)],height:window[e(413)][e(396)]}};await this[e(376)](b,Gt,n)}async report(t,e,i){const n=I;if(!this[n(362)])return;const r=e&&typeof e===n(352)?e:{extra:{actionDuration:this[n(432)]()}};await this.maManager[n(323)](r),await this[n(362)][n(327)]({type:t,data:r})}getVideoProtocol(t){const e=I;return t[e(401)](e(383))>-1?e(322):t[e(401)]("mpd")>-1?e(400):e(411)}[I(432)](){const t=I;return this[t(309)]?new Date()[t(443)]()-this[t(309)]:0}}function D0(a,t){a=a-341;var e=Ne(),i=e[a];return i}(function(a,t){for(var e=D0,i=a();;)try{var n=parseInt(e(347))/1+-parseInt(e(345))/2+-parseInt(e(348))/3+-parseInt(e(349))/4*(-parseInt(e(341))/5)+parseInt(e(344))/6*(parseInt(e(346))/7)+parseInt(e(343))/8+-parseInt(e(342))/9;if(n===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Ne,629999);function Ne(){var a=["1138119HcTFgX","7724XFMJPz","1105hwwYen","3556674raZMsw","2485648iOerHd","6baSaYV","1574650BPfOvS","3923619wUEUcj","893909kdUbqp"];return Ne=function(){return a},Ne()}exports.default=O0;exports.getTranslator=Te;
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function Se(){var a=["Normal","The license is not valid.","Raised","Uniform","day","Red","166520NOpRnN","Cancel","Default","Player Startup Failed","Subtitles","Subtitle Style","Font Size","Text Opacity","16OVLieZ","Bold","Video will start in {timeTxt}.","Failed to communicate with the DRM license server.","21rOskdt","Required module was not loaded. (hls.js)","Cannot play video","Not used","Previous video","In a moment","Extra Bold","Scheduled","Background Opacity","Auto","Turn off captions","Semi Bold","Turn on captions","hour","2uaXGIJ","Apply Default Style","Play","Thin","10QXTckE","Window Color","223026sEOrjz","Blue","Unsupported format.","Background Color","Mute","5209356spnEeP","3183642xmpsYQ","The video could not be played.","Pause","This feature requires the Standard plan.","Quality","Magenta","Player Execution Failed","You are muted.","2950772TBLqoW","468769TrQhRI","298759GFyRPC","Cannot play DASH video on iOS.","Next video will play in {timeTxt} seconds.","Authentication Failed","Invalid URL format.","Replay","Font Color","Drop Shadow","Autoplay","minute(s)","13UIJreS","Exit fullscreen","The live stream is OFFLINE.","Playback speed","Unmute","min","hour(s)","Next video","Fullscreen","Settings","10RHeyCd","You do not have permission to play this video.","Mini player","LIVE","Monthly basic API calls exceeded. Please switch to a paid version."];return Se=function(){return a},Se()}function _t(a,t){a=a-110;var e=Se(),i=e[a];return i}var b=_t;(function(a,t){for(var e=_t,i=a();;)try{var n=parseInt(e(187))/1*(-parseInt(e(165))/2)+-parseInt(e(151))/3*(-parseInt(e(139))/4)+-parseInt(e(169))/5*(parseInt(e(171))/6)+-parseInt(e(186))/7*(parseInt(e(147))/8)+parseInt(e(177))/9*(parseInt(e(128))/10)+-parseInt(e(185))/11+parseInt(e(176))/12*(parseInt(e(118))/13);if(n===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Se,303974);const Vt={common:{cancel:b(140),auto:b(160),normal:b(133),notUse:b(154),prev:b(155),next:b(125),delayText:"seconds until auto-play",license:"License",play:b(167),pause:b(179),replay:b(113),fullOn:b(126),fullOff:b(119),muteOn:b(175),muteOff:b(122),captionOff:b(161),captionOn:b(163),setting:b(127),live:b(131),miniPlayer:b(130),isMute:b(184),subtitle:"Subtitles",subtitleNot:"Subtitles not available"},settings:{autoplay:b(116),playbackRate:b(121),captions:b(143),quality:b(181)},error:{"01":{title:b(153),desc:"Invalid access. Please check your access_key."},"02":{title:b(153),desc:b(129)},"03":{title:b(111),desc:"The network connection is unstable."},"04":{title:b(153),desc:b(178)},"05":{title:b(153),desc:b(134)},"06":{title:b(153),desc:b(132)},"07":{title:b(153),desc:b(173)},"08":{title:b(153),desc:b(112)},"09":{title:"Cannot play video",desc:b(120)},10:{title:b(153),desc:b(188)},11:{title:b(153),desc:"Invalid DRM token."},12:{title:b(153),desc:b(150)},13:{title:"Cannot play video",desc:"FairPlay certificate validation failed."},14:{title:"Cannot play video",desc:"Screen capture / screen recording has been detected."},15:{title:b(183),desc:b(152)},16:{title:"Player Execution Failed",desc:"Required module was not loaded. (dash.js)"},17:{title:b(142),desc:b(180)}},tv:{default:b(141),quality:b(181),subtitleStyle:b(144),subtitleStyleDesc:"Change text, color, and background styles",applyDefaultStyle:b(166),fontColor:b(114),fontSize:b(145),textOpacity:b(146),edgeStyle:"Text Edge Style",bgColor:b(174),bgOpacity:b(159),windowColor:b(170),windowOpacity:"Window Opacity",fontWeight:"Font Weight",weight:{thin:b(168),normal:b(133),semiBold:b(162),bold:b(148),extraBold:b(157)},color:{white:"White",black:"Black",red:b(138),green:"Green",blue:b(172),yellow:"Yellow",magenta:b(182),cyan:"Cyan"},edge:{none:"None",dropShadow:b(115),raised:b(135),depressed:"Depressed",uniform:b(136)}},alternative:{hour:b(124),minute:b(117),second:"second(s)",after:b(156),afterMin:b(123),afterHour:b(164),afterDay:b(137),startPlay:b(149),nextPlay:b(110),afterPlay:b(158)}};function _e(){var a=["6WSjfuT","538979SgdBNv","iOS에서 Dash 비디오를 재생할 수 없습니다.","글꼴 색상","1283564JXRkHv","검정색","텍스트 불투명도","다음 동영상","일시정지","동영상을 재생할 수 없음","시간 ","약간 굵게","3578385TXrtQT","해상도","DRM 토큰이 잘못되었습니다.","6799370kcDBna","라이선스가 유효하지 않습니다.","자막끄기","94176GfsBha","FairPlay 인증서 검증에 실패하였습니다.","12xIvfKC","지원하지 않는 형식입니다.","자홍색","이전 동영상","초록색","글자 테두리 스타일","자막켜기","플레이어 실행 실패","필수 모듈이 로드되지 않았습니다. (hls.js)","8042688rEtMKy","화면 캡쳐 / 화면 녹화가 감지되었습니다.","빨간색","창 색상","전체화면","초 뒤 자동재생","인증 실패","자동재생","8pVFbzW","URL 형식이 잘못되었습니다.","3512564rIXBLT","DRM 라이선스 서버와 통신에 실패하였습니다.","사용안함","잠시 ","실시간","음소거 해제","기본 스타일 적용","네트워크 연결이 원활하지 않습니다.","자막 사용 불가","라이선스","매우 굵게","노란색","6wBNMMB","전체화면 해제","미니플레이어","월 기본 제공 호출 건수를 초과하였습니다. 유료 버전으로 전환 후 사용 부탁 드립니다.","잘못된 접근입니다. access_key를 확인해주세요."];return _e=function(){return a},_e()}var g=Tt;(function(a,t){for(var e=Tt,i=a();;)try{var n=-parseInt(e(497))/1*(-parseInt(e(499))/2)+parseInt(e(479))/3*(-parseInt(e(483))/4)+parseInt(e(491))/5+parseInt(e(474))/6*(parseInt(e(480))/7)+parseInt(e(460))/8*(parseInt(e(452))/9)+-parseInt(e(494))/10+-parseInt(e(462))/11;if(n===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(_e,610319);function Tt(a,t){a=a-449;var e=_e(),i=e[a];return i}const zt={common:{cancel:"취소",auto:"자동",normal:"보통",notUse:g(464),prev:g(502),next:g(486),delayText:g(457),license:g(471),play:"재생",pause:g(487),replay:"다시보기",fullOn:g(456),fullOff:g(475),muteOn:"음소거",muteOff:g(467),captionOff:g(496),captionOn:g(449),setting:"설정",live:g(466),miniPlayer:g(476),isMute:"음소거 상태입니다.",subtitle:"자막",subtitleNot:g(470)},settings:{autoplay:g(459),playbackRate:"재생 속도",captions:"자막",quality:g(492)},error:{"01":{title:g(488),desc:g(478)},"02":{title:g(488),desc:"동영상을 재생할 권한이 없습니다."},"03":{title:g(458),desc:g(469)},"04":{title:g(488),desc:"동영상을 재생할 수 없습니다."},"05":{title:g(488),desc:g(495)},"06":{title:g(488),desc:g(477)},"07":{title:g(488),desc:g(500)},"08":{title:"동영상을 재생할 수 없음",desc:g(461)},"09":{title:"동영상을 재생할 수 없음",desc:"라이브스트림이 OFFLINE 입니다."},10:{title:g(488),desc:g(481)},11:{title:g(488),desc:g(493)},12:{title:g(488),desc:g(463)},13:{title:g(488),desc:g(498)},14:{title:g(488),desc:g(453)},15:{title:"플레이어 실행 실패",desc:g(451)},16:{title:g(450),desc:"필수 모듈이 로드되지 않았습니다. (dash.js)"},17:{title:"플레이어 구동 실패",desc:"Standard 요금제가 필요한 기능입니다."}},tv:{default:"기본",quality:"화질",subtitleStyle:"자막 스타일",subtitleStyleDesc:"텍스트, 색상, 배경 스타일 변경",applyDefaultStyle:g(468),fontColor:g(482),fontSize:"글꼴 크기",textOpacity:g(485),edgeStyle:g(504),bgColor:"배경 색상",bgOpacity:"배경 불투명도",windowColor:g(455),windowOpacity:"창 불투명도",fontWeight:"글자 굵기",weight:{thin:"얇게",normal:"보통",semiBold:g(490),bold:"굵게",extraBold:g(472)},color:{white:"흰색",black:g(484),red:g(454),green:g(503),blue:"파란색",yellow:g(473),magenta:g(501),cyan:"청록색"},edge:{none:"없음",dropShadow:"그림자",raised:"양각",depressed:"음각",uniform:"균일"}},alternative:{hour:"시",minute:"분",second:"초",after:g(465),afterMin:"분 ",afterHour:g(489),afterDay:"일 ",startPlay:"{timeTxt} 후 영상이 시작됩니다.",nextPlay:"{timeTxt}초 후 다음 영상이 재생됩니다.",afterPlay:"예정"}};function Te(){var a=["字幕スタイル","229630zKSXVW","リプレイ","フォントサイズ","背景色","マゼンタ","シアン","ライセンス","月間の基本提供呼び出し回数を超過しました。有料版に切り替えてご利用ください。","認証に失敗しました","一時停止","必須モジュールが読み込まれていません。(dash.js)","全画面表示","3MaznXk","{timeTxt}後に動画が始まります。","サポートされていない形式です。","プレーヤーの起動に失敗しました","ウィンドウ色","URLの形式が正しくありません。","253271laotnZ","ミュート解除","ライブ","前の動画","DRMトークンが無効です。","ミュート","浮き出し","568860tCQjFZ","1796072OqThla","フォント色","時間後","この機能にはStandardプランが必要です。","字幕をオフにする","動画を再生できません","4330206vEInXJ","デフォルト","使用しない","{timeTxt}秒後に次の動画が再生されます。","ドロップシャドウ","キャンセル","再生速度","ライセンスが無効です。","6vbPclt","FairPlay証明書の検証に失敗しました。","デフォルトスタイルを適用","動画を再生できませんでした。","895852mlEbRz","文字エッジスタイル","やや太い","この動画を再生する権限がありません。","沈み込み","自動再生","背景不透明度","ネットワーク接続が不安定です。","字幕をオンにする","950908bSNlnL","次の動画","テキスト不透明度","ミュート状態です。","しばらくして","秒後に自動再生"];return Te=function(){return a},Te()}var h=Et;(function(a,t){for(var e=Et,i=a();;)try{var n=-parseInt(e(185))/1+-parseInt(e(167))/2*(parseInt(e(179))/3)+-parseInt(e(151))/4+-parseInt(e(192))/5+-parseInt(e(147))/6*(-parseInt(e(160))/7)+parseInt(e(193))/8+parseInt(e(139))/9;if(n===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Te,135666);function Et(a,t){a=a-139;var e=Te(),i=e[a];return i}const Wt={common:{cancel:h(144),auto:"自動",normal:"標準",notUse:h(141),prev:h(188),next:h(161),delayText:h(165),license:h(173),play:"再生",pause:h(176),replay:h(168),fullOn:h(178),fullOff:"全画面表示を終了",muteOn:h(190),muteOff:h(186),captionOff:h(197),captionOn:h(159),setting:"設定",live:h(187),miniPlayer:"ミニプレーヤー",isMute:h(163),subtitle:"字幕",subtitleNot:"字幕は利用できません"},settings:{autoplay:h(156),playbackRate:h(145),captions:"字幕",quality:"画質"},error:{"01":{title:"動画を再生できません",desc:"不正なアクセスです。access_keyを確認してください。"},"02":{title:h(198),desc:h(154)},"03":{title:h(175),desc:h(158)},"04":{title:h(198),desc:h(150)},"05":{title:h(198),desc:h(146)},"06":{title:h(198),desc:h(174)},"07":{title:h(198),desc:h(181)},"08":{title:h(198),desc:h(184)},"09":{title:h(198),desc:"ライブストリームはオフラインです。"},10:{title:h(198),desc:"iOSではDASHビデオを再生できません。"},11:{title:h(198),desc:h(189)},12:{title:h(198),desc:"DRMライセンスサーバーとの通信に失敗しました。"},13:{title:"動画を再生できません",desc:h(148)},14:{title:h(198),desc:"画面キャプチャ/画面録画が検出されました。"},15:{title:h(182),desc:"必須モジュールが読み込まれていません。(hls.js)"},16:{title:h(182),desc:h(177)},17:{title:h(182),desc:h(196)}},tv:{default:h(140),quality:"画質",subtitleStyle:h(166),subtitleStyleDesc:"テキスト、色、背景スタイルを変更",applyDefaultStyle:h(149),fontColor:h(194),fontSize:h(169),textOpacity:h(162),edgeStyle:h(152),bgColor:h(170),bgOpacity:h(157),windowColor:h(183),windowOpacity:"ウィンドウ不透明度",fontWeight:"文字の太さ",weight:{thin:"細い",normal:"標準",semiBold:h(153),bold:"太い",extraBold:"極太"},color:{white:"白",black:"黒",red:"赤",green:"緑",blue:"青",yellow:"黄",magenta:h(171),cyan:h(172)},edge:{none:"なし",dropShadow:h(143),raised:h(191),depressed:h(155),uniform:"均一"}},alternative:{hour:"時間",minute:"分",second:"秒",after:h(164),afterMin:"分後",afterHour:h(195),afterDay:"日後",startPlay:h(180),nextPlay:h(142),afterPlay:"予定"}},fe=At;(function(a,t){const e=At,i=a();for(;;)try{if(parseInt(e(438))/1+-parseInt(e(434))/2+-parseInt(e(429))/3*(-parseInt(e(441))/4)+-parseInt(e(436))/5*(-parseInt(e(431))/6)+parseInt(e(437))/7+parseInt(e(439))/8*(parseInt(e(430))/9)+-parseInt(e(440))/10===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Ee,998385);const kt={en:Vt,ko:zt,ja:Wt},Yt=()=>typeof navigator!==fe(433)&&typeof navigator[fe(435)]!==fe(433);function At(a,t){return a=a-429,Ee()[a]}function Ee(){const a=["63rdVezu","12sKWuPp","split","undefined","2754380PsoqFd","language","3939550JmDDhW","5539156blWmMS","1443982hyTFeL","2147056dYzmyQ","40182170JpxZpC","16lucejd","528006bqudbL"];return Ee=function(){return a},Ee()}function jt(a){const t=fe,e=a[t(432)]("-")[0];return e in kt?e:"en"}function ke(a){const t=fe;let e="en";a?e=a:Yt()&&(e=navigator[t(435)]);const i=jt(e);return kt[i]}ke();var qt="2.0.9",Kt=500,xt="user-agent",ae="",nt="?",E={FUNCTION:"function",OBJECT:"object",STRING:"string",UNDEFINED:"undefined"},P="browser",z="cpu",F="device",L="engine",D="os",xe="result",l="name",r="type",u="vendor",d="version",M="architecture",pe="major",c="model",ve="console",y="mobile",_="tablet",k="smarttv",U="wearable",we="xr",ue="embedded",Jt="fetcher",Q="inapp",Ze="brands",X="formFactors",Qe="fullVersionList",ne="platform",$e="platformVersion",Le="bitness",K="sec-ch-ua",Xt=K+"-full-version-list",Zt=K+"-arch",Qt=K+"-"+Le,$t=K+"-form-factors",e0=K+"-"+y,t0=K+"-"+c,Ct=K+"-"+ne,i0=Ct+"-version",Mt=[Ze,Qe,y,c,ne,$e,M,X,Le],ge="Amazon",$="Apple",rt="ASUS",ot="BlackBerry",J="Google",st="Huawei",Be="Lenovo",ct="Honor",me="LG",Fe="Microsoft",Ge="Motorola",lt="Nvidia",dt="OnePlus",He="OPPO",se="Samsung",ut="Sharp",ce="Sony",Ve="Xiaomi",ze="Zebra",ft="Chrome",pt="Chromium",Y="Chromecast",Ie="Edge",le="Firefox",ee="Opera",We="Facebook",bt="Sogou",te="Mobile ",ie=" Browser",qe="Windows",a0=typeof window!==E.UNDEFINED,O=a0&&window.navigator?window.navigator:void 0,Z=O&&O.userAgentData?O.userAgentData:void 0,x0=function(a,t){var e={},i=t;if(!Ae(t)){i={};for(var n in t)for(var o in t[n])i[o]=t[n][o].concat(i[o]?i[o]:[])}for(var s in a)e[s]=i[s]&&i[s].length%2===0?i[s].concat(a[s]):a[s];return e},Ue=function(a){for(var t={},e=0;e<a.length;e++)t[a[e].toUpperCase()]=a[e];return t},Ke=function(a,t){if(typeof a===E.OBJECT&&a.length>0){for(var e in a)if(j(t)==j(a[e]))return!0;return!1}return be(a)?j(t)==j(a):!1},Ae=function(a,t){for(var e in a)return/^(browser|cpu|device|engine|os)$/.test(e)||(t?Ae(a[e]):!1)},be=function(a){return typeof a===E.STRING},Ye=function(a){if(a){for(var t=[],e=re(/\\?\"/g,a).split(","),i=0;i<e.length;i++)if(e[i].indexOf(";")>-1){var n=Ce(e[i]).split(";v=");t[i]={brand:n[0],version:n[1]}}else t[i]=Ce(e[i]);return t}},j=function(a){return be(a)?a.toLowerCase():a},Je=function(a){return be(a)?re(/[^\d\.]/g,a).split(".")[0]:void 0},V=function(a){for(var t in a)if(a.hasOwnProperty(t)){var e=a[t];typeof e==E.OBJECT&&e.length==2?this[e[0]]=e[1]:this[e]=void 0}return this},re=function(a,t){return be(t)?t.replace(a,ae):t},de=function(a){return re(/\\?\"/g,a)},Ce=function(a,t){return a=re(/^\s\s*/,String(a)),typeof t===E.UNDEFINED?a:a.substring(0,t)},Xe=function(a,t){if(!(!a||!t))for(var e=0,i,n,o,s,f,p;e<t.length&&!f;){var I=t[e],S=t[e+1];for(i=n=0;i<I.length&&!f&&I[i];)if(f=I[i++].exec(a),f)for(o=0;o<S.length;o++)p=f[++n],s=S[o],typeof s===E.OBJECT&&s.length>0?s.length===2?typeof s[1]==E.FUNCTION?this[s[0]]=s[1].call(this,p):this[s[0]]=s[1]:s.length>=3&&(typeof s[1]===E.FUNCTION&&!(s[1].exec&&s[1].test)?s.length>3?this[s[0]]=p?s[1].apply(this,s.slice(2)):void 0:this[s[0]]=p?s[1].call(this,p,s[2]):void 0:s.length==3?this[s[0]]=p?p.replace(s[1],s[2]):void 0:s.length==4?this[s[0]]=p?s[3].call(this,p.replace(s[1],s[2])):void 0:s.length>4&&(this[s[0]]=p?s[3].apply(this,[p.replace(s[1],s[2])].concat(s.slice(4))):void 0)):this[s]=p||void 0;e+=2}},N=function(a,t){for(var e in t)if(typeof t[e]===E.OBJECT&&t[e].length>0){for(var i=0;i<t[e].length;i++)if(Ke(t[e][i],a))return e===nt?void 0:e}else if(Ke(t[e],a))return e===nt?void 0:e;return t.hasOwnProperty("*")?t["*"]:a},ht={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:""},wt={embedded:"Automotive",mobile:"Mobile",tablet:["Tablet","EInk"],smarttv:"TV",wearable:"Watch",xr:["VR","XR"],"?":["Desktop","Unknown"],"*":void 0},n0={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"},gt={browser:[[/\b(?:crmo|crios)\/([\w\.]+)/i],[d,[l,te+"Chrome"]],[/webview.+edge\/([\w\.]+)/i],[d,[l,Ie+" WebView"]],[/edg(?:e|ios|a)?\/([\w\.]+)/i],[d,[l,"Edge"]],[/(opera mini)\/([-\w\.]+)/i,/(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i,/(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i],[l,d],[/opios[\/ ]+([\w\.]+)/i],[d,[l,ee+" Mini"]],[/\bop(?:rg)?x\/([\w\.]+)/i],[d,[l,ee+" GX"]],[/\bopr\/([\w\.]+)/i],[d,[l,ee]],[/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i],[d,[l,"Baidu"]],[/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i],[d,[l,"Maxthon"]],[/(kindle)\/([\w\.]+)/i,/(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i,/(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i,/(?:ms|\()(ie) ([\w\.]+)/i,/(atlas|flock|rockmelt|midori|epiphany|silk|skyfire|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:hi|lg |ovi|qute)browser|palemoon)\/v?([-\w\.]+)/i,/(brave)(?: chrome)?\/([\d\.]+)/i,/(aloha|heytap|ovi|115|surf|qwant)browser\/([\d\.]+)/i,/(qwant)(?:ios|mobile)\/([\d\.]+)/i,/(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i],[l,d],[/quark(?:pc)?\/([-\w\.]+)/i],[d,[l,"Quark"]],[/\bddg\/([\w\.]+)/i],[d,[l,"DuckDuckGo"]],[/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i],[d,[l,"UCBrowser"]],[/microm.+\bqbcore\/([\w\.]+)/i,/\bqbcore\/([\w\.]+).+microm/i,/micromessenger\/([\w\.]+)/i],[d,[l,"WeChat"]],[/konqueror\/([\w\.]+)/i],[d,[l,"Konqueror"]],[/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i],[d,[l,"IE"]],[/ya(?:search)?browser\/([\w\.]+)/i],[d,[l,"Yandex"]],[/slbrowser\/([\w\.]+)/i],[d,[l,"Smart "+Be+ie]],[/(av(?:ast|g|ira))\/([\w\.]+)/i],[[l,/(.+)/,"$1 Secure"+ie],d],[/norton\/([\w\.]+)/i],[d,[l,"Norton Private"+ie]],[/\bfocus\/([\w\.]+)/i],[d,[l,le+" Focus"]],[/ mms\/([\w\.]+)$/i],[d,[l,ee+" Neon"]],[/ opt\/([\w\.]+)$/i],[d,[l,ee+" Touch"]],[/coc_coc\w+\/([\w\.]+)/i],[d,[l,"Coc Coc"]],[/dolfin\/([\w\.]+)/i],[d,[l,"Dolphin"]],[/coast\/([\w\.]+)/i],[d,[l,ee+" Coast"]],[/miuibrowser\/([\w\.]+)/i],[d,[l,"MIUI"+ie]],[/fxios\/([\w\.-]+)/i],[d,[l,te+le]],[/\bqihoobrowser\/?([\w\.]*)/i],[d,[l,"360"]],[/\b(qq)\/([\w\.]+)/i],[[l,/(.+)/,"$1Browser"],d],[/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i],[[l,/(.+)/,"$1"+ie],d],[/samsungbrowser\/([\w\.]+)/i],[d,[l,se+" Internet"]],[/metasr[\/ ]?([\d\.]+)/i],[d,[l,bt+" Explorer"]],[/(sogou)mo\w+\/([\d\.]+)/i],[[l,bt+" Mobile"],d],[/(electron)\/([\w\.]+) safari/i,/(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i,/m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i],[l,d],[/(lbbrowser|luakit|rekonq|steam(?= (clie|tenf|gameo)))/i],[l],[/ome\/([\w\.]+).+(iron(?= saf)|360(?=[es]e$))/i],[d,l],[/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i],[[l,We],d,[r,Q]],[/(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,/(bing)(?:web|sapphire)\/([\w\.]+)/i,/(instagram|snapchat|klarna)[\/ ]([-\w\.]+)/i],[l,d,[r,Q]],[/\bgsa\/([\w\.]+) .*safari\//i],[d,[l,"GSA"],[r,Q]],[/(?:musical_ly|trill)(?:.+app_?version\/|_)([\w\.]+)/i],[d,[l,"TikTok"],[r,Q]],[/\[(linkedin)app\]/i],[l,[r,Q]],[/(zalo(?:app)?)[\/\sa-z]*([\w\.-]+)/i],[[l,/(.+)/,"Zalo"],d,[r,Q]],[/(chromium)[\/ ]([-\w\.]+)/i],[l,d],[/ome-(lighthouse)$/i],[l,[r,Jt]],[/headlesschrome(?:\/([\w\.]+)| )/i],[d,[l,ft+" Headless"]],[/wv\).+chrome\/([\w\.]+).+edgw\//i],[d,[l,Ie+" WebView2"]],[/ wv\).+(chrome)\/([\w\.]+)/i],[[l,ft+" WebView"],d],[/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i],[d,[l,"Android"+ie]],[/chrome\/([\w\.]+) mobile/i],[d,[l,te+"Chrome"]],[/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i],[l,d],[/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i],[d,[l,te+"Safari"]],[/iphone .*mobile(?:\/\w+ | ?)safari/i],[[l,te+"Safari"]],[/version\/([\w\.\,]+) .*(safari)/i],[d,l],[/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i],[l,[d,"1"]],[/(webkit|khtml)\/([\w\.]+)/i],[l,d],[/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i],[[l,te+le],d],[/(navigator|netscape\d?)\/([-\w\.]+)/i],[[l,"Netscape"],d],[/(wolvic|librewolf)\/([\w\.]+)/i],[l,d],[/mobile vr; rv:([\w\.]+)\).+firefox/i],[d,[l,le+" 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|basilisk|waterfox)\/([-\w\.]+)$/i,/(firefox)\/([\w\.]+)/i,/(mozilla)\/([\w\.]+(?= .+rv\:.+gecko\/\d+)|[0-4][\w\.]+(?!.+compatible))/i,/(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i,/\b(links) \(([\w\.]+)/i],[l,[d,/_/g,"."]],[/(cobalt)\/([\w\.]+)/i],[l,[d,/[^\d\.]+./,ae]]],cpu:[[/\b((amd|x|x86[-_]?|wow|win)64)\b/i],[[M,"amd64"]],[/(ia32(?=;))/i,/\b((i[346]|x)86)(pc)?\b/i],[[M,"ia32"]],[/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i],[[M,"arm64"]],[/\b(arm(v[67])?ht?n?[fl]p?)\b/i],[[M,"armhf"]],[/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i],[[M,"arm"]],[/ sun4\w[;\)]/i],[[M,"sparc"]],[/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i,/((ppc|powerpc)(64)?)( mac|;|\))/i,/(?:osf1|[freopnt]{3,4}bsd) (alpha)/i],[[M,/ower/,ae,j]],[/mc680.0/i],[[M,"68k"]],[/winnt.+\[axp/i],[[M,"alpha"]]],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],[c,[u,se],[r,_]],[/\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],[c,[u,se],[r,y]],[/(?:\/|\()(ip(?:hone|od)[\w, ]*)[\/\);]/i],[c,[u,$],[r,y]],[/\b(?:ios|apple\w+)\/.+[\(\/](ipad)/i,/\b(ipad)[\d,]*[;\] ].+(mac |i(pad)?)os/i],[c,[u,$],[r,_]],[/(macintosh);/i],[c,[u,$]],[/\b(sh-?[altvz]?\d\d[a-ekm]?)/i],[c,[u,ut],[r,y]],[/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i],[c,[u,ct],[r,_]],[/honor([-\w ]+)[;\)]/i],[c,[u,ct],[r,y]],[/\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],[c,[u,st],[r,_]],[/(?:huawei) ?([-\w ]+)[;\)]/i,/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i],[c,[u,st],[r,y]],[/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i,/\b(?:xiao)?((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i],[[c,/_/g," "],[u,Ve],[r,_]],[/\b; (\w+) build\/hm\1/i,/\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i,/oid[^\)]+; (redmi[\-_ ]?(?:note|k)?[\w_ ]+|m?[12]\d[01]\d\w{3,6}|poco[\w ]+|(shark )?\w{3}-[ah]0|qin ?[1-3](s\+|ultra| pro)?)( bui|; wv|\))/i,/\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note|max|cc)?[_ ]?(?:\d{0,2}\w?)[_ ]?(?:plus|se|lite|pro)?( 5g|lte)?)(?: bui|\))/i,/ ([\w ]+) miui\/v?\d/i],[[c,/_/g," "],[u,Ve],[r,y]],[/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-l]\w[1m]10)\b/i,/(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i],[c,[u,dt],[r,y]],[/; (\w+) bui.+ oppo/i,/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i],[c,[u,He],[r,y]],[/\b(opd2(\d{3}a?))(?: bui|\))/i],[c,[u,N,{OnePlus:["203","304","403","404","413","415"],"*":He}],[r,_]],[/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i],[c,[u,"BLU"],[r,y]],[/; vivo (\w+)(?: bui|\))/i,/\b(v[12]\d{3}\w?[at])(?: bui|;)/i],[c,[u,"Vivo"],[r,y]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i],[c,[u,"Realme"],[r,y]],[/(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],[c,[u,Be],[r,_]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i],[c,[u,Be],[r,y]],[/\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],[c,[u,Ge],[r,y]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i],[c,[u,Ge],[r,_]],[/\b(?:lg)?([vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i],[c,[u,me],[r,_]],[/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i,/\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,/\blg-?([\d\w]+) bui/i],[c,[u,me],[r,y]],[/(nokia) (t[12][01])/i],[u,c,[r,_]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,/nokia[-_ ]?(([-\w\. ]*?))( bui|\)|;|\/)/i],[[c,/_/g," "],[r,y],[u,"Nokia"]],[/(pixel (c|tablet))\b/i],[c,[u,J],[r,_]],[/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],[c,[u,J],[r,y]],[/(google) (pixelbook( go)?)/i],[u,c],[/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],[c,[u,ce],[r,y]],[/sony tablet [ps]/i,/\b(?:sony)?sgp\w+(?: bui|\))/i],[[c,"Xperia Tablet"],[u,ce],[r,_]],[/(alexa)webm/i,/(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i,/(kf[a-z]+)( bui|\)).+silk\//i],[c,[u,ge],[r,_]],[/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i],[[c,/(.+)/g,"Fire Phone $1"],[u,ge],[r,y]],[/(playbook);[-\w\),; ]+(rim)/i],[c,u,[r,_]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,/(?:blackberry|\(bb10;) (\w+)/i],[c,[u,ot],[r,y]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i],[c,[u,rt],[r,_]],[/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i],[c,[u,rt],[r,y]],[/(nexus 9)/i],[c,[u,"HTC"],[r,_]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,/(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i],[u,[c,/_/g," "],[r,y]],[/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],[c,[u,"TCL"],[r,_]],[/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],[c,[u,"TCL"],[r,y]],[/(itel) ((\w+))/i],[[u,j],c,[r,N,{tablet:["p10001l","w7001"],"*":"mobile"}]],[/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i],[c,[u,"Acer"],[r,_]],[/droid.+; (m[1-5] note) bui/i,/\bmz-([-\w]{2,})/i],[c,[u,"Meizu"],[r,y]],[/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i],[c,[u,"Ulefone"],[r,y]],[/; (energy ?\w+)(?: bui|\))/i,/; energizer ([\w ]+)(?: bui|\))/i],[c,[u,"Energizer"],[r,y]],[/; cat (b35);/i,/; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i],[c,[u,"Cat"],[r,y]],[/((?:new )?andromax[\w- ]+)(?: bui|\))/i],[c,[u,"Smartfren"],[r,y]],[/droid.+; (a(in)?(0(15|59|6[35])|142)p?)/i],[c,[u,"Nothing"],[r,y]],[/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i,/archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i],[c,[u,"Archos"],[r,_]],[/archos ([\w ]+)( b|\))/i,/; (ac[3-6]\d\w{2,8})( b|\))/i],[c,[u,"Archos"],[r,y]],[/; (n159v)/i],[c,[u,"HMD"],[r,y]],[/(imo) (tab \w+)/i,/(infinix|tecno) (x1101b?|p904|dp(7c|8d|10a)( pro)?|p70[1-3]a?|p904|t1101)/i],[u,c,[r,_]],[/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|tecno|micromax|advan)[-_ ]?([-\w]*)/i,/; (blu|hmd|imo|infinix|lava|oneplus|tcl|wiko)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i,/(hp) ([\w ]+\w)/i,/(microsoft); (lumia[\w ]+)/i,/(oppo) ?([\w ]+) bui/i,/(hisense) ([ehv][\w ]+)\)/i,/droid[^;]+; (philips)[_ ]([sv-x][\d]{3,4}[xz]?)/i],[u,c,[r,y]],[/(kobo)\s(ereader|touch)/i,/(hp).+(touchpad(?!.+tablet)|tablet)/i,/(kindle)\/([\w\.]+)/i],[u,c,[r,_]],[/(surface duo)/i],[c,[u,Fe],[r,_]],[/droid [\d\.]+; (fp\du?)(?: b|\))/i],[c,[u,"Fairphone"],[r,y]],[/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i],[c,[u,lt],[r,_]],[/(sprint) (\w+)/i],[u,c,[r,y]],[/(kin\.[onetw]{3})/i],[[c,/\./g," "],[u,Fe],[r,y]],[/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i],[c,[u,ze],[r,_]],[/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i],[c,[u,ze],[r,y]],[/(philips)[\w ]+tv/i,/smart-tv.+(samsung)/i],[u,[r,k]],[/hbbtv.+maple;(\d+)/i],[[c,/^/,"SmartTV"],[u,se],[r,k]],[/(vizio)(?: |.+model\/)(\w+-\w+)/i,/tcast.+(lg)e?. ([-\w]+)/i],[u,c,[r,k]],[/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i],[[u,me],[r,k]],[/(apple) ?tv/i],[u,[c,$+" TV"],[r,k]],[/crkey.*devicetype\/chromecast/i],[[c,Y+" Third Generation"],[u,J],[r,k]],[/crkey.*devicetype\/([^/]*)/i],[[c,/^/,"Chromecast "],[u,J],[r,k]],[/fuchsia.*crkey/i],[[c,Y+" Nest Hub"],[u,J],[r,k]],[/crkey/i],[[c,Y],[u,J],[r,k]],[/(portaltv)/i],[c,[u,We],[r,k]],[/droid.+aft(\w+)( bui|\))/i],[c,[u,ge],[r,k]],[/(shield \w+ tv)/i],[c,[u,lt],[r,k]],[/\(dtv[\);].+(aquos)/i,/(aquos-tv[\w ]+)\)/i],[c,[u,ut],[r,k]],[/(bravia[\w ]+)( bui|\))/i],[c,[u,ce],[r,k]],[/(mi(tv|box)-?\w+) bui/i],[c,[u,Ve],[r,k]],[/Hbbtv.*(technisat) (.*);/i],[u,c,[r,k]],[/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i,/hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i],[[u,/.+\/(\w+)/,"$1",N,{LG:"lge"}],[c,Ce],[r,k]],[/(playstation \w+)/i],[c,[u,ce],[r,ve]],[/\b(xbox(?: one)?(?!; xbox))[\); ]/i],[c,[u,Fe],[r,ve]],[/(ouya)/i,/(nintendo) (\w+)/i,/(retroid) (pocket ([^\)]+))/i,/(valve).+(steam deck)/i,/droid.+; ((shield|rgcube|gr0006))( bui|\))/i],[[u,N,{Nvidia:"Shield",Anbernic:"RGCUBE",Logitech:"GR0006"}],c,[r,ve]],[/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i],[c,[u,se],[r,U]],[/((pebble))app/i,/(asus|google|lg|oppo|xiaomi) ((pixel |zen)?watch[\w ]*)( bui|\))/i],[u,c,[r,U]],[/(ow(?:19|20)?we?[1-3]{1,3})/i],[c,[u,He],[r,U]],[/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i],[c,[u,$],[r,U]],[/(opwwe\d{3})/i],[c,[u,dt],[r,U]],[/(moto 360)/i],[c,[u,Ge],[r,U]],[/(smartwatch 3)/i],[c,[u,ce],[r,U]],[/(g watch r)/i],[c,[u,me],[r,U]],[/droid.+; (wt63?0{2,3})\)/i],[c,[u,ze],[r,U]],[/droid.+; (glass) \d/i],[c,[u,J],[r,we]],[/(pico) ([\w ]+) os\d/i],[u,c,[r,we]],[/(quest( \d| pro)?s?).+vr/i],[c,[u,We],[r,we]],[/mobile vr; rv.+firefox/i],[[r,we]],[/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i],[u,[r,ue]],[/(aeobc)\b/i],[c,[u,ge],[r,ue]],[/(homepod).+mac os/i],[c,[u,$],[r,ue]],[/windows iot/i],[[r,ue]],[/droid.+; ([\w- ]+) (4k|android|smart|google)[- ]?tv/i],[c,[r,k]],[/\b((4k|android|smart|opera)[- ]?tv|tv; rv:|large screen[\w ]+safari)\b/i],[[r,k]],[/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew|; hmsc).+?(mobile|vr|\d) safari/i],[c,[r,N,{mobile:"Mobile",xr:"VR","*":_}]],[/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i],[[r,_]],[/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i],[[r,y]],[/droid .+?; ([\w\. -]+)( bui|\))/i],[c,[u,"Generic"]]],engine:[[/windows.+ edge\/([\w\.]+)/i],[d,[l,Ie+"HTML"]],[/(arkweb)\/([\w\.]+)/i],[l,d],[/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i],[d,[l,"Blink"]],[/(presto)\/([\w\.]+)/i,/(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i,/ekioh(flow)\/([\w\.]+)/i,/(khtml|tasman|links|dillo)[\/ ]\(?([\w\.]+)/i,/(icab)[\/ ]([23]\.[\d\.]+)/i,/\b(libweb)/i],[l,d],[/ladybird\//i],[[l,"LibWeb"]],[/rv\:([\w\.]{1,9})\b.+(gecko)/i],[d,l]],os:[[/(windows nt) (6\.[23]); arm/i],[[l,/N/,"R"],[d,N,ht]],[/(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],[l,d],[/windows nt ?([\d\.\)]*)(?!.+xbox)/i,/\bwin(?=3| ?9|n)(?:nt| 9x )?([\d\.;]*)/i],[[d,/(;|\))/g,"",N,ht],[l,qe]],[/(windows ce)\/?([\d\.]*)/i],[l,d],[/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i,/(?:ios;fbsv|ios(?=.+ip(?:ad|hone)|.+apple ?tv)|ip(?:ad|hone)(?: |.+i(?:pad)?)os|apple ?tv.+ios)[\/ ]([\w\.]+)/i,/\btvos ?([\w\.]+)/i,/cfnetwork\/.+darwin/i],[[d,/_/g,"."],[l,"iOS"]],[/(mac os x) ?([\w\. ]*)/i,/(macintosh|mac_powerpc\b)(?!.+(haiku|morphos))/i],[[l,"macOS"],[d,/_/g,"."]],[/android ([\d\.]+).*crkey/i],[d,[l,Y+" Android"]],[/fuchsia.*crkey\/([\d\.]+)/i],[d,[l,Y+" Fuchsia"]],[/crkey\/([\d\.]+).*devicetype\/smartspeaker/i],[d,[l,Y+" SmartSpeaker"]],[/linux.*crkey\/([\d\.]+)/i],[d,[l,Y+" Linux"]],[/crkey\/([\d\.]+)/i],[d,[l,Y]],[/droid ([\w\.]+)\b.+(android[- ]x86)/i],[d,l],[/(ubuntu) ([\w\.]+) like android/i],[[l,/(.+)/,"$1 Touch"],d],[/(harmonyos)[\/ ]?([\d\.]*)/i,/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen)\w*[-\/\.; ]?([\d\.]*)/i],[l,d],[/\(bb(10);/i],[d,[l,ot]],[/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i],[d,[l,"Symbian"]],[/mozilla\/[\d\.]+ \((?:mobile[;\w ]*|tablet|tv|[^\)]*(?:viera|lg(?:l25|-d300)|alcatel ?o.+|y300-f1)); rv:([\w\.]+)\).+gecko\//i],[d,[l,le+" OS"]],[/\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i,/webos(?:[ \/]?|\.tv-20(?=2[2-9]))(\d[\d\.]*)/i],[d,[l,"webOS"]],[/web0s;.+?(?:chr[o0]me|safari)\/(\d+)/i],[[d,N,{25:"120",24:"108",23:"94",22:"87",6:"79",5:"68",4:"53",3:"38",2:"538",1:"537","*":"TV"}],[l,"webOS"]],[/watch(?: ?os[,\/ ]|\d,\d\/)([\d\.]+)/i],[d,[l,"watchOS"]],[/cros [\w]+(?:\)| ([\w\.]+)\b)/i],[d,[l,"Chrome OS"]],[/kepler ([\w\.]+); (aft|aeo)/i],[d,[l,"Vega OS"]],[/(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],[l,d],[/(sunos) ?([\d\.]*)/i],[[l,"Solaris"],d],[/\b(beos|os\/2|amigaos|openvms|hp-ux|serenityos)/i,/(unix) ?([\w\.]*)/i],[l,d]]},ye=(function(){var a={init:{},isIgnore:{},isIgnoreRgx:{},toString:{}};return V.call(a.init,[[P,[l,d,pe,r]],[z,[M]],[F,[r,c,u]],[L,[l,d]],[D,[l,d]]]),V.call(a.isIgnore,[[P,[d,pe]],[L,[d]],[D,[d]]]),V.call(a.isIgnoreRgx,[[P,/ ?browser$/i],[D,/ ?os$/i]]),V.call(a.toString,[[P,[l,d]],[z,[M]],[F,[u,c]],[L,[l,d]],[D,[l,d]]]),a})(),r0=function(a,t){var e=ye.init[t],i=ye.isIgnore[t]||0,n=ye.isIgnoreRgx[t]||0,o=ye.toString[t]||0;function s(){V.call(this,e)}return s.prototype.getItem=function(){return a},s.prototype.withClientHints=function(){return Z?Z.getHighEntropyValues(Mt).then(function(f){return a.setCH(new Rt(f,!1)).parseCH().get()}):a.parseCH().get()},s.prototype.withFeatureCheck=function(){return a.detectFeature().get()},t!=xe&&(s.prototype.is=function(f){var p=!1;for(var I in this)if(this.hasOwnProperty(I)&&!Ke(i,I)&&j(n?re(n,this[I]):this[I])==j(n?re(n,f):f)){if(p=!0,f!=E.UNDEFINED)break}else if(f==E.UNDEFINED&&p){p=!p;break}return p},s.prototype.toString=function(){var f=ae;for(var p in o)typeof this[o[p]]!==E.UNDEFINED&&(f+=(f?" ":ae)+this[o[p]]);return f||E.UNDEFINED}),s.prototype.then=function(f){var p=this,I=function(){for(var R in p)p.hasOwnProperty(R)&&(this[R]=p[R])};I.prototype={is:s.prototype.is,toString:s.prototype.toString,withClientHints:s.prototype.withClientHints,withFeatureCheck:s.prototype.withFeatureCheck};var S=new I;return f(S),S},new s};function Rt(a,t){if(a=a||{},V.call(this,Mt),t)V.call(this,[[Ze,Ye(a[K])],[Qe,Ye(a[Xt])],[y,/\?1/.test(a[e0])],[c,de(a[t0])],[ne,de(a[Ct])],[$e,de(a[i0])],[M,de(a[Zt])],[X,Ye(a[$t])],[Le,de(a[Qt])]]);else for(var e in a)this.hasOwnProperty(e)&&typeof a[e]!==E.UNDEFINED&&(this[e]=a[e])}function q(a,t,e,i){return V.call(this,[["itemType",a],["ua",t],["uaCH",i],["rgxMap",e],["data",r0(this,a)]]),this}q.prototype.get=function(a){return a?this.data.hasOwnProperty(a)?this.data[a]:void 0:this.data};q.prototype.set=function(a,t){return this.data[a]=t,this};q.prototype.setCH=function(a){return this.uaCH=a,this};q.prototype.detectFeature=function(){if(O&&O.userAgent==this.ua)switch(this.itemType){case P:O.brave&&typeof O.brave.isBrave==E.FUNCTION&&this.set(l,"Brave");break;case F:!this.get(r)&&Z&&Z[y]&&this.set(r,y),this.get(c)=="Macintosh"&&O&&typeof O.standalone!==E.UNDEFINED&&O.maxTouchPoints&&O.maxTouchPoints>2&&this.set(c,"iPad").set(r,_);break;case D:!this.get(l)&&Z&&Z[ne]&&this.set(l,Z[ne]);break;case xe:var a=this.data,t=function(e){return a[e].getItem().detectFeature().get()};this.set(P,t(P)).set(z,t(z)).set(F,t(F)).set(L,t(L)).set(D,t(D))}return this};q.prototype.parseUA=function(){switch(this.itemType!=xe&&Xe.call(this.data,this.ua,this.rgxMap),this.itemType){case P:this.set(pe,Je(this.get(d)));break;case D:if(this.get(l)=="iOS"&&this.get(d)=="18.6"){var a=/\) Version\/([\d\.]+)/.exec(this.ua);a&&parseInt(a[1].substring(0,2),10)>=26&&this.set(d,a[1])}break}return this};q.prototype.parseCH=function(){var a=this.uaCH,t=this.rgxMap;switch(this.itemType){case P:case L:var e=a[Qe]||a[Ze],i;if(e)for(var n=0;n<e.length;n++){var o=e[n].brand||e[n],s=e[n].version;this.itemType==P&&!/not.a.brand/i.test(o)&&(!i||/Chrom/.test(i)&&o!=pt||i==Ie&&/WebView2/.test(o))&&(o=N(o,n0),i=this.get(l),i&&!/Chrom/.test(i)&&/Chrom/.test(o)||this.set(l,o).set(d,s).set(pe,Je(s)),i=o),this.itemType==L&&o==pt&&this.set(d,s)}break;case z:var f=a[M];f&&(f&&a[Le]=="64"&&(f+="64"),Xe.call(this.data,f+";",t));break;case F:if(a[y]&&this.set(r,y),a[c]&&(this.set(c,a[c]),!this.get(r)||!this.get(u))){var p={};Xe.call(p,"droid 9; "+a[c]+")",t),!this.get(r)&&p.type&&this.set(r,p.type),!this.get(u)&&p.vendor&&this.set(u,p.vendor)}if(a[X]){var I;if(typeof a[X]!="string")for(var S=0;!I&&S<a[X].length;)I=N(a[X][S++],wt);else I=N(a[X],wt);this.set(r,I)}break;case D:var R=a[ne];if(R){var H=a[$e];R==qe&&(H=parseInt(Je(H),10)>=13?"11":"10"),this.set(l,R).set(d,H)}this.get(l)==qe&&a[c]=="Xbox"&&this.set(l,"Xbox").set(d,void 0);break;case xe:var oe=this.data,W=function(he){return oe[he].getItem().setCH(a).parseCH().get()};this.set(P,W(P)).set(z,W(z)).set(F,W(F)).set(L,W(L)).set(D,W(D))}return this};function G(a,t,e){if(typeof a===E.OBJECT?(Ae(a,!0)?(typeof t===E.OBJECT&&(e=t),t=a):(e=a,t=void 0),a=void 0):typeof a===E.STRING&&!Ae(t,!0)&&(e=t,t=void 0),e)if(typeof e.append===E.FUNCTION){var i={};e.forEach(function(S,R){i[String(R).toLowerCase()]=S}),e=i}else{var n={};for(var o in e)e.hasOwnProperty(o)&&(n[String(o).toLowerCase()]=e[o]);e=n}if(!(this instanceof G))return new G(a,t,e).getResult();var s=typeof a===E.STRING?a:e&&e[xt]?e[xt]:O&&O.userAgent?O.userAgent:ae,f=new Rt(e,!0),p=t?x0(gt,t):gt,I=function(S){return S==xe?function(){return new q(S,s,p,f).set("ua",s).set(P,this.getBrowser()).set(z,this.getCPU()).set(F,this.getDevice()).set(L,this.getEngine()).set(D,this.getOS()).get()}:function(){return new q(S,s,p[S],f).parseUA().get()}};return V.call(this,[["getBrowser",I(P)],["getCPU",I(z)],["getDevice",I(F)],["getEngine",I(L)],["getOS",I(D)],["getResult",I(xe)],["getUA",function(){return s}],["setUA",function(S){return be(S)&&(s=Ce(S,Kt)),this}]]).setUA(s),this}G.VERSION=qt;G.BROWSER=Ue([l,d,pe,r]);G.CPU=Ue([M]);G.DEVICE=Ue([c,u,r,ve,y,k,_,U,ue]);G.ENGINE=G.OS=Ue([l,d]);const o0=Object.freeze(Object.defineProperty({__proto__:null,UAParser:G},Symbol.toStringTag,{value:"Module"})),C=[];for(let a=0;a<256;++a)C.push((a+256).toString(16).slice(1));function s0(a,t=0){return(C[a[t+0]]+C[a[t+1]]+C[a[t+2]]+C[a[t+3]]+"-"+C[a[t+4]]+C[a[t+5]]+"-"+C[a[t+6]]+C[a[t+7]]+"-"+C[a[t+8]]+C[a[t+9]]+"-"+C[a[t+10]]+C[a[t+11]]+C[a[t+12]]+C[a[t+13]]+C[a[t+14]]+C[a[t+15]]).toLowerCase()}let je;const c0=new Uint8Array(16);function l0(){if(!je){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");je=crypto.getRandomValues.bind(crypto)}return je(c0)}const d0=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),mt={randomUUID:d0};function u0(a,t,e){a=a||{};const i=a.random??a.rng?.()??l0();if(i.length<16)throw new Error("Random bytes length must be >= 16");return i[6]=i[6]&15|64,i[8]=i[8]&63|128,s0(i)}function Ot(a,t,e){return mt.randomUUID&&!a?mt.randomUUID():u0(a)}const x=Pt;function Pt(a,t){return a=a-435,Me()[a]}function Me(){const a=["Lesotho","Moldova (Republic of)","San Marino","Equatorial Guinea","316vbRnGH","Uruguay","Guatemala","Cook Islands","Canada","Trinidad and Tobago","Switzerland","Montenegro","South Georgia and the South Sandwich Islands","Spain","Bulgaria","11463564tTdGKj","Svalbard and Jan Mayen","Egypt","Timor-Leste","Finland","Mauritania","Andorra","South Africa","France","Guinea","Tanzania, United Republic of","Qatar","Suriname","Namibia","Ghana","Greenland","Argentina","Anguilla","Israel","Mali","American Samoa","Zambia","Singapore","1627467eaLQCV","Serbia","Burundi","Colombia","Bosnia and Herzegovina","Saint Pierre and Miquelon","Ireland","Antigua and Barbuda","Albania","Rwanda","Aruba","Iraq","Croatia","Somalia","52246890ZCfPYz","Jamaica","Cyprus","Zimbabwe","Ukraine","Saint Lucia","Central African Republic","French Guiana","Côte d'Ivoire","2692550wGunZK","Sierra Leone","Algeria","Nicaragua","Marshall Islands","Burkina Faso","Mozambique","Eritrea","Lithuania","Syrian Arab Republic","Sao Tome and Principe","Azerbaijan","Ethiopia","Morocco","Afghanistan","Mayotte","Congo","Venezuela (Bolivarian Republic of)","Haiti","Bouvet Island","Viet Nam","Korea (Democratic People's Republic of)","Belize","Barbados","Japan","Samoa","9840320bovOZG","Nauru","Tajikistan","Brazil","Libya","Macao","Benin","Isle of Man","Northern Mariana Islands","Dominican Republic","Czech Republic","Botswana","Kuwait","South Sudan","Hungary","Cuba","Saudi Arabia","Bermuda","Lebanon","French Polynesia","Saint Barthélemy","Belgium","Slovakia","Puerto Rico","Tuvalu","Maldives","Saint Helena, Ascension and Tristan da Cunha","Myanmar","Bolivia (Plurinational State of)","Swaziland","French Southern Territories","Western Sahara","Ecuador","Bahrain","Saint Vincent and the Grenadines","Uzbekistan","Kyrgyzstan","Liechtenstein","Norway","Iceland","Heard Island and McDonald Islands","El Salvador","Wallis and Futuna","Luxembourg","Vanuatu","Guadeloupe","Djibouti","Fiji","Cambodia","Bonaire, Sint Eustatius and Saba","Jersey","Martinique","Falkland Islands (Malvinas)","Saint Kitts and Nevis","Sweden","Germany","Tokelau","Cocos (Keeling) Islands","Christmas Island","5lmHnJo","Mongolia","Guam","New Zealand","Paraguay","Gambia","Senegal","Cabo Verde","Philippines","Uganda","United Kingdom","Kenya","Costa Rica","Australia","Guernsey","Curaçao","Austria","Yemen","Congo (Democratic Republic of the)","Latvia","Honduras","3346430HvKaru","Sri Lanka","Niger","Togo","46947BhRLMt","Sudan","Grenada","Malawi","Nepal","Malaysia","Romania","Bangladesh","Nigeria","Guyana","Belarus","Seychelles","Estonia","United Arab Emirates","New Caledonia","Pakistan","Madagascar","Netherlands","Papua New Guinea","Gibraltar","Kazakhstan","Malta","Pitcairn","Guinea-Bissau","United States Minor Outlying Islands","Comoros","Réunion","Chile","Bahamas"];return Me=function(){return a},Me()}(function(a,t){const e=Pt,i=a();for(;;)try{if(-parseInt(e(509))/1+-parseInt(e(438))/2+parseInt(e(442))/3*(parseInt(e(475))/4)+parseInt(e(617))/5*(-parseInt(e(486))/6)+parseInt(e(532))/7+-parseInt(e(558))/8+parseInt(e(523))/9===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Me,984815);const Dt={AF:x(546),AX:"Åland Islands",AL:x(517),DZ:x(534),AS:x(506),AD:x(492),AO:"Angola",AI:x(503),AQ:"Antarctica",AG:x(516),AR:x(502),AM:"Armenia",AW:x(519),AU:x(630),AT:x(633),AZ:x(543),BS:x(470),BH:x(591),BD:x(449),BB:x(555),BY:x(452),BE:x(579),BZ:x(554),BJ:x(564),BM:x(575),BT:"Bhutan",BO:x(586),BQ:x(607),BA:x(513),BW:x(569),BV:x(551),BR:x(561),IO:"British Indian Ocean Territory",BN:"Brunei Darussalam",BG:x(485),BF:x(537),BI:x(511),CV:x(624),KH:x(606),CM:"Cameroon",CA:x(479),KY:"Cayman Islands",CF:x(529),TD:"Chad",CL:x(469),CN:"China",CX:x(616),CC:x(615),CO:x(512),KM:x(467),CG:x(548),CD:x(435),CK:x(478),CR:x(629),CI:x(531),HR:x(521),CU:x(573),CW:x(632),CY:x(525),CZ:x(568),DK:"Denmark",DJ:x(604),DM:"Dominica",DO:x(567),EC:x(590),EG:x(488),SV:x(599),GQ:x(474),ER:x(539),EE:x(454),ET:x(544),FK:x(610),FO:"Faroe Islands",FJ:x(605),FI:x(490),FR:x(494),GF:x(530),PF:x(577),TF:x(588),GA:"Gabon",GM:x(622),GE:"Georgia",DE:x(613),GH:x(500),GI:x(461),GR:"Greece",GL:x(501),GD:x(444),GP:x(603),GU:x(619),GT:x(477),GG:x(631),GN:x(495),GW:x(465),GY:x(451),HT:x(550),HM:x(598),VA:"Holy See",HN:x(437),HK:"Hong Kong",HU:x(572),IS:x(597),IN:"India",ID:"Indonesia",IR:"Iran (Islamic Republic of)",IQ:x(520),IE:x(515),IM:x(565),IL:x(504),IT:"Italy",JM:x(524),JP:x(556),JE:x(608),JO:"Jordan",KZ:x(462),KE:x(628),KI:"Kiribati",KP:x(553),KR:"Korea, Republic of",KW:x(570),KG:x(594),LA:"Lao People's Democratic Republic",LV:x(436),LB:x(576),LS:x(471),LR:"Liberia",LY:x(562),LI:x(595),LT:x(540),LU:x(601),MO:x(563),MK:"Macedonia (the former Yugoslav Republic of)",MG:x(458),MW:x(445),MY:x(447),MV:x(583),ML:x(505),MT:x(463),MH:x(536),MQ:x(609),MR:x(491),MU:"Mauritius",YT:x(547),MX:"Mexico",FM:"Micronesia (Federated States of)",MD:x(472),MC:"Monaco",MN:x(618),ME:x(482),MS:"Montserrat",MA:x(545),MZ:x(538),MM:x(585),NA:x(499),NR:x(559),NP:x(446),NL:x(459),NC:x(456),NZ:x(620),NI:x(535),NE:x(440),NG:x(450),NU:"Niue",NF:"Norfolk Island",MP:x(566),NO:x(596),OM:"Oman",PK:x(457),PW:"Palau",PS:"Palestine, State of",PA:"Panama",PG:x(460),PY:x(621),PE:"Peru",PH:x(625),PN:x(464),PL:"Poland",PT:"Portugal",PR:x(581),QA:x(497),RE:x(468),RO:x(448),RU:"Russian Federation",RW:x(518),BL:x(578),SH:x(584),KN:x(611),LC:x(528),MF:"Saint Martin (French part)",PM:x(514),VC:x(592),WS:x(557),SM:x(473),ST:x(542),SA:x(574),SN:x(623),RS:x(510),SC:x(453),SL:x(533),SG:x(508),SX:"Sint Maarten (Dutch part)",SK:x(580),SI:"Slovenia",SB:"Solomon Islands",SO:x(522),ZA:x(493),GS:x(483),SS:x(571),ES:x(484),LK:x(439),SD:x(443),SR:x(498),SJ:x(487),SZ:x(587),SE:x(612),CH:x(481),SY:x(541),TW:"Taiwan",TJ:x(560),TZ:x(496),TH:"Thailand",TL:x(489),TG:x(441),TK:x(614),TO:"Tonga",TT:x(480),TN:"Tunisia",TR:"Turkey",TM:"Turkmenistan",TC:"Turks and Caicos Islands",TV:x(582),UG:x(626),UA:x(527),AE:x(455),GB:x(627),US:"United States of America",UM:x(466),UY:x(476),UZ:x(593),VU:x(602),VE:x(549),VN:x(552),VG:"Virgin Islands (British)",VI:"Virgin Islands (U.S.)",WF:x(600),EH:x(589),YE:x(634),ZM:x(507),ZW:x(526)},T=Nt;function Nt(a,t){return a=a-281,Re()[a]}(function(a,t){const e=Nt,i=a();for(;;)try{if(parseInt(e(350))/1*(parseInt(e(290))/2)+parseInt(e(300))/3+-parseInt(e(283))/4+-parseInt(e(312))/5+-parseInt(e(291))/6+-parseInt(e(330))/7*(-parseInt(e(327))/8)+parseInt(e(284))/9===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Re,343288);const et={gov:{prod:{log:T(344),report:T(307)},beta:{log:T(326),report:T(292)}},pub:{prod:{log:T(328),report:T(310)},beta:{log:"https://papi.beta-vpe.naverncp.com/player/maSync",report:"https://log.beta-vpe.naverncp.com/stats"}}};let A={video:{},browser:{},device:{},connection:{},screen:{},player_version:T(305),extra:{sessionId:null,playerType:T(282)},log_type:T(286),privacy:{cookie_enabled:!0}},B={platform:"pub",stage:T(336),sync:!1,syncResult:{}};const f0=new Date().getTime(),Lt=a=>a;function yt(){return Ot()}function p0(){return Ot()}const Ut=()=>{const a=T,t=new Date,e=s=>String(s)[a(339)](2,"0"),i=t[a(309)]()+"-"+e(t.getMonth()+1)+"-"+e(t[a(334)]())+" "+e(t[a(314)]())+":"+e(t[a(335)]())+":"+e(t.getSeconds()),n=Math[a(345)](t.getTime()/1e3),o=new Date()[a(296)]()-f0;return{logDate:i,logDateUnix:n,thisSec:o}};function b0(a){const t=T;return typeof a===t(359)&&a!==null&&!Array[t(353)](a)}function Bt(a,t){const e=T;Object[e(295)](t)[e(288)](([i,n])=>{const o=e;b0(n)?(!a[i]&&(a[i]={}),Object[o(295)](n)[o(288)](([s,f])=>{f!=null&&(a[i][s]=f)})):n!=null&&(a[i]=n)})}function h0(a){const t=T;return a.indexOf(t(303))>-1?"hls":a[t(297)](t(340))>-1?t(298):t(333)}function w0(a){const t=T,e=[];return a?.r1&&e[t(294)](a.r1),a?.r2&&e.push(a.r2),a?.r3&&e[t(294)](a.r3),e[t(289)](" ")}function g0(a){const t=T;a[t(313)]==="1.0"&&(a.actionDuration=0),a[t(313)]===void 0&&(a[t(313)]=0),[t(358),t(311),t(337),t(316)].forEach(i=>{a[i]===void 0&&(a[i]=0)}),a.type===void 0&&A[t(325)]?.[t(323)]&&(a[t(323)]=A.video[t(323)]),a[t(302)]===void 0&&A.video?.[t(302)]&&(a[t(302)]=A[t(325)][t(302)],a[t(348)]=h0(a[t(302)]))}function Re(){const a=["logDateUnix","isArray","syncResult","timeupdate","parse","platform","playerStartTime","object","MA init report failed:","VPE React Native","1814464hOJCKM","3153591lrLpOp","sessionId","vpe","json","forEach","join","6QerAyA","3845646thLKmg","https://log.beta-vpe.gov-ntruss.com/stats","net","push","entries","getTime","indexOf","dash","actionType","394857ozDGGF","result","url","m3u8","assign","latest","browser","https://log.vpe.gov-ntruss.com/stats","Korea, Republic of","getFullYear","https://log.vpe.naverncp.com/stats","videoStartTime","657585unkXcm","actionDuration","getHours","log_type","seekedTime","nation","TID","log","extra","stringify","address","type","error","video","https://papi.beta-vpe.gov-ntruss.com/player/maSync","34280RVgZkz","https://papi.vpe.naverncp.com/player/maSync","host","819idzAEh","logDate","POST","mp4","getDate","getMinutes","prod","totalStartTime","report","padStart","mpd","MA config initialization failed:","created_at","MA report actionType ->","https://papi.vpe.gov-ntruss.com/player/maSync","floor","application/json","MA vpe init","videoFormat","UUID","195333ltEiUY","country"];return Re=function(){return a},Re()}function m0(a){const t=T;return!!(a[t(349)]&&a[t(318)]&&a.host)}function tt(a){const t=T;try{const e=B[t(354)]?.geoLocation;e&&(a[t(322)]=w0(e),a.isp=e[t(293)]||"",a.ip=B[t(354)]?.ip||"",a[t(317)]=e[t(351)]||"")}catch{}}const y0=async a=>{const t=T;if(!a)return;const{platform:e,stage:i}=B,n=et[e][i][t(319)];try{const o=await fetch(n,{method:t(332),headers:{"Content-Type":t(346)},body:JSON[t(321)]({access_key:a})}),s=await o[t(287)]();B.sync=s[t(301)]?.sync||!1,B.syncResult=s.result||{};const{logDate:f,logDateUnix:p}=Ut();return A[t(320)][t(331)]=f,A.extra.logDateUnix=p,B.syncResult?.geoLocation&&tt(A[t(320)]),s}catch(o){return console[t(324)](t(341),o),null}},v0=async a=>{const t=T,{platform:e,stage:i}=B,n=Lt(et[e][i][t(338)]),o={...a};o[t(315)]=t(286),tt(o[t(320)]);try{await fetch(n,{method:"POST",headers:{"Content-Type":t(346)},body:JSON[t(321)](o)})}catch(s){console[t(324)](t(281),s)}},I0=async a=>{const t=T,{platform:e,stage:i}=B,n=Lt(et[e][i].report),o=JSON[t(356)](JSON.stringify(A));if(Bt(o,a),o[t(315)]="MA",tt(o[t(320)]),g0(o[t(320)]),!!m0(o[t(320)]))try{o[t(323)]!=t(355),await fetch(n,{method:t(332),headers:{"Content-Type":t(346)},body:JSON[t(321)](o)})}catch(s){console[t(319)]("MA report failed:",s)}};async function S0(a,t,e,i,n){const o=T;B[o(357)]=a,B.stage=t,Bt(A,e),i&&(A.extra.vpePackageId=i),n&&(A[o(320)].vpeKey=n),A.extra[o(317)]?A[o(306)][o(351)]=Dt[A[o(320)][o(317)]]||"Korea, Republic of":A.browser[o(351)]=o(308);const{logDate:s,logDateUnix:f}=Ut();A[o(320)][o(331)]=s,A[o(320)][o(352)]=f,A[o(320)][o(342)]=f}async function _0(a){const t=T,e=JSON.parse(JSON[t(321)](A));a[t(320)]&&Object[t(304)](e[t(320)],a.extra),e[t(325)]=a[t(325)],await v0(e),console[t(319)](t(347))}function it(a,t){return a=a-200,Oe()[a]}const vt=it;(function(a,t){const e=it,i=a();for(;;)try{if(-parseInt(e(203))/1*(-parseInt(e(218))/2)+-parseInt(e(204))/3*(-parseInt(e(213))/4)+parseInt(e(216))/5+parseInt(e(219))/6+parseInt(e(207))/7*(parseInt(e(217))/8)+-parseInt(e(221))/9*(-parseInt(e(200))/10)+-parseInt(e(205))/11*(parseInt(e(208))/12)===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Oe,866485);const T0=(a={},t)=>{const e=it,i={autostart:!0,muted:!1,aspectRatio:e(212),objectFit:e(215),controls:!0,keyboardShortcut:!0,startMutedInfoNotVisible:!1,allowsPictureInPicture:!1,staysActiveInBackground:!1,screenRecordingPrevention:!1,modalFullscreen:!1,seekingPreview:!0,lang:"ko",ui:e(201),controlBtn:{play:!0,fullscreen:!0,progressBar:!0,volume:!1,times:!0,pictureInPicture:!0,setting:!0,subtitle:!0},progressBarColor:e(214),controlActiveTime:3e3,playRateSetting:[.5,.75,1,1.5,2],autoPause:!1,repeat:!1,setStartTime:void 0,playIndex:0,lowLatencyMode:!0,touchGestures:!0,descriptionNotVisible:!1,devTestAppId:void 0,token:"",visibleWatermark:!1,iosFullscreenNativeMode:!0,watermarkText:"NAVER CLOUD PLATFORM",watermarkConfig:{randPosition:!0,randPositionInterVal:3e3,x:10,y:10,opacity:.5},captionStyle:{fontSize:12,color:"#ffffff",backgroundColor:e(211),edgeStyle:"dropshadow"},override:null};if(t!=="pay")return{...i,...E0};const n={...i,...a};return a[e(202)]&&(n[e(202)]={...i[e(202)],...a[e(202)]}),a[e(220)]&&(n[e(220)]={...i[e(220)],...a[e(220)]}),a[e(209)]&&(n[e(209)]={...i.captionStyle,...a[e(209)]}),n[e(202)]?.[e(206)]===void 0&&(n[e(202)].progressBar=!0),n};function Oe(){const a=["rgba(0, 0, 0, 0.4)","16/9","63708JsjecG","#4299f5","contain","3648275eMzjFE","6488568fzjVet","291174vuJMvS","7883844taPCIf","watermarkConfig","6962967Wsqlav","10GWOGkt","all","controlBtn","7aJfDzF","45JLsvyb","66VKgfLd","progressBar","7NsKPTP","8039784lrsaTW","captionStyle","#009dff"];return Oe=function(){return a},Oe()}const E0={free:!0,startMutedInfoNotVisible:!1,lowLatencyMode:!1,progressBarColor:vt(210),playRateSetting:[.5,.75,1,1.5,2],descriptionNotVisible:!0,seekingPreview:!1,controlActiveTime:1500,ui:vt(201),token:"",setStartTime:null,controlBtn:{play:!0,fullscreen:!0,volume:!0,times:!0,setting:!1,pictureInPicture:!1,progressBar:!0}},w=Ft;(function(a,t){const e=Ft,i=a();for(;;)try{if(-parseInt(e(329))/1*(-parseInt(e(257))/2)+parseInt(e(262))/3+parseInt(e(306))/4*(-parseInt(e(265))/5)+parseInt(e(284))/6+parseInt(e(294))/7*(-parseInt(e(236))/8)+-parseInt(e(242))/9*(-parseInt(e(239))/10)+-parseInt(e(301))/11===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Pe,796237);const It="0p",k0=59e3,A0=1,m={PLAYER_START:"player_start",STARTUP:"startup",PLAY:"play",PAUSE:w(234),PLAYING:w(325),PAUSED:w(234),SEEKING:w(248),SEEKED:w(231),WAITING:"waiting",WAITING_END:w(300),CANPLAY:w(268),ENDED:w(323),NEXT_TRACK:w(331),PREV_TRACK:w(321),ERROR:w(240),QUALITY_CHANGE:"quality_change",REBUFFERING:"rebuffering",TIMEUPDATE:w(302),TIMEUPDATE_FOCUS:w(286)};class C0{[w(249)];[w(320)];[w(246)];constructor(t,e,i){const n=w;this[n(320)]={platform:t,stage:e,sync:!1,syncResult:{}},this[n(249)]={video:{},browser:{},device:{},connection:{},screen:{},player_version:n(316),extra:{UUID:null,TID:null,sessionId:null,playerType:n(251),playAttempt:!1},log_type:n(230),privacy:{cookie_enabled:!0}},this[n(246)]={prevAction:null,isPlaying:!1,isSeeking:!1,initTimeupdate:!1,isBuffering:!1,firstError:!1,isEnded:!1,firstPlay:!0,firstPlaying:!0,startTime:0,prevTime:0,startUpDuration:0,prevUrl:"",prevQuality:It},this[n(295)](i),this[n(320)]}initializeReportData(t){const e=w;this.reportData={...this[e(249)],...t},this[e(249)][e(269)][e(237)]?this[e(249)][e(330)][e(263)]=Dt[this[e(249)].extra[e(237)]]||e(279):this[e(249)][e(330)][e(263)]=e(279)}[w(299)](){const t=w,e=new Date,i=s=>String(s)[t(317)](2,"0"),n=e.getFullYear()+"-"+i(e.getMonth()+1)+"-"+i(e[t(311)]())+" "+i(e.getHours())+":"+i(e[t(318)]())+":"+i(e[t(260)]()),o=Math.floor(e[t(299)]()/1e3);return{logDate:n,logDateUnix:o}}[w(252)](t){return typeof t=="object"&&t!==null&&!Array[w(278)](t)}async[w(238)](t,e){const i=w;if(this[i(246)][i(259)])return;const{logDate:n,logDateUnix:o}=this[i(299)](),s=Date[i(315)](),f=this[i(246)][i(273)]>0?s-this[i(246)][i(273)]:0,p=f,I={...this.reportData,video:this[i(249)].video,extra:{...this.reportData[i(269)],actionType:t,actionDuration:p?p[i(305)](2):0,logDate:n,logDateUnix:o}};this[i(246)][i(273)]=s,await I0(I)}async maInit(t){const e=w;this[e(249)][e(269)][e(272)],t[e(269)][e(272)]=this[e(249)][e(269)][e(272)],await _0(t)}async maSync(t){const e=w;!t||typeof t!==e(291)||Object.entries(t)[e(288)](([i,n])=>{const o=e;this[o(252)](n)?Object[o(297)](n).forEach(([s,f])=>{f!=null&&(this.reportData[i][s]=f)}):n!=null&&(this[o(249)][i]=n)})}[w(290)](t){const e=w,{type:i,data:n}=t,o={url:n?.[e(296)]||this.state[e(285)],type:n?.type,quality:n?.[e(245)]||this[e(246)][e(310)],data:n};switch(i){case m[e(319)]:this[e(303)](o,n);break;case m.STARTUP:this[e(322)](o,n);break;case m[e(229)]:this[e(283)](o,n);break;case m.PAUSE:this[e(324)](o,n);break;case m[e(254)]:this[e(292)](o,n);break;case m[e(264)]:this[e(293)](o,n);break;case m[e(274)]:this[e(253)](o,n);break;case m[e(258)]:this.handleSeeked(o,n);break;case m.WAITING:this[e(255)](o,n);break;case m[e(326)]:this.handleWaitingEnd(o,n);break;case m[e(243)]:this.handleCanplay(o,n);break;case m[e(247)]:this[e(244)](o,n);break;case e(331):case"prevTrack":this[e(250)](i,o,n);break;case m.ERROR:this[e(271)](o,n);break;case m[e(281)]:this[e(307)](o,n);break}}[w(303)](t,e){const i=w;!this[i(249)][i(269)][i(272)]&&(this[i(249)][i(269)][i(272)]=p0(),this[i(249)][i(269)][i(327)]=yt(),this[i(249)][i(269)][i(233)]=yt()),this.state[i(280)]=Date[i(315)](),this[i(246)][i(273)]=this[i(246)][i(280)],this.report(m[i(319)],{...t,data:e})}[w(322)](t,e){const i=w;this[i(246)][i(287)]&&(this[i(238)](m[i(277)],{...t,data:e}),this[i(246)][i(287)]=!1)}[w(283)](t,e){const i=w;this[i(246)][i(241)]||(this[i(249)].extra[i(314)]=e?.[i(314)],this[i(249)][i(269)][i(270)]=e?.[i(270)],this.state[i(241)]=!0,this[i(249)][i(269)][i(328)]=!0,this[i(246)][i(275)]&&(this[i(246)].firstPlay=!1),this.state[i(276)]===m.PAUSED&&this[i(238)](m.PLAYING,{...t,data:e}),this.state[i(276)]=m[i(267)])}[w(324)](t,e){const i=w;this[i(246)][i(312)]||this[i(246)][i(282)]||!this.state[i(241)]||(this[i(246)][i(241)]=!1,this[i(238)](m[i(261)],{...t,data:e}),this.state[i(276)]=m[i(261)])}[w(292)](t,e){const i=w;this[i(246)][i(241)]=!0,this.reportData[i(269)].playAttempt=!0,!(this[i(249)].extra[i(313)]<A0)&&(this[i(246)][i(241)]&&Date.now()-this.state[i(273)]>k0&&this.report(m[i(267)],{...t,data:e}),this.state.prevUrl=t[i(296)]||"",this[i(246)][i(310)]=t.quality||It)}[w(293)](t,e){const i=w;this[i(249)][i(269)][i(313)]>0&&(this.report(m[i(267)],{...t,data:e}),this[i(246)][i(304)]=!0)}handleSeeking(t,e){const i=w;this[i(246)][i(312)]||(this[i(246)].isSeeking=!0,this[i(246)][i(241)]?this[i(238)](m.PLAYING,{...t,data:e}):this[i(246)][i(276)]===m.PAUSED&&this[i(238)](m[i(261)],{...t,data:e}),this.state[i(276)]=m[i(274)])}[w(235)](t,e){const i=w;this[i(246)][i(312)]&&(this[i(246)][i(312)]=!1,this[i(238)](m[i(274)],{...t,data:e}),this[i(246)][i(276)]=this[i(246)].isPlaying?m[i(267)]:m[i(261)])}handleWaiting(t,e){const i=w;this.state.isSeeking||this[i(246)][i(282)]||(this[i(246)][i(282)]=!0,this.state.isPlaying&&this[i(238)](m[i(267)],{...t,data:e}),this[i(246)][i(276)]=m[i(256)])}handleWaitingEnd(t,e){const i=w;this[i(246)][i(312)]||this.state[i(282)]||(this.state[i(282)]=!0,this[i(246)].isPlaying&&this[i(238)](m.PLAYING,{...t,data:e}),this[i(246)][i(276)]=m[i(256)])}handleCanplay(t,e){const i=w;this[i(246)][i(282)]&&(this.state[i(282)]=!1,this[i(238)](m[i(256)],{...t,data:e}),this[i(246)][i(276)]=this[i(246)].isPlaying?m.PLAYING:m.PAUSED)}[w(244)](t,e){const i=w;this[i(246)][i(298)]||(this[i(246)][i(298)]=!0,this[i(246)][i(241)]=!1,this[i(246)].prevAction!==m[i(261)]&&this[i(238)](this[i(246)].prevAction||m[i(267)],{...t,data:e}),this[i(238)](m[i(247)],{...t,data:e}))}[w(250)](t,e,i){const n=w,o=t==="nextTrack"?m[n(308)]:m.PREV_TRACK;this.report(this[n(246)][n(276)]||m[n(267)],{...e,data:i})[n(266)](()=>{const s=n;this[s(238)](o,{...e,data:i})[s(266)](()=>{this[s(309)]()})})}[w(271)](t,e){const i=w;this[i(246)][i(276)]&&!this[i(246)].firstPlaying&&this[i(238)](this[i(246)].prevAction,{...t,data:e});const n={errorCode:e?.code||"E0000",errorMessage:e?.[i(289)]||i(232)};this[i(238)](m.ERROR,{...t,data:{...e,...n}}),this[i(246)][i(259)]=!0}[w(307)](t,e){const i=w;this[i(246)].prevAction&&!this.state[i(312)]&&!this[i(246)][i(282)]&&!this.state[i(287)]&&(this[i(246)][i(312)]=!0,this[i(238)](this[i(246)].prevAction,{...t,data:e}),this[i(246)][i(276)]=m[i(274)])}[w(309)](){const t=w;this.state.prevAction=null,this[t(246)][t(241)]=!1,this[t(246)].prevTime=0,this[t(246)][t(287)]=!0,this[t(246)][t(304)]=!1}}function Pe(){const a=["VPE","isPlainObject","handleSeeking","TIMEUPDATE","handleWaiting","REBUFFERING","2566854ywoclY","SEEKED","firstError","getSeconds","PAUSED","3176313jiDIuk","country","TIMEUPDATE_FOCUS","3698495GDFulU","then","PLAYING","canplay","extra","percent","handleError","sessionId","prevTime","SEEKING","firstPlay","prevAction","STARTUP","isArray","Korea, Republic of","startTime","QUALITY_CHANGE","isBuffering","handlePlay","5553048OyddPh","prevUrl","timeupdateFocus","firstPlaying","forEach","message","dispatchEvent","object","handleTimeUpdate","handleTimeUpdateFocus","1909873GxuKBc","initializeReportData","url","entries","isEnded","getTime","waitingEnd","16372653nlzuwW","timeupdate","handlePlayerStart","initTimeupdate","toFixed","4iMtqqH","handleQualityChange","NEXT_TRACK","resetStateForNewTrack","prevQuality","getDate","isSeeking","currentTime","playedTime","now","latest","padStart","getMinutes","PLAYER_START","stageData","prevTrack","handleStartup","ended","handlePause","playing","WAITING_END","TID","playAttempt","1rjDbfQ","browser","nextTrack","PLAY","vpe","seeked","Unknown Error","UUID","pause","handleSeeked","40yAkvCD","nation","report","60WUtRXl","error","isPlaying","1681272Udulmr","CANPLAY","handleEnded","quality","state","ENDED","seeking","reportData","handleTrackChange"];return Pe=function(){return a},Pe()}function Ft(a,t){return a=a-229,Pe()[a]}const v=Gt;(function(a,t){const e=Gt,i=a();for(;;)try{if(-parseInt(e(203))/1*(parseInt(e(301))/2)+parseInt(e(259))/3+parseInt(e(147))/4+parseInt(e(264))/5*(parseInt(e(148))/6)+parseInt(e(266))/7+-parseInt(e(149))/8+parseInt(e(171))/9*(-parseInt(e(185))/10)===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(De,317860);function De(){const a=["userAgentData","stateChange","json","reduce","playerName","18SVEMPM","protocol","player_name","floor","location","E0001","getTime","videoWidth","height","volumechange","application/json","name","whale","E0002","isDev","startTimeAt","hls","stage","getBrowserInfo","access_key","kakaotalk","vpe","playlist","errorState","Base64 decoding failed:","vendor","some","getElapsedMilliseconds","updateTranslator","VPE Player: accessKey 또는 appId가 없어 키 인증을 건너뜁니다.","browser","domain","isArray","auto","type","navigator","performKeyCheck","duration","E0003","VPE SDK Initialization failed:","saveData","meta","port","match","mozConnection","quality","Safari","playerStateReport","options","getErrorState","test","isInitialized","accessKey","cid","hardwareConcurrency","length","804687Gdguak","VPE","appId","Naver webview","data","1565fnkgfD","naver","1085987KRBTXx","Edg","maManager","object","origin","downlink","pay","playerStartTimeMs","result","config","language","warn","host","Error:","aHR0cHM6Ly9wYXBpLnZwZS5uYXZlcm5jcC5jb20vcGxheWVyL2NvbmZpZw==","href","title","toString","kakao","Unknown","model","mobile","translator","status","UAParser","rtt","deviceMemory",".m3u8","url","includes","report","kbps","#EXT-X-STREAM-INF","effectiveType","width","38224jtBqvc","errorInfo","toLowerCase","setErrorRun","error","unknown","Edge","player_start","split","createPlayerInfo","Other","screen","round","webkitConnection","Firefox","lang","connection","join","2339156IOzFLq","5124ojbiAX","4078232MrILYR","string","userAgent","now","version","maUse","mp4","trim","player_version","getResult","dash","Whale","map","VOD","ncplayer : ","POST","aHR0cHM6Ly9sb2cuYmV0YS12cGUubmF2ZXJuY3AuY29tL3N0YXRz","controlBtn","pricing","m3u8","hasFirstPlayReported","stringify","155709IgxAFB","playerInfo","code","platform","device","incomingType","Chrome","watermarkConfig","ready","LIVE","dispatchEvent","video","startsWith","serverConfig","60qxwyLP","Kakao webview","Content-Type","push","startup","indexOf","initialize","?preview=true","text","play","getVideoProtocol","maSync","playerVersion"];return De=function(){return a},De()}function Gt(a,t){return a=a-140,De()[a]}const M0={gov:{prod:{config:"aHR0cHM6Ly9wYXBpLnZwZS5nb3YtbnRydXNzLmNvbS9wbGF5ZXIvY29uZmln",report:"aHR0cHM6Ly9sb2cudnBlLmdvdi1udHJ1c3MuY29tL3N0YXRz"},beta:{config:"aHR0cHM6Ly9wYXBpLmJldGEtdnBlLmdvdi1udHJ1c3MuY29tL3BsYXllci9jb25maWc=",report:"aHR0cHM6Ly9sb2cuYmV0YS12cGUuZ292LW50cnVzcy5jb20vc3RhdHM="}},pub:{prod:{config:v(280),report:"aHR0cHM6Ly9sb2cudnBlLm5hdmVybmNwLmNvbS9zdGF0cw=="},beta:{config:"aHR0cHM6Ly9wYXBpLmJldGEtdnBlLm5hdmVybmNwLmNvbS9wbGF5ZXIvY29uZmln",report:v(165)}}};let St=[];const R0=a=>{const t=v;try{return atob(a)}catch(e){return console[t(305)](t(227),e),""}};class O0{[v(184)]={};playerInfo=null;[v(255)];[v(261)];platform;[v(220)];[v(217)];[v(288)]=ke();[v(226)];[v(268)]=null;[v(218)]=null;incomingType=null;[v(169)]=!1;playerStartTimeMs=0;constructor({accessKey:t,appId:e,platform:i,stage:n,isDev:o=!1,language:s}){const f=v;this.accessKey=t,this.appId=e||location[f(270)],this[f(174)]=i,this.stage=n,this[f(217)]=o,this[f(231)](s),this.errorState={errorCode:null,errorMessage:null}}async[v(191)](){const t=v,e=[t(255),t(261),t(216),t(208),t(241)],i=t(232);if([this[e[0]],this[e[1]]][t(229)](s=>!s))return console[t(277)](i),{error:this[t(304)](e[2])};const o=s=>{const f=t;return this[f(184)]=s,this[f(172)]=this.createPlayerInfo(s),this[f(172)]};try{const s=await this[t(239)]();if(s[t(173)]!==200)return{error:this[t(304)](e[3])};const f=o(s);return window[t(224)]&&(window[t(224)][t(202)]=f?.player_name,window[t(224)].playerVersion=f?.[t(157)],window.vpe[t(205)]=f.player_name+"|"+f.player_version,window[t(224)].state=this.stage),f?.[t(154)]==="Y"&&(await S0(this.platform,this[t(220)],f,this[t(261)],this[t(255)]),await y0(this[t(255)]),this.maManager=new C0(this.platform,this[t(220)],f),this.startTimeAt=Date[t(152)]()),{options:this[t(184)].result?.[t(251)],playerInfo:f}}catch(s){return console[t(305)](t(242),s),{error:this.setErrorRun(e[4])}}}async[v(239)](){const t=v,e=[t(192),t(275),t(187),t(213),t(222),t(234),t(164)],i=this[t(217)]?e[0]:"",n=R0(M0[this.platform][this.stage][e[1]])+i,o=JSON[t(170)]([e[4],e[5]][t(201)]((f,p,I)=>{const S=t;return f[p]=[this[S(255)],this.appId][I],f},{})),s=await fetch(n,{method:e[6],headers:{[e[2]]:e[3]},body:o});if(!s.ok)throw new Error(["API",t(279),s[t(289)],s.statusText][t(146)](" "));return s[t(200)]()}[v(221)](){const t=v,e=navigator.userAgent;return/Edg\/(\d+\.\d+)/[t(253)](e)?{origin:t(307),version:RegExp.$1}:/Chrome\/(\d+\.\d+)/.test(e)&&!e[t(295)](t(267))?{origin:t(177),version:RegExp.$1}:/Firefox\/(\d+\.\d+)/[t(253)](e)?{origin:t(143),version:RegExp.$1}:/Version\/(\d+\.\d+)/[t(253)](e)&&e[t(295)](t(249))?{origin:t(249),version:RegExp.$1}:{origin:t(285),version:t(285)}}[v(310)](t){const e=v,[i,n]=t[e(274)][e(214)][e(309)]("|"),o=navigator.connection||navigator.mozConnection||navigator[e(142)],s=this[e(221)](),f=navigator[e(198)],p=new o0[e(290)](window[e(238)][e(151)])[e(158)]();return window[e(238)][e(151)][e(303)]()[e(295)](e(215))?p[e(233)][e(214)]=e(160):window[e(238)].userAgent[e(303)]().includes(e(223))?p[e(233)].name=e(186):window[e(238)][e(151)][e(303)]()[e(295)](e(265))?p[e(233)][e(214)]=e(262):window[e(238)][e(151)].toLowerCase()[e(295)](e(284))?p.browser[e(214)]=e(186):window.navigator[e(151)].toLowerCase()[e(295)](e(265))&&(p[e(233)][e(214)]="Naver webview"),{cid:t[e(274)][e(256)],player_name:i,player_version:n,pricing:t[e(274)][e(167)],maUse:t[e(274)].options?.[e(154)]==="Y"?"Y":"N",browser:{lang:navigator[e(276)],ua:navigator[e(151)]},screen:{width:window[e(140)][e(300)],height:window[e(140)][e(211)]},connection:{network:o?.[e(299)]??e(306),downlink:o?.[e(271)]??null,rtt:o?.rtt??null,save_data:o?.saveData??!1},device:{platform:f?.[e(174)]??e(285),mobile:f?.[e(287)]??!1,memory:navigator[e(292)]??null,processor:navigator[e(257)]??null},video:{url:""},extra:{vpeKey:this[e(255)],playerType:e(260),playerVersion:window.vpe?.[e(197)]??n,os:f?.[e(174)]??e(285),osOrigin:p.os[e(214)]||"Unknown",osVersion:p.os.version,vpePackageId:null,actionDuration:this[e(230)](),actionType:"ready",browser:s[e(270)],browserOrigin:s.origin,browserVersion:s[e(153)],quality:e(311),qualityOrigin:"Auto",device:p.device[e(228)]+" "+p[e(175)][e(286)],location:window[e(207)][e(281)],host:window[e(207)][e(278)],port:window[e(207)][e(245)],protocol:window[e(207)][e(204)],title:""}}}setErrorRun(t){const e=v,i=t.slice(-2),n=this[e(288)][e(305)][i]||this[e(288)].error["01"],o={errorCode:t,errorMessage:n};return this[e(226)]=o,console.error(e(163),o),o}[v(231)](t){const e=v;this[e(288)]=ke(t)}[v(252)](){return this[v(226)]}isPaidTier(){const t=v;return this[t(184)][t(274)]?.pricing===t(272)}[v(254)](){const t=v;return!!this.serverConfig[t(274)]}getValidatedOptions(t){const e=v,i=T0(this[e(184)][e(274)]?.[e(251)],this.serverConfig[e(274)]?.[e(167)]);this[e(184)].result?.pricing!==e(272)&&(t={...t,...i});const n={...i,...t??{}};return n?.[e(144)]&&(n?.[e(144)]=="auto"||this[e(231)](n[e(144)])),t?.controlBtn&&(n[e(166)]={...i[e(166)],...t.controlBtn}),t?.watermarkConfig&&(n[e(178)]={...i.watermarkConfig,...t[e(178)]}),n[e(225)]&&!Array[e(235)](n.playlist)&&(n.playlist=[{file:n[e(225)]}]),St=n[e(225)]||[],n}getPlaylist(){return St||[]}$t(t){const e=v,i=t[e(309)](".");let n=this[e(288)];for(const o of i)if(n&&typeof n=="object"&&o in n)n=n[o];else return t;return typeof n===e(150)?n:t}async hlsPaser(t){const e=v,i=[];if(!t||t.indexOf(e(293))===-1)return i;const n=(f,p)=>{const I=e;try{return new URL(p,f)[I(283)]()}catch{return p}},o=f=>{const p=e,I=f[p(246)](/RESOLUTION=(\d+)x(\d+)/);if(I)return I[2]+"p";const S=f[p(246)](/BANDWIDTH=(\d+)/);return S?Math[p(141)](Number(S[1])/1e3)+p(297):"auto"},s=f=>{const p=e,I=f[p(309)](/\r?\n/)[p(161)](S=>S[p(156)]()).filter(S=>S.length>0);for(let S=0;S<I[p(258)];S+=1){const R=I[S];if(R[p(183)](p(298))){const H=I[S+1];H&&!H.startsWith("#")&&(i[p(188)]({quality:o(R),url:n(t,H),levelIndex:i[p(258)]}),S+=1)}}};try{const f=await fetch(t);if(!f.ok)return i;const p=await f[e(193)]();return p&&s(p),i}catch(f){return console[e(305)]("HLS 파싱 실패:",f),i}}async[v(250)](t){const e=v;if(!t?.type||!this.maManager||this[e(172)]?.[e(154)]!=="Y")return;const i=new G(window[e(238)].userAgent)[e(158)]();if(t[e(237)]==e(212)||t.type==e(199))return;const n=t[e(237)];t[e(237)]==e(179)&&(t.type=e(308));const o=t?.video?.type=="live",s=navigator[e(145)]||navigator[e(247)]||navigator[e(142)]||null;this[e(176)]=t?.[e(237)]||null;const f=this[e(176)]===e(194)&&!this.hasFirstPlayReported,p=f?e(189):this[e(176)];f&&(this[e(169)]=!0);const I=t?.[e(182)]?.[e(263)]?.[e(240)]||0,S=t?.video?.[e(263)]?.currentTime||0,R=t?.[e(182)]?.[e(210)]||0,H=t?.[e(182)]?.videoHeight||0;let oe=0,W=0,he=0;if(p==e(308)&&(oe=this.getElapsedMilliseconds(),this[e(273)]=oe),p==e(189)){const at=this.getElapsedMilliseconds();W=at-this[e(273)],he=at}const Ht={type:p,video:{type:e(o?180:162),quality:t?.[e(182)]?.[e(248)]?t?.video?.[e(248)]:e(236),url:t?.[e(182)]?.[e(294)]},connection:s?{network:s[e(299)],downlink:s[e(271)],rtt:s[e(291)],save_data:s[e(243)]}:void 0,extra:{actionType:p,title:t?.[e(244)]?.[e(282)],metaData:t?.meta,videoWidth:Math[e(141)](R),videoHeight:Math[e(141)](H),video_protocols:this.getVideoProtocol(t?.[e(182)]?.[e(294)]),duration:Math.floor(I),currentTime:Math[e(206)](S),playedTime:this.getElapsedMilliseconds(),viewingTime:Math[e(141)](this[e(230)]()/1e3),playerStartTime:oe,videoStartTime:W,totalStartTime:he,percent:Math[e(141)](S/I*100),quality:t?.video?.[e(248)]?t?.[e(182)]?.[e(248)]:e(236),errorCode:t?.[e(302)]?.errorCode,errorMessage:t?.[e(302)]?.errorMessage,actionDuration:this[e(230)]()/1e3,device:i[e(175)].vendor+" "+i[e(175)].model,location:window[e(207)][e(281)],host:window[e(207)][e(278)],port:window[e(207)][e(245)],protocol:window[e(207)][e(204)]},browser:{lang:navigator[e(276)],ua:navigator[e(151)]},screen:{width:window[e(140)][e(300)],height:window[e(140)][e(211)]}};await this[e(296)](p,Ht,n)}async[v(296)](t,e,i){const n=v;if(!this[n(268)])return;const o=e&&typeof e===n(269)?e:{extra:{actionDuration:this[n(230)]()}};await this.maManager[n(196)](o),await this[n(268)][n(181)]({type:t,data:o})}[v(195)](t){const e=v;return t[e(190)](e(168))>-1?e(219):t[e(190)]("mpd")>-1?e(159):e(155)}getElapsedMilliseconds(){const t=v;return this[t(218)]?new Date()[t(209)]()-this[t(218)]:0}}(function(a,t){for(var e=P0,i=a();;)try{var n=-parseInt(e(346))/1+parseInt(e(345))/2*(-parseInt(e(344))/3)+-parseInt(e(349))/4+parseInt(e(342))/5+-parseInt(e(351))/6*(-parseInt(e(343))/7)+-parseInt(e(347))/8*(parseInt(e(348))/9)+parseInt(e(350))/10*(parseInt(e(341))/11);if(n===t)break;i.push(i.shift())}catch{i.push(i.shift())}})(Ne,293647);function Ne(){var a=["14yicYlp","33gjhjws","102988uXgONV","383350rHuzCu","2608PefNHT","5121OVDArA","719416arctLX","30480TqOOTQ","1276410UHjcSh","3432Mfyetv","1161665TxzDFZ"];return Ne=function(){return a},Ne()}function P0(a,t){a=a-341;var e=Ne(),i=e[a];return i}exports.default=O0;exports.getTranslator=ke;
|