public static void test15() {

    Map stats = mc.statsItems();
    assert stats != null;

    stats = mc.statsSlabs();
    assert stats != null;
  }