Bit of a workaround in the templates. Edit template "notice_macros"
Find:
Add above/below your widget with a conditional check of the notice id:
Code:
<xf:if is="$notice.notice_id =='2'">
<xf:widget key="forum_overview_forum_statistics" />
</xf:if>
View attachment 247508
You'll need to apply some styling but it seems to be working.