@luc it's recording again now with no problem
I looked into statpress.php and found this:
{ if ($wpdb->get_var("SHOW TABLES LIKE '$table_name'") != $table_name)
luc_statpressV_CreateTable()
Does it mean that it won't creates new row country and language if there is already table with name dbprefix_statpress exist?
In my case, I had installed the original statpress version (with those 2 threat_ rows), uninstalled it, and installed your version but your version still uses the original statpress table and with the code above, it will never update the table with the new language and country rows.