remove hard coded paths and set default properties to values used on the main CollecTor instance

... and scan code base for other missed hard coded paths; e.g. File ... = new File("stats"); should be File ... = config.getPath(Key.StatsPath).toFile();.