Statistics.getQueryExecutionCount doesn't include batch query executions.
Usage:
entityManager.unwrap( Session.class ).getSessionFactory().getStatistics().getQueryExecutionCount()
While debuging, BatchingBatch.performExecution() is called but the statistics remain the same.