SELECT
stat_data.datetime,
stat_data.client,
stat_data.vhost,
stat_data.request,
stat_data.cpu,
host.host,
host.lie,
host.country,
host.city
FROM stat_data
INNER JOIN host
ON stat_data.client = host.ip
WHERE `stat_data`.`server_id` = '1' AND `stat_data`.`datetime` >= '2026-09-23 04:18:05' AND `stat_data`.`datetime` <= '2026-09-23 05:18:05' AND stat_data.vhost = 'pirogberi.com'
ORDER BY stat_data.datetime DESC
LIMIT 200
| Дата | IP | Host | Страна | Запрос | CPU |
| 2026-09-23 05:02:01 | 37.48.249.165 | server4.atmark.ru | /wp-cron.php?doing_wp_cron=1790128918.11445808410644531250 | 1.75 | |
| 2026-09-23 05:02:01 | 66.249.78.41 | crawl-66-249-78-41.googlebot.com | /?wc-ajax=get_refreshed_fragments | 0.53 | |
| 2026-09-23 05:02:01 | 66.249.79.72 | crawl-66-249-79-72.googlebot.com | /?wc-ajax=get_refreshed_fragments | 0.20 | |
| 2026-09-23 04:22:02 | 37.27.51.142 | discovery-crawler35.blex.seranking.com | /vhod/?redirect_to=https://pirogberi.com/product-category/p | 0.86 | |
| 2026-09-23 04:20:02 | 37.27.51.142 | discovery-crawler35.blex.seranking.com | /vhod/?redirect_to=https://pirogberi.com/product/chizkejk-p | 0.51 | |
| 2026-09-23 04:19:02 | 37.27.51.142 | discovery-crawler35.blex.seranking.com | /vhod/?redirect_to=https://pirogberi.com/product-category/n | 0.71 |