<?php
require_once('includes/autoload.php');
$container->setTitle('Stats');
$container->setCurrentPage('stats.php');
$container->render('stats.php');