(function(){function b(){return fetch("/stats?"+Date.now()).then(function(a){return a.json()}).then(function(a){Array.from(document.querySelectorAll(".stats.stats-total")).forEach(function(c){return c.innerHTML=a.stats.toLocaleString()});setTimeout(b,2E3)})}window.hljs.initHighlightingOnLoad();b();(function(a){return fetch("/server/status?ip="+a+"&port=2248").then(function(a){return a.json()}).then(function(a){document.querySelector("#live-server-response").innerHTML=JSON.stringify(a,null," ");Array.from(document.querySelectorAll("pre code")).forEach(function(a){return window.hljs.highlightBlock(a)})})})("85.202.160.228")})();