Statistics upgrade for AlterCPA v 3.0

A small, but very useful update of statistics for version 3.0 is already available for download.

Premium version updates:
– Added statistics section by country
– Added section with the review of all affiliate clicks

Important! After updating the files, be sure to run the following SQL query in the database to update the indexes, otherwise everything will slow down:

ALTER TABLE `cpa_click` ADD INDEX(`click_geo`);
ALTER TABLE `cpa_order` ADD INDEX(`order_country`);