Refactor MySQL statistics handling for improved efficiency.
Replaced Bukkit async scheduler with an ExecutorService for database operations, ensuring better thread management. Improved SQL queries with consistent formatting and proper escaping for table and column name.