diff --git a/docroot/statistics/coverage/index.php b/docroot/statistics/coverage/index.php
new file mode 100644
index 000000000..ba2a4ff7d
--- /dev/null
+++ b/docroot/statistics/coverage/index.php
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+ Something went wrong... Please try again later.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docroot/statistics/coverage/js/guest_token.js b/docroot/statistics/coverage/js/guest_token.js
new file mode 100644
index 000000000..c27c1c1a1
--- /dev/null
+++ b/docroot/statistics/coverage/js/guest_token.js
@@ -0,0 +1,20 @@
+/**
+ * Fetches a guest token from the specified URL.
+ *
+ * @async
+ * @param {string} url - The URL endpoint to fetch the guest token from
+ * @param {string} body - The JSON string body to send in the POST request
+ * @returns {Promise