<!doctype html>
    <html>
    <body>
    <pre id="a"></pre>
    <script>
    document.getElementById("a").textContent = JSON.stringify({
      ip: "216.73.216.236",
      xForwardedFor: "10.1.142.235",
      realIp: "",
      ua: navigator.userAgent,
      language: navigator.language,
      platform: navigator.platform,
      cookieEnabled: navigator.cookieEnabled,
      screen: screen.width + "x" + screen.height,
      viewport: window.innerWidth + "x" + window.innerHeight,
      dpr: window.devicePixelRatio,
      timezone: Intl.DateTimeFormat().resolvedOptions().timeZone
    }, null, 2);
    </script>
    </body>
    </html>