diff --git a/src/hub.js b/src/hub.js
index e0175ff0bbf7c62f30e94e0d7edf800f87072fce..a82a3c3eed8b8896406a132345b172bbc95b9acc 100644
--- a/src/hub.js
+++ b/src/hub.js
@@ -205,7 +205,7 @@ const onReady = async () => {
     });
 
     if (!qsTruthy("no_stats")) {
-      scene.setAttribute("stats", true);
+      scene.setAttribute("stats-plus", false);
     }
 
     if (isMobile || qsTruthy("mobile")) {