// If there is an action
if (isset($_GET['action']) || isset($_POST['action']))
// Call the actions script
include_once('actions.php');
else
// Includes the default page
include_once('import-list.php');
Вопрос: как встроить счетчик метрики в эту страницу либо отдельным файлом?