
        <!DOCTYPE html>
        <html>
        <head>
            <title>Success</title>
        </head>
        <body onload="back()">
            <script src="https://telegram.org/js/telegram-web-app.js"></script>
            <script>
                function back() {
                    window.Telegram.WebApp.close();
                }
            </script>
        </body>
        </html>