diff --git a/htdocs/statistics.php b/htdocs/statistics.php
index 3c95677..990cf46 100644
--- a/htdocs/statistics.php
+++ b/htdocs/statistics.php
@@ -3,11 +3,50 @@
define("SITE_ROOT", realpath(dirname(__file__)));
require_once SITE_ROOT . "/lib/init.php";
$S->requireUser();
+$filter = new SearchFilter();
Layout::header();
+$filter->render();
?>
+
+
+