<?php$db->query('INSERT INTO `users_konts` (`id_user`, `id_kont`, `time`, `type`)VALUES (?i, ?i, ?i, ?string)', [$user['id'], 0, time(), 'common']);