· 7 years ago · Aug 31, 2018, 07:58 AM
1<?php
2 require_once 'st-config.php';
3 $query = $conn->query("SELECT * FROM `room` WHERE `room_id` = '$_REQUEST[play]'") or die(mysql_error());
4 $fetch = $query->fetch_array();
5 $woptions = $conn->query("SELECT * FROM `options` ") or die(mysqli_error());
6 $get = $woptions->fetch_array();
7 $anime1 = $conn->query("SELECT * FROM `animeStreaming` WHERE `tmdb` = '$_REQUEST[tmdb]' AND `gotype` = '$_REQUEST[season]' ") or die(mysqli_error($conn));
8 $anime55 = $anime1->fetch_array();
9 //tvstreaming
10 $tv1 = $conn->query("SELECT * FROM `animeStreaming` WHERE `tmdb` = '$_REQUEST[tmdb]' ") or die(mysqli_error($conn));
11 $tvshow = $tv1->fetch_array();
12
13 require 'dev/vendor/autoload.php';
14
15 $mc = JMathai\PhpMultiCurl\MultiCurl::getInstance();
16
17 ?>
18
19
20 <?php
21function base64($string)
22{
23$output = false;
24$encrypt_method = "AES-256-CBC";
25$secret_key = 'MohamedAmin19941996';
26$secret_iv = 'MohamedAmin19941996';
27$key = hash('sha256', $secret_key);
28$iv = substr(hash('sha256', $secret_iv), 0, 16);
29$output = openssl_encrypt($string, $encrypt_method, $key, 0, $iv);
30$output = base64_encode($output);
31return $output;
32}
33?>
34 <!DOCTYPE html>
35 <!--[if lt IE 7 ]><html class="ie ie6 fullbody no-js" lang="en"> <![endif]-->
36 <!--[if IE 7 ]><html class="ie ie7 fullbody no-js" lang="en"> <![endif]-->
37 <!--[if IE 8 ]><html class="ie ie8 fullbody no-js" lang="en"> <![endif]-->
38 <!--[if (gte IE 9)|!(IE)]><!-->
39 <html class="fullbody no-js" lang="en" data-dom>
40 <!--<![endif]-->
41
42 <head>
43 <script>
44 // if(window.top==window.self){
45 // document.write="";
46 // window.top.location= "https://openload.co";
47 // setTimeout( function(){document.body.innerHTML=""}, 0);
48 // window.self.onload = function(){document.body.innerHTML=""}
49 // };
50 </script>
51 <meta charset="utf-8" />
52 <META NAME="GOOGLEBOT" CONTENT="NOINDEX" />
53
54 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" />
55 <meta http-equiv="x-ua-compatible" content="IE=10">
56 <style type="text/css" rel="stylesheet">
57 .embed-player {
58 position: absolute;
59 top: 0px;
60 left: 0px;
61 width: 100%;
62 height: 100%;
63 border: none;
64 }
65 </style>
66 <title>
67 <?php echo site_title ?>
68 </title>
69 <meta name="description" content="<?php echo site_title ?>">
70 <meta name="robots" content="index, nofollow">
71 <meta property="og:locale" content="en_US" />
72 <meta property="og:type" content="website" />
73 <meta property="og:site_name" content="<?php site_title ?>" />
74 <meta property="og:image:width" content="300" />
75 <meta property="og:image:height" content="300" />
76 <script type="bece658e93c553af63eaf36b-text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
77
78 <script type="text/javascript" src="https://static.supuv2.com/js/ppjs/build/vanilla.min.js"></script>
79 <link rel="icon" href="https://cdn3.iconfinder.com/data/icons/iconic-1/32/play_alt-512.png">
80 <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
81 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
82 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
83 <script type="text/javascript">
84 //<![CDATA[
85 window.__cfRocketOptions = {
86 byc: 0,
87 p: 0,
88 petok: "66060d7d694ad29321bf4c82703ff3b4c9668124-1519155854-1800"
89 };
90 //]]>
91 </script>
92 <script type="text/javascript" src="https://ajax.cloudflare.com/cdn-cgi/scripts/b7ef205d/cloudflare-static/rocket.min.js"></script>
93 <script type="text/rocketscript" data-rocketsrc="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
94 <link href="css/st-style-player.css" rel="stylesheet">
95 <script type="text/rocketscript" data-rocketsrc="https://ssl.p.jwpcdn.com/player/v/7.4.4/jwplayer.js"></script>
96 <script type="text/rocketscript">jwplayer.key = "Wz0ISkuJjUlK9YCu3UkmhMLQYR4WpTl75P5iQ4U78t2rb1NQmNWBlQ==";</script>
97
98 </head>
99
100 <body>
101 <script type="text/rocketscript">
102 //
103 <![CDATA[
104// JavaScript Document
105var message="NoRightClicking"; function defeatIE() {if (document.all) {(message);return false;}} function defeatNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=defeatNS;} else{document.onmouseup=defeatNS;document.oncontextmenu=defeatIE;} document.oncontextmenu=new Function("return false")
106//]]>
107 </script>
108 <style>
109 body {
110 background-color: black;
111
112 }
113
114
115
116
117 #loader1 {
118 position: absolute;
119 left: 40%;
120 top: 35%;
121 }
122 </style>
123 <?php
124
125 if($ad_switch === "off" ){
126 include 'ad.php';
127
128}
129 else{
130
131
132 }
133 ?>
134 <img id="loader1" src="https://gomostream.com/public/images/curved-bars.svg" width="150" height="150" alt="loading gif" />
135 <iframe id="iframe1" class="embed-player" src="<?php
136
137 $get_play=$_GET['play'];
138 $aka= "//akaplayer.com/player/$get_play";
139 $aka= base64($aka);
140
141 if(!empty($fetch["openload"])){
142
143 $url = $fetch["openload"];
144 $urlEncode = base64($url);
145
146//echo siteurl."crypt2/embed/player.php?v=".$urlEncode;
147 $openload_extid = oload_extid($url);
148 $results = api($openload_extid);
149 foreach($results as $result)
150 {
151 $last_result = $result->$openload_extid->status;
152 $last_name = $result->$openload_extid->name;
153
154 }
155 $imdbnumber = $_GET['play'];
156 //checking file if exist or not and its status code
157 if($last_result === 200)echo siteurl."crypt2/embed/player.php?v=".$urlEncode;
158
159 if($last_result === 404){
160 filest($last_name,$openload_extid,$last_result,$imdbnumber);
161 $tmdb = $_GET['tmdb'];
162 //anime section
163 $anime1 = $anime55['tmdb'] ;
164 $Uslug = $anime55['underslug'];
165 $slug = $anime55['slug'];
166 //tv section
167 $tvTmdb = $tvshow['tmdb'] ;
168 $tvUslug = $tvshow['underslug'];
169 $tvslug = $tvshow['slug'];
170 if($_GET['episode'] <= 9) $tvepisode = "0".$_GET['episode'];
171 else $tvepisode = $_GET['episode'];
172 if($_GET['season'] >= 9) $tvseason = "0".$_GET['season'];
173 else $tvseason = $_GET['season'];
174 //checking anime
175 $call19 = $mc->addUrl('https://gomostream.com/'.$Uslug.'/'.$slug.'/'.$episode);
176 $tvcheck = $mc->addUrl('https://gomostream.com/'.$tvUslug.'/'.$tvseason.'-'.$tvepisode);
177 //getting response
178 $data = explode(" ",$call19->response);
179 $tvchecker = explode(" ",$tvcheck->response);
180 if(!empty($tmdb) && $tmdb === $anime1 && $data[3] !== "found!" && $_GET['type'] === "anime"){
181
182
183 // print_r($anime55);
184 $gomo= "//gomostream.com/$Uslug/$slug/".$episode;
185 $gomo= base64($gomo);
186 // echo "//gomostream.com/$Uslug/$slug/ ".$episode;
187 echo siteurl."crypt2/embed/player.php?v=".$gomo;
188 // echo " //gomostream.com/$Uslug/$slug/ ".$episode;
189 }
190 if(!empty($tmdb) && $tmdb === $tvTmdb && $tvchecker[3] !== "available." && $_GET['type'] === "tv"){
191 if($_GET['episode'] <= 9) $tvepisode = "0".$_GET['episode'];
192 else $tvepisode = $_GET['episode'];
193 if($_GET['season'] <= 9) $tvseason = "0".$_GET['season'];
194 else $tvseason = $_GET['season'];
195
196 // print_r($anime55);
197 $gomo= "//gomostream.com/$tvUslug/$tvslug/$tvseason-$tvepisode";
198 $gomo= base64($gomo);
199
200 echo siteurl."crypt2/embed/player.php?v=".$gomo;
201 // echo " //gomostream.com/$Uslug/$slug/ ".$episode;
202 }
203
204 else{
205
206 echo siteurl."crypt2/embed/player.php?v=".$aka;
207 }
208 }
209 if($last_result === 400){
210 filest($last_name,$openload_extid,$last_result,$imdbnumber);$tmdb = $_GET['tmdb'];
211 $anime1 = $anime55['tmdb'] ;
212 $Uslug = $anime55['underslug'];
213 $slug = $anime55['slug'];
214 if($_GET['episode'] <= 9 )
215 {
216 $episode = "0".$_GET['episode'];
217 }
218 else{
219 $episode = $_GET['episode'];
220 }
221 $call19 = $mc->addUrl('https://gomostream.com/'.$Uslug.'/'.$slug.'/'.$episode);
222 $data = explode(" ",$call19->response);
223
224 if(!empty($tmdb) && $tmdb === $anime1 && $data[3] !== "found!"){
225
226
227 // print_r($anime55);
228 $gomo= "//gomostream.com/$Uslug/$slug/".$episode;
229 $gomo= base64($gomo);
230 // echo "//gomostream.com/$Uslug/$slug/ ".$episode;
231 echo siteurl."crypt2/embed/player.php?v=".$gomo;
232 // echo " //gomostream.com/$Uslug/$slug/ ".$episode;
233 }
234 else{
235
236 echo siteurl."crypt2/embed/player.php?v=".$aka;
237 }
238 }
239 if($last_result === 403){
240
241 filest($last_name,$openload_extid,$last_result,$imdbnumber);$tmdb = $_GET['tmdb'];
242 $anime1 = $anime55['tmdb'] ;
243 $Uslug = $anime55['underslug'];
244 $slug = $anime55['slug'];
245 if($_GET['episode'] <= 9 )
246 {
247 $episode = "0".$_GET['episode'];
248 }
249 else{
250 $episode = $_GET['episode'];
251 }
252 $call19 = $mc->addUrl('https://gomostream.com/'.$Uslug.'/'.$slug.'/'.$episode);
253 $data = explode(" ",$call19->response);
254
255 if(!empty($tmdb) && $tmdb === $anime1 && $data[3] !== "found!"){
256
257
258 // print_r($anime55);
259 $gomo= "//gomostream.com/$Uslug/$slug/".$episode;
260 $gomo= base64($gomo);
261 // echo "//gomostream.com/$Uslug/$slug/ ".$episode;
262 echo siteurl."crypt2/embed/player.php?v=".$gomo;
263 // echo " //gomostream.com/$Uslug/$slug/ ".$episode;
264 }
265 if(!empty($tmdb) && $tmdb === $tvTmdb && $tvchecker[3] !== "available." && $_GET['type'] === "tv"){
266 if($_GET['episode'] <= 9) $tvepisode = "0".$_GET['episode'];
267 else $tvepisode = $_GET['episode'];
268 if($_GET['season'] <= 9) $tvseason = "0".$_GET['season'];
269 else $tvseason = $_GET['season'];
270
271 // print_r($anime55);
272 $gomo= "//gomostream.com/$tvUslug/$tvslug/$tvseason-$tvepisode";
273 $gomo= base64($gomo);
274
275 echo siteurl."crypt2/embed/player.php?v=".$gomo;
276 // echo " //gomostream.com/$Uslug/$slug/ ".$episode;
277 }
278 else{
279
280 echo siteurl."crypt2/embed/player.php?v=".$aka;
281 }
282 }
283 if($last_result === 451){
284 filest($last_name,$openload_extid,$last_result,$imdbnumber);$tmdb = $_GET['tmdb'];
285 $anime1 = $anime55['tmdb'] ;
286 $Uslug = $anime55['underslug'];
287 $slug = $anime55['slug'];
288 if($_GET['episode'] <= 9 )
289 {
290 $episode = "0".$_GET['episode'];
291 }
292 else{
293 $episode = $_GET['episode'];
294 }
295 $call19 = $mc->addUrl('https://gomostream.com/'.$Uslug.'/'.$slug.'/'.$episode);
296 $data = explode(" ",$call19->response);
297
298 if(!empty($tmdb) && $tmdb === $anime1 && $data[3] !== "found!"){
299
300
301 // print_r($anime55);
302 $gomo= "https://gomostream.com/$Uslug/$slug/".$episode;
303 $gomo= base64($gomo);
304 // echo "//gomostream.com/$Uslug/$slug/ ".$episode;
305 echo siteurl."crypt2/embed/player.php?v=".$gomo;
306 // echo " //gomostream.com/$Uslug/$slug/ ".$episode;
307 }
308 if($data[3] === "found!"){
309
310 echo siteurl."crypt2/embed/player.php?v=".$aka;
311 }
312 }
313
314 }
315 else if($_GET['play'] === ""){}
316 else{
317 $tmdb = $_GET['tmdb'];
318 $anime1 = $anime55['tmdb'] ;
319 $Uslug = $anime55['underslug'];
320 $slug = $anime55['slug'];
321 if($_GET['episode'] <= 9 )
322 {
323 $episode = "0".$_GET['episode'];
324 }
325 else{
326 $episode = $_GET['episode'];
327 }
328 $call19 = $mc->addUrl('https://gomostream.com/'.$Uslug.'/'.$slug.'/'.$episode);
329 $data = explode(" ",$call19->response);
330
331 if(!empty($tmdb) && $tmdb === $anime1 && $data[3] !== "found!"){
332
333
334 // print_r($anime55);
335 $gomo= "https://gomostream.com/$Uslug/$slug/".$episode;
336 $gomo= base64($gomo);
337 // echo "//gomostream.com/$Uslug/$slug/ ".$episode;
338 echo siteurl."crypt2/embed/player.php?v=".$gomo;
339 }
340 //tv section
341 $tvTmdb = $tvshow['tmdb'] ;
342 $tvUslug = $tvshow['underslug'];
343 $tvslug = $tvshow['slug'];
344 if($_GET['episode'] <= 9) $tvepisode = "0".$_GET['episode'];
345 else $tvepisode = $_GET['episode'];
346 if($_GET['season'] >= 9) $tvseason = "0".$_GET['season'];
347 else $tvseason = $_GET['season'];
348 if(!empty($tmdb) && $tmdb === $tvTmdb && $tvchecker[3] !== "available." && $_GET['type'] === "tv"){
349 if($_GET['episode'] <= 9) $tvepisode = "0".$_GET['episode'];
350 else $tvepisode = $_GET['episode'];
351 if($_GET['season'] <= 9) $tvseason = "0".$_GET['season'];
352 else $tvseason = $_GET['season'];
353
354 // print_r($anime55);
355 $gomo= "https://gomostream.com/$tvUslug/$tvslug/$tvseason-$tvepisode";
356 $gomo= base64($gomo);
357
358 echo siteurl."crypt2/embed/player.php?v=".$gomo;
359 }
360 // elseif($data[3] === "found!" OR empty($_GET['type'])){
361 //
362 // echo siteurl."crypt2/embed/player.php?v=".$aka;
363 // filest2($_GET['play']);
364 // }
365
366
367
368 }
369
370 $conn->close();
371
372
373 ?>"></iframe>
374 <script>
375 $(document).ready(function() {
376 $('#iframe1').on('load', function() {
377 $('#loader1').hide();
378 });
379 });
380 </script>
381 <script type="text/javascript">
382 eval(function(p, a, c, k, e, r) {
383 e = function(c) {
384 return (c < a ? '' : e(parseInt(c / a))) + ((c = c % a) > 35 ? String.fromCharCode(c + 29) : c.toString(36))
385 };
386 if (!''.replace(/^/, String)) {
387 while (c--) r[e(c)] = k[c] || e(c);
388 k = [function(e) {
389 return r[e]
390 }];
391 e = function() {
392 return '\\w+'
393 };
394 c = 1
395 };
396 while (c--)
397 if (k[c]) p = p.replace(new RegExp('\\b' + e(c) + '\\b', 'g'), k[c]);
398 return p
399 }(
400 '0 T=[\'2P==\',\'2y=\',\'2x\',\'2w==\',\'2v\',\'2q+2p=\',\'2o\',\'1R==\',\'2m==\'];(2(m,n){0 o=2(a){2l(--a){m[\'1b\'](m[\'2k\']())}};0 p=2(){0 i={\'1o\':{\'2g\':\'1u\',\'2f\':\'2e\'},\'1C\':2(a,b,c,d){d=d||{};0 e=b+\'=\'+c;0 f=4;w(0 f=4,14=a[\'y\'];f<14;f++){0 g=a[f];e+=\';\\8\'+g;0 h=a[g];a[\'1b\'](h);14=a[\'y\'];9(h!==!![]){e+=\'=\'+h}}d[\'1u\']=e},\'U\':2(){3\'2d\'},\'1H\':2(c,d){c=c||2(a){3 a};0 e=c(G L(\'(?:^|;\\8)\'+d[\'1P\'](/([.$?*|{}()[]\\/+^])/g,\'$1\')+\'=([^;]*)\'));0 f=2(a,b){a(++b)};f(o,n);3 e?1f(e[t]):R}};0 j=2(){0 a=G L(\'\\S+\\8*\\q(\\q)\\8*{\\S+\\8*[\\F|\\A].+[\\F|\\A];?\\8*}\');3 a[\'1p\'](i[\'U\'][\'1d\']())};i[\'1t\']=j;0 k=\'\';0 l=i[\'1t\']();9(!l){i[\'1C\']([\'*\'],\'1x\',t)}I 9(l){k=i[\'1H\'](1z,\'1x\')}I{i[\'U\']()}};p()}(T,2c));0 6=2(g,h){g=g-4;0 i=T[g];9(6[\'1F\']===R){(2(){0 d;2b{0 e=2a(\'3\\8(2()\\8\'+\'{}.29(\\28\\27\\A)(\\8)\'+\');\');d=e()}26(25){d=1h}0 f=\'23+/=\';d[\'V\']||(d[\'V\']=2(a){0 b=W(a)[\'1P\'](/=+$/,\'\');w(0 c=4,N,B,1m=4,Z=\'\';B=b[\'22\'](1m++);~B&&(N=c%O?N*21+B:B,c++%O)?Z+=W[\'1r\'](12&N>>(-13*c&1J)):4){B=f[\'1Y\'](B)}3 Z})}());0 j=2(a,b){0 c=[],r=4,J,17=\'\',18=\'\';a=V(a);w(0 d=4,1A=a[\'y\'];d<1A;d++){18+=\'%\'+(\'1V\'+a[\'19\'](d)[\'1d\'](1U))[\'1T\'](-13)}a=1f(18);w(0 e=4;e<E;e++){c[e]=e}w(e=4;e<E;e++){r=(r+c[e]+b[\'19\'](e%b[\'y\']))%E;J=c[e];c[e]=c[r];c[r]=J}e=4;r=4;w(0 f=4;f<a[\'y\'];f++){e=(e+t)%E;r=(r+c[e])%E;J=c[e];c[e]=c[r];c[r]=J;17+=W[\'1r\'](a[\'19\'](f)^c[(c[e]+c[r])%E])}3 17};6[\'1G\']=j;6[\'1c\']={};6[\'1F\']=!![]}0 k=6[\'1c\'][g];9(k===R){9(6[\'1I\']===R){0 l=2(a){7[\'1K\']=a;7[\'z\']=[t,4,4];7[\'1L\']=2(){3\'1S\'};7[\'1N\']=\'\\S+\\8*\\q(\\q)\\8*{\\S+\\8*\';7[\'1O\']=\'[\\F|\\A].+[\\F|\\A];?\\8*}\'};l[\'1e\'][\'1Q\']=2(){0 a=G L(7[\'1N\']+7[\'1O\']);0 b=a[\'1p\'](7[\'1L\'][\'1d\']())?--7[\'z\'][t]:--7[\'z\'][4];3 7[\'1M\'](b)};l[\'1e\'][\'1M\']=2(a){9(!2n(~a)){3 a}3 7[\'1E\'](7[\'1K\'])};l[\'1e\'][\'1E\']=2(a){w(0 b=4,1a=7[\'z\'][\'y\'];b<1a;b++){7[\'z\'][\'1b\'](1B[\'1W\'](1B[\'1X\']()));1a=7[\'z\'][\'y\']}3 a(7[\'z\'][4])};G l(6)[\'1Q\']();6[\'1I\']=!![]}i=6[\'1G\'](i,h);6[\'1c\'][g]=i}I{i=k}3 i};0 1v=2(){0 e=!![];3 2(b,c){0 d=e?2(){9(c){0 a=c[\'1Z\'](b,20);c=1z;3 a}}:2(){};e=![];3 d}}();0 1q=1v(7,2(){0 c=2(){3\'\\x\\D\\24\'},1g=2(){3\'\\M\\s\\u\\x\\X\\M\'};0 d=2(){0 a=G L(\'\\q\\M\\Q\\8\\P\\q\\16\\q\\11\\8\\P\\1D\\q\\M\\Q\\8\\P\\Y\\F\\10\\A\\15\\2h\\Q\\Y\\F\\10\\A\\15\\2i\\2j\\8\\P\\1l\');3!a[\'\\v\\D\\1w\\v\'](c[\'\\v\\X\\1s\\v\\1n\\s\\u\\1k\']())};0 e=2(){0 a=G L(\'\\16\\q\\q\\Y\\C\\10\\2r\\15\\16\\q\\M\\11\\1D\\2s\\2t\\2u\\1l\\11\\Q\');3 a[\'\\v\\D\\1w\\v\'](1g[\'\\v\\X\\1s\\v\\1n\\s\\u\\1k\']())};0 f=2(a){0 b=~-t>>t+12%4;9(a[\'\\s\\u\\x\\D\\C\\H\\K\'](\'\\s\'===b)){g(a)}};0 g=2(a){0 b=~-O>>t+12%4;9(a[\'\\s\\u\\x\\D\\C\\H\\K\']((!![]+\'\')[1y])!==b){f(a)}};9(!d()){9(!e()){f(\'\\s\\u\\x\\1j\\C\\H\\K\')}I{f(\'\\s\\u\\x\\D\\C\\H\\K\')}}I{f(\'\\s\\u\\x\\1j\\C\\H\\K\')}});1q();1h[6(\'4\',\'2z@\')](\'2A\',2(d){0 e={\'2B\':6(\'t\',\'2C\'),\'2D\':2(a,b,c){3 a(b,c)}};e[6(\'13\',\'2E\')](2F,2(){2G[6(\'1y\',\'2H^\')](e[6(\'O\',\'2I\')])[6(\'2K\',\'5)2L\')][6(\'1J\',\'2J((\')]({\'2M\':d[\'1o\'][6(\'2N\',\'2O\')],\'1i\':d[6(\'2Q\',\'2R\')][\'1i\']},\'*\')},2S)},![]);',
401 62, 179,
402 'var||function|return|0x0||_0x451c|this|x20|if|||||||||||||||||x5c|_0x440444|x69|0x1|x6e|x74|for|x64|length|PMnYRR|x22|_0x32d251|x78|x65|0x100|x27|new|x4f|else|_0x4bd0df|x66|RegExp|x77|_0xd96e1|0x4|x2a|x2b|undefined|x5cw|_0x4ee1|removeCookie|atob|String|x6f|x5b|_0x1190d8|x7c|x29|0xff|0x2|_0x56d5ae|x5d|x28|_0x426c6b|_0x38bd7b|charCodeAt|_0x53ddd9|push|VsxEFg|toString|prototype|decodeURIComponent|_0x4b81bb|window|mr|u0435|x67|x7d|_0x30975a|x72|data|test|_0x1fb901|fromCharCode|x53|updateCookie|cookie|_0x35d484|x73|counter|0x3|null|_0xb23f17|Math|setCookie|x7b|NbSccC|sgvIeg|FVNSJB|getCookie|PYUPQO|0x6|lMZqHd|kmZXKM|RYMkiA|mkvDLC|vXLbkM|replace|jCiadF|VEDCr0nDtQ|newState|slice|0x10|00|round|random|indexOf|apply|arguments|0x40|charAt|ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789|x76|_0x33dc36|catch|x20this|x22return|constructor|Function|try|0x183|dev|timeout|value|key|x2e|x3b|x3f|shift|while|fcKZw6XDjA|Boolean|HsOBw6HCqg3Di1vCjxbDnMOd|w58|IMKhwonCr8Kcw4tAwr40w5DDpsK|x75|x32|x2c|x34|encUDcKK|EMOiw5RQwqHCgMORwobCgcKHFhnChA|Fytzw40T|P15gw6Eqw60|sqp|message|KkTwn|DF75|cQhmk|W9xh|setTimeout|document|xGK|EOTd||0x5|qe|event|0x7|Y6U8|aMOgO2guWi7CrjN6w53DhUPDusKTPA|0x8|MgPe|0x3e8'
403 .split('|'), 0, {}))
404 </script>
405 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-98438317-2"></script>
406 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-92999377-3"></script>
407 <script>
408 window.dataLayer = window.dataLayer || [];
409
410 function gtag() {
411 dataLayer.push(arguments);
412 }
413 gtag('js', new Date());
414
415 gtag('config', 'UA-92999377-3');
416 </script>
417 </body>
418
419 </html>