Skip to content

Instantly share code, notes, and snippets.

@Slach
Last active October 29, 2017 16:43
Show Gist options
  • Save Slach/58bd50dd4f7789e981fa3cfb7cdea1fe to your computer and use it in GitHub Desktop.
Save Slach/58bd50dd4f7789e981fa3cfb7cdea1fe to your computer and use it in GitHub Desktop.
Why Clickhouse can't load TSV file
.vagrant/
*.log

clickhouse-client -q "SELECT Date,GoalsOrder FROM metrika2clickhouse.metrika_visits_local FORMAT TabSeparatedWithNames"

Date    GoalsOrder
2017-11-18      ['']
CREATE DATABASE IF NOT EXISTS metrika2clickhouse;
CREATE TABLE IF NOT EXISTS metrika2clickhouse.metrika_visits_local (
Referer String,
BrowserCountry String,
ImpressionsProductCoupon Array(String),
VisitDuration UInt32,
OpenstatCampaign String,
PurchaseDateTime Array(DateTime),
ProductsCategory5 Array(String),
ProductsCoupon Array(String),
EndURL String,
LastDirectPlatformType String,
JavascriptEnabled UInt8,
ProductsCategory Array(String),
VisitID UInt64,
UTMMedium String,
Browser String,
ScreenFormat UInt16,
PurchaseCurrency Array(String),
OpenstatAd String,
ImpressionsProductPrice Array(Int64),
MobilePhoneModel String,
BrowserMajorVersion UInt16,
PurchaseTax Array(Float64),
ProductsID Array(String),
ProductsCategory4 Array(String),
DateTime DateTime,
StartURL String,
BrowserEngine String,
PurchaseID Array(String),
ProductsName Array(String),
GoalsPrice Array(Int64),
LastTrafficSource String,
LastDirectPhraseOrCond String,
HasGCLID UInt8,
ProductsPosition Array(Int32),
OpenstatService String,
ScreenWidth UInt16,
LastDirectConditionType String,
ScreenHeight UInt16,
ProductsQuantity Array(Int64),
GoalsCurrency Array(String),
UTMContent String,
MobilePhone String,
BrowserEngineVersion4 UInt16,
LastClickBannerGroupName String,
LastDirectClickBannerName String,
ScreenOrientation String,
ImpressionsURL Array(String),
DateTimeUTC DateTime,
LastReferalSource String,
CookieEnabled UInt8,
FlashMinor UInt8,
ProductsPrice Array(Float64),
LastDirectPlatform String,
WatchIDs Array(UInt64),
Bounce UInt8,
LastDirectClickOrder String,
FlashMajor UInt8,
ProductsBrand Array(String),
GoalsID Array(UInt32),
ImpressionsProductCategory2 Array(String),
ImpressionsProductCurrency Array(String),
PageViews Int32,
RegionCity String,
OperatingSystem String,
ImpressionsProductBrand Array(String),
GoalsOrder Array(String),
PurchaseCoupon Array(String),
ImpressionsProductCategory4 Array(String),
BrowserEngineVersion2 UInt16,
WindowClientWidth UInt16,
ClientID UInt64,
BrowserEngineVersion3 UInt16,
PurchaseShipping Array(Float64),
ImpressionsProductID Array(String),
ImpressionsProductCategory5 Array(String),
NetworkType String,
LastDirectClickBanner String,
WindowClientHeight UInt16,
From String,
PhysicalScreenHeight UInt16,
ImpressionsProductVariant Array(String),
Date Date,
LastSearchEngineRoot String,
LastSocialNetworkProfile String,
UTMTerm String,
BrowserMinorVersion UInt16,
LastAdvEngine String,
RegionCountry String,
ImpressionsProductCategory Array(String),
LastDirectClickOrderName String,
Params Array(String),
ScreenColors UInt8,
PurchaseAffiliation Array(String),
PurchaseRevenue Array(Float64),
ImpressionsDateTime Array(DateTime),
LastSocialNetwork String,
OpenstatSource String,
ProductsPurchaseID Array(String),
ProductsVariant Array(String),
ProductsCurrency Array(String),
CounterID UInt32,
DeviceCategory String,
PhysicalScreenWidth UInt16,
ImpressionsProductCategory1 Array(String),
LastDirectBannerGroup UInt32,
LastCurrencyID String,
BrowserEngineVersion1 UInt16,
PurchaseProductQuantity Array(Int64),
GoalsDateTime Array(DateTime),
ClientTimeZone Int16,
ProductsCategory3 Array(String),
UTMCampaign String,
BrowserLanguage String,
ProductsCategory2 Array(String),
ProductsCategory1 Array(String),
IsNewUser UInt8,
IpAddress String,
GoalsSerialNumber Array(UInt32),
LastSearchEngine String,
UTMSource String,
OperatingSystemRoot String,
ImpressionsProductName Array(String),
ImpressionsProductCategory3 Array(String)
) ENGINE=MergeTree(Date, (Date,CounterID,intHash32(ClientID)), 8192);
Code: 26. DB::Exception: Cannot parse quoted string: expected opening quote: (at row 49)
Row 48:
Column 0, name: BrowserLanguage, type: String, parsed text: "30066"
Column 1, name: EndURL, type: String, parsed text: "http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/"
Column 2, name: ProductsCategory1, type: Array(String), parsed text: "[]"
Column 3, name: WatchIDs, type: Array(UInt64), parsed text: "[5808687656153386892]"
Column 4, name: LastDirectPlatform, type: String, parsed text: <EMPTY>
Column 5, name: LastCurrencyID, type: String, parsed text: <EMPTY>
Column 6, name: PurchaseDateTime, type: Array(DateTime), parsed text: "[]"
Column 7, name: ImpressionsProductName, type: Array(String), parsed text: "[]"
Column 8, name: Bounce, type: UInt8, parsed text: "0"
Column 9, name: LastDirectPhraseOrCond, type: String, parsed text: <EMPTY>
Column 10, name: ScreenHeight, type: UInt16, parsed text: "1024"
Column 11, name: WindowClientHeight, type: UInt16, parsed text: "926"
Column 12, name: PageViews, type: Int32, parsed text: "1"
Column 13, name: FlashMajor, type: UInt8, parsed text: "25"
Column 14, name: FlashMinor, type: UInt8, parsed text: "0"
Column 15, name: PhysicalScreenHeight, type: UInt16, parsed text: "1024"
Column 16, name: From, type: String, parsed text: <EMPTY>
Column 17, name: JavascriptEnabled, type: UInt8, parsed text: "1"
Column 18, name: VisitID, type: UInt64, parsed text: "5808687656153386892"
Column 19, name: BrowserMinorVersion, type: UInt16, parsed text: "4"
Column 20, name: PurchaseProductQuantity, type: Array(Int64), parsed text: "[]"
Column 21, name: LastDirectBannerGroup, type: UInt32, parsed text: "0"
Column 22, name: GoalsPrice, type: Array(Int64), parsed text: "[]"
Column 23, name: ProductsCategory5, type: Array(String), parsed text: "[]"
Column 24, name: DateTime, type: DateTime, parsed text: "2017-10-03 16:06:24"
Column 25, name: ClientTimeZone, type: Int16, parsed text: "300"
Column 26, name: LastDirectClickOrder, type: String, parsed text: <EMPTY>
Column 27, name: LastSearchEngine, type: String, parsed text: <EMPTY>
Column 28, name: MobilePhone, type: String, parsed text: <EMPTY>
Column 29, name: ScreenColors, type: UInt8, parsed text: "24"
Column 30, name: PurchaseCurrency, type: Array(String), parsed text: "[]"
Column 31, name: ProductsPrice, type: Array(Float64), parsed text: "[]"
Column 32, name: ImpressionsProductCoupon, type: Array(String), parsed text: "[]"
Column 33, name: LastDirectPlatformType, type: String, parsed text: <EMPTY>
Column 34, name: UTMSource, type: String, parsed text: <EMPTY>
Column 35, name: UTMTerm, type: String, parsed text: <EMPTY>
Column 36, name: BrowserMajorVersion, type: UInt16, parsed text: "17"
Column 37, name: PurchaseID, type: Array(String), parsed text: "[]"
Column 38, name: PurchaseCoupon, type: Array(String), parsed text: "[]"
Column 39, name: NetworkType, type: String, parsed text: <EMPTY>
Column 40, name: GoalsID, type: Array(UInt32), parsed text: "[]"
Column 41, name: LastSearchEngineRoot, type: String, parsed text: <EMPTY>
Column 42, name: LastDirectConditionType, type: String, parsed text: <EMPTY>
Column 43, name: UTMMedium, type: String, parsed text: <EMPTY>
Column 44, name: ProductsCategory2, type: Array(String), parsed text: "[]"
Column 45, name: ImpressionsProductCategory4, type: Array(String), parsed text: "[]"
Column 46, name: CounterID, type: UInt32, parsed text: "40327473"
Column 47, name: PurchaseShipping, type: Array(Float64), parsed text: "[]"
Column 48, name: ProductsVariant, type: Array(String), parsed text: "[]"
Column 49, name: ImpressionsProductVariant, type: Array(String), parsed text: "[]"
Column 50, name: ImpressionsProductCurrency, type: Array(String), parsed text: "[]"
Column 51, name: LastTrafficSource, type: String, parsed text: "internal"
Column 52, name: UTMCampaign, type: String, parsed text: <EMPTY>
Column 53, name: ProductsCategory, type: Array(String), parsed text: "[]"
Column 54, name: LastSocialNetwork, type: String, parsed text: <EMPTY>
Column 55, name: ProductsCategory4, type: Array(String), parsed text: "[]"
Column 56, name: ProductsCurrency, type: Array(String), parsed text: "[]"
Column 57, name: ProductsQuantity, type: Array(Int64), parsed text: "[]"
Column 58, name: LastReferalSource, type: String, parsed text: "apollon174.ru"
Column 59, name: LastDirectClickBannerName, type: String, parsed text: "0"
Column 60, name: ImpressionsProductBrand, type: Array(String), parsed text: "[]"
Column 61, name: GoalsOrder, type: Array(String), parsed text: "[]"
Column 62, name: GoalsSerialNumber, type: Array(UInt32), parsed text: "[]"
Column 63, name: LastDirectClickBanner, type: String, parsed text: "0"
Column 64, name: OpenstatService, type: String, parsed text: <EMPTY>
Column 65, name: RegionCity, type: String, parsed text: "Chelyabinsk"
Column 66, name: BrowserCountry, type: String, parsed text: "0"
Column 67, name: BrowserEngineVersion3, type: UInt16, parsed text: "0"
Column 68, name: PurchaseTax, type: Array(Float64), parsed text: "[]"
Column 69, name: Referer, type: String, parsed text: "http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/"
Column 70, name: OperatingSystemRoot, type: String, parsed text: "windows"
Column 71, name: PhysicalScreenWidth, type: UInt16, parsed text: "1280"
Column 72, name: ProductsID, type: Array(String), parsed text: "[]"
Column 73, name: ProductsPosition, type: Array(Int32), parsed text: "[]"
Column 74, name: ClientID, type: UInt64, parsed text: "1505890797500394407"
Column 75, name: OpenstatSource, type: String, parsed text: <EMPTY>
Column 76, name: ScreenOrientation, type: String, parsed text: "2"
Column 77, name: ImpressionsProductPrice, type: Array(Int64), parsed text: "[]"
Column 78, name: OpenstatAd, type: String, parsed text: <EMPTY>
Column 79, name: DeviceCategory, type: String, parsed text: "1"
Column 80, name: VisitDuration, type: UInt32, parsed text: "15"
Column 81, name: RegionCountry, type: String, parsed text: "Russia"
Column 82, name: ProductsCategory3, type: Array(String), parsed text: "[]"
Column 83, name: ImpressionsProductCategory5, type: Array(String), parsed text: "[]"
Column 84, name: HasGCLID, type: UInt8, parsed text: "0"
Column 85, name: ProductsCoupon, type: Array(String), parsed text: "[]"
Column 86, name: GoalsCurrency, type: Array(String), parsed text: "[]"
Column 87, name: Params, type: Array(String), parsed text: "[]"
Column 88, name: OperatingSystem, type: String, parsed text: "windows_xp"
Column 89, name: Browser, type: String, parsed text: "yandex_browser"
Column 90, name: CookieEnabled, type: UInt8, parsed text: "1"
Column 91, name: ScreenFormat, type: UInt16, parsed text: "26"
Column 92, name: DateTimeUTC, type: DateTime, parsed text: "2017-10-03 14:06:24"
Column 93, name: OpenstatCampaign, type: String, parsed text: <EMPTY>
Column 94, name: ImpressionsURL, type: Array(String), parsed text: "[]"
Column 95, name: ImpressionsProductID, type: Array(String), parsed text: "[]"
Column 96, name: ImpressionsProductCategory2, type: Array(String), parsed text: "[]"
Column 97, name: ImpressionsProductCategory3, type: Array(String), parsed text: "[]"
Column 98, name: LastDirectClickOrderName, type: String, parsed text: "0"
Column 99, name: GoalsDateTime, type: Array(DateTime), parsed text: "[]"
Column 100, name: IpAddress, type: String, parsed text: "88.206.97.xxx"
Column 101, name: BrowserEngine, type: String, parsed text: "WebKit"
Column 102, name: ImpressionsProductCategory1, type: Array(String), parsed text: "[]"
Column 103, name: StartURL, type: String, parsed text: "http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/"
Column 104, name: LastSocialNetworkProfile, type: String, parsed text: <EMPTY>
Column 105, name: UTMContent, type: String, parsed text: <EMPTY>
Column 106, name: BrowserEngineVersion1, type: UInt16, parsed text: "537"
Column 107, name: BrowserEngineVersion4, type: UInt16, parsed text: "0"
Column 108, name: IsNewUser, type: UInt8, parsed text: "0"
Column 109, name: ScreenWidth, type: UInt16, parsed text: "1280"
Column 110, name: PurchaseAffiliation, type: Array(String), parsed text: "[]"
Column 111, name: PurchaseRevenue, type: Array(Float64), parsed text: "[]"
Column 112, name: ImpressionsProductCategory, type: Array(String), parsed text: "[]"
Column 113, name: BrowserEngineVersion2, type: UInt16, parsed text: "36"
Column 114, name: ProductsPurchaseID, type: Array(String), parsed text: "[]"
Column 115, name: ProductsName, type: Array(String), parsed text: "[]"
Column 116, name: LastClickBannerGroupName, type: String, parsed text: <EMPTY>
Column 117, name: WindowClientWidth, type: UInt16, parsed text: "1263"
Column 118, name: MobilePhoneModel, type: String, parsed text: <EMPTY>
Column 119, name: ProductsBrand, type: Array(String), parsed text: "[]"
Column 120, name: ImpressionsDateTime, type: Array(DateTime), parsed text: "[]"
Column 121, name: Date, type: Date, parsed text: "2017-10-03"
Column 122, name: LastAdvEngine, type: String, parsed text: "ya_undefined"
Row 49:
Column 0, name: BrowserLanguage, type: String, parsed text: "30066"
Column 1, name: EndURL, type: String, parsed text: "http://apollon174.ru/responses/"
Column 2, name: ProductsCategory1, type: Array(String), parsed text: "[]"
Column 3, name: WatchIDs, type: Array(UInt64), parsed text: "[6145222905699246803,6145237759057208061,6145243412684612349]"
Column 4, name: LastDirectPlatform, type: String, parsed text: <EMPTY>
Column 5, name: LastCurrencyID, type: String, parsed text: <EMPTY>
Column 6, name: PurchaseDateTime, type: Array(DateTime), parsed text: "[]"
Column 7, name: ImpressionsProductName, type: Array(String), parsed text: "[]"
Column 8, name: Bounce, type: UInt8, parsed text: "0"
Column 9, name: LastDirectPhraseOrCond, type: String, parsed text: <EMPTY>
Column 10, name: ScreenHeight, type: UInt16, parsed text: "1024"
Column 11, name: WindowClientHeight, type: UInt16, parsed text: "933"
Column 12, name: PageViews, type: Int32, parsed text: "3"
Column 13, name: FlashMajor, type: UInt8, parsed text: "22"
Column 14, name: FlashMinor, type: UInt8, parsed text: "0"
Column 15, name: PhysicalScreenHeight, type: UInt16, parsed text: "1024"
Column 16, name: From, type: String, parsed text: <EMPTY>
Column 17, name: JavascriptEnabled, type: UInt8, parsed text: "1"
Column 18, name: VisitID, type: UInt64, parsed text: "6145222905699246803"
Column 19, name: BrowserMinorVersion, type: UInt16, parsed text: "0"
Column 20, name: PurchaseProductQuantity, type: Array(Int64), parsed text: "[]"
Column 21, name: LastDirectBannerGroup, type: UInt32, parsed text: "0"
Column 22, name: GoalsPrice, type: Array(Int64), parsed text: "[0,0]"
Column 23, name: ProductsCategory5, type: Array(String), parsed text: "[]"
Column 24, name: DateTime, type: DateTime, parsed text: "2017-10-18 12:42:45"
Column 25, name: ClientTimeZone, type: Int16, parsed text: "300"
Column 26, name: LastDirectClickOrder, type: String, parsed text: <EMPTY>
Column 27, name: LastSearchEngine, type: String, parsed text: "rambler_search"
Column 28, name: MobilePhone, type: String, parsed text: <EMPTY>
Column 29, name: ScreenColors, type: UInt8, parsed text: "24"
Column 30, name: PurchaseCurrency, type: Array(String), parsed text: "[]"
Column 31, name: ProductsPrice, type: Array(Float64), parsed text: "[]"
Column 32, name: ImpressionsProductCoupon, type: Array(String), parsed text: "[]"
Column 33, name: LastDirectPlatformType, type: String, parsed text: <EMPTY>
Column 34, name: UTMSource, type: String, parsed text: <EMPTY>
Column 35, name: UTMTerm, type: String, parsed text: <EMPTY>
Column 36, name: BrowserMajorVersion, type: UInt16, parsed text: "49"
Column 37, name: PurchaseID, type: Array(String), parsed text: "[]"
Column 38, name: PurchaseCoupon, type: Array(String), parsed text: "[]"
Column 39, name: NetworkType, type: String, parsed text: <EMPTY>
Column 40, name: GoalsID, type: Array(UInt32), parsed text: "[24346115,24346110]"
Column 41, name: LastSearchEngineRoot, type: String, parsed text: "rambler"
Column 42, name: LastDirectConditionType, type: String, parsed text: <EMPTY>
Column 43, name: UTMMedium, type: String, parsed text: <EMPTY>
Column 44, name: ProductsCategory2, type: Array(String), parsed text: "[]"
Column 45, name: ImpressionsProductCategory4, type: Array(String), parsed text: "[]"
Column 46, name: CounterID, type: UInt32, parsed text: "40327473"
Column 47, name: PurchaseShipping, type: Array(Float64), parsed text: "[]"
Column 48, name: ProductsVariant, type: Array(String), parsed text: "[]"
Column 49, name: ImpressionsProductVariant, type: Array(String), parsed text: "[]"
Column 50, name: ImpressionsProductCurrency, type: Array(String), parsed text: "[]"
Column 51, name: LastTrafficSource, type: String, parsed text: "organic"
Column 52, name: UTMCampaign, type: String, parsed text: <EMPTY>
Column 53, name: ProductsCategory, type: Array(String), parsed text: "[]"
Column 54, name: LastSocialNetwork, type: String, parsed text: <EMPTY>
Column 55, name: ProductsCategory4, type: Array(String), parsed text: "[]"
Column 56, name: ProductsCurrency, type: Array(String), parsed text: "[]"
Column 57, name: ProductsQuantity, type: Array(Int64), parsed text: "[]"
Column 58, name: LastReferalSource, type: String, parsed text: "nova.rambler.ru"
Column 59, name: LastDirectClickBannerName, type: String, parsed text: "0"
Column 60, name: ImpressionsProductBrand, type: Array(String), parsed text: "[]"
Column 61, name: GoalsOrder, type: Array(String), parsed text: "[<SINGLE QUOTE><SINGLE QUOTE>,<SINGLE QUOTE><SINGLE QUOTE>]"
Column 62, name: GoalsSerialNumber, type: Array(UInt32), parsed text: "[1,1]"
Column 63, name: LastDirectClickBanner, type: String, parsed text: "0"
Column 64, name: OpenstatService, type: String, parsed text: <EMPTY>
Column 65, name: RegionCity, type: String, parsed text: "Ozersk"
Column 66, name: BrowserCountry, type: String, parsed text: "0"
Column 67, name: BrowserEngineVersion3, type: UInt16, parsed text: "0"
Column 68, name: PurchaseTax, type: Array(Float64), parsed text: "[]"
Column 69, name: Referer, type: String, parsed text: "https://nova.rambler.ru/search?query=челябинск детский гинеколог"
Column 70, name: OperatingSystemRoot, type: String, parsed text: "windows"
Column 71, name: PhysicalScreenWidth, type: UInt16, parsed text: "1280"
Column 72, name: ProductsID, type: Array(String), parsed text: "[]"
Column 73, name: ProductsPosition, type: Array(Int32), parsed text: "[]"
Column 74, name: ClientID, type: UInt64, parsed text: "1508312561474602367"
Column 75, name: OpenstatSource, type: String, parsed text: <EMPTY>
Column 76, name: ScreenOrientation, type: String, parsed text: "2"
Column 77, name: ImpressionsProductPrice, type: Array(Int64), parsed text: "[]"
Column 78, name: OpenstatAd, type: String, parsed text: <EMPTY>
Column 79, name: DeviceCategory, type: String, parsed text: "1"
Column 80, name: VisitDuration, type: UInt32, parsed text: "78"
Column 81, name: RegionCountry, type: String, parsed text: "Russia"
Column 82, name: ProductsCategory3, type: Array(String), parsed text: "[]"
Column 83, name: ImpressionsProductCategory5, type: Array(String), parsed text: "[]"
Column 84, name: HasGCLID, type: UInt8, parsed text: "0"
Column 85, name: ProductsCoupon, type: Array(String), parsed text: "[]"
Column 86, name: GoalsCurrency, type: Array(String), parsed text: "["ERROR
cat /vagrant/metrika_visits.0.tsv | clickhouse-client -q "INSERT INTO metrika2clickhouse.metrika_visits_local(BrowserLanguage,EndURL,ProductsCategory1,WatchIDs,LastDirectPlatform,LastCurrencyID,PurchaseDateTime,ImpressionsProductName,Bounce,LastDirectPhraseOrCond,ScreenHeight,WindowClientHeight,PageViews,FlashMajor,FlashMinor,PhysicalScreenHeight,From,JavascriptEnabled,VisitID,BrowserMinorVersion,PurchaseProductQuantity,LastDirectBannerGroup,GoalsPrice,ProductsCategory5,DateTime,ClientTimeZone,LastDirectClickOrder,LastSearchEngine,MobilePhone,ScreenColors,PurchaseCurrency,ProductsPrice,ImpressionsProductCoupon,LastDirectPlatformType,UTMSource,UTMTerm,BrowserMajorVersion,PurchaseID,PurchaseCoupon,NetworkType,GoalsID,LastSearchEngineRoot,LastDirectConditionType,UTMMedium,ProductsCategory2,ImpressionsProductCategory4,CounterID,PurchaseShipping,ProductsVariant,ImpressionsProductVariant,ImpressionsProductCurrency,LastTrafficSource,UTMCampaign,ProductsCategory,LastSocialNetwork,ProductsCategory4,ProductsCurrency,ProductsQuantity,LastReferalSource,LastDirectClickBannerName,ImpressionsProductBrand,GoalsOrder,GoalsSerialNumber,LastDirectClickBanner,OpenstatService,RegionCity,BrowserCountry,BrowserEngineVersion3,PurchaseTax,Referer,OperatingSystemRoot,PhysicalScreenWidth,ProductsID,ProductsPosition,ClientID,OpenstatSource,ScreenOrientation,ImpressionsProductPrice,OpenstatAd,DeviceCategory,VisitDuration,RegionCountry,ProductsCategory3,ImpressionsProductCategory5,HasGCLID,ProductsCoupon,GoalsCurrency,Params,OperatingSystem,Browser,CookieEnabled,ScreenFormat,DateTimeUTC,OpenstatCampaign,ImpressionsURL,ImpressionsProductID,ImpressionsProductCategory2,ImpressionsProductCategory3,LastDirectClickOrderName,GoalsDateTime,IpAddress,BrowserEngine,ImpressionsProductCategory1,StartURL,LastSocialNetworkProfile,UTMContent,BrowserEngineVersion1,BrowserEngineVersion4,IsNewUser,ScreenWidth,PurchaseAffiliation,PurchaseRevenue,ImpressionsProductCategory,BrowserEngineVersion2,ProductsPurchaseID,ProductsName,LastClickBannerGroupName,WindowClientWidth,MobilePhoneModel,ProductsBrand,ImpressionsDateTime,Date,LastAdvEngine) FORMAT TabSeparatedWithNames"
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/xenial64"
config.vm.box_check_update = false
config.hostmanager.enabled = true
config.hostmanager.manage_host = true
config.hostmanager.ignore_private_ip = false
config.hostmanager.include_offline = false
config.vm.provider "virtualbox" do |vb|
vb.gui = false
vb.memory = "2048"
vb.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"]
end
config.vm.define :metrika2clickhouse_develop do |metrika2clickhouse_develop|
metrika2clickhouse_develop.vm.host_name = "local-metrika2clickhouse-clickhouse-pro"
metrika2clickhouse_develop.hostmanager.aliases = ["local.metrika2clickhouse.clickhouse.pro"]
metrika2clickhouse_develop.vm.network "private_network", ip: "172.16.2.77"
end
config.vm.provision "shell", inline: <<-SHELL
set -xeuo pipefail
export DEBIAN_FRONTEND=noninteractive
sysctl net.ipv6.conf.all.forwarding=1
apt-get update
apt-get install -y apt-transport-https software-properties-common dos2unix
# clickhouse
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E0C56BD4
add-apt-repository "deb http://repo.yandex.ru/clickhouse/xenial/ stable main"
apt-get update
apt-get install -y clickhouse-server-common clickhouse-client
# cp -fv /vagrant/clickhouse/*.xml /etc/clickhouse-server/
systemctl restart clickhouse-server
cat /vagrant/create.sql | clickhouse-client --echo --multiline --multiquery
dos2unix /vagrant/*.tsv
bash -xe /vagrant/error.sh
SHELL
end
We can't make this file beautiful and searchable because it's too large.
ym:s:browserLanguage ym:s:endURL ym:s:productsCategory1 ym:s:watchIDs ym:s:lastDirectPlatform ym:s:lastCurrencyID ym:s:purchaseDateTime ym:s:impressionsProductName ym:s:bounce ym:s:lastDirectPhraseOrCond ym:s:screenHeight ym:s:windowClientHeight ym:s:pageViews ym:s:flashMajor ym:s:flashMinor ym:s:physicalScreenHeight ym:s:from ym:s:javascriptEnabled ym:s:visitID ym:s:browserMinorVersion ym:s:purchaseProductQuantity ym:s:lastDirectBannerGroup ym:s:goalsPrice ym:s:productsCategory5 ym:s:dateTime ym:s:clientTimeZone ym:s:lastDirectClickOrder ym:s:lastSearchEngine ym:s:mobilePhone ym:s:screenColors ym:s:purchaseCurrency ym:s:productsPrice ym:s:impressionsProductCoupon ym:s:lastDirectPlatformType ym:s:UTMSource ym:s:UTMTerm ym:s:browserMajorVersion ym:s:purchaseID ym:s:purchaseCoupon ym:s:networkType ym:s:goalsID ym:s:lastSearchEngineRoot ym:s:lastDirectConditionType ym:s:UTMMedium ym:s:productsCategory2 ym:s:impressionsProductCategory4 ym:s:counterID ym:s:purchaseShipping ym:s:productsVariant ym:s:impressionsProductVariant ym:s:impressionsProductCurrency ym:s:lastTrafficSource ym:s:UTMCampaign ym:s:productsCategory ym:s:lastSocialNetwork ym:s:productsCategory4 ym:s:productsCurrency ym:s:productsQuantity ym:s:lastReferalSource ym:s:lastDirectClickBannerName ym:s:impressionsProductBrand ym:s:goalsOrder ym:s:goalsSerialNumber ym:s:lastDirectClickBanner ym:s:openstatService ym:s:regionCity ym:s:browserCountry ym:s:browserEngineVersion3 ym:s:purchaseTax ym:s:referer ym:s:operatingSystemRoot ym:s:physicalScreenWidth ym:s:productsID ym:s:productsPosition ym:s:clientID ym:s:openstatSource ym:s:screenOrientation ym:s:impressionsProductPrice ym:s:openstatAd ym:s:deviceCategory ym:s:visitDuration ym:s:regionCountry ym:s:productsCategory3 ym:s:impressionsProductCategory5 ym:s:hasGCLID ym:s:productsCoupon ym:s:goalsCurrency ym:s:params ym:s:operatingSystem ym:s:browser ym:s:cookieEnabled ym:s:screenFormat ym:s:dateTimeUTC ym:s:openstatCampaign ym:s:impressionsURL ym:s:impressionsProductID ym:s:impressionsProductCategory2 ym:s:impressionsProductCategory3 ym:s:lastDirectClickOrderName ym:s:goalsDateTime ym:s:ipAddress ym:s:browserEngine ym:s:impressionsProductCategory1 ym:s:startURL ym:s:lastSocialNetworkProfile ym:s:UTMContent ym:s:browserEngineVersion1 ym:s:browserEngineVersion4 ym:s:isNewUser ym:s:screenWidth ym:s:purchaseAffiliation ym:s:purchaseRevenue ym:s:impressionsProductCategory ym:s:browserEngineVersion2 ym:s:productsPurchaseID ym:s:productsName ym:s:lastClickBannerGroupName ym:s:windowClientWidth ym:s:mobilePhoneModel ym:s:productsBrand ym:s:impressionsDateTime ym:s:date ym:s:lastAdvEngine
30066 http://apollon174.ru/directions/ginekologiya/ [] [6099119378720100239] [] [] 0 667 559 1 0 0 1334 1 6099119378720100239 0 [] 0 [] [] 2017-10-16 11:51:34 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chebarkul 30066 8 [] https://google.ru/ ios_double 750 [] [] 1508136694817235105 1 [] 2 14 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-16 09:51:34 [] [] [] [] 0 [] 185.50.158.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5939230530273280119] [] [] 0 640 560 1 0 0 1280 1 5939230530273280119 0 [] 0 [] [] 2017-10-09 10:26:06 300 google_search samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1507526762795537271 1 [] 2 16 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-09 08:26:06 [] [] [] [] 0 [] 85.140.77.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/procedures/mezoterapiya-lica-mesoline-refresh-25-ml-lyuksembu/ [] [6166159778344601453] [] [] 0 768 615 1 0 0 768 1 6166159778344601453 0 [] 0 [] [] 2017-10-19 10:53:52 300 mail_search 24 [] [] [] 61 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://go.mail.ru/ windows 1366 [] [] 1508392430964253838 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-19 08:53:52 [] [] [] [] 0 [] 77.222.109.xxx WebKit [] http://apollon174.ru/procedures/mezoterapiya-lica-mesoline-refresh-25-ml-lyuksembu/ 537 0 1 1366 [] [] [] 36 [] [] 1313 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/contacts/#map [] [5998017122138858209,5998094946499825358,5998172883609456336,5998226511291748040,5998244758869254880,5998325034728296338,5998340365353750418] [] [] 0 768 633 7 0 0 768 1 5998017122138858209 0 [] 0 [] [] 2017-10-12 00:43:39 300 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1366 [] [] 1507751019982813734 2 [] 1 1233 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-11 22:43:39 [] [] [] [] 0 [] 77.222.115.xxx Gecko [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 56 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/doctors/ [] [5952357891305373822,5952370911716050815] [] [] 0 568 460 2 0 0 1136 1 5952357891305373822 0 [] 0 [] [] 2017-10-10 00:20:43 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://google.ru/ ios_double 640 [] [] 1507576843785601280 1 [] 2 65 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-09 22:20:43 [] [] [] [] 0 [] 94.51.51.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/actions/glubokoe-uvlazhnenie-i-vosstanovlenie-kozhi-lica/ [] [6017274563178537698,6017278503752830670,6017282326432845518,6017284889730097890,6017286635234266830,6017288528225373902,6017290661408285410] [] [] 0 640 562 7 0 0 1280 1 6017274563178537698 1 [] 0 [] [] 2017-10-12 21:07:59 300 yandex_mobile 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1507824479281377239 1 [] 2 63 Russia [] [] 0 [] [] [] android_nougat yandex_browser 1 11 2017-10-12 19:07:59 [] [] [] [] 0 [] 176.59.204.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 BQru-5057 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/programs/akciya-do-30-noyabrya-2016-goda-na-kompleksnyj-pri/ [] [6221749161960940256] [] [] 0 568 454 1 0 0 1136 1 6221749161960940256 0 [] 0 [] [] 2017-10-21 21:48:09 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] http://apollon174.ru/actions-and-programs/page/2/ ios_double 640 [] [] 1508489360751220232 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-21 19:48:09 [] [] [] [] 0 [] 77.222.116.xxx WebKit [] http://apollon174.ru/programs/akciya-do-30-noyabrya-2016-goda-na-kompleksnyj-pri/ 604 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6150325336541504214,6150326804693649277,6150338504329793239,6150343744525961077,6150349122545132285,6150357174834694013,6150366246950675189,6150366988855414477,6150386057155972811] [] [] 0 736 628 9 0 0 2208 1 6150325336541504214 0 [] 0 [0] [] 2017-10-18 18:07:09 300 apple 32 [] [] [] 10 [] [] [24346110] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [''] [1] 0 Chelyabinsk 30066 6 [] https://chelyabinsk.gilmon.ru/apollon12/ ios_double 1242 [] [] 1506096485452561683 1 [] 2 231 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-18 16:07:09 [] [] [] [] 0 ['2017-10-18 16:07:14'] 77.222.104.xxx WebKit [] http://apollon174.ru/ 602 0 0 414 [] [] [] 4 [] [] 414 iPhone [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/ [] [5736706737907704575,5736707393480303359] [] [] 0 864 844 1 27 0 864 1 5736706737907704575 0 [] 0 [] [] 2017-09-30 11:49:59 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 18 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-09-30 09:49:59 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/procedures/kolposkopiya-rasshirennaya-cifrovaya/ [] [6211114917886691169] [] [] 0 1024 910 1 27 0 1024 1 6211114917886691169 9 [] 0 [] [] 2017-10-21 10:32:03 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1579&&l10n=ru&bu=uniq150841240558583152 windows 1280 [] [] 1508207571535126954 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-10-21 08:32:03 [] [] [] [] 0 [] 188.19.127.xxx WebKit [] http://apollon174.ru/procedures/kolposkopiya-rasshirennaya-cifrovaya/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6348795095703364333] [] [] 1 1024 918 1 0 0 1024 1 6348795095703364333 0 [] 0 [] [] 2017-10-27 12:25:31 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1509089135866377487 2 [] 1 0 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 26 2017-10-27 10:25:31 [] [] [] [] 0 [] 87.249.212.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/doctors/dolinin-evgenij-stanislavovich/ [] [5938587782616713063,5938601514286195426,5938610087062676184,5938620032964366026,5938623690596159179,5938743810693005430,5938747954588820204,5938750990583334759,5938752624967288679,5938755672779263691,5938770518272118486,5939077267777916615] [] [] 0 600 477 12 0 0 600 1 5938587782616713063 0 [] 0 [] [] 2017-10-09 09:45:14 180 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1568&&l10n=ru&bu=uniq150752355343985542 windows 1024 [] [] 1502096755405568221 2 [] 1 1867 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 35 2017-10-09 07:45:14 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/doctors/ 537 0 0 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [5919491908554466013,5919497266310685405] [] [] 0 640 562 1 0 0 1280 1 5919491908554466013 7 [] 0 [] [] 2017-10-08 13:31:09 300 yandex_mobile homtom 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 1507451468706205921 1 [] 2 21 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-08 11:31:09 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 360 [] [] [] 36 [] [] 360 HT17Pro [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6081780089470060405] [] [] 0 640 560 1 0 0 1280 1 6081780089470060405 0 [] 0 [] [] 2017-10-15 17:29:09 300 google_search 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.com 0 [] [] [] 0 Moscow 0 0 [] http://google.com/ android 720 [] [] 1508070548224225485 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-15 15:29:09 [] [] [] [] 0 [] 85.140.17.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Shark 5000 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6074124272781756277] [] [] 0 982 895 1 26 0 1080 1 6074124272781756277 0 [] 0 [] [] 2017-10-15 09:22:25 360 yandex_search 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1574&&l10n=ru&bu=uniq1508035545346229996 windows 1920 [] [] 150804134546094743 2 [] 1 19 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 37 2017-10-15 07:22:25 [] [] [] [] 0 [] 77.222.105.xxx Trident [] http://apollon174.ru/directions/vse-vidy-analizov/ 7 0 1 1745 [] [] [] 0 [] [] 1730 [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/info/2016/01/23/podgotovka-k-sdache-analizov/ [] [5789434755165194097,5789447027257509723,5789447563018766179] [] [] 0 1080 924 3 0 0 0 1 5789434755165194097 0 [] 0 [] [] 2017-10-02 19:42:20 300 yandex_search 32 [] [] [] 8 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562 windows 0 [] [] 150695534338118637 2 [] 1 49 Russia [] [] 0 [] [] [] windows_xp msie 1 37 2017-10-02 17:42:20 [] [] [] [] 0 [] 77.222.99.xxx Trident [] http://apollon174.ru/info/2016/01/23/podgotovka-k-sdache-analizov/ 4 0 1 1920 [] [] [] 0 [] [] 1900 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6188014576719892365,6188016134079123341,6188060466046832525,6188078724304872156,6188080133591016156] [] [] 0 640 560 4 0 0 1280 1 6188014576719892365 0 [] 0 [] [] 2017-10-20 10:03:22 300 xiaomi 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 0 0 [] http://link.2gis.ru/B5C5DDC2/v4-android/20171001/chelyabinsk/2111590608827582?http://apollon174.ru/ android 720 [] [] 1508475802228890342 1 [] 2 250 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-20 08:03:22 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 3S [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/ [] [6280575163256546034,6280745826724094708,6280767519598322406] [] [] 0 640 559 3 0 0 1280 1 6280575163256546034 0 [] 0 [] [] 2017-10-24 12:08:12 180 zte 32 [] [] [] 59 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 720 [] [] 1508835993330796364 1 [] 2 750 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-24 10:08:12 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 ZTE T620 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/adaptaciya/ [] [5712249084627919603,5712251032598487790,5712676034293539548] [] [] 0 768 660 3 27 0 768 1 5712249084627919603 9 [] 0 [] [] 2017-09-29 09:55:00 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1366 [] [] 1501504056952356941 2 [] 1 1629 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-09-29 07:55:00 [] [] [] [] 0 [] 176.226.176.xxx WebKit [] http://apollon174.ru/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [5824250506356983645,5824250540781211536] [] [] 0 768 660 2 27 0 768 1 5824250506356983645 0 [] 0 [] [] 2017-10-04 08:35:52 300 24 [] [] [] 58 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1366 [] [] 1507008124456471915 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-04 06:35:52 [] [] [] [] 0 [] 5.79.194.xxx WebKit [] http://apollon174.ru/doctors/dolinin-evgenij-stanislavovich/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6099435809729684219,6099492313220522747] [] [] 0 768 672 2 0 0 768 1 6099435809729684219 0 [] 0 [] [] 2017-10-16 12:11:41 360 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1508134301867481119 2 [] 1 215 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-16 10:11:41 [] [] [] [] 0 [] 77.222.105.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [6082118991437112033] [] [] 0 568 492 1 0 0 1136 1 6082118991437112033 0 [] 0 [] [] 2017-10-15 17:50:42 300 google_search apple 32 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 50 [] https://google.ru/ ios_double 640 [] [] 15080718421025538996 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 chromemobile 1 11 2017-10-15 15:50:42 [] [] [] [] 0 [] 213.87.249.xxx WebKit [] http://apollon174.ru/directions/uzi/ 602 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ [] [5738336213150994133] [] [] 0 667 553 1 0 0 1334 1 5738336213150994133 0 [] 0 [] [] 2017-09-30 13:33:35 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1506760413952839874 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-09-30 11:33:35 [] [] [] [] 0 [] 109.191.184.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [6302241368419338089,6302242449891795672,6302243770216744809,6302248079749547881,6302250695947985624,6302253376968591209,6302254748756084585] [] [] 0 768 656 6 27 0 768 1 6302241368419338089 9 [] 0 [] [] 2017-10-25 11:05:42 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/1.4/aHR0cDovL2Fwb2xsb24xNzQucnUKaHR0cDovL3N0YXQuYXBpLjJnaXMucnUKeyJwcm9qIjoxNSwiaXNkIjoiMjAxNzEwMjUiLCJldmVudCI6ImE4ZjVlZjI5LTY0YTItNDVhZC1hM2MxLTRlNTU5NjM5MmE3MSIsInR5cGUiOjEsInRzIjoxNTA4OTExNTQ3NTk1LCJhZGQiOnsiaGFzaCI6ImQ2NjNhNjIzLTQ4ZjEtNGQ4ZS04YzEyLWQyZTU4OGFiMjQzZiIsImJjIjoyLCJicmFuY2giOiIyMTExNTkwNjA4ODI3NTgyIiwib3JnIjoiMjExMTU5OTE5NjcyMTk2MyIsInJ1YnIiOiI2NjEiLCJhZHMiOjAsInR5cyI6MSwicyI6IjIiLCJhZHN0IjoxNTA4OTA4ODAwLCJwbGFjZSI6Mn0sInYiOjIsInByb2QiOjEwLCJrZXkiOiJydXRucHQzMjcyIiwibGFuZyI6InJ1X1JVIiwidXNlcmFnZW50IjoiTW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQpIEFwcGxlV2ViS2l0LzUzNy4zNiAoS0hUTUwsIGxpa2UgR2Vja28pIENocm9tZS82MC4wLjMxMTIuMTEzIFlhQnJvd3Nlci8xNy45LjEuODUwIFlvd3Nlci8yLjUgU2FmYXJpLzUzNy4zNiIsImlwIjoiMTc2LjIyNi4xNTIuMTgwIiwia2V5c3RhdHVzIjoxLCJ1c2VyIjoiMDVhMjRjMTMtM2ZkNC00NTM0LWE1ZjYtMzRmNWIwMThjMjI4Iiwic2lkIjoiNmM0OGE1MTgtZDMwOC00NmFkLTk2NTUtNWMyMzZlYTQ3MjdlIiwic2h2IjoiMTcxMDI1LTczNTQifQ== windows 1366 [] [] 1508911549401906344 2 [] 1 51 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-25 09:05:42 [] [] [] [] 0 [] 176.226.152.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6334087422055810911,6334095692956436319] [] [] 0 570 488 1 0 0 856 1 6334087422055810911 0 [] 0 [] [] 2017-10-26 20:50:24 180 google_search lenovo 32 [] [] [] adwords 58 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 480 [] [] 1509040177636260391 1 [] 2 33 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-26 18:50:24 [] [] [] [] 0 [] 193.150.103.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A1010a20 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/doctors/ [] [6127591039633466071,6127595532676768471,6127616186793075415,6127618708298801879,6127622070141985495,6127628441903440599,6127681898820412121] [] [] 0 640 562 3 0 0 1280 1 6127591039633466071 0 [] 0 [] [] 2017-10-17 18:01:44 300 yandex_mobile meizu 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 150824530964794992 1 [] 2 347 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-17 16:01:44 [] [] [] [] 0 [] 95.78.157.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 MEIZU_M5 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6105512799657529232] [] [] 0 480 372 1 0 0 960 1 6105512799657529232 0 [] 0 [0] [] 2017-10-16 18:38:02 300 apple 32 [] [] [] 9 [] [] [24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 30066 46 [] http://apollon174.ru/doctors/paushkina-ekaterina-vasilevna/appointment/ ios_double 640 [] [] 1508075759659449156 1 [] 2 141 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-16 16:38:02 [] [] [] [] 0 ['2017-10-16 16:38:02'] 31.173.100.xxx WebKit [] http://apollon174.ru/contacts/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5944274708547768018,5944278495184293778,5944282015240294100] [] [] 0 768 612 3 27 0 768 1 5944274708547768018 0 [] 0 [] [] 2017-10-09 15:46:48 300 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1366 [] [] 1507546008609110264 2 [] 1 28 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-09 13:46:48 [] [] [] [] 0 [] 31.162.222.xxx Gecko [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 56 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5960637809349887835,5960650958674855773] [] [] 0 667 559 2 0 0 1334 1 5960637809349887835 0 [] 0 [] [] 2017-10-10 09:07:08 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 30066 12 [] http://link.2gis.ru/EC907F27/v4-iphone/20171001/chelyabinsk/2111590608827582?http://apollon174.ru/ ios_double 750 [] [] 1507608428496422914 1 [] 2 50 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-10 07:07:08 [] [] [] [] 0 [] 31.173.103.xxx WebKit [] http://apollon174.ru/ 602 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [5915186804810588912,5915199234001085168] [] [] 0 768 639 2 27 0 768 1 5915186804810588912 9 [] 0 [] [] 2017-10-08 08:57:26 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1567&&l10n=ru&bu=uniq1507422984198318752 windows 1024 [] [] 150743504775263795 2 [] 1 48 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 28 2017-10-08 06:57:26 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 1 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/miliumy-prosyanki-belye-ugri/ [] [6193595584864068308] [] [] 0 819 658 1 0 0 1024 1 6193595584864068308 0 [] 0 [] [] 2017-10-20 15:58:12 300 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1580&&l10n=ru&bu=uniq1508496637241127311&_bu=1 windows 1280 [] [] 1503986547209547871 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp firefox 1 26 2017-10-20 13:58:12 [] [] [] [] 0 [] 77.233.175.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/miliumy-prosyanki-belye-ugri/ 52 0 0 1024 [] [] [] 0 [] [] 1008 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6144323482374639318,6144332527052263126] [] [] 0 1080 827 2 0 0 1080 1 6144323482374639318 0 [] 0 [0] [] 2017-10-18 11:45:33 300 yandex_search 24 [] [] [] 61 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq15082585661624366185 windows 1920 [] [] 1508309115443209841 2 [] 1 35 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-18 09:45:33 [] [] [] [] 0 ['2017-10-18 09:46:08'] 77.222.99.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1920 [] [] [] 36 [] [] 1372 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6050698277187227538] [] [] 1 534 460 1 0 0 802 1 6050698277187227538 0 [] 0 [] [] 2017-10-14 08:33:02 300 google_search samsung 32 [] [] [] adwords 28 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 150795182681936113 1 [] 2 0 Russia [] [] 0 [] [] [] android_jelly_bean41 chromemobile 1 12 2017-10-14 06:33:02 [] [] [] [] 0 [] 176.59.210.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy Star Plus [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6308543871783800531,6308550790669668040] [] [] 0 768 662 1 0 0 768 1 6308543871783800531 0 [] 0 [] [] 2017-10-25 17:46:25 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1508935584575888686 2 [] 1 26 Russia [] [] 1 [] [] [] windows10 chrome 1 37 2017-10-25 15:46:25 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [5849251238837756640] [] [] 0 640 511 1 0 0 1280 1 5849251238837756640 0 [] 0 [] [] 2017-10-05 11:05:22 300 google_search huawei 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1507183522568381143 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-05 09:05:22 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 LYO-L21 [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5816451692652143360] [] [] 0 768 649 1 0 0 768 1 5816451692652143360 0 [] 0 [] [] 2017-10-04 00:20:02 360 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq150705588012415061 windows 1366 [] [] 1507058402471839405 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-03 22:20:02 [] [] [] [] 0 [] 176.226.220.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1350 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/ [] [6192878998983278716] [] [] 0 864 790 1 27 0 864 1 6192878998983278716 0 [] 0 [] [] 2017-10-20 15:12:38 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-20 13:12:38 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/procedures/uhod-antivozrastnoj/?direction=kosmetologiya&disease=esteticheskaya-kosmetologiya [] [5905093821416869774,5905115748076888819] [] [] 0 569 461 2 0 0 768 1 5905093821416869774 0 [] 0 [] [] 2017-10-07 22:15:45 180 yandex_search 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1567&&l10n=ru&bu=uniq1507394087517233597 windows 1366 [] [] 1507396549601332031 2 [] 1 83 Russia [] [] 0 [] [] [] windows8_1 msie 1 37 2017-10-07 20:15:45 [] [] [] [] 0 [] 88.206.12.xxx Trident [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ 7 0 1 1012 [] [] [] 0 [] [] 999 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/info/ [] [5857191934535143308,5857194042404110454,5857208089685524598,5857272061831155406,5857302211220213454,5857303594164555470,5857307800447755002,5857308390790532814,5857318778390712014,5857320051487023866,5857327346528559866,5857334653788098254,5857337733366948602] [] [] 0 1024 893 13 27 0 1024 1 5857191934535143308 0 [] 0 [0] [] 2017-10-05 19:30:14 300 google_search 24 [] [] [] 61 [] [] [24346110] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 150721381288096336 2 [] 1 556 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-05 17:30:14 [] [] [] [] 0 ['2017-10-05 17:37:38'] 77.222.114.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5987003687784419026] [] [] 1 570 440 1 0 0 856 1 5987003687784419026 0 [] 0 [] [] 2017-10-11 13:03:26 300 google_mobile_app lg_electronics 32 [] [] [] adwords 58 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 480 [] [] 1507709011529049609 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-11 11:03:26 [] [] [] [] 0 [] 5.141.216.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 LG-X155 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6257431787229417161] [] [] 1 768 656 1 27 0 768 1 6257431787229417161 9 [] 0 [] [] 2017-10-23 11:36:47 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1582&&l10n=ru&bu=uniq1508732216359494751&_bu=1 windows 1366 [] [] 1508219725280624459 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-23 09:36:47 [] [] [] [] 0 [] 92.255.247.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ksantelazmy-ksantomy/ [] [6300426458095690482,6300432867847833465] [] [] 0 900 803 1 27 0 900 1 6300426458095690482 0 [] 0 [] [] 2017-10-25 09:10:19 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Kopeysk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq1508901312758347415&_bu=1 windows 1600 [] [] 150890461859298184 2 [] 1 25 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-25 07:10:19 [] [] [] [] 0 [] 194.135.144.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/ksantelazmy-ksantomy/ 56 0 1 1600 [] [] [] 0 [] [] 1584 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6005413256432975991] [] [] 0 667 667 1 0 0 1334 1 6005413256432975991 0 [] 0 [] [] 2017-10-12 08:33:53 300 apple 32 [] [] [] adwords 31 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Kopeysk 30066 50 [] ios_double 750 [] [] 1507617444355297299 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 googlesearch 1 11 2017-10-12 06:33:53 [] [] [] [] 0 [] 194.135.138.xxx WebKit [] http://apollon174.ru/directions/uzi/ 602 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/procedures/biorevitalizaciya-french-laboratoire-1-gkaminokisl/ [] [6261575013786716023] [] [] 1 768 662 1 0 0 768 1 6261575013786716023 0 [] 0 [] [] 2017-10-23 16:00:13 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1508756424735116653 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-23 14:00:13 [] [] [] [] 0 [] 78.29.42.xxx WebKit [] http://apollon174.ru/procedures/biorevitalizaciya-french-laboratoire-1-gkaminokisl/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6100802765765742280] [] [] 0 480 372 1 0 0 960 1 6100802765765742280 0 [] 0 [0] [] 2017-10-16 13:38:35 300 apple 32 [] [] [] 9 [] [] [24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 30066 46 [] http://apollon174.ru/doctors/paushkina-ekaterina-vasilevna/appointment/ ios_double 640 [] [] 1508075759659449156 1 [] 2 158 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-16 11:38:35 [] [] [] [] 0 ['2017-10-16 11:38:35'] 31.173.100.xxx WebKit [] http://apollon174.ru/contacts/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6031094363455750269,6031100899737993341] [] [] 0 640 560 2 0 0 1280 1 6031094363455750269 0 [] 0 [] [] 2017-10-13 11:46:39 300 google_search samsung 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Moscow 0 0 [] http://google.ru/ android 720 [] [] 1483780814862829753 1 [] 2 25 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-13 09:46:39 [] [] [] [] 0 [] 85.140.19.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6258986586668535493] [] [] 0 640 562 1 0 0 1280 1 6258986586668535493 9 [] 0 [] [] 2017-10-23 13:15:39 180 yandex_mobile samsung 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 1507897279402498779 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat yandex_browser 1 11 2017-10-23 11:15:39 [] [] [] [] 0 [] 88.206.110.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy J7 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [5808687656153386892] [] [] 0 1024 926 1 25 0 1024 1 5808687656153386892 4 [] 0 [] [] 2017-10-03 16:06:24 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ windows 1280 [] [] 1505890797500394407 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp yandex_browser 1 26 2017-10-03 14:06:24 [] [] [] [] 0 [] 88.206.97.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/responses/ [] [6145222905699246803,6145237759057208061,6145243412684612349] [] [] 0 1024 933 3 22 0 1024 1 6145222905699246803 0 [] 0 [0,0] [] 2017-10-18 12:42:45 300 rambler_search 24 [] [] [] 49 [] [] [24346115,24346110] rambler [] [] 40327473 [] [] [] [] organic [] [] [] [] nova.rambler.ru 0 [] ['',''] [1,1] 0 Ozersk 0 0 [] https://nova.rambler.ru/search?query=челябинск детский гинеколог windows 1280 [] [] 1508312561474602367 2 [] 1 78 Russia [] [] 0 [] [,] [] windows_xp chrome 1 26 2017-10-18 10:42:45 [] [] [] [] 0 ['2017-10-18 10:43:41','2017-10-18 10:44:03'] 91.205.239.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/detskij-ginekolog/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/actions-and-programs/ [] [5942907378040045687,5942932126683631500] [] [] 0 1024 836 2 27 0 1024 1 5942907378040045687 0 [] 0 [] [] 2017-10-09 14:19:52 300 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1568&&l10n=ru&bu=uniq150753252852962476 windows 1280 [] [] 1507540816769894960 2 [] 1 94 Russia [] [] 0 [] [] [] windows_xp firefox 1 26 2017-10-09 12:19:52 [] [] [] [] 0 [] 176.226.165.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/ 52 0 1 1280 [] [] [] 0 [] [] 1263 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6336500954023863039,6336507107571147519] [] [] 0 736 622 1 0 0 2208 1 6336500954023863039 0 [] 0 [] [] 2017-10-26 23:23:52 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 1242 [] [] 1508898536605930820 1 [] 2 24 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-26 21:23:52 [] [] [] [] 0 [] 31.207.228.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 604 0 0 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/ [] [5735021844009844858,5735022700168216698] [] [] 0 671 489 2 0 0 1200 1 5735021844009844858 0 [] 0 [] [] 2017-09-30 10:02:52 300 nokia 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/ windows 720 [] [] 149887831227416039 1 [] 2 18 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-09-30 08:02:52 [] [] [] [] 0 [] 37.113.153.xxx Trident [] http://apollon174.ru/directions/ginekologiya/zhenskoe-besplodie/ 7 0 0 403 [] [] [] 0 [] [] 320 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6182394053134126803] [] [] 0 800 411 1 0 0 800 1 6182394053134126803 4 [] 0 [] [] 2017-10-20 04:06:01 300 yandex_mobile nokia 32 [] [] [] 11 [] [] ethernet [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 480 [] [] 1508454360334277457 1 [] 2 14 Russia [] [] 0 [] [] [] android_jelly_bean43 ucbrowser 1 12 2017-10-20 02:06:01 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 534 0 1 480 [] [] [] 30 [] [] 320 NokiaX2DS [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/actions/besplatnaya-konsultaciya-kosmetologa/ [] [6149126519367403363,6149128838325208931,6149131838460268425,6149234231917159164,6149245866474213257,6149249525031896939,6149317612034073303,6149365406542332021,6149368347460112268] [] [] 0 768 658 9 0 0 768 1 6149126519367403363 0 [] 0 [] [] 2017-10-18 16:50:56 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1499934350877818335 2 [] 1 922 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-18 14:50:56 [] [] [] [] 0 [] 176.226.176.xxx WebKit [] http://apollon174.ru/ 537 0 0 1366 [] [] [] 36 [] [] 1350 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6330692780812673776] [] [] 1 640 560 1 0 0 1280 1 6330692780812673776 0 [] 0 [] [] 2017-10-26 17:14:36 480 google_search 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] http://google.ru/ android 720 [] [] 1509009265247088361 1 [] 2 0 Russia [] [] 1 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-26 15:14:36 [] [] [] [] 0 [] 46.167.114.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 TA-1053 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [5735062465548133084,5735288085272594283,5735293047036970859,5735302735037204331] [] [] 0 640 560 4 0 0 960 1 5735062465548133084 0 [] 0 [0] [] 2017-09-30 10:05:27 360 yandex_mobile samsung 32 [] [] [] 61 [] [] wi_fi [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 540 [] [] 1506744315595084530 1 [] 2 931 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-09-30 08:05:27 [] [] [] [] 0 ['2017-09-30 08:20:06'] 77.222.97.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/zabolevaniya-shejki-matki/ [] [6289046392245323625,6289052591952758633,6289053623684958049,6289054232809834337,6289057988754016097,6289068480382109537] [] [] 0 768 662 4 0 0 768 1 6289046392245323625 0 [] 0 [] [] 2017-10-24 21:06:48 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1506442422299335450 2 [] 1 84 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-24 19:06:48 [] [] [] [] 0 [] 2a02:2698:9022:631a::xxx WebKit [] http://apollon174.ru/procedures/citologicheskoe-issledovanie/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5932959161904533203] [] [] 0 640 564 1 0 0 1280 1 5932959161904533203 53 [] 0 [] [] 2017-10-09 03:47:23 300 yandex_mobile_app samsung 32 [] [] [] 6 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=9fde4511d45eebd582f426ebf6340d2e&clid=2207453&internal_browser_enabled=1&text=челябинск сколько стоит цик крови&serp_only=1&appsearch_header=1&true_url_scheme=https android 720 [] [] 1507502841975103692 1 [] 2 14 Russia [] [] 0 [] [] [] android_marshmallow yandexsearch 1 11 2017-10-09 01:47:23 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J5 Prime [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/responses/page/4/ [] [6258884639292657554,6258910732414619538,6258920426725445522,6258936748677800703,6258945063267864466,6258947966889103250] [] [] 0 640 562 6 0 0 1280 1 6258884639292657554 9 [] 0 [0] [] 2017-10-23 13:09:10 300 samsung 32 [] [] [] 17 [] [] cellular [24346110] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 0 0 [] http://apollon174.ru/doctors/ android 720 [] [] 150874387525894244 1 [] 2 241 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-23 11:09:10 [] [] [] [] 0 ['2017-10-23 11:09:10'] 176.59.192.xxx WebKit [] http://apollon174.ru/responses/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy J5 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [6285682203034912603,6285688761326241627] [] [] 0 640 616 1 0 0 2560 1 6285682203034912603 0 [] 0 [] [] 2017-10-24 17:32:54 300 yandex_search samsung 32 [] [] [] 61 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 0 0 [] https://yandex.ru/ android 1440 [] [] 1508848372415161556 1 [] 2 25 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-24 15:32:54 [] [] [] [] 0 [] 85.140.19.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S6 Edge [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya [] [5790757595365508959] [] [] 0 640 512 1 0 0 1280 1 5790757595365508959 0 [] 0 [] [] 2017-10-02 21:06:26 300 wileyfox 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ android 720 [] [] 15066284371002069510 1 [] 2 16 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-02 19:06:26 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya 537 0 0 360 [] [] [] 36 [] [] 360 Swift 2 Plus [] [] 2017-10-02 ya_undefined
28261 http://apollon174.ru/ [] [6009587475323553558] [] [] 0 1080 1840 1 11 2 1080 1 6009587475323553558 0 [] 0 [] [] 2017-10-12 12:59:16 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATPs0MImFqeuYZ__3OlFFTxLtE1kbQJtxDfu4LhNEVSXH_Za1ebNfv7VwCL_ggbonzLv3Gkp_0LA37AiFFiUZssLVworN6mV9z3lQppvJQJwy5G-mkEQXMH1tkQ windows 1920 [] [] 1507795156493402180 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-12 10:59:16 [] [] [] [] 0 [] 2a03:2880:2130:9ff6::xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1025 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [5876807224010211449] [] [] 0 667 553 1 0 0 1334 1 5876807224010211449 0 [] 0 [] [] 2017-10-06 16:17:20 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Samara 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 15072886391046401735 1 [] 2 17 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-06 14:17:20 [] [] [] [] 0 [] 31.13.144.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6052425117987245771] [] [] 1 570 488 1 0 0 856 1 6052425117987245771 0 [] 0 [] [] 2017-10-14 10:22:49 300 google_search huawei 32 [] [] [] adwords 60 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 480 [] [] 1507958567971258615 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-14 08:22:49 [] [] [] [] 0 [] 77.222.109.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 HUAWEI LUA-L21 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5905145993118355145] [] [] 0 640 560 1 0 0 1280 1 5905145993118355145 0 [] 0 [] [] 2017-10-07 22:19:04 300 google_search meizu 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 15073967421012515179 1 [] 2 14 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-07 20:19:04 [] [] [] [] 0 [] 176.59.212.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 M5 [] [] 2017-10-07 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5725359904217899756,5725362171715527396,5725363135667244753] [] [] 0 667 553 3 0 0 1334 1 5725359904217899756 0 [] 0 [] [] 2017-09-29 23:48:34 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 30066 38 [] ios_double 750 [] [] 1506689248656876355 1 [] 2 13 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-09-29 21:48:34 [] [] [] [] 0 [] 213.87.242.xxx WebKit [] http://apollon174.ru/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/?direction=ozonoterapiya [] [5874219572395254505,5874221926383357840,5874230316467752848,5874230821197449069,5874279517439919981,5874522325557715669,5874786833807443811,5874800987373307765,5874837172864688870,5874870303846039669,5874872543633744614,5874874287723651814,5874877037677379701,5874893077754417034,5874895537975594890] [] [] 0 819 710 14 27 0 1024 1 5874219572395254505 0 [] 0 [] [] 2017-10-06 13:32:49 300 google_search 24 [] [] [] 55 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://google.ru/ windows 1280 [] [] 1506976339585685674 2 [] 1 2578 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 26 2017-10-06 11:32:49 [] [] [] [] 0 [] 77.233.173.xxx Gecko [] http://apollon174.ru/ 55 0 0 1024 [] [] [] 0 [] [] 1007 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6097004950861128420] [] [] 0 900 752 1 27 0 900 1 6097004950861128420 0 [] 0 [] [] 2017-10-16 09:37:08 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/ windows 1600 [] [] 1477648892228275262 2 [] 1 17 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-16 07:37:08 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/doctors/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/ [] [6327176272378333023,6327182198197977210] [] [] 0 1050 920 1 0 0 1050 1 6327176272378333023 0 [] 0 [] [] 2017-10-26 13:31:02 300 24 [] [] [] 60 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1680 [] [] 1509006411563501327 2 [] 1 22 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-26 11:31:02 [] [] [] [] 0 [] 87.226.213.xxx WebKit [] http://apollon174.ru/ 537 0 1 1680 [] [] [] 36 [] [] 1663 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6323068547333099216,6323074237500755664,6323078052224700112] [] [] 0 1080 949 2 0 0 1080 1 6323068547333099216 0 [] 0 [0] [] 2017-10-26 09:09:52 360 yandex_search 24 [] [] [] 61 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Kopeysk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq15089484926543126434&_bu=1 windows 1920 [] [] 1508987395724311941 2 [] 1 36 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-26 07:09:52 [] [] [] [] 0 ['2017-10-26 07:10:14'] 217.64.135.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6324622281719152764] [] [] 1 534 452 1 0 0 802 1 6324622281719152764 0 [] 0 [] [] 2017-10-26 10:48:39 180 google_search alcatel 32 [] [] [] adwords 39 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.com 0 [] [] [] 0 0 0 [] https://google.com/ android 480 [] [] 1509002478218401738 1 [] 2 0 Russia [] [] 1 [] [] [] android_kitkat chromemobile 1 12 2017-10-26 08:48:39 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 0 320 [] [] [] 36 [] [] 320 4013D [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/doctors/ [] [6258302673792270456,6258304401985765496,6258305883229659890,6258307066969718904,6258310504241439474,6258311023045911282,6258317315514573554,6258319612478497522,6258324351683919992,6258355804641698531] [] [] 0 640 596 9 0 0 1280 1 6258302673792270456 9 [] 0 [0,0] [] 2017-10-23 12:32:10 300 yandex_mobile samsung 32 [] [] [] 17 [] [] cellular [24345998,24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,2] 0 0 0 [] https://yandex.ru/ android 720 [] [] 150874387525894244 1 [] 2 202 Russia [] [] 0 [] [,] [] android_marshmallow yandex_browser 1 11 2017-10-23 10:32:10 [] [] [] [] 0 ['2017-10-23 10:32:39','2017-10-23 10:33:14'] 176.59.200.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J5 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [6220036029419620203] [] [] 1 568 460 1 0 0 1136 1 6220036029419620203 0 [] 0 [] [] 2017-10-21 19:59:14 300 apple 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Korkino 30066 46 [] http://apollon174.ru/ ios_double 640 [] [] 1508597949171600572 1 [] 2 0 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 11 2017-10-21 17:59:14 [] [] [] [] 0 [] 193.35.34.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 601 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [5990400982495266649,5990402656344477400,5990454865761142617,5990459740097875850,5990463845310926730,5990467078087772027,5990471148846976906,5990471525913855867,5990483756479680394,5990486375646365563,5990489167142064010,5990494247101403018,5990515983861155707,5990524768473319291,5990547774672996219,5990549138593810299] [] [] 0 900 794 15 0 0 900 1 5990400982495266649 0 [] 0 [0] [] 2017-10-11 16:39:26 300 yandex_search 24 [] [] [] 61 [] [] [24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507719996602353493 windows 1600 [] [] 1507721960440013813 2 [] 1 565 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-11 14:39:26 [] [] [] [] 0 ['2017-10-11 14:42:51'] 188.16.131.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5966324829229425365,5966325811028959957,5966326475226358485] [] [] 0 900 750 2 27 0 900 1 5966324829229425365 0 [] 0 [0] [] 2017-10-10 15:08:43 300 24 [] [] [] 52 [] [] [24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1440 [] [] 1507630122328946579 2 [] 1 6 Russia [] [] 0 [] [] [] windows_xp firefox 1 33 2017-10-10 13:08:43 [] [] [] [] 0 ['2017-10-10 13:08:46'] 83.146.90.xxx Gecko [] http://apollon174.ru/ 52 0 1 1440 [] [] [] 0 [] [] 1423 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5944310017948918514] [] [] 0 640 563 1 0 0 640 1 5944310017948918514 4 [] 0 [] [] 2017-10-09 15:48:59 360 32 [] [] [] 4 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 0 [] http://apollon174.ru/articles/services/ android 360 [] [] 1507455332634835441 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 11 2017-10-09 13:48:59 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 G4 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5983515061767376595,5983522020147602175,5983636533387988873] [] [] 0 568 460 3 0 0 1136 1 5983515061767376595 0 [] 0 [] [] 2017-10-11 09:21:38 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 4 [] https://google.ru/ ios_double 640 [] [] 1507695698224110884 1 [] 2 463 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-11 07:21:38 [] [] [] [] 0 [] 176.59.202.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 603 0 1 320 [] [] [] 2 [] [] 320 iPhone [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ [] [5984438041720391527] [] [] 0 1080 949 1 27 0 1080 1 5984438041720391527 0 [] 0 [] [] 2017-10-11 10:20:19 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507695732698336238 windows 1920 [] [] 1507699221284174665 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-11 08:20:19 [] [] [] [] 0 [] 94.51.1.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [6147290239604362963] [] [] 0 568 460 1 0 0 1136 1 6147290239604362963 0 [] 0 [] [] 2017-10-18 14:54:11 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 640 [] [] 1508320451840816734 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-18 12:54:11 [] [] [] [] 0 [] 2a02:2698:9022:4be5::xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ksantelazmy-ksantomy/ [] [6037222497889292176] [] [] 0 864 771 1 0 0 1080 1 6037222497889292176 15 [] 0 [] [] 2017-10-13 18:16:16 180 yandex_images 24 [] [] [] 15 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Naryan-Mar 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;images%2Fsearch;images;;&text=&etext=1573&l10n=ru windows 1920 [] [] 1507900576291775610 2 [] 1 18 Russia [] [] 0 [] [] [] windows10 edge 1 37 2017-10-13 16:16:16 [] [] [] [] 0 [] 93.171.244.xxx Edge [] http://apollon174.ru/directions/dermatologiya/ksantelazmy-ksantomy/ 15 0 1 1536 [] [] [] 15063 [] [] 1526 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/procedures/magnitoterapiya-vaginalnyj-datchik-na-intramag/ [] [5949533424939437784] [] [] 0 667 559 1 0 0 1334 1 5949533424939437784 0 [] 0 [] [] 2017-10-09 21:21:08 180 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 30 [] https://yandex.ru/ ios_double 750 [] [] 150756627126317273 1 [] 2 16 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-09 19:21:08 [] [] [] [] 0 [] 85.26.183.xxx WebKit [] http://apollon174.ru/procedures/magnitoterapiya-vaginalnyj-datchik-na-intramag/ 603 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/appointment/ [] [5946860719203159768,5946918146718830473,5947026893432169199] [] [] 0 667 553 2 0 0 1334 1 5946860719203159768 0 [] 0 [0,0] [] 2017-10-09 18:31:13 300 apple 32 [] [] [] 11 [] [] [24345998,24345998] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] ['',''] [1,2] 0 Chelyabinsk 30066 38 [] http://apollon174.ru/ ios_double 750 [] [] 1506360316507050351 1 [] 2 648 Russia [] [] 0 [] [,] [] ios11 safari_mobile 1 11 2017-10-09 16:31:13 [] [] [] [] 0 ['2017-10-09 16:31:13','2017-10-09 16:41:46'] 77.222.114.xxx WebKit [] http://apollon174.ru/appointment/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5908917554633515761,5908931900745191127,5908937987157397207,5908940617539915479,5908943019269956310,5908945462333276278,5908954185060060874,5908954771811995338] [] [] 0 667 553 7 0 0 1334 1 5908917554633515761 0 [] 0 [0,0] [] 2017-10-08 02:18:51 300 google_search apple 32 [] [] [] adwords 11 [] [] [24345998,24345998] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] ['',''] [1,2] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 750 [] [] 1507411131385974800 1 [] 2 142 Russia [] [] 0 [] [,] [] ios11 safari_mobile 1 11 2017-10-08 00:18:51 [] [] [] [] 0 ['2017-10-08 00:20:28','2017-10-08 00:21:11'] 94.51.51.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [6336488736204783734,6336490654589257593,6336496761948866425,6336497923469615858,6336500161280741074,6336501325597249234,6336506597014245079] [] [] 0 1024 666 6 0 0 2048 1 6336488736204783734 10 [] 0 [] [] 2017-10-26 23:23:06 300 apple 32 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] https://chelyabinsk.gilmon.ru/apollon12/ ios_double 1536 [] [] 1509042186343027293 2 [] 3 68 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 15 2017-10-26 21:23:06 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/ 603 0 1 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/responses/ [] [5951999259895402196,5952008208238251732,5952009702072913620,5952012486822601434,5952019249722035924] [] [] 0 864 844 5 27 0 864 1 5951999259895402196 0 [] 0 [0] [] 2017-10-09 23:57:55 300 yandex_search 24 [] [] [] 61 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1569&&l10n=ru&bu=uniq1507574275029268030 windows 1536 [] [] 1467192114796125666 2 [] 1 76 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-09 21:57:55 [] [] [] [] 0 ['2017-10-09 21:59:11'] 37.113.153.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6228041779885379465,6228062429509853914] [] [] 0 568 460 2 0 0 1136 1 6228041779885379465 0 [] 0 [0] [] 2017-10-22 04:28:13 300 yandex_mobile apple 32 [] [] [] 10 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Moscow 30066 8 [] https://yandex.ru/ ios_double 640 [] [] 1508628849418750789 1 [] 2 79 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-22 02:28:13 [] [] [] [] 0 ['2017-10-22 02:29:32'] 85.140.18.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6008313402700072809] [] [] 1 640 559 1 0 0 960 1 6008313402700072809 0 [] 0 [] [] 2017-10-12 11:38:16 480 google_search samsung 32 [] [] [] adwords 56 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 540 [] [] 15077794201059022195 1 [] 2 0 Russia [] [] 0 [] [] [] android_jelly_bean42 chromemobile 1 11 2017-10-12 09:38:16 [] [] [] [] 0 [] 2a02:2698:9025:5e1::xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S4 mini [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5991608615349527251] [] [] 1 736 100 1 0 0 2208 1 5991608615349527251 9 [] 0 [] [] 2017-10-11 17:56:13 300 apple 32 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 30 [] http://apollon174.ru/directions/venerologiya/ ios_double 1242 [] [] 1507568731743274701 2 [] 2 0 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-10-11 15:56:13 [] [] [] [] 0 [] 176.59.196.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 603 0 0 414 [] [] [] 1 [] [] 100 iPhone [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [6350385823404008191,6350389211287790320,6350392568334000891] [] [] 0 768 662 2 0 0 768 1 6350385823404008191 0 [] 0 [] [] 2017-10-27 14:06:39 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1509095201695536124 2 [] 1 26 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-27 12:06:39 [] [] [] [] 0 [] 5.79.200.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6196604805305598073] [] [] 0 768 656 1 23 0 768 1 6196604805305598073 9 [] 0 [] [] 2017-10-20 19:09:31 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1580&&l10n=ru&bu=uniq1508507300027446563&_bu=1 windows 1366 [] [] 1508508554413049806 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 37 2017-10-20 17:09:31 [] [] [] [] 0 [] 37.220.180.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6325462144636691174,6325469486532797158] [] [] 0 900 794 1 0 0 900 1 6325462144636691174 0 [] 0 [] [] 2017-10-26 11:42:03 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 1507705069843637080 2 [] 1 28 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-26 09:42:03 [] [] [] [] 0 [] 87.249.204.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 0 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5917323223351698165,5917325793886741237,5917328123149942904,5917696494339358845] [] [] 0 568 460 3 0 0 1136 1 5917323223351698165 0 [] 0 [] [] 2017-10-08 11:13:16 300 google_search apple 32 [] [] [] 9 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 46 [] https://google.ru/ ios_double 640 [] [] 1491287204502264991 1 [] 2 1424 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 11 2017-10-08 09:13:16 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/ 601 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [6013871646028074703,6013875741882322639,6013876800783912655] [] [] 0 768 639 3 27 0 768 1 6013871646028074703 9 [] 0 [] [] 2017-10-12 17:31:39 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1572&&l10n=ru&bu=uniq1507808128352246526 windows 1024 [] [] 150743504775263795 2 [] 1 35 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 28 2017-10-12 15:31:39 [] [] [] [] 0 [] 77.222.106.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 0 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/programs/kompleksnoe-obsledovanie-zhenskoe-zdorove/ [] [5716659980244354931] [] [] 0 1280 1163 1 0 0 1280 1 5716659980244354931 7 [] 0 [] [] 2017-09-29 14:35:27 300 samsung 32 [] [] [] 17 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/actions-and-programs/page/2/ android 800 [] [] 1499670169783421470 1 [] 3 15 Russia [] [] 0 [] [] [] android_kitkat yandex_browser 1 13 2017-09-29 12:35:27 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/programs/kompleksnoe-obsledovanie-zhenskoe-zdorove/ 537 0 0 800 [] [] [] 36 [] [] 800 Galaxy Tab E 9.6 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/adaptaciya/ [] [5769929175428239245] [] [] 0 667 559 1 0 0 2002 1 5769929175428239245 0 [] 0 [] [] 2017-10-01 23:02:13 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] http://apollon174.ru/ ios_double 1126 [] [] 1506880933859443333 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-01 21:02:13 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/directions/adaptaciya/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/sindrom-hronicheskoj-tazovoj-boli/ [] [6124409639226576586] [] [] 0 900 795 1 0 0 900 1 6124409639226576586 0 [] 0 [] [] 2017-10-17 14:39:28 300 google_search 24 [] [] [] 36 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 1508233169164434645 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-17 12:39:28 [] [] [] [] 0 [] 88.206.83.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/sindrom-hronicheskoj-tazovoj-boli/ 537 0 1 1600 [] [] [] 36 [] [] 1584 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5848759977985712860,5848760977687323356,5848762990215307996] [] [] 0 900 794 2 0 0 900 1 5848759977985712860 0 [] 0 [0] [] 2017-10-05 10:34:08 300 google_search 24 [] [] [] 61 [] [] [24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 1507181709589595783 2 [] 1 12 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-05 08:34:08 [] [] [] [] 0 ['2017-10-05 08:34:12'] 83.142.166.xxx WebKit [] http://apollon174.ru/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ [] [6334817681519152847,6334819413172167408,6334821892254863055,6334825277768868592,6334842937954012879,6334846180343418575] [] [] 0 1080 916 4 27 0 1080 1 6334817681519152847 0 [] 0 [] [] 2017-10-26 21:36:51 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?bu=uniq1509035009684246869&from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru windows 1920 [] [] 1508597767524401158 2 [] 1 109 Russia [] [] 0 [] [] [] windows10 firefox 1 37 2017-10-26 19:36:51 [] [] [] [] 0 [] 176.226.167.xxx Gecko [] http://apollon174.ru/ 56 0 0 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/ [] [5989127807138533262] [] [] 0 900 802 1 27 0 900 1 5989127807138533262 9 [] 0 [] [] 2017-10-11 15:18:29 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507715252078296051 windows 1440 [] [] 1507717106193367652 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-11 13:18:29 [] [] [] [] 0 [] 193.150.101.xxx WebKit [] http://apollon174.ru/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5828906277761196772,5828908314054107877,5828928888645353593,5828932165369597833,5828932760315629449,5828937073421717204,5828938619485168342,5828941758321664753] [] [] 0 720 594 8 0 0 720 1 5828906277761196772 0 [] 0 [] [] 2017-10-04 13:31:52 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1505194350956453588 2 [] 1 136 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-04 11:31:52 [] [] [] [] 0 [] 94.24.246.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1169 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6212376421349459805,6212387614119428216] [] [] 0 671 489 1 0 0 900 1 6212376421349459805 0 [] 0 [] [] 2017-10-21 11:52:15 300 yandex_mobile_app nokia 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;jsonsearch;searchapp;wp;225;1508568642651895-721721-sas1-5757-APPJS2;1508568642651895-721721-sas1-5757-APPJS2&text=анализы крови в челябинске цены windows 540 [] [] 1505663995791127707 1 [] 2 43 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-21 09:52:15 [] [] [] [] 0 [] 2a02:2698:9025:1e1a::xxx Trident [] http://apollon174.ru/directions/vse-vidy-analizov/ 7 0 0 403 [] [] [] 0 [] [] 320 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6040012687458963154] [] [] 0 640 560 1 0 0 960 1 6040012687458963154 0 [] 0 [] [] 2017-10-13 21:13:39 300 google_search samsung 32 [] [] [] adwords 60 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 540 [] [] 1507911219546260750 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-13 19:13:39 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/ [] [5778072204468298459] [] [] 0 900 752 1 27 0 900 1 5778072204468298459 0 [] 0 [] [] 2017-10-02 07:39:56 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-02 05:39:56 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6009405548853464779] [] [] 0 640 560 1 0 0 1920 1 6009405548853464779 0 [] 0 [] [] 2017-10-12 12:47:42 300 google_mobile_app asus 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1507794465220683933 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-12 10:47:42 [] [] [] [] 0 [] 5.141.199.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 ZE520KL [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6028543987786976973,6028591139792096981] [] [] 0 640 511 2 0 0 1280 1 6028543987786976973 0 [] 0 [] [] 2017-10-13 09:04:30 180 lg_electronics 32 [] [] [] adwords 49 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 720 [] [] 1507874696670588560 1 [] 2 195 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-13 07:04:30 [] [] [] [] 0 [] 176.59.206.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 LG-H422 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [6005739548169471843] [] [] 0 568 454 1 0 0 1136 1 6005739548169471843 0 [] 0 [] [] 2017-10-12 08:54:38 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 640 [] [] 1507780475771738578 1 [] 2 14 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-12 06:54:38 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6348963618386349773] [] [] 0 1080 949 1 0 0 1080 1 6348963618386349773 0 [] 0 [] [] 2017-10-27 12:36:14 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?bu=uniq15090785433861389431&from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru windows 1920 [] [] 1509089773237231284 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-27 10:36:14 [] [] [] [] 0 [] 31.207.226.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/actions/ [] [6314071644419393403] [] [] 1 640 511 1 0 0 1280 1 6314071644419393403 0 [] 0 [] [] 2017-10-25 23:37:51 180 google_search huawei 32 [] [] [] adwords 50 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.com 0 [] [] [] 0 0 0 [] https://google.com/ android 720 [] [] 15089637041004430142 1 [] 2 0 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-25 21:37:51 [] [] [] [] 0 [] 176.59.208.xxx WebKit [] http://apollon174.ru/actions/ 537 0 0 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/actions-and-programs/page/2/ [] [5720314190237271897] [] [] 0 640 522 1 0 0 1280 1 5720314190237271897 0 [] 0 [] [] 2017-09-29 18:27:46 300 huawei 32 [] [] [] 33 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 0 [] http://apollon174.ru/actions-and-programs/ android 720 [] [] 1502120179846961311 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 opera_mobile 1 11 2017-09-29 16:27:46 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/actions-and-programs/page/2/ 537 0 0 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6063895432451597051] [] [] 0 768 623 1 0 0 768 1 6063895432451597051 0 [] 0 [0] [] 2017-10-14 22:32:05 300 24 [] [] [] 61 [] [] [24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ windows 1366 [] [] 150755869992829010 2 [] 1 13 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-14 20:32:05 [] [] [] [] 0 ['2017-10-14 20:32:05'] 77.222.104.xxx WebKit [] http://apollon174.ru/contacts/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6288917042798006160,6288926480213479312] [] [] 0 534 456 1 0 0 534 1 6288917042798006160 4 [] 0 [] [] 2017-10-24 20:58:34 180 bq 32 [] [] [] adwords 4 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 0 [] android 320 [] [] 1508867895495224924 1 [] 2 36 Russia [] [] 1 [] [] [] android_kitkat android_browser 1 12 2017-10-24 18:58:34 [] [] [] [] 0 [] 176.59.210.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 BQS-4009 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/contacts/ [] [6095833797844009083,6095878178852840186] [] [] 0 480 372 2 0 0 960 1 6095833797844009083 0 [] 0 [0,0] [] 2017-10-16 08:22:40 300 apple 32 [] [] [] 9 [] [] [24346115,24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] ['',''] [1,2] 0 30066 46 [] http://apollon174.ru/doctors/paushkina-ekaterina-vasilevna/appointment/ ios_double 640 [] [] 1508075759659449156 1 [] 2 169 Russia [] [] 0 [] [,] [] ios9 safari_mobile 1 14 2017-10-16 06:22:40 [] [] [] [] 0 ['2017-10-16 06:22:40','2017-10-16 06:25:29'] 31.173.100.xxx WebKit [] http://apollon174.ru/contacts/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [5735004290021330833,5735004434881580945] [] [] 0 768 660 2 27 0 768 1 5735004290021330833 0 [] 0 [] [] 2017-09-30 10:01:45 300 24 [] [] [] 58 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1366 [] [] 1506659588652972656 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-09-30 08:01:45 [] [] [] [] 0 [] 5.79.194.xxx WebKit [] http://apollon174.ru/doctors/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6352030306445042388] [] [] 1 667 553 1 0 0 1334 1 6352030306445042388 0 [] 0 [0] [] 2017-10-27 15:51:12 300 apple 32 [] [] [] 11 [] [] [24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 30066 38 [] http://apollon174.ru/directions/vse-vidy-analizov/ ios_double 750 [] [] 1509101472778436036 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-27 13:51:12 [] [] [] [] 0 ['2017-10-27 13:51:12'] 31.173.101.xxx WebKit [] http://apollon174.ru/contacts/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-27 ya_undefined
28261 http://apollon174.ru/directions/kosmetologiya/epilyaciya/ [] [6199717197296961311,6199765252383704857,6200018056383825699] [] [] 0 1200 1079 3 0 0 1200 1 6199717197296961311 0 [] 0 [] [] 2017-10-20 22:27:24 330 24 [] [] [] adwords 62 [] [] ethernet [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 29557 0 [] google_chrome_os 1920 [] [] 1508520443393609327 2 [] 1 1168 India [] [] 0 [] [] [] google_chrome_os chrome 1 33 2017-10-20 20:27:24 [] [] [] [] 0 [] 2401:fa00:c:750::xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1093 [] [] 2017-10-20 google_adwords
30066 http://apollon174.ru/actions-and-programs/page/3/ [] [5987390063301103307,5987395322786613097,5987400614121054940,5987403649387602652,5987417592955675350,5987424338935549637,5987425606631165835] [] [] 0 1080 960 7 0 0 1080 1 5987390063301103307 0 [] 0 [0,0] [] 2017-10-11 13:28:00 300 google_search 24 [] [] [] 54 [] [] [24346110,24346018] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 30066 0 [] https://google.ru/ gnu_linux 1920 [] [] 1505897276504537962 2 [] 1 136 Russia [] [] 0 [] [,] [] ubuntu firefox 1 37 2017-10-11 11:28:00 [] [] [] [] 0 ['2017-10-11 11:28:20','2017-10-11 11:28:40'] 37.113.131.xxx Gecko [] http://apollon174.ru/ 54 0 0 1920 [] [] [] 0 [] [] 1905 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6290648297386281388,6290649163390257307,6290674088340359323] [] [] 0 640 514 3 0 0 1920 1 6290648297386281388 1 [] 0 [] [] 2017-10-24 22:48:38 -240 xiaomi 32 [] [] [] 8 [] [] [] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [] [] 0 30066 0 [] http://away.vk.com/away.php android 1080 [] [] 1508867873941272972 1 [] 2 99 United States [] [] 0 [] [] [] android_lollipop5 miui 1 11 2017-10-24 20:48:38 [] [] [] [] 0 [] 100.2.21.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Mi-4c [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6075516170674634874] [] [] 0 864 758 1 27 0 864 1 6075516170674634874 9 [] 0 [] [] 2017-10-15 10:50:54 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 14 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-15 08:50:54 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/responses/ [] [5790002948193133291,5790079507957809272,5790117776275538040,5790119341449545595,5790158772652214139,5790160866927445883,5790211225907103611,5790220354063435643,5790266145487456099,5790413780135970659] [] [] 0 1024 863 10 0 0 1024 1 5790002948193133291 4 [] 0 [0] [] 2017-10-02 20:18:28 180 oysters 32 [] [] [] 15 [] [] wi_fi [24346110] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/ginekologiya/ android 600 [] [] 1506856318703900185 1 [] 3 1582 Russia [] [] 0 [] [] [] android_lollipop5 yandex_browser 1 12 2017-10-02 18:18:28 [] [] [] [] 0 ['2017-10-02 18:44:35'] 77.222.115.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 537 0 0 600 [] [] [] 36 [] [] 600 T72HM3G [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/ [] [6145895618173468794,6145897618480308951] [] [] 0 667 549 2 0 0 1334 1 6145895618173468794 0 [] 0 [] [] 2017-10-18 13:25:31 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Moscow 30066 38 [] http://apollon174.ru/ ios_double 750 [] [] 1508315119719519911 1 [] 2 7 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-18 11:25:31 [] [] [] [] 0 [] 85.140.18.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5808959062970475241] [] [] 0 768 654 1 27 0 768 1 5808959062970475241 9 [] 0 [] [] 2017-10-03 16:23:40 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq1507028446008274440 windows 1366 [] [] 1507029819835918228 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-03 14:23:40 [] [] [] [] 0 [] 78.29.13.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1348 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/?direction=kosmetologiya [] [6019047802690342604,6019071318356659916,6019078551288942284] [] [] 0 864 758 3 26 0 864 1 6019047802690342604 9 [] 0 [] [] 2017-10-12 23:00:45 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1572&&l10n=ru&bu=uniq1507829514750384747 windows 1536 [] [] 1476984143736199215 2 [] 1 117 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 37 2017-10-12 21:00:45 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/procedures/pirsing-intimnyj-zhenskij-vertikalnyj-prokol-kapyu/ 537 0 0 1536 [] [] [] 36 [] [] 1519 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6095616652754552669] [] [] 0 640 512 1 0 0 1280 1 6095616652754552669 4 [] 0 [] [] 2017-10-16 08:08:52 300 samsung 32 [] [] [] 5 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/articles/services/ android 720 [] [] 1508041785506880199 1 [] 2 14 Russia [] [] 0 [] [] [] android_nougat samsung_internet 1 11 2017-10-16 06:08:52 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5743122186144850645] [] [] 0 640 560 1 0 0 1280 1 5743122186144850645 0 [] 0 [] [] 2017-09-30 18:37:52 300 samsung 32 [] [] [] 58 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/articles/services/ android 720 [] [] 1504667630505546308 1 [] 2 16 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-09-30 16:37:52 [] [] [] [] 0 [] 213.87.241.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ugri-ugrevaya-bolezn-akne/ [] [6261986710803718896,6261995755471905520] [] [] 0 595 486 2 0 0 800 1 6261986710803718896 0 [] 0 [] [] 2017-10-23 16:26:23 300 yandex_mobile_app nokia 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;jsonsearch;searchapp;wp;225;1508757946987886-216278-sas1-5757-APPJS2;1508757946987886-216278-sas1-5757-APPJS2&text=дерматолог косметолог прием windows 480 [] [] 1508757980140718108 1 [] 2 35 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-23 14:26:23 [] [] [] [] 0 [] 37.113.178.xxx Trident [] http://apollon174.ru/directions/dermatologiya/ 7 0 1 357 [] [] [] 0 [] [] 320 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6330993692551946990,6331722106986832609] [] [] 1 667 553 1 0 0 1334 1 6330993692551946990 0 [] 0 [] [] 2017-10-26 17:33:44 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 750 [] [] 15088994871017940690 1 [] 2 0 Russia [] [] 1 [] [] [] ios11 safari_mobile 1 11 2017-10-26 15:33:44 [] [] [] [] 0 [] 88.206.24.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/responses/ [] [5970954830986088337] [] [] 0 736 622 1 0 0 2208 1 5970954830986088337 0 [] 0 [0] [] 2017-10-10 20:03:05 300 yandex_mobile apple 32 [] [] [] 11 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 30066 38 [] https://yandex.ru/ ios_double 1242 [] [] 1507647781741280071 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-10 18:03:05 [] [] [] [] 0 ['2017-10-10 18:03:05'] 31.173.101.xxx WebKit [] http://apollon174.ru/responses/ 604 0 1 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5989474997790576331] [] [] 0 864 756 1 27 0 864 1 5989474997790576331 9 [] 0 [] [] 2017-10-11 15:40:33 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-11 13:40:33 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [6106762326241707867] [] [] 0 640 524 1 0 0 1920 1 6106762326241707867 0 [] 0 [] [] 2017-10-16 19:57:29 300 google_mobile_app huawei 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1508165759569996097 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-16 17:57:29 [] [] [] [] 0 [] 94.51.9.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 1 360 [] [] [] 36 [] [] 360 NEM-L51 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6029021234890014841] [] [] 0 1024 933 1 11 3 1024 1 6029021234890014841 0 [] 0 [] [] 2017-10-13 09:34:50 300 yandex_search 32 [] [] [] 22 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1572&&l10n=ru&bu=uniq1507862208962321232 windows 1280 [] [] 1507869586476263056 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp chrome 1 26 2017-10-13 07:34:50 [] [] [] [] 0 [] 195.54.14.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 1280 [] [] [] 4 [] [] 1263 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ [] [5851256086637847268,5851291460425486025,5851296253122445438] [] [] 0 768 613 3 0 0 768 1 5851256086637847268 0 [] 0 [] [] 2017-10-05 13:12:50 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq1507131434702539800 windows 1366 [] [] 1507191176929054034 2 [] 1 153 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-05 11:12:50 [] [] [] [] 0 [] 95.78.183.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6357144100851950331] [] [] 0 667 535 1 0 0 1334 1 6357144100851950331 1 [] 0 [] [] 2017-10-27 21:16:20 300 apple 32 [] [] [] adwords 37 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 34 [] ios_double 750 [] [] 1509120980940974673 1 [] 2 15 Russia [] [] 1 [] [] [] ios11 googlesearch 1 11 2017-10-27 19:16:20 [] [] [] [] 0 [] 78.29.41.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [6009785495398383742] [] [] 0 900 720 1 0 0 900 1 6009785495398383742 0 [] 0 [] [] 2017-10-12 13:11:52 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507793620471277778 windows 1600 [] [] 1507795897252209682 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-12 11:11:52 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/actions-and-programs/ [] [5965250414911431423,5965406879540052086,5965413390453047421,5965413540813087460,5965415092278010590,5965510667204043479] [] [] 0 900 794 3 0 0 900 1 5965250414911431423 0 [] 0 [] [] 2017-10-10 14:00:24 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 150762602421234235 2 [] 1 993 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-10 12:00:24 [] [] [] [] 0 [] 94.24.251.xxx WebKit [] http://apollon174.ru/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ [] [6101274819636498124] [] [] 1 640 516 1 0 0 1920 1 6101274819636498124 0 [] 0 [] [] 2017-10-16 14:08:36 300 huawei 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/ginekologiya/zhenskoe-besplodie/ android 1080 [] [] 1507009135382065976 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-16 12:08:36 [] [] [] [] 0 [] 95.78.138.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ 537 0 0 360 [] [] [] 36 [] [] 360 HUAWEI CAN-L11 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/ [] [5761435375573672662] [] [] 1 640 559 1 0 0 960 1 5761435375573672662 0 [] 0 [] [] 2017-10-01 14:02:11 180 lg_electronics 32 [] [] [] 56 [] [] wi_fi [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon10/ android 540 [] [] 1497252432926780033 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-01 12:02:11 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 LG-D410 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/ [] [5690226106603414240] [] [] 0 667 559 1 0 0 1334 1 5690226106603414240 0 [] 0 [] [] 2017-09-28 10:34:49 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 30 [] ios_double 750 [] [] 1506493011887820041 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-09-28 08:34:49 [] [] [] [] 0 [] 77.222.115.xxx WebKit [] http://apollon174.ru/ 603 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5983460776256217822] [] [] 0 768 676 1 27 0 768 1 5983460776256217822 0 [] 0 [] [] 2017-10-11 09:18:11 300 google_search 24 [] [] [] adwords 58 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 150769548111908720 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-11 07:18:11 [] [] [] [] 0 [] 92.255.247.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/directions/venerologiya/ [] [5860855884934287047] [] [] 0 667 559 1 0 0 1334 1 5860855884934287047 0 [] 0 [] [] 2017-10-05 23:23:10 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 6 [] https://yandex.ru/ ios_double 750 [] [] 150722779112406149 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-05 21:23:10 [] [] [] [] 0 [] 176.226.134.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 602 0 1 375 [] [] [] 4 [] [] 375 iPhone [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5803202485864628342] [] [] 1 1080 912 1 27 0 1080 1 5803202485864628342 0 [] 0 [] [] 2017-10-03 10:17:40 -1 mail_search 24 [] [] [] 55 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://go.mail.ru/ windows 1920 [] [] 15070271601019899036 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-03 08:17:40 [] [] [] [] 0 [] 87.249.197.xxx Gecko [] http://apollon174.ru/directions/vse-vidy-analizov/ 55 0 1 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-mochevogo-puzyrya-opredelenie-ostatochnoj-moch/ [] [5805232540305326204,5805243850393911420] [] [] 0 800 658 2 10 3 800 1 5805232540305326204 0 [] 0 [] [] 2017-10-03 12:26:44 240 google_search 24 [] [] [] 52 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.com 0 [] [] [] 0 Simferopol 30066 0 [] https://google.com/ windows 1280 [] [] 150701561059869693 2 [] 1 43 Russia [] [] 0 [] [] [] windows_xp firefox 1 33 2017-10-03 10:26:44 [] [] [] [] 0 [] 46.148.180.xxx Gecko [] http://apollon174.ru/directions/uzi/uzi-mochevogo-puzyrya-opredelenie-ostatochnoj-moch/ 52 0 1 1280 [] [] [] 0 [] [] 1259 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5996961637360732019] [] [] 1 640 512 1 0 0 1920 1 5996961637360732019 4 [] 0 [] [] 2017-10-11 23:36:33 300 yandex_mobile samsung 32 [] [] [] 5 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1507746995756638131 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow samsung_internet 1 11 2017-10-11 21:36:33 [] [] [] [] 0 [] 176.59.203.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S5 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5942754123360767890] [] [] 0 1080 974 1 0 0 1080 1 5942754123360767890 0 [] 0 [] [] 2017-10-09 14:10:07 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1507540208144862371 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-09 12:10:07 [] [] [] [] 0 [] 95.78.163.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/procedures/konturnaya-plastika-nosogubnye-skladki/ [] [5989226950666494688] [] [] 0 640 561 1 0 0 1280 1 5989226950666494688 7 [] 0 [] [] 2017-10-11 15:24:47 480 yandex_mobile samsung 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 15077066611072468186 1 [] 2 17 Russia [] [] 0 [] [] [] android_lollipop5 yandex_browser 1 11 2017-10-11 13:24:47 [] [] [] [] 0 [] 176.59.214.xxx WebKit [] http://apollon174.ru/procedures/konturnaya-plastika-nosogubnye-skladki/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J3 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/ [] [6290226645023852377,6290229944713742169,6290235276015961945] [] [] 0 864 790 1 27 0 864 1 6290226645023852377 0 [] 0 [] [] 2017-10-24 22:21:50 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 33 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-24 20:21:50 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6164708031949442758] [] [] 0 1080 924 1 27 0 1080 1 6164708031949442758 0 [] 0 [] [] 2017-10-19 09:21:34 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq1508385713620120829 windows 1920 [] [] 1508386891627005943 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-19 07:21:34 [] [] [] [] 0 [] 91.224.154.xxx Gecko [] http://apollon174.ru/directions/vse-vidy-analizov/ 56 0 1 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-pecheni/ [] [6236721901346492114,6236738891348184786,6236748460314857170] [] [] 0 900 768 3 27 0 900 1 6236721901346492114 7 [] 0 [] [] 2017-10-22 13:40:05 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1600 [] [] 1508092126159455445 2 [] 1 102 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-22 11:40:05 [] [] [] [] 0 [] 176.226.204.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-pecheni/ 537 0 0 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/ [] [5845731042240235369] [] [] 0 864 844 1 27 0 864 1 5845731042240235369 0 [] 0 [] [] 2017-10-05 07:21:34 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-05 05:21:34 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5900226036317552760] [] [] 0 864 756 1 27 0 864 1 5900226036317552760 9 [] 0 [] [] 2017-10-07 17:06:16 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 14 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-07 15:06:16 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6126279860377096076,6126283405771149196,6126284690417520524] [] [] 0 864 844 2 27 0 864 1 6126279860377096076 0 [] 0 [] [] 2017-10-17 16:38:23 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 18 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-17 14:38:23 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5856466770328029037] [] [] 0 568 492 1 0 0 1136 1 5856466770328029037 0 [] 0 [] [] 2017-10-05 18:44:06 300 apple 32 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 50 [] http://apollon174.ru/ ios_double 640 [] [] 1507189787723818055 1 [] 2 1585 Russia [] [] 0 [] [] [] ios10 chromemobile 1 11 2017-10-05 16:44:06 [] [] [] [] 0 [] 5.141.199.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 602 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/ [] [5847077282320491238,5847077649804436198,5847301538183382883,5847302370470659939] [] [] 0 864 844 2 27 0 864 1 5847077282320491238 0 [] 0 [] [] 2017-10-05 08:47:09 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 884 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-05 06:47:09 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5886804923029917400] [] [] 1 640 524 1 0 0 1920 1 5886804923029917400 0 [] 0 [] [] 2017-10-07 02:52:58 300 google_search huawei 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 1080 [] [] 15073267781046138949 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-07 00:52:58 [] [] [] [] 0 [] 5.141.199.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 HUAWEI VNS-L21 [] [] 2017-10-07 google_adwords
0 http://apollon174.ru/directions/dermatologiya/ [] [5920841679920957277] [] [] 1 0 0 1 0 0 0 0 5920841679920957277 0 [] 0 [] [] 2017-10-08 14:56:58 -1 philips 0 [] [] [] adwords 18 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 0 [] [] 0 0 [] 2 0 Russia [] [] 0 [] [] [] android_ice_cream chromemobile 1 0 2017-10-08 12:56:58 [] [] [] [] 0 [] 77.222.105.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 535 0 1 0 [] [] [] 19 [] [] 0 Xenium W732 [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5780115849951579851,5780151109729912699,5780175168429105884,5780206223895036024,5780271209545736927,5780273260262597341,5780274791119589262,5780286789331455695] [] [] 0 900 794 8 0 0 900 1 5780115849951579851 0 [] 0 [0,0] [] 2017-10-02 09:49:52 300 yandex_search 24 [] [] [] 61 [] [] [24346018,24346018] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,2] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1561&&l10n=ru&bu=uniq1506918118863152112 windows 1440 [] [] 15069197921065373764 2 [] 1 667 Russia [] [] 0 [] [,] [] windows_7_2008server chrome 1 33 2017-10-02 07:49:52 [] [] [] [] 0 ['2017-10-02 07:55:36','2017-10-02 07:59:58'] 95.78.157.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6165248994300928767,6165250632817582808,6165255139523035254] [] [] 0 1024 836 3 0 0 1024 1 6165248994300928767 0 [] 0 [] [] 2017-10-19 09:55:58 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1280 [] [] 1489567067155475233 2 [] 1 23 Russia [] [] 0 [] [] [] windows_xp firefox 1 26 2017-10-19 07:55:58 [] [] [] [] 0 [] 95.78.160.xxx Gecko [] http://apollon174.ru/ 52 0 1 1280 [] [] [] 0 [] [] 1263 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6029609515948969870] [] [] 1 640 560 1 0 0 1280 1 6029609515948969870 0 [] 0 [] [] 2017-10-13 10:12:14 300 google_search asus 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Moscow 0 0 [] https://google.ru/ android 720 [] [] 1507871535401927547 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-13 08:12:14 [] [] [] [] 0 [] 85.140.19.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ZB500KL [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/procedures/aspiracionnaya-biopsiya-endometriya/?direction=ginekologiya&disease=zabolevaniya-shejki-matki [] [6325383337041727185,6325390587049021137,6325414460656455365,6325415669635485381,6325417173442629317,6325420310456700613,6325421874848468677,6325423581442346693,6325428422280744645,6325436436326387397] [] [] 0 1024 918 7 0 0 1024 1 6325383337041727185 0 [] 0 [] [] 2017-10-26 11:37:02 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq15089491470592304632&_bu=1 windows 1280 [] [] 1502094253983207054 2 [] 1 203 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-26 09:37:02 [] [] [] [] 0 [] 87.249.221.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6142234352769830603] [] [] 0 1024 851 1 13 0 1024 1 6142234352769830603 18 [] 0 [] [] 2017-10-18 09:32:44 360 yandex_search 32 [] [] [] 12 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 388 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508297834954361006 windows 1280 [] [] 1508297565781751767 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-10-18 07:32:44 [] [] [] [] 0 [] 178.46.161.xxx Presto [] http://apollon174.ru/directions/uzi/ 2 0 1 1280 [] [] [] 12 [] [] 1231 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/ [] [5884908087174767325,5884926727409378044,5884934052102808316,5884938469633427295,5884947641227808457] [] [] 0 667 553 5 0 0 1334 1 5884908087174767325 0 [] 0 [] [] 2017-10-07 00:52:22 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 750 [] [] 1507319541646877838 1 [] 2 151 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-06 22:52:22 [] [] [] [] 0 [] 77.222.115.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-07 google_adwords
30066 http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ [] [5803535808958826363] [] [] 0 640 516 1 0 0 1920 1 5803535808958826363 0 [] 0 [] [] 2017-10-03 10:38:52 300 google_search huawei 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 1080 [] [] 1507009135382065976 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-03 08:38:52 [] [] [] [] 0 [] 95.78.138.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ 537 0 1 360 [] [] [] 36 [] [] 360 HUAWEI CAN-L11 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ [] [6278434206481392349] [] [] 0 640 560 1 0 0 960 1 6278434206481392349 0 [] 0 [] [] 2017-10-24 09:52:05 -660 google_search samsung 32 [] [] [] adwords 56 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 540 [] [] 1508878309263678059 1 [] 2 15 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-24 07:52:05 [] [] [] [] 0 [] 92.43.185.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J2 Prime [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6141448606679828351,6141450490084591467,6141453376912361323,6141455142837290859] [] [] 0 1080 960 4 0 0 1080 1 6141448606679828351 0 [] 0 [] [] 2017-10-18 08:42:47 300 google_search 24 [] [] [] 54 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://google.ru/ gnu_linux 1920 [] [] 1505897276504537962 2 [] 1 25 Russia [] [] 0 [] [] [] ubuntu firefox 1 37 2017-10-18 06:42:47 [] [] [] [] 0 [] 37.113.131.xxx Gecko [] http://apollon174.ru/ 54 0 0 1920 [] [] [] 0 [] [] 1905 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6350851241892382565] [] [] 1 736 608 1 0 0 2208 1 6350851241892382565 0 [] 0 [] [] 2017-10-27 14:36:14 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 1242 [] [] 1509096975355558498 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-27 12:36:14 [] [] [] [] 0 [] 77.222.115.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 603 0 1 414 [] [] [] 3 [] [] 414 iPhone [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/ [] [6006079307190898375,6006362985993080530,6006364865428457319,6006367332487406304] [] [] 0 1024 1340 4 0 0 1024 1 6006079307190898375 0 [] 0 [0] [] 2017-10-12 09:16:14 300 24 [] [] [] 61 [] [] [24345998] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 1099 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-12 07:16:14 [] [] [] [] 0 ['2017-10-12 07:34:16'] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5911885695274197757,5911887596913959677,5911888601093251836,5911910315002700540,5911911658191594236] [] [] 0 640 515 5 0 0 640 1 5911885695274197757 1 [] 0 [] [] 2017-10-08 05:27:34 300 google_search 32 [] [] [] adwords 5 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 0 [] https://google.ru/ android 360 [] [] 1507422453637916816 1 [] 2 99 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 11 2017-10-08 03:27:34 [] [] [] [] 0 [] 213.87.240.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 P9000 [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6288070555738579699] [] [] 1 768 656 1 20 0 768 1 6288070555738579699 9 [] 0 [] [] 2017-10-24 20:04:45 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq15088440001033398159&_bu=1 windows 1366 [] [] 1508857487980691245 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-24 18:04:45 [] [] [] [] 0 [] 31.173.100.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6122042119337019247,6122043388502476655] [] [] 0 900 791 2 14 0 900 1 6122042119337019247 0 [] 0 [] [] 2017-10-17 12:08:57 300 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1500268624506925401 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-17 10:08:57 [] [] [] [] 0 [] 91.144.190.xxx Gecko [] http://apollon174.ru/directions/vse-vidy-analizov/ 56 0 0 1600 [] [] [] 0 [] [] 1566 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [6322893417902252774,6322899925662180070] [] [] 0 732 652 1 0 0 1922 1 6322893417902252774 0 [] 0 [] [] 2017-10-26 08:58:44 300 leeco 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Moscow 0 0 [] android 1082 [] [] 1508990251355284873 1 [] 2 25 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-26 06:58:44 [] [] [] [] 0 [] 85.140.22.xxx WebKit [] http://apollon174.ru/ 537 0 1 412 [] [] [] 36 [] [] 412 Le X527 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6121863050155790226] [] [] 0 864 756 1 27 0 864 1 6121863050155790226 9 [] 0 [] [] 2017-10-17 11:57:34 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-17 09:57:34 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5781452434105962181] [] [] 0 900 768 1 26 0 900 1 5781452434105962181 0 [] 0 [] [] 2017-10-02 11:14:50 300 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1561&&l10n=ru&bu=uniq15069246805305243 windows 1440 [] [] 1506924891859360445 2 [] 1 16 Russia [] [] 0 [] [] [] windows_xp firefox 1 33 2017-10-02 09:14:50 [] [] [] [] 0 [] 5.141.201.xxx Gecko [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 52 0 1 1440 [] [] [] 0 [] [] 1423 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6006955295650090705,6006978512489285473] [] [] 0 568 460 2 0 0 1136 1 6006955295650090705 0 [] 0 [0] [] 2017-10-12 10:11:55 300 yandex_mobile apple 32 [] [] [] 10 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 640 [] [] 1500225457859189403 1 [] 2 89 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-12 08:11:55 [] [] [] [] 0 ['2017-10-12 08:13:24'] 37.113.156.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ven-konechnostej-verhnih-ili-nizhnih-uzdg-i-cd/ 603 0 0 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [6333430420517685091,6333435108453779299,6333439594716989283,6333442392240162659,6333443020926748537,6333446378183985017,6333457615253407609,6333459049873934179,6333462023146833763,6333462860750653305,6333466229687191417,6333474047847827299,6333482133594310499,6333483967818762083] [] [] 0 640 559 11 0 0 1920 1 6333430420517685091 0 [] 0 [] [] 2017-10-26 20:08:39 360 yandex_mobile samsung 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 1509037820466796596 1 [] 2 204 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-26 18:08:39 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S4 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/responses/ [] [5785907052142921585] [] [] 0 568 497 1 0 0 1136 1 5785907052142921585 9 [] 0 [0] [] 2017-10-02 15:58:03 300 yandex_mobile apple 32 [] [] [] 17 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 30066 30 [] https://yandex.ru/ ios_double 640 [] [] 1506879301135850313 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-10-02 13:58:03 [] [] [] [] 0 ['2017-10-02 13:58:03'] 217.118.83.xxx WebKit [] http://apollon174.ru/responses/ 603 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/doctors/ [] [5949749451745134457,5949789558644412105,5949792813055746775] [] [] 0 667 553 3 0 0 1334 1 5949749451745134457 0 [] 0 [] [] 2017-10-09 21:34:52 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 38 [] ios_double 750 [] [] 1507566893162237073 1 [] 2 166 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-09 19:34:52 [] [] [] [] 0 [] 176.226.146.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-shitovidnoj-zhelezy-s-cdk/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/appointment/ [] [5987582189924781962,5987588842545488599,5987592612643868360,5987598533905359614,5987605969148839795,5987622860415836926] [] [] 0 864 758 6 26 0 864 1 5987582189924781962 9 [] 0 [0,0,0,0] [] 2017-10-11 13:40:13 300 yandex_search 24 [] [] [] 17 [] [] [24345998,24346115,24345998,24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['','','',''] [1,1,2,3] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507706990103474289 windows 1536 [] [] 1476984143736199215 2 [] 1 155 Russia [] [] 0 [] [,,,] [] windows8_1 yandex_browser 1 37 2017-10-11 11:40:13 [] [] [] [] 0 ['2017-10-11 11:40:38','2017-10-11 11:41:15','2017-10-11 11:41:44','2017-10-11 11:42:48'] 37.113.153.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 537 0 0 1536 [] [] [] 36 [] [] 1519 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/karboksiterapiya-neinvazivnaya-sos-procedura-beaut/ [] [5713566180927344525] [] [] 0 568 460 1 0 0 1136 1 5713566180927344525 0 [] 0 [] [] 2017-09-29 11:18:45 180 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Odincovo 30066 14 [] ios_double 640 [] [] 1506606634966020349 1 [] 2 14 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-09-29 09:18:45 [] [] [] [] 0 [] 46.148.226.xxx WebKit [] http://apollon174.ru/procedures/karboksiterapiya-neinvazivnaya-sos-procedura-beaut/ 602 0 0 320 [] [] [] 2 [] [] 320 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/procedures/opredelenie-kislotnosti-vlagalisha-ph-metriya/ [] [5723551971713746811] [] [] 0 640 559 1 0 0 1280 1 5723551971713746811 0 [] 0 [] [] 2017-09-29 21:53:38 720 google_search prestigio 32 [] [] [] 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1506678851324326290 1 [] 2 17 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-09-29 19:53:38 [] [] [] [] 0 [] 85.26.165.xxx WebKit [] http://apollon174.ru/procedures/opredelenie-kislotnosti-vlagalisha-ph-metriya/ 537 0 1 360 [] [] [] 36 [] [] 360 PSP5506DUO [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6152751114054012625,6152757070463241937,6152769577435270857,6164424970236333766,6152796891659903743] [] [] 0 570 488 5 0 0 856 1 6152751114054012625 0 [] 0 [] [] 2017-10-18 20:41:21 300 asus 32 [] [] [] 55 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 480 [] [] 1508341275269010912 1 [] 2 176 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-18 18:41:21 [] [] [] [] 0 [] 176.59.208.xxx WebKit [] http://apollon174.ru/ 537 0 1 320 [] [] [] 36 [] [] 320 ASUS_Z007 [] [] 2017-10-18 ya_undefined
28261 http://apollon174.ru/ [] [5882312122462635812] [] [] 0 768 1879 1 11 2 768 1 5882312122462635812 0 [] 0 [] [] 2017-10-06 22:07:19 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATP_Y1KKQAMkip-NQUd_0B54ZuOOtST4ZsLyLj2RhA4d9ORZytfMiqqdW8WSqb-_0fqFzpNR1NkmYU1vEMmiyBnHSmfnXnBeBQ-gk-Vt5JOSgl0siD6gx8OcRCs windows 1366 [] [] 1507309639484073168 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-06 20:07:19 [] [] [] [] 0 [] 2a03:2880:10ff:f01c::xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1025 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5829877311575163000] [] [] 0 976 884 1 0 0 976 1 5829877311575163000 6 [] 0 [] [] 2017-10-04 14:33:37 240 yandex_mobile texet 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq150710750180516206 android 600 [] [] 15071132011007529974 1 [] 3 15 Russia [] [] 0 [] [] [] android_jelly_bean41 yandex_browser 1 12 2017-10-04 12:33:37 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 600 [] [] [] 36 [] [] 600 NaviPad TM-7045 3G [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6061063872425232243] [] [] 0 640 560 1 0 0 1280 1 6061063872425232243 0 [] 0 [] [] 2017-10-14 19:32:03 300 google_search samsung 32 [] [] [] adwords 52 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1507991426324502272 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-14 17:32:03 [] [] [] [] 0 [] 31.173.103.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J5 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [6324804979058025190,6324804996230024920] [] [] 0 592 515 2 0 0 592 1 6324804979058025190 4 [] 0 [] [] 2017-10-26 11:00:09 300 htc 32 [] [] [] 4 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 0 [] http://apollon174.ru/directions/uzi/ android 360 [] [] 1508993871661043839 1 [] 2 6 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 12 2017-10-26 09:00:09 [] [] [] [] 0 [] 176.59.206.xxx WebKit [] http://apollon174.ru/articles/services/ 537 0 0 360 [] [] [] 36 [] [] 360 HTC_Desire_626G_dual_sim [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/krapivnica/ [] [6144640200264910709] [] [] 1 1024 867 1 27 0 1024 1 6144640200264910709 0 [] 0 [] [] 2017-10-18 12:05:42 360 yandex_search 24 [] [] [] 43 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.kz 0 [] [] [] 0 Kostanai 30066 0 [] https://yandex.kz/clck/jsredir?from=yandex.kz;yandsearch;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508309178553133585 windows 1280 [] [] 1508310335796196142 2 [] 1 0 Kazakhstan [] [] 0 [] [] [] windows8_1 firefox 1 26 2017-10-18 10:05:42 [] [] [] [] 0 [] 95.59.167.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/krapivnica/ 43 0 1 1280 [] [] [] 0 [] [] 1263 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5915659289552757501,5915668725653316308,5915670361147712227,5915673016469562083] [] [] 0 480 372 3 0 0 960 1 5915659289552757501 0 [] 0 [] [] 2017-10-08 09:27:29 360 google_search apple 32 [] [] [] adwords 7 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 2 [] https://google.ru/ ios_double 640 [] [] 1507433434699806147 1 [] 2 143 Russia [] [] 0 [] [] [] ios7 safari_mobile 1 14 2017-10-08 07:27:29 [] [] [] [] 0 [] 5.141.217.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 51 [] [] 320 iPhone [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [6031536482877973218] [] [] 1 1080 970 1 0 0 1080 1 6031536482877973218 0 [] 0 [] [] 2017-10-13 12:14:45 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1572&&l10n=ru&bu=uniq1507875921554493157 windows 1920 [] [] 1507878885996385889 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 opera 1 37 2017-10-13 10:14:45 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 537 0 1 1920 [] [] [] 36 [] [] 1905 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/procedures/spiral-vnutrimatochnaya-vvedenie-bez-stoimosti-vms/ [] [5981198999809953487] [] [] 0 640 544 1 0 0 1280 1 5981198999809953487 14 [] 0 [] [] 2017-10-11 06:54:23 300 yandex_search nokia 24 [] [] [] 14 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/ windows 720 [] [] 150768684174778366 1 [] 2 16 Russia [] [] 0 [] [] [] windows_phoneos_10 edge 1 11 2017-10-11 04:54:23 [] [] [] [] 0 [] 94.50.28.xxx Edge [] http://apollon174.ru/procedures/spiral-vnutrimatochnaya-vvedenie-bez-stoimosti-vms/ 14 0 1 360 [] [] [] 14393 [] [] 360 Lumia 550 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/massazh-volosistoj-chasti-golovy/ [] [6068388878514389110] [] [] 1 480 320 1 0 0 960 1 6068388878514389110 0 [] 0 [] [] 2017-10-15 03:17:46 300 google_search apple 32 [] [] [] 9 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Yekaterinburg 30066 46 [] https://google.ru/ ios_double 640 [] [] 150801946627237700 2 [] 2 0 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-15 01:17:46 [] [] [] [] 0 [] 128.75.80.xxx WebKit [] http://apollon174.ru/procedures/massazh-volosistoj-chasti-golovy/ 601 0 1 320 [] [] [] 1 [] [] 480 iPhone [] [] 2017-10-15 ya_undefined
28261 http://apollon174.ru/directions/adaptaciya/ [] [5875049240530264795,5875061398115454666,5875064168320339658,5875084827141350132,5875092233889255114,5875095995919377140,5875099812797087862,5875106291205808884,5875343790612676734,5875369518137868414,5875372989152764652,5875417429196931198,5875704705448411262,5875731651940066028,5875823360041813849] [] [] 0 712 528 15 11 2 712 1 5875049240530264795 0 [] 0 [] [] 2017-10-06 14:25:34 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] gnu_linux 1024 [] [] 1487042667640738232 2 [] 1 2953 Russia [] [] 0 [] [] [] linux firefox 1 30 2017-10-06 12:25:34 [] [] [] [] 0 [] 193.150.118.xxx Gecko [] http://apollon174.ru/ 52 0 0 1024 [] [] [] 0 [] [] 977 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5944505532952093406] [] [] 0 570 488 1 0 0 856 1 5944505532952093406 0 [] 0 [] [] 2017-10-09 16:01:29 300 google_search micromax 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 1507546889301123110 1 [] 2 14 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-09 14:01:29 [] [] [] [] 0 [] 31.173.101.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 320 [] [] [] 36 [] [] 320 Micromax Q415 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/directions/uzi/doctors/ [] [5855445705678922481,5855452998068871904,5855462054267462385] [] [] 0 640 560 3 0 0 1920 1 5855445705678922481 0 [] 0 [] [] 2017-10-05 17:39:12 300 google_search samsung 32 [] [] [] 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Moscow 0 0 [] https://google.ru/ android 1080 [] [] 1478491372795984117 1 [] 2 63 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-05 15:39:12 [] [] [] [] 0 [] 85.140.16.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy S5 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5897724766860611271,5897729401640978267,5897731879822429895,5897764367398866631] [] [] 0 768 662 4 0 0 768 1 5897724766860611271 0 [] 0 [] [] 2017-10-07 14:27:14 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1507368438870181417 2 [] 1 151 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-07 12:27:14 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6264136076112170697] [] [] 0 768 656 1 26 0 768 1 6264136076112170697 9 [] 0 [] [] 2017-10-23 18:43:02 180 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq150876582376994632&_bu=1 windows 1366 [] [] 1508773486606122995 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-23 16:43:02 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6260469862330016475] [] [] 0 768 669 1 27 0 768 1 6260469862330016475 0 [] 0 [] [] 2017-10-23 14:49:57 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq15087457666071905092&_bu=1 windows 1360 [] [] 1507618156754728837 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-23 12:49:57 [] [] [] [] 0 [] 77.233.175.xxx Gecko [] http://apollon174.ru/directions/vse-vidy-analizov/ 56 0 0 1360 [] [] [] 0 [] [] 1343 [] [] 2017-10-23 ya_undefined
28261 http://apollon174.ru/directions/dermatologiya/ [] [6334801003594647389,6334807065693261521] [] [] 0 568 568 1 0 0 568 1 6334801003594647389 0 [] 0 [] [] 2017-10-26 21:35:48 -420 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.com 0 [] [] [] 0 Kizilyurt 29557 8 [] http://google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEAQFjAB&url=http:%2F%2Fapollon174.ru%2Fdirections%2Fdermatologiya%2F%3Futm_source%3Dadwords&ei=2g7yWdjYPK6nBcAz&usg=AFQjCNGcpNfBrCEs7Ebic1tjva_DOOPPWg ios_double 320 [] [] 15090357391066514336 1 [] 2 23 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-26 19:35:48 [] [] [] [] 0 [] 185.78.112.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5859497671970267865] [] [] 1 640 512 1 0 0 1280 1 5859497671970267865 0 [] 0 [] [] 2017-10-05 21:56:49 300 google_search asus 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 15072226071851388 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-05 19:56:49 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_X008D [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5850162718614233833,5850171987708355305,5850443462134728573] [] [] 0 1080 619 3 0 0 1080 1 5850162718614233833 0 [] 0 [] [] 2017-10-05 12:03:19 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://link.2gis.ru/BBA2DB11/grym/20170901/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1920 [] [] 1507187001174241401 2 [] 1 1086 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 37 2017-10-05 10:03:19 [] [] [] [] 0 [] 195.128.244.xxx Trident [] http://apollon174.ru/ 7 0 1 1920 [] [] [] 0 [] [] 1176 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/zhenskoe-besplodie/ [] [6063780288423528283,6063790140477673157,6063809245179023045,6063928032250038115,6063940593524408439] [] [] 0 640 559 5 0 0 1280 1 6063780288423528283 0 [] 0 [] [] 2017-10-14 22:24:46 300 google_mobile_app zte 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1508002017686071323 1 [] 2 627 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-14 20:24:46 [] [] [] [] 0 [] 176.59.206.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ZTE BLADE L0510 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/articles/services/ [] [6145684380101649112,6145748591682784976,6145752810778005200,6145755890028646096] [] [] 0 768 656 4 27 0 768 1 6145684380101649112 9 [] 0 [] [] 2017-10-18 13:12:05 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508307812994426461 windows 1366 [] [] 1508314324451812785 2 [] 1 273 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-18 11:12:05 [] [] [] [] 0 [] 2a02:2698:9025:28bc::xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ [] [5848786365984809726] [] [] 0 1080 663 1 26 0 1080 1 5848786365984809726 0 [] 0 [] [] 2017-10-05 10:35:49 300 yandex_search 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq1507179709014393415 windows 1920 [] [] 150718174991193755 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 37 2017-10-05 08:35:49 [] [] [] [] 0 [] 212.176.213.xxx Trident [] http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ 7 0 1 1920 [] [] [] 0 [] [] 1363 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6277958838088634057,6277960786855071433,6277971734438612681] [] [] 0 1080 946 3 21 0 1080 1 6277958838088634057 0 [] 0 [0] [] 2017-10-24 09:21:52 300 24 [] [] [] 49 [] [] [24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1920 [] [] 1508818967148731228 2 [] 1 49 Russia [] [] 0 [] [] [] windows_xp chrome 1 37 2017-10-24 07:21:52 [] [] [] [] 0 ['2017-10-24 07:22:41'] 91.193.240.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1904 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [6080051754972750562] [] [] 0 768 662 1 27 0 768 1 6080051754972750562 0 [] 0 [] [] 2017-10-15 15:39:16 300 yandex_search 24 [] [] [] 55 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1575&&l10n=ru&bu=uniq1508063195361115733 windows 1366 [] [] 1508064006949956146 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-15 13:39:16 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6311425090256380638] [] [] 0 640 559 1 0 0 1280 1 6311425090256380638 0 [] 0 [] [] 2017-10-25 20:49:36 120 google_search asus 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 720 [] [] 1508957541294562550 1 [] 2 14 Russia [] [] 1 [] [] [] android_kitkat chromemobile 1 11 2017-10-25 18:49:36 [] [] [] [] 0 [] 5.79.212.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_T00J [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [6146623068012290772,6146625953655951247] [] [] 0 640 616 2 0 0 1920 1 6146623068012290772 4 [] 0 [] [] 2017-10-18 14:11:46 300 samsung 32 [] [] [] 5 [] [] cellular [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ android 1080 [] [] 1508317916427564403 1 [] 2 11 Russia [] [] 0 [] [] [] android_nougat samsung_internet 1 11 2017-10-18 12:11:46 [] [] [] [] 0 [] 176.59.210.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A5 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6075390115736462036,6075398054253699835,6075403872153117435,6075405704850048857,6075407354915726075] [] [] 0 1080 945 5 27 0 1080 1 6075390115736462036 0 [] 0 [] [] 2017-10-15 10:42:54 300 yandex_search 24 [] [] [] 54 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1574&&l10n=ru&bu=uniq1508028172302548006 windows 1920 [] [] 1508046168762034489 2 [] 1 80 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-15 08:42:54 [] [] [] [] 0 [] 5.79.216.xxx Gecko [] http://apollon174.ru/directions/kosmetologiya/ 54 0 1 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6168251559604653777,6168294204789231301,6168308602076406527,6168310233469812856,6168320377711231096] [] [] 0 640 568 5 0 0 1280 1 6168251559604653777 9 [] 0 [] [] 2017-10-19 13:06:52 240 yandex_mobile lenovo 32 [] [] [] 13 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;jsonsearch;browser;android;1309&text=запись к гинекологу челябинск android 720 [] [] 1508404084157023157 1 [] 2 262 Russia [] [] 0 [] [] [] android_kitkat yandex_browser 1 11 2017-10-19 11:06:52 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Lenovo S850 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-slyunnyh-zhelez-c-cdk/ [] [6171678683777213140,6171684012009981809] [] [] 0 667 553 1 0 0 1334 1 6171678683777213140 0 [] 0 [] [] 2017-10-19 16:44:45 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1508413486730317200 1 [] 2 21 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-19 14:44:45 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-slyunnyh-zhelez-c-cdk/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5850112567376350927] [] [] 0 854 724 1 0 0 1282 1 5850112567376350927 0 [] 0 [] [] 2017-10-05 12:00:08 180 google_search sony 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 720 [] [] 1507194047290840376 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-05 10:00:08 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 480 [] [] [] 36 [] [] 480 D2502 [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/ [] [5739631719252501220] [] [] 0 768 620 1 0 0 768 1 5739631719252501220 0 [] 0 [] [] 2017-09-30 14:55:57 180 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1560&&l10n=ru&bu=uniq1506762909927456826 windows 1024 [] [] 1506765359223293662 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 28 2017-09-30 12:55:57 [] [] [] [] 0 [] 5.141.196.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/ 537 0 1 1024 [] [] [] 36 [] [] 1007 [] [] 2017-09-30 ya_undefined
25956 http://apollon174.ru/equipment/ultrazvukovoj-skaner-sonoace-r7/ [] [5996262041040718279] [] [] 1 900 744 1 27 0 1800 1 5996262041040718279 0 [] 0 [] [] 2017-10-11 22:52:04 120 google_search 24 [] [] [] 11 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.at 0 [] [] [] 0 Vienna 29793 38 [] https://google.at/ macos 2880 [] [] 1507744382560747177 2 [] 1 0 Austria [] [] 0 [] [] [] mac_os_x_sierra safari 1 33 2017-10-11 20:52:04 [] [] [] [] 0 [] 212.186.68.xxx WebKit [] http://apollon174.ru/equipment/ultrazvukovoj-skaner-sonoace-r7/ 604 0 1 1440 [] [] [] 1 [] [] 1440 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/mezoterapiya-vorotnikovoj-zony/?direction=kosmetologiya&disease=inekcionnaya-kosmetologiya [] [6008844602865354603] [] [] 0 1024 926 1 25 0 1024 1 6008844602865354603 4 [] 0 [] [] 2017-10-12 12:12:03 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ windows 1280 [] [] 1505890797500394407 2 [] 1 14 Russia [] [] 0 [] [] [] windows_xp yandex_browser 1 26 2017-10-12 10:12:03 [] [] [] [] 0 [] 88.206.97.xxx WebKit [] http://apollon174.ru/procedures/mezoterapiya-vorotnikovoj-zony/?direction=kosmetologiya&disease=inekcionnaya-kosmetologiya 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [5829191972350857103,5829195578693390218,5829523849191629552,5829544948241277683,5829553359732351731,5829558782720216792,5829559638483804899,5829560407907640046,5829562059794686702,5829569965566201542,5829571757162898171,5829575252603047638,5829578381012766422,5829596481654891221,5829636934751748213,5829692438743622380,5829703765517143945] [] [] 0 1080 960 17 0 0 1080 1 5829191972350857103 0 [] 0 [0,0,0,0] [] 2017-10-04 13:50:02 300 google_search 24 [] [] [] 54 [] [] [24346018,24346018,24346018,24346018] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] ['','','',''] [1,2,3,4] 0 Chelyabinsk 30066 0 [] https://google.ru/ gnu_linux 1920 [] [] 1505897276504537962 2 [] 1 1953 Russia [] [] 0 [] [,,,] [] ubuntu firefox 1 37 2017-10-04 11:50:02 [] [] [] [] 0 ['2017-10-04 12:14:36','2017-10-04 12:15:45','2017-10-04 12:18:20','2017-10-04 12:21:51'] 37.113.131.xxx Gecko [] http://apollon174.ru/ 54 0 0 1920 [] [] [] 0 [] [] 1905 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6326389878730793702] [] [] 0 1024 899 1 27 0 1024 1 6326389878730793702 0 [] 0 [] [] 2017-10-26 12:41:02 300 yandex_search 24 [] [] [] 41 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq1509002474534214880&_bu=1 windows 1280 [] [] 1509003660753445901 2 [] 1 14 Russia [] [] 0 [] [] [] windows8_1 firefox 1 26 2017-10-26 10:41:02 [] [] [] [] 0 [] 85.140.17.xxx Gecko [] http://apollon174.ru/directions/kosmetologiya/ 41 0 1 1280 [] [] [] 0 [] [] 1263 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-organov-malogo-taza-transvaginalno-s-cdk/ [] [5941393341484114665,5941646408722948834,5941671561191493329,5941679450090644210,5941716945968564081] [] [] 0 480 372 5 0 0 960 1 5941393341484114665 0 [] 0 [] [] 2017-10-09 12:43:36 300 google_search apple 32 [] [] [] adwords 9 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 46 [] https://google.ru/ ios_double 640 [] [] 1507535015174982340 1 [] 2 1235 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-09 10:43:36 [] [] [] [] 0 [] 195.239.200.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 601 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/directions/uzi/uzi-semyavynosyashih-protokov/ [] [5809368532729464667] [] [] 0 820 729 1 0 0 820 1 5809368532729464667 0 [] 0 [] [] 2017-10-03 16:49:42 180 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Shumerlya 0 0 [] https://google.ru/ windows 1024 [] [] 1507031380936989463 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-03 14:49:42 [] [] [] [] 0 [] 213.5.125.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-semyavynosyashih-protokov/ 537 0 1 1024 [] [] [] 36 [] [] 997 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6150644396552626943] [] [] 1 768 658 1 0 0 768 1 6150644396552626943 0 [] 0 [] [] 2017-10-18 18:27:26 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/actions/besplatnaya-konsultaciya-ginekologa/ windows 1366 [] [] 1499934350877818335 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-18 16:27:26 [] [] [] [] 0 [] 176.226.176.xxx WebKit [] http://apollon174.ru/doctors/ 537 0 0 1366 [] [] [] 36 [] [] 1350 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6302780040835239632,6302781717808680651,6302786207863279307,6302809326138951547,6302812579822307195,6302820123241088867,6302828493677004639] [] [] 0 667 559 4 0 0 1334 1 6302780040835239632 0 [] 0 [] [] 2017-10-25 11:39:57 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 30066 4 [] http://link.2gis.ru/EC907F27/v4-iphone/20171001/chelyabinsk/2111590608827582?http://apollon174.ru/ ios_double 750 [] [] 1495464792117628925 1 [] 2 185 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-25 09:39:57 [] [] [] [] 0 [] 91.233.82.xxx WebKit [] http://apollon174.ru/ 603 0 1 375 [] [] [] 2 [] [] 375 iPhone [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-moshonki-s-cdk/ [] [6302155321472459500,6302161385934562028] [] [] 0 768 662 1 0 0 768 1 6302155321472459500 0 [] 0 [] [] 2017-10-25 11:00:14 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq15088683553923609528&_bu=1 windows 1366 [] [] 1508911220989992651 2 [] 1 23 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-25 09:00:14 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-moshonki-s-cdk/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/trihomoniaz/ [] [5902568818293868391] [] [] 0 768 637 1 27 0 768 1 5902568818293868391 0 [] 0 [] [] 2017-10-07 19:35:13 180 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.com 0 [] [] [] 0 Kishinev 0 0 [] https://google.com/ windows 1366 [] [] 1507386918310366186 2 [] 1 22 Moldova [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-07 17:35:13 [] [] [] [] 0 [] 95.65.57.xxx WebKit [] http://apollon174.ru/directions/venerologiya/trihomoniaz/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6053813713311893363] [] [] 1 736 628 1 0 0 2208 1 6053813713311893363 0 [] 0 [] [] 2017-10-14 11:51:06 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://google.ru/ ios_double 1242 [] [] 1507963866307980005 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-14 09:51:06 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 603 0 1 414 [] [] [] 3 [] [] 414 iPhone [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6301710789635739342,6301717914016550606] [] [] 0 360 280 1 0 0 720 1 6301710789635739342 0 [] 0 [] [] 2017-10-25 10:31:58 180 google_mobile_app xiaomi 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 1280 [] [] 1508916638801177862 2 [] 2 28 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 37 2017-10-25 08:31:58 [] [] [] [] 0 [] 213.87.248.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 640 [] [] [] 36 [] [] 640 Redmi 3S [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5680667681048497864] [] [] 0 640 513 1 0 0 1280 1 5680667681048497864 7 [] 0 [] [] 2017-09-28 00:27:07 300 yandex_mobile huawei 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 150654030835732787 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 yandex_browser 1 11 2017-09-27 22:27:07 [] [] [] [] 0 [] 5.141.178.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 LYO-L21 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6257661612779900632] [] [] 0 667 553 1 0 0 1334 1 6257661612779900632 0 [] 0 [] [] 2017-10-23 11:51:24 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Moscow 30066 38 [] http://apollon174.ru/ ios_double 750 [] [] 150870100339122989 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-23 09:51:24 [] [] [] [] 0 [] 94.25.177.xxx WebKit [] http://apollon174.ru/directions/uzi/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/ [] [6039846479878686579] [] [] 1 570 488 1 0 0 856 1 6039846479878686579 0 [] 0 [] [] 2017-10-13 21:03:04 180 google_search alcatel 32 [] [] [] 54 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 1507918038316128975 1 [] 2 0 Russia [] [] 0 [] [] [] android_jelly_bean42 chromemobile 1 11 2017-10-13 19:03:04 [] [] [] [] 0 [] 176.59.204.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 ALCATEL ONE TOUCH 6012X [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [5996062845124216677,5996068456568981349] [] [] 0 864 790 2 27 0 864 1 5996062845124216677 0 [] 0 [] [] 2017-10-11 22:39:24 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/ginekologiya/zabolevaniya-pridatkov-matki/appointment/ windows 1536 [] [] 1467192114796125666 2 [] 1 36 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-11 20:39:24 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/appointment/ [] [6234733062848778124,6234814681468904163,6234815686878175994] [] [] 0 640 560 3 0 0 1280 1 6234733062848778124 0 [] 0 [0] [] 2017-10-22 11:33:39 180 zte 32 [] [] [] 61 [] [] wi_fi [24345998] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] android 720 [] [] 1508324172686296688 1 [] 2 315 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-22 09:33:39 [] [] [] [] 0 ['2017-10-22 09:38:54'] 88.206.78.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 ZTE BLADE A610 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5873274974214815861,5873281620194623605,5873403717785751247] [] [] 0 800 663 3 0 0 800 1 5873274974214815861 0 [] 0 [] [] 2017-10-06 12:32:45 300 google_search lenovo 32 [] [] [] adwords 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 1280 [] [] 1507275165541254792 2 [] 3 492 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 33 2017-10-06 10:32:45 [] [] [] [] 0 [] 85.140.77.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1280 [] [] [] 36 [] [] 1280 Lenovo TB2-X30L [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [5984325614443167868,5984371933455319164,5984406947385311356,5984411802201227388,5984450627370745980] [] [] 0 534 452 5 0 0 802 1 5984325614443167868 0 [] 0 [] [] 2017-10-11 10:13:10 180 tele2 32 [] [] [] 52 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 480 [] [] 1507706024533108 1 [] 2 492 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-11 08:13:10 [] [] [] [] 0 [] 5.79.210.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Tele2_Mini [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6164186166520709237] [] [] 0 1080 971 1 24 0 1080 1 6164186166520709237 0 [] 0 [] [] 2017-10-19 08:48:24 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Trehgorniy 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq150838203820057996 windows 1920 [] [] 1508238573334145710 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 firefox 1 37 2017-10-19 06:48:24 [] [] [] [] 0 [] 94.51.67.xxx Gecko [] http://apollon174.ru/directions/vse-vidy-analizov/ 56 0 0 1920 [] [] [] 0 [] [] 1687 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/programs/programmy-kompleksnogo-obsledovaniya-na-ippp/ [] [5965131062302221034,5965147385351906026,5965150488350958314,5965151592961549034,5965152243151807213,5965156359713858282,5965591603263833975,5965596271290615671,5965596474011289463,5965598001937523412,5965600689114318711,5965601425700168404,5965619008096969428,5965619294361101024,5965621329621426900,5965624049860354784,5965626661972746964,5965629260962996960] [] [] 0 1280 1111 18 0 0 1280 1 5965131062302221034 0 [] 0 [0,0,0,0,0] [] 2017-10-10 13:52:49 360 yandex_mobile lenovo 32 [] [] [] 60 [] [] wi_fi [24346110,24346018,24346110,24346115,24346018] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['','','','',''] [1,1,2,1,2] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq15076251101442954 android 800 [] [] 1498025977527018261 1 [] 3 1899 Russia [] [] 0 [] [,,,,] [] android_kitkat chromemobile 1 13 2017-10-10 11:52:49 [] [] [] [] 0 ['2017-10-10 11:52:49','2017-10-10 11:54:25','2017-10-10 12:22:23','2017-10-10 12:22:24','2017-10-10 12:23:51'] 77.222.96.xxx WebKit [] http://apollon174.ru/responses/ 537 0 1 800 [] [] [] 36 [] [] 800 Lenovo A7600-H [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5927101384498094844] [] [] 0 640 559 1 0 0 1280 1 5927101384498094844 0 [] 0 [] [] 2017-10-08 21:34:57 300 huawei 32 [] [] [] 58 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/ android 720 [] [] 1507439119626144912 1 [] 2 16 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-08 19:34:57 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 Che2-L11 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6059266936916412261] [] [] 1 480 372 1 0 0 960 1 6059266936916412261 0 [] 0 [] [] 2017-10-14 17:37:49 360 google_search apple 32 [] [] [] adwords 7 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 2 [] https://google.ru/ ios_double 640 [] [] 1507981007560498531 1 [] 2 0 Russia [] [] 0 [] [] [] ios7 safari_mobile 1 14 2017-10-14 15:37:49 [] [] [] [] 0 [] 176.59.213.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 51 [] [] 320 iPhone [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ [] [6173374824539488373] [] [] 1 768 489 1 0 0 1200 1 6173374824539488373 0 [] 0 [] [] 2017-10-19 18:32:36 180 yandex_mobile_app nokia 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 30066 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;jsonsearch;searchapp;wp;225;1508419842454331-357580-sas1-2801-APPJS2;1508419842454331-357580-sas1-2801-APPJS2&text=NEOHYAL windows 720 [] [] 1508419934981971848 1 [] 2 0 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-19 16:32:36 [] [] [] [] 0 [] 77.94.189.xxx Trident [] http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ 7 0 1 461 [] [] [] 0 [] [] 320 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/responses/page/5/ [] [5985559478664957839,5985562094210649799] [] [] 0 768 632 2 26 0 768 1 5985559478664957839 9 [] 0 [0] [] 2017-10-11 11:31:37 360 yandex_search 24 [] [] [] 17 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507691590356466518 windows 1366 [] [] 1507696892266336025 2 [] 1 10 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-11 09:31:37 [] [] [] [] 0 ['2017-10-11 09:31:37'] 95.78.171.xxx WebKit [] http://apollon174.ru/responses/ 537 0 0 1366 [] [] [] 36 [] [] 1263 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/atopicheskij-dermatit/ [] [6024962197162561224] [] [] 0 640 559 1 0 0 1280 1 6024962197162561224 0 [] 0 [] [] 2017-10-13 05:16:46 180 lenovo 32 [] [] [] 60 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Saint Petersburg 0 0 [] android 720 [] [] 1507853805460129180 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-13 03:16:46 [] [] [] [] 0 [] 93.185.28.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/atopicheskij-dermatit/ 537 0 1 360 [] [] [] 36 [] [] 360 A500 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6310632713739051739,6310638687198645966,6310639769521229518,6310644038310301390,6310646296508632782,6310647214629719758] [] [] 0 640 511 5 0 0 1280 1 6310632713739051739 0 [] 0 [] [] 2017-10-25 19:59:13 300 google_search huawei 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 720 [] [] 1508826020837500095 1 [] 2 55 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-25 17:59:13 [] [] [] [] 0 [] 176.56.14.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/ [] [5746021112063199089,5746055108204691576,5746061253895522167,5746062444290639735,5746100001355342559,5746126993656381560,5746128176851189880,5746166574114415331,5746169722169467619] [] [] 0 864 758 9 0 0 864 1 5746021112063199089 9 [] 0 [] [] 2017-09-30 21:42:11 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/malaya-urologiya/ windows 1536 [] [] 1476984143736199215 2 [] 1 566 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 37 2017-09-30 19:42:11 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1519 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/procedures/botulinoterapiya-korrekciya-mimicheskih-morshin/?direction=kosmetologiya [] [6330961913593462901,6330963688308608714,6330966406504129241,6330968911257538445,6330972414580368114,6330973174530581234,6330973841381925593,6330990410055820005] [] [] 0 768 658 6 0 0 768 1 6330961913593462901 0 [] 0 [] [] 2017-10-26 17:31:43 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon05/ windows 1360 [] [] 1509021287801274824 2 [] 1 123 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-26 15:31:43 [] [] [] [] 0 [] 85.202.13.xxx WebKit [] http://apollon174.ru/ 537 0 1 1360 [] [] [] 36 [] [] 1344 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/ [] [6164157500639940307,6164161278787194579,6164347206107139800,6164379337004158680,6164384782065602264,6164402304096407256,6164416926010838744,6164423108738682584,6164427255383068376,6164435539794333400] [] [] 0 1080 949 10 0 0 1080 1 6164157500639940307 0 [] 0 [0,0] [] 2017-10-19 08:46:34 300 yandex_search 24 [] [] [] 61 [] [] [24346110,24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq1508383693462168475 windows 1920 [] [] 1508384793300826244 2 [] 1 1076 Russia [] [] 0 [] [,] [] windows_7_2008server chrome 1 37 2017-10-19 06:46:34 [] [] [] [] 0 ['2017-10-19 07:01:01','2017-10-19 07:03:04'] 62.192.61.xxx WebKit [] http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ [] [5972178239054155480] [] [] 0 1920 518 1 0 0 1920 1 5972178239054155480 3 [] 0 [] [] 2017-10-10 21:20:51 300 yandex_mobile samsung 32 [] [] [] 11 [] [] ethernet [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1502132748815343158 1 [] 2 17 Russia [] [] 0 [] [] [] android_nougat ucbrowser 1 11 2017-10-10 19:20:51 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 534 0 0 1080 [] [] [] 30 [] [] 360 Galaxy A5 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/procedures/magnitoterapiya-vaginalnyj-datchik-na-intramag/ [] [5876215351286169725] [] [] 0 819 704 1 27 0 1024 1 5876215351286169725 0 [] 0 [] [] 2017-10-06 15:39:42 180 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Stavropol 30066 0 [] windows 1280 [] [] 1507286400724197158 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 firefox 1 26 2017-10-06 13:39:42 [] [] [] [] 0 [] 149.255.26.xxx Gecko [] http://apollon174.ru/procedures/magnitoterapiya-vaginalnyj-datchik-na-intramag/ 56 0 1 1024 [] [] [] 0 [] [] 1007 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6171719864091157222] [] [] 0 1080 974 1 0 0 1080 1 6171719864091157222 0 [] 0 [] [] 2017-10-19 16:47:22 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1579&&l10n=ru&bu=uniq1508411243777305702 windows 1920 [] [] 1508413643610955948 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-19 14:47:22 [] [] [] [] 0 [] 91.204.16.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/ [] [6123111192328938227,6123112304261210867] [] [] 0 1024 1340 1 0 0 1024 1 6123111192328938227 0 [] 0 [] [] 2017-10-17 13:16:55 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 20 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-17 11:16:55 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [6259208576142675668,6259490755049169619] [] [] 0 640 479 2 0 0 1920 1 6259208576142675668 0 [] 0 [] [] 2017-10-23 13:29:45 300 yandex_mobile huawei 32 [] [] [] 43 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/ android 1080 [] [] 1508747395484121009 1 [] 2 1099 Russia [] [] 0 [] [] [] android_nougat opera_mobile 1 11 2017-10-23 11:29:45 [] [] [] [] 0 [] 188.18.16.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 360 [] [] [] 36 [] [] 360 NEM-L51 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5965514492144001777] [] [] 0 640 515 1 0 0 1280 1 5965514492144001777 6 [] 0 [] [] 2017-10-10 14:17:11 180 yandex_mobile_app huawei 32 [] [] [] 7 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/searchapp?uuid=e2ad21d278a18963c5de47019f9ccff3&clid=1902851&internal_browser_enabled=1&text=зппп анализ стоимость челябинск&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 720 [] [] 1507634398296079524 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-10 12:17:11 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 360 [] [] [] 36 [] [] 360 LYO-L21 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/contacts/#map [] [6060635721219965051,6060695309243908219] [] [] 0 800 700 2 27 0 800 1 6060635721219965051 0 [] 0 [] [] 2017-10-14 19:04:50 360 yandex_search 24 [] [] [] 36 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1574&&l10n=ru&bu=uniq150798874268513443 windows 1280 [] [] 1507989968991630550 2 [] 1 227 Russia [] [] 0 [] [] [] windows_xp opera 1 33 2017-10-14 17:04:50 [] [] [] [] 0 [] 31.207.238.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-14 ya_undefined
28261 http://apollon174.ru/directions/kosmetologiya/epilyaciya/ [] [6214111853430966044] [] [] 0 1200 1079 1 0 0 1200 1 6214111853430966044 0 [] 0 [] [] 2017-10-21 13:42:35 330 24 [] [] [] adwords 62 [] [] ethernet [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 29557 0 [] google_chrome_os 1920 [] [] 1508520443393609327 2 [] 1 16 India [] [] 0 [] [] [] google_chrome_os chrome 1 33 2017-10-21 11:42:35 [] [] [] [] 0 [] 2401:fa00:c:750::xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/epilyaciya/ 537 0 0 1920 [] [] [] 36 [] [] 1093 [] [] 2017-10-21 google_adwords
30066 http://apollon174.ru/ [] [5895522985621856987,5895523715112510171] [] [] 0 534 452 1 0 0 802 1 5895522985621856987 0 [] 0 [] [] 2017-10-07 12:07:15 300 google_search samsung 32 [] [] [] 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 1507360034584738760 1 [] 2 18 Russia [] [] 0 [] [] [] android_jelly_bean42 chromemobile 1 12 2017-10-07 10:07:15 [] [] [] [] 0 [] 176.59.197.xxx WebKit [] http://apollon174.ru/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy Grand Neo [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5791971929638314731,5791974678572573419] [] [] 0 768 647 2 25 0 768 1 5791971929638314731 0 [] 0 [] [] 2017-10-02 22:23:39 300 mail_search 24 [] [] [] 56 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://go.mail.ru/ windows 1366 [] [] 1506965685885492964 2 [] 1 10 Russia [] [] 0 [] [] [] windows8_1 amigo 1 37 2017-10-02 20:23:39 [] [] [] [] 0 [] 93.170.103.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [5731439105911295700] [] [] 1 595 486 1 0 0 800 1 5731439105911295700 0 [] 0 [] [] 2017-09-30 06:15:05 360 nokia 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 30066 0 [] windows 480 [] [] 1506358644947667133 1 [] 2 0 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-09-30 04:15:05 [] [] [] [] 0 [] 31.173.103.xxx Trident [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 7 0 0 357 [] [] [] 0 [] [] 320 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/doctors/paushkina-ekaterina-vasilevna/ [] [5724864280948901753] [] [] 1 667 591 1 0 0 1334 1 5724864280948901753 0 [] 0 [] [] 2017-09-29 23:17:04 300 apple 32 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] http://apollon174.ru/directions/kosmetologiya/ ios_double 750 [] [] 1491762567377818250 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 chromemobile 1 11 2017-09-29 21:17:04 [] [] [] [] 0 [] 95.78.137.xxx WebKit [] http://apollon174.ru/doctors/paushkina-ekaterina-vasilevna/ 603 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6153589141724465005,6153594236400308107,6153604288962367371,6153637029242474379,6153667855789592459,6153760909094555533,6153805928001184477,6153808609419207389,6153823485872841468,6153863192628437756,6153884403643458300,6153903374801052412,6153986736378351317] [] [] 0 768 620 13 0 0 768 1 6153589141724465005 0 [] 0 [0,0] [] 2017-10-18 21:34:39 300 24 [] [] [] 11 [] [] [24345998,24345998] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['',''] [1,2] 0 Chelyabinsk 30066 0 [] windows 1366 [] [] 1508344477464842604 2 [] 1 1517 Russia [] [] 0 [] [,] [] windows_7_2008server msie 1 37 2017-10-18 19:34:39 [] [] [] [] 0 ['2017-10-18 19:52:05','2017-10-18 19:53:26'] 188.16.129.xxx Trident [] http://apollon174.ru/ 7 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6357004026293522119,6357010430013214407,6357013757829844679,6357023678445129415] [] [] 0 640 560 3 0 0 1280 1 6357004026293522119 0 [] 0 [] [] 2017-10-27 21:07:25 300 google_mobile_app asus 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 150912044755308016 1 [] 2 75 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-27 19:07:25 [] [] [] [] 0 [] 188.16.131.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_Z00ED [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/directions/malaya-urologiya/ [] [6007637609969099515] [] [] 0 480 399 1 0 0 480 1 6007637609969099515 0 [] 0 [] [] 2017-10-12 10:55:17 180 google_search alcatel 32 [] [] [] 54 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 320 [] [] 150779491883702132 1 [] 2 19 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 14 2017-10-12 08:55:17 [] [] [] [] 0 [] 5.141.203.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 4009D [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5943340121052422868] [] [] 1 640 559 1 0 0 1280 1 5943340121052422868 0 [] 0 [] [] 2017-10-09 14:47:23 300 google_search samsung 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 1507542480435339097 1 [] 2 0 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-09 12:47:23 [] [] [] [] 0 [] 77.222.106.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S III [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/ [] [6301773002729848951,6301773950131634295] [] [] 0 640 562 2 0 0 1280 1 6301773002729848951 4 [] 0 [] [] 2017-10-25 10:35:56 300 bq 32 [] [] [] 17 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 720 [] [] 1508858658901591956 1 [] 2 3 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-25 08:35:56 [] [] [] [] 0 [] 37.113.165.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Strike [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/procedures/mezoterapiya-korrekciya-lokalnyh-zhirovyh-vector/ [] [5909468986711476059] [] [] 0 1080 900 1 0 0 1080 1 5909468986711476059 0 [] 0 [] [] 2017-10-08 02:53:55 180 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1567&&l10n=ru&bu=uniq1507411896815143992 windows 1920 [] [] 150741324415147625 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-08 00:53:55 [] [] [] [] 0 [] 77.41.88.xxx WebKit [] http://apollon174.ru/procedures/mezoterapiya-korrekciya-lokalnyh-zhirovyh-vector/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5985541414216533869,5985591316139738989,5985597553228646253,5985628918396232417,5985630655570780897,5985631173241217761,5985633598200095457,5985808012363695963,5985817887071274843,5985820815552415579,5985857571688023917,5985859524266566366,5985871749115552478,5985878224626262750,5985895579566744286,5985902201159033566,5985904391544644310,5985905029563032278,5985905958568338142,5985909251014664926] [] [] 0 864 844 17 27 0 864 1 5985541414216533869 0 [] 0 [0,0,0,0,0,0,0,0,0,0,0,0] [] 2017-10-11 11:30:28 300 24 [] [] [] 61 [] [] [24345998,24345998,24345998,24346018,24346018,24345998,24345998,24346110,24346110,24346018,24346110,24345998] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['','','','','','','','','','','',''] [1,2,3,1,2,4,5,1,2,3,3,6] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 1403 Russia [] [] 0 [] [,,,,,,,,,,,] [] windows8_1 chrome 1 37 2017-10-11 09:30:28 [] [] [] [] 0 ['2017-10-11 09:34:02','2017-10-11 09:36:08','2017-10-11 09:36:20','2017-10-11 09:47:25','2017-10-11 09:50:34','2017-10-11 09:50:41','2017-10-11 09:51:28','2017-10-11 09:51:53','2017-10-11 09:52:59','2017-10-11 09:53:24','2017-10-11 09:53:33','2017-10-11 09:53:35'] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=esteticheskaya-kosmetologiya [] [6282729170409104115,6282737806876084083,6282740642718680947,6282741323129955059,6282762492042020725] [] [] 0 640 566 5 0 0 1280 1 6282729170409104115 6 [] 0 [] [] 2017-10-24 14:25:09 300 yandex_mobile_app meizu 32 [] [] [] 7 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/searchapp?uuid=89a32406e0a00f368c9ee8ec7f16b336&clid=2218567&internal_browser_enabled=1&text=лучшие косметологии челябинска цены&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 720 [] [] 1508837137219094441 1 [] 2 127 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-24 12:25:09 [] [] [] [] 0 [] 77.222.117.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 m2 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6322378854220178171,6322381600975495931,6322385130000229115,6322385788644369147,6322397704284021499,6322464959252922488] [] [] 0 1080 974 3 0 0 1080 1 6322378854220178171 0 [] 0 [] [] 2017-10-26 08:26:01 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq1508985629797425002&_bu=1 windows 1920 [] [] 1508899645832814254 2 [] 1 328 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-26 06:26:01 [] [] [] [] 0 [] 91.144.191.xxx WebKit [] http://apollon174.ru/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6340032925540286588,6340039523372892284,6340078928299294841] [] [] 0 480 372 2 0 0 960 1 6340032925540286588 0 [] 0 [] [] 2017-10-27 03:08:26 300 apple 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 46 [] ios_double 640 [] [] 1507745093639882371 1 [] 2 175 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-27 01:08:26 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ [] [5995625671093920512] [] [] 0 900 788 1 26 0 900 1 5995625671093920512 9 [] 0 [] [] 2017-10-11 22:11:36 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507740231944342893 windows 1440 [] [] 1507741893149490032 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 33 2017-10-11 20:11:36 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5878444358135711903] [] [] 0 1080 966 1 27 0 1080 1 5878444358135711903 0 [] 0 [] [] 2017-10-06 18:01:25 120 24 [] [] [] adwords 60 [] [] ethernet [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Warsaw 0 0 [] google_chrome_os 1920 [] [] 1504510784153954300 2 [] 1 16 Poland [] [] 0 [] [] [] google_chrome_os chrome 1 37 2017-10-06 16:01:25 [] [] [] [] 0 [] 193.192.171.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 1920 [] [] [] 36 [] [] 1920 [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/procedures/citologicheskoe-issledovanie/ [] [6302835662500135031,6302842253726458598] [] [] 0 1080 924 1 0 0 1080 1 6302835662500135031 0 [] 0 [] [] 2017-10-25 11:43:29 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq1508911790005384508&_bu=1 windows 1920 [] [] 1503896115306528644 2 [] 1 26 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-25 09:43:29 [] [] [] [] 0 [] 141.101.221.xxx Gecko [] http://apollon174.ru/procedures/citologicheskoe-issledovanie/ 56 0 0 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6199945430539182805] [] [] 1 600 471 1 27 0 600 1 6199945430539182805 9 [] 0 [] [] 2017-10-20 22:41:54 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1580&&l10n=ru&bu=uniq15084891967962212959&_bu=1 windows 1024 [] [] 1508521303577562303 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 35 2017-10-20 20:41:54 [] [] [] [] 0 [] 192.162.42.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/feedbacks/ [] [5869394195689246421,5869403939504129887,5869431740135638879,5869434996633110367,5869439151767816031,5869442530775926623,5869443219074846419,5869445676855987923,5869459717855121297,5869469182396469137,5869487330287685521] [] [] 0 1024 855 11 11 7 0 1 5869394195689246421 0 [] 0 [0] [] 2017-10-06 08:26:01 300 yandex_search 24 [] [] [] 10 [] [] [24346018] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1565&&l10n=ru&bu=uniq1507253885032196412 windows 0 [] [] 14785806441060102130 2 [] 1 356 Russia [] [] 0 [] [] "['{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":1280,""h"":855},""p"":{""w"":1263,""h"":1975},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":1280,""h"":855},""p"":{""w"":1263,""h"":1972},""a"":[],""full"":1}}}']" windows_7_2008server msie 1 26 2017-10-06 06:26:01 [] [] [] [] 0 ['2017-10-06 06:31:57'] 195.69.217.xxx Trident [] http://apollon174.ru/ 6 0 0 1280 [] [] [] 0 [] [] 1263 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6268304428024201339,6268313050326237307] [] [] 0 640 562 1 0 0 1280 1 6268304428024201339 9 [] 0 [] [] 2017-10-23 23:08:03 300 yandex_mobile asus 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 1508782084759988103 1 [] 2 33 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-23 21:08:03 [] [] [] [] 0 [] 37.113.169.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_Z00ED [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6031403264882245755,6031404206842709875,6031410894590443643,6031415855016052595,6031426233639895163,6031439588975706235,6031439769987450739,6031442120002764923] [] [] 0 1024 904 5 0 0 1024 1 6031403264882245755 0 [] 0 [0,0] [] 2017-10-13 12:06:17 300 24 [] [] [] 58 [] [] [24346115,24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['',''] [1,2] 0 Moscow 0 0 [] windows 1280 [] [] 1507878377959161982 2 [] 1 148 Russia [] [] 0 [] [,] [] windows_7_2008server chrome 1 26 2017-10-13 10:06:17 [] [] [] [] 0 ['2017-10-13 10:07:05','2017-10-13 10:08:36'] 195.2.198.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1246 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [6178198618025501434] [] [] 1 640 519 1 0 0 1280 1 6178198618025501434 1 [] 0 [] [] 2017-10-19 23:39:17 180 xiaomi 32 [] [] [] 8 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] android 720 [] [] 1492288607243295188 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow miui 1 11 2017-10-19 21:39:17 [] [] [] [] 0 [] 77.222.116.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 4A [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/hlamidioz/ [] [5805555910321637235] [] [] 0 1080 974 1 0 0 1080 1 5805555910321637235 0 [] 0 [] [] 2017-10-03 12:47:18 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1507015389631326225 windows 1920 [] [] 1507016840219156589 2 [] 1 20 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-03 10:47:18 [] [] [] [] 0 [] 2a02:2698:9024:b961::xxx WebKit [] http://apollon174.ru/directions/venerologiya/hlamidioz/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/doctors/denisenko-vera-ivanovna/ [] [5717419045000052862,5717421036694144865,5717422304737625953,5717423637333278846,5717424956502179966,5717425889718306657,5717428691066683518] [] [] 0 640 1393 7 0 0 640 1 5717419045000052862 0 [] 0 [] [] 2017-09-29 15:23:42 300 yandex_search 32 [] [] [] 61 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1559&&l10n=ru&bu=uniq1506679430833306990 gnu_linux 360 [] [] 1506680624429168155 1 [] 1 37 Russia [] [] 0 [] [] [] linux chrome 1 11 2017-09-29 13:23:42 [] [] [] [] 0 [] 83.169.216.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 980 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6280356276436209361,6280410428760133329] [] [] 0 768 656 2 26 0 768 1 6280356276436209361 9 [] 0 [] [] 2017-10-24 11:54:17 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq1508827056650114806&_bu=1 windows 1366 [] [] 1508828064293384268 2 [] 1 207 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-24 09:54:17 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/ [] [5891322902840615643] [] [] 0 900 752 1 27 0 900 1 5891322902840615643 0 [] 0 [] [] 2017-10-07 07:40:13 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 17 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-07 05:40:13 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-sosudov-shei-uzdg/ [] [5858444378834468989] [] [] 0 1080 971 1 27 0 1080 1 5858444378834468989 0 [] 0 [] [] 2017-10-05 20:49:51 360 yandex_search 24 [] [] [] 55 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1565&&l10n=ru&bu=uniq1507216947346215790 windows 1920 [] [] 1507214915531826077 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-05 18:49:51 [] [] [] [] 0 [] 95.78.144.xxx Gecko [] http://apollon174.ru/directions/uzi/uzi-sosudov-shei-uzdg/ 55 0 1 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ [] [5853779571378758383] [] [] 0 667 559 1 0 0 1334 1 5853779571378758383 0 [] 0 [] [] 2017-10-05 15:53:16 300 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://google.ru/ ios_double 750 [] [] 1507200797722765724 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-05 13:53:16 [] [] [] [] 0 [] 109.191.170.xxx WebKit [] http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5906276298886221518,5906283976027539299,5906285669880177405,5906302495052271499,5906303995356909269] [] [] 0 568 460 5 0 0 1136 1 5906276298886221518 0 [] 0 [] [] 2017-10-07 23:30:56 300 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 50 [] https://google.ru/ ios_double 640 [] [] 1507401056542065704 1 [] 2 105 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-07 21:30:56 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/ 602 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6062154784715310949,6062194840194252924] [] [] 0 1080 974 2 0 0 1080 1 6062154784715310949 0 [] 0 [] [] 2017-10-14 20:41:25 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Kopeysk 0 0 [] https://google.ru/ windows 1920 [] [] 1507995685576443442 2 [] 1 153 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-14 18:41:25 [] [] [] [] 0 [] 194.135.148.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/ [] [6008547072968237798] [] [] 0 667 553 1 0 0 1334 1 6008547072968237798 0 [] 0 [] [] 2017-10-12 11:53:08 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1495365155705871323 1 [] 2 14 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-12 09:53:08 [] [] [] [] 0 [] 149.255.10.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-12 ya_undefined
28261 http://apollon174.ru/directions/ginekologiya/ [] [6156234499049916571] [] [] 0 512 512 1 0 0 1536 1 6156234499049916571 0 [] 0 [] [] 2017-10-19 00:22:50 60 motorola 24 [] [] [] adwords 58 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Page 29557 0 [] android 1080 [] [] 1508354570442060064 1 [] 2 15 United States [] [] 0 [] [] [] android_marshmallow chromemobile 1 14 2017-10-18 22:22:50 [] [] [] [] 0 [] 52.49.127.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Moto G (4) [] [] 2017-10-19 google_adwords
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6190880969228821209] [] [] 1 568 436 1 0 0 1136 1 6190880969228821209 1 [] 0 [] [] 2017-10-20 13:05:36 300 google_search apple 32 [] [] [] 37 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 50 [] https://google.ru/ ios_double 640 [] [] 1506574749884982672 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 googlesearch 1 11 2017-10-20 11:05:36 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 602 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6118113327593038579,6118162154231697294,6118167799418331882,6118184597966037724] [] [] 0 568 460 4 0 0 1136 1 6118113327593038579 0 [] 0 [] [] 2017-10-17 07:59:10 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 12 [] https://yandex.ru/ ios_double 640 [] [] 150820914991093560 1 [] 2 272 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-17 05:59:10 [] [] [] [] 0 [] 83.169.216.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 602 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6305744409917130609] [] [] 1 667 553 1 0 0 1334 1 6305744409917130609 0 [] 0 [] [] 2017-10-25 14:48:25 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] http://apollon174.ru/ ios_double 750 [] [] 15089248891051552385 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-25 12:48:25 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [6187605670812978885,6187608456599703237,6187627097918537854,6187641449524232315,6187643992739942099,6187645556868517776] [] [] 0 768 669 6 23 0 768 1 6187605670812978885 0 [] 0 [0] [] 2017-10-20 09:37:22 300 yandex_search 24 [] [] [] 56 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Beloretsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1579&&l10n=ru&bu=uniq15084072368354605611 windows 1366 [] [] 1508474244818076012 2 [] 1 152 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-20 07:37:22 [] [] [] [] 0 ['2017-10-20 07:39:38'] 31.8.200.xxx Gecko [] http://apollon174.ru/directions/kosmetologiya/ 56 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/procedures/massazh-limfodrenazhnyj/?direction=kosmetologiya&disease=esteticheskaya-kosmetologiya [] [6284567851437400793,6284574402104533717,6284579306584154853] [] [] 0 615 494 2 0 0 615 1 6284567851437400793 0 [] 0 [] [] 2017-10-24 16:22:03 360 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1093 [] [] 1508844121461835869 2 [] 1 44 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-24 14:22:03 [] [] [] [] 0 [] 88.206.97.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ 537 0 1 1093 [] [] [] 36 [] [] 1077 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6331971376127938246,6331979947211230918] [] [] 0 640 516 1 0 0 1280 1 6331971376127938246 9 [] 0 [] [] 2017-10-26 18:35:53 300 yandex_mobile lg_electronics 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 150902495543658542 1 [] 2 33 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-26 16:35:53 [] [] [] [] 0 [] 62.192.42.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 LG-K350 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6028838440350262010] [] [] 0 640 524 1 0 0 1920 1 6028838440350262010 0 [] 0 [] [] 2017-10-13 09:23:13 180 google_mobile_app huawei 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1507875765181792652 1 [] 2 16 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-13 07:23:13 [] [] [] [] 0 [] 176.59.213.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 BLN-L21 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/actions-and-programs/page/2/ [] [5766098227364628333,5766113875327190887,5766129576205618898,5766132333443031773,5766133824320442258,5766138508866750315] [] [] 0 800 692 6 27 0 800 1 5766098227364628333 9 [] 0 [] [] 2017-10-01 18:58:39 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1561&&l10n=ru&bu=uniq1506864017538295907 windows 1280 [] [] 1506863646667745487 2 [] 1 153 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-01 16:58:39 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/ [] [5847656725575106677,5847669906393530485,5847673583934374010,5847678320671195258,5847680021272201087] [] [] 0 1080 877 5 0 0 1080 1 5847656725575106677 0 [] 0 [] [] 2017-10-05 09:24:00 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1507177438488400917 2 [] 1 88 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-05 07:24:00 [] [] [] [] 0 [] 37.113.134.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-moshonki-s-cdk/ 537 0 1 1920 [] [] [] 36 [] [] 1575 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5990771235852650345] [] [] 0 640 512 1 0 0 1280 1 5990771235852650345 0 [] 0 [] [] 2017-10-11 17:02:58 300 google_search wileyfox 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 15077233771007118842 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-11 15:02:58 [] [] [] [] 0 [] 176.226.202.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 Wileyfox Swift [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/procedures/mezoterapiya-lica/ [] [6285748655227930477,6285755680521193325] [] [] 0 1080 949 1 0 0 1080 1 6285748655227930477 0 [] 0 [] [] 2017-10-24 17:37:08 240 yandex_search 24 [] [] [] 62 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq1508846710289423107&_bu=1 windows 1920 [] [] 1508852075559922704 2 [] 1 27 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-24 15:37:08 [] [] [] [] 0 [] 93.170.72.xxx WebKit [] http://apollon174.ru/procedures/mezoterapiya-lica/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6064114598460007128] [] [] 0 534 456 1 0 0 534 1 6064114598460007128 4 [] 0 [] [] 2017-10-14 22:46:01 300 zte 32 [] [] [] adwords 4 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Magnitogorsk 30066 0 [] android 320 [] [] 1508003158166437962 1 [] 2 12 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 12 2017-10-14 20:46:01 [] [] [] [] 0 [] 212.21.22.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 ZTE V815W [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/venerologiya/ [] [6237473561758933725] [] [] 0 568 497 1 0 0 1136 1 6237473561758933725 10 [] 0 [] [] 2017-10-22 14:27:53 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 50 [] https://yandex.ru/ ios_double 640 [] [] 15086644731052268551 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-22 12:27:53 [] [] [] [] 0 [] 31.173.103.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 602 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ [] [5759100843898965905] [] [] 0 768 629 1 27 0 768 1 5759100843898965905 0 [] 0 [] [] 2017-10-01 11:33:46 180 google_search 24 [] [] [] 48 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1506846541121950808 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 opera 1 37 2017-10-01 09:33:46 [] [] [] [] 0 [] 91.235.72.xxx WebKit [] http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ 537 0 1 1366 [] [] [] 36 [] [] 1351 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/procedures/elektroporaciya-bezinekcionnaya-mezoterapiya/ [] [5713190408709474167] [] [] 1 768 576 1 0 0 768 1 5713190408709474167 0 [] 0 [] [] 2017-09-29 10:54:51 300 24 [] [] [] 55 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1366 [] [] 1506602444517226931 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-09-29 08:54:51 [] [] [] [] 0 [] 78.29.12.xxx Gecko [] http://apollon174.ru/procedures/elektroporaciya-bezinekcionnaya-mezoterapiya/ 55 0 1 1366 [] [] [] 0 [] [] 1024 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5854175762487190228,5854178148243996796,5854179745224467156,5854386572338135162,5854387629348095845,5854388839389857637,5854442055540670586,5854443205753578206,5854445741504725114,5854446454601163486] [] [] 0 720 610 10 26 0 720 1 5854175762487190228 0 [] 0 [] [] 2017-10-05 16:18:28 300 24 [] [] [] 48 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/1.4/aHR0cDovL2Fwb2xsb24xNzQucnUKaHR0cDovL3N0YXQuYXBpLjJnaXMucnUKeyJwcm9qIjoxNSwiaXNkIjoiMjAxNzEwMDUiLCJldmVudCI6ImY0YzJjMWI3LWJiM2EtNDVlYS04ZjVjLWY0ZjVkMWNlNzhiNSIsInR5cGUiOjEsInRzIjoxNTA3MjAyMzA2Mzc3LCJhZGQiOnsiaGFzaCI6ImJlY2VmNmYwLTQyYWYtNGM2MC04MDJlLWNjNmE0ODkxZTZhOCIsImJjIjoyLCJicmFuY2giOiIyMTExNTkwNjA4ODI3NTgyIiwib3JnIjoiMjExMTU5OTE5NjcyMTk2MyIsInBhZ2UiOjEsInBvcyI6MSwicnViciI6IjQ1MTkiLCJhZHMiOjAsInR5cyI6MSwicyI6IjEiLCJhZHN0IjoxNTA3MTk5MTAwLCJwbGFjZSI6Mn0sInYiOjIsInByb2QiOjEwLCJrZXkiOiJydXRucHQzMjcyIiwibGFuZyI6InJ1X1JVIiwidXNlcmFnZW50IjoiTW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXT1c2NCkgQXBwbGVXZWJLaXQvNTM3LjM2IChLSFRNTCwgbGlrZSBHZWNrbykgQ2hyb21lLzYxLjAuMzE2My4xMDAgU2FmYXJpLzUzNy4zNiBPUFIvNDguMC4yNjg1LjM1IChFZGl0aW9uIDM2MCkiLCJpcCI6Ijc3LjIyMi45OC4yMTgiLCJrZXlzdGF0dXMiOjEsInVzZXIiOiJlYjVmYWQ1ZS0zOTQ3LTRhYjctODNiMC00MGI1NWE4MjQxMjgiLCJzaWQiOiI5ZWNlMTYyZC1mMjQ5LTQ4Y2YtODE4NC0zNWE3Nzc3N2Y2OWMiLCJzaHYiOiIxNzEwMDUtNjg3MSJ9 windows 1280 [] [] 1507202309814680293 2 [] 1 1032 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-05 14:18:28 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1223 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/responses/ [] [5881856935191381887,5881898697235899099,5881904592247328471,5881912571848822475] [] [] 0 768 655 4 27 0 768 1 5881856935191381887 9 [] 0 [0,0] [] 2017-10-06 21:38:23 300 yandex_search 24 [] [] [] 17 [] [] [24345998,24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1566&&l10n=ru&bu=uniq1507305759384105208 windows 1366 [] [] 1507307907842479918 2 [] 1 212 Russia [] [] 0 [] [,] [] windows_7_2008server yandex_browser 1 37 2017-10-06 19:38:23 [] [] [] [] 0 ['2017-10-06 19:41:02','2017-10-06 19:41:55'] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 537 0 1 1366 [] [] [] 36 [] [] 1258 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-ven-konechnostej-verhnih-ili-nizhnih-uzdg-i-cd/ [] [6258843364956573382,6258857470197760119] [] [] 0 1080 968 2 26 0 1080 1 6258843364956573382 9 [] 0 [] [] 2017-10-23 13:06:32 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1582&&l10n=ru&bu=uniq1508745133635217015&_bu=1 windows 1920 [] [] 1508745995721302124 2 [] 1 69 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-23 11:06:32 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ven-konechnostej-verhnih-ili-nizhnih-uzdg-i-cd/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/procedures/dermatoskopiya/ [] [6190597871146635149,6190602702268408533,6190614090430549705] [] [] 0 667 553 3 0 0 1334 1 6190597871146635149 0 [] 0 [] [] 2017-10-20 12:47:36 300 google_search apple 32 [] [] [] 11 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Kopeysk 30066 38 [] https://google.ru/ ios_double 750 [] [] 1508485650307004748 1 [] 2 62 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-20 10:47:36 [] [] [] [] 0 [] 194.135.148.xxx WebKit [] http://apollon174.ru/procedures/dermatoskopiya/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/ [] [6285514038641690403,6285522802405279524,6285527452257355559] [] [] 0 800 664 1 26 0 800 1 6285514038641690403 7 [] 0 [] [] 2017-10-24 17:22:13 180 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] windows 1280 [] [] 1504847897293177202 2 [] 1 51 Ukraine [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-24 15:22:13 [] [] [] [] 0 [] 80.239.142.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1264 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5922102047018844284,5922108553989193847,5922113519787181949,5922119503286641364,5922120269599867000] [] [] 0 568 497 5 0 0 1136 1 5922102047018844284 9 [] 0 [] [] 2017-10-08 16:17:06 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 46 [] https://yandex.ru/ ios_double 640 [] [] 1487543760138469931 1 [] 2 69 Russia [] [] 0 [] [] [] ios9 yandex_browser 1 11 2017-10-08 14:17:06 [] [] [] [] 0 [] 37.113.156.xxx WebKit [] http://apollon174.ru/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/ [] [5767149334883733206] [] [] 0 640 562 1 0 0 1280 1 5767149334883733206 7 [] 0 [] [] 2017-10-01 20:05:28 180 32 [] [] [] 17 [] [] wi_fi [] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [] [] 0 Chelyabinsk 0 0 [] http://away.vk.com/away.php android 720 [] [] 1506877448206955268 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-01 18:05:28 [] [] [] [] 0 [] 37.113.156.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Storm [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/apparatnaya-kosmetologiya/ [] [5968385470373824355] [] [] 1 768 629 1 23 0 768 1 5968385470373824355 0 [] 0 [] [] 2017-10-10 17:19:43 300 yandex_search 24 [] [] [] 46 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507634273633432653 windows 1366 [] [] 1507638022587780014 2 [] 1 0 Russia [] [] 0 [] [] [] windows8_1 opera 1 37 2017-10-10 15:19:43 [] [] [] [] 0 [] 77.222.127.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/apparatnaya-kosmetologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1351 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6096764978285514446] [] [] 0 640 559 1 0 0 1280 1 6096764978285514446 0 [] 0 [] [] 2017-10-16 09:21:52 300 google_search samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1507379447335190460 1 [] 2 16 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-16 07:21:52 [] [] [] [] 0 [] 213.87.249.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy S3 Neo [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6225139175948034778] [] [] 0 640 512 1 0 0 1920 1 6225139175948034778 4 [] 0 [] [] 2017-10-22 01:23:41 360 yandex_mobile samsung 32 [] [] [] 5 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.kz 0 [] [] [] 0 Kostanai 0 0 [] https://yandex.kz/ android 1080 [] [] 1508617425372071484 1 [] 2 15 Kazakhstan [] [] 0 [] [] [] android_nougat samsung_internet 1 11 2017-10-21 23:23:41 [] [] [] [] 0 [] 178.90.253.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S7 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/ [] [6219831115769712327] [] [] 0 640 560 1 0 0 1280 1 6219831115769712327 0 [] 0 [] [] 2017-10-21 19:46:12 300 yandex_mobile asus 32 [] [] [] 50 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1508597384468481138 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-21 17:46:12 [] [] [] [] 0 [] 176.59.203.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/ 537 0 1 360 [] [] [] 36 [] [] 360 ZB500KL [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5969329318426840970] [] [] 0 768 610 1 0 0 768 1 5969329318426840970 0 [] 0 [] [] 2017-10-10 18:19:44 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507635757411378969 windows 1366 [] [] 1507641594920639254 2 [] 1 23 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-10 16:19:44 [] [] [] [] 0 [] 37.113.160.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1323 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5857811139765473168] [] [] 1 640 511 1 0 0 960 1 5857811139765473168 0 [] 0 [] [] 2017-10-05 20:09:36 300 google_search sony 32 [] [] [] adwords 59 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 540 [] [] 1507216160261740795 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-05 18:09:36 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 D2403 [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6306936167294044019,6306942992481526516] [] [] 0 640 524 1 0 0 1920 1 6306936167294044019 0 [] 0 [] [] 2017-10-25 16:04:12 300 google_search huawei 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 1080 [] [] 1508929450473263464 1 [] 2 26 Russia [] [] 1 [] [] [] android_nougat chromemobile 1 11 2017-10-25 14:04:12 [] [] [] [] 0 [] 176.59.212.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 HUAWEI VNS-L21 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/uzi/uzi-semyavynosyashih-protokov/ [] [6217986669760226020] [] [] 0 1024 784 1 0 0 1024 1 6217986669760226020 0 [] 0 [] [] 2017-10-21 17:48:56 180 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Moscow 0 0 [] https://google.ru/ windows 1280 [] [] 1508590134305766150 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-21 15:48:56 [] [] [] [] 0 [] 195.98.173.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-semyavynosyashih-protokov/ 537 0 1 1280 [] [] [] 36 [] [] 1032 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6008927152584527760] [] [] 0 667 553 1 0 0 1334 1 6008927152584527760 0 [] 0 [] [] 2017-10-12 12:17:17 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 750 [] [] 1507792635705208410 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-12 10:17:17 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/uzi/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/contacts/ [] [6208813434551142257,6208842074475471574,6208863250723377036] [] [] 0 615 469 3 0 0 615 1 6208813434551142257 0 [] 0 [0] [] 2017-10-21 08:05:43 300 yandex_search 24 [] [] [] 61 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1580&&l10n=ru&bu=uniq1508550570369181832&_bu=1 windows 1093 [] [] 1508555142676337819 2 [] 1 206 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-21 06:05:43 [] [] [] [] 0 ['2017-10-21 06:08:53'] 37.113.188.xxx WebKit [] http://apollon174.ru/articles/about/ 537 0 1 1093 [] [] [] 36 [] [] 1077 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [5987547385639478014] [] [] 0 736 622 1 0 0 2208 1 5987547385639478014 0 [] 0 [] [] 2017-10-11 13:38:00 300 google_search apple 32 [] [] [] 11 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 1242 [] [] 1507711083208728797 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-11 11:38:00 [] [] [] [] 0 [] 5.79.219.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 604 0 1 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/papillomy/ [] [6155333958858968788,6155335075277573844,6155335392881544916,6155337312620252884,6155339970916650708,6155342112528535252,6155355324400275156] [] [] 0 1080 959 7 0 0 1080 1 6155333958858968788 0 [] 0 [] [] 2017-10-18 23:25:35 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/1.4/aHR0cDovL2Fwb2xsb24xNzQucnUKaHR0cDovL3N0YXQuYXBpLjJnaXMucnUKeyJwcm9qIjoxNSwiaXNkIjoiMjAxNzEwMTkiLCJldmVudCI6Ijc4MDFjOTllLTk0OTItNDFmZC05ZTdhLTNmMmQyNWE3MzAzNSIsInR5cGUiOjEsInRzIjoxNTA4MzUxMTI3OTkwLCJhZGQiOnsiaGFzaCI6IjA4YzU0ODQ3LTZjNjUtNDdjNi1iYWUwLWJlYzFlMDkzNmMwNiIsImJjIjoyLCJicmFuY2giOiIyMTExNTkwNjA4ODI3NTgyIiwib3JnIjoiMjExMTU5OTE5NjcyMTk2MyIsInJ1YnIiOiI2NTIiLCJhZHMiOjAsInR5cyI6MSwicyI6IjIiLCJhZHN0IjoxNTA4MzQ3NTAwLCJwbGFjZSI6Mn0sInYiOjIsInByb2QiOjEwLCJrZXkiOiJydXRucHQzMjcyIiwibGFuZyI6InJ1X1JVIiwidXNlcmFnZW50IjoiTW96aWxsYS81LjAgKFdpbmRvd3MgTlQgNi4xOyBXaW42NDsgeDY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNjEuMC4zMTYzLjEwMCBTYWZhcmkvNTM3LjM2IiwiaXAiOiI3Ny4yMjIuMTEyLjEzOCIsImtleXN0YXR1cyI6MSwidXNlciI6IjdkMTgwNWZlLWQwODItNDZjMS1iOTY3LTM3YzgwMzYzNzM4OCIsInNpZCI6Ijc4N2Y1Nzk4LWQ4MGItNDY1ZC04YTYyLWMxODIzNzlhMGYwZSIsInNodiI6IjE3MTAxOC03MjEwIn0= windows 1920 [] [] 1508351130740587586 2 [] 1 82 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-18 21:25:35 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6125266172519647075,6125268466545459320,6125269217541099205,6125272220401143501,6125272995729246069] [] [] 0 667 553 5 0 0 1334 1 6125266172519647075 0 [] 0 [] [] 2017-10-17 15:33:56 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 38 [] http://apollon174.ru/directions/uzi/ ios_double 750 [] [] 1507992202943396942 1 [] 2 26 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-17 13:33:56 [] [] [] [] 0 [] 176.59.202.xxx WebKit [] http://apollon174.ru/doctors/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6283197563486085874,6283212962953437938] [] [] 0 667 559 1 0 0 1334 1 6283197563486085874 0 [] 0 [] [] 2017-10-24 14:54:56 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.com 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://google.com/ ios_double 750 [] [] 1508838866739299528 1 [] 2 59 Russia [] [] 1 [] [] [] ios10 safari_mobile 1 11 2017-10-24 12:54:56 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 603 0 0 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ugri-ugrevaya-bolezn-akne/ [] [5779991294292002683] [] [] 0 1024 893 1 0 0 1024 1 5779991294292002683 0 [] 0 [] [] 2017-10-02 09:41:56 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1561&&l10n=ru&bu=uniq1506916842037184378 windows 1280 [] [] 1506919316257905473 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-02 07:41:56 [] [] [] [] 0 [] 188.16.128.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ugri-ugrevaya-bolezn-akne/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/procedures/magnitoterapiya-nakozhnaya-na-apparate-intramag/ [] [5878198869304282827] [] [] 1 768 638 1 0 0 768 1 5878198869304282827 0 [] 0 [] [] 2017-10-06 17:45:49 300 yandex_search 24 [] [] [] 58 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1566&&l10n=ru&bu=uniq1507291768994486967 windows 1366 [] [] 1507293948768671201 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-06 15:45:49 [] [] [] [] 0 [] 77.222.106.xxx WebKit [] http://apollon174.ru/procedures/magnitoterapiya-nakozhnaya-na-apparate-intramag/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6177021548648730314] [] [] 0 568 497 1 0 0 1136 1 6177021548648730314 7 [] 0 [] [] 2017-10-19 22:24:27 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 50 [] https://yandex.ru/ ios_double 640 [] [] 1508433867917410283 1 [] 2 17 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-19 20:24:27 [] [] [] [] 0 [] 176.59.200.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 602 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6307546346598179550,6307552887673201374,6307607592282097505] [] [] 0 768 660 1 27 0 768 1 6307546346598179550 9 [] 0 [] [] 2017-10-25 16:42:59 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq15089254547511518359&_bu=1 windows 1366 [] [] 1508931782205246784 2 [] 1 234 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-25 14:42:59 [] [] [] [] 0 [] 37.113.163.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/adaptaciya/ [] [5943818469874868950] [] [] 1 667 559 1 0 0 2002 1 5943818469874868950 0 [] 0 [] [] 2017-10-09 15:17:48 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] http://apollon174.ru/ ios_double 1126 [] [] 15075442681014957802 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-09 13:17:48 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/adaptaciya/ 603 0 0 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6029735938437156753,6029839048479084425,6029843641321390205,6029851199286551266] [] [] 0 1024 903 4 0 0 1024 1 6029735938437156753 0 [] 0 [] [] 2017-10-13 10:20:17 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] https://google.ru/ windows 1280 [] [] 1507872017959729604 2 [] 1 439 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-13 08:20:17 [] [] [] [] 0 [] 79.134.4.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/contacts/ [] [5781018724016852878,5781074549741981387,5781097372567211724,5781098625837572845,5781108223218290380,5781138191210516172,5781154397412393081] [] [] 0 1080 925 7 0 0 1080 1 5781018724016852878 0 [] 0 [0,0,0] [] 2017-10-02 10:47:16 300 yandex_search 24 [] [] [] 61 [] [] [24346115,24346110,24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['','',''] [1,1,2] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1561&&l10n=ru&bu=uniq1506922198579133808 windows 1920 [] [] 1506923143718243312 2 [] 1 517 Russia [] [] 0 [] [,,] [] windows8_1 chrome 1 37 2017-10-02 08:47:16 [] [] [] [] 0 ['2017-10-02 08:50:49','2017-10-02 08:52:57','2017-10-02 08:55:53'] 31.173.101.xxx WebKit [] http://apollon174.ru/procedures/kriomassazh-v-chelyabinske/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5784290169780437118] [] [] 1 640 513 1 0 0 1920 1 5784290169780437118 7 [] 0 [] [] 2017-10-02 14:15:15 240 yandex_search lg_electronics 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 15069352951012934180 1 [] 2 0 Russia [] [] 0 [] [] [] android_kitkat yandex_browser 1 11 2017-10-02 12:15:15 [] [] [] [] 0 [] 31.162.204.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 360 [] [] [] 36 [] [] 360 G2 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/ [] [5916910824885063566] [] [] 0 1024 1340 1 0 0 1024 1 5916910824885063566 0 [] 0 [] [] 2017-10-08 10:47:03 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-08 08:47:03 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6006390387242436469] [] [] 0 534 452 1 0 0 802 1 6006390387242436469 0 [] 0 [] [] 2017-10-12 09:36:00 360 google_mobile_app samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 480 [] [] 1507779441770341191 1 [] 2 17 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-12 07:36:00 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/appointment/ [] [6191137646432232162,6191164090121200354] [] [] 0 1024 912 2 27 0 1024 1 6191137646432232162 9 [] 0 [0] [] 2017-10-20 13:21:55 300 24 [] [] [] 17 [] [] [24345998] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 150848771681801075 2 [] 1 101 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-10-20 11:21:55 [] [] [] [] 0 ['2017-10-20 11:23:36'] 87.249.208.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/procedures/kolposkopiya-rasshirennaya-cifrovaya/ [] [6331199222348513405,6331206068670824573] [] [] 0 1024 910 1 27 0 1024 1 6331199222348513405 9 [] 0 [] [] 2017-10-26 17:46:48 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1579&&l10n=ru&bu=uniq150841240558583152 windows 1280 [] [] 1508207571535126954 2 [] 1 26 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-10-26 15:46:48 [] [] [] [] 0 [] 212.57.180.xxx WebKit [] http://apollon174.ru/procedures/kolposkopiya-rasshirennaya-cifrovaya/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/ [] [5962024445027033815,5962026957677798103,5962107697319382921,5962109228512710537,5962121705298593657,5962123868459239279,5962145512093131502,5962148117501448079,5962159563331871456,5962160740221330157,5962168137102917757,5962180335130911456,5962230361570414481] [] [] 0 667 553 9 0 0 1334 1 5962024445027033815 0 [] 0 [0] [] 2017-10-10 10:35:18 300 apple 32 [] [] [] 11 [] [] [24346110] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 30066 38 [] http://apollon174.ru/articles/services/ ios_double 750 [] [] 1507566893162237073 1 [] 2 785 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-10 08:35:18 [] [] [] [] 0 ['2017-10-10 08:45:13'] 176.226.146.xxx WebKit [] http://apollon174.ru/doctors/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/appointment/ [] [6278192998167880418] [] [] 0 640 559 1 0 0 1280 1 6278192998167880418 0 [] 0 [0] [] 2017-10-24 09:36:45 180 zte 32 [] [] [] adwords 51 [] [] cellular [24345998] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [''] [1] 0 0 0 [] android 720 [] [] 15088269481041774510 1 [] 2 16 Russia [] [] 1 [] [] [] android_kitkat chromemobile 1 11 2017-10-24 07:36:45 [] [] [] [] 0 ['2017-10-24 07:36:45'] 176.59.207.xxx WebKit [] http://apollon174.ru/appointment/ 537 0 1 360 [] [] [] 36 [] [] 360 ZTE Blade L3 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [6002811043976578919] [] [] 0 360 559 1 0 0 720 1 6002811043976578919 0 [] 0 [] [] 2017-10-12 05:48:25 300 google_search samsung 32 [] [] [] adwords 40 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1280 [] [] 1507769336660030560 1 [] 2 16 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 37 2017-10-12 03:48:25 [] [] [] [] 0 [] 176.59.206.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 640 [] [] [] 36 [] [] 360 Galaxy S3 Neo [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6124550665607841635] [] [] 0 740 660 1 0 0 2220 1 6124550665607841635 0 [] 0 [] [] 2017-10-17 14:48:26 300 yandex_mobile samsung 32 [] [] [] 61 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 15082336821054526533 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 10 2017-10-17 12:48:26 [] [] [] [] 0 [] 176.59.197.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 360 [] [] [] 36 [] [] 360 SM-G950F [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [6010798489636177767] [] [] 0 900 771 1 11 6 900 1 6010798489636177767 0 [] 0 [] [] 2017-10-12 14:16:16 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] rapirasoft.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://rapirasoft.ru/folio/web-development windows 1440 [] [] 1507799587741083100 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp firefox 1 33 2017-10-12 12:16:16 [] [] [] [] 0 [] 95.78.165.xxx Gecko [] http://apollon174.ru/ 52 0 1 1440 [] [] [] 0 [] [] 1423 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ [] [5982602310569435877] [] [] 0 570 488 1 0 0 856 1 5982602310569435877 0 [] 0 [] [] 2017-10-11 08:23:36 360 zte 32 [] [] [] 58 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 480 [] [] 1507688563140322152 1 [] 2 15 Russia [] [] 0 [] [] [] android_jelly_bean42 chromemobile 1 11 2017-10-11 06:23:36 [] [] [] [] 0 [] 88.206.54.xxx WebKit [] http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ 537 0 1 320 [] [] [] 36 [] [] 320 ZTE Blade L2 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [6155541803798105997] [] [] 0 667 553 1 0 0 1334 1 6155541803798105997 0 [] 0 [] [] 2017-10-18 23:38:48 300 yandex_search apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1508312442532620688 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-18 21:38:48 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/contacts/#map [] [6143893547678180065,6143894764473028312,6143957969609952969] [] [] 0 768 636 3 17 0 768 1 6143893547678180065 0 [] 0 [] [] 2017-10-18 11:18:13 300 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;yandsearch;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508304297938260062 windows 1024 [] [] 1508307492169006967 2 [] 1 246 Russia [] [] 0 [] [] [] windows_xp firefox 1 28 2017-10-18 09:18:13 [] [] [] [] 0 [] 95.78.176.xxx Gecko [] http://apollon174.ru/ 52 0 1 1024 [] [] [] 0 [] [] 1010 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6149901211101831891,6149903287048217299,6149924412828951296,6149938397725853553,6149947250655896314,6150174271446716305] [] [] 0 640 512 5 0 0 1280 1 6149901211101831891 0 [] 0 [] [] 2017-10-18 17:40:11 300 google_search sony 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1508330412917099136 1 [] 2 1041 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-18 15:40:11 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Xperia Z3 Compact [] [] 2017-10-18 ya_undefined
28261 http://apollon174.ru/ [] [5868000189806282533] [] [] 1 768 1879 1 11 2 768 1 5868000189806282533 0 [] 0 [] [] 2017-10-06 06:57:24 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATNzCppgnI6h4EKe0WqDC2ci2B9nUMmVtNRmLeougVeOLhviYumrf54FHZ0bXMAN9hIkNpMASUmhJMvCwUsD7fOpaPAdUSgoHxWkaCkDo6VZvwJnYTIkkeDlSiI windows 1366 [] [] 1507255043231811598 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-06 04:57:24 [] [] [] [] 0 [] 2a03:2880:1110:5fc0::xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1025 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [5715640519838147290,5715641728609026170,5715654792602976373,5715850173452919529,5715853389955080937,5715912117642076905,5715915389444563689] [] [] 0 1080 960 6 0 0 1080 1 5715640519838147290 0 [] 0 [0,0] [] 2017-09-29 13:30:38 300 google_search 24 [] [] [] 54 [] [] [24346110,24346018] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 30066 0 [] https://google.ru/ gnu_linux 1920 [] [] 1505897276504537962 2 [] 1 1048 Russia [] [] 0 [] [,] "['{""__ym"":{""ads"":{""w"":{""t"":570,""l"":0,""w"":1920,""h"":960},""p"":{""w"":1905,""h"":4046},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":342,""l"":0,""w"":1920,""h"":960},""p"":{""w"":1905,""h"":4046},""a"":[],""full"":1}}}']" ubuntu firefox 1 37 2017-09-29 11:30:38 [] [] [] [] 0 ['2017-09-29 11:30:42','2017-09-29 11:44:10'] 37.113.131.xxx Gecko [] http://apollon174.ru/ 54 0 0 1920 [] [] [] 0 [] [] 1905 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/procedures/mezoterapiya-dmae-25-ml/ [] [6084020270663470994] [] [] 0 568 460 1 0 0 1136 1 6084020270663470994 0 [] 0 [] [] 2017-10-15 19:51:35 180 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Moscow 30066 30 [] https://google.ru/ ios_double 640 [] [] 1508079095756675283 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-15 17:51:35 [] [] [] [] 0 [] 213.87.162.xxx WebKit [] http://apollon174.ru/procedures/mezoterapiya-dmae-25-ml/ 603 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/ [] [5713787641510496097] [] [] 0 640 514 1 0 0 1280 1 5713787641510496097 0 [] 0 [] [] 2017-09-29 11:32:50 780 samsung 32 [] [] [] 43 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Yuzhno-Sakhalinsk 30066 0 [] android 720 [] [] 15011034731062422512 1 [] 2 14 Russia [] [] 0 [] [] [] android_kitkat opera_mobile 1 11 2017-09-29 09:32:50 [] [] [] [] 0 [] 89.188.252.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy S III [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5961518502597894883] [] [] 0 768 662 1 0 0 768 1 5961518502597894883 0 [] 0 [] [] 2017-10-10 10:03:08 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1569&&l10n=ru&bu=uniq150760958690269085 windows 1366 [] [] 1507213388429047583 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-10 08:03:08 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/ [] [6305493329651435353,6305500237083182937,6305505217001555801,6305506464449431385,6305508361262597977,6305527301853679306] [] [] 0 570 440 4 0 0 856 1 6305493329651435353 0 [] 0 [0] [] 2017-10-25 14:32:28 300 google_mobile_app htc 32 [] [] [] 61 [] [] wi_fi [24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] android-app 0 [] [''] [1] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 480 [] [] 1508749789763740299 1 [] 2 128 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-25 12:32:28 [] [] [] [] 0 ['2017-10-25 12:33:18'] 87.249.196.xxx WebKit [] http://apollon174.ru/ 537 0 0 320 [] [] [] 36 [] [] 320 HTC Desire 326G dual sim [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [5963765952655925975,5963767091117433559] [] [] 0 700 575 2 27 0 700 1 5963765952655925975 9 [] 0 [] [] 2017-10-10 12:26:01 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1120 [] [] 150762035954489296 2 [] 1 5 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-10 10:26:01 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/ 537 0 1 1120 [] [] [] 36 [] [] 1103 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/procedures/abort-medikamentoznyj-do-6-nedel-beremennosti-miro/?direction=ginekologiya [] [5942395931082884965,5942398510103529305,5942410208178867927,5942416757911724783] [] [] 0 568 460 3 0 0 1136 1 5942395931082884965 0 [] 0 [] [] 2017-10-09 13:47:21 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 8 [] https://yandex.ru/ ios_double 640 [] [] 1507538841110829995 1 [] 2 79 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-09 11:47:21 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5710774622205513423] [] [] 1 1024 649 1 0 0 2048 1 5710774622205513423 0 [] 0 [] [] 2017-09-29 08:21:16 300 apple 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 46 [] http://apollon174.ru/responses/page/4/ ios_double 1536 [] [] 1494487377928684704 2 [] 3 0 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 15 2017-09-29 06:21:16 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 601 0 0 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6192269143433807733] [] [] 0 800 480 1 0 0 0 1 6192269143433807733 0 [] 0 [] [] 2017-10-20 14:33:52 300 nokia 16 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 30066 0 [] windows 0 [] [] 1508492038486544695 1 [] 2 16 Russia [] [] 0 [] [] [] windows_phone_7_5 iemobile 1 12 2017-10-20 12:33:52 [] [] [] [] 0 [] 217.118.83.xxx Trident [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 5 0 1 480 [] [] [] 0 [] [] 320 Lumia 800 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6096084140546592649] [] [] 0 568 497 1 0 0 1136 1 6096084140546592649 9 [] 0 [] [] 2017-10-16 08:38:35 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 30 [] https://yandex.ru/ ios_double 640 [] [] 1508125113127993372 1 [] 2 13 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-16 06:38:35 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 603 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6328028274383135451,6328155966385686371,6328160403268568931] [] [] 0 640 559 2 0 0 960 1 6328028274383135451 0 [] 0 [] [] 2017-10-26 14:25:12 180 huawei 32 [] [] [] 57 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Stariy Oskol 0 0 [] android 540 [] [] 1509009912783862233 1 [] 2 504 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-26 12:25:12 [] [] [] [] 0 [] 128.140.194.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 360 [] [] [] 36 [] [] 360 HUAWEI G6-U10 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6124186800040714986] [] [] 0 568 460 1 0 0 1136 1 6124186800040714986 0 [] 0 [] [] 2017-10-17 14:25:18 300 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 4 [] https://google.ru/ ios_double 640 [] [] 1508232318769806268 1 [] 2 16 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-17 12:25:18 [] [] [] [] 0 [] 176.59.215.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 603 0 1 320 [] [] [] 2 [] [] 320 iPhone [] [] 2017-10-17 ya_undefined
28261 http://apollon174.ru/procedures/uhod-za-kozhej-lica-vip-kompleksnaya-programma/ [] [5939899543838008049] [] [] 1 640 519 1 0 0 1280 1 5939899543838008049 1 [] 0 [] [] 2017-10-09 11:08:38 180 xiaomi 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 29557 0 [] android 720 [] [] 1507536437868549382 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow miui 1 11 2017-10-09 09:08:38 [] [] [] [] 0 [] 176.59.197.xxx WebKit [] http://apollon174.ru/procedures/uhod-za-kozhej-lica-vip-kompleksnaya-programma/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 3S [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5718040563865887446] [] [] 0 864 826 1 27 0 864 1 5718040563865887446 0 [] 0 [] [] 2017-09-29 16:03:13 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/ windows 1536 [] [] 1467192114796125666 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-09-29 14:03:13 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 1536 [] [] [] 36 [] [] 1673 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5875545846403829648] [] [] 1 568 454 1 0 0 1136 1 5875545846403829648 0 [] 0 [] [] 2017-10-06 14:57:08 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 640 [] [] 1507283828740666876 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-06 12:57:08 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5937388244642300026] [] [] 0 640 562 1 0 0 1280 1 5937388244642300026 6 [] 0 [] [] 2017-10-09 08:28:58 300 yandex_mobile samsung 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1507519702229156168 1 [] 2 11 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-09 06:28:58 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J5 Prime [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5969391926479161191] [] [] 0 732 604 1 0 0 1922 1 5969391926479161191 0 [] 0 [] [] 2017-10-10 18:23:43 300 google_search google 32 [] [] [] adwords 55 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 1082 [] [] 1507641824823741495 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-10 16:23:43 [] [] [] [] 0 [] 37.113.188.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 412 [] [] [] 36 [] [] 412 Nexus 5X [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6314162130672943230,6314172410916503678] [] [] 0 534 452 1 0 0 802 1 6314162130672943230 0 [] 0 [] [] 2017-10-25 23:43:37 360 yandex_mobile samsung 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 480 [] [] 1508953360119203423 1 [] 2 39 Russia [] [] 0 [] [] [] android_jelly_bean41 chromemobile 1 12 2017-10-25 21:43:37 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy S III mini [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6328951581059850973,6328959456381772509] [] [] 0 640 560 1 0 0 1280 1 6328951581059850973 0 [] 0 [] [] 2017-10-26 15:23:54 300 google_search samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 150901572517858623 1 [] 2 30 Russia [] [] 1 [] [] [] android_nougat chromemobile 1 11 2017-10-26 13:23:54 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/news/2017/04/04/konsultaciya-kosmetologa-besplatno/ [] [5827808513857692404,5827811520700228348] [] [] 0 640 568 2 0 0 2560 1 5827808513857692404 0 [] 0 [] [] 2017-10-04 12:22:05 300 yandex_mobile 24 [] [] [] 52 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/msearch?text=аполлон челябинск &clid=2186727&lr=213&suggest_reqid=52228733936597969918375636022339 android 1440 [] [] 1498028178766639314 1 [] 2 11 Russia [] [] 0 [] [] [] android_marshmallow firefox_mobile 1 11 2017-10-04 10:22:05 [] [] [] [] 0 [] 94.51.70.xxx Gecko [] http://apollon174.ru/ 52 0 0 360 [] [] [] 0 [] [] 360 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [6217697345985054553,6217724660461609683,6217730056659404633] [] [] 0 600 467 3 0 0 600 1 6217697345985054553 0 [] 0 [] [] 2017-10-21 17:30:33 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1581&&l10n=ru&bu=uniq15085780411301331259&_bu=1 windows 1067 [] [] 1508589038191301853 2 [] 1 124 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-21 15:30:33 [] [] [] [] 0 [] 92.43.185.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1067 [] [] [] 36 [] [] 1051 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5989309610667811581] [] [] 1 640 555 1 0 0 640 1 5989309610667811581 1 [] 0 [] [] 2017-10-11 15:30:02 300 google_search bq 32 [] [] [] adwords 5 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 0 [] https://google.ru/ android 360 [] [] 1507717801619090491 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 11 2017-10-11 13:30:02 [] [] [] [] 0 [] 176.59.215.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 BQS_5505 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [5929947380043745440] [] [] 0 534 452 1 0 0 534 1 5929947380043745440 4 [] 0 [] [] 2017-10-09 00:35:54 300 yandex_mobile samsung 32 [] [] [] 4 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/ android 320 [] [] 15074913541040900375 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 12 2017-10-08 22:35:54 [] [] [] [] 0 [] 31.207.220.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy Core Prime [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6147207832088874707,6147209209664766076,6147222225297604732] [] [] 0 1024 876 3 22 0 1024 1 6147207832088874707 0 [] 0 [] [] 2017-10-18 14:48:56 360 24 [] [] [] 51 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1280 [] [] 1508316536974459209 2 [] 1 55 Russia [] [] 0 [] [] [] windows_xp firefox 1 26 2017-10-18 12:48:56 [] [] [] [] 0 [] 195.95.252.xxx Gecko [] http://apollon174.ru/ 51 0 1 1280 [] [] [] 0 [] [] 1045 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5963384808583464813,5963386621271476059,5963396282881410907,5963400555182425965] [] [] 0 534 452 3 0 0 802 1 5963384808583464813 0 [] 0 [0] [] 2017-10-10 12:01:47 300 google_search samsung 32 [] [] [] 61 [] [] wi_fi [24345998] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] http://google.ru/ android 480 [] [] 1507618905878978387 1 [] 2 74 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-10 10:01:47 [] [] [] [] 0 ['2017-10-10 10:01:54'] 5.141.216.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6120885378154242787] [] [] 1 768 656 1 27 0 768 1 6120885378154242787 9 [] 0 [] [] 2017-10-17 10:55:24 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1576&&l10n=ru&bu=uniq1508218911134101683 windows 1366 [] [] 1508219725280624459 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-17 08:55:24 [] [] [] [] 0 [] 92.255.247.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6314935647357372283,6314940003939518331,6314943169421903739,6314946277730944891] [] [] 0 768 656 3 27 0 768 1 6314935647357372283 9 [] 0 [] [] 2017-10-26 00:32:47 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq15089485164631500264&_bu=1 windows 1366 [] [] 1508959966806577908 2 [] 1 44 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-25 22:32:47 [] [] [] [] 0 [] 5.206.64.xxx WebKit [] http://apollon174.ru/procedures/aspiracionnaya-biopsiya-endometriya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6011293875317777118,6011297577340773086] [] [] 0 1080 949 2 0 0 1080 1 6011293875317777118 0 [] 0 [] [] 2017-10-12 14:47:46 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1920 [] [] 1505306912663840230 2 [] 1 14 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-12 12:47:46 [] [] [] [] 0 [] 5.79.192.xxx WebKit [] http://apollon174.ru/doctors/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/appointment/ [] [6150739409459742591] [] [] 0 640 560 1 0 0 1280 1 6150739409459742591 0 [] 0 [0] [] 2017-10-18 18:33:28 120 xiaomi 32 [] [] [] 61 [] [] wi_fi [24345998] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] http://apollon174.ru/contacts/ android 720 [] [] 1508233656129516303 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-18 16:33:28 [] [] [] [] 0 ['2017-10-18 16:33:28'] 188.16.128.xxx WebKit [] http://apollon174.ru/appointment/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 4A [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/ [] [5715967152571556605,5715967494001795837] [] [] 0 864 826 1 27 0 864 1 5715967152571556605 0 [] 0 [] [] 2017-09-29 13:51:24 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 16 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-09-29 11:51:24 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1673 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/procedures/karboksiterapiya-neinvazivnaya-sos-procedura-beaut/ [] [5825881135208473305] [] [] 0 1024 519 1 0 0 1024 1 5825881135208473305 0 [] 0 [] [] 2017-10-04 10:19:32 240 yandex_mobile apple 32 [] [] [] 7 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 1 [] http://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2Fpad%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq15070932033636699 ios_double 768 [] [] 1507098464621735916 2 [] 3 16 Russia [] [] 0 [] [] [] ios7 safari_mobile 1 15 2017-10-04 08:19:32 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/procedures/karboksiterapiya-neinvazivnaya-sos-procedura-beaut/ 537 0 1 768 [] [] [] 51 [] [] 768 iPad [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/procedures/karboksiterapiya-neinvazivnaya-sos-procedura-beaut/ [] [5959935440654967515] [] [] 0 740 664 1 0 0 2220 1 5959935440654967515 45 [] 0 [] [] 2017-10-10 08:22:29 420 yandex_mobile_app samsung 32 [] [] [] 6 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/searchapp?uuid=9be694f20bbf38f467da37e19c40d1cf&clid=2207453&internal_browser_enabled=1&text=карбокситерапия в челябинске цена &serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 1080 [] [] 1507598518412097746 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat yandexsearch 1 10 2017-10-10 06:22:29 [] [] [] [] 0 [] 94.50.29.xxx WebKit [] http://apollon174.ru/procedures/karboksiterapiya-neinvazivnaya-sos-procedura-beaut/ 537 0 1 360 [] [] [] 36 [] [] 360 SM-G950F [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ [] [5986713343591448698,5986727443766706295,5986733609151898367,5986739580129780443,5986751212718395096,5986760338411359960,5986760897311018712,5986762144645123800,5986763472811593432] [] [] 0 900 791 9 0 0 900 1 5986713343591448698 0 [] 0 [0,0] [] 2017-10-11 12:44:59 360 24 [] [] [] 56 [] [] [24346110,24346110] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['',''] [1,2] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1507704301816497552 2 [] 1 206 Russia [] [] 0 [] [,] [] windows_7_2008server firefox 1 37 2017-10-11 10:44:59 [] [] [] [] 0 ['2017-10-11 10:46:39','2017-10-11 10:47:58'] 95.78.174.xxx Gecko [] http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ 56 0 1 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6089865563858536285] [] [] 1 534 194 1 0 0 802 1 6089865563858536285 0 [] 0 [] [] 2017-10-16 02:03:13 180 google_search 32 [] [] [] adwords 56 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 1508108610142207766 2 [] 2 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 12 2017-10-16 00:03:13 [] [] [] [] 0 [] 176.59.197.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 320 [] [] [] 36 [] [] 320 BQru-4072 [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6302950131291916129,6302956103342753631] [] [] 0 900 788 1 24 0 900 1 6302950131291916129 9 [] 0 [] [] 2017-10-25 11:50:46 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq1508911879225426261&_bu=1 windows 1600 [] [] 1508914251221250990 2 [] 1 23 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-25 09:50:46 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5826940575277121659,5827048472737480827] [] [] 0 570 492 2 0 0 856 1 5826940575277121659 60 [] 0 [] [] 2017-10-04 11:26:54 180 yandex_mobile_app lenovo 32 [] [] [] 6 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=046cf9e6ab0b4e9e62270a33680f8d3c&clid=2218567&internal_browser_enabled=1&text=хламидиоз лечения в челябинске&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 480 [] [] 1507105539463667802 1 [] 2 411 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-04 09:26:54 [] [] [] [] 0 [] 176.59.214.xxx WebKit [] http://apollon174.ru/directions/venerologiya/hlamidioz/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A2010-a [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/ [] [6036514306923167870,6036516582667583612,6036536105292529788,6036575858223751910,6036757295277543313,6036762375020089233,6036793454012399734,6037167007374774157] [] [] 0 640 0 8 0 0 1920 1 6036514306923167870 0 [] 0 [] [] 2017-10-13 17:31:14 300 yandex_mobile huawei 32 [] [] [] 43 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1507641240750223740 0 [] 2 2505 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-13 15:31:14 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 0 360 [] [] [] 36 [] [] 0 KIW-L21 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/procedures/korrekciya-figury-modelfit-ispaniya-kompleksnaya-p/ [] [5928219689099988874] [] [] 0 640 560 1 0 0 1920 1 5928219689099988874 0 [] 0 [] [] 2017-10-08 22:46:03 180 google_search samsung 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 1080 [] [] 1505765281335902551 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-08 20:46:03 [] [] [] [] 0 [] 93.171.189.xxx WebKit [] http://apollon174.ru/procedures/korrekciya-figury-modelfit-ispaniya-kompleksnaya-p/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A5 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5917289699418050442] [] [] 0 568 454 1 0 0 1136 1 5917289699418050442 0 [] 0 [] [] 2017-10-08 11:11:08 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 640 [] [] 1507443069536743360 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-08 09:11:08 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/ [] [5830234517148279530,5830234826286572266] [] [] 0 864 790 1 27 0 864 1 5830234517148279530 0 [] 0 [] [] 2017-10-04 14:56:19 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 27 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-04 12:56:19 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6301173909812414303,6301182674972182367,6301220928383616863,6301225773399279455,6301226455173957473,6301230019298199391,6301241976237590367] [] [] 0 640 512 4 0 0 1280 1 6301173909812414303 4 [] 0 [] [] 2017-10-25 09:57:50 300 yandex_mobile_app samsung 32 [] [] [] 5 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Ftouch%2F;web;;4090900&text=&etext=1584 android 720 [] [] 1508907434754061449 1 [] 2 260 Russia [] [] 0 [] [] [] android_marshmallow samsung_internet 1 11 2017-10-25 07:57:50 [] [] [] [] 0 [] 176.59.207.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J5 [] [] 2017-10-25 ya_undefined
28261 http://apollon174.ru/directions/uzi/ [] [6030765390896564085,6030777721557092203] [] [] 0 455 455 1 0 0 455 1 6030765390896564085 3 [] 0 [] [] 2017-10-13 11:25:44 240 google_search samsung 32 [] [] [] adwords 2 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/search?q=пройти УЗИ в городе Челябинск северо-запад срок 6-7 недель&action=devloc&safe=images&hl=ru&gl=RU&ie=&v=&client=ms-android-samsung&source=mobilesearchapp-vs&channel=iss android 320 [] [] 1507879373910728574 1 [] 2 47 Russia [] [] 0 [] [] [] android_gingerbread android_browser 1 14 2017-10-13 09:25:44 [] [] [] [] 0 [] 176.59.212.xxx WebKit [] http://apollon174.ru/directions/uzi/ 533 0 1 320 [] [] [] 1 [] [] 320 Galaxy Ace Duos [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6146278159445140223] [] [] 1 768 662 1 27 0 768 1 6146278159445140223 0 [] 0 [] [] 2017-10-18 13:49:50 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1508235639321738454 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-18 11:49:50 [] [] [] [] 0 [] 77.222.115.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/responses/page/4/ [] [5950997199529976565,5951019856054199026,5951023197034128109,5951024234223379186,5951024576476488434,5951024978870674157,5951181060510318714,5951191729631142653,5951202675534865108,5951211506452926166,5951217142252970746,5951220743063211722] [] [] 0 768 736 12 0 0 768 1 5950997199529976565 0 [] 0 [0,0] [] 2017-10-09 22:54:12 300 yandex_search 24 [] [] [] 61 [] [] [24345998,24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1569&&l10n=ru&bu=uniq1507568846546320056 windows 1366 [] [] 1500405924800644925 2 [] 1 853 Russia [] [] 0 [] [,] [] windows_7_2008server chrome 1 37 2017-10-09 20:54:12 [] [] [] [] 0 ['2017-10-09 21:06:34','2017-10-09 21:07:16'] 92.43.188.xxx WebKit [] http://apollon174.ru/articles/services/ 537 0 0 1366 [] [] [] 36 [] [] 1499 [] [] 2017-10-09 ya_undefined
28261 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6100466100954211039] [] [] 1 640 518 1 0 0 1280 1 6100466100954211039 5 [] 0 [] [] 2017-10-16 13:17:11 120 xiaomi 32 [] [] [] 8 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 29557 0 [] android 720 [] [] 15081487621028246491 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 miui 1 11 2017-10-16 11:17:11 [] [] [] [] 0 [] 176.59.213.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 3 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [5986498961796759674,5986524098189328506] [] [] 0 768 617 2 0 0 768 1 5986498961796759674 0 [] 0 [] [] 2017-10-11 12:31:21 360 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1507707083420449193 2 [] 1 111 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-11 10:31:21 [] [] [] [] 0 [] 93.170.103.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1339 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [6006995169512525525] [] [] 0 1024 885 1 27 0 1024 1 6006995169512525525 0 [] 0 [] [] 2017-10-12 10:14:28 300 google_search 24 [] [] [] adwords 48 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ windows 1280 [] [] 15077852701072033172 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-10-12 08:14:28 [] [] [] [] 0 [] 217.64.141.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 1280 [] [] [] 36 [] [] 1223 [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/ [] [5762620812330536664,5762625332752420568,5762641482583903960] [] [] 0 570 488 3 0 0 856 1 5762620812330536664 0 [] 0 [] [] 2017-10-01 15:17:33 300 alcatel 32 [] [] [] 58 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 480 [] [] 15068530471005281943 1 [] 2 79 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-01 13:17:33 [] [] [] [] 0 [] 176.59.202.xxx WebKit [] http://apollon174.ru/ 537 0 1 320 [] [] [] 36 [] [] 320 4027D [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ [] [5846460489004229361] [] [] 0 667 553 1 0 0 1334 1 5846460489004229361 0 [] 0 [] [] 2017-10-05 08:07:56 300 google_search apple 32 [] [] [] 11 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 750 [] [] 1506487523734274325 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-05 06:07:56 [] [] [] [] 0 [] 92.43.187.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/psoriaz/ [] [6170396558626918104,6170404464177975000] [] [] 0 640 560 2 0 0 1280 1 6170396558626918104 45 [] 0 [] [] 2017-10-19 15:23:14 300 yandex_mobile_app samsung 32 [] [] [] 5 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Ftouch%2F;web;;5040500&text=&etext=1579&&l10n=ru android 720 [] [] 1508408686501721763 1 [] 2 31 Russia [] [] 0 [] [] [] android_marshmallow yandexsearch 1 11 2017-10-19 13:23:14 [] [] [] [] 0 [] 176.59.196.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/ [] [6164960310625830749] [] [] 0 1024 1340 1 0 0 1024 1 6164960310625830749 0 [] 0 [] [] 2017-10-19 09:37:37 300 24 [] [] [] 62 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 23 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-19 07:37:37 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/doctors/paushkina-ekaterina-vasilevna/appointment/ [] [6123349960100155079,6123353868644393692,6123357864364609419] [] [] 0 552 419 3 0 0 736 1 6123349960100155079 0 [] 0 [0] [] 2017-10-17 13:32:06 300 24 [] [] [] 56 [] [] cellular [24345998] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [''] [1] 0 0 0 [] http://link.2gis.ru/B5C5DDC2/v4-android/20171001/chelyabinsk/2111590608827582?http://apollon174.ru/ android 1280 [] [] 1508229160976370558 2 [] 3 30 Russia [] [] 0 [] [] [] android_lollipop5 firefox_mobile 1 36 2017-10-17 11:32:06 [] [] [] [] 0 ['2017-10-17 11:32:36'] 217.118.83.xxx Gecko [] http://apollon174.ru/ 56 0 1 960 [] [] [] 0 [] [] 960 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-ven-konechnostej-verhnih-ili-nizhnih-uzdg-i-cd/ [] [6255372270411195110] [] [] 0 568 460 1 0 0 1136 1 6255372270411195110 0 [] 0 [] [] 2017-10-23 09:25:51 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 30066 8 [] https://yandex.ru/ ios_double 640 [] [] 1508732751547443652 1 [] 2 22 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-23 07:25:51 [] [] [] [] 0 [] 85.140.19.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ven-konechnostej-verhnih-ili-nizhnih-uzdg-i-cd/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/ [] [5770218316151129945,5770218752988940121,5770381564817706703,5770383063339501435,5770393703726452431,5770396388153100155,5770397769493384911,5770400731811024591,5770403026370563791,5770421298324836047,5770719255702802119,5770724627265359559,5770725086048814953,5770729538412613319,5770734548229818217] [] [] 0 864 844 14 27 0 864 1 5770218316151129945 0 [] 0 [] [] 2017-10-01 23:20:36 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 1969 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-01 21:20:36 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/actions-and-programs/page/3/ [] [5815787669621047418] [] [] 0 640 564 1 0 0 1920 1 5815787669621047418 0 [] 0 [] [] 2017-10-03 23:37:49 180 xiaomi 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/actions-and-programs/page/2/ android 1080 [] [] 1507063001420129587 1 [] 2 16 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-03 21:37:49 [] [] [] [] 0 [] 176.59.202.xxx WebKit [] http://apollon174.ru/actions-and-programs/page/3/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [6267386280717066977] [] [] 0 640 512 1 0 0 1920 1 6267386280717066977 4 [] 0 [] [] 2017-10-23 22:09:41 300 yandex_mobile samsung 32 [] [] [] 5 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1502173367844787789 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow samsung_internet 1 11 2017-10-23 20:09:41 [] [] [] [] 0 [] 85.140.76.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy S5 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/ [] [6243224785623453383] [] [] 1 900 794 1 0 0 900 1 6243224785623453383 0 [] 0 [] [] 2017-10-22 20:33:32 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1440 [] [] 15086864131049887845 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-22 18:33:32 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6249109628595217111] [] [] 0 1024 912 1 25 0 1024 1 6249109628595217111 9 [] 0 [] [] 2017-10-23 02:47:41 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1582&&l10n=ru&bu=uniq1508704633254175904&_bu=1 windows 1280 [] [] 1508708861357235021 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-10-23 00:47:41 [] [] [] [] 0 [] 5.79.194.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/ [] [5965912042089226963] [] [] 0 864 844 1 27 0 864 1 5965912042089226963 0 [] 0 [] [] 2017-10-10 14:42:28 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/contacts/ windows 1536 [] [] 1467192114796125666 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-10 12:42:28 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/ [] [6049991545424449418] [] [] 0 900 752 1 27 0 900 1 6049991545424449418 0 [] 0 [] [] 2017-10-14 07:48:06 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-14 05:48:06 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6119681393210691288,6119686281136441183,6119689943752904408,6119702732126031576,6119717545016299224,6119725313602359000,6119726425447335775,6119737166017335000,6119965729108271866,6119981686345704186,6119988481733698298,6120108364233705329,6120115247569962865,6120116201828388559,6120117811599116145,6120216916413386641,6120220221214827251,6120233399513260787,6120355218551743218,6120443209541488326,6120443904744230612] [] [] 0 1080 949 21 0 0 1080 1 6119681393210691288 0 [] 0 [0] [] 2017-10-17 09:38:51 300 yandex_search 24 [] [] [] 61 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1576&&l10n=ru&bu=uniq150821493207128169 windows 1920 [] [] 1508215131140414975 2 [] 1 2909 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-17 07:38:51 [] [] [] [] 0 ['2017-10-17 08:06:00'] 95.78.164.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6349381238766177995,6349388248168538875] [] [] 0 768 637 1 0 0 768 1 6349381238766177995 0 [] 0 [] [] 2017-10-27 13:02:47 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?bu=uniq150909083954480763&from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru windows 1366 [] [] 1509091367943244904 2 [] 1 26 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-27 11:02:47 [] [] [] [] 0 [] 188.16.131.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-slyunnyh-zhelez-c-cdk/ [] [6309488592557967211,6309527397707286377] [] [] 0 640 564 1 0 0 1920 1 6309488592557967211 6 [] 0 [] [] 2017-10-25 18:46:28 180 yandex_mobile_app samsung 32 [] [] [] 7 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=d640e674dd1fee0092e2a72a56855fec&clid=2122068&internal_browser_enabled=1&text=узи слюнных желез в челябинске&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 1080 [] [] 1508939231439258825 1 [] 2 148 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-25 16:46:28 [] [] [] [] 0 [] 31.173.101.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-slyunnyh-zhelez-c-cdk/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S5 Duos [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [6146032123368705929] [] [] 0 768 637 1 0 0 768 1 6146032123368705929 0 [] 0 [] [] 2017-10-18 13:34:11 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508314127797216903 windows 1366 [] [] 1508315653150562803 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-18 11:34:11 [] [] [] [] 0 [] 31.163.2.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/procedures/plazmolifting-1-probirka/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya [] [5874417622261441245] [] [] 0 640 560 1 0 0 1280 1 5874417622261441245 0 [] 0 [] [] 2017-10-06 13:45:24 360 google_search xiaomi 32 [] [] [] 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.kz 0 [] [] [] 0 Chimkent 0 0 [] https://google.kz/ android 720 [] [] 1507279524509602289 1 [] 2 15 Kazakhstan [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-06 11:45:24 [] [] [] [] 0 [] 149.27.141.xxx WebKit [] http://apollon174.ru/procedures/plazmolifting-1-probirka/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 3S [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6301961956856170333] [] [] 1 1080 576 1 0 0 1080 1 6301961956856170333 0 [] 0 [] [] 2017-10-25 10:47:57 300 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1920 [] [] 1508904463565962347 2 [] 1 0 Russia [] [] 0 [] [] [] windows8_1 firefox 1 37 2017-10-25 08:47:57 [] [] [] [] 0 [] 176.226.168.xxx Gecko [] http://apollon174.ru/directions/uzi/ 56 0 1 1920 [] [] [] 0 [] [] 1024 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6349021861130798969,6349028170043230073,6349029249312360313,6349031844852795251,6349035626757621619,6349037228070537081,6349040543847679859,6349044202351363961] [] [] 0 768 657 7 16 0 768 1 6349021861130798969 0 [] 0 [] [] 2017-10-27 12:39:55 300 google_search 24 [] [] [] 40 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ gnu_linux 1366 [] [] 1509089997273074026 2 [] 1 86 Russia [] [] 0 [] [] "['{""__ym"":{""ads"":{""w"":{""t"":530,""l"":0,""w"":1366,""h"":657},""p"":{""w"":1351,""h"":1545},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":1366,""h"":657},""p"":{""w"":1351,""h"":1545},""a"":[],""full"":1}}}']" linux chrome 1 37 2017-10-27 10:39:55 [] [] [] [] 0 [] 94.181.35.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1351 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/ [] [6323415959255646332,6323422496619242206] [] [] 0 1024 1340 1 0 0 1024 1 6323415959255646332 0 [] 0 [] [] 2017-10-26 09:31:57 300 24 [] [] [] 62 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 25 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-26 07:31:57 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6119520529921352407] [] [] 0 568 460 1 0 0 1136 1 6119520529921352407 0 [] 0 [] [] 2017-10-17 09:28:38 300 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 8 [] https://google.ru/ ios_double 640 [] [] 1508214518708522040 1 [] 2 16 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-17 07:28:38 [] [] [] [] 0 [] 176.59.202.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6100551945812971404,6100554790375522427] [] [] 0 1024 914 2 27 0 1024 1 6100551945812971404 0 [] 0 [] [] 2017-10-16 13:22:38 360 24 [] [] [] 48 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 15057126581062789807 2 [] 1 11 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-10-16 11:22:38 [] [] [] [] 0 [] 91.144.191.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6277085798280726399,6277099903954716543] [] [] 0 534 454 2 0 0 802 1 6277085798280726399 4 [] 0 [0] [] 2017-10-24 08:26:22 300 yandex_mobile htc 32 [] [] [] 17 [] [] wi_fi [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 480 [] [] 1508770704226684405 1 [] 2 53 Russia [] [] 0 [] [] [] android_jelly_bean42 yandex_browser 1 12 2017-10-24 06:26:22 [] [] [] [] 0 ['2017-10-24 06:27:15'] 5.141.188.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 320 [] [] [] 36 [] [] 320 HTC One SV [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya [] [5784136374264791158] [] [] 0 640 568 1 0 0 1280 1 5784136374264791158 0 [] 0 [] [] 2017-10-02 14:05:29 300 wileyfox 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ android 720 [] [] 15066284371002069510 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-02 12:05:29 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya 537 0 0 360 [] [] [] 36 [] [] 360 Swift 2 Plus [] [] 2017-10-02 ya_undefined
28261 http://apollon174.ru/ [] [5802266389472872223] [] [] 0 1080 1840 1 11 2 1080 1 5802266389472872223 0 [] 0 [] [] 2017-10-03 09:18:09 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATMomuw8jkeYTS2yz1DHzO6EG6GRBT9qpepfQVFyLm-r9XjVTsBcHhOuy3WDodjF41iHNTWi1oaRKrG3jiYk5_Yuk3OJ_3xfhO8V8XxMsfNPIj2g43amWfKfQ5Q windows 1920 [] [] 1507004289545411812 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-03 07:18:09 [] [] [] [] 0 [] 2a03:2880:2040:9fc8::xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1025 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/actions/besplatnaya-konsultaciya-kosmetologa/ [] [6167375218853021545] [] [] 0 1080 949 1 0 0 1080 1 6167375218853021545 0 [] 0 [] [] 2017-10-19 12:11:09 360 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/actions-and-programs/ windows 1920 [] [] 1508387445813347596 2 [] 1 506 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-19 10:11:09 [] [] [] [] 0 [] 176.226.176.xxx WebKit [] http://apollon174.ru/actions/besplatnaya-konsultaciya-kosmetologa/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-soskov-muzhskoj-zhenskij/ [] [5862191991110247138] [] [] 0 640 560 1 0 0 1280 1 5862191991110247138 0 [] 0 [] [] 2017-10-06 00:48:07 180 google_search samsung 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Krasnodar 0 0 [] https://google.ru/ android 720 [] [] 1507232888754413609 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-05 22:48:07 [] [] [] [] 0 [] 95.153.133.xxx WebKit [] http://apollon174.ru/procedures/pirsing-soskov-muzhskoj-zhenskij/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J5 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6356141062460285661,6356150034106683276] [] [] 0 534 404 1 0 0 802 1 6356141062460285661 5 [] 0 [] [] 2017-10-27 20:12:33 300 yandex_mobile samsung 32 [] [] [] 3 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 480 [] [] 1509117166780979013 1 [] 2 35 Russia [] [] 0 [] [] [] android_lollipop5 samsung_internet 1 12 2017-10-27 18:12:33 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 Mini [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [5949741370049036412] [] [] 0 732 655 1 0 0 1922 1 5949741370049036412 7 [] 0 [] [] 2017-10-09 21:34:22 300 yandex_mobile samsung 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1082 [] [] 1507566904886285583 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat yandex_browser 1 11 2017-10-09 19:34:22 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 412 [] [] [] 36 [] [] 412 Galaxy A5 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/ [] [6076597441914217210,6076604222301802383,6076629082782044048] [] [] 0 480 372 3 0 0 960 1 6076597441914217210 0 [] 0 [] [] 2017-10-15 11:59:39 300 google_search apple 32 [] [] [] 9 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 46 [] https://google.ru/ ios_double 640 [] [] 1508050784168940395 1 [] 2 137 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-15 09:59:39 [] [] [] [] 0 [] 176.59.208.xxx WebKit [] http://apollon174.ru/ 601 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/kondilomy-ostrokonechnye/ [] [6314821334912993125,6314829203686557541,6314882146184464253,6314885972311941870,6314944011113603822,6314946136619618185,6314949657918967689,6314995408705954537,6314999088917783273,6314999876275413737,6315015026297545470] [] [] 0 534 452 6 0 0 802 1 6314821334912993125 0 [] 0 [] [] 2017-10-26 00:25:31 360 google_search samsung 32 [] [] [] adwords 60 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 480 [] [] 15089595301068670426 1 [] 2 739 Russia [] [] 1 [] [] [] android_jelly_bean42 chromemobile 1 12 2017-10-25 22:25:31 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy S Duos 2 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6219136958302528214] [] [] 1 736 660 1 0 0 2208 1 6219136958302528214 0 [] 0 [] [] 2017-10-21 19:02:04 300 google_search apple 32 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] https://google.ru/ ios_double 1242 [] [] 1508594518633151091 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 chromemobile 1 11 2017-10-21 17:02:04 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 603 0 1 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6120474787190671229] [] [] 0 568 460 1 0 0 1136 1 6120474787190671229 0 [] 0 [] [] 2017-10-17 10:29:18 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 640 [] [] 1508218158948600155 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-17 08:29:18 [] [] [] [] 0 [] 77.222.106.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [6326629229359009679,6326635489300057999] [] [] 0 640 0 1 0 0 1920 1 6326629229359009679 0 [] 0 [] [] 2017-10-26 12:56:15 180 xiaomi 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 1080 [] [] 1508941975330965671 0 [] 2 24 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-26 10:56:15 [] [] [] [] 0 [] 92.43.185.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 0 Redmi Note 4 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/ [] [5937141996019000050,5937143647717565170,5937145058788638842,5937166376680816762,5937166608990216959,5937188015204999935,5937189005070438286,5937209984647696270,5937211259429593814,5937214208244977550,5937226119548505998] [] [] 0 640 564 11 0 0 1920 1 5937141996019000050 0 [] 0 [] [] 2017-10-09 08:13:19 300 xiaomi 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/B5C5DDC2/v4-android/20171001/chelyabinsk/2111590608827582?http://apollon174.ru/ android 1080 [] [] 1507518786731419473 1 [] 2 321 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-09 06:13:19 [] [] [] [] 0 [] 37.113.178.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 3 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6214657903116947156,6214660620823301833,6214661590218706644,6214678071955951305,6214679476847513300,6214680272902557385,6214682928382742228,6214684387969339081,6214688281329405652,6214690971936100041,6214691713352732372,6214694335355031241,6214697799686819540] [] [] 0 900 769 13 0 0 900 1 6214657903116947156 0 [] 0 [0,0] [] 2017-10-21 14:17:18 360 google_search 24 [] [] [] 61 [] [] [24345998,24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1440 [] [] 1508573834999787785 2 [] 1 152 Russia [] [] 0 [] [,] [] windows_7_2008server chrome 1 33 2017-10-21 12:17:18 [] [] [] [] 0 ['2017-10-21 12:18:35','2017-10-21 12:19:50'] 95.78.164.xxx WebKit [] http://apollon174.ru/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/articles/about/#prettyPhoto [] [6188594671235630951] [] [] 0 768 654 1 22 0 768 1 6188594671235630951 9 [] 0 [] [] 2017-10-20 10:40:15 360 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/doctors/ windows 1366 [] [] 150842459430288423 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-20 08:40:15 [] [] [] [] 0 [] 77.222.116.xxx WebKit [] http://apollon174.ru/articles/about/#prettyPhoto 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/ [] [5989519971216261240,5989521208304468088,5989823873000153853,5989824261173289725,5989832623862845321,5989833969558102781,5989846453854151421,5989846956449468297,5989850879705485193,5989852318079918845,5989852677180236541,5989853760559517580,5989855153336886013] [] [] 0 864 790 9 27 0 864 1 5989519971216261240 0 [] 0 [0,0,0,0,0,0] [] 2017-10-11 15:43:25 300 24 [] [] [] 61 [] [] [24345998,24345998,24345998,24345998,24345998,24345998] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] ['','','','','',''] [1,2,3,4,5,6] 0 Chelyabinsk 0 0 [] http://apollon174.ru/ windows 1536 [] [] 1467192114796125666 2 [] 1 1279 Russia [] [] 0 [] [,,,,,] "['{""__ym"":{""ads"":{""w"":{""t"":1017.7777709960938,""l"":0,""w"":1707,""h"":790},""p"":{""w"":1688,""h"":1808},""a"":[],""full"":1}}}']" windows8_1 chrome 1 37 2017-10-11 13:43:25 [] [] [] [] 0 ['2017-10-11 13:43:25','2017-10-11 14:02:44','2017-10-11 14:03:18','2017-10-11 14:04:12','2017-10-11 14:04:33','2017-10-11 14:04:38'] 37.113.153.xxx WebKit [] http://apollon174.ru/appointment/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [5680406664007126929] [] [] 0 667 535 1 0 0 1334 1 5680406664007126929 1 [] 0 [] [] 2017-09-28 00:10:31 300 google_search apple 32 [] [] [] 34 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 50 [] https://google.ru/ ios_double 750 [] [] 1506539432616229537 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 googlesearch 1 11 2017-09-27 22:10:31 [] [] [] [] 0 [] 213.87.240.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 602 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6312103043140161232,6312109242130370261,6312116386270809808,6312118769613541077,6312136497503669973] [] [] 0 800 631 4 0 0 800 1 6312103043140161232 0 [] 0 [0] [] 2017-10-25 21:32:42 240 lenovo 32 [] [] [] 61 [] [] wi_fi [24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ android 1280 [] [] 1508957106746217 2 [] 3 127 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 33 2017-10-25 19:32:42 [] [] [] [] 0 ['2017-10-25 19:34:49'] 77.222.98.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1280 Lenovo A7600-H [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5828602580377800592,5828699502240080637,5828708090899079903,5828908818803462027,5828917709700342488,5828943963957764846,5828947027922522001,5829032824829380443,5829062105561566917,5829073786999408505,5829078316158812280,5829088833162182778,5829093618201923276,5829097156503668575,5829098489826517720,5829401583323980539,5829782465706462928] [] [] 0 768 662 17 0 0 768 1 5828602580377800592 0 [] 0 [0,0,0] [] 2017-10-04 13:12:34 300 24 [] [] [] 61 [] [] [24346115,24346110,24346018] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['','',''] [1,1,1] 0 Chelyabinsk 0 0 [] windows 1366 [] [] 1499760369635006184 2 [] 1 4501 Russia [] [] 0 [] [,,] [] windows_7_2008server chrome 1 37 2017-10-04 11:12:34 [] [] [] [] 0 ['2017-10-04 11:42:31','2017-10-04 11:42:49','2017-10-04 11:43:29'] 87.249.197.xxx WebKit [] http://apollon174.ru/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5690726069145445115] [] [] 0 900 790 1 27 0 900 1 5690726069145445115 9 [] 0 [] [] 2017-09-28 11:06:37 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/ windows 1600 [] [] 1505719268526210575 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-09-28 09:06:37 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 0 1600 [] [] [] 36 [] [] 1583 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5783850740959683284,5783851496919802580,5783874770809135839,5783880298559963262,5783892619883187927,5783914586870122347,5783933849469192043,5783934065902356331,5783934683965032291] [] [] 0 900 794 6 0 0 900 1 5783850740959683284 0 [] 0 [0] [] 2017-10-02 13:47:19 300 yandex_search 24 [] [] [] 61 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq150693373072452531 windows 1440 [] [] 15069197921065373764 2 [] 1 320 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-02 11:47:19 [] [] [] [] 0 ['2017-10-02 11:47:22'] 95.78.157.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1440 [] [] [] 36 [] [] 1406 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6306166069717632863,6306174174140829581] [] [] 0 864 752 1 27 0 864 1 6306166069717632863 9 [] 0 [] [] 2017-10-25 15:15:14 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 31 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-25 13:15:14 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-25 ya_undefined
28261 http://apollon174.ru/ [] [6005565716923949785] [] [] 1 712 696 1 0 0 712 1 6005565716923949785 0 [] 0 [] [] 2017-10-12 08:43:35 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] gnu_linux 1024 [] [] 1487042667640738232 2 [] 1 0 Russia [] [] 0 [] [] [] linux firefox 1 30 2017-10-12 06:43:35 [] [] [] [] 0 [] 193.150.118.xxx Gecko [] http://apollon174.ru/ 52 0 0 1024 [] [] [] 0 [] [] 1008 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5996916715084325605,5996927552115974885] [] [] 0 768 561 2 27 0 768 1 5996916715084325605 0 [] 0 [0] [] 2017-10-11 23:33:41 360 yandex_search 24 [] [] [] 11 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507743635010371052 windows 1366 [] [] 150774682593097214 2 [] 1 42 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 37 2017-10-11 21:33:41 [] [] [] [] 0 ['2017-10-11 21:34:23'] 77.222.96.xxx Trident [] http://apollon174.ru/procedures/vektornyj-lifting/ 7 0 1 1366 [] [] [] 0 [] [] 1350 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ [] [5765677053752386291] [] [] 0 667 559 1 0 0 1334 1 5765677053752386291 0 [] 0 [] [] 2017-10-01 18:31:52 300 yahoo_search apple 32 [] [] [] 9 [] [] [] yahoo [] [] 40327473 [] [] [] [] organic [] [] [] [] r.search.yahoo.com 0 [] [] [] 0 30066 46 [] http://r.search.yahoo.com/_ylt=A9mSs20_7tBZEbIATEeBuhc5;_ylu=X3oDMTByMWk2OWNtBGNvbG8DaXIyBHBvcwMyBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1506893503/RO=10/RU=http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu//RK=1/RS=L2R.ZceVuj1.4UtKwh1TxuaX4_4- ios_double 750 [] [] 1506864712645411568 1 [] 2 15 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 11 2017-10-01 16:31:52 [] [] [] [] 0 [] 31.173.120.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ 601 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/ [] [5802543845586767565] [] [] 0 1024 1340 1 0 0 1024 1 5802543845586767565 0 [] 0 [] [] 2017-10-03 09:35:48 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 13 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-03 07:35:48 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5919033147598316267] [] [] 1 640 512 1 0 0 1280 1 5919033147598316267 0 [] 0 [] [] 2017-10-08 13:01:59 300 google_search asus 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 15074484421056061925 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-08 11:01:59 [] [] [] [] 0 [] 83.169.216.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 ASUS_X008D [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/responses/page/2/ [] [6151491125913063310,6151508774351277966] [] [] 0 864 754 2 27 0 864 1 6151491125913063310 9 [] 0 [0] [] 2017-10-18 19:21:16 180 yandex_search 24 [] [] [] 17 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq1508335249684232446 windows 1536 [] [] 1508336476735978743 2 [] 1 67 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-18 17:21:16 [] [] [] [] 0 ['2017-10-18 17:21:16'] 88.206.86.xxx WebKit [] http://apollon174.ru/responses/ 537 0 1 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6279538072911087475] [] [] 0 900 788 1 25 0 900 1 6279538072911087475 9 [] 0 [] [] 2017-10-24 11:02:16 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq1508817966767421370&_bu=1 windows 1600 [] [] 1508825115803602484 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-24 09:02:16 [] [] [] [] 0 [] 176.59.205.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6353652760273749875,6353659352716414861] [] [] 0 864 752 1 27 0 864 1 6353652760273749875 9 [] 0 [] [] 2017-10-27 17:34:21 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 25 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-27 15:34:21 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/apparatnaya-kosmetologiya/ [] [6282660765527969485,6282663669328514954,6282669073039101645,6282696764014464717,6282734883286290125] [] [] 0 768 632 5 27 0 768 1 6282660765527969485 9 [] 0 [] [] 2017-10-24 14:20:48 180 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1366 [] [] 1508844270897911540 2 [] 1 283 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-24 12:20:48 [] [] [] [] 0 [] 95.78.137.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1237 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6193147729962076003,6193149344031444879,6193150445781778558,6193166368239521489,6193182757296799862,6193194826666353408] [] [] 0 667 591 6 0 0 1334 1 6193147729962076003 0 [] 0 [0,0] [] 2017-10-20 15:29:43 300 google_search apple 32 [] [] [] 61 [] [] [24346110,24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] ['',''] [1,1] 0 30066 30 [] https://google.ru/ ios_double 750 [] [] 1507448105236968005 1 [] 2 180 Russia [] [] 0 [] [,] [] ios10 chromemobile 1 11 2017-10-20 13:29:43 [] [] [] [] 0 ['2017-10-20 13:31:57','2017-10-20 13:32:43'] 87.249.198.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 603 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5745792316637455087,5745804052994985678] [] [] 0 534 454 2 0 0 802 1 5745792316637455087 10 [] 0 [] [] 2017-09-30 21:27:38 180 yandex_mobile_app lenovo 32 [] [] [] 14 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;jsonsearch;searchapp;android;315;1506788804565287-740555-man1-4352-APPJS2;1506788804565287-740555-man1-4352-APPJS2&text=где сдать на вирусную нагрузку в г.челябинске android 480 [] [] 1506796093754300012 1 [] 2 58 Russia [] [] 0 [] [] [] android_kitkat yandex_browser 1 12 2017-09-30 19:27:38 [] [] [] [] 0 [] 95.78.144.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A319 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/ [] [5930573065993584764] [] [] 0 1080 948 1 27 0 1080 1 5930573065993584764 0 [] 0 [] [] 2017-10-09 01:15:40 360 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1568&&l10n=ru&bu=uniq1507492211407186649 windows 1920 [] [] 1507490076977944238 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-08 23:15:40 [] [] [] [] 0 [] 176.226.182.xxx Gecko [] http://apollon174.ru/directions/venerologiya/ 56 0 0 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/procedures/spiral-vnutrimatochnaya-vvedenie-bez-stoimosti-vms/ [] [6299683511723622523,6299689723013365883] [] [] 0 668 542 1 0 0 768 1 6299683511723622523 15 [] 0 [] [] 2017-10-25 08:23:05 -240 yandex_search 24 [] [] [] 15 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq15088663020924757355&_bu=1 windows 1366 [] [] 1508901785336399170 2 [] 1 24 Russia [] [] 0 [] [] [] windows10 edge 1 37 2017-10-25 06:23:05 [] [] [] [] 0 [] 77.222.98.xxx Edge [] http://apollon174.ru/procedures/spiral-vnutrimatochnaya-vvedenie-bez-stoimosti-vms/ 15 0 1 1188 [] [] [] 15063 [] [] 1175 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5986420318141948633] [] [] 0 864 773 1 22 0 864 1 5986420318141948633 0 [] 0 [] [] 2017-10-11 12:26:21 300 google_search 24 [] [] [] adwords 49 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1152 [] [] 1507706756736726488 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp chrome 1 28 2017-10-11 10:26:21 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1152 [] [] [] 36 [] [] 1135 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/articles/services/ [] [5804554481207609209,5804561617783097209] [] [] 0 900 794 2 0 0 900 1 5804554481207609209 0 [] 0 [] [] 2017-10-03 11:43:38 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1440 [] [] 1507013018833560059 2 [] 1 27 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-03 09:43:38 [] [] [] [] 0 [] 149.255.5.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6017033111639171807,6017044037037981820] [] [] 0 640 466 2 0 0 1280 1 6017033111639171807 7 [] 0 [] [] 2017-10-12 20:52:39 300 yandex_mobile huawei 32 [] [] [] 42 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] https://yandex.ru/ android 720 [] [] 1507823584191235572 1 [] 2 42 Russia [] [] 0 [] [] [] android_lollipop5 opera_mobile 1 11 2017-10-12 18:52:39 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 LYO-L21 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/atopicheskij-dermatit/ [] [6151864831428529874] [] [] 0 1080 949 1 27 0 1080 1 6151864831428529874 0 [] 0 [] [] 2017-10-18 19:45:01 180 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Irkutsk 0 0 [] https://google.ru/ windows 1920 [] [] 15083378971054908010 2 [] 1 12 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-18 17:45:01 [] [] [] [] 0 [] 85.115.243.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/atopicheskij-dermatit/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/news/2017/04/04/konsultaciya-kosmetologa-besplatno/ [] [5719382704744309470,5719387330695399283] [] [] 0 667 559 2 0 0 1334 1 5719382704744309470 0 [] 0 [] [] 2017-09-29 17:28:33 300 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 8 [] https://google.ru/ ios_double 750 [] [] 1506360316507050351 1 [] 2 18 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-09-29 15:28:33 [] [] [] [] 0 [] 85.140.76.xxx WebKit [] http://apollon174.ru/ 603 0 0 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-09-29 ya_undefined
28261 http://apollon174.ru/ [] [6339864863980914464,6339870726188959521] [] [] 0 768 1840 1 11 2 768 1 6339864863980914464 0 [] 0 [] [] 2017-10-27 02:57:45 -420 24 [] [] [] 41 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 Moscow 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATOYwMDwsd_8bMddE3j14UnRmLP9oZfBo3hxw4TkkPm5pYrw1FzTjp6pjPx6Kw3HoO3U6zimzVHwAgK1qK66I2j6TuUmrJ2ZQU0J4hQHO7GezyDhpn67lQ9Uxt0 windows 1366 [] [] 1509055064338019092 2 [] 1 22 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-27 00:57:45 [] [] [] [] 0 [] 2a03:2880:2110:eff2::xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1025 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/piling-antioksidantnyj-granatovyj-cosmedix-poverhn/ [] [6197936004401734360] [] [] 0 736 628 1 0 0 2208 1 6197936004401734360 0 [] 0 [] [] 2017-10-20 20:34:09 180 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chehov 30066 6 [] https://yandex.ru/ ios_double 1242 [] [] 1508513650240575857 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-20 18:34:09 [] [] [] [] 0 [] 194.8.47.xxx WebKit [] http://apollon174.ru/procedures/piling-antioksidantnyj-granatovyj-cosmedix-poverhn/ 602 0 1 414 [] [] [] 4 [] [] 414 iPhone [] [] 2017-10-20 ya_undefined
28261 http://apollon174.ru/directions/adaptaciya/ [] [6281418719746073307] [] [] 1 1050 989 1 0 0 2100 1 6281418719746073307 0 [] 0 [] [] 2017-10-24 13:01:50 180 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Riga 29557 4 [] macos 3360 [] [] 1508832111522238707 2 [] 1 0 Latvia [] [] 0 [] [] [] macos_or_other safari 1 33 2017-10-24 11:01:50 [] [] [] [] 0 [] 87.110.183.xxx WebKit [] http://apollon174.ru/directions/adaptaciya/ 604 0 1 1680 [] [] [] 3 [] [] 1680 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5894850485545607901] [] [] 1 667 559 1 0 0 1334 1 5894850485545607901 0 [] 0 [] [] 2017-10-07 11:24:30 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 8 [] https://google.ru/ ios_double 750 [] [] 1507357470866134117 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-07 09:24:30 [] [] [] [] 0 [] 176.59.201.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-07 google_adwords
30066 http://apollon174.ru/procedures/biorevitalizaciya-french-laboratoire-1-gkaminokisl/ [] [5823601380142350457] [] [] 0 736 622 1 0 0 2208 1 5823601380142350457 0 [] 0 [] [] 2017-10-04 07:54:36 180 google_search apple 32 [] [] [] 11 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Kazan 30066 38 [] https://google.ru/ ios_double 1242 [] [] 1507085676679871902 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-04 05:54:36 [] [] [] [] 0 [] 94.180.175.xxx WebKit [] http://apollon174.ru/procedures/biorevitalizaciya-french-laboratoire-1-gkaminokisl/ 604 0 1 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-04 ya_undefined
28261 http://apollon174.ru/directions/ginekologiya/ [] [5941031315481298708] [] [] 1 1200 1086 1 27 0 1200 1 5941031315481298708 0 [] 0 [] [] 2017-10-09 12:20:35 330 24 [] [] [] adwords 60 [] [] ethernet [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 29557 0 [] google_chrome_os 1920 [] [] 150753091774248532 2 [] 1 0 India [] [] 0 [] [] [] google_chrome_os chrome 1 33 2017-10-09 10:20:35 [] [] [] [] 0 [] 2401:fa00:c:712::xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 1920 [] [] [] 36 [] [] 1920 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ [] [6301662821352738706,6301668902136973167] [] [] 0 768 658 1 27 0 768 1 6301662821352738706 0 [] 0 [] [] 2017-10-25 10:28:55 300 google_search 24 [] [] [] 48 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1508909333449867844 2 [] 1 24 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-25 08:28:55 [] [] [] [] 0 [] 91.224.154.xxx WebKit [] http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/actions-and-programs/ [] [6121410480127353579,6121422326651429591,6121449111789504371,6121469742046520033,6121498443770234735,6121512580399244012] [] [] 0 1232 1141 6 11 1 1232 1 6121410480127353579 0 [] 0 [] [] 2017-10-17 11:28:47 480 yandex_mobile 32 [] [] [] 4 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/ android 800 [] [] 1508219948371528890 1 [] 3 390 Russia [] [] 0 [] [] [] android_ice_cream android_browser 1 13 2017-10-17 09:28:47 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 800 [] [] [] 16 [] [] 800 A10 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6353164734680010440] [] [] 0 640 560 1 0 0 1280 1 6353164734680010440 0 [] 0 [] [] 2017-10-27 17:03:20 180 zte 32 [] [] [] adwords 46 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 720 [] [] 1509112966695813766 1 [] 2 14 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-27 15:03:20 [] [] [] [] 0 [] 85.140.76.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ZTE BLADE A510 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/directions/uzi/uzi-ven-konechnostej-verhnih-ili-nizhnih-uzdg-i-cd/ [] [6149856727988445922,6149918145687855842] [] [] 0 640 512 2 0 0 1280 1 6149856727988445922 4 [] 0 [] [] 2017-10-18 17:37:21 300 yandex_mobile samsung 32 [] [] [] 5 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 0 0 [] https://yandex.ru/ android 720 [] [] 1508330242463698606 1 [] 2 249 Russia [] [] 0 [] [] [] android_marshmallow samsung_internet 1 11 2017-10-18 15:37:21 [] [] [] [] 0 [] 85.140.18.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ven-konechnostej-verhnih-ili-nizhnih-uzdg-i-cd/ 537 0 1 360 [] [] [] 36 [] [] 360 A500 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5790378524890899155] [] [] 0 1080 972 1 27 0 1080 1 5790378524890899155 9 [] 0 [] [] 2017-10-02 20:42:21 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1506956215788380943 windows 1920 [] [] 1506958942919950217 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-02 18:42:21 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1920 [] [] [] 36 [] [] 1532 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/doctors/ [] [5836049951744593620,5836052992027525245,5836066647338127051,5836142913349746811,5836151472043853663] [] [] 0 568 497 5 0 0 1136 1 5836049951744593620 9 [] 0 [] [] 2017-10-04 21:05:45 300 apple 32 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Yekaterinburg 30066 30 [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ ios_double 640 [] [] 1507131255245671241 1 [] 2 406 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-04 19:05:45 [] [] [] [] 0 [] 217.118.91.xxx WebKit [] http://apollon174.ru/articles/services/ 603 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/ [] [5878122776443752145,5878124872732511953,5878138775531425489,5878145405969501905,5878148423968886481,5878150868497600202,5878156127616896721,5878157077915373258,5878158264176479953,5878161898215050954,5878163986646830794] [] [] 0 1080 974 11 0 0 1080 1 5878122776443752145 0 [] 0 [] [] 2017-10-06 17:40:58 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1504337561282771702 2 [] 1 158 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-06 15:40:58 [] [] [] [] 0 [] 5.141.199.xxx WebKit [] http://apollon174.ru/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5968919865030610644,5968921103509758698,5968922284461655913] [] [] 0 640 511 3 0 0 1920 1 5968919865030610644 0 [] 0 [] [] 2017-10-10 17:53:42 360 sony 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 1080 [] [] 1507445913693286212 1 [] 2 9 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-10 15:53:42 [] [] [] [] 0 [] 31.207.198.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Xperia Z1 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5788610939799741165] [] [] 1 1050 917 1 26 0 1050 1 5788610939799741165 0 [] 0 [] [] 2017-10-02 18:49:58 240 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1506951486158103099 windows 1680 [] [] 1506955792914964453 2 [] 1 0 Russia [] [] 0 [] [] [] windows_xp firefox 1 33 2017-10-02 16:49:58 [] [] [] [] 0 [] 5.141.197.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/ 52 0 1 1680 [] [] [] 0 [] [] 1663 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [6096143523334333144,6096150159559500544,6096151929837063882] [] [] 0 667 559 3 0 0 1334 1 6096143523334333144 0 [] 0 [] [] 2017-10-16 08:42:22 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Moscow 30066 30 [] https://google.ru/ ios_double 750 [] [] 1508125342457434967 1 [] 2 32 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-16 06:42:22 [] [] [] [] 0 [] 85.140.19.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 603 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/actions/besplatnaya-konsultaciya-ginekologa/ [] [6125450130835900267,6125457284665189115,6125458500710039676,6125465977289703549,6125467594940483439,6125509703590743764,6125509710829069013,6125521873911156432,6125568529179872977,6125571082034349947] [] [] 0 1024 653 9 0 0 1024 1 6125450130835900267 0 [] 0 [] [] 2017-10-17 15:45:37 300 apple 32 [] [] [] 60 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 30066 0 [] https://chelyabinsk.gilmon.ru/apollon12/ ios_double 768 [] [] 15082371371010331266 2 [] 3 462 Russia [] [] 0 [] [] [] ios9 chromemobile 1 15 2017-10-17 13:45:37 [] [] [] [] 0 [] 31.173.120.xxx WebKit [] http://apollon174.ru/ 601 0 1 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-17 ya_undefined
28261 http://apollon174.ru/procedures/videokolposkopiya/?direction=ginekologiya [] [6325863541580236651,6325868656913811307,6325870304222250859,6325876051444760693,6325887256648482933,6325887268154247019,6325931885928915684,6325935376826114788,6325936549887746788,6325940251487118052,6325941254956786404,6325985076793315023] [] [] 0 640 519 6 0 0 1280 1 6325863541580236651 1 [] 0 [] [] 2017-10-26 12:07:34 180 xiaomi 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] android 720 [] [] 1507387052213406455 1 [] 2 463 Russia [] [] 0 [] [] [] android_marshmallow miui 1 11 2017-10-26 10:07:34 [] [] [] [] 0 [] 5.79.241.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 4X [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6066774361840296662] [] [] 0 568 454 1 0 0 1136 1 6066774361840296662 0 [] 0 [] [] 2017-10-15 01:35:07 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 640 [] [] 1508013307965985175 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-14 23:35:07 [] [] [] [] 0 [] 176.59.207.xxx WebKit [] http://apollon174.ru/directions/uzi/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/ [] [5832195962876469979,5832196304949486299] [] [] 0 864 790 1 27 0 864 1 5832195962876469979 0 [] 0 [] [] 2017-10-04 17:01:01 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 17 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-04 15:01:01 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6291606877120504543] [] [] 1 640 560 1 0 0 1920 1 6291606877120504543 0 [] 0 [] [] 2017-10-24 23:49:35 180 google_search asus 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 1080 [] [] 1508877871162452788 1 [] 2 0 Russia [] [] 1 [] [] [] android_nougat chromemobile 1 11 2017-10-24 21:49:35 [] [] [] [] 0 [] 176.226.174.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 ZE552KL [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6331900338569744075] [] [] 1 667 535 1 0 0 1334 1 6331900338569744075 1 [] 0 [] [] 2017-10-26 18:31:22 300 apple 32 [] [] [] adwords 37 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 34 [] ios_double 750 [] [] 15090246801073447724 1 [] 2 0 Russia [] [] 1 [] [] [] ios11 googlesearch 1 11 2017-10-26 16:31:22 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [5790722475979178110] [] [] 0 736 628 1 0 0 2208 1 5790722475979178110 0 [] 0 [] [] 2017-10-02 21:04:13 300 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://google.ru/ ios_double 1242 [] [] 1506960253536547555 1 [] 2 14 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-02 19:04:13 [] [] [] [] 0 [] 37.113.136.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 603 0 1 414 [] [] [] 3 [] [] 414 iPhone [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ [] [6150535101755690893] [] [] 1 900 791 1 14 0 900 1 6150535101755690893 0 [] 0 [] [] 2017-10-18 18:20:29 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;yandsearch;web;;&text=&etext=1578&&l10n=ru&bu=uniq15083288759331046545 windows 1600 [] [] 1500268624506925401 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-18 16:20:29 [] [] [] [] 0 [] 91.144.190.xxx Gecko [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 56 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/doctors/denisenko-vera-ivanovna/ [] [5965552950926118794,5965556938445426570,5965565520879821567,5965569999914410751] [] [] 0 800 692 4 26 0 800 1 5965552950926118794 9 [] 0 [0] [] 2017-10-10 14:19:38 300 yandex_search 24 [] [] [] 17 [] [] [24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq150762701830223950 windows 1280 [] [] 1507627177855680971 2 [] 1 65 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 33 2017-10-10 12:19:38 [] [] [] [] 0 ['2017-10-10 12:20:26'] 217.64.142.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/programs/gormonalnyj-skrining-dlya-zhenshin/ [] [6145196375449805557,6145197341124862709,6145207426838438645,6145208651750838157,6145215878834425741,6145217869909069709,6145219783496049397,6145220239804600205,6145220858642173837,6145224104473535221,6145225470485467021,6145228598147031797,6145231062258159501,6145232970673033101] [] [] 0 1024 933 14 22 0 1024 1 6145196375449805557 0 [] 0 [] [] 2017-10-18 12:41:03 300 google_search 24 [] [] [] 49 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1508312271679540129 2 [] 1 140 Russia [] [] 0 [] [] [] windows_xp chrome 1 26 2017-10-18 10:41:03 [] [] [] [] 0 [] 37.113.130.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/ [] [6144721177299390156,6144778068463978361,6144941638696829053,6144968571734720637] [] [] 0 1080 951 4 27 0 1080 1 6144721177299390156 0 [] 0 [] [] 2017-10-18 12:10:51 300 yandex_search 24 [] [] [] 7 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq150831008793760560 windows 1920 [] [] 1508310652596100121 2 [] 1 943 Russia [] [] 0 [] [] [] windows10 ucbrowser 1 37 2017-10-18 10:10:51 [] [] [] [] 0 [] 37.113.173.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [5963608164853352281] [] [] 0 1050 870 1 0 0 1050 1 5963608164853352281 0 [] 0 [] [] 2017-10-10 12:15:59 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1569&&l10n=ru&bu=uniq1507617580488400110 windows 1680 [] [] 1507619758558420930 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-10 10:15:59 [] [] [] [] 0 [] 77.222.108.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 1 1680 [] [] [] 36 [] [] 1663 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6279504581748328285] [] [] 0 900 794 1 27 0 900 1 6279504581748328285 0 [] 0 [] [] 2017-10-24 11:00:08 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 15088248111051656390 2 [] 1 15 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-24 09:00:08 [] [] [] [] 0 [] 81.90.208.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [5960871578040017646] [] [] 1 667 591 1 0 0 1334 1 5960871578040017646 0 [] 0 [] [] 2017-10-10 09:22:00 300 google_search apple 32 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 30066 30 [] https://google.ru/ ios_double 750 [] [] 1507609319479855536 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 chromemobile 1 11 2017-10-10 07:22:00 [] [] [] [] 0 [] 79.134.5.xxx WebKit [] http://apollon174.ru/directions/uzi/ 603 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ [] [6052953119286890382] [] [] 0 640 563 1 0 0 1920 1 6052953119286890382 5 [] 0 [] [] 2017-10-14 10:56:23 300 yandex_mobile_app asus 32 [] [] [] 7 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=d379dab831e0aca1b444dc2faa20f1cf&clid=2218567&internal_browser_enabled=1&text=узи на проверку проходимости маточных труб на курчатова челябинск&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 1080 [] [] 1507642780577145159 1 [] 2 16 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-14 08:56:23 [] [] [] [] 0 [] 176.59.214.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 537 0 0 360 [] [] [] 36 [] [] 360 ASUS_Z00UDB [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/ [] [6276224276264390349,6276262748776571607] [] [] 0 864 844 1 27 0 864 1 6276224276264390349 0 [] 0 [] [] 2017-10-24 07:31:35 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 147 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-24 05:31:35 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6130240764834482039] [] [] 0 640 513 1 0 0 1280 1 6130240764834482039 0 [] 0 [] [] 2017-10-17 20:50:12 300 google_search lg_electronics 32 [] [] [] 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1502985601534121277 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-17 18:50:12 [] [] [] [] 0 [] 176.59.212.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 0 360 [] [] [] 36 [] [] 360 LG-D724 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6051357988022657758,6051361382241142637,6051379300071645913] [] [] 0 601 472 3 0 0 800 1 6051357988022657758 5 [] 0 [] [] 2017-10-14 09:14:58 300 samsung 32 [] [] [] adwords 3 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Moscow 0 0 [] android 1280 [] [] 1507954637463744599 2 [] 3 82 Russia [] [] 0 [] [] [] android_lollipop5 samsung_internet 0 33 2017-10-14 07:14:58 [] [] [] [] 0 [] 85.140.18.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 962 [] [] [] 36 [] [] 962 Galaxy Tab A 7.0 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/contacts/ [] [5849446160206401240,5849447149283839704] [] [] 0 800 668 2 27 0 800 1 5849446160206401240 9 [] 0 [0] [] 2017-10-05 11:17:46 300 24 [] [] [] 17 [] [] [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 150718426748991554 2 [] 1 4 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-05 09:17:46 [] [] [] [] 0 ['2017-10-05 09:17:50'] 77.222.109.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6146227753639218901] [] [] 0 640 524 1 0 0 1920 1 6146227753639218901 0 [] 0 [] [] 2017-10-18 13:46:38 180 huawei 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/ android 1080 [] [] 150825511591767398 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-18 11:46:38 [] [] [] [] 0 [] 176.59.207.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 PRA-TL10 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6010890904736630651] [] [] 0 1080 917 1 0 0 1080 1 6010890904736630651 0 [] 0 [] [] 2017-10-12 14:22:09 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Yekaterinburg 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1572&&l10n=ru&bu=uniq1507799379106202348 windows 1920 [] [] 1507800128479143896 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-12 12:22:09 [] [] [] [] 0 [] 89.251.69.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1515 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6323730453638161136] [] [] 1 534 468 1 0 0 802 1 6323730453638161136 2 [] 0 [] [] 2017-10-26 09:51:57 360 yandex_mobile nokia 32 [] [] [] 14 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;jsonsearch;browser;android;1402&text=где платно сдать анализ мочи в челябинске на северо-западе android 480 [] [] 1508989912645544640 1 [] 2 0 Russia [] [] 0 [] [] [] android_jelly_bean43 yandex_browser 1 12 2017-10-26 07:51:57 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 320 [] [] [] 36 [] [] 320 NokiaX2DS [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/gribkovye-zabolevaniya-mikozy/ [] [6191815125072873313,6191938786193580757,6191941343825366923,6191943574820758229,6191946163669967573,6191959173778378635,6191959796074947285,6192014565531722453,6192134122366830445,6192144162501691245,6192153368410457965,6192154129421567853] [] [] 0 900 805 12 21 0 900 1 6191815125072873313 0 [] 0 [0,0] [] 2017-10-20 14:05:00 300 24 [] [] [] 49 [] [] [24346110,24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1440 [] [] 1508490317737359065 2 [] 1 1312 Russia [] [] 0 [] [,] [] windows_xp chrome 1 33 2017-10-20 12:05:00 [] [] [] [] 0 ['2017-10-20 12:14:09','2017-10-20 12:14:12'] 37.75.252.xxx WebKit [] http://apollon174.ru/ 537 0 1 1440 [] [] [] 36 [] [] 1421 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6119734555054444238,6119754966513492724,6119765283872968398,6119772231616963294,6119777575821901946,6119781534494630622,6119810268840591482,6119811996548595834,6119814590623645818,6119815918782775418,6119817696938295418,6119823976517599350,6119825434054230138,6119828991707709558,6119834992970039418,6119877155727868022,6119881871432617682,6119888794997236457,6119909561201337074,6119922446450560709,6119930594343527154,6119958773889763163,6119973831371924210,6119988025846670064] [] [] 0 1024 705 24 27 0 1024 1 6119734555054444238 0 [] 0 [0,0,0,0] [] 2017-10-17 09:42:14 300 24 [] [] [] 11 [] [] [24345998,24345998,24346115,24346110] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['','','',''] [1,2,1,1] 0 Chelyabinsk 30066 0 [] windows 1280 [] [] 1508215334813178762 2 [] 1 965 Russia [] [] 0 [] [,,,] "['{""__ym"":{""ads"":{""w"":{""t"":636,""l"":0,""w"":1216,""h"":705},""p"":{""w"":1199,""h"":2170},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":1216,""h"":705},""p"":{""w"":1199,""h"":2167},""a"":[],""full"":1}}}']" windows8_1 msie 1 26 2017-10-17 07:42:14 [] [] [] [] 0 ['2017-10-17 07:45:13','2017-10-17 07:48:37','2017-10-17 07:51:18','2017-10-17 07:56:30'] 91.221.195.xxx Trident [] http://apollon174.ru/directions/ginekologiya/ 7 0 1 1280 [] [] [] 0 [] [] 1198 [] [] 2017-10-17 ya_undefined
27509 http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ [] [5698948105232451417] [] [] 0 534 415 1 0 0 802 1 5698948105232451417 0 [] 0 [] [] 2017-09-28 19:49:21 180 sony 32 [] [] [] 52 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 480 [] [] 1506610160955561852 1 [] 2 15 Ukraine [] [] 0 [] [] [] android_kitkat chromemobile 1 12 2017-09-28 17:49:21 [] [] [] [] 0 [] 78.154.161.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ 537 0 1 320 [] [] [] 36 [] [] 320 D2105 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6334471213177112431,6334474330983113438,6334477407400501982,6334478403970540243,6334478446980506340,6334494172466646737,6334497600457155322,6334521808348253895,6334602052460094170,6334910715473168219,6334914639739225947,6335119225885558635,6335121660144001774,6335124929636737774,6335244661985382287,6335473939084742356,6335480123166035668] [] [] 0 1024 672 11 0 0 2048 1 6334471213177112431 0 [] 0 [0,0,0] [] 2017-10-26 21:14:50 300 yandex_mobile apple 32 [] [] [] 10 [] [] [24346115,24346115,24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['','',''] [1,2,3] 0 Chelyabinsk 30066 8 [] http://yandex.ru/clck/jsredir?bu=uniq150903302735521892&from=yandex.ru;search%2Fpad;web;;&text=&etext=1586&&l10n=ru ios_double 1536 [] [] 1509034630270299645 2 [] 3 3848 Russia [] [] 0 [] [,,] [] ios10 safari_mobile 1 15 2017-10-26 19:14:50 [] [] [] [] 0 ['2017-10-26 19:56:11','2017-10-26 20:04:00','2017-10-26 20:18:35'] 37.113.188.xxx WebKit [] http://apollon174.ru/ 603 0 1 768 [] [] [] 3 [] [] 1024 iPad [] [] 2017-10-26 ya_undefined
28261 http://apollon174.ru/directions/ginekologiya/ [] [6130031282306418543,6130035429023156079,6130037004943755119,6130039165572876129,6130047415173515105] [] [] 0 640 519 4 0 0 1280 1 6130031282306418543 1 [] 0 [] [] 2017-10-17 20:36:53 180 xiaomi 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] android 720 [] [] 1507387052213406455 1 [] 2 62 Russia [] [] 0 [] [] [] android_marshmallow miui 1 11 2017-10-17 18:36:53 [] [] [] [] 0 [] 5.79.242.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 4X [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5989380490734079703] [] [] 0 640 515 1 0 0 1280 1 5989380490734079703 6 [] 0 [] [] 2017-10-11 15:34:33 300 yandex_mobile_app lg_electronics 32 [] [] [] 7 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=7b4cd0c5de0c649169304340ecbd7517&clid=2218567&internal_browser_enabled=1&text=анализы на хламидии, уреаплазма, микоплазма сдать в челябинске&serp_only=1&appsearch_header=1&lr=119615&true_url_scheme=https android 720 [] [] 1507020084111302361 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-11 13:34:33 [] [] [] [] 0 [] 83.146.109.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 360 [] [] [] 36 [] [] 360 LG-X190 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6075640404118086359] [] [] 0 534 452 1 0 0 802 1 6075640404118086359 0 [] 0 [] [] 2017-10-15 10:58:47 180 google_mobile_app samsung 32 [] [] [] adwords 57 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 480 [] [] 1508047119914972863 1 [] 2 11 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 12 2017-10-15 08:58:47 [] [] [] [] 0 [] 31.163.4.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/procedures/kostyum-prodazha-dlya-procedur-massazha-lpg/?direction=kosmetologiya&disease=apparatnaya-kosmetologiya [] [5992243655712968392] [] [] 1 1080 949 1 0 0 1080 1 5992243655712968392 0 [] 0 [] [] 2017-10-11 18:36:34 180 yandex_images 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Stavropol 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;images%2Fsearch;images;;&text=&etext=1571&l10n=ru windows 1920 [] [] 1507728998898166638 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-11 16:36:34 [] [] [] [] 0 [] 213.222.235.xxx WebKit [] http://apollon174.ru/procedures/kostyum-prodazha-dlya-procedur-massazha-lpg/?direction=kosmetologiya&disease=apparatnaya-kosmetologiya 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6110041676842541797,6110157319273456341] [] [] 0 768 610 2 0 0 768 1 6110041676842541797 0 [] 0 [] [] 2017-10-16 23:25:59 240 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1576&&l10n=ru&bu=uniq1508177363934150295 windows 1366 [] [] 1508178358199988174 2 [] 1 441 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-16 21:25:59 [] [] [] [] 0 [] 31.162.202.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1353 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/zabolevaniya-shejki-matki/ [] [5722315681922813655,5722317753278014179,5722319835352534735,5722573792808805085,5722574927702532829,5722690803349857023,5722795716066410622] [] [] 0 1024 885 7 27 0 1024 1 5722315681922813655 0 [] 0 [] [] 2017-09-29 20:35:01 300 yandex_search 24 [] [] [] 47 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1559&&l10n=ru&bu=uniq1506698018366356946 windows 1280 [] [] 1503985121442194294 2 [] 1 1832 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-09-29 18:35:01 [] [] [] [] 0 [] 176.226.221.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/ [] [6299492025915148159,6299493110172616575,6299499022377029319] [] [] 0 864 844 1 27 0 864 1 6299492025915148159 0 [] 0 [] [] 2017-10-25 08:10:55 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 26 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-25 06:10:55 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/feedbacks/ [] [5871143497946369750,5871144606329999062,5871145893566877577,5871170671851348735,5871171927805010685,5871193636434879192,5871223418425975510,5871223570839380694,5871224677712536318,5871254015212783469,5871319986371561317] [] [] 0 1024 869 8 0 0 1024 1 5871143497946369750 0 [] 0 [0] [] 2017-10-06 10:17:15 300 24 [] [] [] 61 [] [] [24346018] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1498543292563096861 2 [] 1 673 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-06 08:17:15 [] [] [] [] 0 ['2017-10-06 08:28:28'] 91.194.174.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1246 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/uzi/pechat-snimka-uz-issledovaniya-na-bumage/ [] [6190407486561329881,6190413487082049425,6190418525718323937,6190423186107540193,6190434743637517025] [] [] 0 1050 932 5 26 0 1050 1 6190407486561329881 0 [] 0 [] [] 2017-10-20 12:35:30 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1680 [] [] 150848492711505191 2 [] 1 104 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 33 2017-10-20 10:35:30 [] [] [] [] 0 [] 109.68.203.xxx Trident [] http://apollon174.ru/ 7 0 1 1680 [] [] [] 0 [] [] 1663 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ [] [5927787441453277916] [] [] 0 1050 931 1 22 0 1050 1 5927787441453277916 0 [] 0 [] [] 2017-10-08 22:18:34 360 google_search 24 [] [] [] 49 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.kz 0 [] [] [] 0 Ust-Kamenogorsk 0 0 [] https://google.kz/ windows 1680 [] [] 1507483117563046532 2 [] 1 15 Kazakhstan [] [] 0 [] [] [] windows_xp chrome 1 33 2017-10-08 20:18:34 [] [] [] [] 0 [] 109.201.55.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ 537 0 1 1680 [] [] [] 36 [] [] 1664 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5917812940274139259,5917824666784768742] [] [] 0 1024 892 2 27 0 1024 1 5917812940274139259 0 [] 0 [0] [] 2017-10-08 11:44:24 300 yandex_search 24 [] [] [] 48 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1567&&l10n=ru&bu=uniq1507432389788389798 windows 1280 [] [] 1507445064784591369 2 [] 1 45 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-10-08 09:44:24 [] [] [] [] 0 ['2017-10-08 09:45:09'] 77.222.112.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-sosudov-shei-uzdg/ 537 0 1 1280 [] [] [] 36 [] [] 1271 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/doctors/styuart-yuliana-vladimirovna/ [] [5878216999616122768] [] [] 1 640 511 1 0 0 1280 1 5878216999616122768 5 [] 0 [] [] 2017-10-06 17:46:58 300 samsung 32 [] [] [] 3 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 720 [] [] 1507294019753112767 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 samsung_internet 1 11 2017-10-06 15:46:58 [] [] [] [] 0 [] 176.59.193.xxx WebKit [] http://apollon174.ru/doctors/styuart-yuliana-vladimirovna/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J3 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5944387864309534604] [] [] 0 962 841 1 0 0 1280 1 5944387864309534604 0 [] 0 [] [] 2017-10-09 15:54:00 300 google_search samsung 32 [] [] [] adwords 47 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 800 [] [] 1507546434594206758 1 [] 3 11 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 13 2017-10-09 13:54:00 [] [] [] [] 0 [] 213.87.248.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 601 [] [] [] 36 [] [] 601 Galaxy Tab 3 8.0 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/actions/besplatnaya-konsultaciya-ginekologa/ [] [5702245392599491286,5702257485103768278,5702261939480044246,5702267190346523350,5702269551310545622,5702270728209441494,5702272773381956310] [] [] 0 864 746 6 27 0 1080 1 5702245392599491286 0 [] 0 [] [] 2017-09-28 23:18:59 300 yandex_search 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1558&&l10n=ru&bu=uniq1506614863918376764 windows 1920 [] [] 1505413385668667254 2 [] 1 105 Russia [] [] 0 [] [] [] windows8_1 msie 1 37 2017-09-28 21:18:59 [] [] [] [] 0 [] 37.113.153.xxx Trident [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 7 0 0 1536 [] [] [] 0 [] [] 1519 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5907440620185854698] [] [] 1 568 460 1 0 0 1136 1 5907440620185854698 0 [] 0 [] [] 2017-10-08 00:44:57 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://google.ru/ ios_double 640 [] [] 1507405497348217317 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-07 22:44:57 [] [] [] [] 0 [] 176.226.166.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/venerologiya/papillomovirusnaya-infekciya-anogenitalnye-borodav/ [] [5808753315616132815,5808756477489062623] [] [] 0 568 492 1 0 0 1136 1 5808753315616132815 0 [] 0 [] [] 2017-10-03 16:10:35 300 google_search apple 32 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 50 [] https://google.ru/ ios_double 640 [] [] 1507029035351666422 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 chromemobile 1 11 2017-10-03 14:10:35 [] [] [] [] 0 [] 5.141.200.xxx WebKit [] http://apollon174.ru/directions/venerologiya/papillomovirusnaya-infekciya-anogenitalnye-borodav/ 602 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6171252138043510665] [] [] 0 800 416 1 0 0 800 1 6171252138043510665 9 [] 0 [] [] 2017-10-19 16:17:38 360 yandex_mobile samsung 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 480 [] [] 1502784675949800995 1 [] 2 14 Russia [] [] 0 [] [] [] android_jelly_bean41 ucbrowser 1 12 2017-10-19 14:17:38 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 534 0 0 480 [] [] [] 30 [] [] 320 Galaxy S III mini [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5712861057935745751,5712861519361614551,5712933790955343564,5713160774210031315,5713339990718816994,5713379803250298571,5713382323970379467,5713384742826282699,5713386581071498955,5713387375279476427,5713414954814017224,5713421013399899848,5713421652264488648,5713422357955350216,5713425347928133320,5713428179427266248,5713429313598262984,5713607888549185405,5713614819859636964,5713615383457433469,5713615813181704061,5713616070156493540,5713617838263764861,5713620530211332836,5713621763890349949,5713622341659658109,5713623156139500260,5713625035088070525,5713626063197971172,5713626732533909373,5713627879408666493,5713628792644182756,5713629618634491773,5713630269188088548,5713631041011058557,5713631618083070692,5713632306836801405,5713645039062622948,5713647664756164477,5713655680803545828,5713661212107474813,5713665596286051044,5713783970532427647,5713785759987671764,5713787220033537919,5713787891244606164,5713788332756436863,5713789345923860351,5713789805632168660,5713790307357165439,5713791002445875071,5713791513996042964,5713792209922819967,5713794397287221119,5713795225433933695,5713797069902448511,5713797697083286228,5713798365786146687] [] [] 0 1080 974 57 27 0 1080 1 5712861057935745751 0 [] 0 [] [] 2017-09-29 10:33:55 300 24 [] [] [] 60 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1920 [] [] 1473163550397556199 2 [] 1 3591 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-09-29 08:33:55 [] [] [] [] 0 [] 92.43.187.xxx WebKit [] http://apollon174.ru/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6308855649061053161] [] [] 1 1080 974 1 0 0 1080 1 6308855649061053161 0 [] 0 [] [] 2017-10-25 18:06:14 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1508936771286384362 2 [] 1 0 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-25 16:06:14 [] [] [] [] 0 [] 2a02:2698:9022:6ccb::xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [6300252418354979567,6300254913815117942,6300255652995137657,6300259030329724632,6300269274602152681,6300275308117624697,6300289864148979401,6300291145376473823,6300294586759384976] [] [] 0 667 553 6 0 0 1334 1 6300252418354979567 0 [] 0 [] [] 2017-10-25 08:59:15 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 750 [] [] 15089039551022379864 1 [] 2 161 Russia [] [] 1 [] [] [] ios11 safari_mobile 1 11 2017-10-25 06:59:15 [] [] [] [] 0 [] 176.59.200.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ [] [6207642235182260951] [] [] 0 768 709 1 27 0 768 1 6207642235182260951 0 [] 0 [] [] 2017-10-21 06:51:15 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Bakal 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;yandsearch;web;;&text=&etext=1579&&l10n=ru&bu=uniq1508439483364116206 windows 1366 [] [] 1508440250963571494 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 opera 1 37 2017-10-21 04:51:15 [] [] [] [] 0 [] 91.205.209.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 537 0 0 1366 [] [] [] 36 [] [] 1493 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6244271692500443901] [] [] 0 768 656 1 24 0 768 1 6244271692500443901 9 [] 0 [] [] 2017-10-22 21:40:06 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1582&&l10n=ru&bu=uniq1508688104765544998&_bu=1 windows 1366 [] [] 1508690406385346583 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-22 19:40:06 [] [] [] [] 0 [] 90.151.149.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6144369651836527324] [] [] 0 768 566 1 27 0 768 1 6144369651836527324 0 [] 0 [] [] 2017-10-18 11:48:30 360 24 [] [] [] 48 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ windows 1024 [] [] 1508245476980328654 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 28 2017-10-18 09:48:30 [] [] [] [] 0 [] 31.192.232.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1024 [] [] [] 36 [] [] 995 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [5801972992706875079] [] [] 0 640 512 1 0 0 2560 1 5801972992706875079 4 [] 0 [] [] 2017-10-03 08:59:30 420 yandex_mobile samsung 32 [] [] [] 5 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Abakan 0 0 [] https://yandex.ru/ android 1440 [] [] 1507003170551292147 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat samsung_internet 1 11 2017-10-03 06:59:30 [] [] [] [] 0 [] 194.28.241.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S6 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/ [] [5743202325160791749,5743203961166368453,5743205997743703901,5743230689631274845] [] [] 0 640 532 4 0 0 640 1 5743202325160791749 0 [] 0 [] [] 2017-09-30 18:42:58 300 huawei 32 [] [] [] 7 [] [] wi_fi [] [] [] 40327473 [] [] [] [] social [] instagram [] [] [] l.instagram.com 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://l.instagram.com/ android 360 [] [] 1506779008744573802 1 [] 2 108 Russia [] [] 0 [] [] [] android_nougat android_browser 1 11 2017-09-30 16:42:58 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 NEM-L51 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/procedures/bezoperacionnaya-podtyazhka-lica-i-shei/?direction=kosmetologiya&disease=esteticheskaya-kosmetologiya [] [5714299886985290475] [] [] 1 568 460 1 0 0 1136 1 5714299886985290475 0 [] 0 [] [] 2017-09-29 12:05:24 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 8 [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ ios_double 640 [] [] 1475146688900418332 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-09-29 10:05:24 [] [] [] [] 0 [] 31.173.100.xxx WebKit [] http://apollon174.ru/procedures/bezoperacionnaya-podtyazhka-lica-i-shei/?direction=kosmetologiya&disease=esteticheskaya-kosmetologiya 603 0 0 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/ [] [5780027166282223500,5780028386786152332] [] [] 0 640 511 1 0 0 1280 1 5780027166282223500 0 [] 0 [] [] 2017-10-02 09:44:13 300 lg_electronics 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 720 [] [] 1506877682462375657 1 [] 2 22 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-02 07:44:13 [] [] [] [] 0 [] 176.59.193.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 LG-K410 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/ [] [6144520172144168651,6144521013707673291,6144524255434641099] [] [] 0 534 452 1 0 0 802 1 6144520172144168651 0 [] 0 [] [] 2017-10-18 11:58:04 390 samsung 32 [] [] [] 40 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 480 [] [] 15083045481032582948 1 [] 2 19 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 12 2017-10-18 09:58:04 [] [] [] [] 0 [] 37.113.176.xxx WebKit [] http://apollon174.ru/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy Core 2 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/ [] [6166399873782382717,6166400722378162301] [] [] 0 1024 1340 1 0 0 1024 1 6166399873782382717 0 [] 0 [] [] 2017-10-19 11:09:08 300 24 [] [] [] 62 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 18 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-19 09:09:08 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6240034253692478205,6240073705071316686,6240077979764131689] [] [] 0 1024 922 3 0 0 2048 1 6240034253692478205 0 [] 0 [] [] 2017-10-22 17:10:41 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 38 [] ios_double 1536 [] [] 1508674242110394551 1 [] 3 167 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 15 2017-10-22 15:10:41 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/ 604 0 1 768 [] [] [] 1 [] [] 768 iPad [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5958576921768628114] [] [] 0 640 511 1 0 0 1280 1 5958576921768628114 0 [] 0 [] [] 2017-10-10 06:56:07 180 google_search huawei 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1507607734347103610 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-10 04:56:07 [] [] [] [] 0 [] 176.59.204.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/contacts/ [] [5852879763597688949] [] [] 0 1024 672 1 0 0 2048 1 5852879763597688949 0 [] 0 [0] [] 2017-10-05 14:56:04 300 yandex_mobile apple 32 [] [] [] 10 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 4 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1565&&l10n=ru&bu=uniq15071950064778125 ios_double 1536 [] [] 1507197364785740559 2 [] 3 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 15 2017-10-05 12:56:04 [] [] [] [] 0 ['2017-10-05 12:56:04'] 94.51.68.xxx WebKit [] http://apollon174.ru/contacts/ 603 0 1 768 [] [] [] 2 [] [] 1024 iPad [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6328111555387335382,6328120027378098902] [] [] 0 640 559 1 0 0 1280 1 6328111555387335382 0 [] 0 [] [] 2017-10-26 14:30:29 180 yandex_mobile samsung 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1509017388297397279 1 [] 2 33 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-26 12:30:29 [] [] [] [] 0 [] 37.113.157.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S3 Neo [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6175845845593498326,6175846477308895958,6175850495367455446,6175884924283260624] [] [] 0 640 512 4 0 0 1280 1 6175845845593498326 0 [] 0 [0] [] 2017-10-19 21:09:42 300 leagoo 32 [] [] [] 61 [] [] wi_fi [24346115] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [''] [1] 0 Chelyabinsk 0 0 [] http://away.vk.com/away.php android 720 [] [] 1508429377545241247 1 [] 2 149 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-19 19:09:42 [] [] [] [] 0 ['2017-10-19 19:12:11'] 88.206.41.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 LEAGOO M8 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/ [] [6300159033939593053,6300162605725255517,6300164429895960413] [] [] 0 640 514 1 0 0 1280 1 6300159033939593053 9 [] 0 [] [] 2017-10-25 08:53:19 300 yandex_mobile prestigio 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 150281445458024170 1 [] 2 21 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-25 06:53:19 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 PSP7501DUO [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/doctors/afanaseva-olga-sergeevna/ [] [6035908563177574283,6035917206539734923,6035927116900470667,6035932322832322443,6035960197655302027,6035963792172519307,6035967519052800766,6035969591766159243,6035980973481665278,6035982536797587303,6035982711343023975,6035987714367562494,6035988676769744743,6035993361990034174,6035995595705157479,6035999306892714750,6036001994487898878,6036015799074031463,6036019688664736510,6036025620353517415,6036030374396306174,6036032978003953511] [] [] 0 768 610 22 0 0 768 1 6035908563177574283 0 [] 0 [] [] 2017-10-13 16:52:43 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Yekaterinburg 0 0 [] https://google.ru/ windows 1366 [] [] 1507895557381611563 2 [] 1 475 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-13 14:52:43 [] [] [] [] 0 [] 2a02:2698:1822:e899::xxx WebKit [] http://apollon174.ru/doctors/dolinin-evgenij-stanislavovich/ 537 0 1 1366 [] [] [] 36 [] [] 1332 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-bryushnogo-otdela-aorta-i-podvzdoshnyh-arterij/ [] [6031178240863764605] [] [] 0 768 598 1 0 0 768 1 6031178240863764605 0 [] 0 [] [] 2017-10-13 11:51:59 180 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Pyatigorsk 0 0 [] https://google.ru/ windows 1366 [] [] 1507877516829134993 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-13 09:51:59 [] [] [] [] 0 [] 185.75.5.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-bryushnogo-otdela-aorta-i-podvzdoshnyh-arterij/ 537 0 1 1366 [] [] [] 36 [] [] 1017 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/ [] [5959772901063262331,5959796056885821563,5959857569083690891] [] [] 0 864 844 3 27 0 864 1 5959772901063262331 0 [] 0 [0] [] 2017-10-10 08:12:09 300 24 [] [] [] 61 [] [] [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 323 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-10 06:12:09 [] [] [] [] 0 ['2017-10-10 06:13:37'] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5688217479035490192,5688256667760988048,5688297537617530768,5688297932281094901,5688376493873299577,5688381705524084857] [] [] 0 640 511 6 0 0 1280 1 5688217479035490192 0 [] 0 [] [] 2017-09-28 08:27:07 180 google_mobile_app huawei 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1506576413851384292 1 [] 2 627 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-09-28 06:27:07 [] [] [] [] 0 [] 94.24.252.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 LYO-L21 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6155372322324221837] [] [] 0 671 489 1 0 0 1200 1 6155372322324221837 0 [] 0 [] [] 2017-10-18 23:28:01 300 yandex_mobile_app nokia 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 30066 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;jsonsearch;searchapp;wp;225;1508350673866807-690837-sas1-5713-APPJS2;1508350673866807-690837-sas1-5713-APPJS2&text=анализ на микрофлору челябинск windows 720 [] [] 1508351238505989335 1 [] 2 22 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-18 21:28:01 [] [] [] [] 0 [] 217.118.83.xxx Trident [] http://apollon174.ru/directions/vse-vidy-analizov/ 7 0 1 403 [] [] [] 0 [] [] 320 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6346225851744651133,6346232615037838058] [] [] 0 640 559 1 0 0 1280 1 6346225851744651133 0 [] 0 [] [] 2017-10-27 09:42:10 180 google_mobile_app lenovo 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1509086906840255899 1 [] 2 26 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-27 07:42:10 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 A500 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [5997240499202958040] [] [] 0 768 696 1 27 0 768 1 5997240499202958040 0 [] 0 [] [] 2017-10-11 23:54:16 360 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;yandsearch;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507745736936209733 windows 1366 [] [] 1507829446119415834 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-11 21:54:16 [] [] [] [] 0 [] 37.113.144.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/actions-and-programs/page/3/ [] [5757962243218342013] [] [] 0 640 564 1 0 0 1920 1 5757962243218342013 0 [] 0 [] [] 2017-10-01 10:21:22 180 xiaomi 32 [] [] [] 60 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/actions-and-programs/page/2/ android 1080 [] [] 1506767466979825630 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-01 08:21:22 [] [] [] [] 0 [] 176.59.215.xxx WebKit [] http://apollon174.ru/actions-and-programs/page/3/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/procedures/konturnaya-plastika-gub-princess-volume-1-ml/ [] [6193505234390885108] [] [] 0 900 790 1 27 0 900 1 6193505234390885108 0 [] 0 [] [] 2017-10-20 15:52:27 240 mail_search 24 [] [] [] 48 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Lubercy 0 0 [] http://go.mail.ru/ windows 1440 [] [] 1508496756897871493 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 33 2017-10-20 13:52:27 [] [] [] [] 0 [] 95.220.181.xxx WebKit [] http://apollon174.ru/procedures/konturnaya-plastika-gub-princess-volume-1-ml/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6310750175169613709] [] [] 1 1080 985 1 0 0 1080 1 6310750175169613709 0 [] 0 [] [] 2017-10-25 20:06:41 300 yandex_search 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq1508939374129128701&_bu=1 windows 1920 [] [] 1508944020369852684 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 37 2017-10-25 18:06:41 [] [] [] [] 0 [] 5.141.129.xxx Trident [] http://apollon174.ru/directions/vse-vidy-analizov/ 7 0 1 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/procedures/kostyum-prodazha-dlya-procedur-massazha-lpg/ [] [6223800270122913675] [] [] 1 667 559 1 0 0 1334 1 6223800270122913675 0 [] 0 [] [] 2017-10-21 23:58:33 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 750 [] [] 1508612314986256661 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-21 21:58:33 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/procedures/kostyum-prodazha-dlya-procedur-massazha-lpg/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6313010559974903695] [] [] 0 568 460 1 0 0 1136 1 6313010559974903695 0 [] 0 [] [] 2017-10-25 22:30:24 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 6 [] https://google.ru/ ios_double 640 [] [] 1508952959707874031 1 [] 2 14 Russia [] [] 1 [] [] [] ios10 safari_mobile 1 11 2017-10-25 20:30:24 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 602 0 1 320 [] [] [] 4 [] [] 320 iPhone [] [] 2017-10-25 google_adwords
28261 http://apollon174.ru/ [] [6055226269686041004] [] [] 1 768 1350 1 0 0 768 1 6055226269686041004 0 [] 0 [] [] 2017-10-14 13:20:55 480 32 [] [] [] 50 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 29557 0 [] windows 1024 [] [] 150796925561783521 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 28 2017-10-14 11:20:55 [] [] [] [] 0 [] 106.120.162.xxx WebKit [] http://apollon174.ru/ 537 0 1 1024 [] [] [] 36 [] [] 2400 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6299982551570981589] [] [] 0 640 524 1 0 0 1920 1 6299982551570981589 0 [] 0 [] [] 2017-10-25 08:42:06 300 google_search huawei 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1080 [] [] 1508902934429604330 1 [] 2 15 Russia [] [] 1 [] [] [] android_nougat chromemobile 1 11 2017-10-25 06:42:06 [] [] [] [] 0 [] 85.140.76.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 PRA-TL10 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya [] [5811616127006543560] [] [] 0 640 512 1 0 0 1280 1 5811616127006543560 0 [] 0 [] [] 2017-10-03 19:12:36 300 wileyfox 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ android 720 [] [] 15066284371002069510 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-03 17:12:36 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya 537 0 0 360 [] [] [] 36 [] [] 360 Swift 2 Plus [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ [] [5711655211540423408,5711673354249577200,5711682135304970992] [] [] 0 1080 972 3 27 0 1080 1 5711655211540423408 9 [] 0 [] [] 2017-09-29 09:17:15 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1558&&l10n=ru&bu=uniq1506656681840312093 windows 1920 [] [] 1506658637540519227 2 [] 1 103 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-09-29 07:17:15 [] [] [] [] 0 [] 188.16.131.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/ [] [5822419271193993950,5822422075155941237,5822430970775078773] [] [] 0 671 489 3 0 0 1200 1 5822419271193993950 0 [] 0 [] [] 2017-10-04 06:39:26 300 nokia 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 720 [] [] 149887831227416039 1 [] 2 59 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-04 04:39:26 [] [] [] [] 0 [] 37.113.153.xxx Trident [] http://apollon174.ru/directions/ginekologiya/ 7 0 0 403 [] [] [] 0 [] [] 320 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6292179995287621320,6292187806072049352] [] [] 0 534 415 1 0 0 802 1 6292179995287621320 0 [] 0 [] [] 2017-10-25 00:26:01 240 sony 32 [] [] [] adwords 40 [] [] wi_fi [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 480 [] [] 1508877083995081620 1 [] 2 30 Russia [] [] 1 [] [] [] android_kitkat chromemobile 1 12 2017-10-24 22:26:01 [] [] [] [] 0 [] 85.202.13.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 320 [] [] [] 36 [] [] 320 D2005 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [6056681587016994511] [] [] 0 900 781 1 22 0 900 1 6056681587016994511 0 [] 0 [] [] 2017-10-14 14:53:26 300 google_search 24 [] [] [] adwords 49 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.com 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.com/ windows 1440 [] [] 1507974889685757482 2 [] 1 15 Russia [] [] 0 [] [] "['{""__ym"":{""ads"":{""w"":{""t"":1191,""l"":0,""w"":1440,""h"":781},""p"":{""w"":1423,""h"":4470},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":382,""l"":0,""w"":1440,""h"":781},""p"":{""w"":1423,""h"":4470},""a"":[],""full"":1}}}']" windows_xp chrome 1 33 2017-10-14 12:53:26 [] [] [] [] 0 [] 77.222.108.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ [] [6232310912602867551,6232409576933429138,6232409777488793490,6232840750092526300] [] [] 0 640 564 3 0 0 1920 1 6232310912602867551 0 [] 0 [] [] 2017-10-22 08:59:39 300 yandex_mobile xiaomi 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 1508644781492096637 1 [] 2 2033 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-22 06:59:39 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-22 ya_undefined
28261 http://apollon174.ru/responses/page/2/ [] [6125720619124785274,6125736138359177338] [] [] 0 640 519 2 0 0 1280 1 6125720619124785274 5 [] 0 [0] [] 2017-10-17 16:02:49 300 xiaomi 32 [] [] [] 8 [] [] [24346110] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 29557 0 [] android 720 [] [] 150823810251098494 1 [] 2 59 Russia [] [] 0 [] [] [] android_marshmallow miui 1 11 2017-10-17 14:02:49 [] [] [] [] 0 ['2017-10-17 14:02:49'] 176.59.207.xxx WebKit [] http://apollon174.ru/responses/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 4A [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [6240158374216859767] [] [] 0 640 564 1 0 0 960 1 6240158374216859767 6 [] 0 [] [] 2017-10-22 17:18:35 300 yandex_mobile_app samsung 32 [] [] [] 7 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/searchapp?uuid=bd9bc6f2e376fa5b5d66297d219a5174&clid=2218567&lr=56&noreask=1&internal_browser_enabled=1&viewport_id=serp&text=андролог уролог в челябинске&serp_only=1&appsearch_header=1&true_url_scheme=https android 540 [] [] 1508574468632267101 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-22 15:18:35 [] [] [] [] 0 [] 37.113.168.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy Grand Prime [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5828836883525795958] [] [] 0 768 660 1 27 0 768 1 5828836883525795958 9 [] 0 [] [] 2017-10-04 13:27:28 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/uzi/ windows 1366 [] [] 1501504056952356941 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-04 11:27:28 [] [] [] [] 0 [] 176.226.176.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/ [] [5941180648216594279] [] [] 0 864 844 1 27 0 864 1 5941180648216594279 0 [] 0 [] [] 2017-10-09 12:30:05 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/doctors/ windows 1536 [] [] 1467192114796125666 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-09 10:30:05 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/ [] [6120491262866105054] [] [] 0 667 559 1 0 0 1334 1 6120491262866105054 0 [] 0 [] [] 2017-10-17 10:30:21 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 8 [] ios_double 750 [] [] 1508218221568772756 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-17 08:30:21 [] [] [] [] 0 [] 37.113.168.xxx WebKit [] http://apollon174.ru/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6188833076722534233,6188836557988564690,6188842652276625295] [] [] 0 864 734 3 27 0 1080 1 6188833076722534233 0 [] 0 [] [] 2017-10-20 10:55:24 300 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/directions/dermatologiya/ugri-ugrevaya-bolezn-akne/ windows 1920 [] [] 1508476480583997333 2 [] 1 37 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-20 08:55:24 [] [] [] [] 0 [] 85.202.3.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 56 0 0 1536 [] [] [] 0 [] [] 1519 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/ [] [5917599452259164915] [] [] 0 640 560 1 0 0 1280 1 5917599452259164915 0 [] 0 [] [] 2017-10-08 11:30:50 300 google_search samsung 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1507444250418887386 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-08 09:30:50 [] [] [] [] 0 [] 176.59.214.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S5 Mini [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5918662701490638539,5918663741139586763,5918665367814409929] [] [] 0 864 844 2 27 0 864 1 5918662701490638539 0 [] 0 [0] [] 2017-10-08 12:38:26 300 24 [] [] [] 61 [] [] [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 10 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-08 10:38:26 [] [] [] [] 0 ['2017-10-08 10:38:36'] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/programs/programmy-kompleksnogo-obsledovaniya-na-ippp/ [] [6123377025650008793,6123383149070918361,6123384478388200153,6123385959151051481] [] [] 0 768 662 4 0 0 768 1 6123377025650008793 0 [] 0 [] [] 2017-10-17 13:33:49 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1576&&l10n=ru&bu=uniq15081733693323669322 windows 1366 [] [] 1507801287439066125 2 [] 1 34 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-17 11:33:49 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-kolennyh-sustavov-dvuh/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6287170748096972645,6287178435501754213] [] [] 0 480 455 1 0 0 480 1 6287170748096972645 1 [] 0 [] [] 2017-10-24 19:07:33 240 lg_electronics 32 [] [] [] adwords 4 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Moscow 30066 0 [] android 320 [] [] 1508857715282867291 1 [] 2 29 Russia [] [] 1 [] [] [] android_jelly_bean41 android_browser 1 14 2017-10-24 17:07:33 [] [] [] [] 0 [] 5.79.215.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 534 0 1 320 [] [] [] 30 [] [] 320 Optimus L4 II Dual [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/contacts/ [] [6216490749060976338,6216504990603420382] [] [] 0 768 637 2 0 0 768 1 6216490749060976338 0 [] 0 [0,0] [] 2017-10-21 16:13:50 300 24 [] [] [] 62 [] [] [24345998,24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/ginekologiya/ windows 1366 [] [] 1508443095531814503 2 [] 1 54 Russia [] [] 0 [] [,] [] windows8_1 chrome 1 37 2017-10-21 14:13:50 [] [] [] [] 0 ['2017-10-21 14:13:50','2017-10-21 14:14:44'] 37.113.156.xxx WebKit [] http://apollon174.ru/appointment/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/procedures/frenotomiya-radiovolnovym-metodom/ [] [5847839526691021524] [] [] 1 1024 878 1 20 0 1024 1 5847839526691021524 0 [] 0 [] [] 2017-10-05 09:35:37 300 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq1507135127490469280 windows 1280 [] [] 1507178138348315853 2 [] 1 0 Russia [] [] 0 [] [] [] windows_xp firefox 1 26 2017-10-05 07:35:37 [] [] [] [] 0 [] 87.249.207.xxx Gecko [] http://apollon174.ru/procedures/frenotomiya-radiovolnovym-metodom/ 52 0 1 1280 [] [] [] 0 [] [] 1264 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [5804927395687039098] [] [] 0 1024 916 1 27 0 1024 1 5804927395687039098 9 [] 0 [] [] 2017-10-03 12:07:20 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1507013380287113241 windows 1280 [] [] 1507010818810693660 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-10-03 10:07:20 [] [] [] [] 0 [] 77.222.105.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/ [] [6175552663619379925] [] [] 0 640 564 1 0 0 640 1 6175552663619379925 0 [] 0 [] [] 2017-10-19 20:51:03 300 32 [] [] [] 6 [] [] none [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] android 360 [] [] 1508428265535107541 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow android_browser 1 11 2017-10-19 18:51:03 [] [] [] [] 0 [] 176.226.209.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 R7 [] [] 2017-10-19 ya_undefined
28261 http://apollon174.ru/directions/ginekologiya/ [] [5941785154449311607] [] [] 0 455 455 1 0 0 455 1 5941785154449311607 3 [] 0 [] [] 2017-10-09 13:08:31 -1 google_search samsung 32 [] [] [] adwords 2 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/search?newwindow=1&client=ms-android-samsung&source=android-home&dcr=0&q=гинеколог решетова опц&oq=гинеколог решетова опц&aqs=mobile-gws-lite.. android 320 [] [] 1507554639581049705 1 [] 2 18 Russia [] [] 0 [] [] [] android_gingerbread android_browser 1 14 2017-10-09 11:08:31 [] [] [] [] 0 [] 213.87.240.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 533 0 1 320 [] [] [] 1 [] [] 320 Galaxy Ace [] [] 2017-10-09 google_adwords
28261 http://apollon174.ru/directions/dermatologiya/ [] [6282038276794879687] [] [] 0 452 452 1 11 1 452 1 6282038276794879687 3 [] 0 [] [] 2017-10-24 13:41:14 300 google_search samsung 32 [] [] [] adwords 2 [] [] ethernet [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/search?q=не вредно ли удалять жировик&action=devloc&safe=images&hl=ru&gl=RU&ie=&v=&client=ms-android-samsung&source=mobilesearchapp-vs&channel=iss android 320 [] [] 1508834591787716791 1 [] 2 14 Russia [] [] 1 [] [] [] android_gingerbread android_browser 1 14 2017-10-24 11:41:14 [] [] [] [] 0 [] 176.59.203.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 533 0 1 320 [] [] [] 1 [] [] 320 Galaxy S Plus [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/uzi/uzi-beremennosti-do-11-ned-diagnostika-s-cdk/ [] [6079501263713861753,6079511699236064969] [] [] 0 667 553 2 0 0 1334 1 6079501263713861753 0 [] 0 [] [] 2017-10-15 15:04:16 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 750 [] [] 1508061856794394485 1 [] 2 40 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-15 13:04:16 [] [] [] [] 0 [] 213.87.248.xxx WebKit [] http://apollon174.ru/directions/uzi/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/contacts/ [] [5810370746036522700,5810373876125273804] [] [] 0 592 1759 2 0 0 1184 1 5810370746036522700 0 [] 0 [0] [] 2017-10-03 17:53:25 300 24 [] [] [] 40 [] [] cellular [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 0 0 [] android 720 [] [] 1507035206958949899 1 [] 2 12 Russia [] [] 0 [] [] [] google_android firefox_mobile 1 12 2017-10-03 15:53:25 [] [] [] [] 0 ['2017-10-03 15:53:37'] 85.140.77.xxx Gecko [] http://apollon174.ru/ 40 0 1 360 [] [] [] 0 [] [] 360 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/atopicheskij-dermatit/ [] [5908800856856725371,5908825953980645500] [] [] 0 640 512 2 0 0 1280 1 5908800856856725371 0 [] 0 [] [] 2017-10-08 02:11:26 300 google_search lg_electronics 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Moscow 0 0 [] https://google.ru/ android 720 [] [] 1507410701398029859 1 [] 2 96 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-08 00:11:26 [] [] [] [] 0 [] 85.140.16.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 LG-K430 [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/atopicheskij-dermatit/ [] [5894293747123888880] [] [] 0 640 511 1 0 0 1280 1 5894293747123888880 0 [] 0 [] [] 2017-10-07 10:49:06 300 yandex_mobile huawei 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 1507355346698899521 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-07 08:49:06 [] [] [] [] 0 [] 88.206.67.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/atopicheskij-dermatit/ 537 0 1 360 [] [] [] 36 [] [] 360 LYO-L21 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6256299784297254610] [] [] 0 1080 949 1 0 0 1080 1 6256299784297254610 0 [] 0 [0] [] 2017-10-23 10:24:49 180 24 [] [] [] 61 [] [] [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Volgograd 0 0 [] windows 1920 [] [] 1508736290268348130 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-23 08:24:49 [] [] [] [] 0 ['2017-10-23 08:24:49'] 195.151.7.xxx WebKit [] http://apollon174.ru/contacts/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/ [] [5854413365313282801] [] [] 0 900 794 1 0 0 900 1 5854413365313282801 0 [] 0 [] [] 2017-10-05 16:33:34 180 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Nizhny Novgorod 0 0 [] windows 1600 [] [] 1507203215824020139 2 [] 1 19 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-05 14:33:34 [] [] [] [] 0 [] 95.79.105.xxx WebKit [] http://apollon174.ru/ 537 0 0 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/citomegalovirusnaya-infekciya/ [] [6211076947209881449,6211130755483699069] [] [] 0 768 635 2 27 0 768 1 6211076947209881449 0 [] 0 [] [] 2017-10-21 10:29:38 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1580&&l10n=ru&bu=uniq150856330630053931&_bu=1 windows 1366 [] [] 1508563782304723572 2 [] 1 205 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-21 08:29:38 [] [] [] [] 0 [] 62.165.39.xxx Gecko [] http://apollon174.ru/directions/venerologiya/ 56 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/ [] [5824856314673898201] [] [] 0 1024 1340 1 0 0 1024 1 5824856314673898201 0 [] 0 [] [] 2017-10-04 09:14:23 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-04 07:14:23 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6016436772235644625,6016536732777580383] [] [] 0 768 654 2 27 0 768 1 6016436772235644625 9 [] 0 [] [] 2017-10-12 20:14:44 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1572&&l10n=ru&bu=uniq1507820332089310095 windows 1366 [] [] 1507821274453609487 2 [] 1 397 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-12 18:14:44 [] [] [] [] 0 [] 37.220.176.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6121894574901437144] [] [] 0 900 788 1 27 0 900 1 6121894574901437144 9 [] 0 [] [] 2017-10-17 11:59:34 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1576&&l10n=ru&bu=uniq1508220452068421236 windows 1600 [] [] 1508223576700738285 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-17 09:59:34 [] [] [] [] 0 [] 62.192.42.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6277038527302862709,6277041185942146760] [] [] 0 667 559 2 0 0 1334 1 6277038527302862709 0 [] 0 [0] [] 2017-10-24 08:23:21 300 google_search apple 32 [] [] [] 10 [] [] [24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [''] [1] 0 30066 8 [] https://google.ru/ ios_double 750 [] [] 1508815401412241425 1 [] 2 10 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-24 06:23:21 [] [] [] [] 0 ['2017-10-24 06:23:31'] 85.140.76.xxx WebKit [] http://apollon174.ru/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/doctors/styuart-yuliana-vladimirovna/ [] [6256325893338435277,6256327950595000189,6256352814686013309,6256547261839573115] [] [] 0 640 512 4 0 0 1280 1 6256325893338435277 0 [] 0 [] [] 2017-10-23 10:26:29 300 google_search sony 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1508736427922495689 1 [] 2 859 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-23 08:26:29 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 F3111 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6256185971292512982,6256187940204716789,6256189430313263830,6256192126292337397,6256195625826912097,6256195778294318945,6256198143094034132,6256230180557686643,6256250353881714392] [] [] 0 1050 911 6 26 0 1050 1 6256185971292512982 0 [] 0 [0] [] 2017-10-23 10:17:35 300 24 [] [] [] 48 [] [] [24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1680 [] [] 1508735855710180965 2 [] 1 246 Russia [] [] 0 [] [] [] windows8_1 opera 1 33 2017-10-23 08:17:35 [] [] [] [] 0 ['2017-10-23 08:20:24'] 91.221.195.xxx WebKit [] http://apollon174.ru/ 537 0 1 1680 [] [] [] 36 [] [] 1665 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5687178568997275505] [] [] 0 640 559 1 0 0 1280 1 5687178568997275505 0 [] 0 [] [] 2017-09-28 07:21:04 300 google_search explay 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 1506565314963734283 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-09-28 05:21:04 [] [] [] [] 0 [] 188.17.102.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Indigo [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5963553142154994394] [] [] 1 640 560 1 0 0 1280 1 5963553142154994394 0 [] 0 [] [] 2017-10-10 12:12:29 300 google_search alcatel 32 [] [] [] adwords 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1507619549274322098 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-10 10:12:29 [] [] [] [] 0 [] 176.59.197.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 5056D [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6195209427036414689] [] [] 0 864 754 1 27 0 864 1 6195209427036414689 9 [] 0 [] [] 2017-10-20 17:40:48 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 14 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-20 15:40:48 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5849850845581017214] [] [] 1 640 559 1 0 0 1280 1 5849850845581017214 0 [] 0 [] [] 2017-10-05 11:43:29 300 google_search jinga 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 150718580746555931 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-05 09:43:29 [] [] [] [] 0 [] 5.79.173.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 M500-1 [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5873930320689760703] [] [] 1 1080 966 1 27 0 1080 1 5873930320689760703 0 [] 0 [] [] 2017-10-06 13:14:25 120 24 [] [] [] adwords 60 [] [] ethernet [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Warsaw 0 0 [] google_chrome_os 1920 [] [] 1504510784153954300 2 [] 1 0 Poland [] [] 0 [] [] [] google_chrome_os chrome 1 37 2017-10-06 11:14:25 [] [] [] [] 0 [] 193.192.171.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 1920 [] [] [] 36 [] [] 1920 [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/ [] [5847549559002374884] [] [] 1 671 489 1 0 0 1200 1 5847549559002374884 0 [] 0 [] [] 2017-10-05 09:17:11 300 nokia 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/directions/dermatologiya/ windows 720 [] [] 149887831227416039 1 [] 2 0 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-05 07:17:11 [] [] [] [] 0 [] 37.113.153.xxx Trident [] http://apollon174.ru/ 7 0 0 403 [] [] [] 0 [] [] 320 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya [] [5858731125742243723] [] [] 1 640 512 1 0 0 1280 1 5858731125742243723 0 [] 0 [] [] 2017-10-05 21:08:05 300 wileyfox 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ android 720 [] [] 15066284371002069510 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-05 19:08:05 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya 537 0 0 360 [] [] [] 36 [] [] 360 Swift 2 Plus [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/korrekciya-figury/ [] [6172074421503656055] [] [] 1 1050 919 1 0 0 1050 1 6172074421503656055 0 [] 0 [] [] 2017-10-19 17:09:55 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1400 [] [] 1508414993165566367 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 28 2017-10-19 15:09:55 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/korrekciya-figury/ 537 0 1 1400 [] [] [] 36 [] [] 1383 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [6280024923679761110,6280028476129420018,6280082363692098304,6280088529275986688,6280109268768662227] [] [] 0 534 452 4 0 0 802 1 6280024923679761110 0 [] 0 [] [] 2017-10-24 11:33:13 720 google_search samsung 32 [] [] [] 56 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 480 [] [] 1506392883414475878 1 [] 2 322 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-24 09:33:13 [] [] [] [] 0 [] 176.59.203.xxx WebKit [] http://apollon174.ru/ 537 0 0 320 [] [] [] 36 [] [] 320 Galaxy J1 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/primery-rabot-kosmetologov/ [] [5784000591964676858,5784001678211024755,5784005751476062061,5784009295539996517,5784016607784734419,5784017265563537104,5784027109342061300,5784029635087180543] [] [] 0 768 656 8 27 0 768 1 5784000591964676858 9 [] 0 [] [] 2017-10-02 13:56:51 240 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1506933018211525902 windows 1366 [] [] 1501135380619230902 2 [] 1 111 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-02 11:56:51 [] [] [] [] 0 [] 46.17.249.xxx WebKit [] http://apollon174.ru/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya [] [6107103228333133524,6107112522294493306,6107113742555416411,6107117694942185315,6107119313077143419,6107122159722963690,6107125778916057816,6107131601367868120,6107141506716143303,6107143877453942671,6107153791982241639,6107170864212746995,6107190962724020959,6107199546143801470] [] [] 0 1024 922 14 0 0 2048 1 6107103228333133524 0 [] 0 [0] [] 2017-10-16 20:19:09 300 yandex_mobile apple 32 [] [] [] 11 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 38 [] http://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2Fpad%2F;web;;&text=&etext=1576&&l10n=ru&bu=uniq15081613591307747 ios_double 1536 [] [] 1481732350367872865 1 [] 3 368 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 15 2017-10-16 18:19:09 [] [] [] [] 0 ['2017-10-16 18:20:58'] 5.141.176.xxx WebKit [] http://apollon174.ru/ 604 0 1 768 [] [] [] 1 [] [] 768 iPad [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/kondilomy-ostrokonechnye/ [] [6326251015447782113,6326256018848483167,6326263083259662032] [] [] 0 640 514 2 0 0 1280 1 6326251015447782113 0 [] 0 [] [] 2017-10-26 12:32:12 300 google_search lg_electronics 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1509002874827057119 1 [] 2 46 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-26 10:32:12 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 LG-K350 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/detskij-ginekolog/ [] [5780568600965810033,5780575807232018289] [] [] 0 640 564 1 0 0 1280 1 5780568600965810033 53 [] 0 [] [] 2017-10-02 10:18:39 180 yandex_mobile_app zte 32 [] [] [] 6 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=07c960d636adf90ece8c8831688777b7&clid=2284811&internal_browser_enabled=1&text=детский гинеколог в челябинске&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 720 [] [] 1506928771959031208 1 [] 2 27 Russia [] [] 0 [] [] [] android_nougat yandexsearch 1 11 2017-10-02 08:18:39 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/detskij-ginekolog/ 537 0 1 360 [] [] [] 36 [] [] 360 ZTE BLADE V0820 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6324742866318395239,6324752959656167271,6324753665077020519,6324760086407284583,6324893870917947278,6324949806007455438,6324992057552675572,6324992545810817780,6325052016702261087,6325052497035790175,6325076355989906138,6325077188786528986,6325112402313482125,6325212839846612677,6325214914463401849,6325226164711591623,6325252998945574610,6325260824602218194,6325266470612504270,6325321449479341935,6325380885544439500,6325388611158806220,6325389869625118412] [] [] 0 667 553 11 0 0 1334 1 6324742866318395239 0 [] 0 [] [] 2017-10-26 10:56:19 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] http://link.2gis.ru/EC907F27/v4-iphone/20171001/chelyabinsk/2111590608827582?http://apollon174.ru/ ios_double 750 [] [] 15089973561008802984 1 [] 2 2468 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-26 08:56:19 [] [] [] [] 0 [] 176.226.208.xxx WebKit [] http://apollon174.ru/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5866124790668988104,5866133121165168328] [] [] 0 534 456 1 0 0 534 1 5866124790668988104 1 [] 0 [] [] 2017-10-06 04:58:10 300 mtc 32 [] [] [] adwords 5 [] [] wi_fi [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 0 [] android 320 [] [] 1507247724487591391 1 [] 2 31 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 12 2017-10-06 02:58:10 [] [] [] [] 0 [] 194.154.70.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 SMART Start 3 [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [5715796245903581933] [] [] 0 667 553 1 0 0 1334 1 5715796245903581933 0 [] 0 [] [] 2017-09-29 13:40:32 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1506674429745006860 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-09-29 11:40:32 [] [] [] [] 0 [] 176.59.202.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/procedures/aspiracionnaya-biopsiya-endometriya/ [] [5828588234666681059] [] [] 0 900 735 1 0 0 0 1 5828588234666681059 0 [] 0 [] [] 2017-10-04 13:11:39 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru gnu_linux 0 [] [] 15071046991060307321 2 [] 1 15 Russia [] [] 0 [] [] [] linux firefox 1 37 2017-10-04 11:11:39 [] [] [] [] 0 [] 5.141.24.xxx Gecko [] http://apollon174.ru/procedures/aspiracionnaya-biopsiya-endometriya/ 17 0 1 1600 [] [] [] 0 [] [] 1585 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/doctors/ [] [5826338423905191799,5826339350360098679,5826341417194882943,5826352256804980599,5826517113797871479,5826525187022784375] [] [] 0 768 662 5 0 0 768 1 5826338423905191799 0 [] 0 [0,0] [] 2017-10-04 10:48:37 300 google_search 24 [] [] [] 61 [] [] [24346115,24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] ['',''] [1,2] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1507096117768637711 2 [] 1 712 Russia [] [] 0 [] [,] [] windows10 chrome 1 37 2017-10-04 08:48:37 [] [] [] [] 0 ['2017-10-04 08:48:40','2017-10-04 08:49:30'] 87.249.208.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6338194062930610043] [] [] 0 900 790 1 26 0 900 1 6338194062930610043 0 [] 0 [] [] 2017-10-27 01:11:31 300 24 [] [] [] 48 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/search/?page=1&q=ферритин windows 1600 [] [] 15089387901049034967 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-26 23:11:31 [] [] [] [] 0 [] 37.113.146.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/citologicheskoe-issledovanie/?direction=ginekologiya [] [6359063915061839711,6359069955471705951] [] [] 0 600 478 1 25 0 900 1 6359063915061839711 0 [] 0 [] [] 2017-10-27 23:18:23 300 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1509128303441898639 2 [] 1 23 Russia [] [] 0 [] [] [] windows8_1 firefox 1 37 2017-10-27 21:18:23 [] [] [] [] 0 [] 77.222.97.xxx Gecko [] http://apollon174.ru/procedures/citologicheskoe-issledovanie/?direction=ginekologiya 56 0 1 1067 [] [] [] 0 [] [] 1049 [] [] 2017-10-27 ya_undefined
26746 http://apollon174.ru/contacts/ [] [5690403986963433627,5690824035524676036,5690824748866734532,5690826864237218244,5691188025077794976,5691188052966771140] [] [] 0 768 662 5 0 0 768 1 5690403986963433627 0 [] 0 [0,0,0] [] 2017-09-28 10:46:08 480 24 [] [] [] 57 [] [] [24346115,24346115,24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] ['','',''] [1,2,3] 0 Shenzhen 28259 0 [] http://apollon174.ru/equipment/ultrazvukovoj-skaner-sonoace-r7/ windows 1366 [] [] 1506570754467517596 2 [] 1 3006 China [] [] 0 [] [,,] [] windows_7_2008server chrome 1 37 2017-09-28 08:46:08 [] [] [] [] 0 ['2017-09-28 08:46:08','2017-09-28 09:12:53','2017-09-28 09:35:59'] 113.91.32.xxx WebKit [] http://apollon174.ru/contacts/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6324183638953692871,6324190068659719879,6324190923790225095,6324210803922439879,6324214455733321848,6324215816600686279,6324270062157170549,6328654641387540169] [] [] 0 1080 907 4 27 0 1080 1 6324183638953692871 0 [] 0 [] [] 2017-10-26 10:20:46 300 google_search 24 [] [] [] 56 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Sneginsk 30066 0 [] https://google.ru/ windows 1920 [] [] 1508995250788164800 2 [] 1 329 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-26 08:20:46 [] [] [] [] 0 [] 46.45.5.xxx Gecko [] http://apollon174.ru/directions/malaya-urologiya/sindrom-hronicheskoj-tazovoj-boli/ 56 0 1 1920 [] [] [] 0 [] [] 1413 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ [] [6123985872465166461,6123997293856424061] [] [] 0 640 524 1 0 0 1920 1 6123985872465166461 0 [] 0 [] [] 2017-10-17 14:12:32 300 google_search huawei 32 [] [] [] 56 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 1080 [] [] 1508231868491096430 1 [] 2 43 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-17 12:12:32 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ 537 0 1 360 [] [] [] 36 [] [] 360 PLK-L01 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/sitemap/ [] [5779854186736001754,5779857002612925146,5779861533278080726,5779867372689564378] [] [] 0 854 492 4 0 0 854 1 5779854186736001754 1 [] 0 [] [] 2017-10-02 09:33:13 300 sony 32 [] [] [] 4 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 30066 0 [] http://link.2gis.ru/9F18497A/grymmobile/20170901/chelyabinsk/7807d0007532b?http://apollon174.ru android 480 [] [] 1506918791851397090 1 [] 2 51 Russia [] [] 0 [] [] [] android_jelly_bean41 android_browser 1 11 2017-10-02 07:33:13 [] [] [] [] 0 [] 94.25.168.xxx WebKit [] http://apollon174.ru/ 534 0 1 480 [] [] [] 30 [] [] 320 e1911_v77_gq2000_a41_6628_v20 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [6188065769414201036] [] [] 0 640 522 1 0 0 1280 1 6188065769414201036 0 [] 0 [] [] 2017-10-20 10:06:37 300 huawei 32 [] [] [] 33 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 0 [] http://apollon174.ru/actions-and-programs/ android 720 [] [] 1502120179846961311 1 [] 2 11 Russia [] [] 0 [] [] [] android_lollipop5 opera_mobile 1 11 2017-10-20 08:06:37 [] [] [] [] 0 [] 176.59.198.xxx WebKit [] http://apollon174.ru/articles/services/ 537 0 0 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5900672382540980961] [] [] 0 1080 974 1 0 0 1080 1 5900672382540980961 0 [] 0 [] [] 2017-10-07 17:34:38 300 mail_search 24 [] [] [] 61 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://go.mail.ru/ windows 1920 [] [] 15073796731018918738 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-07 15:34:38 [] [] [] [] 0 [] 88.206.72.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/ [] [5791534871446816611,5791713691271958216,5791714085016702664,5792188508796096395,5792188857344855947] [] [] 0 864 844 3 27 0 864 1 5791534871446816611 0 [] 0 [] [] 2017-10-02 21:55:52 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 2510 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-02 19:55:52 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/responses/page/5/ [] [6152657057001508753,6152671543995138168,6152676732116143829,6152686040916168408,6152686831199063768,6152696271720686307,6152700031127260887,6153151801105844087,6153188962055758558,6153201780278698718,6153223608819262174,6153224701519078110,6153227370770466669,6153236022441026270] [] [] 0 768 632 14 27 0 768 1 6152657057001508753 9 [] 0 [0,0] [] 2017-10-18 20:35:24 360 yandex_search 24 [] [] [] 17 [] [] [24346110,24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,2] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq15083325441622225402 windows 1366 [] [] 1508337123421153078 2 [] 1 2208 Russia [] [] 0 [] [,] "['{""__ym"":{""ads"":{""w"":{""t"":200,""l"":0,""w"":1366,""h"":632},""p"":{""w"":1349,""h"":2990},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":1366,""h"":632},""p"":{""w"":1349,""h"":2990},""a"":[],""full"":1}}}']" windows_7_2008server yandex_browser 1 37 2017-10-18 18:35:24 [] [] [] [] 0 ['2017-10-18 18:36:39','2017-10-18 18:38:07'] 93.170.103.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/demodekoz/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6278882048954082045] [] [] 0 570 488 1 0 0 856 1 6278882048954082045 0 [] 0 [] [] 2017-10-24 10:20:34 180 beeline 32 [] [] [] adwords 43 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 480 [] [] 1508829688652955738 1 [] 2 15 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-24 08:20:34 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Beeline_Pro_3 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ [] [6306472511392714453,6306480413029699285,6306571305917351779] [] [] 0 768 643 1 0 0 768 1 6306472511392714453 0 [] 0 [] [] 2017-10-25 15:34:43 240 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq1508926997982208647&_bu=1 windows 1366 [] [] 1508924500421930286 2 [] 1 377 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-25 13:34:43 [] [] [] [] 0 [] 188.170.198.xxx WebKit [] http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ 537 0 1 1366 [] [] [] 36 [] [] 1333 [] [] 2017-10-25 ya_undefined
28261 http://apollon174.ru/ [] [5869727123197660877] [] [] 1 712 696 1 0 0 712 1 5869727123197660877 0 [] 0 [] [] 2017-10-06 08:47:12 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] gnu_linux 1024 [] [] 1487042667640738232 2 [] 1 0 Russia [] [] 0 [] [] [] linux firefox 1 30 2017-10-06 06:47:12 [] [] [] [] 0 [] 193.150.118.xxx Gecko [] http://apollon174.ru/ 52 0 0 1024 [] [] [] 0 [] [] 1008 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6353155467475690209] [] [] 1 480 372 1 0 0 960 1 6353155467475690209 0 [] 0 [] [] 2017-10-27 17:02:43 300 apple 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 46 [] ios_double 640 [] [] 1507745093639882371 1 [] 2 0 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-27 15:02:43 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ [] [5682851932268929776,5682878382698401491,5682891932361564891,5682895417672737499] [] [] 0 667 667 4 0 0 2002 1 5682851932268929776 9 [] 0 [] [] 2017-09-28 02:45:59 180 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 30066 30 [] https://yandex.ru/ ios_double 1126 [] [] 1506548760830328123 1 [] 2 166 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-09-28 00:45:59 [] [] [] [] 0 [] 109.63.208.xxx WebKit [] http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ 603 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/ [] [5938185652939523937,5938435106251476876,5938681127624778468,5938707716725280459,5938708486110842764,5939105005381357454,5939118556006064866,5939118749485376226,5939587575644686203,5939588500942227323] [] [] 0 1024 1340 7 0 0 1024 1 5938185652939523937 0 [] 0 [] [] 2017-10-09 09:19:40 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 5352 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-09 07:19:40 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5874178556571944831,5874179136477988735] [] [] 0 864 844 2 27 0 864 1 5874178556571944831 0 [] 0 [0,0] [] 2017-10-06 13:30:12 300 24 [] [] [] 61 [] [] [24346110,24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] http://apollon174.ru/ windows 1536 [] [] 1467192114796125666 2 [] 1 3 Russia [] [] 0 [] [,] [] windows8_1 chrome 1 37 2017-10-06 11:30:12 [] [] [] [] 0 ['2017-10-06 11:30:12','2017-10-06 11:30:15'] 37.113.153.xxx WebKit [] http://apollon174.ru/responses/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/actions-and-programs/page/3/ [] [5901827374449166173,5902066584007479184] [] [] 0 640 620 2 0 0 1920 1 5901827374449166173 0 [] 0 [] [] 2017-10-07 18:48:04 180 xiaomi 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/actions-and-programs/page/2/ android 1080 [] [] 1507215519668697415 1 [] 2 913 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-07 16:48:04 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/actions-and-programs/page/3/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [5723025360930209911] [] [] 0 1080 964 1 27 0 1080 1 5723025360930209911 9 [] 0 [] [] 2017-09-29 21:20:09 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1559&&l10n=ru&bu=uniq1506699749150358503 windows 1920 [] [] 1506702050176209560 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-09-29 19:20:09 [] [] [] [] 0 [] 176.226.254.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1890 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/sindrom-hronicheskoj-tazovoj-boli/ [] [6334785236888717173,6334788981204977525] [] [] 0 1080 907 1 27 0 1080 1 6334785236888717173 0 [] 0 [] [] 2017-10-26 21:34:47 300 google_search 24 [] [] [] 56 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Sneginsk 30066 0 [] https://google.ru/ windows 1920 [] [] 1508995250788164800 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-26 19:34:47 [] [] [] [] 0 [] 46.45.5.xxx Gecko [] http://apollon174.ru/directions/malaya-urologiya/sindrom-hronicheskoj-tazovoj-boli/ 56 0 0 1920 [] [] [] 0 [] [] 1413 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6000053844462272631] [] [] 0 667 667 1 0 0 1334 1 6000053844462272631 0 [] 0 [] [] 2017-10-12 02:53:08 300 apple 32 [] [] [] adwords 35 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Magnitogorsk 30066 50 [] ios_double 750 [] [] 1507758789296683458 1 [] 2 25 Russia [] [] 0 [] [] [] ios10 googlesearch 1 11 2017-10-12 00:53:08 [] [] [] [] 0 [] 93.170.72.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 602 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/ [] [5934692898246496138] [] [] 0 864 844 1 27 0 864 1 5934692898246496138 0 [] 0 [] [] 2017-10-09 05:37:36 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-09 03:37:36 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/adaptaciya/ [] [5816979807640751826] [] [] 0 667 559 1 0 0 2002 1 5816979807640751826 0 [] 0 [] [] 2017-10-04 00:53:36 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] http://apollon174.ru/ ios_double 1126 [] [] 150706041658934171 1 [] 2 56 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-03 22:53:36 [] [] [] [] 0 [] 77.222.115.xxx WebKit [] http://apollon174.ru/directions/adaptaciya/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-04 ya_undefined
28261 http://apollon174.ru/directions/ginekologiya/ [] [6314636670749902683] [] [] 0 300 300 1 0 0 300 1 6314636670749902683 2 [] 0 [] [] 2017-10-26 00:13:47 360 google_search samsung 24 [] [] [] adwords 2 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/search?hl=ru&redir_esc=&client=ms-android-samsung&source=android-search-app&v=133247963&qsubts=1508958773794&q=сколько стоит узи молочной железы в челябинске&v=133247963 android 241 [] [] 1508958801258633278 1 [] 2 9 Russia [] [] 1 [] [] [] android_froyo android_browser 1 16 2017-10-25 22:13:47 [] [] [] [] 0 [] 87.249.198.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 533 0 1 241 [] [] [] 1 [] [] 241 Galaxy Ace [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/ [] [6187142740441042640,6187152617231876213,6187165883940212432,6187185966347718352,6187190666229452496,6187212955966769017,6187216012070619007] [] [] 0 640 512 7 0 0 1920 1 6187142740441042640 0 [] 0 [] [] 2017-10-20 09:07:56 180 huawei 32 [] [] [] 56 [] [] wi_fi [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon11/ android 1080 [] [] 1508479626298068889 1 [] 2 280 Russia [] [] 0 [] [] "['{""__ym"":{""ads"":{""w"":{""t"":722,""l"":0,""w"":360,""h"":568},""p"":{""w"":361,""h"":4019},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":360,""h"":512},""p"":{""w"":361,""h"":4019},""a"":[],""full"":1}}}']" android_marshmallow chromemobile 1 11 2017-10-20 07:07:56 [] [] [] [] 0 [] 77.222.109.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 KIW-L21 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5923884912496354047] [] [] 0 768 635 1 27 0 768 1 5923884912496354047 0 [] 0 [0] [] 2017-10-08 18:10:27 300 24 [] [] [] 55 [] [] [24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ windows 1366 [] [] 1503931952751838902 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 firefox 1 37 2017-10-08 16:10:27 [] [] [] [] 0 ['2017-10-08 16:10:27'] 176.226.142.xxx Gecko [] http://apollon174.ru/contacts/ 55 0 0 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6030153934890083067] [] [] 0 640 512 1 0 0 1920 1 6030153934890083067 4 [] 0 [] [] 2017-10-13 10:46:51 300 google_search samsung 32 [] [] [] adwords 5 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1080 [] [] 15078736061067660040 1 [] 2 14 Russia [] [] 0 [] [] [] android_nougat samsung_internet 1 11 2017-10-13 08:46:51 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A5 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/ [] [5962114446447354596,5962337711406195427,5962351632004686553,5962354186145506009,5962358174269579993,5962358891225817827,5962360026885006041,5962370627637355235] [] [] 0 900 752 8 27 0 900 1 5962114446447354596 0 [] 0 [] [] 2017-10-10 10:41:01 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/ windows 1600 [] [] 1477648892228275262 2 [] 1 977 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-10 08:41:01 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/directions/uzi/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5963444226905613051] [] [] 0 740 612 1 0 0 2220 1 5963444226905613051 0 [] 0 [] [] 2017-10-10 12:05:34 300 google_mobile_app samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1507619312577541387 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 10 2017-10-10 10:05:34 [] [] [] [] 0 [] 176.59.195.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 SM-G950F [] [] 2017-10-10 google_adwords
28261 http://apollon174.ru/appointment/ [] [6309813640685686673,6309818971851334389,6309819501361242869] [] [] 0 640 514 2 0 0 1920 1 6309813640685686673 2 [] 0 [0] [] 2017-10-25 19:07:08 300 xiaomi 32 [] [] [] 9 [] [] [24345998] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 29557 0 [] android 1080 [] [] 1508940339409534881 1 [] 2 23 Russia [] [] 0 [] [] [] android_lollipop5 miui 1 11 2017-10-25 17:07:08 [] [] [] [] 0 ['2017-10-25 17:07:29'] 176.59.210.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 3 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ [] [5906987313291333518] [] [] 0 640 592 1 0 0 640 1 5906987313291333518 4 [] 0 [] [] 2017-10-08 00:16:08 300 yandex_mobile samsung 32 [] [] [] 4 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 360 [] [] 1507403690631729273 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 11 2017-10-07 22:16:08 [] [] [] [] 0 [] 46.17.252.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S3 Neo [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/appointment/ [] [5992929340559986378,5992945122488361688,5992945726205993688,5992951288096105176,5992953427066883786] [] [] 0 864 746 5 27 0 1080 1 5992929340559986378 0 [] 0 [0,0] [] 2017-10-11 19:20:11 300 yandex_search 24 [] [] [] 11 [] [] [24346115,24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507730840282112618 windows 1920 [] [] 1505413385668667254 2 [] 1 107 Russia [] [] 0 [] [,] [] windows8_1 msie 1 37 2017-10-11 17:20:11 [] [] [] [] 0 ['2017-10-11 17:21:34','2017-10-11 17:21:43'] 37.113.153.xxx Trident [] http://apollon174.ru/procedures/maska-alginatnaya/ 7 0 0 1536 [] [] [] 0 [] [] 1519 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6173213950237478598] [] [] 1 1080 949 1 0 0 1080 1 6173213950237478598 0 [] 0 [] [] 2017-10-19 18:22:22 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1508419342258955085 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-19 16:22:22 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/actions/glubokoe-uvlazhnenie-i-vosstanovlenie-kozhi-lica/ [] [5825071921646010486,5825111852970934391,5825115894163439735,5825140496309944439,5825142478090272887] [] [] 0 1024 892 5 21 0 1024 1 5825071921646010486 0 [] 0 [] [] 2017-10-04 09:28:05 300 yandex_search 24 [] [] [] 49 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq1507087032580280334 windows 1280 [] [] 150520698126121492 2 [] 1 270 Russia [] [] 0 [] [] [] windows_xp chrome 1 26 2017-10-04 07:28:05 [] [] [] [] 0 [] 79.104.36.xxx WebKit [] http://apollon174.ru/procedures/bioreparaciya-gialripajer-02-2-ml/ 537 0 0 1280 [] [] [] 36 [] [] 1235 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6302678765838279401] [] [] 0 480 455 1 0 0 480 1 6302678765838279401 1 [] 0 [] [] 2017-10-25 11:33:31 240 lg_electronics 32 [] [] [] adwords 4 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 0 [] android 320 [] [] 15089170691051939277 1 [] 2 16 Russia [] [] 1 [] [] [] android_jelly_bean41 android_browser 1 14 2017-10-25 09:33:31 [] [] [] [] 0 [] 176.59.201.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 534 0 1 320 [] [] [] 30 [] [] 320 Optimus L4 II Dual [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5923347642029182670] [] [] 0 768 662 1 0 0 768 1 5923347642029182670 0 [] 0 [] [] 2017-10-08 17:36:18 300 google_search 24 [] [] [] adwords 60 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1507466166683543727 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-08 15:36:18 [] [] [] [] 0 [] 5.79.218.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6153385244461367415,6153389758962204791,6153414258545131639,6153424881627955319] [] [] 0 1024 1000 4 0 0 1024 1 6153385244461367415 0 [] 0 [] [] 2017-10-18 21:21:41 300 yandex_mobile samsung 32 [] [] [] 4 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq150834152198721720 android 768 [] [] 1508344001979732411 1 [] 3 152 Russia [] [] 0 [] [] [] android_marshmallow samsung_internet 1 15 2017-10-18 19:21:41 [] [] [] [] 0 [] 77.222.117.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 768 [] [] [] 36 [] [] 768 Galaxy Tab A 8.0 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6059705558207303567,6059847325442903954] [] [] 0 1080 975 2 0 0 1080 1 6059705558207303567 0 [] 0 [] [] 2017-10-14 18:05:42 360 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] https://google.ru/ windows 1920 [] [] 15079863341705929 2 [] 1 556 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-14 16:05:42 [] [] [] [] 0 [] 77.222.126.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1887 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6085078258222632658] [] [] 0 768 658 1 27 0 768 1 6085078258222632658 0 [] 0 [] [] 2017-10-15 20:58:51 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1575&&l10n=ru&bu=uniq1508081903065218435 windows 1366 [] [] 1508083130958220358 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-15 18:58:51 [] [] [] [] 0 [] 176.56.2.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [5939535643803913942] [] [] 0 667 559 1 0 0 1334 1 5939535643803913942 0 [] 0 [] [] 2017-10-09 10:45:30 300 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://google.ru/ ios_double 750 [] [] 1507527930589099937 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-09 08:45:30 [] [] [] [] 0 [] 31.207.225.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6143699485416235763] [] [] 0 900 790 1 27 0 900 1 6143699485416235763 0 [] 0 [] [] 2017-10-18 11:05:53 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508306323158108012 windows 1600 [] [] 1502186260636109775 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-18 09:05:53 [] [] [] [] 0 [] 176.226.216.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ [] [5996786457853305574,5996830685585477333] [] [] 0 768 662 2 0 0 768 1 5996786457853305574 0 [] 0 [] [] 2017-10-11 23:25:24 360 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.kz 0 [] [] [] 0 Kostanai 0 0 [] https://yandex.kz/clck/jsredir?from=yandex.kz;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507744484049243612 windows 1366 [] [] 1507757223573061484 2 [] 1 169 Kazakhstan [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-11 21:25:24 [] [] [] [] 0 [] 145.249.161.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6124219509779997428,6124220473687936908,6124222849552746335] [] [] 0 1080 970 3 0 0 1080 1 6124219509779997428 0 [] 0 [0] [] 2017-10-17 14:27:23 300 yandex_search 24 [] [] [] 48 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;yandsearch;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508231784268201006 windows 1920 [] [] 1508232446522421614 2 [] 1 13 Russia [] [] 0 [] [] [] windows10 opera 1 37 2017-10-17 12:27:23 [] [] [] [] 0 ['2017-10-17 12:27:36'] 188.43.29.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1905 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6354423550681288395,6354430364395769547] [] [] 0 640 560 1 0 0 960 1 6354423550681288395 0 [] 0 [] [] 2017-10-27 18:23:22 300 google_mobile_app samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 540 [] [] 1509110575120486404 1 [] 2 26 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-27 16:23:22 [] [] [] [] 0 [] 85.140.77.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/contacts/ [] [6346284681214042879,6346291186825693043,6346294927929640819,6346334391080585075] [] [] 0 768 662 2 0 0 768 1 6346284681214042879 0 [] 0 [0] [] 2017-10-27 09:45:54 300 yandex_search 24 [] [] [] 61 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?bu=uniq150907909161939840&from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru windows 1366 [] [] 1509079548111544288 2 [] 1 190 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-27 07:45:54 [] [] [] [] 0 ['2017-10-27 07:49:04'] 212.57.180.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [6012459890935866082] [] [] 1 667 559 1 0 0 1334 1 6012459890935866082 0 [] 0 [] [] 2017-10-12 16:01:54 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 6 [] https://yandex.ru/ ios_double 750 [] [] 1507806114855080853 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-12 14:01:54 [] [] [] [] 0 [] 94.25.168.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 602 0 1 375 [] [] [] 4 [] [] 375 iPhone [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6301321088855188195,6301324776073601758] [] [] 0 640 596 1 0 0 1280 1 6301321088855188195 9 [] 0 [] [] 2017-10-25 10:07:12 120 samsung 32 [] [] [] 17 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/ android 720 [] [] 1508845354166517052 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat yandex_browser 1 11 2017-10-25 08:07:12 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/doctors/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6348162723594372967,6348171067292125031] [] [] 0 640 566 1 0 0 1920 1 6348162723594372967 9 [] 0 [] [] 2017-10-27 11:45:18 180 yandex_mobile xiaomi 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1509093866139044411 1 [] 2 32 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-27 09:45:18 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 MI 4W [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5785312678910099578] [] [] 1 667 553 1 0 0 1334 1 5785312678910099578 0 [] 0 [0] [] 2017-10-02 15:20:16 300 apple 32 [] [] [] 11 [] [] [24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 30066 38 [] http://apollon174.ru/responses/ ios_double 750 [] [] 150565392078421290 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-02 13:20:16 [] [] [] [] 0 ['2017-10-02 13:20:16'] 83.169.216.xxx WebKit [] http://apollon174.ru/contacts/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/procedures/sinehii-malyh-polovyh-gub-razvedenie/ [] [5989286367165948646] [] [] 0 667 559 1 0 0 1334 1 5989286367165948646 0 [] 0 [] [] 2017-10-11 15:28:34 180 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Moscow 30066 4 [] https://google.ru/ ios_double 750 [] [] 1507717804184275021 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-11 13:28:34 [] [] [] [] 0 [] 185.35.36.xxx WebKit [] http://apollon174.ru/procedures/sinehii-malyh-polovyh-gub-razvedenie/ 603 0 1 375 [] [] [] 2 [] [] 375 iPhone [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-intimnyj-zhenskij-vertikalnyj-prokol-kapyu/ [] [6133275645231238866] [] [] 0 667 549 1 0 0 1334 1 6133275645231238866 0 [] 0 [] [] 2017-10-18 00:03:09 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Yekaterinburg 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1508266990586167182 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-17 22:03:09 [] [] [] [] 0 [] 5.165.12.xxx WebKit [] http://apollon174.ru/procedures/pirsing-intimnyj-zhenskij-vertikalnyj-prokol-kapyu/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-18 ya_undefined
28261 http://apollon174.ru/ [] [6277420773941191396] [] [] 1 712 696 1 0 0 712 1 6277420773941191396 0 [] 0 [] [] 2017-10-24 08:47:39 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] gnu_linux 1024 [] [] 1487042667640738232 2 [] 1 0 Russia [] [] 0 [] [] [] linux firefox 1 30 2017-10-24 06:47:39 [] [] [] [] 0 [] 193.150.118.xxx Gecko [] http://apollon174.ru/ 52 0 0 1024 [] [] [] 0 [] [] 1008 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6076282407875776199] [] [] 0 864 756 1 27 0 864 1 6076282407875776199 0 [] 0 [] [] 2017-10-15 11:39:37 360 google_search 24 [] [] [] adwords 48 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1536 [] [] 1508045951800314371 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-15 09:39:37 [] [] [] [] 0 [] 31.207.193.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1536 [] [] [] 36 [] [] 1519 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5771509887270127465] [] [] 1 768 613 1 0 0 768 1 5771509887270127465 0 [] 0 [] [] 2017-10-02 00:42:42 180 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1561&&l10n=ru&bu=uniq1506885511136143363 windows 1360 [] [] 1506894116684457373 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-01 22:42:42 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 1360 [] [] [] 36 [] [] 1343 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [5722659986002682602] [] [] 0 1024 694 1 27 0 1024 1 5722659986002682602 9 [] 0 [] [] 2017-09-29 20:56:55 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1559&&l10n=ru&bu=uniq1506684591687257987 windows 1280 [] [] 1506700606376040002 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-09-29 18:56:55 [] [] [] [] 0 [] 37.113.164.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5971237349825192699,5971241208576221947] [] [] 0 640 570 2 0 0 640 1 5971237349825192699 1 [] 0 [0] [] 2017-10-10 20:21:02 300 yandex_mobile meizu 32 [] [] [] 5 [] [] wi_fi [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] https://yandex.ru/ android 360 [] [] 1507648975936301855 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 11 2017-10-10 18:21:02 [] [] [] [] 0 ['2017-10-10 18:21:17'] 77.222.96.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 MZ-M3s [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/ [] [6143087757117882494,6143220948634439375,6143221361744809679,6143221756421213903,6143222577567633103,6143312002501050492] [] [] 0 900 752 6 27 0 900 1 6143087757117882494 0 [] 0 [] [] 2017-10-18 10:27:00 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 870 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-18 08:27:00 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [6260346956193468302,6260725235322458001,6260738999183478673,6260740987021430673,6260763267122335633] [] [] 0 640 511 5 0 0 1280 1 6260346956193468302 0 [] 0 [] [] 2017-10-23 14:42:08 180 google_search htc 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 720 [] [] 1508759115520432437 1 [] 2 1588 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-23 12:42:08 [] [] [] [] 0 [] 31.207.211.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 1 360 [] [] [] 36 [] [] 360 HTC Desire 628 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6032232974806683531,6032235796956455646,6032238487509929868,6032240483764544230,6032242076459208404,6032244277163855572,6032245373452165853,6032293328216129662] [] [] 0 1050 944 8 0 0 1050 1 6032232974806683531 0 [] 0 [] [] 2017-10-13 12:59:02 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/account/coupons/15474437/ windows 1680 [] [] 1502079894699203971 2 [] 1 230 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-13 10:59:02 [] [] [] [] 0 [] 78.29.26.xxx WebKit [] http://apollon174.ru/ 537 0 0 1680 [] [] [] 36 [] [] 1663 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6337917360428552081,6337925104429698961] [] [] 0 640 559 1 0 0 1920 1 6337917360428552081 0 [] 0 [] [] 2017-10-27 00:53:56 180 google_mobile_app samsung 32 [] [] [] adwords 55 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1508968375452528577 1 [] 2 29 Russia [] [] 1 [] [] [] android_kitkat chromemobile 1 11 2017-10-26 22:53:56 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A7 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [5944627302307991439] [] [] 0 640 560 1 0 0 960 1 5944627302307991439 0 [] 0 [] [] 2017-10-09 16:09:13 420 google_mobile_app samsung 32 [] [] [] adwords 56 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 540 [] [] 150754016175095018 1 [] 2 11 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-09 14:09:13 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J2 Prime [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/psoriaz/ [] [6298034717647965912,6298041509749198552,6298060483456929496,6298064135176589016,6298423740556378230,6298430312283373686] [] [] 0 640 512 3 0 0 1280 1 6298034717647965912 4 [] 0 [] [] 2017-10-25 06:38:15 300 samsung 32 [] [] [] adwords 5 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 720 [] [] 1508895487418090284 1 [] 2 1509 Russia [] [] 1 [] [] [] android_marshmallow samsung_internet 1 11 2017-10-25 04:38:15 [] [] [] [] 0 [] 176.59.213.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 SAMSUNG SM-G5510 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [5987011753151301473,5987029610448036602,5987033109658339169,5987037538049073914] [] [] 0 800 456 4 0 0 800 1 5987011753151301473 1 [] 0 [] [] 2017-10-11 13:03:57 240 fly 32 [] [] [] adwords 4 [] [] wi_fi [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 0 [] android 480 [] [] 1507712613905726848 1 [] 2 98 Russia [] [] 0 [] [] [] android_jelly_bean41 android_browser 1 12 2017-10-11 11:03:57 [] [] [] [] 0 [] 176.59.198.xxx WebKit [] http://apollon174.ru/directions/uzi/ 534 0 1 480 [] [] [] 30 [] [] 320 Fly IQ4490 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/ [] [5990948256509071059] [] [] 1 768 637 1 0 0 768 1 5990948256509071059 0 [] 0 [] [] 2017-10-11 17:14:13 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1507724053968083621 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-11 15:14:13 [] [] [] [] 0 [] 31.207.238.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6256587627268671325,6256597574411625214] [] [] 0 1024 855 2 27 0 1024 1 6256587627268671325 0 [] 0 [0] [] 2017-10-23 10:43:07 300 yandex_search 24 [] [] [] 56 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1582&&l10n=ru&bu=uniq1508735713287107599&_bu=1 windows 1280 [] [] 150873738783152303 2 [] 1 38 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 26 2017-10-23 08:43:07 [] [] [] [] 0 ['2017-10-23 08:43:45'] 31.207.232.xxx Gecko [] http://apollon174.ru/procedures/dermatoskopiya/ 56 0 1 1280 [] [] [] 0 [] [] 1249 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6069713486576624381] [] [] 0 640 564 1 0 0 1920 1 6069713486576624381 0 [] 0 [] [] 2017-10-15 04:41:59 120 google_mobile_app xiaomi 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 15080352856348925 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-15 02:41:59 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/doctors/ [] [5994588967530659964,5994598913372063601] [] [] 0 768 645 2 0 0 768 1 5994588967530659964 0 [] 0 [] [] 2017-10-11 21:05:42 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] windows 1024 [] [] 150773794275737854 2 [] 1 38 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 28 2017-10-11 19:05:42 [] [] [] [] 0 [] 31.173.100.xxx WebKit [] http://apollon174.ru/ 537 0 1 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ [] [5901695113223997293] [] [] 0 640 560 1 0 0 1920 1 5901695113223997293 0 [] 0 [] [] 2017-10-07 18:39:40 180 yandex_mobile samsung 32 [] [] [] 61 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1507390866371736461 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-07 16:39:40 [] [] [] [] 0 [] 94.25.168.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A7 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5850197387706109638] [] [] 0 640 560 1 0 0 1280 1 5850197387706109638 0 [] 0 [] [] 2017-10-05 12:05:31 300 google_search samsung 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 1507187132889930931 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-05 10:05:31 [] [] [] [] 0 [] 185.163.240.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6332404878419953531,6332408417055934331] [] [] 0 640 564 1 0 0 1920 1 6332404878419953531 0 [] 0 [] [] 2017-10-26 19:03:27 300 google_search xiaomi 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.com 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.com/ android 1080 [] [] 1509026072756285366 1 [] 2 16 Russia [] [] 1 [] [] [] android_nougat chromemobile 1 11 2017-10-26 17:03:27 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/directions/uzi/uzi-molochnyh-zhelez-regionarnyh-limfouzlov/ [] [5712061893034124029,5712065593733292778,5712067827615408893] [] [] 0 1080 974 3 27 0 1080 1 5712061893034124029 0 [] 0 [] [] 2017-09-29 09:43:06 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1558&&l10n=ru&bu=uniq1506656429325330812 windows 1920 [] [] 1506660190710022216 2 [] 1 23 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-09-29 07:43:06 [] [] [] [] 0 [] 87.249.215.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/doctors/shetinina-marya-kuzminichna/appointment/ [] [5746505735563125476,5746518180238729954,5746520174483210359,5746525028221718411,5746531796180804341,5746533759179563731,5746567455295672205] [] [] 0 768 637 7 0 0 768 1 5746505735563125476 0 [] 0 [0] [] 2017-09-30 22:12:59 300 yandex_search 24 [] [] [] 61 [] [] [24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1560&&l10n=ru&bu=uniq1506790296611226807 windows 1366 [] [] 1506791585904539684 2 [] 1 236 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-09-30 20:12:59 [] [] [] [] 0 ['2017-09-30 20:16:55'] 92.43.185.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [6281746826056961932,6281750625473793735,6281782213865120476,6281793947042057927,6281799904714031225,6281799873683530463,6281801869907724155,6281817648761414400,6281826908996379372,6281852371692167901,6281858374204138205,6281863420285559517,6281866904510145245,6281877319811080916,6282031602163524350] [] [] 0 840 735 15 26 0 1050 1 6281746826056961932 0 [] 0 [0] [] 2017-10-24 13:22:42 300 24 [] [] [] adwords 11 [] [] [24346110] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] windows 1680 [] [] 1508833362845328030 2 [] 1 1086 Russia [] [] 1 [] [] [] windows_7_2008server msie 1 33 2017-10-24 11:22:42 [] [] [] [] 0 ['2017-10-24 11:22:56'] 109.68.203.xxx Trident [] http://apollon174.ru/directions/dermatologiya/ 7 0 1 1344 [] [] [] 0 [] [] 1327 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/ [] [5786248430369902473] [] [] 1 667 553 1 0 0 1334 1 5786248430369902473 0 [] 0 [] [] 2017-10-02 16:19:45 300 google_search apple 32 [] [] [] 11 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 750 [] [] 1506937669237314638 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-02 14:19:45 [] [] [] [] 0 [] 213.87.241.xxx WebKit [] http://apollon174.ru/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-02 ya_undefined
28261 http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ [] [6347374915742861766,6347375694023231647,6347377000684980383,6347377895829145759,6347379580189542828,6347383254288173484,6347436779486579142] [] [] 0 768 609 5 27 0 768 1 6347374915742861766 0 [] 0 [] [] 2017-10-27 10:55:13 -420 yandex_search 24 [] [] [] 57 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Vancouver 29557 0 [] https://yandex.ru/clck/jsredir?bu=uniq1509083705401141&from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru windows 1366 [] [] 150908371214266864 2 [] 1 236 Canada [] [] 0 [] [] [] windows10 firefox 1 37 2017-10-27 08:55:13 [] [] [] [] 0 [] 24.80.108.xxx Gecko [] http://apollon174.ru/ 57 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/equipment/ultrazvukovoj-skaner-sonoace-r7/ [] [5803347700262118142,5803348868233175806,5803366555430167294,5803373343187411710,5803378412500027239] [] [] 0 768 613 5 0 0 768 1 5803347700262118142 0 [] 0 [0] [] 2017-10-03 10:26:54 300 24 [] [] [] 61 [] [] [24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [''] [1] 0 Yekaterinburg 0 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1366 [] [] 1507008416432511582 2 [] 1 117 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-03 08:26:54 [] [] [] [] 0 ['2017-10-03 08:28:06'] 212.23.74.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-03 ya_undefined
28261 http://apollon174.ru/ [] [5933525485383845671] [] [] 0 900 1879 1 11 2 900 1 5933525485383845671 0 [] 0 [] [] 2017-10-09 04:23:23 -420 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATNPg1ddklwr8rCo4Xz9VssENtNLSLyqJuydCzm-f1QgI8b5LWkko9Cig-P25uHA6A_vlwakeewc3KtNPOKh_W1FxkDn1eUeIRIwSqZP7C2Hio5PaImgyRjL4v1B6OhtHsnbB76Cgif7RA8tq5_1Zg windows 1440 [] [] 1507505002697114543 2 [] 1 15 Ireland [] [] 0 [] [] [] windows10 firefox 1 33 2017-10-09 02:23:23 [] [] [] [] 0 [] 2a03:2880:2111:4fe1::xxx Gecko [] http://apollon174.ru/ 56 0 1 1440 [] [] [] 0 [] [] 1025 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6016387216357723848,6016395673648762568,6016691314888024804] [] [] 0 640 477 3 0 0 1280 1 6016387216357723848 0 [] 0 [] [] 2017-10-12 20:11:35 300 yandex_mobile huawei 32 [] [] [] 33 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/ android 720 [] [] 1502120179846961311 1 [] 2 1160 Russia [] [] 0 [] [] [] android_lollipop5 opera_mobile 1 11 2017-10-12 18:11:35 [] [] [] [] 0 [] 5.79.247.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6347998487467270897,6348005036765487857] [] [] 0 1024 918 1 0 0 1024 1 6347998487467270897 0 [] 0 [] [] 2017-10-27 11:34:52 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1509086169230619568 2 [] 1 25 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 26 2017-10-27 09:34:52 [] [] [] [] 0 [] 94.51.53.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/doctors/ [] [6256978475801644945] [] [] 0 900 752 1 27 0 900 1 6256978475801644945 0 [] 0 [] [] 2017-10-23 11:07:58 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/ windows 1600 [] [] 1477648892228275262 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-23 09:07:58 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/doctors/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6289106693829168846] [] [] 1 640 519 1 0 0 1280 1 6289106693829168846 1 [] 0 [] [] 2017-10-24 21:10:38 180 xiaomi 32 [] [] [] 8 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 0 [] http://apollon174.ru/ android 720 [] [] 1492288607243295188 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow miui 1 11 2017-10-24 19:10:38 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 4A [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6100132543641421661,6100134101652604765,6100248539118969562,6100279698239005412,6100283416730936063,6100284265935151845] [] [] 0 720 594 6 0 0 720 1 6100132543641421661 0 [] 0 [] [] 2017-10-16 12:55:58 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1505194350956453588 2 [] 1 579 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-16 10:55:58 [] [] [] [] 0 [] 94.24.246.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1169 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [5692181989877878469] [] [] 0 1080 950 1 0 0 1080 1 5692181989877878469 0 [] 0 [] [] 2017-09-28 12:39:11 300 yandex_search 24 [] [] [] 60 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1557&&l10n=ru&bu=uniq1506575939737397610 windows 1920 [] [] 1506584355774427943 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-09-28 10:39:11 [] [] [] [] 0 [] 31.173.103.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/procedures/bioreparaciya-gialripajer-02-2-ml/ [] [5968375149822747387] [] [] 0 640 524 1 0 0 1920 1 5968375149822747387 0 [] 0 [] [] 2017-10-10 17:19:04 300 google_search huawei 32 [] [] [] 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1080 [] [] 15076379344714122 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-10 15:19:04 [] [] [] [] 0 [] 213.87.241.xxx WebKit [] http://apollon174.ru/procedures/bioreparaciya-gialripajer-02-2-ml/ 537 0 1 360 [] [] [] 36 [] [] 360 NEM-L51 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5988354159456297700] [] [] 0 640 512 1 0 0 1280 1 5988354159456297700 0 [] 0 [] [] 2017-10-11 14:29:18 300 google_search asus 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1507714160255782563 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-11 12:29:18 [] [] [] [] 0 [] 176.59.202.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_X008D [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/ [] [6222772590572217052,6222789982846722780,6222790469444444892,6222802784321807068,6222803402021151452,6222815983597265628,6222817545108857564,6222824732945294044,6222826204523143891,6222827051357840083,6222827880911479516,6222832735996617436,6222832894992458451,6222833561357525724,6222835795412656851,6222850559126545116,6222854862215062236,6222855832477901523,6222861201301840595,6222865914369942236,6222877562134864595,6222881211603755731,6222881695146975955,6222882664744493779,6222884935900340947,6222908901469201107,6222923902233354963,6222925440650584787,6222928063164326622,6222942588392448734,6222943029955142366,6222943707978801886,6222945030605906643,6222953286820700894,6222967420807815902,6222981361844363998,6222982755613680350,6222987873898202981,6223000409166062302] [] [] 0 640 528 39 0 0 1280 1 6222772590572217052 6 [] 0 [] [] 2017-10-21 22:53:13 300 32 [] [] [] 7 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/directions/kosmetologiya/ android 720 [] [] 1507276789872867204 1 [] 2 869 Russia [] [] 0 [] [] [] android_nougat yandexsearch 1 11 2017-10-21 20:53:13 [] [] [] [] 0 [] 188.16.129.xxx WebKit [] http://apollon174.ru/procedures/massazh-lica-plasticheskij/?direction=kosmetologiya 537 0 0 360 [] [] [] 36 [] [] 360 DLI-TL20 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/procedures/konturnaya-plastika-nosogubnye-skladki/ [] [5785720631067157209] [] [] 0 1080 949 1 27 0 1080 1 5785720631067157209 0 [] 0 [] [] 2017-10-02 15:46:12 300 mail_search 24 [] [] [] 61 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://go.mail.ru/ windows 1920 [] [] 1506941172497747352 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-02 13:46:12 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/procedures/konturnaya-plastika-nosogubnye-skladki/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/uzi/pechat-snimka-uz-issledovaniya-na-bumage/ [] [6126152306058858380] [] [] 0 768 671 1 26 0 768 1 6126152306058858380 0 [] 0 [] [] 2017-10-17 16:30:16 180 yandex_search 24 [] [] [] 51 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508237468947449353 windows 1366 [] [] 1508239808189786162 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-17 14:30:16 [] [] [] [] 0 [] 178.255.249.xxx Gecko [] http://apollon174.ru/directions/uzi/pechat-snimka-uz-issledovaniya-na-bumage/ 51 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6346492441231625934,6346499332799991502,6346500215729032910,6346660442206634110,6346664171477401726] [] [] 0 819 672 2 27 0 1024 1 6346492441231625934 0 [] 0 [0] [] 2017-10-27 09:59:07 300 yandex_search 24 [] [] [] 56 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?bu=uniq1509076972325465306&from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru windows 1280 [] [] 1509080347398745998 2 [] 1 655 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 26 2017-10-27 07:59:07 [] [] [] [] 0 ['2017-10-27 08:09:48'] 77.222.99.xxx Gecko [] http://apollon174.ru/directions/vse-vidy-analizov/ 56 0 1 1024 [] [] [] 0 [] [] 1007 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6132696575052615384] [] [] 1 768 643 1 27 0 768 1 6132696575052615384 0 [] 0 [] [] 2017-10-17 23:26:20 360 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508261042472374337 windows 1366 [] [] 1508261081426701364 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-17 21:26:20 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5851853230134010590] [] [] 0 600 435 1 0 0 600 1 5851853230134010590 7 [] 0 [] [] 2017-10-05 13:50:48 300 yandex_mobile digma 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1565&&l10n=ru&bu=uniq150719143423812856 android 1024 [] [] 1507193372779432223 2 [] 3 15 Russia [] [] 0 [] [] [] android_lollipop5 yandex_browser 1 35 2017-10-05 11:50:48 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1024 [] [] [] 36 [] [] 1024 Optima 1200T 3G TT1043PG [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/contacts/#map [] [5780544541672350438,5780551948560764619] [] [] 0 640 511 2 0 0 1280 1 5780544541672350438 0 [] 0 [] [] 2017-10-02 10:17:07 300 lg_electronics 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 720 [] [] 1506877682462375657 1 [] 2 28 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-02 08:17:07 [] [] [] [] 0 [] 176.59.193.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 LG-K410 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/actions-and-programs/ [] [6129798405871111885,6129909773238800077,6129925302760771277,6130043407732574041] [] [] 0 640 559 4 0 0 1280 1 6129798405871111885 0 [] 0 [0] [] 2017-10-17 20:22:05 180 yandex_mobile lenovo 32 [] [] [] 61 [] [] cellular [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1508257778809171768 1 [] 2 950 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-17 18:22:05 [] [] [] [] 0 ['2017-10-17 18:29:10'] 31.173.101.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 360 [] [] [] 36 [] [] 360 Lenovo P1ma40 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [5860693826960630490,5860712478685792125,5860735997118777205,5860745791318527687] [] [] 0 1024 922 4 0 0 2048 1 5860693826960630490 0 [] 0 [0] [] 2017-10-05 23:12:52 300 google_search apple 32 [] [] [] 11 [] [] [24346018] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [''] [1] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 1536 [] [] 1507222942490358374 1 [] 3 198 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 15 2017-10-05 21:12:52 [] [] [] [] 0 ['2017-10-05 21:15:33'] 88.206.19.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 604 0 0 768 [] [] [] 1 [] [] 768 iPad [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/ [] [6305761807834292978] [] [] 1 568 460 1 0 0 1136 1 6305761807834292978 0 [] 0 [] [] 2017-10-25 14:49:32 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 8 [] ios_double 640 [] [] 15089249721049162099 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-25 12:49:32 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6347380727009780441,6347387700709691089] [] [] 0 640 511 1 0 0 1280 1 6347380727009780441 5 [] 0 [] [] 2017-10-27 10:55:35 480 yandex_mobile samsung 32 [] [] [] 3 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 1509073128300082364 1 [] 2 27 Russia [] [] 0 [] [] [] android_lollipop5 samsung_internet 1 11 2017-10-27 08:55:35 [] [] [] [] 0 [] 77.222.116.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J3 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5870981859596575459] [] [] 0 568 454 1 0 0 1136 1 5870981859596575459 0 [] 0 [] [] 2017-10-06 10:06:58 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 640 [] [] 1507266418744078071 1 [] 2 16 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-06 08:06:58 [] [] [] [] 0 [] 176.59.198.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/responses/ [] [5833452048814973668,5833462216165434084] [] [] 0 731 555 2 27 0 768 1 5833452048814973668 0 [] 0 [0] [] 2017-10-04 18:20:53 300 yandex_search 24 [] [] [] 11 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq1507120573538286844 windows 1366 [] [] 1507123253957845124 2 [] 1 39 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 37 2017-10-04 16:20:53 [] [] [] [] 0 ['2017-10-04 16:21:32'] 77.222.112.xxx Trident [] http://apollon174.ru/directions/vse-vidy-analizov/ 7 0 1 1301 [] [] [] 0 [] [] 1242 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6058565126473655036,6058609355055702757,6058611065370976989,6058656508426592980] [] [] 0 640 560 4 0 0 2560 1 6058565126473655036 0 [] 0 [0] [] 2017-10-14 16:53:11 300 google_search samsung 32 [] [] [] adwords 61 [] [] cellular [24346115] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [''] [1] 0 0 0 [] https://google.ru/ android 1440 [] [] 1507982196584760579 1 [] 2 364 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-14 14:53:11 [] [] [] [] 0 ['2017-10-14 14:56:07'] 176.59.196.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S6 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/articles/about/ [] [6193407833312862965,6193424298686554869,6193426930664474465] [] [] 0 1024 848 3 0 0 1024 1 6193407833312862965 1 [] 0 [] [] 2017-10-20 15:46:15 720 yandex_mobile rover 32 [] [] [] 5 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1580&&l10n=ru&bu=uniq150848992464938535&_bu=1 android 640 [] [] 1508471681877843003 1 [] 3 73 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 13 2017-10-20 13:46:15 [] [] [] [] 0 [] 109.191.172.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 537 0 1 640 [] [] [] 36 [] [] 640 Rover [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ [] [6123060087369245439,6123060707479003903] [] [] 0 900 791 2 14 0 900 1 6123060087369245439 0 [] 0 [] [] 2017-10-17 13:13:40 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1576&&l10n=ru&bu=uniq15082141382232044865 windows 1600 [] [] 1500268624506925401 2 [] 1 2 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-17 11:13:40 [] [] [] [] 0 [] 91.144.190.xxx Gecko [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 56 0 0 1600 [] [] [] 0 [] [] 1566 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [5810641462301041370,5810648569532654318,5810671009375724251,5810676403646243554,5810677712005631687,5810690584742208239,5810692194900648690] [] [] 0 720 616 7 0 0 720 1 5810641462301041370 0 [] 0 [0,0] [] 2017-10-03 18:10:38 300 24 [] [] [] 61 [] [] [24346115,24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['',''] [1,2] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 150703623872139583 2 [] 1 208 Russia [] [] 0 [] [,] [] windows_7_2008server chrome 1 37 2017-10-03 16:10:38 [] [] [] [] 0 ['2017-10-03 16:12:30','2017-10-03 16:12:56'] 176.226.156.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6329570824558481291,6329577063250404082,6329578456278634193,6329581907254977239,6329586172546523903,6329598096346972282] [] [] 0 667 553 4 0 0 1334 1 6329570824558481291 0 [] 0 [] [] 2017-10-26 16:03:16 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 750 [] [] 1509015795965909282 1 [] 2 104 Russia [] [] 1 [] [] [] ios11 safari_mobile 1 11 2017-10-26 14:03:16 [] [] [] [] 0 [] 176.59.214.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/procedures/spiral-vnutrimatochnaya-vvedenie-bez-stoimosti-vms/ [] [5984702524035965659] [] [] 0 640 544 1 0 0 1280 1 5984702524035965659 14 [] 0 [] [] 2017-10-11 10:37:08 300 nokia 24 [] [] [] 14 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 720 [] [] 150768684174778366 1 [] 2 15 Russia [] [] 0 [] [] [] windows_phoneos_10 edge 1 11 2017-10-11 08:37:08 [] [] [] [] 0 [] 178.46.161.xxx Edge [] http://apollon174.ru/procedures/spiral-vnutrimatochnaya-vvedenie-bez-stoimosti-vms/ 14 0 0 360 [] [] [] 14393 [] [] 360 Lumia 550 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/procedures/mikrotokovaya-terapiya-30-min/?direction=kosmetologiya [] [6303899243831108338,6303905362905408242,6303907341555475186,6303912192579216114,6303920428947350258,6303925181272826610,6303928976465470194,6303930322353398514,6303955300892287730,6304009435701317514,6304074400432661209,6304076353811260121,6304077535436874452,6304109412309017300,6304117689829827284,6304153316465575777,6304162189519357793] [] [] 0 768 632 10 27 0 768 1 6303899243831108338 9 [] 0 [] [] 2017-10-25 12:51:07 180 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1366 [] [] 1508844270897911540 2 [] 1 1003 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-25 10:51:07 [] [] [] [] 0 [] 95.78.137.xxx WebKit [] http://apollon174.ru/ 537 0 0 1366 [] [] [] 36 [] [] 1237 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/papillomy/ [] [6352401498625024756,6352408943707824884] [] [] 0 640 564 1 0 0 1920 1 6352401498625024756 0 [] 0 [] [] 2017-10-27 16:14:48 180 xiaomi 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/dermatologiya/ android 1080 [] [] 1509097742261239088 1 [] 2 29 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-27 14:14:48 [] [] [] [] 0 [] 94.25.177.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/papillomy/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/mezoterapiya-lica-mesoline-refresh-25-ml-lyuksembu/ [] [6301538276377895644,6301544551601152732] [] [] 0 900 788 1 27 0 900 1 6301538276377895644 9 [] 0 [] [] 2017-10-25 10:21:00 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Yekaterinburg 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq15088705289274432077&_bu=1 windows 1600 [] [] 1508908859594681997 2 [] 1 24 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-25 08:21:00 [] [] [] [] 0 [] 213.151.0.xxx WebKit [] http://apollon174.ru/procedures/mezoterapiya-lica-mesoline-refresh-25-ml-lyuksembu/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [6097030656723002074,6097031996563268314,6097040799557231322,6097041967596439417,6097047024953991898,6097048296154204025,6097052311783744218,6097066180198532985,6097071941115447161,6097073737926182777,6097075168681665242] [] [] 0 768 660 8 27 0 768 1 6097030656723002074 9 [] 0 [] [] 2017-10-16 09:38:46 300 google_search 24 [] [] [] 17 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 150812887195696968 2 [] 1 169 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-16 07:38:46 [] [] [] [] 0 [] 92.43.185.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/feedbacks/page/3/ [] [5956660802801895287,5956729419616225117,5956746814132855530,5956774419162730383,5956825159818022604,5956844085509361363] [] [] 0 1024 666 6 0 0 2048 1 5956660802801895287 9 [] 0 [0,0,0,0] [] 2017-10-10 04:54:17 660 yandex_mobile apple 32 [] [] [] 17 [] [] [24346110,24346018,24346018,24346018] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['','','',''] [1,1,2,3] 0 Magadan 30066 30 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1569&&l10n=ru&bu=uniq15075914859781968 ios_double 1536 [] [] 1507593251317905992 2 [] 3 699 Russia [] [] 0 [] [,,,] [] ios10 yandex_browser 1 15 2017-10-10 02:54:17 [] [] [] [] 0 ['2017-10-10 02:58:39','2017-10-10 03:01:31','2017-10-10 03:04:44','2017-10-10 03:05:56'] 212.14.219.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 603 0 1 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6330066796666692350,6330072907828175614] [] [] 0 900 794 1 0 0 900 1 6330066796666692350 0 [] 0 [] [] 2017-10-26 16:34:48 300 google_search 24 [] [] [] adwords 62 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 1509017689582343386 2 [] 1 23 Russia [] [] 1 [] [] [] windows8_1 chrome 1 37 2017-10-26 14:34:48 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [5808604337653162747,5808614437321712379] [] [] 0 1080 974 2 0 0 1080 1 5808604337653162747 0 [] 0 [] [] 2017-10-03 16:01:07 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Tyumen 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq1507027275344273231 windows 1920 [] [] 15070284661006114210 2 [] 1 38 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-03 14:01:07 [] [] [] [] 0 [] 90.151.81.xxx WebKit [] http://apollon174.ru/programs/diagnostika-dlya-muzhchin/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [6163936261117846241] [] [] 0 800 679 1 0 0 800 1 6163936261117846241 0 [] 0 [] [] 2017-10-19 08:32:30 180 yandex_mobile samsung 32 [] [] [] 61 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/search/pad/?text=проколоть уши пистолетом цена челябинск&lr=56 android 1280 [] [] 150649882714847767 2 [] 3 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 33 2017-10-19 06:32:30 [] [] [] [] 0 [] 31.173.103.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 0 1280 [] [] [] 36 [] [] 1280 Galaxy Tab 4 10.1 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/ [] [6287848388374040272,6287854869361200848] [] [] 0 640 512 1 0 0 1280 1 6287848388374040272 0 [] 0 [] [] 2017-10-24 19:50:38 300 asus 32 [] [] [] 60 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 720 [] [] 1508856637110660676 1 [] 2 24 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-24 17:50:38 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_X008D [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [5961913943136927867] [] [] 0 1024 926 1 25 0 1024 1 5961913943136927867 4 [] 0 [] [] 2017-10-10 10:28:16 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ windows 1280 [] [] 1505890797500394407 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp yandex_browser 1 26 2017-10-10 08:28:16 [] [] [] [] 0 [] 88.206.97.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5689074947034718940,5689089876192404211] [] [] 0 667 559 2 0 0 1334 1 5689074947034718940 0 [] 0 [0] [] 2017-09-28 09:21:38 300 yandex_mobile apple 32 [] [] [] 10 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 30066 4 [] https://yandex.ru/ ios_double 750 [] [] 1506572498135008398 1 [] 2 57 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-09-28 07:21:38 [] [] [] [] 0 ['2017-09-28 07:22:35'] 176.59.209.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 603 0 1 375 [] [] [] 2 [] [] 375 iPhone [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/programs/akciya-do-30-noyabrya-2016-goda-na-kompleksnyj-pri/ [] [6220470319202968307] [] [] 0 568 454 1 0 0 1136 1 6220470319202968307 0 [] 0 [] [] 2017-10-21 20:26:51 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] http://apollon174.ru/actions-and-programs/page/2/ ios_double 640 [] [] 1508489360751220232 1 [] 2 14 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-21 18:26:51 [] [] [] [] 0 [] 77.222.116.xxx WebKit [] http://apollon174.ru/programs/akciya-do-30-noyabrya-2016-goda-na-kompleksnyj-pri/ 604 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5789928291876734835,5789931202552532877,5789934123559953122,5789945584359573337,5789949068627676870,5789957484148949113,5789962163190497401,5789970810225295481,5789974798747832205,5789975841880416996] [] [] 0 640 567 10 0 0 1280 1 5789928291876734835 0 [] 0 [] [] 2017-10-02 20:13:43 360 yandex_mobile lenovo 32 [] [] [] 35 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 1506953917915810062 1 [] 2 182 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-02 18:13:43 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Lenovo S860 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5961247818863611604] [] [] 1 1024 892 1 27 0 1024 1 5961247818863611604 0 [] 0 [] [] 2017-10-10 09:45:55 300 google_search 24 [] [] [] 36 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1507606740238136942 2 [] 1 0 Russia [] [] 0 [] [] [] windows_xp opera 1 26 2017-10-10 07:45:55 [] [] [] [] 0 [] 195.69.219.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 0 1280 [] [] [] 36 [] [] 1251 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6255002607381645177] [] [] 1 667 559 1 0 0 1334 1 6255002607381645177 0 [] 0 [] [] 2017-10-22 22:24:00 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 8 [] ios_double 750 [] [] 1478788537898345945 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-22 20:24:00 [] [] [] [] 0 [] 188.16.128.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 603 0 0 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6280784124743000818] [] [] 0 640 615 1 0 0 1920 1 6280784124743000818 1 [] 0 [] [] 2017-10-24 12:21:30 300 samsung 32 [] [] [] adwords 2 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 1080 [] [] 15088296781050600672 1 [] 2 7 Russia [] [] 1 [] [] [] android_lollipop5 samsung_internet 1 11 2017-10-24 10:21:30 [] [] [] [] 0 [] 176.59.213.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S4 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5700482687166316666] [] [] 0 800 692 1 27 0 800 1 5700482687166316666 9 [] 0 [] [] 2017-09-28 21:26:55 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Kurgan 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1558&&l10n=ru&bu=uniq1506613817670263047 windows 1280 [] [] 1505221166109331446 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 33 2017-09-28 19:26:55 [] [] [] [] 0 [] 178.46.212.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/procedures/mezoterapiya-korrekciya-lokalnyh-zhirovyh-vector/ [] [5999909426264280970] [] [] 1 1080 972 1 0 0 1080 1 5999909426264280970 0 [] 0 [] [] 2017-10-12 02:43:58 180 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1567&&l10n=ru&bu=uniq1507411896815143992 windows 1920 [] [] 150741324415147625 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-12 00:43:58 [] [] [] [] 0 [] 77.41.88.xxx WebKit [] http://apollon174.ru/procedures/mezoterapiya-korrekciya-lokalnyh-zhirovyh-vector/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5858862833710403269,5858871446193573573] [] [] 0 640 564 2 0 0 1920 1 5858862833710403269 0 [] 0 [] [] 2017-10-05 21:16:28 180 google_search xiaomi 32 [] [] [] 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 1080 [] [] 15072273811052864533 1 [] 2 32 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-05 19:16:28 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 MI 5s [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/procedures/piling-antioksidantnyj-granatovyj-cosmedix-poverhn/ [] [5851563734500116347] [] [] 0 768 593 1 21 0 768 1 5851563734500116347 0 [] 0 [] [] 2017-10-05 13:32:24 180 google_search 24 [] [] [] 49 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Zhukovskiy 0 0 [] https://google.ru/ windows 1024 [] [] 1507192519454181300 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp chrome 1 28 2017-10-05 11:32:24 [] [] [] [] 0 [] 81.1.148.xxx WebKit [] http://apollon174.ru/procedures/piling-antioksidantnyj-granatovyj-cosmedix-poverhn/ 537 0 1 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/ [] [6054964992521277323,6054965809749959420,6055002997141540562,6055006494347497358] [] [] 0 900 752 4 27 0 900 1 6054964992521277323 0 [] 0 [] [] 2017-10-14 13:04:18 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/ windows 1600 [] [] 1477648892228275262 2 [] 1 158 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-14 11:04:18 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/directions/ginekologiya/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6195842455662234049] [] [] 0 1080 855 1 0 0 1080 1 6195842455662234049 0 [] 0 [] [] 2017-10-20 18:21:03 300 24 [] [] [] 48 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Kyiv 0 0 [] windows 1920 [] [] 1508309370525654157 2 [] 1 14 Ukraine [] [] 0 [] [] [] windows8_1 opera 1 37 2017-10-20 16:21:03 [] [] [] [] 0 [] 185.137.18.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 1920 [] [] [] 36 [] [] 1341 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/appointment/ [] [6323194403173966552,6323200977416233705,6323948488702561996] [] [] 0 667 535 1 0 0 1334 1 6323194403173966552 1 [] 0 [0] [] 2017-10-26 09:17:52 300 google_search apple 32 [] [] [] 37 [] [] [24345998] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [''] [1] 0 30066 50 [] https://google.ru/ ios_double 750 [] [] 150899147296224136 1 [] 2 25 Russia [] [] 0 [] [] [] ios10 googlesearch 1 11 2017-10-26 07:17:52 [] [] [] [] 0 ['2017-10-26 07:17:52'] 176.59.197.xxx WebKit [] http://apollon174.ru/appointment/ 602 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-26 ya_undefined
28261 http://apollon174.ru/directions/uzi/ [] [6201534137344467673,6201536236967437017] [] [] 0 640 562 2 0 0 1280 1 6201534137344467673 7 [] 0 [] [] 2017-10-21 00:22:55 300 yandex_mobile xiaomi 32 [] [] [] 16 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 29557 0 [] https://yandex.ru/ android 720 [] [] 1506967818179786525 1 [] 2 8 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-20 22:22:55 [] [] [] [] 0 [] 37.113.189.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 3S [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [5780771284783730377,5780772026197741257,5780774909920158450,5780778727547080399,5780798012885827704] [] [] 0 900 794 5 0 0 900 1 5780771284783730377 0 [] 0 [] [] 2017-10-02 10:31:32 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1561&&l10n=ru&bu=uniq1506905672265459560 windows 1440 [] [] 15069197921065373764 2 [] 1 102 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-02 08:31:32 [] [] [] [] 0 [] 95.78.157.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/ [] [6299114261630947028,6299120113822994132] [] [] 0 900 752 1 27 0 900 1 6299114261630947028 0 [] 0 [] [] 2017-10-25 07:46:53 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 23 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-25 05:46:53 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6356361687996041073,6356367391815370609,6356383343051802481,6356385250833336177,6356385812348405617,6356388640610846577] [] [] 0 640 555 6 0 0 640 1 6356361687996041073 1 [] 0 [] [] 2017-10-27 20:26:35 180 jinga 32 [] [] [] adwords 5 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 0 [] android 360 [] [] 1509125176831210998 1 [] 2 103 Russia [] [] 1 [] [] [] android_lollipop5 android_browser 1 11 2017-10-27 18:26:35 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 M500-1 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/directions/andrologiya/muzhskoe-besplodie/ [] [5873105702398730978] [] [] 0 534 452 1 0 0 802 1 5873105702398730978 0 [] 0 [] [] 2017-10-06 12:22:00 300 yandex_mobile zte 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 480 [] [] 1507274521275054175 1 [] 2 13 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 12 2017-10-06 10:22:00 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/andrologiya/muzhskoe-besplodie/ 537 0 1 320 [] [] [] 36 [] [] 320 ZTE T221 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6075701272070065864] [] [] 0 640 567 1 0 0 960 1 6075701272070065864 0 [] 0 [] [] 2017-10-15 11:02:41 300 google_search huawei 32 [] [] [] adwords 36 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Moscow 0 0 [] https://google.ru/ android 540 [] [] 1508047585631974389 1 [] 2 13 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-15 09:02:41 [] [] [] [] 0 [] 85.140.18.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 HUAWEI G6-U10 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/contacts/#map [] [6031980026173853390] [] [] 1 568 568 1 0 0 1136 1 6031980026173853390 9 [] 0 [] [] 2017-10-13 12:42:57 300 apple 32 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 50 [] ios_double 640 [] [] 1507265480894803960 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-13 10:42:57 [] [] [] [] 0 [] 2a02:2698:9022:1eb::xxx WebKit [] http://apollon174.ru/contacts/#map 602 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5803190969252185949] [] [] 0 1152 858 1 27 0 1152 1 5803190969252185949 0 [] 0 [] [] 2017-10-03 10:16:56 300 yandex_search 24 [] [] [] 58 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1506970325657163932 windows 2048 [] [] 150700781440700278 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-03 08:16:56 [] [] [] [] 0 [] 88.206.21.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 2048 [] [] [] 36 [] [] 1505 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-molochnyh-zhelez-regionarnyh-limfouzlov/ [] [6300885250192188117,6300886679406518997,6300888888642904789,6300892103580852949,6300893061632233362] [] [] 0 720 616 3 0 0 720 1 6300885250192188117 0 [] 0 [] [] 2017-10-25 09:39:29 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1508906370601094029 2 [] 1 30 Russia [] [] 1 [] [] [] windows8_1 chrome 1 37 2017-10-25 07:39:29 [] [] [] [] 0 [] 91.207.30.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/andrologiya/kompleks-diagnostiki-zdorovya-muzhchin/ [] [5878919742595015385] [] [] 0 864 692 1 0 0 864 1 5878919742595015385 0 [] 0 [] [] 2017-10-06 18:31:39 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1566&&l10n=ru&bu=uniq1507294114395439626 windows 1536 [] [] 1507296687345648241 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-06 16:31:39 [] [] [] [] 0 [] 78.29.12.xxx WebKit [] http://apollon174.ru/directions/andrologiya/kompleks-diagnostiki-zdorovya-muzhchin/ 537 0 1 1536 [] [] [] 36 [] [] 1425 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6083751948528919270,6083787151601836774,6083791311715705574] [] [] 0 640 560 3 0 0 960 1 6083751948528919270 0 [] 0 [] [] 2017-10-15 19:34:30 300 google_mobile_app samsung 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 540 [] [] 1508078133570688928 1 [] 2 167 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-15 17:34:30 [] [] [] [] 0 [] 31.162.230.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/articles/vakansii-ooo-apollon/ [] [6097152174156948195,6097158054260515555,6097162566931063523,6097192135300227811,6097195805121716963] [] [] 0 1024 922 3 23 0 1024 1 6097152174156948195 9 [] 0 [] [] 2017-10-16 09:46:29 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1575&&l10n=ru&bu=uniq1508127708959295890 windows 1280 [] [] 1475127875189876413 2 [] 1 167 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 26 2017-10-16 07:46:29 [] [] [] [] 0 [] 109.233.213.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/ [] [6130739763729663859] [] [] 0 768 645 1 0 0 768 1 6130739763729663859 0 [] 0 [] [] 2017-10-17 21:21:56 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508255578131354982 windows 1024 [] [] 15082573141002643128 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 28 2017-10-17 19:21:56 [] [] [] [] 0 [] 37.113.180.xxx WebKit [] http://apollon174.ru/ 537 0 1 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6305338683998872297,6305346789650735849] [] [] 0 640 560 1 0 0 1280 1 6305338683998872297 0 [] 0 [] [] 2017-10-25 14:22:38 300 google_search asus 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Ozersk 0 0 [] http://google.ru/ android 720 [] [] 1508923358523474044 1 [] 2 31 Russia [] [] 1 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-25 12:22:38 [] [] [] [] 0 [] 91.205.238.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 360 [] [] [] 36 [] [] 360 ZC554KL [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [5891140778777387760] [] [] 0 570 488 1 0 0 856 1 5891140778777387760 0 [] 0 [] [] 2017-10-07 07:28:38 300 huawei 32 [] [] [] adwords 61 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 480 [] [] 1507343318566059694 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-07 05:28:38 [] [] [] [] 0 [] 213.87.242.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 HUAWEI Y541-U02 [] [] 2017-10-07 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [6088102274097745623,6088108112912322263,6088110135733653388,6088121262894485388,6088122138031296396] [] [] 0 320 239 5 0 0 480 1 6088102274097745623 0 [] 0 [] [] 2017-10-16 00:11:07 300 google_search samsung 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 802 [] [] 1508094658571677730 2 [] 2 75 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 35 2017-10-15 22:11:07 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 534 [] [] [] 36 [] [] 534 Galaxy J1 Mini [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/ [] [6263590213505517401] [] [] 0 640 559 1 0 0 960 1 6263590213505517401 0 [] 0 [] [] 2017-10-23 18:08:19 360 google_search htc 32 [] [] [] 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 540 [] [] 1508122278598090992 1 [] 2 36 Russia [] [] 0 [] [] [] android_jelly_bean42 chromemobile 1 11 2017-10-23 16:08:19 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 HTC Desire 601 dual sim [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/news/2017/05/15/mezhdunarodnyj-den-diagnostiki-melanomy/ [] [6075373681994895244] [] [] 0 640 559 1 0 0 1280 1 6075373681994895244 0 [] 0 [] [] 2017-10-15 10:41:51 300 google_mobile_app asus 32 [] [] [] 52 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1508046109563624771 1 [] 2 14 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-15 08:41:51 [] [] [] [] 0 [] 188.19.127.xxx WebKit [] http://apollon174.ru/news/2017/05/15/mezhdunarodnyj-den-diagnostiki-melanomy/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_Z00VD [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6307293566107913925] [] [] 0 1024 893 1 0 0 1024 1 6307293566107913925 0 [] 0 [] [] 2017-10-25 16:26:55 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] https://google.ru/ windows 1280 [] [] 1508930815652963678 2 [] 1 14 Russia [] [] 1 [] [] [] windows8 chrome 1 26 2017-10-25 14:26:55 [] [] [] [] 0 [] 178.46.161.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ugri-ugrevaya-bolezn-akne/ [] [6100360239486078858,6100363356351762133] [] [] 0 768 659 2 22 0 768 1 6100360239486078858 0 [] 0 [] [] 2017-10-16 13:10:27 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Sim 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1575&&l10n=ru&bu=uniq1508140719701201658 windows 1366 [] [] 1508141427550263886 2 [] 1 12 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-16 11:10:27 [] [] [] [] 0 [] 212.57.187.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/ 56 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5694169911633645265] [] [] 0 900 794 1 0 0 900 1 5694169911633645265 0 [] 0 [] [] 2017-09-28 14:45:34 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1558&&l10n=ru&bu=uniq1506590142667298368 windows 1440 [] [] 1506591938319931170 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-09-28 12:45:34 [] [] [] [] 0 [] 188.16.131.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5995370451818259170] [] [] 0 640 559 1 0 0 1280 1 5995370451818259170 0 [] 0 [] [] 2017-10-11 21:55:23 300 google_search alcatel 32 [] [] [] adwords 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 150774092199798703 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-11 19:55:23 [] [] [] [] 0 [] 85.140.77.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 7044X [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6303984308677248867] [] [] 0 570 488 1 0 0 856 1 6303984308677248867 0 [] 0 [] [] 2017-10-25 12:56:31 240 google_search lenovo 32 [] [] [] adwords 46 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 480 [] [] 1508921778779593196 1 [] 2 15 Russia [] [] 1 [] [] [] android_kitkat chromemobile 1 11 2017-10-25 10:56:31 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A328 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/programs/page/2/ [] [6148135797661372306,6148137615394867069,6148140516569517970] [] [] 0 1024 933 3 22 0 1024 1 6148135797661372306 0 [] 0 [] [] 2017-10-18 15:47:56 300 24 [] [] [] 49 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/actions-and-programs/page/3/ windows 1280 [] [] 1508312271679540129 2 [] 1 18 Russia [] [] 0 [] [] [] windows_xp chrome 1 26 2017-10-18 13:47:56 [] [] [] [] 0 [] 37.113.130.xxx WebKit [] http://apollon174.ru/programs/gormonalnyj-skrining-dlya-zhenshin/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-soskov-muzhskoj-zhenskij/ [] [6167306697886402419] [] [] 0 640 564 1 0 0 1920 1 6167306697886402419 0 [] 0 [] [] 2017-10-19 12:06:47 300 google_search xiaomi 32 [] [] [] 56 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 1080 [] [] 15083968781050103157 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-19 10:06:47 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/procedures/pirsing-soskov-muzhskoj-zhenskij/ 537 0 1 360 [] [] [] 36 [] [] 360 Mi 4i [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6030023827266733925] [] [] 0 568 460 1 0 0 1136 1 6030023827266733925 0 [] 0 [] [] 2017-10-13 10:38:35 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 30 [] https://google.ru/ ios_double 640 [] [] 1507873115449348867 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-13 08:38:35 [] [] [] [] 0 [] 94.25.168.xxx WebKit [] http://apollon174.ru/directions/uzi/ 603 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/actions/akciya-na-uzi-diagnostiku/ [] [6032289086690821995,6032290486541094606,6032291588100067022] [] [] 0 1024 915 3 11 2 1024 1 6032289086690821995 0 [] 0 [] [] 2017-10-13 13:02:36 300 google_search 24 [] [] [] adwords 43 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ gnu_linux 1280 [] [] 1507881757626734567 2 [] 1 10 Russia [] [] 0 [] [] "['{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":1280,""h"":915},""p"":{""w"":1265,""h"":4506},""a"":[],""full"":1}}}']" ubuntu chromium 1 26 2017-10-13 11:02:36 [] [] [] [] 0 [] 82.147.126.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 1280 [] [] [] 36 [] [] 1265 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/ [] [5814227547452866685,5814363312450961534] [] [] 0 864 790 2 27 0 864 1 5814227547452866685 0 [] 0 [] [] 2017-10-03 21:58:37 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 534 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-03 19:58:37 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/info/2017/03/21/mimicheskie-morshiny/ [] [6088500102302016255] [] [] 0 640 564 1 0 0 1920 1 6088500102302016255 0 [] 0 [] [] 2017-10-16 00:36:24 180 google_search xiaomi 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Nizhnevartovsk 0 0 [] https://google.ru/ android 1080 [] [] 1508103320119173493 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-15 22:36:24 [] [] [] [] 0 [] 31.148.75.xxx WebKit [] http://apollon174.ru/info/2017/03/21/mimicheskie-morshiny/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 3 [] [] 2017-10-16 ya_undefined
28261 http://apollon174.ru/ [] [5849361248507929305,5849371520300486355,5849379285970454383,5849384663119824735,5849398513886307044,5849410597368104797,5849417218943361753,5849430019079938773,5849439345464845033,5849445948757642968,5849452513929201531,5849459950450123492,5849465572234887288] [] [] 0 1080 465 13 0 0 1080 1 5849361248507929305 0 [] 0 [0,0,0,0,0,0] [] 2017-10-05 11:12:22 180 24 [] [] [] 45 [] [] [24346018,24346018,24346018,24346115,24346018,24346018] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['','','','','',''] [1,2,3,1,4,5] 0 Volosovo 29557 0 [] windows 1920 [] [] 1507183938841495997 2 [] 1 412 Russia [] [] 0 [] [,,,,,] [] windows10 firefox 1 37 2017-10-05 09:12:22 [] [] [] [] 0 ['2017-10-05 09:13:31','2017-10-05 09:14:44','2017-10-05 09:15:30','2017-10-05 09:16:44','2017-10-05 09:17:20','2017-10-05 09:18:38'] 79.173.93.xxx Gecko [] http://apollon174.ru/ 45 0 1 1920 [] [] [] 0 [] [] 975 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5947957197452611282] [] [] 1 768 662 1 0 0 768 1 5947957197452611282 0 [] 0 [] [] 2017-10-09 19:40:56 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1507560058975343336 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-09 17:40:56 [] [] [] [] 0 [] 77.222.105.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/contacts/#map [] [6015383280496152459] [] [] 1 568 29 1 0 0 1136 1 6015383280496152459 9 [] 0 [] [] 2017-10-12 14:07:58 300 apple 32 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 50 [] ios_double 640 [] [] 1507265480894803960 2 [] 2 0 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-12 12:07:58 [] [] [] [] 0 [] 2a02:2698:9022:1eb::xxx WebKit [] http://apollon174.ru/contacts/#map 602 0 0 320 [] [] [] 1 [] [] 100 iPhone [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6041522667033198717] [] [] 0 864 790 1 27 0 864 1 6041522667033198717 0 [] 0 [] [] 2017-10-13 22:49:39 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1573&&l10n=ru&bu=uniq1507914343486471886 windows 1536 [] [] 1467192114796125666 2 [] 1 16 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-13 20:49:39 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/procedures/piling-lica-ultrazvukovoj/?direction=kosmetologiya [] [6242736694203523828,6242743562818031500,6242745166637310708,6242754076141424524,6242757333562696436,6242802640340132596] [] [] 0 900 788 6 27 0 900 1 6242736694203523828 9 [] 0 [0] [] 2017-10-22 20:02:30 300 mail_search 24 [] [] [] 17 [] [] [24346115] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] http://go.mail.ru/ windows 1440 [] [] 1508684554144363950 2 [] 1 252 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-22 18:02:30 [] [] [] [] 0 ['2017-10-22 18:03:49'] 77.222.96.xxx WebKit [] http://apollon174.ru/procedures/piling-lica-ultrazvukovoj/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/medikamentoznyj-abort/ [] [6203231835862082263,6203335722459991764,6203338796889018068] [] [] 0 640 560 3 0 0 2560 1 6203231835862082263 0 [] 0 [] [] 2017-10-21 02:10:51 180 yandex_mobile samsung 32 [] [] [] 61 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Saint Petersburg 0 0 [] https://yandex.ru/ android 1440 [] [] 150853463726518153 1 [] 2 408 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-21 00:10:51 [] [] [] [] 0 [] 188.170.75.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/medikamentoznyj-abort/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S6 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/ [] [5983410406332310245,5983471898136153997] [] [] 0 1024 1340 2 0 0 1024 1 5983410406332310245 0 [] 0 [] [] 2017-10-11 09:14:59 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 250 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-11 07:14:59 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ [] [6171644099031730041] [] [] 0 1080 968 1 27 0 1080 1 6171644099031730041 9 [] 0 [] [] 2017-10-19 16:42:33 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1579&&l10n=ru&bu=uniq1508412802658122616 windows 1920 [] [] 1508413354972303733 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-19 14:42:33 [] [] [] [] 0 [] 37.113.132.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5846436889025848041] [] [] 0 736 628 1 0 0 2208 1 5846436889025848041 0 [] 0 [] [] 2017-10-05 08:06:26 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 8 [] https://google.ru/ ios_double 1242 [] [] 150717257128792203 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-05 06:06:26 [] [] [] [] 0 [] 176.59.201.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 603 0 1 414 [] [] [] 3 [] [] 414 iPhone [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/procedures/proverka-prohodimosti-matochnyh-trub-procedura/?direction=ginekologiya&disease=zhenskoe-besplodie [] [6348027843528631039,6348034735406850815] [] [] 0 640 616 1 0 0 1280 1 6348027843528631039 0 [] 0 [] [] 2017-10-27 11:36:44 300 samsung 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/ginekologiya/zhenskoe-besplodie/ android 720 [] [] 150901287219695578 1 [] 2 26 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-27 09:36:44 [] [] [] [] 0 [] 94.181.41.xxx WebKit [] http://apollon174.ru/procedures/proverka-prohodimosti-matochnyh-trub-procedura/?direction=ginekologiya&disease=zhenskoe-besplodie 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy J5 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-soskov-muzhskoj-zhenskij/ [] [6327663065908379766,6327671884994847469] [] [] 0 640 559 1 0 0 1280 1 6327663065908379766 0 [] 0 [] [] 2017-10-26 14:01:58 180 google_search lenovo 32 [] [] [] 55 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1509017486885290650 1 [] 2 34 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-26 12:01:58 [] [] [] [] 0 [] 176.59.210.xxx WebKit [] http://apollon174.ru/procedures/pirsing-soskov-muzhskoj-zhenskij/ 537 0 1 360 [] [] [] 36 [] [] 360 A500 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6324841917057606400,6324850433058939612,6324867784394416854,6324868937310544609,6324869051424711393] [] [] 0 1024 728 2 25 0 1024 1 6324841917057606400 9 [] 0 [] [] 2017-10-26 11:02:37 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq1508992620419393610&_bu=1 windows 1280 [] [] 1508997744383320865 2 [] 1 103 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-10-26 09:02:37 [] [] [] [] 0 [] 176.226.195.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1280 [] [] [] 36 [] [] 1246 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kandidoz/ [] [6154133957609530085] [] [] 0 534 452 1 0 0 802 1 6154133957609530085 0 [] 0 [] [] 2017-10-18 22:09:17 300 google_search samsung 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 480 [] [] 1508346558884978541 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-18 20:09:17 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kandidoz/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ [] [6131006413504249973] [] [] 0 640 511 1 0 0 1280 1 6131006413504249973 75 [] 0 [] [] 2017-10-17 21:38:53 300 yandex_mobile_app acer 32 [] [] [] 5 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=01aca07a243cea88f03a970b1f2c95dd&lr=56&clid=2218567&internal_browser_enabled=1&text=где можно проверить маточные трубы на проходимость цена в челябинске&install_referrer=af_tranid%3DxuzgZ1p7FSj59UmMuYIMBA%26af_sub1%3D141%26pid%3Dmail.ru_int%26af_sub2%3Df%26af_adset%3D1076%26clickid%3D23523475-1478963688-1958415986-mytargetcpa%26af_siteid%3D6999875.23523475%26advertising_id%3D{gaid}%26af_sub3%3D31%26c%3DCPI_network&serp_only=1&appsearch_header=1&true_url_scheme=https android 720 [] [] 1508258334682039692 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-17 19:38:53 [] [] [] [] 0 [] 176.59.201.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 537 0 1 360 [] [] [] 36 [] [] 360 T02 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6234598416136275817,6234603707611219817,6234604932294248309,6234606687137826677] [] [] 0 640 564 3 0 0 1920 1 6234598416136275817 0 [] 0 [0] [] 2017-10-22 11:25:05 300 yandex_mobile xiaomi 32 [] [] [] 61 [] [] cellular [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1508653504944188324 1 [] 2 32 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-22 09:25:05 [] [] [] [] 0 ['2017-10-22 09:25:30'] 31.173.103.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-pochek/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/procedures/konturnaya-plastika-nososleznaya-borozda/ [] [6006774997057277642,6006785151942528714,6006794754561674954,6006822412284854392,6006826172691513464,6006831901077143672,6006834310338580176,6006840937085669072,6006844450788871888,6007098822299225994] [] [] 0 640 560 10 0 0 1920 1 6006774997057277642 0 [] 0 [] [] 2017-10-12 10:00:28 180 yandex_mobile lenovo 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 150640812266165211 1 [] 2 1250 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-12 08:00:28 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/procedures/konturnaya-plastika-nososleznaya-borozda/ 537 0 0 360 [] [] [] 36 [] [] 360 Lenovo K50a40 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6145441121071533765,6145444516778479302] [] [] 0 1050 940 2 27 0 1050 1 6145441121071533765 0 [] 0 [] [] 2017-10-18 12:56:37 300 google_search 24 [] [] [] 48 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1680 [] [] 1508313396191352565 2 [] 1 13 Russia [] [] 0 [] [] [] windows10 opera 1 33 2017-10-18 10:56:37 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/ 537 0 1 1680 [] [] [] 36 [] [] 1665 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6130523262997766900] [] [] 0 900 788 1 27 0 900 1 6130523262997766900 9 [] 0 [] [] 2017-10-17 21:08:10 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508252941371392011 windows 1600 [] [] 1508256488143829268 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-17 19:08:10 [] [] [] [] 0 [] 77.222.108.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6008280377321590670,6008286554549389147,6008287342495272846,6008292011315826574,6008292736311494491,6008293902473496411,6008294886625513358,6008295382650455899,6008306218656597851] [] [] 0 1200 1069 9 0 0 1200 1 6008280377321590670 0 [] 0 [] [] 2017-10-12 11:36:10 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1507790167926556984 2 [] 1 99 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-12 09:36:10 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6055843062363459287] [] [] 0 534 454 1 0 0 802 1 6055843062363459287 0 [] 0 [] [] 2017-10-14 14:00:07 180 google_search tele2 32 [] [] [] adwords 50 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 1507978583687908524 1 [] 2 16 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 12 2017-10-14 12:00:07 [] [] [] [] 0 [] 176.59.198.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 320 [] [] [] 36 [] [] 320 Tele2_Mini_1.1 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/venerologiya/gardnerellez/ [] [6017244598720794315] [] [] 0 667 596 1 0 0 1334 1 6017244598720794315 9 [] 0 [] [] 2017-10-12 21:06:06 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] https://yandex.ru/ ios_double 750 [] [] 1507824362307334483 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-10-12 19:06:06 [] [] [] [] 0 [] 2a02:2698:9024:e1a0::xxx WebKit [] http://apollon174.ru/directions/venerologiya/gardnerellez/ 603 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/responses/ [] [6103833716177506192] [] [] 0 640 512 1 0 0 1280 1 6103833716177506192 0 [] 0 [0] [] 2017-10-16 16:51:17 -660 sony 32 [] [] [] 51 [] [] cellular [24346110] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 0 0 [] http://apollon174.ru/ android 720 [] [] 1505732541461168270 1 [] 2 18 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-16 14:51:17 [] [] [] [] 0 ['2017-10-16 14:51:17'] 176.59.210.xxx WebKit [] http://apollon174.ru/responses/ 537 0 0 360 [] [] [] 36 [] [] 360 F3311 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6172366354470675157,6172395434160693973,6172432515618054869] [] [] 0 640 544 3 0 0 1280 1 6172366354470675157 15 [] 0 [] [] 2017-10-19 17:28:29 300 yandex_mobile_app nokia 24 [] [] [] 15 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;searchapi;searchapp;wp;424;1508415826198638-715502-vla1-2819-SAPI;1508415826198638-715502-vla1-2819-SAPI&text=удаление невуса в челябинске windows 720 [] [] 1508416098312853638 1 [] 2 252 Russia [] [] 0 [] [] [] windows_phoneos_10 edge 1 11 2017-10-19 15:28:29 [] [] [] [] 0 [] 188.16.131.xxx Edge [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 15 0 1 360 [] [] [] 15063 [] [] 360 [] [] 2017-10-19 ya_undefined
28261 http://apollon174.ru/ [] [5787221521793026207] [] [] 0 800 1840 1 11 2 800 1 5787221521793026207 0 [] 0 [] [] 2017-10-02 17:21:38 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATOMyuf5irRK9O6HpCcEFMxP07ohK7KbfxWDxiUkBWQG4TrDKQMcY0M6GE_KC83AUPVoVCVtUFZUTBfKSbfEgxtV6KptWFwR8XdAqxa9iy9Dp-a9i_RxhgocDCw windows 1280 [] [] 1506946897633014656 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 33 2017-10-02 15:21:38 [] [] [] [] 0 [] 2a03:2880:2060:9fe9::xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1025 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/procedures/karboksiterapiya-neinvazivnaya-sos-procedura-beaut/?direction=kosmetologiya [] [6333593306382476031,6333600130025923327,6333943718441127632] [] [] 0 570 488 2 0 0 856 1 6333593306382476031 0 [] 0 [] [] 2017-10-26 20:19:01 300 asus 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/ android 480 [] [] 1508962648759880115 1 [] 2 1336 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-26 18:19:01 [] [] [] [] 0 [] 92.43.185.xxx WebKit [] http://apollon174.ru/procedures/karboksiterapiya-neinvazivnaya-sos-procedura-beaut/?direction=kosmetologiya 537 0 0 320 [] [] [] 36 [] [] 320 ZB500KG [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6038989752078960487] [] [] 1 640 560 1 0 0 1920 1 6038989752078960487 0 [] 0 [] [] 2017-10-13 20:08:37 300 google_search samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1080 [] [] 1507907503665737267 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-13 18:08:37 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A5 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6282882655793717988,6283164877704134776,6283171872408871667] [] [] 0 640 514 2 0 0 1280 1 6282882655793717988 0 [] 0 [] [] 2017-10-24 14:34:55 300 google_search lg_electronics 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 720 [] [] 1508837693584888882 1 [] 2 1103 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-24 12:34:55 [] [] [] [] 0 [] 77.222.105.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 360 [] [] [] 36 [] [] 360 LG-K350 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/uzi/uzi-arterij-konechnostej-verhnih-ili-nizhnih-uzdg-/ [] [5691544946113258214,5691546607709856482,5691561911887864535,5691580875293336300,5691619712071639767,5691642281340174453] [] [] 0 768 613 6 0 0 768 1 5691544946113258214 0 [] 0 [] [] 2017-09-28 11:58:40 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1506581923280699354 2 [] 1 372 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-09-28 09:58:40 [] [] [] [] 0 [] 37.113.176.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/procedures/abort-medikamentoznyj-do-6-nedel-beremennosti-miro/ [] [5859181601367270108] [] [] 0 568 460 1 0 0 1136 1 5859181601367270108 0 [] 0 [] [] 2017-10-05 21:36:44 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 640 [] [] 1507221404233978079 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-05 19:36:44 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/procedures/abort-medikamentoznyj-do-6-nedel-beremennosti-miro/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6328307737927878495,6328314119259162463,6328315465786199758,6328341407464949611] [] [] 0 640 494 2 11 1 800 1 6328307737927878495 0 [] 0 [0] [] 2017-10-26 14:42:58 300 yandex_search 24 [] [] [] 52 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru&bu=uniq1509007655496764934&_bu=1 windows 1280 [] [] 1509011079226037294 2 [] 1 128 Russia [] [] 0 [] [] [] windows_xp firefox 1 33 2017-10-26 12:42:58 [] [] [] [] 0 ['2017-10-26 12:45:06'] 78.29.27.xxx Gecko [] http://apollon174.ru/directions/ginekologiya/detskij-ginekolog/ 52 0 1 1024 [] [] [] 0 [] [] 1007 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6019874276136723161,6019875728775972701,6019876482593858274,6019877944898626272,6019878554826966873] [] [] 0 667 559 5 0 0 1334 1 6019874276136723161 0 [] 0 [] [] 2017-10-12 23:53:17 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] http://link.2gis.ru/EC907F27/v4-iphone/20171001/chelyabinsk/2111590608827582?http://apollon174.ru/ ios_double 750 [] [] 1507834593834228513 1 [] 2 17 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-12 21:53:17 [] [] [] [] 0 [] 37.113.156.xxx WebKit [] http://apollon174.ru/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ [] [6290112690674993013,6290118786906064737] [] [] 0 768 643 1 26 0 768 1 6290112690674993013 0 [] 0 [] [] 2017-10-24 22:14:35 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq150886510579135510&_bu=1 windows 1024 [] [] 1508865277753842112 2 [] 1 23 Russia [] [] 0 [] [] [] windows10 opera 1 28 2017-10-24 20:14:35 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ 537 0 1 1024 [] [] [] 36 [] [] 1009 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6099348283513381587,6099349220333724372,6099350136087651027,6099430685244393321,6099437698513895546,6099442792183367543,6099446454452225903] [] [] 0 720 594 7 0 0 720 1 6099348283513381587 0 [] 0 [] [] 2017-10-16 12:06:07 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1505194350956453588 2 [] 1 374 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-16 10:06:07 [] [] [] [] 0 [] 94.24.246.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1169 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/procedures/konturnaya-plastika-radies-radiess/ [] [6283872549565630307,6283879534028916579] [] [] 0 1050 941 1 18 0 1050 1 6283872549565630307 1 [] 0 [] [] 2017-10-24 15:37:51 360 mail_search 32 [] [] [] 28 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Kostanai 0 0 [] http://go.mail.ru/ windows 1680 [] [] 1508840603274556100 2 [] 1 27 Kazakhstan [] [] 0 [] [] [] windows_7_2008server mail_internet 1 33 2017-10-24 13:37:51 [] [] [] [] 0 [] 178.90.187.xxx WebKit [] http://apollon174.ru/procedures/konturnaya-plastika-radies-radiess/ 537 0 1 1680 [] [] [] 36 [] [] 1659 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6151535326662238934] [] [] 0 570 492 1 0 0 856 1 6151535326662238934 1 [] 0 [] [] 2017-10-18 19:24:04 300 yandex_mobile asus 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 480 [] [] 150833668830609298 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-18 17:24:04 [] [] [] [] 0 [] 176.59.210.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 320 [] [] [] 36 [] [] 320 ASUS_X009DD [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5687110354326259581] [] [] 0 1024 915 1 27 0 1024 1 5687110354326259581 0 [] 0 [] [] 2017-09-28 07:16:44 300 yandex_search 24 [] [] [] 55 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1557&&l10n=ru&bu=uniq150656404658387240 windows 1280 [] [] 15065650021011760737 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 26 2017-09-28 05:16:44 [] [] [] [] 0 [] 77.222.97.xxx Gecko [] http://apollon174.ru/directions/vse-vidy-analizov/ 55 0 1 1280 [] [] [] 0 [] [] 1263 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ [] [6010394073293916001] [] [] 1 1280 393 1 0 0 1280 1 6010394073293916001 3 [] 0 [] [] 2017-10-12 13:50:33 180 samsung 32 [] [] [] 4 [] [] ethernet [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 30066 0 [] android 720 [] [] 1505479141576771248 1 [] 2 0 Russia [] [] 0 [] [] [] android_jelly_bean43 android_browser 1 11 2017-10-12 11:50:33 [] [] [] [] 0 [] 176.59.207.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ 534 0 0 720 [] [] [] 30 [] [] 360 Galaxy S III [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/doctors/ [] [5990743704640430822] [] [] 1 900 640 1 0 0 900 1 5990743704640430822 0 [] 0 [] [] 2017-10-11 17:01:13 300 24 [] [] [] 56 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1440 [] [] 1507721516808499217 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 33 2017-10-11 15:01:13 [] [] [] [] 0 [] 82.142.144.xxx Gecko [] http://apollon174.ru/doctors/ 56 0 1 1440 [] [] [] 0 [] [] 1024 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/ [] [5960876287351328463] [] [] 0 1024 1340 1 0 0 1024 1 5960876287351328463 0 [] 0 [] [] 2017-10-10 09:22:18 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-10 07:22:18 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-10 ya_undefined
28261 http://apollon174.ru/equipment/apparat-elektrohirurgicheskij-vysokochastotnyj-ele/ [] [5728399714973393638,5728409272370864870,5728411675435999974,5728417129465651942,5728430763969618662,5728435038533722854,5728458959957795558] [] [] 0 360 519 7 0 0 720 1 5728399714973393638 1 [] 0 [] [] 2017-09-30 03:01:50 180 xiaomi 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] android 1280 [] [] 1488548007994597050 1 [] 2 241 Russia [] [] 0 [] [] [] android_marshmallow miui 1 37 2017-09-30 01:01:50 [] [] [] [] 0 [] 212.57.180.xxx WebKit [] http://apollon174.ru/ 537 0 0 640 [] [] [] 36 [] [] 360 Redmi 3S [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [5915279551626219210] [] [] 0 900 790 1 27 0 900 1 5915279551626219210 0 [] 0 [] [] 2017-10-08 09:03:20 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;yandsearch;web;;&text=&etext=1567&&l10n=ru&bu=uniq1507428022633372538 windows 1600 [] [] 1507436054951853414 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-08 07:03:20 [] [] [] [] 0 [] 87.249.196.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 1600 [] [] [] 36 [] [] 1580 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ [] [6222033610128494295] [] [] 0 667 559 1 0 0 1334 1 6222033610128494295 0 [] 0 [] [] 2017-10-21 22:06:14 180 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 30066 12 [] https://yandex.ru/ ios_double 750 [] [] 1508605575734725467 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-21 20:06:14 [] [] [] [] 0 [] 31.173.82.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ 602 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5943823804437366653] [] [] 1 640 0 1 0 0 1920 1 5943823804437366653 0 [] 0 [] [] 2017-10-09 15:18:08 300 xiaomi 32 [] [] [] adwords 59 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 1080 [] [] 150754428714004162 0 [] 2 0 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-09 13:18:08 [] [] [] [] 0 [] 176.59.202.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 0 Mi A1 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5924075259002097548] [] [] 0 667 559 1 0 0 1334 1 5924075259002097548 0 [] 0 [] [] 2017-10-08 18:22:33 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 8 [] https://yandex.ru/ ios_double 750 [] [] 1507468953932476365 1 [] 2 17 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-08 16:22:33 [] [] [] [] 0 [] 176.59.200.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-08 ya_undefined
28261 http://apollon174.ru/directions/uzi/ [] [6137860199343720603] [] [] 0 512 512 1 0 0 1536 1 6137860199343720603 0 [] 0 [] [] 2017-10-18 04:54:38 60 motorola 24 [] [] [] adwords 58 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Dublin 29557 0 [] android 1080 [] [] 1508284478557515632 1 [] 2 15 Ireland [] [] 0 [] [] [] android_marshmallow chromemobile 1 14 2017-10-18 02:54:38 [] [] [] [] 0 [] 52.208.115.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 Moto G (4) [] [] 2017-10-18 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ [] [5849626544536553327] [] [] 0 1024 918 1 0 0 1024 1 5849626544536553327 0 [] 0 [] [] 2017-10-05 11:29:14 420 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Barnaul 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq1507182204610406720 windows 1280 [] [] 1507184955207924664 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 26 2017-10-05 09:29:14 [] [] [] [] 0 [] 31.186.128.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/doctors/denisenko-vera-ivanovna/ [] [5732261266906677368] [] [] 0 640 511 1 0 0 1920 1 5732261266906677368 0 [] 0 [] [] 2017-09-30 07:07:21 300 google_search sony 32 [] [] [] 60 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 1080 [] [] 1484073409500419746 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-09-30 05:07:21 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/doctors/denisenko-vera-ivanovna/ 537 0 1 360 [] [] [] 36 [] [] 360 D6503 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/ [] [5806827163045077759] [] [] 1 1080 974 1 0 0 1080 1 5806827163045077759 0 [] 0 [] [] 2017-10-03 14:08:07 180 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Saint Petersburg 0 0 [] https://google.ru/ windows 1920 [] [] 1507021688135147517 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-03 12:08:07 [] [] [] [] 0 [] 84.52.66.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/procedures/vektornyj-lifting/ [] [6317286251010721627,6317293300253198171] [] [] 0 640 562 1 0 0 1920 1 6317286251010721627 9 [] 0 [] [] 2017-10-26 03:02:14 300 yandex_mobile lenovo 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1508968934676084175 1 [] 2 27 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-26 01:02:14 [] [] [] [] 0 [] 83.169.216.xxx WebKit [] http://apollon174.ru/procedures/vektornyj-lifting/ 537 0 1 360 [] [] [] 36 [] [] 360 Lenovo K53a48 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/ [] [5755462564474790652] [] [] 0 900 752 1 27 0 900 1 5755462564474790652 0 [] 0 [] [] 2017-10-01 07:42:27 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 24 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-01 05:42:27 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/ [] [5983915260007679859,5983923767289581270,5983967646963470038] [] [] 0 640 559 3 0 0 1280 1 5983915260007679859 0 [] 0 [] [] 2017-10-11 09:47:05 300 asus 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 0 0 [] http://link.2gis.ru/B5C5DDC2/v4-android/20171001/chelyabinsk/2111590608827582?http://apollon174.ru/ android 720 [] [] 1504372336285040905 1 [] 2 200 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-11 07:47:05 [] [] [] [] 0 [] 83.169.216.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 ASUS_T00F [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6337323639796404111] [] [] 1 667 553 1 0 0 1334 1 6337323639796404111 0 [] 0 [] [] 2017-10-27 00:16:11 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] http://apollon174.ru/articles/services/ ios_double 750 [] [] 1505469416816178850 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-26 22:16:11 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/directions/uzi/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/ [] [5694078758682627796,5694093261987121003,5694112178295015275] [] [] 0 1024 833 3 0 0 1024 1 5694078758682627796 0 [] 0 [] [] 2017-09-28 14:39:46 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://link.2gis.ru/BBA2DB11/grym/20170901/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1280 [] [] 1506591547151802681 2 [] 1 143 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 26 2017-09-28 12:39:46 [] [] [] [] 0 [] 87.249.215.xxx Trident [] http://apollon174.ru/ 7 0 1 1280 [] [] [] 0 [] [] 1226 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/ [] [6258906490185453449] [] [] 0 640 564 1 0 0 1920 1 6258906490185453449 0 [] 0 [] [] 2017-10-23 13:10:33 180 yandex_mobile xiaomi 32 [] [] [] 61 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1508753423277760446 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-23 11:10:33 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/ 537 0 1 360 [] [] [] 36 [] [] 360 MI 5 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5968401512897454809,5968402948005044963,5968422542512754373,5968438961434265437,5968471325647834829,5968480083832211323,5968485713200549769,5968494315568631692,5968501260736532368,5968504391465437051] [] [] 0 720 594 10 0 0 720 1 5968401512897454809 0 [] 0 [0] [] 2017-10-10 17:20:44 300 yandex_search 24 [] [] [] 61 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507637298435101455 windows 1280 [] [] 1505194350956453588 2 [] 1 392 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-10 15:20:44 [] [] [] [] 0 ['2017-10-10 15:25:10'] 94.24.246.xxx WebKit [] http://apollon174.ru/articles/services/ 537 0 0 1280 [] [] [] 36 [] [] 1169 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/procedures/magnitoterapiya-vaginalnyj-datchik-na-intramag/ [] [6216456683929734869] [] [] 0 570 490 1 0 0 856 1 6216456683929734869 1 [] 0 [] [] 2017-10-21 16:11:40 180 yandex_mobile lenovo 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 480 [] [] 1508587953145202104 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 yandex_browser 1 11 2017-10-21 14:11:40 [] [] [] [] 0 [] 85.140.7.xxx WebKit [] http://apollon174.ru/procedures/magnitoterapiya-vaginalnyj-datchik-na-intramag/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A2010-a [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/gerpes-opoyasyvayushij/ [] [5938356983587931995,5938364327170679511] [] [] 0 568 454 2 0 0 1136 1 5938356983587931995 0 [] 0 [] [] 2017-10-09 09:30:34 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 640 [] [] 1507523433901999076 1 [] 2 28 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-09 07:30:34 [] [] [] [] 0 [] 212.57.180.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/contacts/ [] [6328110003562743653,6328110785416659067,6328115796591771771,6328116367279523685] [] [] 0 900 809 2 0 0 900 1 6328110003562743653 0 [] 0 [0] [] 2017-10-26 14:30:23 300 yandex_search 24 [] [] [] 61 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru&bu=uniq1509006262161404388&_bu=1 windows 1440 [] [] 1508327323225605701 2 [] 1 25 Russia [] [] 0 [] [] [] windows8 chrome 1 33 2017-10-26 12:30:23 [] [] [] [] 0 ['2017-10-26 12:30:26'] 87.249.212.xxx WebKit [] http://apollon174.ru/ 537 0 0 1440 [] [] [] 36 [] [] 1320 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5883395779494159103] [] [] 1 854 754 1 0 0 854 1 5883395779494159103 1 [] 0 [] [] 2017-10-06 23:16:13 720 digma 32 [] [] [] adwords 5 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 0 [] android 534 [] [] 1507288532592657768 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 13 2017-10-06 21:16:13 [] [] [] [] 0 [] 176.59.196.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 534 [] [] [] 36 [] [] 534 Optima Prime 2 3G TS7067PG [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/pedikulez/ [] [5748250894041352061] [] [] 0 900 788 1 27 0 900 1 5748250894041352061 9 [] 0 [] [] 2017-10-01 00:03:56 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1560&&l10n=ru&bu=uniq1506792591098349656 windows 1600 [] [] 15067982381062314609 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-09-30 22:03:56 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/pedikulez/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5924490631265133312] [] [] 0 1024 918 1 0 0 1024 1 5924490631265133312 0 [] 0 [] [] 2017-10-08 18:48:58 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1507470535714029644 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-08 16:48:58 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ [] [6217353031186653920] [] [] 0 768 662 1 0 0 768 1 6217353031186653920 0 [] 0 [] [] 2017-10-21 17:08:39 180 yandex_search 24 [] [] [] 62 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1581&&l10n=ru&bu=uniq150858732627484470&_bu=1 windows 1360 [] [] 1508587719534421813 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-21 15:08:39 [] [] [] [] 0 [] 37.113.175.xxx WebKit [] http://apollon174.ru/directions/andrologiya/erektilnaya-disfunkciya/ 537 0 1 1360 [] [] [] 36 [] [] 1343 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6006385775379746508] [] [] 0 640 560 1 0 0 1280 1 6006385775379746508 0 [] 0 [] [] 2017-10-12 09:35:43 480 google_search samsung 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 1507772145345628654 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-12 07:35:43 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J5 Prime [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6262243328739249861] [] [] 0 570 488 1 0 0 856 1 6262243328739249861 0 [] 0 [] [] 2017-10-23 16:42:42 240 yandex_mobile lenovo 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Yekaterinburg 0 0 [] https://yandex.ru/ android 480 [] [] 15087619681030723488 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-23 14:42:42 [] [] [] [] 0 [] 5.172.24.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A536 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [5836005699029043033] [] [] 0 615 499 1 27 0 615 1 5836005699029043033 9 [] 0 [] [] 2017-10-04 21:03:14 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq150713274017467642 windows 1093 [] [] 1507132994336936006 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-04 19:03:14 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 0 1093 [] [] [] 36 [] [] 1078 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [5903099200576163727] [] [] 0 900 779 1 0 0 900 1 5903099200576163727 0 [] 0 [] [] 2017-10-07 20:08:56 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;yandsearch;web;;&text=&etext=1567&&l10n=ru&bu=uniq1507386164494153668 windows 1600 [] [] 1507388938769182622 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-07 18:08:56 [] [] [] [] 0 [] 37.113.178.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5850455829891256014] [] [] 0 768 637 1 0 0 768 1 5850455829891256014 0 [] 0 [] [] 2017-10-05 12:21:57 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/search/?page=1&q=фемофлор-17 квм* windows 1366 [] [] 1507185880179950942 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-05 10:21:57 [] [] [] [] 0 [] 5.79.216.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6005565763154870389,6005586459488157813] [] [] 0 640 524 1 0 0 1920 1 6005565763154870389 0 [] 0 [] [] 2017-10-12 08:43:35 300 google_mobile_app huawei 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1507779815755533937 1 [] 2 79 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-12 06:43:35 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 PRA-TL10 [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6331030020567338711,6331037073045196503] [] [] 0 534 452 1 0 0 802 1 6331030020567338711 0 [] 0 [] [] 2017-10-26 17:36:02 300 samsung 32 [] [] [] adwords 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 480 [] [] 1509021326394619048 1 [] 2 27 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-26 15:36:02 [] [] [] [] 0 [] 2a02:2698:9025:1891::xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 Mini [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/articles/services/ [] [5900991563478337397] [] [] 1 667 100 1 0 0 1334 1 5900991563478337397 9 [] 0 [] [] 2017-10-07 17:54:56 300 apple 32 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] http://apollon174.ru/directions/kosmetologiya/ ios_double 750 [] [] 1484587191716817695 2 [] 2 0 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-10-07 15:54:56 [] [] [] [] 0 [] 176.226.131.xxx WebKit [] http://apollon174.ru/articles/services/ 603 0 0 375 [] [] [] 1 [] [] 100 iPhone [] [] 2017-10-07 ya_undefined
28261 http://apollon174.ru/ [] [5941352877376931610] [] [] 1 800 1879 1 11 2 800 1 5941352877376931610 0 [] 0 [] [] 2017-10-09 12:41:02 -420 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATPcmav5YdMsppbO0c3hG5kLZlP0Y4W8Wnvi-YIlcYpKifDwb-IWVKuB19Ja5ewhLox4kmstMq6twInWjVkxXA4cOQDcaLBHyjR9SaxwMH5zxdTwhsJf1zxNS4o windows 1280 [] [] 1507534861728790582 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 33 2017-10-09 10:41:02 [] [] [] [] 0 [] 2a03:2880:30:3fe8::xxx Trident [] http://apollon174.ru/ 7 0 1 1280 [] [] [] 0 [] [] 1025 [] [] 2017-10-09 ya_undefined
28261 http://apollon174.ru/ [] [6216891329258194722] [] [] 0 768 1840 1 11 2 768 1 6216891329258194722 0 [] 0 [] [] 2017-10-21 16:39:18 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATOW7K_wSNwwRY3MbaMYCy2VP9JRsl_LO5LpM_TyUr11lapdFFKpmoqqXl_IqscQYExryESv2rviCupHfA3rXvxqJRmueJ61Be-nbba7j1HSg5tcjV0OrQgEOcY windows 1366 [] [] 1508585957861316279 2 [] 1 14 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-21 14:39:18 [] [] [] [] 0 [] 2a03:2880:30:3fe9::xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1025 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5943486817213096677,5943576686448346991,5943766329355405177,5943768043647928185,5943784943140741859,5943809720047379171,5943815674413720288,5943821728951313141,5943824350367458016,5943826728258904818] [] [] 0 640 563 10 0 0 640 1 5943486817213096677 4 [] 0 [] [] 2017-10-09 14:56:41 360 32 [] [] [] 4 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 0 [] http://apollon174.ru/articles/services/ android 360 [] [] 1507455332634835441 1 [] 2 1313 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 11 2017-10-09 12:56:41 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 G4 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [5966202245769596629,5966211495783567061,5966212928375623381,5966217234120968033,5966266724015410894] [] [] 0 1024 855 5 11 7 0 1 5966202245769596629 0 [] 0 [0] [] 2017-10-10 15:00:55 300 yandex_search 24 [] [] [] 10 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507625564455453116 windows 0 [] [] 14785806441060102130 2 [] 1 246 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 26 2017-10-10 13:00:55 [] [] [] [] 0 ['2017-10-10 13:01:52'] 178.46.224.xxx Trident [] http://apollon174.ru/ 6 0 0 1280 [] [] [] 0 [] [] 1263 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/korrekciya-figury/ [] [5916390130041758441,5916396441827542885,5916400378532602596,5916403391366434701,5916427340809511679,5916436511400398732,5916447599709126777] [] [] 0 667 559 7 0 0 1334 1 5916390130041758441 0 [] 0 [] [] 2017-10-08 10:13:57 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 750 [] [] 1495510225196034737 1 [] 2 219 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-08 08:13:57 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/ [] [5861983500740862680,5861984511725150936] [] [] 1 864 790 1 27 0 864 1 5861983500740862680 0 [] 0 [] [] 2017-10-06 00:34:52 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 4 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-05 22:34:52 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5779542506433939291] [] [] 0 864 756 1 27 0 864 1 5779542506433939291 9 [] 0 [] [] 2017-10-02 09:13:24 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1560&&l10n=ru&bu=uniq150678014750380414 windows 1536 [] [] 1506780489397640213 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-02 07:13:24 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6164304139949180777,6164305869528633048,6164310557904340841,6164325549209554648,6164327404011259753] [] [] 0 768 646 5 20 0 768 1 6164304139949180777 9 [] 0 [] [] 2017-10-19 08:55:54 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1366 [] [] 1508385380265355096 2 [] 1 88 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-19 06:55:54 [] [] [] [] 0 [] 94.51.69.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5874200177869333218,5874206480950108898] [] [] 0 671 489 2 0 0 1200 1 5874200177869333218 0 [] 0 [0] [] 2017-10-06 13:31:35 300 nokia 24 [] [] [] 11 [] [] [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] windows 720 [] [] 149887831227416039 1 [] 2 24 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-06 11:31:35 [] [] [] [] 0 ['2017-10-06 11:31:59'] 37.113.153.xxx Trident [] http://apollon174.ru/directions/ginekologiya/detskij-ginekolog/ 7 0 0 403 [] [] [] 0 [] [] 320 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6331751633574694609,6331754976470634193,6331756469019213950] [] [] 0 1024 885 3 27 0 1024 1 6331751633574694609 0 [] 0 [] [] 2017-10-26 18:21:55 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru&bu=uniq1509023447341200192&_bu=1 windows 1280 [] [] 1495294446493317087 2 [] 1 19 Russia [] [] 0 [] [] [] windows10 opera 1 26 2017-10-26 16:21:55 [] [] [] [] 0 [] 95.78.160.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1265 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6209471579765604475] [] [] 0 563 486 1 0 0 800 1 6209471579765604475 0 [] 0 [] [] 2017-10-21 08:47:34 300 yandex_mobile_app nokia 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;searchapi;searchapp;wp;262;1508557634312208-356026-vla1-0113-SAPI;1508557634312208-356026-vla1-0113-SAPI&text=анализ челябинск windows 480 [] [] 1508557678743826683 1 [] 2 19 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-21 06:47:34 [] [] [] [] 0 [] 94.181.45.xxx Trident [] http://apollon174.ru/directions/vse-vidy-analizov/ 7 0 1 338 [] [] [] 0 [] [] 320 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/appointment/ [] [6310137761040699281] [] [] 1 640 564 1 0 0 1920 1 6310137761040699281 0 [] 0 [0] [] 2017-10-25 19:27:45 300 google_search xiaomi 32 [] [] [] adwords 61 [] [] wi_fi [24345998] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://google.ru/ android 1080 [] [] 1508941663455048010 1 [] 2 0 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-25 17:27:45 [] [] [] [] 0 ['2017-10-25 17:27:45'] 5.141.217.xxx WebKit [] http://apollon174.ru/appointment/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 3 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/actions-and-programs/ [] [5946936074147202919] [] [] 0 768 660 1 0 0 768 1 5946936074147202919 0 [] 0 [] [] 2017-10-09 18:36:00 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/procedures/botulinoterapiya-korrekciya-mimicheskih-morshin/?direction=kosmetologiya windows 1366 [] [] 150070688651094298 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-09 16:36:00 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/actions-and-programs/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5960546066614723327] [] [] 0 736 622 1 0 0 2208 1 5960546066614723327 0 [] 0 [] [] 2017-10-10 09:01:18 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 1242 [] [] 1507608076414937689 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-10 07:01:18 [] [] [] [] 0 [] 176.59.195.xxx WebKit [] http://apollon174.ru/directions/uzi/ 604 0 1 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [6301608903126819568,6301616432785662704] [] [] 0 720 624 1 0 0 2160 1 6301608903126819568 9 [] 0 [] [] 2017-10-25 10:25:29 300 yandex_mobile lg_electronics 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 150890914955540429 1 [] 2 29 Russia [] [] 0 [] [] [] android_nougat_7_1 yandex_browser 1 10 2017-10-25 08:25:29 [] [] [] [] 0 [] 176.59.193.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 1 360 [] [] [] 36 [] [] 360 LG-M700 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/ [] [6276385675880431734] [] [] 0 900 752 1 27 0 900 1 6276385675880431734 0 [] 0 [] [] 2017-10-24 07:41:51 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-24 05:41:51 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/adenoma-prostaty/ [] [5873715774152778493,5873749736164429526] [] [] 0 512 371 2 25 0 512 1 5873715774152778493 0 [] 0 [] [] 2017-10-06 13:00:47 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1565&&l10n=ru&bu=uniq1507275071994255590 windows 683 [] [] 1507276852184756306 2 [] 1 130 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 28 2017-10-06 11:00:47 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/adenoma-prostaty/ 537 0 1 683 [] [] [] 36 [] [] 667 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-molochnyh-zhelez-regionarnyh-limfouzlov/ [] [5857184840447164542,5857204495596659444] [] [] 0 864 758 2 26 0 864 1 5857184840447164542 9 [] 0 [] [] 2017-10-05 19:29:46 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1565&&l10n=ru&bu=uniq15072137396908678 windows 1536 [] [] 1476984143736199215 2 [] 1 75 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 37 2017-10-05 17:29:46 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 0 1536 [] [] [] 36 [] [] 1519 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6292942282788703955,6292949047666282195] [] [] 0 534 452 1 0 0 802 1 6292942282788703955 0 [] 0 [] [] 2017-10-25 01:14:28 360 google_search samsung 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 1508872410172573637 1 [] 2 27 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-24 23:14:28 [] [] [] [] 0 [] 87.249.199.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6299954860102258574,6299962089761935246] [] [] 0 570 488 1 0 0 856 1 6299954860102258574 0 [] 0 [] [] 2017-10-25 08:40:20 360 yandex_mobile zte 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 480 [] [] 150889935119787693 1 [] 2 28 Russia [] [] 0 [] [] [] android_jelly_bean42 chromemobile 1 11 2017-10-25 06:40:20 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 320 [] [] [] 36 [] [] 320 ZTE Blade L2 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/programs/gormonalnyj-skrining-dlya-zhenshin/ [] [6081765581093343118,6081767998717698775,6081770672722546574,6081773705510003415] [] [] 0 800 694 4 0 0 800 1 6081765581093343118 0 [] 0 [] [] 2017-10-15 17:28:14 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/actions/glubokoe-uvlazhnenie-i-vosstanovlenie-kozhi-lica/ windows 1280 [] [] 1508046491150052426 2 [] 1 31 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-15 15:28:14 [] [] [] [] 0 [] 37.113.142.xxx WebKit [] http://apollon174.ru/actions-and-programs/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6312676247868802915,6312684819737216867,6312728818687412069,6312732380684355429,6312735322745603941,6312748485194024805,6312764797575497573,6312765840379348837] [] [] 0 640 560 5 0 0 1920 1 6312676247868802915 0 [] 0 [0,0] [] 2017-10-25 22:09:08 600 google_search samsung 32 [] [] [] adwords 61 [] [] wi_fi [24345998,24345998] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] ['',''] [1,2] 0 Chelyabinsk 0 0 [] http://google.ru/ android 1080 [] [] 1508933367972716106 1 [] 2 342 Russia [] [] 1 [] [,] [] android_marshmallow chromemobile 1 11 2017-10-25 20:09:08 [] [] [] [] 0 ['2017-10-25 20:12:29','2017-10-25 20:14:46'] 176.226.203.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S5 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/ [] [6095391420872920974,6095627165611074267,6095627892818191067] [] [] 0 1024 1340 2 0 0 1024 1 6095391420872920974 0 [] 0 [] [] 2017-10-16 07:54:32 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 918 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-16 05:54:32 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5924428849746546388,5924479585957978849,5924510967850338173,5924514045624323984] [] [] 0 768 660 4 27 0 768 1 5924428849746546388 9 [] 0 [] [] 2017-10-08 18:45:02 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1568&&l10n=ru&bu=uniq1507462960811362395 windows 1366 [] [] 1507470300161635254 2 [] 1 325 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-08 16:45:02 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6193410869195706056] [] [] 0 570 488 1 0 0 856 1 6193410869195706056 0 [] 0 [] [] 2017-10-20 15:46:27 300 yandex_mobile_app lenovo 32 [] [] [] 60 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Ftouch%2F;web;;4030000&text=&etext=1580&&l10n=ru android 480 [] [] 1508496257845493200 1 [] 2 9 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-20 13:46:27 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A536 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6339637182663762684,6339645151826158332] [] [] 0 640 560 1 0 0 1280 1 6339637182663762684 0 [] 0 [] [] 2017-10-27 02:43:16 180 google_search bq 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 1509061344243929834 1 [] 2 31 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-27 00:43:16 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Strike [] [] 2017-10-27 google_adwords
28261 http://apollon174.ru/directions/ginekologiya/medikamentoznyj-abort/ [] [5875501782924003102,5875506816900400926] [] [] 0 1200 1086 2 27 0 1200 1 5875501782924003102 0 [] 0 [] [] 2017-10-06 14:54:20 330 24 [] [] [] adwords 61 [] [] ethernet [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 29557 0 [] google_chrome_os 1920 [] [] 15072836591023059475 2 [] 1 19 India [] [] 0 [] [] [] google_chrome_os chrome 1 33 2017-10-06 12:54:20 [] [] [] [] 0 [] 2401:fa00:c:700::xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1920 [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/ [] [5936754907450707855] [] [] 0 900 752 1 27 0 900 1 5936754907450707855 0 [] 0 [] [] 2017-10-09 07:48:42 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-09 05:48:42 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [6278723001032647395] [] [] 1 1080 753 1 27 0 1080 1 6278723001032647395 0 [] 0 [] [] 2017-10-24 10:10:27 300 24 [] [] [] 48 [] [] [] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [] [] 0 Chelyabinsk 0 0 [] http://away.vk.com/away.php windows 1920 [] [] 1508809055938872180 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 opera 1 37 2017-10-24 08:10:27 [] [] [] [] 0 [] 109.191.172.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 1920 [] [] [] 36 [] [] 1524 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6120994146092846799,6121017590552989391,6121020310610513618,6121023191547388644,6121024951002336975] [] [] 0 592 511 5 0 0 1184 1 6120994146092846799 10 [] 0 [0,0,0,0] [] 2017-10-17 11:02:19 180 yandex_mobile_app htc 32 [] [] [] 6 [] [] [24346110,24346110,24346115,24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['','','',''] [1,2,1,3] 0 30066 0 [] http://yandex.ru/searchapp?uuid=075991eea2e1b06ee283b4b09014b04e&clid=2218567&internal_browser_enabled=1&text=отзовы Аполлон Челябинск&install_referrer=af_tranid%3D6JmeHZpyWHkx9GkJLf6slw%26url%3Dmarket:%2F%2Fdetails%3Fid%3Dru.yandex.searchplugin%26af_c_id%3D651155264%26af_adset_id%3D31811640414%26pid%3Dgoogleadwords_int%26gclid%3DCLaExPKwy9ACFU7cGQodPXcNCA%26network%3Dd%26af_keywords%3Dсчетчик калорий%26af_adset%3D31811640414%26af_ad%3D154030824685%26af_siteid%3Dringtone.com.ru%26af_ad_id%3D154030824685%26c%3DGDN_Android_Diet%26adsplayload%3DCAE%26gclid%3DCLaExPKwy9ACFU7cGQodPXcNCA%26conv%3D935424985&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 720 [] [] 1481114225665388594 1 [] 2 118 Russia [] [] 0 [] [,,,] [] android_kitkat yandexsearch 1 12 2017-10-17 09:02:19 [] [] [] [] 0 ['2017-10-17 09:02:19','2017-10-17 09:03:49','2017-10-17 09:03:59','2017-10-17 09:04:10'] 176.59.201.xxx WebKit [] http://apollon174.ru/responses/ 537 0 0 360 [] [] [] 36 [] [] 360 HTC Desire 620G dual sim [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6007072052332203921] [] [] 0 568 460 1 0 0 1136 1 6007072052332203921 0 [] 0 [] [] 2017-10-12 10:19:21 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://google.ru/ ios_double 640 [] [] 15077855601066412533 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-12 08:19:21 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-12 google_adwords
28261 http://apollon174.ru/ [] [5877830302030891164] [] [] 1 768 300 1 0 0 768 1 5877830302030891164 0 [] 0 [] [] 2017-10-06 17:22:23 -420 32 [] [] [] 60 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 29557 0 [] macos 1024 [] [] 15072925431047817918 2 [] 1 0 Russia [] [] 0 [] [] [] mac_os_x_sierra chrome 1 28 2017-10-06 15:22:23 [] [] [] [] 0 [] 138.197.111.xxx WebKit [] http://apollon174.ru/ 537 0 1 1024 [] [] [] 36 [] [] 400 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6325702445798000479,6325712205900154719] [] [] 0 640 561 1 0 0 960 1 6325702445798000479 4 [] 0 [] [] 2017-10-26 11:57:19 240 yandex_mobile thl 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 540 [] [] 1509004602419778671 1 [] 2 38 Russia [] [] 0 [] [] [] android_kitkat yandex_browser 1 11 2017-10-26 09:57:19 [] [] [] [] 0 [] 176.59.198.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 thl 4000 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/detskij-ginekolog/ [] [5871534637149070051,5871550073073050368,5871719883580383973] [] [] 0 667 559 1 0 0 1334 1 5871534637149070051 0 [] 0 [] [] 2017-10-06 10:42:07 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 8 [] https://yandex.ru/ ios_double 750 [] [] 1507269365491305117 1 [] 2 706 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-06 08:42:07 [] [] [] [] 0 [] 31.173.103.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/detskij-ginekolog/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [6141147596176756624,6141150559385161425,6141179349918556884] [] [] 0 768 662 3 0 0 768 1 6141147596176756624 0 [] 0 [0] [] 2017-10-18 08:23:38 300 yandex_search 24 [] [] [] 61 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq1508290662852450234 windows 1366 [] [] 15082970207832552 2 [] 1 122 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-18 06:23:38 [] [] [] [] 0 ['2017-10-18 06:23:50'] 77.222.115.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/appointment/ [] [6309292422647251061,6309298850495463541,6309299671425089653,6309314318188150904,6309450292284360569,6309452118506342265,6309454261294991225,6309455089640146809,6309459540989970297,6309461910434088825,6309463109807902608,6309476105922023312,6309477092047456121] [] [] 0 768 659 8 0 0 768 1 6309292422647251061 0 [] 0 [0,0] [] 2017-10-25 18:34:00 300 yandex_search 24 [] [] [] 56 [] [] [24345998,24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,2] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq1508935917102349008&_bu=1 windows 1366 [] [] 1508938448990420620 2 [] 1 705 Russia [] [] 0 [] [,] [] windows10 firefox 1 37 2017-10-25 16:34:00 [] [] [] [] 0 ['2017-10-25 16:44:09','2017-10-25 16:44:51'] 176.226.177.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 56 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6102313399226206065] [] [] 1 667 559 1 0 0 1334 1 6102313399226206065 0 [] 0 [] [] 2017-10-16 15:14:38 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chebarkul 30066 8 [] https://google.ru/ ios_double 750 [] [] 1508136694817235105 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-16 13:14:38 [] [] [] [] 0 [] 185.50.158.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 603 0 0 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/ [] [6327031384649507542,6327032814606492374,6327037841138253942,6327054345563013238] [] [] 0 640 560 3 0 0 960 1 6327031384649507542 0 [] 0 [] [] 2017-10-26 13:21:49 300 google_search samsung 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 540 [] [] 15064472371032968787 1 [] 2 87 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-26 11:21:49 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6142504576376382179] [] [] 0 768 672 1 26 0 768 1 6142504576376382179 9 [] 0 [] [] 2017-10-18 09:49:55 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq150830163180383118 windows 1366 [] [] 1508302198886581639 2 [] 1 15 Russia [] [] 0 [] [] [] windows8 yandex_browser 1 37 2017-10-18 07:49:55 [] [] [] [] 0 [] 5.141.216.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1287 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ [] [6241949536614097627] [] [] 0 568 454 1 0 0 1136 1 6241949536614097627 0 [] 0 [] [] 2017-10-22 19:12:27 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 640 [] [] 150868153973340831 1 [] 2 16 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-22 17:12:27 [] [] [] [] 0 [] 88.206.8.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6166872247966371539,6166995782319738579] [] [] 0 570 492 2 0 0 856 1 6166872247966371539 0 [] 0 [] [] 2017-10-19 11:39:10 300 micromax 32 [] [] [] 7 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Moscow 30066 0 [] android 480 [] [] 1508395158696736751 1 [] 2 471 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-19 09:39:10 [] [] [] [] 0 [] 85.140.16.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 320 [] [] [] 36 [] [] 320 Micromax Q340 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5948617642077327250,5948625962644016850] [] [] 0 640 560 2 0 0 1280 1 5948617642077327250 0 [] 0 [] [] 2017-10-09 20:22:55 300 google_search tele2 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Ozersk 0 0 [] http://google.ru/ android 720 [] [] 1507544027451275926 1 [] 2 48 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-09 18:22:55 [] [] [] [] 0 [] 91.205.238.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 0 360 [] [] [] 36 [] [] 360 Tele2_Maxi_Plus [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6101736505785459412] [] [] 1 768 667 1 22 0 768 1 6101736505785459412 0 [] 0 [] [] 2017-10-16 14:37:57 360 yandex_search 24 [] [] [] 49 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1576&&l10n=ru&bu=uniq15081389866521401279 windows 1366 [] [] 1508143062563740204 2 [] 1 0 Russia [] [] 0 [] [] [] windows_xp chrome 1 37 2017-10-16 12:37:57 [] [] [] [] 0 [] 95.78.183.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/responses/page/4/ [] [5787585090805565273,5787623365421303641,5787633373005481817,5787641185319520089,5787651477145651033,5787656855720822617,5787697649292674905,5787744923134461785,5787777684712195929] [] [] 0 768 658 9 27 0 768 1 5787585090805565273 0 [] 0 [0,0] [] 2017-10-02 17:44:45 300 yandex_search 24 [] [] [] 48 [] [] [24346115,24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1506930722386501154 windows 1366 [] [] 1506948283414751576 2 [] 1 749 Russia [] [] 0 [] [,] [] windows_7_2008server opera 1 37 2017-10-02 15:44:45 [] [] [] [] 0 ['2017-10-02 15:47:11','2017-10-02 15:49:18'] 77.222.115.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/kondilomy-ostrokonechnye/ 537 0 1 1366 [] [] [] 36 [] [] 1309 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/chesotka/ [] [6097974757429348205,6097977801871986374,6097986207220764363] [] [] 0 568 460 3 0 0 1136 1 6097974757429348205 0 [] 0 [] [] 2017-10-16 10:38:47 300 google_search apple 32 [] [] [] adwords 9 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 46 [] https://google.ru/ ios_double 640 [] [] 1508132321516533116 1 [] 2 44 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 11 2017-10-16 08:38:47 [] [] [] [] 0 [] 5.79.252.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 601 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6213003914641679073,6213005476906667921,6213012793291442033,6213112849739026315] [] [] 0 1024 886 4 23 0 1024 1 6213003914641679073 0 [] 0 [0] [] 2017-10-21 12:32:09 300 24 [] [] [] 42 [] [] [24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [''] [1] 0 Ozersk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1280 [] [] 150842747250214266 2 [] 1 415 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-10-21 10:32:09 [] [] [] [] 0 ['2017-10-21 10:32:15'] 178.170.198.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/sifilis/ [] [5923910594120131311,5923913598796562555] [] [] 0 667 559 2 0 0 1334 1 5923910594120131311 0 [] 0 [] [] 2017-10-08 18:12:04 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 6 [] https://yandex.ru/ ios_double 750 [] [] 150722779112406149 1 [] 2 13 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-08 16:12:04 [] [] [] [] 0 [] 176.226.134.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 602 0 0 375 [] [] [] 4 [] [] 375 iPhone [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5785020485936615112,5785085790077845626] [] [] 0 864 802 2 27 0 1080 1 5785020485936615112 10 [] 0 [0] [] 2017-10-02 15:01:41 300 yandex_search 24 [] [] [] 13 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1506930798444352077 windows 1920 [] [] 1506938496141866129 2 [] 1 266 Russia [] [] 0 [] [] [] windows10 edge 1 37 2017-10-02 13:01:41 [] [] [] [] 0 ['2017-10-02 13:05:50'] 213.87.240.xxx Edge [] http://apollon174.ru/directions/vse-vidy-analizov/ 13 0 1 1536 [] [] [] 10586 [] [] 1450 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [6304065436419367660,6304071476103881452,6304083248775176940,6304087594533135084] [] [] 0 900 794 2 0 0 900 1 6304065436419367660 0 [] 0 [] [] 2017-10-25 13:01:41 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1440 [] [] 15089184941002888247 2 [] 1 84 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 33 2017-10-25 11:01:41 [] [] [] [] 0 [] 5.141.203.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/procedures/piling-tsa-20-peel-medical/?direction=kosmetologiya&disease=esteticheskaya-kosmetologiya [] [5833132414833004431,5833133655514156943,5833156388031041233,5833175488311330679,5833177282669709177] [] [] 0 768 637 5 0 0 768 1 5833132414833004431 0 [] 0 [] [] 2017-10-04 18:00:34 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq1507119248140526854 windows 1366 [] [] 1507118726324288339 2 [] 1 171 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-04 16:00:34 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6028381160543101651,6028383436116330329,6028385334913927031,6028392403306024661,6028396717216368473,6028410530570700661,6028415259561173725,6028423932599865034,6028427079630196423,6028434505166758613,6028435145897281383,6028440808315162322,6028441752724836050,6028684386826456789,6028689125994663824] [] [] 0 900 794 15 0 0 900 1 6028381160543101651 0 [] 0 [] [] 2017-10-13 08:54:09 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Omsk 0 0 [] https://google.ru/ windows 1600 [] [] 1507866921207522879 2 [] 1 1174 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-13 06:54:09 [] [] [] [] 0 [] 81.23.204.xxx WebKit [] http://apollon174.ru/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-kolennyh-sustavov-dvuh/ [] [6193956046057508551] [] [] 1 640 518 1 0 0 640 1 6193956046057508551 4 [] 0 [] [] 2017-10-20 16:21:07 -660 yandex_mobile samsung 32 [] [] [] 11 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 360 [] [] 1508556067758904713 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat ucbrowser 1 11 2017-10-20 14:21:07 [] [] [] [] 0 [] 77.222.117.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-kolennyh-sustavov-dvuh/ 537 0 1 360 [] [] [] 36 [] [] 360 SM-J530FM [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5938695660886820731] [] [] 0 640 512 1 0 0 1280 1 5938695660886820731 0 [] 0 [] [] 2017-10-09 09:52:06 300 google_search asus 32 [] [] [] adwords 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1507524704887482470 1 [] 2 16 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-09 07:52:06 [] [] [] [] 0 [] 176.59.209.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_X008D [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/ [] [5965663805535162257,5965664275132059338,5966106537327595223,5966445429708294003,5966549388531863243] [] [] 0 1024 1340 3 0 0 1024 1 5965663805535162257 0 [] 0 [] [] 2017-10-10 14:26:41 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/doctors/ windows 1280 [] [] 1469526699227406146 2 [] 1 3378 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-10 12:26:41 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [6287597302040235734,6287598796815468399,6287603491742944982,6287603633802972886,6287604257864552150,6287909470188085976] [] [] 0 1080 984 3 0 0 1080 1 6287597302040235734 0 [] 0 [] [] 2017-10-24 19:34:40 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1920 [] [] 15088556791026820238 2 [] 1 1191 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-24 17:34:40 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6280994113529062133] [] [] 1 640 564 1 0 0 1920 1 6280994113529062133 0 [] 0 [] [] 2017-10-24 12:34:51 180 google_mobile_app xiaomi 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 150883761359894217 1 [] 2 0 Russia [] [] 1 [] [] [] android_nougat chromemobile 1 11 2017-10-24 10:34:51 [] [] [] [] 0 [] 87.249.204.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/malaya-urologiya/ [] [6005920964034430815] [] [] 1 640 524 1 0 0 1920 1 6005920964034430815 0 [] 0 [] [] 2017-10-12 09:06:10 300 google_search huawei 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1080 [] [] 1507781171191939835 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-12 07:06:10 [] [] [] [] 0 [] 176.59.200.xxx WebKit [] http://apollon174.ru/directions/malaya-urologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 NEM-L51 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6269506510177968880,6269529383547708144] [] [] 0 720 591 2 26 0 1080 1 6269506510177968880 0 [] 0 [0] [] 2017-10-24 00:24:29 300 yandex_search 24 [] [] [] 56 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq15087641268363879611&_bu=1 windows 1920 [] [] 1508786670725425471 2 [] 1 87 Russia [] [] 0 [] [] [] windows8_1 firefox 1 37 2017-10-23 22:24:29 [] [] [] [] 0 ['2017-10-23 22:25:56'] 188.19.127.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/ 56 0 1 1280 [] [] [] 0 [] [] 1263 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5919969115930108653] [] [] 0 736 665 1 0 0 2208 1 5919969115930108653 9 [] 0 [] [] 2017-10-08 14:01:29 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] https://yandex.ru/ ios_double 1242 [] [] 150745328930180052 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-10-08 12:01:29 [] [] [] [] 0 [] 5.141.201.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 603 0 1 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6084773939216392955] [] [] 0 640 512 1 0 0 1280 1 6084773939216392955 0 [] 0 [] [] 2017-10-15 20:39:30 180 google_search sony 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 15080891691020797599 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-15 18:39:30 [] [] [] [] 0 [] 5.141.199.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 G3312 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/uzi/ [] [5961940255307468496] [] [] 0 534 508 1 0 0 802 1 5961940255307468496 0 [] 0 [] [] 2017-10-10 10:29:57 180 lenovo 32 [] [] [] adwords 54 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 480 [] [] 1507621831305521111 1 [] 2 13 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-10 08:29:57 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A1000 [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/directions/uzi/uzi-polovogo-chlena-s-cdk/ [] [6107868572306645746] [] [] 1 640 567 1 0 0 640 1 6107868572306645746 0 [] 0 [] [] 2017-10-16 21:07:49 300 google_search meizu 32 [] [] [] 6 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://google.ru/ android 360 [] [] 1508170115793313334 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow android_browser 1 11 2017-10-16 19:07:49 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-polovogo-chlena-s-cdk/ 537 0 1 360 [] [] [] 36 [] [] 360 MZ-M5s [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6081382756876552035] [] [] 1 667 553 1 0 0 1334 1 6081382756876552035 0 [] 0 [] [] 2017-10-15 17:03:53 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 38 [] http://apollon174.ru/directions/uzi/ ios_double 750 [] [] 1507992202943396942 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-15 15:03:53 [] [] [] [] 0 [] 176.59.207.xxx WebKit [] http://apollon174.ru/doctors/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5877400400839575395,5877414127783380835,5877435208268515171] [] [] 0 640 564 3 0 0 1920 1 5877400400839575395 0 [] 0 [] [] 2017-10-06 16:55:03 300 yandex_mobile xiaomi 32 [] [] [] 60 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1507290904430072597 1 [] 2 133 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-06 14:55:03 [] [] [] [] 0 [] 31.173.96.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-molochnyh-zhelez-regionarnyh-limfouzlov/ [] [6262670116722314949,6262881834458679139,6262897422569047907,6262900977228842851] [] [] 0 1080 974 4 0 0 1080 1 6262670116722314949 0 [] 0 [0] [] 2017-10-23 17:09:50 300 24 [] [] [] 61 [] [] [24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/account/coupons/15957074/ windows 1920 [] [] 1508127949496568886 2 [] 1 896 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-23 15:09:50 [] [] [] [] 0 ['2017-10-23 15:23:18'] 194.28.93.xxx WebKit [] http://apollon174.ru/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6062553275760386782,6062619665399547761,6062621807596282590,6062666871234110174,6062678407601988318,6062680441646490334] [] [] 0 640 560 6 0 0 1280 1 6062553275760386782 0 [] 0 [] [] 2017-10-14 21:06:45 480 google_mobile_app samsung 32 [] [] [] adwords 58 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1507986330791117890 1 [] 2 485 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-14 19:06:45 [] [] [] [] 0 [] 176.59.194.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 SM-J330F [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/contacts/ [] [5966014978761958124,5966018834752611052,5966020590975846243,5966021454348683107] [] [] 0 768 653 4 22 0 768 1 5966014978761958124 0 [] 0 [0] [] 2017-10-10 14:49:01 300 yandex_search 24 [] [] [] 49 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507626747451391762 windows 1366 [] [] 1507628951969716170 2 [] 1 24 Russia [] [] 0 [] [] [] windows_xp chrome 1 37 2017-10-10 12:49:01 [] [] [] [] 0 ['2017-10-10 12:49:25'] 188.19.127.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/procedures/maska-alginatnaya/ [] [6200263032901207911,6200618798910022356] [] [] 0 800 631 2 0 0 800 1 6200263032901207911 0 [] 0 [] [] 2017-10-20 23:02:06 360 google_search lenovo 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 1280 [] [] 1508519089346008341 2 [] 3 1372 Russia [] [] 0 [] [] [] android_jelly_bean42 chromemobile 1 33 2017-10-20 21:02:06 [] [] [] [] 0 [] 37.113.160.xxx WebKit [] http://apollon174.ru/procedures/maska-alginatnaya/ 537 0 1 1280 [] [] [] 36 [] [] 1280 Lenovo A7600-H [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [5794736611790168815] [] [] 0 568 460 1 0 0 568 1 5794736611790168815 9 [] 0 [] [] 2017-10-03 01:19:25 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 1 [] ios_double 320 [] [] 150697556627700012 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 ucbrowser 1 11 2017-10-02 23:19:25 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 1 320 [] [] [] 51 [] [] 320 iPhone [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/equipment/darsonval-hf-08/ [] [6037943630090735305,6037970328108147421,6038035657100887927] [] [] 0 1080 945 3 27 0 1080 1 6037943630090735305 0 [] 0 [] [] 2017-10-13 19:02:07 240 yandex_images 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Orehovo-Zuevo 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;images%2Fsearch;images;;&text=&etext=1573&l10n=ru windows 1920 [] [] 1507903324126767635 2 [] 1 366 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-13 17:02:07 [] [] [] [] 0 [] 95.73.150.xxx Gecko [] http://apollon174.ru/equipment/darsonval-hf-08/ 56 0 1 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6060609828634501844] [] [] 0 640 559 1 0 0 1280 1 6060609828634501844 0 [] 0 [] [] 2017-10-14 19:03:11 180 google_mobile_app samsung 32 [] [] [] adwords 59 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Magnitogorsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1507996946564918811 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-14 17:03:11 [] [] [] [] 0 [] 176.215.192.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S III [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/ [] [5776174740337592161,5776194310293423969,5776194723946694497,5776385671931367113] [] [] 0 864 844 3 27 0 864 1 5776174740337592161 0 [] 0 [] [] 2017-10-02 05:39:17 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 821 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-02 03:39:17 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6358565678486397657,6358572418991923929,6358613027826699992,6358616971320233688,6358625078176916185,6358633048154841817] [] [] 0 640 559 3 0 0 1280 1 6358565678486397657 0 [] 0 [] [] 2017-10-27 22:46:43 300 yandex_mobile lenovo 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 1509126403771281621 1 [] 2 257 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-27 20:46:43 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Lenovo A6020a40 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/psoriaz/ [] [6281049179147210456] [] [] 0 640 561 1 0 0 960 1 6281049179147210456 1 [] 0 [] [] 2017-10-24 12:38:21 300 yandex_mobile explay 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 0 0 [] https://yandex.ru/ android 540 [] [] 1508830778586418972 1 [] 2 15 Russia [] [] 0 [] [] [] android_jelly_bean42 yandex_browser 1 11 2017-10-24 10:38:21 [] [] [] [] 0 [] 85.140.16.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/psoriaz/ 537 0 1 360 [] [] [] 36 [] [] 360 Blaze [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5827172108523802323] [] [] 0 667 559 1 0 0 1334 1 5827172108523802323 0 [] 0 [] [] 2017-10-04 11:41:37 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 8 [] ios_double 750 [] [] 1478788537898345945 1 [] 2 15 Russia [] [] 0 [] [] "['{""__ym"":{""ads"":{""w"":{""t"":5725,""l"":0,""w"":375,""h"":628},""p"":{""w"":375,""h"":14465},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":375,""h"":559},""p"":{""w"":375,""h"":14465},""a"":[],""full"":1}}}']" ios10 safari_mobile 1 11 2017-10-04 09:41:37 [] [] [] [] 0 [] 94.51.38.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 603 0 0 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6260322227414630523,6260323096394467175,6260325677018382458,6260334195883376762,6260336002879979642,6260337744573107923] [] [] 0 768 662 6 0 0 768 1 6260322227414630523 0 [] 0 [] [] 2017-10-23 14:40:34 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq1508750309200308061&_bu=1 windows 1280 [] [] 1508743846995987697 2 [] 1 59 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 35 2017-10-23 12:40:34 [] [] [] [] 0 [] 2a02:2698:9022:5382::xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [5740337869837312750] [] [] 0 534 404 1 0 0 802 1 5740337869837312750 5 [] 0 [] [] 2017-09-30 15:40:51 480 yandex_mobile_app samsung 32 [] [] [] 3 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Ftouch%2F;web;;4090900&text=&etext=1560 android 480 [] [] 1506756920550563312 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 samsung_internet 1 12 2017-09-30 13:40:51 [] [] [] [] 0 [] 176.59.198.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 Mini [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5925452045401720665,5925470845440624473,5925472899326812897,5925485433092842209,5925503745795039969,5925506878271398625,5925543831623967457,5925625547344847596,5925625912228581067,5925626900594298571] [] [] 0 640 513 9 0 0 1280 1 5925452045401720665 4 [] 0 [0,0] [] 2017-10-08 19:50:05 300 yandex_mobile sony 32 [] [] [] 17 [] [] cellular [24345998,24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,2] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1507474209430209813 1 [] 2 667 Russia [] [] 0 [] [,] [] android_lollipop5 yandex_browser 1 11 2017-10-08 17:50:05 [] [] [] [] 0 ['2017-10-08 17:53:22','2017-10-08 17:55:55'] 213.87.242.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Xperia Z1 Compact [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [5897511150808998644] [] [] 1 667 553 1 0 0 1334 1 5897511150808998644 0 [] 0 [] [] 2017-10-07 14:13:38 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 38 [] http://apollon174.ru/ ios_double 750 [] [] 1507204209925632358 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-07 12:13:38 [] [] [] [] 0 [] 31.173.120.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5828347590672910173] [] [] 0 1080 971 1 27 0 1080 1 5828347590672910173 9 [] 0 [] [] 2017-10-04 12:56:21 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq1507102475952407437 windows 1920 [] [] 1507099935447855452 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-04 10:56:21 [] [] [] [] 0 [] 91.236.204.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1920 [] [] [] 36 [] [] 1436 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/responses/ [] [6038499408541912782] [] [] 0 640 0 1 0 0 1280 1 6038499408541912782 0 [] 0 [0] [] 2017-10-13 19:37:27 300 huawei 32 [] [] [] 61 [] [] cellular [24346110] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 0 0 [] http://apollon174.ru/directions/ginekologiya/ android 720 [] [] 1496649214107204562 0 [] 2 14 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-13 17:37:27 [] [] [] [] 0 ['2017-10-13 17:37:27'] 176.59.210.xxx WebKit [] http://apollon174.ru/responses/ 537 0 0 360 [] [] [] 36 [] [] 0 TIT-L01 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ [] [5878068225660691188] [] [] 0 667 553 1 0 0 1334 1 5878068225660691188 0 [] 0 [] [] 2017-10-06 17:37:30 300 google_search apple 32 [] [] [] 11 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 750 [] [] 1507293447985802715 1 [] 2 17 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-06 15:37:30 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-zhelchnogo-puzyrya-po-rotanovu/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/rozacea/ [] [6127823101883320773] [] [] 1 391 392 1 0 0 626 1 6127823101883320773 0 [] 0 [] [] 2017-10-17 18:16:30 60 philips 0 [] [] [] 14 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 423 [] android 480 [] [] 1508246190517721734 1 [] 2 0 Russia [] [] 0 [] [] [] android_ice_cream operamini 1 16 2017-10-17 16:16:30 [] [] [] [] 0 [] 176.59.198.xxx Presto [] http://apollon174.ru/directions/dermatologiya/rozacea/ 2 0 1 300 [] [] [] 12 [] [] 300 Philips W536 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6260654086645359342] [] [] 1 667 553 1 0 0 1334 1 6260654086645359342 0 [] 0 [] [] 2017-10-23 15:01:37 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] http://apollon174.ru/ ios_double 750 [] [] 1508737183109574046 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-23 13:01:37 [] [] [] [] 0 [] 37.113.129.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [6199230352529295205] [] [] 0 1024 666 1 0 0 1024 1 6199230352529295205 10 [] 0 [] [] 2017-10-20 21:56:27 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 46 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq150833894923811482 ios_double 768 [] [] 1508339614291019780 2 [] 3 14 Russia [] [] 0 [] [] [] ios9 yandex_browser 1 15 2017-10-20 19:56:27 [] [] [] [] 0 [] 88.206.80.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 601 0 0 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ [] [5808402322152235753] [] [] 0 640 512 1 0 0 1920 1 5808402322152235753 0 [] 0 [] [] 2017-10-03 15:48:16 180 google_search sony 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1080 [] [] 1507034875284197706 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-03 13:48:16 [] [] [] [] 0 [] 176.59.197.xxx WebKit [] http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ 537 0 1 360 [] [] [] 36 [] [] 360 F8132 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5925627715212813017] [] [] 0 1080 974 1 27 0 1080 1 5925627715212813017 9 [] 0 [] [] 2017-10-08 20:01:15 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1568&&l10n=ru&bu=uniq1507468084362364534 windows 1920 [] [] 1507474884213702580 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-08 18:01:15 [] [] [] [] 0 [] 176.226.131.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1920 [] [] [] 36 [] [] 1864 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya [] [5703739202825888486,5703761417572197094,5703762592513663718,5703764105869920111,5703965406585955052,5704394381740483302,5704395978282640102,5704401281075651302,5704409173916918502,5704411228009140105,5704412251541218022,5704414465035079561,5704414902158888841,5704415470052188902,5704418845404701414,5704420147113234313,5704426783083073417,5704431609912233865,5704432304655180518,5704434461545598857,5704443411224596361] [] [] 0 640 512 21 0 0 1280 1 5703739202825888486 0 [] 0 [] [] 2017-09-29 00:53:58 300 google_search wileyfox 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 720 [] [] 15066284371002069510 1 [] 2 2686 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-09-28 22:53:58 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Swift 2 Plus [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/procedures/aspiracionnaya-biopsiya-endometriya/?direction=ginekologiya [] [5692006092554899156,5692007001647746772,5692014474376515284,5692018957574999764] [] [] 0 1024 933 4 22 0 1024 1 5692006092554899156 0 [] 0 [] [] 2017-09-28 12:28:00 300 google_search 24 [] [] [] 49 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1506583625846812137 2 [] 1 49 Russia [] [] 0 [] [] [] windows_xp chrome 1 26 2017-09-28 10:28:00 [] [] [] [] 0 [] 37.113.130.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/procedures/piling-molochnyj-30-peel-medical/ [] [6282789261696042877] [] [] 1 900 798 1 27 0 900 1 6282789261696042877 9 [] 0 [] [] 2017-10-24 14:28:59 180 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Krasnodar 0 0 [] windows 1440 [] [] 1508837339743151197 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 33 2017-10-24 12:28:59 [] [] [] [] 0 [] 128.70.171.xxx WebKit [] http://apollon174.ru/procedures/piling-molochnyj-30-peel-medical/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5827380484177923782] [] [] 0 819 694 1 27 0 1024 1 5827380484177923782 0 [] 0 [] [] 2017-10-04 11:54:52 300 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq1507097946373424553 windows 1280 [] [] 1501740647974480210 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp firefox 1 26 2017-10-04 09:54:52 [] [] [] [] 0 [] 77.222.106.xxx Gecko [] http://apollon174.ru/directions/vse-vidy-analizov/ 52 0 0 1024 [] [] [] 0 [] [] 1007 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/ [] [5874413515599515339] [] [] 1 1024 918 1 0 0 1024 1 5874413515599515339 0 [] 0 [] [] 2017-10-06 13:45:09 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1507279508676944713 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-06 11:45:09 [] [] [] [] 0 [] 95.78.175.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6279495466058254205,6279495816816363389,6279498481305652939,6279514881849828094,6279532472494203619,6279535171545862026,6279558176775611109,6279559973591327476,6279647078757442298] [] [] 0 568 460 9 0 0 1136 1 6279495466058254205 0 [] 0 [] [] 2017-10-24 10:59:34 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 30066 8 [] ios_double 640 [] [] 1495165997222119453 1 [] 2 578 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-24 08:59:34 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/actions-and-programs/ 603 0 0 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/procedures/mazevaya-applikaciya-1-procedura/?direction=dermatologiya [] [5747535775101880175,5747545096611432303,5747554508375328623,5747555888195700591,5747565431666509679,5747568192153978735,5747572155923564399,5747574566321915759,5747574702596694756,5747575767317357284,5747587205354496740,5747588602822402788,5747591280720356068,5747592287600517860,5747593578723418852,5747594974841545444,5747596600305263332,5747598669038494436,5747601024442966756,5747603287701988068,5747622213149265615,5747626403461861071,5747627279278935759,5747633901547032271,5747636451532607183,5747637563873562319,5747638039331213007,5747639521142902479,5747640926067756751,5747642115562671823,5747643582824845007,5747646116801023695,5747647332382674639,5747649095302909647,5747649875137531599,5747657330728636298,5747657325327157083,5747703059608511205,5747705359661802213,5747707779286835941,5747709744961823461,5747713646627136229,5747714139146167013,5747716930838733541,5747718414640620261,5747725203990389477] [] [] 0 570 484 46 0 0 570 1 5747535775101880175 1 [] 0 [] [] 2017-09-30 23:18:29 180 yandex_search alcatel 32 [] [] [] 5 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] https://yandex.ru/ android 320 [] [] 1506795507144903044 1 [] 2 722 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 0 11 2017-09-30 21:18:29 [] [] [] [] 0 [] 176.59.205.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 5015D [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5793296526628359889] [] [] 0 667 559 1 0 0 1334 1 5793296526628359889 0 [] 0 [] [] 2017-10-02 23:47:52 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 750 [] [] 15069700721007761899 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-02 21:47:52 [] [] [] [] 0 [] 176.226.205.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/procedures/opredelenie-kislotnosti-vlagalisha-ph-metriya/ [] [6220317890635899618] [] [] 1 640 563 1 0 0 960 1 6220317890635899618 53 [] 0 [] [] 2017-10-21 20:17:09 180 yandex_mobile_app vertex 32 [] [] [] 6 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Saint Petersburg 30066 0 [] http://yandex.ru/searchapp?uuid=3862b85cda205ac06ed78eed94302342&clid=2218566&internal_browser_enabled=1&text=ph метрия в гинекологии что это&serp_only=1&appsearch_header=1&lr=2&true_url_scheme=https android 540 [] [] 1508599028763630520 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-21 18:17:09 [] [] [] [] 0 [] 188.170.82.xxx WebKit [] http://apollon174.ru/procedures/opredelenie-kislotnosti-vlagalisha-ph-metriya/ 537 0 1 360 [] [] [] 36 [] [] 360 Impress Open [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/doctors/egina-irina-aleksandrovna/ [] [6094794804722401402] [] [] 0 640 560 1 0 0 1920 1 6094794804722401402 0 [] 0 [] [] 2017-10-16 07:16:37 300 google_search samsung 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1080 [] [] 1507892479564169656 1 [] 2 14 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-16 05:16:37 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/doctors/egina-irina-aleksandrovna/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A5 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [5984700779941077759,5984719167151416063,5984724404799021823,5984735448483242751,5984736567363117780] [] [] 0 864 772 5 27 0 864 1 5984700779941077759 0 [] 0 [] [] 2017-10-11 10:37:01 180 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;yandsearch;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507694413199512080 windows 1152 [] [] 150256382480609968 2 [] 1 137 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 28 2017-10-11 08:37:01 [] [] [] [] 0 [] 77.222.109.xxx WebKit [] http://apollon174.ru/ 537 0 0 1152 [] [] [] 36 [] [] 1121 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6301933452296463071,6301940365594469087,6301994455219046249,6301994534738862805,6301999754084885225] [] [] 0 1080 1016 3 27 0 1080 1 6301933452296463071 7 [] 0 [] [] 2017-10-25 10:46:08 300 yandex_search 24 [] [] [] 16 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq1508907883812370770&_bu=1 windows 1920 [] [] 15089103741072370508 2 [] 1 253 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-25 08:46:08 [] [] [] [] 0 [] 85.202.10.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1478 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/ [] [6285459116059000958,6285460575997923019,6285465510765924043,6285492631385149131] [] [] 0 640 560 3 0 0 1280 1 6285459116059000958 0 [] 0 [] [] 2017-10-24 17:18:43 300 asus 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [] [] 0 0 0 [] http://away.vk.com/away.php android 720 [] [] 1508847722522833988 1 [] 2 128 Russia [] [] 0 [] [] "['{""__ym"":{""ads"":{""w"":{""t"":1010,""l"":0,""w"":360,""h"":616},""p"":{""w"":360,""h"":5843},""a"":[],""full"":0}}}','{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":360,""h"":560},""p"":{""w"":360,""h"":5843},""a"":[],""full"":1}}}']" android_marshmallow chromemobile 1 11 2017-10-24 15:18:43 [] [] [] [] 0 [] 176.59.195.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_Z010DD [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6304547102864705391,6304548222272276335,6304551856090646383,6304555060904593263] [] [] 0 1080 949 3 0 0 1080 1 6304547102864705391 0 [] 0 [0] [] 2017-10-25 13:32:18 300 google_search 24 [] [] [] 61 [] [] [24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1508920191924062160 2 [] 1 30 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-25 11:32:18 [] [] [] [] 0 ['2017-10-25 11:32:36'] 95.78.164.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5872576531776676585] [] [] 0 640 559 1 0 0 1280 1 5872576531776676585 0 [] 0 [] [] 2017-10-06 11:48:21 300 google_mobile_app asus 32 [] [] [] adwords 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1507272502900334422 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-06 09:48:21 [] [] [] [] 0 [] 31.173.120.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ZB551KL [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/equipment/elektromiostimulyator-mioritm-040-16/ [] [6187378279561039565] [] [] 1 1280 567 1 0 0 1280 1 6187378279561039565 3 [] 0 [] [] 2017-10-20 09:22:55 300 32 [] [] [] 4 [] [] ethernet [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Tashkent 30066 0 [] android 720 [] [] 1508473373976136680 1 [] 2 0 Uzbekistan [] [] 0 [] [] [] android_jelly_bean43 android_browser 1 11 2017-10-20 07:22:55 [] [] [] [] 0 [] 37.110.210.xxx WebKit [] http://apollon174.ru/equipment/elektromiostimulyator-mioritm-040-16/ 534 0 1 720 [] [] [] 30 [] [] 360 SHW-M440S [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/responses/ [] [6037160848721710990,6037163076138045326,6037165807544829817,6037168011519723385,6037175722284681081,6037176922822414222,6037182080193660793,6037190624461981561,6037191401913976697,6037192438984738681,6037198821996627833,6037207045127278478,6037208059012976526,6037212348285716345,6037214435036106638,6037221164831475577,6037233004349228921,6037235912387334030,6037254895351369614,6037256639452549006,6037272350457597838,6037273967894204302,6037289964290707342,6037292649671036814,6037293748586024846,6037303276898619278,6037325798426808206,6037334521010196366] [] [] 0 640 511 28 0 0 1280 1 6037160848721710990 0 [] 0 [0,0] [] 2017-10-13 18:12:20 300 google_search huawei 32 [] [] [] 61 [] [] wi_fi [24346110,24346110] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] ['',''] [1,2] 0 Chelyabinsk 0 0 [] https://google.ru/ android 720 [] [] 1496649214107204562 1 [] 2 663 Russia [] [] 0 [] [,] [] android_lollipop5 chromemobile 1 11 2017-10-13 16:12:20 [] [] [] [] 0 ['2017-10-13 16:21:24','2017-10-13 16:23:23'] 5.79.247.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/ [] [5825316500627261293,5825316716086298477,5825618277036461964] [] [] 0 864 790 2 27 0 864 1 5825316500627261293 0 [] 0 [] [] 2017-10-04 09:43:38 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 1167 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-04 07:43:38 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/procedures/magnitoterapiya-vaginalnyj-datchik-na-intramag/ [] [6268790273351618249] [] [] 0 640 564 1 0 0 1920 1 6268790273351618249 0 [] 0 [] [] 2017-10-23 23:38:57 180 yandex_mobile xiaomi 32 [] [] [] 58 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 1080 [] [] 1508783938635913888 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-23 21:38:57 [] [] [] [] 0 [] 185.3.32.xxx WebKit [] http://apollon174.ru/procedures/magnitoterapiya-vaginalnyj-datchik-na-intramag/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 3 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5786120517843423122] [] [] 1 768 660 1 26 0 768 1 5786120517843423122 9 [] 0 [] [] 2017-10-02 16:11:38 360 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1366 [] [] 1506911430955985142 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-02 14:11:38 [] [] [] [] 0 [] 37.220.182.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-kolennyh-sustavov-dvuh/ [] [6173127875143410403] [] [] 0 768 657 1 19 0 768 1 6173127875143410403 4 [] 0 [] [] 2017-10-19 18:16:54 180 mail_search 24 [] [] [] 44 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://go.mail.ru/ windows 1366 [] [] 1508419022210192795 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 amigo 1 37 2017-10-19 16:16:54 [] [] [] [] 0 [] 31.207.226.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-kolennyh-sustavov-dvuh/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [6347930812487049955] [] [] 0 768 660 1 22 0 768 1 6347930812487049955 0 [] 0 [] [] 2017-10-27 11:30:34 360 yandex_search 24 [] [] [] 49 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?bu=uniq1509084717368224380&from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru windows 1024 [] [] 1508903308770705605 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp chrome 1 28 2017-10-27 09:30:34 [] [] [] [] 0 [] 178.46.165.xxx WebKit [] http://apollon174.ru/articles/services/ 537 0 0 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-27 ya_undefined
28261 http://apollon174.ru/ [] [5808084229492050374] [] [] 1 800 1879 1 11 2 800 1 5808084229492050374 0 [] 0 [] [] 2017-10-03 15:28:03 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATMOszZa9BdcARJ9SiN6MRx3YqtzA4lREdP8gyuVZr6qX5MiWeTVVdsPKkP5V8JuJTJgWs6GXAmm2nBb5b5lYE2jb_EHaifsdL7kySXYG9G2rriUiVRGyjTPDes windows 1280 [] [] 1507026482857688076 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 chrome 1 33 2017-10-03 13:28:03 [] [] [] [] 0 [] 2a03:2880:1110:4fe8::xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1025 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ [] [6101670385039970005] [] [] 0 667 559 1 0 0 1334 1 6101670385039970005 0 [] 0 [] [] 2017-10-16 14:33:45 180 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 30066 4 [] https://yandex.ru/ ios_double 750 [] [] 150814642579124314 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-16 12:33:45 [] [] [] [] 0 [] 109.252.59.xxx WebKit [] http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ 603 0 1 375 [] [] [] 2 [] [] 375 iPhone [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [6074794648328479457,6074857488215443301,6074858212255336293,6075074101637808245] [] [] 0 864 844 3 27 0 864 1 6074794648328479457 0 [] 0 [0] [] 2017-10-15 10:05:02 300 24 [] [] [] 61 [] [] [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 1066 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-15 08:05:02 [] [] [] [] 0 ['2017-10-15 08:09:02'] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5906059458235598709,5906081761813333877,5906084480019597173,5906088218057515763,5906088788543415027,5906097678573380339] [] [] 0 640 512 6 0 0 1920 1 5906059458235598709 4 [] 0 [] [] 2017-10-07 23:17:08 300 google_search samsung 32 [] [] [] 5 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 1080 [] [] 1507400228949589403 1 [] 2 146 Russia [] [] 0 [] [] [] android_marshmallow samsung_internet 1 11 2017-10-07 21:17:08 [] [] [] [] 0 [] 92.43.185.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S5 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ [] [5969341907402489981] [] [] 0 1024 666 1 0 0 2048 1 5969341907402489981 9 [] 0 [] [] 2017-10-10 18:20:32 180 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 30066 50 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq150763787455022523 ios_double 1536 [] [] 15076416321070512182 2 [] 3 15 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 15 2017-10-10 16:20:32 [] [] [] [] 0 [] 37.204.161.xxx WebKit [] http://apollon174.ru/procedures/biorevitalizaciya-filorga-1-nstf-ha-1-ml/ 602 0 1 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ [] [5805590613644550878] [] [] 0 736 622 1 0 0 2208 1 5805590613644550878 0 [] 0 [] [] 2017-10-03 12:49:30 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 38 [] https://yandex.ru/ ios_double 1242 [] [] 15070169711062447883 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-03 10:49:30 [] [] [] [] 0 [] 85.140.76.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ 604 0 1 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/procedures/piling-tsa-20-peel-medical/?direction=kosmetologiya&disease=esteticheskaya-kosmetologiya [] [6284700608259164027,6284707245768844009,6284758147726837629,6284761477284106121,6284765797547249355,6284769925958733511,6284771674356982525,6284777662145890163,6284778328037787507,6284786107619217100,6284790429200425693,6284797316542234742,6284813228980839132,6284814420700303056,6284857712651538117] [] [] 0 768 585 10 0 0 768 1 6284700608259164027 0 [] 0 [] [] 2017-10-24 16:30:30 360 google_search 24 [] [] [] adwords 59 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1508840656328705752 2 [] 1 599 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-24 14:30:30 [] [] [] [] 0 [] 176.226.218.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 1366 [] [] [] 36 [] [] 1350 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [6133002880599459693] [] [] 1 640 524 1 0 0 1920 1 6133002880599459693 0 [] 0 [] [] 2017-10-17 23:45:48 180 huawei 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/ android 1080 [] [] 150825511591767398 1 [] 2 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-17 21:45:48 [] [] [] [] 0 [] 176.59.203.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 PRA-TL10 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6004181409071894224] [] [] 1 1280 1144 1 0 0 1280 1 6004181409071894224 0 [] 0 [] [] 2017-10-12 07:15:34 60 google_search prestigio 32 [] [] [] adwords 58 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 800 [] [] 1507774532771616269 1 [] 3 0 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 13 2017-10-12 05:15:34 [] [] [] [] 0 [] 176.59.205.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 800 [] [] [] 36 [] [] 800 PMT3201_4G [] [] 2017-10-12 google_adwords
28261 http://apollon174.ru/ [] [6310057347884255387] [] [] 1 800 1879 1 11 2 800 1 6310057347884255387 0 [] 0 [] [] 2017-10-25 19:22:38 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATMMO-h_GD5-NYkrwnXGjdNtyIA0hmME6OrefN7UlMcOHwyG84bblRQGsrdOT9E7A8syTjT9-61O1YUwpAwkQWLaD8gxvH2brolqPZ8EVM6BOpbghkmgY63BbwM windows 1280 [] [] 1508941358516284611 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-25 17:22:38 [] [] [] [] 0 [] 2a03:2880:3020:bfe0::xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1025 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5983930079969021645] [] [] 0 640 513 1 0 0 1280 1 5983930079969021645 0 [] 0 [] [] 2017-10-11 09:48:01 300 google_search lg_electronics 32 [] [] [] adwords 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 150769721751255365 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-11 07:48:01 [] [] [] [] 0 [] 176.59.203.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 LG-H522 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/ [] [6095679767599910615] [] [] 0 900 752 1 27 0 900 1 6095679767599910615 0 [] 0 [] [] 2017-10-16 08:12:52 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 17 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-16 06:12:52 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6098126752187420364] [] [] 0 1105 953 1 26 0 1050 1 6098126752187420364 0 [] 0 [] [] 2017-10-16 10:48:27 300 yandex_search 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1575&&l10n=ru&bu=uniq1508132350478113503 windows 1680 [] [] 1508132907884046348 2 [] 1 24 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 33 2017-10-16 08:48:27 [] [] [] [] 0 [] 109.68.203.xxx Trident [] http://apollon174.ru/directions/vse-vidy-analizov/ 7 0 1 1768 [] [] [] 0 [] [] 1751 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/ [] [5875690337415728856,5875690612718046936] [] [] 0 1024 1340 1 0 0 1024 1 5875690337415728856 0 [] 0 [] [] 2017-10-06 15:06:19 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-06 13:06:19 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6080779057844719306] [] [] 0 534 508 1 0 0 802 1 6080779057844719306 0 [] 0 [] [] 2017-10-15 16:25:31 240 tele2 32 [] [] [] adwords 46 [] [] cellular [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 0 0 [] android 480 [] [] 1508066726470146438 1 [] 2 10 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-15 14:25:31 [] [] [] [] 0 [] 176.59.196.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Tele2_Mini [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ [] [5923077378448295789,5923109362179244155,5923123758744997585,5923141481289229035,5923143256297967320,5923166239975016283,5923168742081038175,5923180538482394977] [] [] 0 667 559 8 0 0 1334 1 5923077378448295789 0 [] 0 [0] [] 2017-10-08 17:19:07 300 yandex_mobile apple 32 [] [] [] 10 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 30 [] https://yandex.ru/ ios_double 750 [] [] 150746515226806736 1 [] 2 393 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-08 15:19:07 [] [] [] [] 0 ['2017-10-08 15:21:09'] 31.207.227.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 603 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/appointment/ [] [5985372315731103632,5985372720198061968,5985373492377292496,5985380585785265872,5985381617787735760,5985382255879261904,5985383193130045136,5985391712015748816,5985392172718624464,5985393090974977744,5985461503547674313,5985497426939088783,5985499719588384656,5985501704440254351,5985504048060305296,5985505114716376975,5985505638139563919,5985506353329737616,5985507449286692751,5985524315364265871,5985528458312683407,5985529213183856527,5985532051166072719,5985533465960129254,5985537930412429199,5985540952616084198,5985543160306077583,5985543616726306703,5985545939389784806,5985549354257878927,5985553610310689510,5985556511793090447,5985573968488435599,5985576820562988943,5985577872086273745,5985579412706561745,5985581414771330769,5985582340227731343] [] [] 0 900 810 38 0 0 900 1 5985372315731103632 0 [] 0 [0,0,0,0,0,0,0,0,0,0,0,0,0] [] 2017-10-11 11:19:43 300 24 [] [] [] 61 [] [] [24345998,24345998,24346018,24345998,24346110,24346018,24345998,24345998,24346018,24345998,24346018,24346018,24345998] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['','','','','','','','','','','','',''] [1,2,1,3,1,2,4,5,3,6,4,5,7] 0 Chelyabinsk 0 0 [] gnu_linux 1600 [] [] 1502082587759805700 2 [] 1 819 Russia [] [] 0 [] [,,,,,,,,,,,,] "['{""__ym"":{""ads"":{""w"":{""t"":0,""l"":0,""w"":1535,""h"":810},""p"":{""w"":1520,""h"":2533},""a"":[],""full"":1}}}']" ubuntu chromium 1 37 2017-10-11 09:19:43 [] [] [] [] 0 ['2017-10-11 09:19:47','2017-10-11 09:20:18','2017-10-11 09:20:24','2017-10-11 09:27:40','2017-10-11 09:27:49','2017-10-11 09:27:56','2017-10-11 09:28:18','2017-10-11 09:29:23','2017-10-11 09:29:41','2017-10-11 09:30:26','2017-10-11 09:30:36','2017-10-11 09:32:53','2017-10-11 09:33:04'] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1600 [] [] [] 36 [] [] 1520 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/ozonoterapiya/ [] [6165961168211150703,6165998434363379602,6166010964054904713,6166054132592152270,6166316359014687462,6166345599959180000,6166369206153514897,6166386756837188341,6166401079597076171,6166424997144039310] [] [] 0 719 558 10 11 0 720 1 6165961168211150703 0 [] 0 [0] [] 2017-10-19 10:41:15 300 yandex_search 24 [] [] [] 24 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq15083435744541716656 gnu_linux 1024 [] [] 1508391675182153699 2 [] 1 1769 Russia [] [] 0 [] [] [] linux firefox 1 29 2017-10-19 08:41:15 [] [] [] [] 0 ['2017-10-19 09:05:41'] 193.150.118.xxx Gecko [] http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ 24 0 1 1024 [] [] [] 0 [] [] 998 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6322906240390795151,6322912701395501175] [] [] 0 1080 933 1 0 0 1080 1 6322906240390795151 0 [] 0 [] [] 2017-10-26 08:59:33 300 24 [] [] [] adwords 61 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1920 [] [] 1508919170321446112 2 [] 1 24 Russia [] [] 1 [] [] [] windows10 chrome 1 37 2017-10-26 06:59:33 [] [] [] [] 0 [] 95.78.164.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6334931991423090805,6334938225620549749] [] [] 0 768 662 1 0 0 768 1 6334931991423090805 0 [] 0 [] [] 2017-10-26 21:44:07 660 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 150901478780834918 2 [] 1 24 Russia [] [] 1 [] [] [] windows8_1 chrome 1 37 2017-10-26 19:44:07 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/ [] [6314051378731814801,6314057854287089553,6314062557115846545,6314073775591919505,6314157504178163601,6314159179748872081,6314162884302606225,6314171223456878481,6314175921465074420,6314176596340908788] [] [] 0 570 488 7 0 0 856 1 6314051378731814801 0 [] 0 [0] [] 2017-10-25 23:36:34 300 alcatel 32 [] [] [] 61 [] [] wi_fi [24346018] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 0 0 [] android 480 [] [] 1508956590164973894 1 [] 2 478 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-25 21:36:34 [] [] [] [] 0 ['2017-10-25 21:44:29'] 95.78.137.xxx WebKit [] http://apollon174.ru/ 537 0 1 320 [] [] [] 36 [] [] 320 5015D [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ [] [5873700351549898874,5873712596100579450,5873719900081225850,5873722520294916218,5873724461218791546,5873725333051015287,5873727198816632954,5873738554050084983,5873750247628341367,5873750928895770746] [] [] 0 640 528 10 0 0 1280 1 5873700351549898874 0 [] 0 [] [] 2017-10-06 12:59:48 300 yandex_mobile_app 32 [] [] [] 7 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/searchapp?uuid=f5d3689be770db40f4e067029ea689fa&clid=2274791&internal_browser_enabled=1&text=буккальный массаж лица в челябинске&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 720 [] [] 1507276789872867204 1 [] 2 193 Russia [] [] 0 [] [] [] android_nougat yandexsearch 1 11 2017-10-06 10:59:48 [] [] [] [] 0 [] 31.207.206.xxx WebKit [] http://apollon174.ru/procedures/bukkalnyj-massazh-lica/ 537 0 1 360 [] [] [] 36 [] [] 360 DLI-TL20 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/ [] [6334691969028072188,6334697129699451644,6334699109572682492,6334703176082268924] [] [] 0 534 454 3 0 0 802 1 6334691969028072188 10 [] 0 [] [] 2017-10-26 21:28:52 180 lenovo 32 [] [] [] 14 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] android 480 [] [] 1509042493196001084 1 [] 2 42 Russia [] [] 0 [] [] [] android_kitkat yandex_browser 1 12 2017-10-26 19:28:52 [] [] [] [] 0 [] 62.192.32.xxx WebKit [] http://apollon174.ru/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A319 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/equipment/ [] [6356898291541346464] [] [] 1 640 559 1 0 0 1280 1 6356898291541346464 0 [] 0 [] [] 2017-10-27 21:00:42 240 google_search samsung 32 [] [] [] 55 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Tbilisi 0 0 [] https://google.ru/ android 720 [] [] 150912003628800303 1 [] 2 0 Georgia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-27 19:00:42 [] [] [] [] 0 [] 94.100.224.xxx WebKit [] http://apollon174.ru/directions/andrologiya/equipment/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J3 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/mezoterapiya-lica-mesoline-refresh-25-ml-lyuksembu/ [] [6153498959120435057] [] [] 0 768 575 1 0 0 768 1 6153498959120435057 0 [] 0 [] [] 2017-10-18 21:28:55 180 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.com.ua 0 [] [] [] 0 Kyiv 0 0 [] https://google.com.ua/ macos 1366 [] [] 1508344134193082712 2 [] 1 16 Ukraine [] [] 0 [] [] [] mac_os_x_yosemite chrome 1 37 2017-10-18 19:28:55 [] [] [] [] 0 [] 176.115.96.xxx WebKit [] http://apollon174.ru/procedures/mezoterapiya-lica-mesoline-refresh-25-ml-lyuksembu/ 537 0 1 1366 [] [] [] 36 [] [] 1351 [] [] 2017-10-18 ya_undefined
28261 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [5988167670871886254] [] [] 1 768 748 1 18 0 0 1 5988167670871886254 0 [] 0 [] [] 2017-10-11 14:17:26 -420 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 29557 0 [] windows 0 [] [] 1507713444656865788 2 [] 1 0 Russia [] [] 0 [] [] [] windows_vista msie 1 28 2017-10-11 12:17:26 [] [] [] [] 0 [] 131.253.25.xxx Trident [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 5 0 1 1024 [] [] [] 0 [] [] 1004 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5962604252955674471,5962608133409081191,5962610784141313895,5962622627910256487,5962623515000571751] [] [] 0 900 767 5 22 0 900 1 5962604252955674471 0 [] 0 [] [] 2017-10-10 11:12:10 300 yandex_search 24 [] [] [] 56 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;yandsearch;web;;&text=&etext=1569&&l10n=ru&bu=uniq1507604271934494706 windows 1600 [] [] 1507615929904772689 2 [] 1 73 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-10 09:12:10 [] [] [] [] 0 [] 87.249.198.xxx Gecko [] http://apollon174.ru/ 56 0 1 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-10 ya_undefined
28261 http://apollon174.ru/ [] [5801826368298689266] [] [] 1 712 696 1 0 0 712 1 5801826368298689266 0 [] 0 [] [] 2017-10-03 08:50:11 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] gnu_linux 1024 [] [] 1487042667640738232 2 [] 1 0 Russia [] [] 0 [] [] [] linux firefox 1 30 2017-10-03 06:50:11 [] [] [] [] 0 [] 193.150.118.xxx Gecko [] http://apollon174.ru/ 52 0 0 1024 [] [] [] 0 [] [] 1008 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5690243778282267391] [] [] 0 640 616 1 0 0 960 1 5690243778282267391 0 [] 0 [] [] 2017-09-28 10:35:57 300 google_search samsung 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 540 [] [] 1506413831935133083 1 [] 2 14 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-09-28 08:35:57 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy Grand Prime [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5897998597130555083] [] [] 0 568 460 1 0 0 1136 1 5897998597130555083 0 [] 0 [] [] 2017-10-07 14:44:39 300 yandex_mobile apple 32 [] [] [] 9 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 46 [] https://yandex.ru/ ios_double 640 [] [] 149694590512078656 1 [] 2 12 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 11 2017-10-07 12:44:39 [] [] [] [] 0 [] 77.222.105.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 601 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6016814160494200673] [] [] 0 568 454 1 0 0 1136 1 6016814160494200673 0 [] 0 [] [] 2017-10-12 20:38:44 180 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Krasnodar 30066 38 [] https://yandex.ru/ ios_double 640 [] [] 1507822724239152978 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-12 18:38:44 [] [] [] [] 0 [] 95.153.133.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/procedures/kardiotokografiya-naruzhnaya-gisterografiya/ [] [6029453441369900897] [] [] 0 640 466 1 0 0 2560 1 6029453441369900897 7 [] 0 [] [] 2017-10-13 10:02:19 300 google_search pptv 32 [] [] [] 42 [] [] none [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 0 [] https://google.ru/ android 1440 [] [] 1507871014379223553 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 opera_mobile 1 11 2017-10-13 08:02:19 [] [] [] [] 0 [] 176.59.196.xxx WebKit [] http://apollon174.ru/procedures/kardiotokografiya-naruzhnaya-gisterografiya/ 537 0 1 360 [] [] [] 36 [] [] 360 KING 7 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ [] [5986080541263790199] [] [] 0 1024 893 1 0 0 1024 1 5986080541263790199 0 [] 0 [] [] 2017-10-11 12:04:45 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507703237675363984 windows 1280 [] [] 1507705486573361602 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-11 10:04:45 [] [] [] [] 0 [] 37.113.181.xxx WebKit [] http://apollon174.ru/procedures/prokalyvanie-mochek-ushej/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5871943263764614865] [] [] 0 1024 914 1 11 8 1024 1 5871943263764614865 0 [] 0 [] [] 2017-10-06 11:08:05 360 google_search 24 [] [] [] adwords 28 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ gnu_linux 1280 [] [] 1507269005593315729 2 [] 1 15 Russia [] [] 0 [] [] [] linux chrome 1 26 2017-10-06 09:08:05 [] [] [] [] 0 [] 31.207.134.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1280 [] [] [] 36 [] [] 1265 [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/procedures/papillomy-udalenie-radiovolnovym-metodom-do-05/?direction=dermatologiya [] [5904764766449829723,5904774970342641356] [] [] 0 768 635 2 0 0 768 1 5904764766449829723 0 [] 0 [] [] 2017-10-07 21:54:50 360 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1507391648324790288 2 [] 1 38 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-07 19:54:50 [] [] [] [] 0 [] 77.222.106.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1260 [] [] 2017-10-07 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5927947544838803343,5927992552239140751] [] [] 0 640 564 2 0 0 1920 1 5927947544838803343 0 [] 0 [] [] 2017-10-08 22:28:45 180 google_search xiaomi 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 1080 [] [] 1507490917705584260 1 [] 2 186 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-08 20:28:45 [] [] [] [] 0 [] 5.141.174.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/venerologiya/ [] [6329149913026265212,6329156050660360316,6329157583476883580] [] [] 0 768 656 1 27 0 768 1 6329149913026265212 9 [] 0 [] [] 2017-10-26 15:36:30 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru&bu=uniq15090060717312017740&_bu=1 windows 1366 [] [] 1509014188580537440 2 [] 1 30 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-26 13:36:30 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [5859503769693463255] [] [] 0 568 492 1 0 0 1136 1 5859503769693463255 0 [] 0 [] [] 2017-10-05 21:57:13 300 yandex_mobile apple 32 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] https://yandex.ru/ ios_double 640 [] [] 1507222633181896268 1 [] 2 14 Russia [] [] 0 [] [] [] ios11 chromemobile 1 11 2017-10-05 19:57:13 [] [] [] [] 0 [] 5.141.198.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 603 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5701355791632303999] [] [] 0 640 562 1 0 0 1280 1 5701355791632303999 7 [] 0 [] [] 2017-09-28 22:22:25 180 yandex_mobile samsung 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 1506626608878820545 1 [] 2 16 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-09-28 20:22:25 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J5 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/info/2016/01/23/podgotovka-k-sdache-analizov/ [] [5883028829334667383,5883031251222265975,5883042974035869815] [] [] 0 1024 912 3 27 0 1024 1 5883028829334667383 9 [] 0 [] [] 2017-10-06 22:52:53 240 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1566&&l10n=ru&bu=uniq1507305499253456094 windows 1280 [] [] 1507312381267288688 2 [] 1 54 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-10-06 20:52:53 [] [] [] [] 0 [] 92.43.185.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/doctors/ermakova-elena-leonidovna/ [] [5720671333823547249] [] [] 0 1080 974 1 0 0 1080 1 5720671333823547249 0 [] 0 [] [] 2017-09-29 18:50:29 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1559&&l10n=ru&bu=uniq1506689667133530708 windows 1920 [] [] 1506693029475087970 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-09-29 16:50:29 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/doctors/ermakova-elena-leonidovna/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/procedures/vektornyj-lifting/?direction=kosmetologiya [] [6266382880077259501,6266447794784964300,6266460694833532620,6266463487231266508,6266485266453106376] [] [] 0 768 643 5 27 0 768 1 6266382880077259501 0 [] 0 [] [] 2017-10-23 21:05:53 180 mail_search 24 [] [] [] 11 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 30066 0 [] http://go.mail.ru/ windows 1366 [] [] 1493205606567854199 2 [] 1 391 Russia [] [] 0 [] [] [] windows8_1 msie 1 37 2017-10-23 19:05:53 [] [] [] [] 0 [] 80.91.27.xxx Trident [] http://apollon174.ru/procedures/bezoperacionnaya-podtyazhka-lica-i-shei/ 7 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/procedures/videokolposkopiya/ [] [6166121153740410770,6166126355749275511,6166127057520297847,6166127782974202618,6166128725351211770,6166130449569548137,6166132432459801311,6166134721350214386,6166255764247945982,6166256880473088765,6166277077071040399,6166278415418134415,6166306984135495563,6166310404464845533,6166311001602663133,6166381845110334175] [] [] 0 1080 974 16 0 0 1080 1 6166121153740410770 0 [] 0 [] [] 2017-10-19 10:51:25 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1508392285796226558 2 [] 1 994 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-19 08:51:25 [] [] [] [] 0 [] 95.78.183.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [5789945131120993020] [] [] 0 640 559 1 0 0 960 1 5789945131120993020 0 [] 0 [] [] 2017-10-02 20:14:47 300 yandex_mobile samsung 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 540 [] [] 1506957295291736892 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-02 18:14:47 [] [] [] [] 0 [] 94.50.17.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S4 mini Duos [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/equipment/b-flexy/ [] [6090623975155304309] [] [] 1 640 556 1 0 0 640 1 6090623975155304309 0 [] 0 [] [] 2017-10-16 02:51:26 180 google_search oukitel 32 [] [] [] 6 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Vologda 30066 0 [] http://google.ru/ android 360 [] [] 1508104286620829615 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow android_browser 1 11 2017-10-16 00:51:26 [] [] [] [] 0 [] 178.69.139.xxx WebKit [] http://apollon174.ru/equipment/b-flexy/ 537 0 1 360 [] [] [] 36 [] [] 360 K6000 Pro [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6088792631115253603,6088799742379427683,6088817547529422691,6088842997870888803,6088843441133850316,6088847795295620812,6088850741216415436] [] [] 0 640 559 7 0 0 1280 1 6088792631115253603 0 [] 0 [] [] 2017-10-16 00:55:00 300 google_search asus 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Ozersk 0 0 [] https://google.ru/ android 720 [] [] 1508097206269552720 1 [] 2 222 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-15 22:55:00 [] [] [] [] 0 [] 91.205.238.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_Z00LD [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/contacts/ [] [5718809848580154075,5718818260001235675,5718821257242747611] [] [] 0 768 606 2 0 0 768 1 5718809848580154075 0 [] 0 [0] [] 2017-09-29 16:52:08 180 google_search 24 [] [] [] 61 [] [] [24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.by 0 [] [''] [1] 0 Minsk 0 0 [] https://google.by/ windows 1366 [] [] 1506685928808330117 2 [] 1 43 Belarus [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-09-29 14:52:08 [] [] [] [] 0 ['2017-09-29 14:52:40'] 82.209.255.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1104 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6358558202304138956] [] [] 0 914 767 1 0 0 914 1 6358558202304138956 0 [] 0 [] [] 2017-10-27 22:46:14 360 asus 32 [] [] [] adwords 5 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 0 [] android 601 [] [] 1509126374257516186 1 [] 2 15 Russia [] [] 1 [] [] [] android_lollipop5 android_browser 1 13 2017-10-27 20:46:14 [] [] [] [] 0 [] 176.59.205.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 601 [] [] [] 36 [] [] 601 K00Z [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/doctors/styuart-yuliana-vladimirovna/ [] [5974951468474830545,5974959291856588497,5974959913298300625,5974963006028386001,5974987045885972177,5974998679628811985] [] [] 0 864 758 6 26 0 864 1 5974951468474830545 9 [] 0 [] [] 2017-10-11 00:17:11 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru&bu=uniq1507658638440337669 windows 1536 [] [] 1476984143736199215 2 [] 1 180 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 37 2017-10-10 22:17:11 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 0 1536 [] [] [] 36 [] [] 1519 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6345249956139639526,6345256044621210342] [] [] 0 568 454 1 0 0 1136 1 6345249956139639526 0 [] 0 [] [] 2017-10-27 08:40:07 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 640 [] [] 1509075607100054062 1 [] 2 23 Russia [] [] 1 [] [] [] ios11 safari_mobile 1 11 2017-10-27 06:40:07 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/actions/glubokoe-uvlazhnenie-i-vosstanovlenie-kozhi-lica/ [] [5692581506884046738] [] [] 0 768 660 1 27 0 768 1 5692581506884046738 9 [] 0 [] [] 2017-09-28 13:04:35 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1366 [] [] 1501504056952356941 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-09-28 11:04:35 [] [] [] [] 0 [] 176.226.176.xxx WebKit [] http://apollon174.ru/actions/glubokoe-uvlazhnenie-i-vosstanovlenie-kozhi-lica/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6077930892623873885] [] [] 0 1024 912 1 27 0 1024 1 6077930892623873885 9 [] 0 [0] [] 2017-10-15 13:24:26 300 24 [] [] [] 17 [] [] [24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/dermatologiya/ windows 1280 [] [] 1507955814661029448 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 26 2017-10-15 11:24:26 [] [] [] [] 0 ['2017-10-15 11:24:26'] 77.222.117.xxx WebKit [] http://apollon174.ru/contacts/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-15 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6327051722665763542,6327057948263326422,6327058505004229334] [] [] 0 820 650 1 0 0 820 1 6327051722665763542 0 [] 0 [] [] 2017-10-26 13:23:06 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq1509005604441120998&_bu=1 windows 1024 [] [] 1509006458239548500 2 [] 1 26 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-26 11:23:06 [] [] [] [] 0 [] 37.113.131.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6012906179238561631] [] [] 0 801 401 1 0 0 801 1 6012906179238561631 4 [] 0 [] [] 2017-10-12 16:30:16 120 zte 32 [] [] [] adwords 4 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 30066 0 [] android 480 [] [] 1507818547129829336 1 [] 2 17 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 12 2017-10-12 14:30:16 [] [] [] [] 0 [] 176.59.193.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 480 [] [] [] 36 [] [] 320 ZTE-V811 [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6030210027328643840] [] [] 0 568 454 1 0 0 1136 1 6030210027328643840 0 [] 0 [] [] 2017-10-13 10:50:25 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 640 [] [] 1507873825981783181 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-13 08:50:25 [] [] [] [] 0 [] 5.141.172.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/contacts/ [] [5849783188708132733,5849784048807315325,5849804130807451350,5849806734659944566] [] [] 0 800 694 4 0 0 800 1 5849783188708132733 0 [] 0 [0,0,0] [] 2017-10-05 11:39:11 300 google_search 24 [] [] [] 61 [] [] [24346115,24345998,24346115] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] ['','',''] [1,1,2] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1507176312592051934 2 [] 1 90 Russia [] [] 0 [] [,,] [] windows_7_2008server chrome 1 33 2017-10-05 09:39:11 [] [] [] [] 0 ['2017-10-05 09:39:15','2017-10-05 09:40:31','2017-10-05 09:40:41'] 85.202.10.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-05 ya_undefined
28261 http://apollon174.ru/appointment/ [] [5809745422497615561] [] [] 0 640 562 1 0 0 1280 1 5809745422497615561 7 [] 0 [0] [] 2017-10-03 17:13:39 300 xiaomi 32 [] [] [] 16 [] [] wi_fi [24345998] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 29557 0 [] http://apollon174.ru/directions/uzi/ android 720 [] [] 1506967818179786525 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-03 15:13:39 [] [] [] [] 0 ['2017-10-03 15:13:39'] 37.113.189.xxx WebKit [] http://apollon174.ru/appointment/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 3S [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [5852271508308364998] [] [] 0 900 794 1 0 0 900 1 5852271508308364998 0 [] 0 [] [] 2017-10-05 14:17:24 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1565&&l10n=ru&bu=uniq1507193286335286545 windows 1600 [] [] 1507195053948842592 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-05 12:17:24 [] [] [] [] 0 [] 88.206.123.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5851704898494140302] [] [] 0 640 511 1 0 0 1280 1 5851704898494140302 0 [] 0 [] [] 2017-10-05 13:41:22 300 google_mobile_app micromax 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Magnitogorsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 15071927291013142750 1 [] 2 24 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-05 11:41:22 [] [] [] [] 0 [] 46.167.124.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Micromax Q392 [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/programs/programmy-kompleksnogo-obsledovaniya-na-ippp/ [] [6287473538820743932,6287476568721990396,6287477152661119740,6287478395765531388,6287481671347348220] [] [] 0 900 752 4 27 0 900 1 6287473538820743932 0 [] 0 [] [] 2017-10-24 19:26:48 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/ windows 1600 [] [] 1477648892228275262 2 [] 1 31 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-24 17:26:48 [] [] [] [] 0 [] 80.255.86.xxx Trident [] http://apollon174.ru/actions/ 7 0 0 1600 [] [] [] 0 [] [] 1583 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6262315471935901400] [] [] 0 864 752 1 27 0 864 1 6262315471935901400 9 [] 0 [] [] 2017-10-23 16:47:17 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-23 14:47:17 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-23 ya_undefined
28261 http://apollon174.ru/ [] [6007374692999760326] [] [] 1 768 300 1 0 0 768 1 6007374692999760326 0 [] 0 [] [] 2017-10-12 10:38:35 -420 32 [] [] [] 54 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 29557 0 [] windows 1024 [] [] 1507786716685686342 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 28 2017-10-12 08:38:35 [] [] [] [] 0 [] 138.197.111.xxx Gecko [] http://apollon174.ru/ 54 0 1 1024 [] [] [] 0 [] [] 400 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6055333902406913929] [] [] 0 768 658 1 27 0 768 1 6055333902406913929 0 [] 0 [] [] 2017-10-14 13:27:45 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1573&&l10n=ru&bu=uniq1507965035633288026 windows 1366 [] [] 1507969665803188727 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-14 11:27:45 [] [] [] [] 0 [] 88.206.20.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya [] [5790154488005265267] [] [] 0 640 512 1 0 0 1280 1 5790154488005265267 0 [] 0 [] [] 2017-10-02 20:28:06 300 wileyfox 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ android 720 [] [] 15066284371002069510 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-02 18:28:06 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/procedures/chistka-lica-manualnaya/?direction=kosmetologiya&disease=muzhskaya-kosmetologiya 537 0 0 360 [] [] [] 36 [] [] 360 Swift 2 Plus [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5737119882079380195,5737433199394950856] [] [] 0 667 559 2 0 0 1334 1 5737119882079380195 0 [] 0 [] [] 2017-09-30 12:16:15 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [] [] 0 30066 6 [] http://away.vk.com/away.php ios_double 750 [] [] 1505468702745222138 1 [] 2 1195 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-09-30 10:16:15 [] [] [] [] 0 [] 85.140.76.xxx WebKit [] http://apollon174.ru/ 602 0 0 375 [] [] [] 4 [] [] 375 iPhone [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/contacts/#map [] [6347626814096801909,6347633032628806387,6347633846650404981,6347661242521092218] [] [] 0 667 553 2 0 0 1334 1 6347626814096801909 0 [] 0 [] [] 2017-10-27 11:11:14 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 30066 38 [] ios_double 750 [] [] 1509084674763317960 1 [] 2 131 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-27 09:11:14 [] [] [] [] 0 [] 85.140.16.xxx WebKit [] http://apollon174.ru/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6027994766271587038] [] [] 0 640 559 1 0 0 1280 1 6027994766271587038 0 [] 0 [] [] 2017-10-13 08:29:35 300 google_mobile_app samsung 32 [] [] [] adwords 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1507865374434827562 1 [] 2 14 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-13 06:29:35 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J3 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/contacts/ [] [5905829988289225446,5905839893336826598,5905845630937604838,5905846475880407803,5905849262244373222,5905852596258611963,5905853752587854587,5905856557540713211,5905860515500401382] [] [] 0 864 790 9 27 0 864 1 5905829988289225446 0 [] 0 [0] [] 2017-10-07 23:02:33 300 yandex_search 24 [] [] [] 61 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1567&&l10n=ru&bu=uniq150739888374255706 windows 1536 [] [] 1467192114796125666 2 [] 1 116 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-07 21:02:33 [] [] [] [] 0 ['2017-10-07 21:04:29'] 37.113.153.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6332164893907095237,6332172862576922309] [] [] 0 534 510 1 0 0 802 1 6332164893907095237 5 [] 0 [] [] 2017-10-26 18:48:12 180 yandex_mobile nokia 32 [] [] [] 14 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 480 [] [] 1509032990969520198 1 [] 2 30 Russia [] [] 0 [] [] [] android_jelly_bean43 yandex_browser 1 12 2017-10-26 16:48:12 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 320 [] [] [] 36 [] [] 320 NokiaX2DS [] [] 2017-10-26 ya_undefined
28261 http://apollon174.ru/ [] [6142075551411081106] [] [] 1 712 696 1 0 0 712 1 6142075551411081106 0 [] 0 [] [] 2017-10-18 09:22:38 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] gnu_linux 1024 [] [] 1487042667640738232 2 [] 1 0 Russia [] [] 0 [] [] [] linux firefox 1 30 2017-10-18 07:22:38 [] [] [] [] 0 [] 193.150.118.xxx Gecko [] http://apollon174.ru/ 52 0 0 1024 [] [] [] 0 [] [] 1008 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5833435784181190351] [] [] 0 568 460 1 0 0 1136 1 5833435784181190351 0 [] 0 [] [] 2017-10-04 18:19:51 300 yandex_mobile apple 32 [] [] [] 9 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 46 [] https://yandex.ru/ ios_double 640 [] [] 1507123191701963636 1 [] 2 15 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 11 2017-10-04 16:19:51 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 601 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5854179663645247271,5854189523869632294,5854239391340300069] [] [] 0 800 664 2 26 0 800 1 5854179663645247271 7 [] 0 [0] [] 2017-10-05 16:18:43 180 24 [] [] [] 17 [] [] [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 0 0 [] windows 1280 [] [] 1504847897293177202 2 [] 1 227 Ukraine [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-05 14:18:43 [] [] [] [] 0 ['2017-10-05 14:22:30'] 80.239.142.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1264 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5984737451593959273] [] [] 0 640 512 1 0 0 1280 1 5984737451593959273 0 [] 0 [] [] 2017-10-11 10:39:21 300 google_search sony 32 [] [] [] adwords 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1507699890177487594 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-11 08:39:21 [] [] [] [] 0 [] 213.87.240.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 F3112 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6338065118888207081,6338065974497125097,6338067719534158553,6338070923414872809,6338082202408985301,6338097172461658841,6338097376152003289,6338098281662391017,6338100781865509609,6338116837712077525,6338119404654437097,6338150516325098197] [] [] 0 1080 907 10 27 0 1080 1 6338065118888207081 0 [] 0 [] [] 2017-10-27 01:03:19 300 google_search 24 [] [] [] 56 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Sneginsk 30066 0 [] https://google.ru/ windows 1920 [] [] 1508995250788164800 2 [] 1 326 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-26 23:03:19 [] [] [] [] 0 [] 46.45.5.xxx Gecko [] http://apollon174.ru/ 56 0 0 1920 [] [] [] 0 [] [] 1413 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ [] [6265513551980667637] [] [] 0 1080 949 1 0 0 1080 1 6265513551980667637 0 [] 0 [] [] 2017-10-23 20:10:37 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1508771436811946516 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-23 18:10:37 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/ [] [6028495653574812371,6028497301211194067,6028504949315871443,6028511186178286291,6028737382552438637,6028742172680390509,6028763474656495469] [] [] 0 768 658 7 26 0 768 1 6028495653574812371 0 [] 0 [] [] 2017-10-13 09:01:25 180 google_search 24 [] [] [] 48 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 15078672869806858 2 [] 1 1022 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-13 07:01:25 [] [] [] [] 0 [] 77.222.108.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1309 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6124864667320059674,6124867989290354463,6124896862317315861,6124902183293683491,6124905593333090084,6124909386039035677,6124911318732113686] [] [] 0 800 664 7 26 0 800 1 6124864667320059674 7 [] 0 [0,0] [] 2017-10-17 15:08:24 180 24 [] [] [] 17 [] [] [24346110,24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['',''] [1,1] 0 0 0 [] windows 1280 [] [] 1504847897293177202 2 [] 1 178 Ukraine [] [] 0 [] [,] [] windows_7_2008server yandex_browser 1 33 2017-10-17 13:08:24 [] [] [] [] 0 ['2017-10-17 13:10:27','2017-10-17 13:10:47'] 80.239.142.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1264 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [6335708117507777247] [] [] 1 732 708 1 0 0 1922 1 6335708117507777247 0 [] 0 [] [] 2017-10-26 22:33:28 300 leeco 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 1082 [] [] 1508990251355284873 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-26 20:33:28 [] [] [] [] 0 [] 37.113.164.xxx WebKit [] http://apollon174.ru/ 537 0 0 412 [] [] [] 36 [] [] 412 Le X527 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/ [] [5697884278942076818] [] [] 0 640 514 1 0 0 1280 1 5697884278942076818 7 [] 0 [] [] 2017-09-28 18:41:43 180 yandex_mobile_app bq 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Ftouch%2F;web;;7000001&text=&etext=1558 android 720 [] [] 1506613237232556240 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-09-28 16:41:43 [] [] [] [] 0 [] 176.59.195.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 BQS-5070 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6085219556854599377] [] [] 0 900 781 1 22 0 900 1 6085219556854599377 0 [] 0 [] [] 2017-10-15 21:07:50 300 google_search 24 [] [] [] adwords 49 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1440 [] [] 1507974889685757482 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp chrome 1 33 2017-10-15 19:07:50 [] [] [] [] 0 [] 77.222.104.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6061957165733389055] [] [] 0 552 435 1 0 0 552 1 6061957165733389055 7 [] 0 [] [] 2017-10-14 20:28:51 -1 yandex_mobile samsung 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1574&&l10n=ru&bu=uniq150799175131443497 android 1024 [] [] 1508013105971622094 2 [] 3 18 Russia [] [] 0 [] [] [] android_jelly_bean41 yandex_browser 1 38 2017-10-14 18:28:51 [] [] [] [] 0 [] 77.222.108.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 1 1024 [] [] [] 36 [] [] 1024 Galaxy Tab 2 7.0 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5825633554994045691,5825640291513672443] [] [] 0 1024 815 2 27 0 0 1 5825633554994045691 0 [] 0 [] [] 2017-10-04 10:03:48 300 yandex_search 32 [] [] [] 8 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563 windows 0 [] [] 15070935371027736585 2 [] 1 26 Russia [] [] 0 [] [] [] windows_xp msie 1 26 2017-10-04 08:03:48 [] [] [] [] 0 [] 83.142.164.xxx Trident [] http://apollon174.ru/directions/dermatologiya/ 4 0 1 1280 [] [] [] 0 [] [] 1251 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5850760476913569486] [] [] 0 768 660 1 26 0 768 1 5850760476913569486 9 [] 0 [] [] 2017-10-05 12:41:19 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/ windows 1366 [] [] 1504704293964870145 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-05 10:41:19 [] [] [] [] 0 [] 95.78.182.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/doctors/paushkina-ekaterina-vasilevna/ [] [6291397114976798591,6291407841930781412,6291410840897200868] [] [] 0 667 559 2 0 0 1334 1 6291397114976798591 0 [] 0 [] [] 2017-10-24 23:36:15 300 yandex_mobile apple 32 [] [] [] 10 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 8 [] https://yandex.ru/ ios_double 750 [] [] 150887055595081333 1 [] 2 52 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-24 21:36:15 [] [] [] [] 0 [] 91.235.72.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/detskij-dermatolog/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/adaptaciya/ [] [6144704079684707067,6144715409127908091] [] [] 0 768 677 2 21 0 768 1 6144704079684707067 0 [] 0 [] [] 2017-10-18 12:09:45 300 24 [] [] [] 49 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1360 [] [] 1508310550742032125 2 [] 1 44 Russia [] [] 0 [] [] [] windows_xp chrome 1 37 2017-10-18 10:09:45 [] [] [] [] 0 [] 94.24.243.xxx WebKit [] http://apollon174.ru/ 537 0 1 1360 [] [] [] 36 [] [] 1343 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [6344204053116625624,6344210154507215613,6344214803910494045] [] [] 0 900 794 2 0 0 900 1 6344204053116625624 0 [] 0 [] [] 2017-10-27 07:33:37 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 1509065734644247261 2 [] 1 41 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-27 05:33:37 [] [] [] [] 0 [] 46.17.252.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 0 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/ [] [6307660165145167709,6307666846968718069] [] [] 0 640 559 1 0 0 1280 1 6307660165145167709 0 [] 0 [] [] 2017-10-25 16:50:13 300 alcatel 32 [] [] [] 59 [] [] cellular [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Moscow 0 0 [] android 720 [] [] 150893229553309121 1 [] 2 26 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-25 14:50:13 [] [] [] [] 0 [] 85.140.17.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 7044X [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/actions-and-programs/ [] [6102162920983759277] [] [] 1 61 62 1 0 0 61 1 6102162920983759277 16 [] 0 [] [] 2017-10-16 15:05:04 60 huawei 0 [] [] [] 12 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 423 [] android 276 [] [] 1508148304411497565 2 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 opera 1 95 2017-10-16 13:05:04 [] [] [] [] 0 [] 176.59.211.xxx Presto [] http://apollon174.ru/actions-and-programs/ 2 0 1 276 [] [] [] 12 [] [] 276 TIT-L01 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [6127363685551702133] [] [] 1 640 512 1 0 0 960 1 6127363685551702133 3 [] 0 [] [] 2017-10-17 17:47:17 180 google_search samsung 32 [] [] [] 3 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 540 [] [] 1508251596420013414 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 samsung_internet 1 11 2017-10-17 15:47:17 [] [] [] [] 0 [] 176.59.215.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/news/2017/04/04/konsultaciya-kosmetologa-besplatno/ [] [5832181426203658101] [] [] 1 640 568 1 0 0 2560 1 5832181426203658101 0 [] 0 [] [] 2017-10-04 17:00:06 300 24 [] [] [] 52 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/ android 1440 [] [] 1498028178766639314 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow firefox_mobile 1 11 2017-10-04 15:00:06 [] [] [] [] 0 [] 94.51.70.xxx Gecko [] http://apollon174.ru/news/2017/04/04/konsultaciya-kosmetologa-besplatno/ 52 0 0 360 [] [] [] 0 [] [] 360 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/ [] [5831415881831810848] [] [] 0 800 664 1 26 0 800 1 5831415881831810848 7 [] 0 [] [] 2017-10-04 16:11:26 180 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] windows 1280 [] [] 1504847897293177202 2 [] 1 34 Ukraine [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-04 14:11:26 [] [] [] [] 0 [] 80.239.142.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1264 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5945889058931347339] [] [] 0 570 488 1 0 0 856 1 5945889058931347339 0 [] 0 [] [] 2017-10-09 17:29:26 300 google_search micromax 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 1507546889301123110 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-09 15:29:26 [] [] [] [] 0 [] 31.173.101.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 0 320 [] [] [] 36 [] [] 320 Micromax Q415 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/contacts/#map [] [6016405267292622738] [] [] 0 568 497 1 0 0 1136 1 6016405267292622738 9 [] 0 [] [] 2017-10-12 20:12:43 300 apple 32 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 50 [] ios_double 640 [] [] 1507265480894803960 1 [] 2 18 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-12 18:12:43 [] [] [] [] 0 [] 2a02:2698:9022:1eb::xxx WebKit [] http://apollon174.ru/contacts/#map 602 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6341626386179948663,6353155910707716833] [] [] 0 480 372 2 0 0 960 1 6341626386179948663 0 [] 0 [] [] 2017-10-27 04:49:10 300 apple 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 46 [] ios_double 640 [] [] 1507745093639882371 1 [] 2 810 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-27 02:49:10 [] [] [] [] 0 [] 77.222.99.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-27 ya_undefined
28261 http://apollon174.ru/ [] [5788236876915935681] [] [] 0 1080 1879 1 11 2 1080 1 5788236876915935681 15 [] 0 [] [] 2017-10-02 18:26:11 -420 24 [] [] [] 15 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATO8xaeTtfbKG24IE8JiJLtQ9LaVaNSsjW-fN3sex6XFQyYJRZZZEKvxsnEjKzqaUHcbnNjOEVbPQfANoTN3nrKt2CQeehVYf_QdihXtHkiMKBeczqR3NbGYlZM windows 1920 [] [] 1506950771429446256 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 edge 1 37 2017-10-02 16:26:11 [] [] [] [] 0 [] 2a03:2880:2060:9fea::xxx Edge [] http://apollon174.ru/ 15 0 1 1920 [] [] [] 15063 [] [] 1025 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6326761494873645806] [] [] 0 595 486 1 0 0 800 1 6326761494873645806 0 [] 0 [] [] 2017-10-26 13:04:39 300 yandex_mobile_app nokia 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 30066 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;jsonsearch;searchapp;wp;225;1509004997905681-943312-man1-6011-APPJS2;1509004997905681-943312-man1-6011-APPJS2&text=проколоть нос в челябинске windows 480 [] [] 1509005071955061315 1 [] 2 10 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-26 11:04:39 [] [] [] [] 0 [] 217.118.83.xxx Trident [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 7 0 1 357 [] [] [] 0 [] [] 320 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/programs/kompleksy-uzi-muzhskoe-zdorove-zhenskoe-zdorove/ [] [5892651079056232149] [] [] 0 568 460 1 0 0 1136 1 5892651079056232149 0 [] 0 [] [] 2017-10-07 09:04:39 180 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 30066 8 [] https://google.ru/ ios_double 640 [] [] 1507349079307085424 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-07 07:04:39 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/programs/kompleksy-uzi-muzhskoe-zdorove-zhenskoe-zdorove/ 603 0 1 320 [] [] [] 3 [] [] 320 iPhone [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/zhenskoe-besplodie/ [] [5719012995075941080,5719023177434931928] [] [] 0 671 489 2 0 0 1200 1 5719012995075941080 0 [] 0 [] [] 2017-09-29 17:05:03 300 nokia 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/appointment/ windows 720 [] [] 149887831227416039 1 [] 2 39 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-09-29 15:05:03 [] [] [] [] 0 [] 37.113.153.xxx Trident [] http://apollon174.ru/ 7 0 0 403 [] [] [] 0 [] [] 320 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/search/?q=адрес [] [5859930226167390940,5859932383102903004,5859954585232483036,5859956176431351655,5859967855276597980] [] [] 0 1024 918 5 0 0 1024 1 5859930226167390940 0 [] 0 [] [] 2017-10-05 22:24:19 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 15072242611017504436 2 [] 1 144 Russia [] [] 0 [] [] [] windows10 chrome 1 26 2017-10-05 20:24:19 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5961056065119061859,5961075413795999441,5961077244567233258] [] [] 0 1024 901 3 22 0 1024 1 5961056065119061859 0 [] 0 [] [] 2017-10-10 09:33:44 300 yandex_search 24 [] [] [] 49 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1569&&l10n=ru&bu=uniq1507576393519318948 windows 1280 [] [] 1506341785454878116 2 [] 1 81 Russia [] [] 0 [] [] [] windows_xp chrome 1 26 2017-10-10 07:33:44 [] [] [] [] 0 [] 62.165.35.xxx WebKit [] http://apollon174.ru/procedures/aspiracionnaya-biopsiya-endometriya/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/ [] [5846036986512539771] [] [] 0 534 460 1 0 0 802 1 5846036986512539771 0 [] 0 [] [] 2017-10-05 07:41:01 240 google_search lg_electronics 32 [] [] [] 34 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru android 480 [] [] 1507174861508352279 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 12 2017-10-05 05:41:01 [] [] [] [] 0 [] 5.141.187.xxx WebKit [] http://apollon174.ru/ 537 0 1 320 [] [] [] 36 [] [] 320 LG-X145 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [6281856975145804513] [] [] 0 1200 1055 1 25 0 1200 1 6281856975145804513 0 [] 0 [] [] 2017-10-24 13:29:42 300 yandex_search 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Ufa 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq1508832801840185689&_bu=1 windows 1920 [] [] 1502784488968617595 2 [] 1 21 Russia [] [] 0 [] [] [] windows_7_2008server msie 1 33 2017-10-24 11:29:42 [] [] [] [] 0 [] 193.34.165.xxx Trident [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 7 0 0 1920 [] [] [] 0 [] [] 1903 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/procedures/konturnaya-plastika-nosogubnye-skladki/ [] [5790218872808279759] [] [] 0 534 452 1 0 0 802 1 5790218872808279759 0 [] 0 [] [] 2017-10-02 20:32:12 180 yandex_mobile lenovo 32 [] [] [] 60 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 480 [] [] 1500121735595690004 1 [] 2 14 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-02 18:32:12 [] [] [] [] 0 [] 31.207.201.xxx WebKit [] http://apollon174.ru/procedures/konturnaya-plastika-nosogubnye-skladki/ 537 0 0 320 [] [] [] 36 [] [] 320 Lenovo A1000 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6194685172073374431] [] [] 0 864 754 1 27 0 864 1 6194685172073374431 9 [] 0 [] [] 2017-10-20 17:07:28 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-20 15:07:28 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ [] [6346384428994662103,6346392792418225879] [] [] 0 640 560 1 0 0 1280 1 6346384428994662103 0 [] 0 [] [] 2017-10-27 09:52:15 180 yandex_mobile xiaomi 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1509079936849366732 1 [] 2 32 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-27 07:52:15 [] [] [] [] 0 [] 91.212.68.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/gormonalnyj-skrining-dlya-zhenshin/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 4A [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/responses/ [] [5770352263305105104] [] [] 0 568 497 1 0 0 1136 1 5770352263305105104 9 [] 0 [0] [] 2017-10-01 23:29:06 300 yandex_mobile apple 32 [] [] [] 17 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 30 [] https://yandex.ru/ ios_double 640 [] [] 1506879301135850313 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-10-01 21:29:06 [] [] [] [] 0 ['2017-10-01 21:29:06'] 88.206.1.xxx WebKit [] http://apollon174.ru/responses/ 603 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/ [] [6353270953602713435,6353277918470211419] [] [] 0 740 696 1 0 0 2960 1 6353270953602713435 9 [] 0 [] [] 2017-10-27 17:10:05 300 samsung 32 [] [] [] 17 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 1440 [] [] 150910622222271466 1 [] 2 26 Russia [] [] 0 [] [] [] android_nougat yandex_browser 1 10 2017-10-27 15:10:05 [] [] [] [] 0 [] 80.255.80.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 SM-G950F [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/mikrotokovaya-terapiya-30-min/ [] [6100267956920649569] [] [] 0 699 623 1 0 0 1922 1 6100267956920649569 0 [] 0 [] [] 2017-10-16 13:04:35 120 yandex_mobile xiaomi 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 1508151817302566054 1 [] 2 14 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-16 11:04:35 [] [] [] [] 0 [] 88.206.68.xxx WebKit [] http://apollon174.ru/procedures/mikrotokovaya-terapiya-30-min/ 537 0 1 393 [] [] [] 36 [] [] 393 MI MAX 2 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6328450842802266857,6328460251391856529,6328467971180859281] [] [] 0 768 598 2 25 0 768 1 6328450842802266857 0 [] 0 [] [] 2017-10-26 14:52:04 300 yandex_search 24 [] [] [] 52 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;yandsearch;web;;&text=&etext=1586&&l10n=ru&bu=uniq1508948832629615812&_bu=1 windows 1024 [] [] 1509011516614386237 2 [] 1 65 Russia [] [] 0 [] [] [] windows_xp firefox 1 28 2017-10-26 12:52:04 [] [] [] [] 0 [] 188.16.128.xxx Gecko [] http://apollon174.ru/directions/ginekologiya/proverka-prohodimosti-matochnyh-trub-ehosalpingogr/ 52 0 1 1024 [] [] [] 0 [] [] 1007 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/ [] [6030212983917645706] [] [] 0 900 771 1 11 6 900 1 6030212983917645706 0 [] 0 [] [] 2017-10-13 10:50:36 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] rapirasoft.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://rapirasoft.ru/folio/web-development windows 1440 [] [] 1507799587741083100 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp firefox 1 33 2017-10-13 08:50:36 [] [] [] [] 0 [] 95.78.165.xxx Gecko [] http://apollon174.ru/ 52 0 0 1440 [] [] [] 0 [] [] 1423 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/uzi/truzi-predstatelnoj-zhelezy-semennyh-puzyrkov/ [] [6330023905237405396,6330030705570480249,6330039055329010403] [] [] 0 768 696 1 27 0 768 1 6330023905237405396 9 [] 0 [] [] 2017-10-26 16:32:04 180 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1586&&l10n=ru&bu=uniq15089482815043673421&_bu=1 windows 1366 [] [] 1509017523852863338 2 [] 1 58 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-26 14:32:04 [] [] [] [] 0 [] 185.13.45.xxx WebKit [] http://apollon174.ru/directions/uzi/truzi-predstatelnoj-zhelezy-semennyh-puzyrkov/ 537 0 1 1366 [] [] [] 36 [] [] 1287 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5786678564557431514,5786968908428214393,5786970723411562382] [] [] 0 1024 926 3 25 0 1024 1 5786678564557431514 4 [] 0 [] [] 2017-10-02 16:47:06 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1494407969634046882 2 [] 1 1130 Russia [] [] 0 [] [] [] windows_xp yandex_browser 1 26 2017-10-02 14:47:06 [] [] [] [] 0 [] 83.146.81.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 0 1280 [] [] [] 36 [] [] 1264 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6348395539343352548,6348401831542792932,6348513602791285468,6348517581156786908] [] [] 0 667 553 2 0 0 1334 1 6348395539343352548 0 [] 0 [0] [] 2017-10-27 12:00:07 300 yandex_mobile apple 32 [] [] [] 11 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1509087607415764867 1 [] 2 465 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-27 10:00:07 [] [] [] [] 0 ['2017-10-27 10:07:37'] 77.222.115.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6084265721188323026] [] [] 0 640 564 1 0 0 1920 1 6084265721188323026 0 [] 0 [] [] 2017-10-15 20:07:11 180 google_search xiaomi 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] http://google.ru/ android 1080 [] [] 150808743786777958 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-15 18:07:11 [] [] [] [] 0 [] 77.222.127.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5966549540525581026] [] [] 0 640 559 1 0 0 1280 1 5966549540525581026 0 [] 0 [] [] 2017-10-10 15:23:00 180 google_search micromax 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 1507638140481157462 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-10 13:23:00 [] [] [] [] 0 [] 31.207.233.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Micromax AQ5001 [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6150262937226579854,6150264740719888237,6150267972918708077,6150273624682008462] [] [] 0 640 560 4 0 0 1280 1 6150262937226579854 0 [] 0 [] [] 2017-10-18 18:03:11 300 asus 32 [] [] [] 54 [] [] none [] [] [] 40327473 [] [] [] [] referral [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/maps/org/meditsinskiy_tsentr_apollon/1646634557/ android 720 [] [] 1507191599594434667 1 [] 2 40 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-18 16:03:11 [] [] [] [] 0 [] 31.173.101.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 ASUS_Z00ED [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/procedures/mezoterapiya-lica-gialripajer-15-ml/?direction=kosmetologiya&disease=inekcionnaya-kosmetologiya [] [5809378696647413446,5809379962868729691,5809399481831260281] [] [] 0 900 791 3 11 7 900 1 5809378696647413446 0 [] 0 [] [] 2017-10-03 16:50:21 300 yandex_search 24 [] [] [] 55 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq150703125934547641 windows 1440 [] [] 1507031423458054965 2 [] 1 79 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 33 2017-10-03 14:50:21 [] [] [] [] 0 [] 81.20.172.xxx Gecko [] http://apollon174.ru/directions/kosmetologiya/ 55 0 1 1440 [] [] [] 0 [] [] 1423 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5789368296375067360] [] [] 0 768 662 1 0 0 768 1 5789368296375067360 0 [] 0 [] [] 2017-10-02 19:38:07 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1366 [] [] 1506955086977379101 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-02 17:38:07 [] [] [] [] 0 [] 88.206.32.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/procedures/vektornyj-lifting/ [] [5929925381730338675] [] [] 0 640 561 1 0 0 960 1 5929925381730338675 10 [] 0 [] [] 2017-10-09 00:34:30 300 yandex_mobile samsung 32 [] [] [] 16 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 540 [] [] 1507491268897939303 1 [] 2 14 Russia [] [] 0 [] [] [] android_jelly_bean42 yandex_browser 1 11 2017-10-08 22:34:30 [] [] [] [] 0 [] 77.222.101.xxx WebKit [] http://apollon174.ru/procedures/vektornyj-lifting/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S4 mini Duos [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5972472777135366878] [] [] 0 640 560 1 0 0 1280 1 5972472777135366878 0 [] 0 [] [] 2017-10-10 21:39:35 300 yandex_mobile xiaomi 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 720 [] [] 15076535761048184129 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-10 19:39:35 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 3S [] [] 2017-10-10 ya_undefined
28261 http://apollon174.ru/directions/uzi/ [] [6144174915612838048] [] [] 0 512 512 1 0 0 1536 1 6144174915612838048 0 [] 0 [] [] 2017-10-18 11:36:07 -1 motorola 24 [] [] [] adwords 58 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Mountain View 29557 0 [] android 1080 [] [] 1508308566846181205 1 [] 2 14 United States [] [] 0 [] [] [] android_marshmallow chromemobile 1 14 2017-10-18 09:36:07 [] [] [] [] 0 [] 35.189.219.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 Moto G (4) [] [] 2017-10-18 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6288305646309478100,6288312370436509396] [] [] 0 640 560 1 0 0 1280 1 6288305646309478100 0 [] 0 [] [] 2017-10-24 20:19:42 300 google_search asus 32 [] [] [] adwords 58 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 720 [] [] 1508858376862628529 1 [] 2 26 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-24 18:19:42 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_Z00ED [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [5835549707342455548] [] [] 0 568 497 1 0 0 1136 1 5835549707342455548 9 [] 0 [] [] 2017-10-04 20:34:15 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Yekaterinburg 30066 30 [] https://yandex.ru/ ios_double 640 [] [] 1507131255245671241 1 [] 2 22 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-04 18:34:15 [] [] [] [] 0 [] 217.118.91.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ 603 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6347761028400947963,6347767501520904955] [] [] 0 640 564 1 0 0 1920 1 6347761028400947963 0 [] 0 [] [] 2017-10-27 11:19:46 300 google_search xiaomi 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 1080 [] [] 1509085211282286034 1 [] 2 25 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-27 09:19:46 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5747381071363973865] [] [] 1 667 100 1 0 0 1334 1 5747381071363973865 9 [] 0 [] [] 2017-09-30 23:08:38 300 yandex_search apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] https://yandex.ru/ ios_double 750 [] [] 1506600320456772096 2 [] 2 0 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-09-30 21:08:38 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 603 0 0 375 [] [] [] 1 [] [] 100 iPhone [] [] 2017-09-30 ya_undefined
28261 http://apollon174.ru/ [] [5782449507458877892] [] [] 0 1600 1455 1 27 0 1600 1 5782449507458877892 0 [] 0 [] [] 2017-10-02 12:18:14 60 24 [] [] [] 60 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 29557 0 [] google_chrome_os 2560 [] [] 1506928693777613117 2 [] 1 16 United States [] [] 0 [] [] [] google_chrome_os chrome 1 33 2017-10-02 10:18:14 [] [] [] [] 0 [] 2620:0:1040:20::xxx WebKit [] http://apollon174.ru/ 537 0 1 2560 [] [] [] 36 [] [] 2560 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6065544304498057954] [] [] 0 568 450 1 0 0 1136 1 6065544304498057954 0 [] 0 [] [] 2017-10-15 00:16:55 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.co.uk 0 [] [] [] 0 30066 38 [] https://google.co.uk/ ios_double 640 [] [] 1508008613386462074 1 [] 2 13 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-14 22:16:55 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/procedures/inseminaciya-iskusstvennaya/?direction=ginekologiya&disease=inseminaciya [] [5881953381537287894,5882006379249536719] [] [] 0 800 709 2 21 0 800 1 5881953381537287894 0 [] 0 [] [] 2017-10-06 21:44:31 240 yandex_search 24 [] [] [] 49 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1566&&l10n=ru&bu=uniq1507303958275407010 windows 1280 [] [] 1507308280745458399 2 [] 1 202 Russia [] [] 0 [] [] [] windows_vista chrome 1 33 2017-10-06 19:44:31 [] [] [] [] 0 [] 88.206.62.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/inseminaciya/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/apparatnaya-kosmetologiya/ [] [5780017949267206893,5780018929500422267,5780020986977460973,5780021767859601531] [] [] 0 900 790 4 27 0 900 1 5780017949267206893 0 [] 0 [0] [] 2017-10-02 09:43:38 300 yandex_search 24 [] [] [] 48 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1561&&l10n=ru&bu=uniq1506915000629375579 windows 1600 [] [] 1504532243832375644 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 opera 1 37 2017-10-02 07:43:38 [] [] [] [] 0 ['2017-10-02 07:43:42'] 77.222.114.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 0 1600 [] [] [] 36 [] [] 1585 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/ [] [6120642631235010678] [] [] 0 800 668 1 27 0 800 1 6120642631235010678 9 [] 0 [] [] 2017-10-17 10:39:58 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 150718426748991554 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-17 08:39:58 [] [] [] [] 0 [] 77.222.108.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [6283183186150433536,6283185027977323264,6283187290450698979,6283189931842478819,6283190035523833552,6283190731186905856,6283196473561845456,6283196674810848000,6283200380656689920,6283212380953120464] [] [] 0 640 560 9 0 0 1280 1 6283183186150433536 0 [] 0 [0] [] 2017-10-24 14:54:01 300 asus 32 [] [] [] 59 [] [] cellular [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 0 0 [] android 720 [] [] 1508838846658800898 1 [] 2 112 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-24 12:54:01 [] [] [] [] 0 ['2017-10-24 12:54:17'] 176.59.196.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 ZB500KL [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5938395914604389103,5938396510946861807,5938397250470814419,5938409324830532307,5938412469110448851,5938418340618314479,5938423839747744467,5938427011122078419] [] [] 0 864 844 6 27 0 864 1 5938395914604389103 0 [] 0 [] [] 2017-10-09 09:33:02 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 119 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-09 07:33:02 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/ [] [6276244835500565246] [] [] 0 640 560 1 0 0 1280 1 6276244835500565246 0 [] 0 [] [] 2017-10-24 07:32:54 300 google_search samsung 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 1508499271247617747 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-24 05:32:54 [] [] [] [] 0 [] 37.113.146.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy S5 Mini [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5947004811931029206] [] [] 0 640 563 1 0 0 640 1 5947004811931029206 4 [] 0 [] [] 2017-10-09 18:40:18 360 32 [] [] [] 4 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 30066 0 [] http://apollon174.ru/articles/services/ android 360 [] [] 1507455332634835441 1 [] 2 63 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 11 2017-10-09 16:40:18 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 G4 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/responses/ [] [5881679172061892498,5881688217429217170,5881694217205976978,5881698971913031570] [] [] 0 864 758 4 26 0 864 1 5881679172061892498 9 [] 0 [0] [] 2017-10-06 21:27:05 300 yandex_search 24 [] [] [] 17 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1566&&l10n=ru&bu=uniq150730676433082410 windows 1536 [] [] 1476984143736199215 2 [] 1 75 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 37 2017-10-06 19:27:05 [] [] [] [] 0 ['2017-10-06 19:28:20'] 37.113.153.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 0 1536 [] [] [] 36 [] [] 1519 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6050366897557868237,6050782928224390865,6050818278153260750] [] [] 0 1024 768 3 0 0 2048 1 6050366897557868237 0 [] 0 [] [] 2017-10-14 08:11:58 300 apple 32 [] [] [] adwords 36 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 50 [] ios_double 1536 [] [] 1507950718250982357 2 [] 3 1721 Russia [] [] 0 [] [] [] ios10 googlesearch 1 15 2017-10-14 06:11:58 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 602 0 1 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6289180413766667978,6289189152317247178,6289194281928232650,6289204884160384714,6289212286488284874] [] [] 0 640 559 3 0 0 1280 1 6289180413766667978 0 [] 0 [] [] 2017-10-24 21:15:19 300 google_search samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 150886172371135423 1 [] 2 121 Russia [] [] 1 [] [] [] android_kitkat chromemobile 1 11 2017-10-24 19:15:19 [] [] [] [] 0 [] 176.59.206.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S III [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/ [] [5878758215835198207,5878764635488789247,5878765111256031999,5878768953663955711,5878769727346057983,5878772271325913814] [] [] 0 864 790 6 27 0 864 1 5878758215835198207 0 [] 0 [] [] 2017-10-06 18:21:22 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1566&&l10n=ru&bu=uniq1507292709741365357 windows 1536 [] [] 1467192114796125666 2 [] 1 54 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-06 16:21:22 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/ [] [5948528050721006294,5949879254991244998] [] [] 0 864 775 1 27 0 864 1 5948528050721006294 0 [] 0 [] [] 2017-10-09 20:17:13 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/doctors/ windows 1536 [] [] 1467192114796125666 2 [] 1 16 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-09 18:17:13 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 772 [] [] 2017-10-09 ya_undefined
28261 http://apollon174.ru/directions/ginekologiya/ [] [5940158984646297373] [] [] 0 1200 1086 1 27 0 1200 1 5940158984646297373 0 [] 0 [] [] 2017-10-09 11:25:08 330 24 [] [] [] adwords 60 [] [] ethernet [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 29557 0 [] google_chrome_os 1920 [] [] 1507530307404582134 2 [] 1 16 India [] [] 0 [] [] [] google_chrome_os chrome 1 33 2017-10-09 09:25:08 [] [] [] [] 0 [] 2401:fa00:c:750::xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1920 [] [] 2017-10-09 google_adwords
30066 http://apollon174.ru/ [] [5860110694316245117] [] [] 1 736 622 1 0 0 2208 1 5860110694316245117 0 [] 0 [] [] 2017-10-05 22:35:48 300 yandex_search apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 1242 [] [] 1506407898647874203 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-05 20:35:48 [] [] [] [] 0 [] 87.249.198.xxx WebKit [] http://apollon174.ru/ 604 0 0 414 [] [] [] 1 [] [] 414 iPhone [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6283893912718811874] [] [] 1 570 488 1 0 0 856 1 6283893912718811874 0 [] 0 [] [] 2017-10-24 15:39:12 300 google_search lenovo 32 [] [] [] adwords 43 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Moscow 0 0 [] https://google.ru/ android 480 [] [] 1508841580512906087 1 [] 2 0 Russia [] [] 1 [] [] [] android_kitkat chromemobile 1 11 2017-10-24 13:39:12 [] [] [] [] 0 [] 85.140.22.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A328 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [5938455938643534554] [] [] 1 615 503 1 27 0 615 1 5938455938643534554 9 [] 0 [] [] 2017-10-09 09:36:51 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1568&&l10n=ru&bu=uniq1507521340968359484 windows 1093 [] [] 1507523810367637443 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-09 07:36:51 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 1 1093 [] [] [] 36 [] [] 1078 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/ [] [5985611664850690811,5985614571235446470,5985623458830880454] [] [] 0 671 489 3 0 0 1200 1 5985611664850690811 0 [] 0 [0] [] 2017-10-11 11:34:56 300 nokia 24 [] [] [] 11 [] [] [24345998] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/contacts/ windows 720 [] [] 149887831227416039 1 [] 2 45 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-11 09:34:56 [] [] [] [] 0 ['2017-10-11 09:35:07'] 37.113.153.xxx Trident [] http://apollon174.ru/ 7 0 0 403 [] [] [] 0 [] [] 320 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5804682047231894251] [] [] 0 864 756 1 27 0 864 1 5804682047231894251 9 [] 0 [] [] 2017-10-03 11:51:44 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1560&&l10n=ru&bu=uniq150678014750380414 windows 1536 [] [] 1506780489397640213 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-03 09:51:44 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-03 ya_undefined
28261 http://apollon174.ru/ [] [5878446314980640550] [] [] 0 900 1879 1 11 2 900 1 5878446314980640550 [] 0 [] [] 2017-10-06 18:01:33 -420 24 [] [] [] 0 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATNRunz8gJeQS5eA5J794SWF8FtCWp7SdauZPn2C5ZsgcBT69yhV4cfFiMfYu5y1a45eQdW9KE7AOVAfpERhcJHu-DsLxz3k4kgTD0zcVamGJTb3gKdMOZGp76s gnu_linux 1600 [] [] 1507294892203802025 2 [] 1 14 Russia [] [] 0 [] [] [] linux 1 37 2017-10-06 16:01:33 [] [] [] [] 0 [] 2a03:2880:2130:9ff4::xxx Unknown [] http://apollon174.ru/ 0 0 1 1600 [] [] [] 0 [] [] 1025 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5916985201599450836] [] [] 0 667 553 1 0 0 1334 1 5916985201599450836 0 [] 0 [] [] 2017-10-08 10:51:47 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 750 [] [] 1507319541646877838 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-08 08:51:47 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-08 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5808714612364806015,5808717528772904831] [] [] 0 1080 941 2 27 0 1080 1 5808714612364806015 0 [] 0 [] [] 2017-10-03 16:08:07 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;yandsearch;web;;&text=&etext=1563&&l10n=ru&bu=uniq1507024743336460583 windows 1920 [] [] 1507028886537811746 2 [] 1 11 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-03 14:08:07 [] [] [] [] 0 [] 31.207.207.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6126885633240598371,6131542495236722574] [] [] 0 480 372 2 0 0 960 1 6126885633240598371 0 [] 0 [] [] 2017-10-17 17:16:19 300 apple 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 46 [] ios_double 640 [] [] 1507745093639882371 1 [] 2 378 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-17 15:16:19 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5960622167935951615] [] [] 1 640 566 1 0 0 1920 1 5960622167935951615 45 [] 0 [] [] 2017-10-10 09:06:09 180 yandex_mobile_app meizu 32 [] [] [] 6 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/searchapp?uuid=818ffefe475cbe99dc7a1812ef974d9d&clid=2288363&internal_browser_enabled=1&text=сколько стоит сдать все анализы &serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 1080 [] [] 1507615598972387880 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow yandexsearch 1 11 2017-10-10 07:06:09 [] [] [] [] 0 [] 37.113.130.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 M5 Note [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/gribkovye-zabolevaniya-mikozy/ [] [6172268541097550564] [] [] 0 667 596 1 0 0 1334 1 6172268541097550564 11 [] 0 [] [] 2017-10-19 17:22:15 300 yandex_mobile apple 32 [] [] [] 16 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 50 [] https://yandex.ru/ ios_double 750 [] [] 1508415736412232588 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 11 2017-10-19 15:22:15 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/gribkovye-zabolevaniya-mikozy/ 602 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/appointment/ [] [6012800968399528666,6012808748976317146] [] [] 0 640 560 2 0 0 960 1 6012800968399528666 0 [] 0 [0] [] 2017-10-12 16:23:35 180 samsung 32 [] [] [] 54 [] [] wi_fi [24345998] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/uzi/ android 540 [] [] 1507806294850918291 1 [] 2 30 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-12 14:23:35 [] [] [] [] 0 ['2017-10-12 14:24:05'] 88.206.30.xxx WebKit [] http://apollon174.ru/articles/about/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-12 ya_undefined
28261 http://apollon174.ru/ [] [5851140967399163687] [] [] 0 800 1840 1 11 2 800 1 5851140967399163687 0 [] 0 [] [] 2017-10-05 13:05:31 -420 24 [] [] [] 41 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATMYEOiDJk1cIRm85UTKlOS0hpT6v_IH-uTR7m35XBztnhZi50lzYUJ7OxQAe5Dt5MojJ2y-mDYHuHWi8RYhABRpzbVQYKYb3vMPKnQeEU3kNKP618tvleZjMrU windows 1280 [] [] 1507190731482594852 2 [] 1 14 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-05 11:05:31 [] [] [] [] 0 [] 2a03:2880:2030:7ff6::xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1025 [] [] 2017-10-05 ya_undefined
28261 http://apollon174.ru/directions/uzi/uzi-selezenki/ [] [6053698518615591366] [] [] 0 768 552 1 0 0 0 1 6053698518615591366 0 [] 0 [] [] 2017-10-14 11:43:47 480 32 [] [] [] 8 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Ulan Bator 29557 0 [] windows 0 [] [] 150796342445376764 2 [] 1 15 Mongolia [] [] 0 [] [] [] windows_7_2008server msie 1 37 2017-10-14 09:43:47 [] [] [] [] 0 [] 182.160.38.xxx Trident [] http://apollon174.ru/directions/uzi/uzi-selezenki/ 4 0 1 1366 [] [] [] 0 [] [] 1345 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/contacts/ [] [5982657619555520207,5982659812732178127,5982668676003532495] [] [] 0 768 579 3 22 0 768 1 5982657619555520207 0 [] 0 [0] [] 2017-10-11 08:27:07 420 mail_search 24 [] [] [] 49 [] [] [24346115] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [''] [1] 0 0 0 [] http://go.mail.ru/ windows 1360 [] [] 1507692428576256936 2 [] 1 42 Russia [] [] 0 [] [] [] windows_2003_server_xp chrome 1 37 2017-10-11 06:27:07 [] [] [] [] 0 ['2017-10-11 06:27:49'] 212.164.209.xxx WebKit [] http://apollon174.ru/directions/uzi/truzi-predstatelnoj-zhelezy-semennyh-puzyrkov/ 537 0 1 1360 [] [] [] 36 [] [] 954 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [6030865091896283017] [] [] 0 768 635 1 0 0 768 1 6030865091896283017 0 [] 0 [] [] 2017-10-13 11:32:04 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/articles/services/ windows 1366 [] [] 1507803541498908354 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-13 09:32:04 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/articles/about/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/ozonoterapiya/ [] [6346729521147290366,6346732074309526270,6346735792666977022,6346736676839367422] [] [] 0 1024 860 2 21 0 1024 1 6346729521147290366 0 [] 0 [] [] 2017-10-27 10:14:11 300 google_search 24 [] [] [] adwords 49 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Miass 0 0 [] https://google.ru/ windows 1280 [] [] 15090813211019518314 2 [] 1 28 Russia [] [] 1 [] [] [] windows_xp chrome 1 26 2017-10-27 08:14:11 [] [] [] [] 0 [] 217.19.116.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 1280 [] [] [] 36 [] [] 1026 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [6049457809924817014] [] [] 0 667 555 1 0 0 1334 1 6049457809924817014 0 [] 0 [] [] 2017-10-14 07:14:10 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 38 [] ios_double 750 [] [] 1507947248193388137 1 [] 2 315 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-14 05:14:10 [] [] [] [] 0 [] 37.113.168.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/ [] [6097824474593494903,6097829478996386558] [] [] 0 667 538 2 0 0 1334 1 6097824474593494903 0 [] 0 [] [] 2017-10-16 10:29:14 300 yandex_mobile apple 32 [] [] [] 0 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1508131754796894055 1 [] 2 19 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-16 08:29:14 [] [] [] [] 0 [] 185.21.141.xxx WebKit [] http://apollon174.ru/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/malaya-urologiya/lechenie-prostatita-v-chelyabinske/feedbacks/ [] [6236296919912808570,6236299244552323194] [] [] 0 640 563 2 0 0 1280 1 6236296919912808570 45 [] 0 [0,0] [] 2017-10-22 13:13:04 300 yandex_mobile_app samsung 32 [] [] [] 6 [] [] cellular [24346110,24346018] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['',''] [1,1] 0 30066 0 [] http://yandex.ru/searchapp?uuid=987fd104b4e50d09cac6a1843086ee12&clid=2207453&internal_browser_enabled=1&text=кому что прописывали от простатита в медицинском центре аполлон челябинск отзывы &serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 720 [] [] 1508660087154137023 1 [] 2 9 Russia [] [] 0 [] [,] [] android_lollipop5 yandexsearch 1 11 2017-10-22 11:13:04 [] [] [] [] 0 ['2017-10-22 11:13:04','2017-10-22 11:13:13'] 176.59.208.xxx WebKit [] http://apollon174.ru/responses/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J3 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6301432170134381282,6301438256447759074] [] [] 0 768 624 1 27 0 768 1 6301432170134381282 0 [] 0 [] [] 2017-10-25 10:14:16 300 yandex_search 24 [] [] [] 36 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq1508905901467272119&_bu=1 windows 1024 [] [] 1508908455247080401 2 [] 1 23 Russia [] [] 0 [] [] [] windows_xp opera 1 28 2017-10-25 08:14:16 [] [] [] [] 0 [] 88.206.114.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6165308214249267929] [] [] 0 640 596 1 0 0 1280 1 6165308214249267929 9 [] 0 [] [] 2017-10-19 09:59:44 180 yandex_mobile zte 32 [] [] [] 17 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1508396269592651672 1 [] 2 15 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-19 07:59:44 [] [] [] [] 0 [] 176.59.203.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 360 [] [] [] 36 [] [] 360 ZTE BLADE A610 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [6289427492780909272,6289434550850560762,6289455687929963233,6289457588187958997,6289460794309740385,6289463522430296829,6289468226127791963,6289468484896165578] [] [] 0 768 694 6 26 0 768 1 6289427492780909272 9 [] 0 [] [] 2017-10-24 21:31:01 180 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1584&&l10n=ru&bu=uniq1508861744780275395&_bu=1 windows 1366 [] [] 1508870078446693966 2 [] 1 157 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-24 19:31:01 [] [] [] [] 0 [] 212.57.180.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-24 ya_undefined
28261 http://apollon174.ru/appointment/ [] [5801282802978398939,5801284954094576347,5801294070796002011] [] [] 0 640 562 3 0 0 1280 1 5801282802978398939 7 [] 0 [0] [] 2017-10-03 08:15:37 300 yandex_mobile xiaomi 32 [] [] [] 16 [] [] wi_fi [24345998] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 29557 0 [] https://yandex.ru/ android 720 [] [] 1506967818179786525 1 [] 2 43 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-03 06:15:37 [] [] [] [] 0 ['2017-10-03 06:16:20'] 37.113.189.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 3S [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/ [] [6350869935011659896] [] [] 1 1080 921 1 0 0 1080 1 6350869935011659896 0 [] 0 [] [] 2017-10-27 14:37:26 300 google_search 24 [] [] [] 63 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1509097115706638786 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-27 12:37:26 [] [] [] [] 0 [] 87.249.207.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1904 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/ [] [6118777912850386645] [] [] 0 1024 1340 1 0 0 1024 1 6118777912850386645 0 [] 0 [] [] 2017-10-17 08:41:25 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-17 06:41:25 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6235466373439431424,6235610340820256623] [] [] 0 800 435 1 0 0 800 1 6235466373439431424 3 [] 0 [] [] 2017-10-22 12:20:16 -1 yandex_mobile nokia 32 [] [] [] 11 [] [] ethernet [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 480 [] [] 1508656815155835780 1 [] 2 549 Russia [] [] 0 [] [] [] android_jelly_bean41 ucbrowser 1 12 2017-10-22 10:20:16 [] [] [] [] 0 [] 213.87.240.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 534 0 1 480 [] [] [] 30 [] [] 320 Nokia_X [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [5952349595696629597] [] [] 0 570 443 1 0 0 856 1 5952349595696629597 0 [] 0 [] [] 2017-10-10 00:20:11 180 google_search lg_electronics 32 [] [] [] adwords 56 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] http://google.ru/ android 480 [] [] 15075840121039123368 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-09 22:20:11 [] [] [] [] 0 [] 188.68.223.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 320 [] [] [] 36 [] [] 320 LG-H324 [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/ [] [6257914655629648602] [] [] 0 900 740 1 0 0 900 1 6257914655629648602 0 [] 0 [] [] 2017-10-23 12:07:29 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] gnu_linux 1600 [] [] 1502082587759805700 2 [] 1 13 Russia [] [] 0 [] [] [] ubuntu chromium 1 37 2017-10-23 10:07:29 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1600 [] [] [] 36 [] [] 1518 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/ [] [6012925424279228108,6013148163983017837,6013148416371073754] [] [] 0 1024 1340 2 0 0 1024 1 6012925424279228108 0 [] 0 [] [] 2017-10-12 16:31:30 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/appointment/ windows 1280 [] [] 1469526699227406146 2 [] 1 850 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-12 14:31:30 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/doctors/ [] [5875481358158275314,5875488240524075762] [] [] 0 640 560 2 0 0 1920 1 5875481358158275314 0 [] 0 [] [] 2017-10-06 14:53:02 180 google_mobile_app samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 Moscow 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1507274702736915188 1 [] 2 26 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-06 12:53:02 [] [] [] [] 0 [] 213.87.128.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A5 [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/contacts/ [] [5990598412230206203,5990617035480236152] [] [] 0 638 486 2 0 0 1280 1 5990598412230206203 0 [] 0 [0] [] 2017-10-11 16:51:59 300 nokia 24 [] [] [] 11 [] [] [24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] windows 768 [] [] 1507722703317109221 1 [] 2 87 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-11 14:51:59 [] [] [] [] 0 ['2017-10-11 14:53:09'] 176.226.164.xxx Trident [] http://apollon174.ru/directions/uzi/ 7 0 1 383 [] [] [] 0 [] [] 320 Lumia 920 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/andrologiya/ [] [6351170362178014926,6351172141481461611,6351173025029951182,6351175584036947819,6351176256051742571,6351179455319770987,6351181102495041387] [] [] 0 864 844 5 27 0 864 1 6351170362178014926 0 [] 0 [] [] 2017-10-27 14:56:32 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 41 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-27 12:56:32 [] [] [] [] 0 [] 95.78.145.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6334413027610206953] [] [] 1 640 560 1 0 0 1280 1 6334413027610206953 0 [] 0 [] [] 2017-10-26 21:11:08 180 google_search asus 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 720 [] [] 1509041445263688175 1 [] 2 0 Russia [] [] 1 [] [] [] android_marshmallow chromemobile 1 11 2017-10-26 19:11:08 [] [] [] [] 0 [] 37.113.180.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 ASUS_Z00ED [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/contacts/ [] [5717916196699382514] [] [] 1 568 492 1 0 0 1136 1 5717916196699382514 0 [] 0 [0] [] 2017-09-29 15:55:19 300 apple 32 [] [] [] 61 [] [] [24346115] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 30066 50 [] http://apollon174.ru/directions/ginekologiya/ ios_double 640 [] [] 150657703777195410 1 [] 2 0 Russia [] [] 0 [] [] [] ios10 chromemobile 1 11 2017-09-29 13:55:19 [] [] [] [] 0 ['2017-09-29 13:55:19'] 85.140.77.xxx WebKit [] http://apollon174.ru/contacts/ 602 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/info/2016/10/27/dnk-diagnostika-chto-takoe-metod-pcr/ [] [6053706125498910561] [] [] 0 1080 1010 1 0 0 1080 1 6053706125498910561 0 [] 0 [] [] 2017-10-14 11:44:16 300 yandex_search 24 [] [] [] 49 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1573&&l10n=ru&bu=uniq15079137622011218532 windows 1920 [] [] 1507891236773082113 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 opera 1 37 2017-10-14 09:44:16 [] [] [] [] 0 [] 5.141.198.xxx WebKit [] http://apollon174.ru/info/2016/10/27/dnk-diagnostika-chto-takoe-metod-pcr/ 537 0 0 1920 [] [] [] 36 [] [] 1842 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/procedures/himiokoagulyaciya-preparatom-solkovagin-s-uchetom/?direction=ginekologiya [] [6352510012789891836,6352516043469234940,6352517941025317628,6352526294357385980] [] [] 0 615 494 2 0 0 615 1 6352510012789891836 0 [] 0 [] [] 2017-10-27 16:21:42 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] https://google.ru/ windows 1093 [] [] 15091033001064519404 2 [] 1 62 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-27 14:21:42 [] [] [] [] 0 [] 46.167.103.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1093 [] [] [] 36 [] [] 1077 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/pedikulez/ [] [5877869760159425279] [] [] 0 1024 918 1 0 0 1024 1 5877869760159425279 0 [] 0 [] [] 2017-10-06 17:24:53 240 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Volgograd 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1566&&l10n=ru&bu=uniq1507292312553111506 windows 1280 [] [] 1507289090579911096 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-06 15:24:53 [] [] [] [] 0 [] 178.35.149.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/pedikulez/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6218283015158899414,6218331795900600005,6218335129807364830,6218339318703858398] [] [] 0 568 454 4 0 0 1136 1 6218283015158899414 0 [] 0 [0] [] 2017-10-21 18:07:47 300 yandex_mobile apple 32 [] [] [] 11 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 640 [] [] 1508591267546155769 1 [] 2 214 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-21 16:07:47 [] [] [] [] 0 ['2017-10-21 16:11:06'] 77.222.98.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6357203453228884735,6357211226032317183] [] [] 0 768 637 1 0 0 768 1 6357203453228884735 0 [] 0 [] [] 2017-10-27 21:20:06 360 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ windows 1366 [] [] 1509116531181836461 2 [] 1 30 Russia [] [] 1 [] [] [] windows_7_2008server chrome 1 37 2017-10-27 19:20:06 [] [] [] [] 0 [] 176.59.212.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-27 google_adwords
28261 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5983868527708473183,5983991859871223496] [] [] 0 640 514 2 0 0 1920 1 5983868527708473183 5 [] 0 [] [] 2017-10-11 09:44:06 180 xiaomi 32 [] [] [] 8 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 29557 0 [] android 1080 [] [] 1507667093337562815 1 [] 2 471 Russia [] [] 0 [] [] [] android_marshmallow miui 1 11 2017-10-11 07:44:06 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [5987274301911863178] [] [] 0 640 560 1 0 0 1280 1 5987274301911863178 0 [] 0 [] [] 2017-10-11 13:20:38 300 google_search 32 [] [] [] adwords 56 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1507710037962614323 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-11 11:20:38 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 TA-1053 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6327862781832597386,6327868991651448687] [] [] 0 864 712 1 24 0 864 1 6327862781832597386 0 [] 0 [] [] 2017-10-26 14:14:40 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;yandsearch;web;;&text=&etext=1586&&l10n=ru&bu=uniq150900847831236728&_bu=1 windows 1536 [] [] 1509009274765541450 2 [] 1 24 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-26 12:14:40 [] [] [] [] 0 [] 95.78.175.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 1536 [] [] [] 36 [] [] 1510 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/ [] [6039139082130687861,6039336322363295607,6039336733970268285,6039338765590726519,6039339576693098359,6039341033731391613,6039344173705855101,6039346128307357559,6039356921903850213,6039357417924076288,6039399160670324601,6039406869058686864,6039407425854902160,6039409591363838689,6039433105360036577,6039449563466048225,6039464241602760407] [] [] 0 640 512 17 0 0 1280 1 6039139082130687861 0 [] 0 [] [] 2017-10-13 20:18:07 300 motorola 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 720 [] [] 14981176681058124591 1 [] 2 1293 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-13 18:18:07 [] [] [] [] 0 [] 77.222.98.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 MotoG3 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/ [] [6038018852525444809] [] [] 0 900 794 1 0 0 900 1 6038018852525444809 0 [] 0 [] [] 2017-10-13 19:06:54 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1573&&l10n=ru&bu=uniq1507901996077458171 windows 1600 [] [] 1507903610556072189 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-13 17:06:54 [] [] [] [] 0 [] 87.249.197.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6030669748865859704] [] [] 0 900 802 1 25 0 900 1 6030669748865859704 4 [] 0 [] [] 2017-10-13 11:19:39 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1572&&l10n=ru&bu=uniq1507873009433481665 windows 1440 [] [] 1507871783885835383 2 [] 1 22 Russia [] [] 0 [] [] [] windows_xp yandex_browser 1 33 2017-10-13 09:19:39 [] [] [] [] 0 [] 87.249.199.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5790606290621309654] [] [] 0 888 469 1 0 0 888 1 5790606290621309654 0 [] 0 [] [] 2017-10-02 20:56:49 180 yandex_mobile sony 32 [] [] [] 11 [] [] ethernet [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 540 [] [] 1506967166397203923 1 [] 2 16 Russia [] [] 0 [] [] [] android_jelly_bean42 ucbrowser 1 12 2017-10-02 18:56:49 [] [] [] [] 0 [] 176.59.210.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 534 0 1 540 [] [] [] 30 [] [] 360 Xperia C [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6007722452077512537,6007735869206433483,6007744899178565317,6007746809726242699,6007750975931809916,6007760815927599827] [] [] 0 720 594 6 0 0 720 1 6007722452077512537 0 [] 0 [] [] 2017-10-12 11:00:42 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1505194350956453588 2 [] 1 146 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-12 09:00:42 [] [] [] [] 0 [] 94.24.246.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1169 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6312968287307178720,6312975200109994720,6312977511335076576,6312991269777580768,6312992456098456288,6312993101888889568,6313007139418809056,6313017506050613984,6313023111253467872,6313070440132382417,6313073810848616145,6313082441344487121,6313084147570844416,6313086319083917009,6313089885881503441,6313093087994580689,6313096985650663121,6313097649918840529,6313098283960241873] [] [] 0 640 524 13 0 0 1920 1 6312968287307178720 0 [] 0 [0] [] 2017-10-25 22:27:42 300 google_mobile_app huawei 32 [] [] [] adwords 61 [] [] wi_fi [24345998] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [''] [1] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1508952463336636264 1 [] 2 496 Russia [] [] 1 [] [] [] android_nougat chromemobile 1 11 2017-10-25 20:27:42 [] [] [] [] 0 ['2017-10-25 20:35:13'] 149.255.15.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 BLN-L21 [] [] 2017-10-25 google_adwords
28261 http://apollon174.ru/ [] [5688439208844722301] [] [] 1 712 696 1 0 0 712 1 5688439208844722301 0 [] 0 [] [] 2017-09-28 08:41:13 300 24 [] [] [] 52 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] gnu_linux 1024 [] [] 1487042667640738232 2 [] 1 0 Russia [] [] 0 [] [] [] linux firefox 1 30 2017-09-28 06:41:13 [] [] [] [] 0 [] 193.150.118.xxx Gecko [] http://apollon174.ru/ 52 0 0 1024 [] [] [] 0 [] [] 1008 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [5690612952027112186] [] [] 0 768 634 1 27 0 768 1 5690612952027112186 0 [] 0 [] [] 2017-09-28 10:59:25 300 yandex_search 24 [] [] [] 47 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1557&&l10n=ru&bu=uniq1506573793930379258 windows 1366 [] [] 1506578363943944798 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-09-28 08:59:25 [] [] [] [] 0 [] 88.206.8.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 1 1366 [] [] [] 36 [] [] 1294 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6177953572725723022,6177955987269362394,6177959279634948833,6177962229614251731,6177963372973395853,6177968289032184532,6177979136753274761] [] [] 0 1024 886 7 23 0 1024 1 6177953572725723022 0 [] 0 [] [] 2017-10-19 23:23:42 300 24 [] [] [] 42 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Ozersk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1280 [] [] 150842747250214266 2 [] 1 113 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-10-19 21:23:42 [] [] [] [] 0 [] 178.170.198.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-sosudov-shei-uzdg/ [] [5736932644601204622] [] [] 0 640 560 1 0 0 1280 1 5736932644601204622 0 [] 0 [] [] 2017-09-30 12:04:21 300 yandex_mobile xiaomi 32 [] [] [] 60 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1506755016588447769 1 [] 2 14 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-09-30 10:04:21 [] [] [] [] 0 [] 176.59.198.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-sosudov-shei-uzdg/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 4A [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ [] [5904546781358465750] [] [] 0 900 794 1 0 0 900 1 5904546781358465750 0 [] 0 [] [] 2017-10-07 21:40:58 180 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1567&&l10n=ru&bu=uniq1507393016858232805 windows 1440 [] [] 1507394453544654688 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-07 19:40:58 [] [] [] [] 0 [] 77.222.115.xxx WebKit [] http://apollon174.ru/doctors/shetinina-marya-kuzminichna/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/ [] [5941446692463970075,5941468745435711267] [] [] 0 800 664 1 26 0 800 1 5941446692463970075 7 [] 0 [] [] 2017-10-09 12:47:00 180 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] windows 1280 [] [] 1504847897293177202 2 [] 1 84 Ukraine [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-09 10:47:00 [] [] [] [] 0 [] 80.239.142.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1264 [] [] 2017-10-09 ya_undefined
30066 http://apollon174.ru/appointment/ [] [6051519964714897294] [] [] 0 1024 653 1 0 0 2048 1 6051519964714897294 0 [] 0 [0] [] 2017-10-14 09:25:16 300 apple 32 [] [] [] 49 [] [] [24345998] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/directions/dermatologiya/ ios_double 1536 [] [] 1507906979426142996 2 [] 3 15 Russia [] [] 0 [] [] [] ios10 chromemobile 1 15 2017-10-14 07:25:16 [] [] [] [] 0 ['2017-10-14 07:25:16'] 31.207.246.xxx WebKit [] http://apollon174.ru/appointment/ 601 0 0 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5757961798810608341,5758041505218955107,5758044937133754211] [] [] 0 962 794 3 0 0 1280 1 5757961798810608341 0 [] 0 [] [] 2017-10-01 10:21:21 180 lenovo 32 [] [] [] 55 [] [] wi_fi [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 800 [] [] 150584893998571874 1 [] 3 332 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 13 2017-10-01 08:21:21 [] [] [] [] 0 [] 88.206.127.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 601 [] [] [] 36 [] [] 601 Lenovo YT3-850M [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6064091105527596897] [] [] 0 640 560 1 0 0 1280 1 6064091105527596897 0 [] 0 [] [] 2017-10-14 22:44:31 180 google_search bq 32 [] [] [] adwords 49 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1508010222943304399 1 [] 2 16 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-14 20:44:31 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Strike [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6058721224089407180] [] [] 0 864 756 1 27 0 864 1 6058721224089407180 9 [] 0 [] [] 2017-10-14 17:03:07 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 13 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-14 15:03:07 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/virusnye-gepatity-v-i-s/ [] [5813735891299209103] [] [] 0 768 636 1 26 0 768 1 5813735891299209103 9 [] 0 [] [] 2017-10-03 21:27:22 360 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1563&&l10n=ru&bu=uniq1507044163927508585 windows 1366 [] [] 1507048039552280188 2 [] 1 27 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-03 19:27:22 [] [] [] [] 0 [] 77.222.107.xxx WebKit [] http://apollon174.ru/directions/venerologiya/virusnye-gepatity-v-i-s/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/muzhskaya-kosmetologiya/ [] [5990792974037426944,5990806372243214218,5990813484352540554] [] [] 0 640 559 3 0 0 1920 1 5990792974037426944 0 [] 0 [] [] 2017-10-11 17:04:21 300 yandex_mobile samsung 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 1507723425532552497 1 [] 2 78 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-11 15:04:21 [] [] [] [] 0 [] 88.206.104.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S4 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [6152313869207601269] [] [] 0 1024 922 1 0 0 1024 1 6152313869207601269 9 [] 0 [] [] 2017-10-18 20:13:34 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 46 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1578&&l10n=ru&bu=uniq150833894923811482 ios_double 768 [] [] 1508339614291019780 1 [] 3 15 Russia [] [] 0 [] [] [] ios9 yandex_browser 1 15 2017-10-18 18:13:34 [] [] [] [] 0 [] 88.206.118.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 601 0 1 768 [] [] [] 1 [] [] 768 iPad [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/doctors/ [] [5835058614595494635,5835059590958949099] [] [] 0 900 792 2 27 0 900 1 5835058614595494635 9 [] 0 [] [] 2017-10-04 20:03:02 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq1507127990815298012 windows 1440 [] [] 15071293791040730345 2 [] 1 3 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 33 2017-10-04 18:03:02 [] [] [] [] 0 [] 37.113.168.xxx WebKit [] http://apollon174.ru/directions/andrologiya/ 537 0 1 1440 [] [] [] 36 [] [] 1423 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/ [] [5964186829513818235,5964187654699876475] [] [] 0 864 844 1 27 0 864 1 5964186829513818235 0 [] 0 [] [] 2017-10-10 12:52:47 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/contacts/ windows 1536 [] [] 1467192114796125666 2 [] 1 18 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-10 10:52:47 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6175344840830619337,6175348965688222437,6175354340150871901,6175367909671700321,6175370658444738679] [] [] 0 1024 886 5 23 0 1024 1 6175344840830619337 0 [] 0 [] [] 2017-10-19 20:37:51 300 24 [] [] [] 42 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Ozersk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1280 [] [] 150842747250214266 2 [] 1 113 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-10-19 18:37:51 [] [] [] [] 0 [] 178.170.198.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/hlamidioz/ [] [6328515444763534080,6328522101298832128] [] [] 0 667 596 1 0 0 1334 1 6328515444763534080 10 [] 0 [] [] 2017-10-26 14:56:10 300 yandex_mobile apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] https://yandex.ru/ ios_double 750 [] [] 1509011770715556149 1 [] 2 25 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-10-26 12:56:10 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/venerologiya/hlamidioz/ 603 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5721421943463224047,5721425272269967063,5721427229178072789,5721429015424148224,5721447350124946148,5721553793827475144,5721555039034019724] [] [] 0 568 454 7 0 0 1136 1 5721421943463224047 0 [] 0 [] [] 2017-09-29 19:38:12 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 640 [] [] 150644315294043086 1 [] 2 508 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-09-29 17:38:12 [] [] [] [] 0 [] 88.206.107.xxx WebKit [] http://apollon174.ru/ 604 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/ [] [5918945397906081659,5918949998803814267,5918963278614103931,5918963565571344251] [] [] 0 640 560 3 0 0 1280 1 5918945397906081659 0 [] 0 [] [] 2017-10-08 12:56:24 180 google_mobile_app xiaomi 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1507456523608384610 1 [] 2 70 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-08 10:56:24 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 4 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/contacts/#map [] [6238880029994389197] [] [] 0 1024 672 1 0 0 2048 1 6238880029994389197 0 [] 0 [] [] 2017-10-22 15:57:18 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 4 [] http://apollon174.ru/ ios_double 1536 [] [] 1508134791836375532 2 [] 3 14 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 15 2017-10-22 13:57:18 [] [] [] [] 0 [] 149.255.15.xxx WebKit [] http://apollon174.ru/contacts/#map 603 0 0 768 [] [] [] 2 [] [] 1024 iPad [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/doctors/dolinin-evgenij-stanislavovich/ [] [5896038581086717787,5896038764286316243] [] [] 0 768 660 2 27 0 768 1 5896038581086717787 0 [] 0 [] [] 2017-10-07 12:40:01 300 24 [] [] [] 58 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] windows 1366 [] [] 1507362001790211654 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-07 10:40:01 [] [] [] [] 0 [] 5.79.194.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6123622203902660308,6123624018749951700,6123626825132543700] [] [] 0 768 662 3 0 0 768 1 6123622203902660308 0 [] 0 [] [] 2017-10-17 13:49:24 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1366 [] [] 1508230165609044057 2 [] 1 18 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-17 11:49:24 [] [] [] [] 0 [] 5.141.202.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/apparatnaya-kosmetologiya/ [] [6153009885569098490] [] [] 1 667 549 1 0 0 1334 1 6153009885569098490 0 [] 0 [] [] 2017-10-18 20:57:49 300 apple 32 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] http://apollon174.ru/directions/kosmetologiya/ ios_double 750 [] [] 1508342257284986486 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-18 18:57:49 [] [] [] [] 0 [] 95.78.146.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/apparatnaya-kosmetologiya/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-18 ya_undefined
28261 http://apollon174.ru/directions/uzi/ [] [6200397311251842853,6200417665519716133] [] [] 0 1200 1061 2 0 0 1200 1 6200397311251842853 0 [] 0 [] [] 2017-10-20 23:10:38 330 24 [] [] [] adwords 62 [] [] ethernet [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 29557 0 [] google_chrome_os 1920 [] [] 1508523036991752038 2 [] 1 93 India [] [] 0 [] [] [] google_chrome_os chrome 1 33 2017-10-20 21:10:38 [] [] [] [] 0 [] 2401:fa00:c:712::xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/shugaring/ 537 0 1 1920 [] [] [] 36 [] [] 1920 [] [] 2017-10-20 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6004056243049860806] [] [] 0 640 560 1 0 0 1920 1 6004056243049860806 0 [] 0 [] [] 2017-10-12 07:07:36 300 google_search samsung 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 1080 [] [] 1507774091565661839 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-12 05:07:36 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A5 [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5961521171470487244] [] [] 1 640 615 1 0 0 1280 1 5961521171470487244 0 [] 0 [] [] 2017-10-10 10:03:18 300 google_search samsung 32 [] [] [] adwords 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] http://google.ru/ android 720 [] [] 150761179895805647 1 [] 2 0 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-10 08:03:18 [] [] [] [] 0 [] 188.68.211.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy Grand 2 [] [] 2017-10-10 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/korrekciya-figury/ [] [6329510582980715235,6329514186788053731,6329515996638094051] [] [] 0 1024 926 1 25 0 1024 1 6329510582980715235 4 [] 0 [] [] 2017-10-26 15:59:26 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ windows 1280 [] [] 1505890797500394407 2 [] 1 21 Russia [] [] 0 [] [] [] windows_xp yandex_browser 1 26 2017-10-26 13:59:26 [] [] [] [] 0 [] 88.206.97.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/korrekciya-figury/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6106326558633632468] [] [] 1 640 600 1 0 0 1920 1 6106326558633632468 9 [] 0 [] [] 2017-10-16 19:29:47 300 yandex_mobile xiaomi 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 1508163967196463704 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-16 17:29:47 [] [] [] [] 0 [] 5.141.196.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6091351856965750487] [] [] 0 900 834 1 0 0 900 1 6091351856965750487 0 [] 0 [] [] 2017-10-16 03:37:43 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Magnitogorsk 0 0 [] https://google.ru/ windows 1600 [] [] 1508107058792643232 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-16 01:37:43 [] [] [] [] 0 [] 193.232.54.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1600 [] [] [] 36 [] [] 1520 [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6001723409279487692] [] [] 0 1080 959 1 27 0 1080 1 6001723409279487692 0 [] 0 [] [] 2017-10-12 04:39:17 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1571&&l10n=ru&bu=uniq1507757356538484042 windows 1920 [] [] 15077651601047257008 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-12 02:39:17 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6350110423648576239,6350119557914174169] [] [] 0 640 560 1 0 0 960 1 6350110423648576239 0 [] 0 [] [] 2017-10-27 13:49:08 300 google_search samsung 32 [] [] [] adwords 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 540 [] [] 1509094150996609107 1 [] 2 35 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-27 11:49:08 [] [] [] [] 0 [] 176.59.203.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6017283456917840613] [] [] 0 534 404 1 0 0 802 1 6017283456917840613 5 [] 0 [] [] 2017-10-12 21:08:34 330 yandex_mobile samsung 32 [] [] [] 3 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 0 0 [] https://yandex.ru/ android 480 [] [] 1507822726442022138 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 samsung_internet 1 12 2017-10-12 19:08:34 [] [] [] [] 0 [] 85.140.16.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [6290151465504744180] [] [] 0 640 511 1 0 0 1280 1 6290151465504744180 0 [] 0 [] [] 2017-10-24 22:17:03 540 google_search sony 32 [] [] [] 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1508865422418272097 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-24 20:17:03 [] [] [] [] 0 [] 80.83.239.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 1 360 [] [] [] 36 [] [] 360 E2312 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6026298842290332371] [] [] 0 568 436 1 0 0 1136 1 6026298842290332371 0 [] 0 [] [] 2017-10-13 06:41:45 300 apple 32 [] [] [] adwords 36 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 50 [] ios_double 640 [] [] 1507858905353671806 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 googlesearch 1 11 2017-10-13 04:41:45 [] [] [] [] 0 [] 94.51.72.xxx WebKit [] http://apollon174.ru/directions/uzi/ 602 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [6145191104088377183] [] [] 0 667 553 1 0 0 1334 1 6145191104088377183 0 [] 0 [] [] 2017-10-18 12:40:43 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1508312442532620688 1 [] 2 14 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-18 10:40:43 [] [] [] [] 0 [] 176.59.195.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [6345897965640224649,6345907185774497673] [] [] 0 640 516 1 0 0 1280 1 6345897965640224649 5 [] 0 [] [] 2017-10-27 09:21:19 300 yandex_mobile_app sony 32 [] [] [] 7 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=ded76f041a05c80aabbf29d61280755b&clid=2218565&lr=56&internal_browser_enabled=1&text=проколоть бровь в челябинске&serp_only=1&appsearch_header=1&true_url_scheme=https android 720 [] [] 1509078080967449138 1 [] 2 35 Russia [] [] 0 [] [] [] android_nougat yandexsearch 1 11 2017-10-27 07:21:19 [] [] [] [] 0 [] 31.173.100.xxx WebKit [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 537 0 1 360 [] [] [] 36 [] [] 360 G3312 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/zabolevaniya-pridatkov-matki/ [] [6059736619568858997,6059772477982647011] [] [] 0 640 560 2 0 0 1920 1 6059736619568858997 0 [] 0 [] [] 2017-10-14 18:07:40 300 samsung 32 [] [] [] adwords 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 1080 [] [] 1507892479564169656 1 [] 2 137 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-14 16:07:40 [] [] [] [] 0 [] 5.79.213.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy A5 [] [] 2017-10-14 google_adwords
30066 http://apollon174.ru/doctors/dolinin-evgenij-stanislavovich/ [] [5857140068563029707,5857140307012357846] [] [] 0 768 660 2 27 0 768 1 5857140068563029707 0 [] 0 [] [] 2017-10-05 19:26:56 300 24 [] [] [] 58 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1366 [] [] 150721361670200878 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-05 17:26:56 [] [] [] [] 0 [] 5.79.194.xxx WebKit [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6312947196771176150,6312948385861599358,6312950693357946719,6312953902370391929] [] [] 0 768 632 3 27 0 768 1 6312947196771176150 9 [] 0 [] [] 2017-10-25 22:26:22 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/account/coupons/15980022/ windows 1366 [] [] 15086958381036136162 2 [] 1 25 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-25 20:26:22 [] [] [] [] 0 [] 88.206.9.xxx WebKit [] http://apollon174.ru/ 537 0 0 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6347089577377276670,6347096946634138366] [] [] 0 640 566 1 0 0 1920 1 6347089577377276670 6 [] 0 [] [] 2017-10-27 10:37:05 300 yandex_mobile 32 [] [] [] 17 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 1509082626813626487 1 [] 2 28 Russia [] [] 0 [] [] [] android_marshmallow yandex_browser 1 11 2017-10-27 08:37:05 [] [] [] [] 0 [] 77.222.115.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 ZUK Z2131 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ [] [5834701920982798026] [] [] 1 853 569 1 0 0 0 1 5834701920982798026 0 [] 0 [] [] 2017-10-04 19:40:21 180 nokia 24 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 30066 0 [] windows 0 [] [] 1507142279162029214 1 [] 2 0 Russia [] [] 0 [] [] [] windows_phoneos_8 iemobile 1 11 2017-10-04 17:40:21 [] [] [] [] 0 [] 31.173.242.xxx Trident [] http://apollon174.ru/procedures/pirsing-pupok-brov-nos-yazyk-guba-hryashi/ 6 0 1 480 [] [] [] 0 [] [] 320 Lumia 830 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-organov-malogo-taza-transvaginalno-s-cdk/ [] [6128562830826276713] [] [] 0 1080 949 1 0 0 1080 1 6128562830826276713 0 [] 0 [] [] 2017-10-17 19:03:31 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Tyumen 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq15082426352781644157 windows 1920 [] [] 1508249136498722181 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-17 17:03:31 [] [] [] [] 0 [] 185.41.170.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-organov-malogo-taza-transvaginalno-s-cdk/ 537 0 1 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [5825620811246733173,5825622961619734230] [] [] 0 1024 1340 1 0 0 1024 1 5825620811246733173 0 [] 0 [] [] 2017-10-04 10:02:59 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 24 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-04 08:02:59 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [6222174865700159608] [] [] 1 768 612 1 27 0 768 1 6222174865700159608 0 [] 0 [] [] 2017-10-21 22:15:13 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1581&&l10n=ru&bu=uniq1508603756693357918&_bu=1 windows 1024 [] [] 1505591178768348769 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 28 2017-10-21 20:15:13 [] [] [] [] 0 [] 77.222.117.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 0 1024 [] [] [] 36 [] [] 1007 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ [] [5769304600316224222] [] [] 0 853 535 1 0 0 1280 1 5769304600316224222 0 [] 0 [] [] 2017-10-01 22:22:30 300 nokia 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 720 [] [] 1506878550979369111 1 [] 2 15 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 11 2017-10-01 20:22:30 [] [] [] [] 0 [] 77.222.104.xxx Trident [] http://apollon174.ru/info/2017/01/04/spermogramma-pokazateli-i-norma-gde-sdelat-v-chely/ 7 0 1 480 [] [] [] 0 [] [] 320 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6089282584491067225] [] [] 0 667 615 1 0 0 1334 1 6089282584491067225 4 [] 0 [] [] 2017-10-16 01:26:09 300 google_search apple 32 [] [] [] adwords 5 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 750 [] [] 1508099169984372696 1 [] 2 18 Russia [] [] 0 [] [] [] ios11 coast 1 11 2017-10-15 23:26:09 [] [] [] [] 0 [] 176.59.208.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-16 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6235660469143610073,6235662865830519513,6235670472648041177,6235677192692179673,6235683226207396569] [] [] 0 720 587 5 27 0 720 1 6235660469143610073 0 [] 0 [0] [] 2017-10-22 12:32:36 300 24 [] [] [] 56 [] [] [24346115] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1280 [] [] 1508654597243735344 2 [] 1 104 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-22 10:32:36 [] [] [] [] 0 ['2017-10-22 10:33:15'] 88.206.63.xxx Gecko [] http://apollon174.ru/ 56 0 0 1280 [] [] [] 0 [] [] 1263 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6082126849958479743] [] [] 0 568 460 1 0 0 1136 1 6082126849958479743 0 [] 0 [] [] 2017-10-15 17:51:12 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 6 [] https://google.ru/ ios_double 640 [] [] 1508072397706965964 1 [] 2 14 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-15 15:51:12 [] [] [] [] 0 [] 83.169.216.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 602 0 1 320 [] [] [] 4 [] [] 320 iPhone [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6286759213300982488,6286765634316149464] [] [] 0 864 752 1 27 0 864 1 6286759213300982488 9 [] 0 [] [] 2017-10-24 18:41:23 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 24 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-24 16:41:23 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6029519881694873441,6029843494425595786,6029891809028604021,6029941896535871184,6029960309592564452,6029986888296173457,6030010898737532616,6030157323934630014,6030167599731443547,6030168171400400588,6030191847563333329,6030192518115362665] [] [] 0 1080 728 12 26 0 1080 1 6029519881694873441 9 [] 0 [0,0,0] [] 2017-10-13 10:06:33 300 yandex_search 24 [] [] [] 17 [] [] [24346115,24346115,24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['','',''] [1,2,1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1572&&l10n=ru&bu=uniq1507869409491246605 windows 1920 [] [] 1507871244282847205 2 [] 1 2565 Russia [] [] 0 [] [,,] [] windows_7_2008server yandex_browser 1 37 2017-10-13 08:06:33 [] [] [] [] 0 ['2017-10-13 08:30:11','2017-10-13 08:37:46','2017-10-13 08:47:04'] 83.146.92.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ 537 0 1 1920 [] [] [] 36 [] [] 1263 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/procedures/konturnaya-plastika-yuviderm-ultra-4/?direction=kosmetologiya&disease=inekcionnaya-kosmetologiya [] [6146609180894824315,6146612641442563963,6146614211537806080,6146649800733369088,6146650692786849635,6146654659282215680,6146690717179711186,6146692101005643474,6146707683371126482,6146847729766895315,6146851895367700179,6146854546397466323,6146857455057374931,6146900534044664563,6146917800193827571,6146938704723452659,6146943883644248819,6146950655253684979,6146951738458645235] [] [] 0 640 560 19 0 0 1280 1 6146609180894824315 0 [] 0 [] [] 2017-10-18 14:10:53 300 google_search samsung 32 [] [] [] 60 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 720 [] [] 1507720099419588422 1 [] 2 1306 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-18 12:10:53 [] [] [] [] 0 [] 31.173.101.xxx WebKit [] http://apollon174.ru/ 537 0 0 360 [] [] [] 36 [] [] 360 A500 [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [5807715395171782541,5807715451669843853] [] [] 0 820 629 2 0 0 820 1 5807715395171782541 0 [] 0 [] [] 2017-10-03 15:04:08 180 yandex_images 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;images%2Fsearch;images;;&text=&etext=1563&l10n=ru windows 1024 [] [] 1507025051356316550 2 [] 1 43 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-03 13:04:08 [] [] [] [] 0 [] 31.173.87.xxx WebKit [] http://apollon174.ru/procedures/biorevitalizaciya-beautelle-40-franciya-2-ml/?direction=kosmetologiya 537 0 1 1024 [] [] [] 36 [] [] 1010 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [6109521591640269550] [] [] 1 480 372 1 0 0 960 1 6109521591640269550 0 [] 0 [] [] 2017-10-16 22:52:54 300 apple 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 46 [] ios_double 640 [] [] 1507745093639882371 1 [] 2 0 Russia [] [] 0 [] [] [] ios9 safari_mobile 1 14 2017-10-16 20:52:54 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 601 0 0 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ [] [5832885488870499060] [] [] 0 640 516 1 0 0 1920 1 5832885488870499060 0 [] 0 [] [] 2017-10-04 17:44:52 300 google_search huawei 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 1080 [] [] 1507009135382065976 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat chromemobile 1 11 2017-10-04 15:44:52 [] [] [] [] 0 [] 95.78.138.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-ovulyacii-monitoring-s-dopplerometriej-sosudov/ 537 0 0 360 [] [] [] 36 [] [] 360 HUAWEI CAN-L11 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ [] [5741762163447433071,5741767577000223466,5741768723819406058,5741824278681101050,5741825974679905018,5741832547142476538] [] [] 0 768 651 5 27 0 768 1 5741762163447433071 14 [] 0 [0] [] 2017-09-30 17:11:24 300 yandex_search 24 [] [] [] 14 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1560&&l10n=ru&bu=uniq1506771926678242969 windows 1366 [] [] 1485648932144503417 2 [] 1 268 Russia [] [] 0 [] [] [] windows10 edge 1 37 2017-09-30 15:11:24 [] [] [] [] 0 ['2017-09-30 15:15:21'] 37.113.172.xxx Edge [] http://apollon174.ru/ 14 0 1 1366 [] [] [] 14393 [] [] 1354 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6215019417707744982,6215022210140604257,6215025383448514247,6215131368126941031,6215168326820171471,6215180756394971019,6215194098005970648,6215198923799662296,6215199947904257752,6215201572621918963,6215203093892042456,6215205768665501400] [] [] 0 900 764 12 27 0 900 1 6215019417707744982 9 [] 0 [] [] 2017-10-21 14:40:17 300 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1581&&l10n=ru&bu=uniq15084899620591986183&_bu=1 windows 1600 [] [] 15085788099154252 2 [] 1 711 Russia [] [] 0 [] [] [] windows_7_2008server yandex_browser 1 37 2017-10-21 12:40:17 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5860927642121801422] [] [] 0 768 662 1 0 0 768 1 5860927642121801422 0 [] 0 [] [] 2017-10-05 23:27:44 300 mail_search 24 [] [] [] 61 [] [] [] mail_ru [] [] 40327473 [] [] [] [] organic [] [] [] [] go.mail.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://go.mail.ru/ windows 1366 [] [] 1507228063899057193 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-05 21:27:44 [] [] [] [] 0 [] 212.46.223.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5849093336052534991,5849116992733974223,5849129402500910799] [] [] 0 640 560 3 0 0 960 1 5849093336052534991 0 [] 0 [] [] 2017-10-05 10:55:20 240 google_search samsung 32 [] [] [] adwords 55 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 540 [] [] 1507186506756161741 1 [] 2 152 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-05 08:55:20 [] [] [] [] 0 [] 176.59.213.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy Grand Prime [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/ [] [5758032183367836380,5758032803613909724,5758038400957424348,5758052545780785884,5758054492318999260,5758060697622422236,5758062394355753692,5758064846876451548] [] [] 0 671 489 8 0 0 1200 1 5758032183367836380 0 [] 0 [0,0] [] 2017-10-01 10:25:49 300 nokia 24 [] [] [] 11 [] [] [24346110,24345998] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['',''] [1,1] 0 Chelyabinsk 30066 0 [] windows 720 [] [] 149887831227416039 1 [] 2 125 Russia [] [] 0 [] [,] [] windows_phoneos_8_1 iemobile 1 12 2017-10-01 08:25:49 [] [] [] [] 0 ['2017-10-01 08:27:14','2017-10-01 08:27:44'] 37.113.153.xxx Trident [] http://apollon174.ru/directions/ginekologiya/ 7 0 0 403 [] [] [] 0 [] [] 320 [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5872125868494554969,5872143260545458921,5872193224431372141] [] [] 0 534 454 3 0 0 802 1 5872125868494554969 0 [] 0 [] [] 2017-10-06 11:19:42 120 google_search tele2 32 [] [] [] adwords 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 480 [] [] 1507281653327549251 1 [] 2 257 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 12 2017-10-06 09:19:42 [] [] [] [] 0 [] 176.59.210.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Tele2_Mini_1_1 [] [] 2017-10-06 google_adwords
30066 http://apollon174.ru/ [] [5779392587260495739] [] [] 0 1024 1340 1 0 0 1024 1 5779392587260495739 0 [] 0 [] [] 2017-10-02 09:03:53 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1280 [] [] 1469526699227406146 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 26 2017-10-02 07:03:53 [] [] [] [] 0 [] 80.255.86.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1895 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6022822382444482264] [] [] 0 640 511 1 0 0 1280 1 6022822382444482264 0 [] 0 [] [] 2017-10-13 03:00:44 180 google_mobile_app huawei 32 [] [] [] adwords 50 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 720 [] [] 1507852853264926237 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-13 01:00:44 [] [] [] [] 0 [] 176.59.204.xxx WebKit [] http://apollon174.ru/directions/uzi/ 537 0 1 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [6275488973526663293] [] [] 0 534 452 1 0 0 802 1 6275488973526663293 0 [] 0 [] [] 2017-10-24 06:44:49 300 google_search samsung 32 [] [] [] adwords 60 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 480 [] [] 1508809503610974463 1 [] 2 14 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-24 04:44:49 [] [] [] [] 0 [] 91.235.75.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy J1 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/ [] [6173318004036601709] [] [] 1 731 620 1 0 0 768 1 6173318004036601709 15 [] 0 [] [] 2017-10-19 18:28:59 300 yandex_search 24 [] [] [] 15 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1579&&l10n=ru&bu=uniq15084114990171983217 windows 1366 [] [] 1508419736305534702 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 edge 1 37 2017-10-19 16:28:59 [] [] [] [] 0 [] 5.206.81.xxx Edge [] http://apollon174.ru/directions/kosmetologiya/ 15 0 1 1301 [] [] [] 15063 [] [] 1290 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/programs/kompleksnoe-obsledovanie-zhenskoe-zdorove/ [] [6355503488419762060,6355506205571162841,6355509211304305395,6355509301854872282,6355516249795202767,6355525287128862610,6355526303495758571,6355541909793940197,6355607062683846523,6355610438714265299,6355612909346229968,6355613654107819914,6355618537132794621,6355619256308605693,6355623183525875404,6355626406369829626,6355627777092494036,6355630260322566262,6355640956997083869,6355643163933675218,6355644666922672879,6355646498147665785] [] [] 0 768 662 14 0 0 768 1 6355503488419762060 0 [] 0 [0,0] [] 2017-10-27 19:32:01 300 24 [] [] [] 61 [] [] [24345998,24346115] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] ['',''] [1,1] 0 Chelyabinsk 0 0 [] windows 1366 [] [] 1509114772328877701 2 [] 1 546 Russia [] [] 0 [] [,] [] windows_7_2008server chrome 1 37 2017-10-27 17:32:01 [] [] [] [] 0 ['2017-10-27 17:32:50','2017-10-27 17:38:36'] 77.222.98.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6266428083282906840,6266438394183426800,6266479833160884976,6266481462353076978,6266502752908354290,6266516812044437355] [] [] 0 768 662 6 0 0 768 1 6266428083282906840 0 [] 0 [0] [] 2017-10-23 21:08:46 300 yandex_search 24 [] [] [] 61 [] [] [24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq1508769894605563601&_bu=1 windows 1366 [] [] 1508774933292235057 2 [] 1 338 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-23 19:08:46 [] [] [] [] 0 ['2017-10-23 19:09:25'] 77.222.107.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5714465591113287519,5714493432828528491] [] [] 0 640 564 2 0 0 1280 1 5714465591113287519 0 [] 0 [] [] 2017-09-29 12:15:56 180 yandex_mobile_app xiaomi 32 [] [] [] 7 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://yandex.ru/searchapp?uuid=c03951b2b4962813851b0154e4ce474c&clid=2218567&internal_browser_enabled=1&text=пцр на токсокары в челябинске&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 720 [] [] 1506676525156460684 1 [] 2 106 Russia [] [] 0 [] [] [] android_marshmallow yandexsearch 1 11 2017-09-29 10:15:56 [] [] [] [] 0 [] 77.222.112.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi 4X [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5850986213255422699,5851013591637959422] [] [] 0 568 454 2 0 0 1136 1 5850986213255422699 0 [] 0 [] [] 2017-10-05 12:55:41 300 google_search apple 32 [] [] [] adwords 11 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 38 [] https://google.ru/ ios_double 640 [] [] 1507190141353187882 1 [] 2 119 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-05 10:55:41 [] [] [] [] 0 [] 176.59.198.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [5985711087418869615] [] [] 1 900 794 1 0 0 900 1 5985711087418869615 0 [] 0 [] [] 2017-10-11 11:41:15 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 1507704076377898521 2 [] 1 0 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-11 09:41:15 [] [] [] [] 0 [] 87.249.206.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-11 google_adwords
30066 http://apollon174.ru/directions/venerologiya/ [] [5972008813596772221] [] [] 0 1080 909 1 0 0 1080 1 5972008813596772221 0 [] 0 [] [] 2017-10-10 21:10:05 180 yandex_search 24 [] [] [] 38 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1570&&l10n=ru gnu_linux 1920 [] [] 1507422862874426963 2 [] 4 15 Russia [] [] 0 [] [] [] linux chrome 1 37 2017-10-10 19:10:05 [] [] [] [] 0 [] 91.239.112.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 1 1920 [] [] [] 31 [] [] 1912 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6219051795274539775] [] [] 0 768 662 1 0 0 768 1 6219051795274539775 0 [] 0 [] [] 2017-10-21 18:56:39 240 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Naro-Fominsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1581&&l10n=ru&bu=uniq15085676431543292251&_bu=1 windows 1366 [] [] 1508594230782260288 2 [] 1 16 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-21 16:56:39 [] [] [] [] 0 [] 89.178.101.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6284627504368984799,6284633493166105311] [] [] 0 640 561 1 0 0 1280 1 6284627504368984799 10 [] 0 [] [] 2017-10-24 16:25:51 180 yandex_mobile lenovo 32 [] [] [] 14 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/ android 720 [] [] 1508851568270956149 1 [] 2 23 Russia [] [] 0 [] [] [] android_kitkat yandex_browser 1 11 2017-10-24 14:25:51 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Lenovo P70-A [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/udalenie-novoobrazovanij/ [] [6327947051312352972,6327954097939677301,6327971369312592636,6327971829459723004,6327973124876273523,6328058038285247188] [] [] 0 1024 918 3 0 0 1024 1 6327947051312352972 0 [] 0 [] [] 2017-10-26 14:20:02 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1280 [] [] 1509009603592833433 2 [] 1 423 Russia [] [] 1 [] [] [] windows10 chrome 1 26 2017-10-26 12:20:02 [] [] [] [] 0 [] 5.206.29.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6034146366534190969,6034150147306030969,6034151145150875513,6034162055917864825] [] [] 0 534 452 3 0 0 802 1 6034146366534190969 0 [] 0 [] [] 2017-10-13 15:00:41 180 lenovo 32 [] [] [] adwords 50 [] [] wi_fi [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] android 480 [] [] 1507895930428598265 1 [] 2 75 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 12 2017-10-13 13:00:41 [] [] [] [] 0 [] 77.222.109.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A319 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/directions/ginekologiya/ [] [6353037703667262181,6353044202995060438] [] [] 0 568 460 1 0 0 1136 1 6353037703667262181 0 [] 0 [] [] 2017-10-27 16:55:15 300 google_search apple 32 [] [] [] adwords 10 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Kopeysk 30066 6 [] https://google.ru/ ios_double 640 [] [] 1509105316398486084 1 [] 2 25 Russia [] [] 1 [] [] [] ios10 safari_mobile 1 11 2017-10-27 14:55:15 [] [] [] [] 0 [] 46.235.252.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 602 0 1 320 [] [] [] 4 [] [] 320 iPhone [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/articles/about/ [] [5990708067462545533,5990709024182763645,5990720135179281121,5990737485485049695,5990744517996978903,5990749391845335808,5990755492765901528,5990758808245764218,5990767499723411345,5990772250968072930,5990773370730841981,5990872448314114168,5990881391254179525] [] [] 0 768 662 12 0 0 768 1 5990708067462545533 0 [] 0 [] [] 2017-10-11 16:58:57 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [] [] 0 Chelyabinsk 0 0 [] http://away.vk.com/away.php windows 1366 [] [] 1507723138168408063 2 [] 1 661 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-11 14:58:57 [] [] [] [] 0 [] 88.206.104.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-11 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6244983884745024228] [] [] 0 820 613 1 27 0 820 1 6244983884745024228 0 [] 0 [] [] 2017-10-22 22:25:22 300 duckduckgo 24 [] [] [] 48 [] [] [] duckduckgo [] [] 40327473 [] [] [] [] organic [] [] [] [] duckduckgo.com 0 [] [] [] 0 Chelyabinsk 0 0 [] https://duckduckgo.com/ windows 1024 [] [] 1508693541560024013 2 [] 1 22 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 26 2017-10-22 20:25:22 [] [] [] [] 0 [] 88.206.4.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1024 [] [] [] 36 [] [] 997 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/procedures/konturnaya-plastika-nososleznaya-borozda/ [] [6230620605608886390] [] [] 0 671 489 1 0 0 900 1 6230620605608886390 0 [] 0 [] [] 2017-10-22 07:12:11 300 yandex_mobile_app nokia 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] clck.yandex.ru 0 [] [] [] 0 30066 0 [] http://clck.yandex.ru/jsredir?from=yandex.ru;jsonsearch;searchapp;wp;225;1508638317710150-533902-vla1-1143-APPJS2;1508638317710150-533902-vla1-1143-APPJS2&text=филлера princess volume 23 мг%2Fмл в челябинске windows 540 [] [] 150863833076353872 1 [] 2 18 Russia [] [] 0 [] [] [] windows_phoneos_8_1 iemobile 1 12 2017-10-22 05:12:11 [] [] [] [] 0 [] 31.173.103.xxx Trident [] http://apollon174.ru/procedures/konturnaya-plastika-nososleznaya-borozda/ 7 0 1 403 [] [] [] 0 [] [] 320 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ [] [6352021905748534000,6352030018081399536] [] [] 0 640 511 1 0 0 1920 1 6352021905748534000 0 [] 0 [] [] 2017-10-27 15:50:40 300 google_search sony 32 [] [] [] adwords 60 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://google.ru/ android 1080 [] [] 1509101439296685824 1 [] 2 31 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-27 13:50:40 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/ozonoterapiya-v-kosmetologii/ 537 0 1 360 [] [] [] 36 [] [] 360 Xperia Z [] [] 2017-10-27 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [6279729615563392869] [] [] 0 640 560 1 0 0 960 1 6279729615563392869 0 [] 0 [] [] 2017-10-24 11:14:27 420 google_search samsung 32 [] [] [] adwords 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 540 [] [] 1508818409886448786 1 [] 2 15 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-24 09:14:27 [] [] [] [] 0 [] 176.59.192.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-24 google_adwords
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [6326243978638009044,6326247243947704440,6326251090675507923,6326262178472272609] [] [] 0 768 662 2 0 0 768 1 6326243978638009044 0 [] 0 [] [] 2017-10-26 12:31:45 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1585&&l10n=ru&bu=uniq1509002713517122067&_bu=1 windows 1366 [] [] 1509003129685797684 2 [] 1 70 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-26 10:31:45 [] [] [] [] 0 [] 5.79.196.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-26 ya_undefined
30066 http://apollon174.ru/procedures/piling-lica-lactolan-holy-land-vsesezonnyj-izrail/?direction=kosmetologiya [] [6096286163271155831,6096288868401676407,6096298471971356791,6096302918556188791,6096307826940182647] [] [] 0 768 664 5 0 0 768 1 6096286163271155831 0 [] 0 [] [] 2017-10-16 08:51:26 300 yandex_search 24 [] [] [] 36 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1575&&l10n=ru&bu=uniq15079135799191038786 windows 1360 [] [] 1500630888507500659 2 [] 1 82 Russia [] [] 0 [] [] [] windows_xp opera 1 37 2017-10-16 06:51:26 [] [] [] [] 0 [] 87.249.205.xxx WebKit [] http://apollon174.ru/ 537 0 0 1360 [] [] [] 36 [] [] 1343 [] [] 2017-10-16 ya_undefined
30066 http://apollon174.ru/ [] [6149684654832877685,6149772475966694106,6149774174564126604,6149789342459503322] [] [] 0 736 628 4 0 0 2208 1 6149684654832877685 0 [] 0 [] [] 2017-10-18 17:26:25 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 30066 6 [] https://chelyabinsk.gilmon.ru/account/coupons/15921842/ ios_double 1242 [] [] 1506096485452561683 1 [] 2 398 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-18 15:26:25 [] [] [] [] 0 [] 77.222.106.xxx WebKit [] http://apollon174.ru/ 602 0 0 414 [] [] [] 4 [] [] 414 iPhone [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ [] [6123940917632307084] [] [] 0 640 560 1 0 0 960 1 6123940917632307084 0 [] 0 [] [] 2017-10-17 14:09:40 300 google_mobile_app samsung 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] android-app 0 [] [] [] 0 Chelyabinsk 0 0 [] android-app://com.google.android.googlequicksearchbox android 540 [] [] 150823138088776320 1 [] 2 14 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-17 12:09:40 [] [] [] [] 0 [] 77.222.106.xxx WebKit [] http://apollon174.ru/procedures/ozonoterapiya-vnutrivennoe-vvedenie-ofr/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy A3 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/ [] [6281357687915284313] [] [] 0 1280 567 1 0 0 1280 1 6281357687915284313 1 [] 0 [] [] 2017-10-24 12:57:57 300 huawei 32 [] [] [] 5 [] [] wi_fi [] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [] [] 0 Chelyabinsk 30066 0 [] http://away.vk.com/away.php android 720 [] [] 1508831937295701633 1 [] 2 16 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 11 2017-10-24 10:57:57 [] [] [] [] 0 [] 176.226.189.xxx WebKit [] http://apollon174.ru/ 537 0 1 720 [] [] [] 36 [] [] 360 LYO-L21 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/articles/about/ [] [5783765782827372426,5783768552391315338,5783799879003017098,5783806129703489418,5783816201039777680,5783821615032438672] [] [] 0 1024 892 5 21 0 1024 1 5783765782827372426 0 [] 0 [] [] 2017-10-02 13:41:55 300 24 [] [] [] 49 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/BBA2DB11/grym/20170901/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1280 [] [] 150520698126121492 2 [] 1 213 Russia [] [] 0 [] [] [] windows_xp chrome 1 26 2017-10-02 11:41:55 [] [] [] [] 0 [] 79.104.36.xxx WebKit [] http://apollon174.ru/ 537 0 0 1280 [] [] [] 36 [] [] 1235 [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/contacts/ [] [6260395382964752072,6260395910223373054] [] [] 0 864 734 2 20 0 1080 1 6260395382964752072 0 [] 0 [0] [] 2017-10-23 14:45:13 300 yandex_search 24 [] [] [] 56 [] [] [24346115] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1583&&l10n=ru&bu=uniq1508751157936162263&_bu=1 windows 1920 [] [] 1508299399547361443 2 [] 1 17 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-23 12:45:13 [] [] [] [] 0 ['2017-10-23 12:45:15'] 95.78.167.xxx Gecko [] http://apollon174.ru/ 56 0 0 1536 [] [] [] 0 [] [] 1519 [] [] 2017-10-23 ya_undefined
30066 http://apollon174.ru/procedures/bioreparaciya-gialripajer-02-2-ml/ [] [6176294202932985975] [] [] 0 667 553 1 0 0 1334 1 6176294202932985975 0 [] 0 [] [] 2017-10-19 21:38:12 300 google_search apple 32 [] [] [] 11 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://google.ru/ ios_double 750 [] [] 1508431092733772361 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-19 19:38:12 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/procedures/bioreparaciya-gialripajer-02-2-ml/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5801470536993743585] [] [] 0 640 559 1 0 0 960 1 5801470536993743585 0 [] 0 [] [] 2017-10-03 08:27:33 360 google_search htc 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 540 [] [] 1506997605424552398 1 [] 2 15 Russia [] [] 0 [] [] [] android_jelly_bean41 chromemobile 1 11 2017-10-03 06:27:33 [] [] [] [] 0 [] 176.59.213.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 HTC Desire 700 dual sim [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [5918514463002075868,5918516050981036758,5918519117543640978,5918526919968826070,5918529366568477434] [] [] 0 667 553 5 0 0 1334 1 5918514463002075868 0 [] 0 [] [] 2017-10-08 12:29:00 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 750 [] [] 1507447741427553682 1 [] 2 57 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-08 10:29:00 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/ 604 0 1 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/ [] [6124459131150008444] [] [] 0 1080 925 1 0 0 1080 1 6124459131150008444 0 [] 0 [] [] 2017-10-17 14:42:37 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/responses/ windows 1920 [] [] 1473163550397556199 2 [] 1 16 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-17 12:42:37 [] [] [] [] 0 [] 92.43.187.xxx WebKit [] http://apollon174.ru/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/vich/ [] [6124649280236430035] [] [] 0 1024 911 1 22 0 1024 1 6124649280236430035 0 [] 0 [] [] 2017-10-17 14:54:42 300 yandex_search 24 [] [] [] 49 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1577&&l10n=ru&bu=uniq15081599199664179453 windows 1280 [] [] 1508234029362700876 2 [] 1 15 Russia [] [] 0 [] [] [] windows_xp chrome 1 26 2017-10-17 12:54:42 [] [] [] [] 0 [] 78.29.14.xxx WebKit [] http://apollon174.ru/directions/venerologiya/vich/ 537 0 1 1280 [] [] [] 36 [] [] 1264 [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/procedures/darsonval-5-10-min/ [] [6064235259740557013] [] [] 1 640 563 1 0 0 640 1 6064235259740557013 4 [] 0 [] [] 2017-10-14 22:53:41 300 yandex_mobile zte 32 [] [] [] 4 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/ android 360 [] [] 15080036201008942225 1 [] 2 0 Russia [] [] 0 [] [] [] android_kitkat android_browser 1 11 2017-10-14 20:53:41 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/procedures/darsonval-5-10-min/ 537 0 1 360 [] [] [] 36 [] [] 360 ZTE Blade L3 [] [] 2017-10-14 ya_undefined
28261 http://apollon174.ru/feedbacks/page/3/ [] [5742240792573118622] [] [] 0 1200 1110 1 27 0 1200 1 5742240792573118622 0 [] 0 [0] [] 2017-09-30 17:41:50 60 24 [] [] [] 60 [] [] ethernet [24346018] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [''] [1] 0 29557 0 [] google_chrome_os 1920 [] [] 1504441716527895293 2 [] 1 15 United States [] [] 0 [] [] [] google_chrome_os chrome 1 33 2017-09-30 15:41:50 [] [] [] [] 0 ['2017-09-30 15:41:50'] 2620:0:1052:50::xxx WebKit [] http://apollon174.ru/feedbacks/page/3/ 537 0 0 1920 [] [] [] 36 [] [] 1920 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/epilyaciya/ [] [6305823417581965193,6305825119240725211,6305827234078008027,6305830510969234139,6305830944120508297,6305866942189145993,6305892127002333065,6305894656290066313] [] [] 0 900 769 6 27 0 900 1 6305823417581965193 0 [] 0 [] [] 2017-10-25 14:53:27 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] chelyabinsk.gilmon.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://chelyabinsk.gilmon.ru/apollon12/ windows 1600 [] [] 150892520721842979 2 [] 1 272 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-25 12:53:27 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-25 ya_undefined
28261 http://apollon174.ru/directions/venerologiya/trihomoniaz/ [] [5997443102561018592,5997447327001874133,5997461394536795861] [] [] 0 640 519 3 0 0 1280 1 5997443102561018592 1 [] 0 [] [] 2017-10-12 00:07:09 300 xiaomi 32 [] [] [] 9 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 29557 0 [] android 720 [] [] 1507735588358282987 1 [] 2 70 Russia [] [] 0 [] [] [] android_marshmallow miui 1 11 2017-10-11 22:07:09 [] [] [] [] 0 [] 37.220.178.xxx WebKit [] http://apollon174.ru/directions/venerologiya/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi 4X [] [] 2017-10-12 ya_undefined
30066 http://apollon174.ru/ [] [6307176110286966671,6307177713615245199,6307179763413553039] [] [] 0 864 844 1 27 0 864 1 6307176110286966671 0 [] 0 [] [] 2017-10-25 16:19:27 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 21 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-25 14:19:27 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/appointment/ [] [6119255208438801109] [] [] 1 1024 653 1 0 0 2048 1 6119255208438801109 0 [] 0 [0] [] 2017-10-17 09:11:46 300 apple 32 [] [] [] 49 [] [] [24345998] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [''] [1] 0 Chelyabinsk 30066 0 [] http://apollon174.ru/directions/dermatologiya/ ios_double 1536 [] [] 1507906979426142996 2 [] 3 0 Russia [] [] 0 [] [] [] ios10 chromemobile 1 15 2017-10-17 07:11:46 [] [] [] [] 0 ['2017-10-17 07:11:46'] 31.207.246.xxx WebKit [] http://apollon174.ru/appointment/ 601 0 0 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-17 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [5719029924896973566] [] [] 0 1024 926 1 25 0 1024 1 5719029924896973566 4 [] 0 [] [] 2017-09-29 17:06:07 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/kosmetologiya/esteticheskaya-kosmetologiya/ windows 1280 [] [] 1505890797500394407 2 [] 1 16 Russia [] [] 0 [] [] [] windows_xp yandex_browser 1 26 2017-09-29 15:06:07 [] [] [] [] 0 [] 88.206.97.xxx WebKit [] http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ 537 0 0 1280 [] [] [] 36 [] [] 1263 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/kosmetologiya/inekcionnaya-kosmetologiya/ [] [5804432132338623198,5804436245755208414,5804439737238299347,5804458437061649107,5804465902657741523] [] [] 0 900 794 5 0 0 900 1 5804432132338623198 0 [] 0 [] [] 2017-10-03 11:35:51 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1562&&l10n=ru&bu=uniq1507008446845284626 windows 1600 [] [] 1507012638906195377 2 [] 1 129 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-03 09:35:51 [] [] [] [] 0 [] 176.226.157.xxx WebKit [] http://apollon174.ru/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6038901477199316857] [] [] 0 1024 653 1 0 0 2048 1 6038901477199316857 0 [] 0 [] [] 2017-10-13 20:03:00 300 apple 32 [] [] [] adwords 49 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] ios_double 1536 [] [] 1507906979426142996 2 [] 3 14 Russia [] [] 0 [] [] [] ios10 chromemobile 1 15 2017-10-13 18:03:00 [] [] [] [] 0 [] 31.207.246.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 601 0 1 768 [] [] [] 1 [] [] 1024 iPad [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/actions-and-programs/page/3/ [] [5855769177614454669] [] [] 0 640 564 1 0 0 1920 1 5855769177614454669 0 [] 0 [] [] 2017-10-05 17:59:46 180 xiaomi 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/actions-and-programs/page/2/ android 1080 [] [] 1507215519668697415 1 [] 2 16 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-05 15:59:46 [] [] [] [] 0 [] 176.59.196.xxx WebKit [] http://apollon174.ru/actions-and-programs/page/3/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-05 ya_undefined
30066 http://apollon174.ru/ [] [6212330556734050006] [] [] 0 864 844 1 27 0 864 1 6212330556734050006 0 [] 0 [] [] 2017-10-21 11:49:20 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1467192114796125666 2 [] 1 15 Russia [] [] 0 [] [] [] windows8_1 chrome 1 37 2017-10-21 09:49:20 [] [] [] [] 0 [] 37.113.153.xxx WebKit [] http://apollon174.ru/ 537 0 0 1536 [] [] [] 36 [] [] 1688 [] [] 2017-10-21 ya_undefined
28261 http://apollon174.ru/ [] [6244735514243237668] [] [] 0 768 1879 1 11 2 768 1 6244735514243237668 0 [] 0 [] [] 2017-10-22 22:09:35 -420 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] facebook [] [] [] l.facebook.com 0 [] [] [] 0 29557 0 [] http://l.facebook.com/l.php?u=http:%2F%2Fwww.apollon174.ru%2F&h=ATNoVi-V90TEhKKJTasEOgHa0Ldw4-vMQDk_kJBU0VXwKT1qoKAKqU8Gd9vps5-qLXB1PlK-AKLCegyLnz9BUuWXkwtfPLMpDH5VFn8hG05lwvqECDu0QWaizA0 windows 1366 [] [] 1508692174393116248 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-22 20:09:35 [] [] [] [] 0 [] 2a03:2880:1030:4fe8::xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1025 [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/ [] [5833644083066184442] [] [] 0 1200 971 1 0 0 1200 1 5833644083066184442 0 [] 0 [] [] 2017-10-04 18:33:06 300 google_search 24 [] [] [] 61 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1920 [] [] 1507123985385637029 2 [] 1 14 Russia [] [] 0 [] [] [] windows10 chrome 1 33 2017-10-04 16:33:06 [] [] [] [] 0 [] 194.186.181.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1770 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/responses/ [] [5749576816251642602,5749597623153599214,5749600892160844524,5749613285574976214,5749657018108739707,5749669204986176217,5749673055742337753] [] [] 0 667 596 7 0 0 1334 1 5749576816251642602 3 [] 0 [0,0,0] [] 2017-10-01 01:28:14 300 yandex_mobile apple 32 [] [] [] 17 [] [] [24346110,24346110,24346110] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] ['','',''] [1,2,3] 0 Chelyabinsk 30066 50 [] https://yandex.ru/ ios_double 750 [] [] 1489069358381205887 1 [] 2 368 Russia [] [] 0 [] [,,] [] ios10 yandex_browser 1 11 2017-09-30 23:28:14 [] [] [] [] 0 ['2017-09-30 23:33:19','2017-09-30 23:34:07','2017-09-30 23:34:22'] 88.206.32.xxx WebKit [] http://apollon174.ru/ 602 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-01 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5721012353449068403] [] [] 1 667 100 1 0 0 1334 1 5721012353449068403 9 [] 0 [] [] 2017-09-29 19:12:10 300 yandex_search apple 32 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 30 [] https://yandex.ru/ ios_double 750 [] [] 1506600320456772096 2 [] 2 0 Russia [] [] 0 [] [] [] ios11 yandex_browser 1 11 2017-09-29 17:12:10 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 603 0 0 375 [] [] [] 1 [] [] 100 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/procedures/piling-lica-retinolovyj/ [] [6304983097072156792,6304992768797442168] [] [] 0 640 564 1 0 0 1280 1 6304983097072156792 6 [] 0 [] [] 2017-10-25 14:00:01 180 yandex_mobile_app zte 32 [] [] [] 7 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=062188e0b47e2339636fb54a4d3b28da&clid=2278067&internal_browser_enabled=1&text=стоимость ретинолового пилинга в салонах челябинска&serp_only=1&appsearch_header=1&lr=56&true_url_scheme=https android 720 [] [] 1508929186662103244 1 [] 2 37 Russia [] [] 0 [] [] [] android_marshmallow yandexsearch 1 11 2017-10-25 12:00:01 [] [] [] [] 0 [] 176.59.215.xxx WebKit [] http://apollon174.ru/procedures/piling-lica-retinolovyj/ 537 0 1 360 [] [] [] 36 [] [] 360 ZTE BLADE A610C [] [] 2017-10-25 ya_undefined
30066 http://apollon174.ru/ [] [5719081772133387990] [] [] 0 667 559 1 0 0 1334 1 5719081772133387990 0 [] 0 [] [] 2017-09-29 17:09:25 300 apple 32 [] [] [] 10 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 30066 8 [] http://link.2gis.ru/C21B2831/v4-iphone/20170901/chelyabinsk/2111590608827582?http://apollon174.ru/ ios_double 750 [] [] 1506686964966271840 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-09-29 15:09:25 [] [] [] [] 0 [] 85.140.77.xxx WebKit [] http://apollon174.ru/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5915849542357225160] [] [] 0 864 756 1 27 0 864 1 5915849542357225160 9 [] 0 [] [] 2017-10-08 09:39:35 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 14 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-08 07:39:35 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6085922615456178944] [] [] 1 667 553 1 0 0 1334 1 6085922615456178944 0 [] 0 [] [] 2017-10-15 21:52:32 300 apple 32 [] [] [] adwords 11 [] [] [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 38 [] ios_double 750 [] [] 1507792635705208410 1 [] 2 0 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-15 19:52:32 [] [] [] [] 0 [] 77.222.108.xxx WebKit [] http://apollon174.ru/directions/uzi/ 604 0 0 375 [] [] [] 1 [] [] 375 iPhone [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ [] [5790607810469307122] [] [] 0 568 454 1 0 0 1136 1 5790607810469307122 0 [] 0 [] [] 2017-10-02 20:56:55 300 yandex_mobile apple 32 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 38 [] https://yandex.ru/ ios_double 640 [] [] 1506959816976667636 1 [] 2 15 Russia [] [] 0 [] [] [] ios11 safari_mobile 1 11 2017-10-02 18:56:55 [] [] [] [] 0 [] 77.222.109.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/nevusy-rodinki/ 604 0 1 320 [] [] [] 1 [] [] 320 iPhone [] [] 2017-10-02 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6216580312664646361,6216582406099968735] [] [] 0 800 694 2 0 0 800 1 6216580312664646361 0 [] 0 [] [] 2017-10-21 16:19:31 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] social [] vkontakte [] [] [] away.vk.com 0 [] [] [] 0 0 0 [] http://away.vk.com/away.php windows 1280 [] [] 15085847751064710251 2 [] 1 8 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 33 2017-10-21 14:19:31 [] [] [] [] 0 [] 176.226.207.xxx WebKit [] http://apollon174.ru/ 537 0 1 1280 [] [] [] 36 [] [] 1263 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ugri-ugrevaya-bolezn-akne/ [] [6151703747043264349,6151724130995799901] [] [] 0 1024 922 2 0 0 2048 1 6151703747043264349 12 [] 0 [] [] 2017-10-18 19:34:47 300 yandex_mobile apple 32 [] [] [] 14 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 4 [] http://yandex.ru/clck/jsredir?from=yandex.ru;jsonsearch;browser;ipad;1412&text=сдать анализ на демодекоз в челябинске ios_double 1536 [] [] 1508337287361745601 1 [] 3 78 Russia [] [] 0 [] [] [] ios10 yandex_browser 1 15 2017-10-18 17:34:47 [] [] [] [] 0 [] 77.222.114.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/demodekoz/ 600 0 1 768 [] [] [] 1 [] [] 768 iPad [] [] 2017-10-18 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6171119936997958386,6171132985469838066] [] [] 0 768 700 2 0 0 768 1 6171119936997958386 0 [] 0 [] [] 2017-10-19 16:09:14 300 yandex_search 24 [] [] [] 61 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1579 windows 1366 [] [] 150841135279630126 2 [] 1 50 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-19 14:09:14 [] [] [] [] 0 [] 213.87.242.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/menopauza-klimaktericheskie-rasstrojstva/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [6192811144773371775] [] [] 0 864 752 1 27 0 864 1 6192811144773371775 9 [] 0 [] [] 2017-10-20 15:08:19 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 0 0 [] windows 1536 [] [] 1506780489397640213 2 [] 1 14 Russia [] [] 0 [] [] [] windows10 yandex_browser 1 37 2017-10-20 13:08:19 [] [] [] [] 0 [] 5.79.243.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 0 1536 [] [] [] 36 [] [] 1522 [] [] 2017-10-20 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [6027957173372325577] [] [] 0 640 515 1 0 0 1280 1 6027957173372325577 5 [] 0 [] [] 2017-10-13 08:27:11 180 yandex_mobile_app huawei 32 [] [] [] 7 [] [] cellular [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 30066 0 [] http://yandex.ru/searchapp?uuid=bb8d3a963337a45817d999d9e9aa8aaf&clid=2218567&internal_browser_enabled=1&text=lpg массаж челябинск цена&serp_only=1&appsearch_header=1&lr=54&true_url_scheme=https android 720 [] [] 1507872306402882928 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 yandexsearch 1 11 2017-10-13 06:27:11 [] [] [] [] 0 [] 176.59.208.xxx WebKit [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 537 0 1 360 [] [] [] 36 [] [] 360 TIT-L01 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6028177301452623557,6028182528119017157,6028201968939044549,6028203688127104885,6028215652740501189,6028218211191492293,6028218734009913029,6028219298296106693,6028219977549483717] [] [] 0 640 559 9 0 0 1280 1 6028177301452623557 0 [] 0 [0] [] 2017-10-13 08:41:11 300 samsung 32 [] [] [] adwords 55 [] [] cellular [24346115] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [''] [1] 0 Moscow 0 0 [] android 720 [] [] 15078660811012840821 1 [] 2 163 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-13 06:41:11 [] [] [] [] 0 ['2017-10-13 06:43:37'] 85.140.19.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy J3 [] [] 2017-10-13 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/chesotka/ [] [6074978657433816977,6074982154670182289,6074982859651420049,6075006965029015441] [] [] 0 640 503 4 0 0 640 1 6074978657433816977 1 [] 0 [] [] 2017-10-15 10:16:44 120 oneplus 32 [] [] [] adwords 5 [] [] wi_fi [] [] [] 40327473 [] [] [] [] ad [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] android 360 [] [] 1508055492776206822 1 [] 2 108 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 11 2017-10-15 08:16:44 [] [] [] [] 0 [] 88.206.91.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 A0001 [] [] 2017-10-15 google_adwords
30066 http://apollon174.ru/directions/kosmetologiya/korrekciya-figury/ [] [6040380872332152532,6040385972116131540,6040387027030247293,6040397346789134036,6040399793810311037] [] [] 0 768 629 5 27 0 768 1 6040380872332152532 0 [] 0 [] [] 2017-10-13 21:37:04 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=www.yandex.ru;search%2F;web;;&text=&etext=1573&&l10n=ru&bu=uniq1507911612200268958 windows 1366 [] [] 1507912520570162058 2 [] 1 72 Russia [] [] 0 [] [] [] windows8_1 opera 1 37 2017-10-13 19:37:04 [] [] [] [] 0 [] 77.222.97.xxx WebKit [] http://apollon174.ru/procedures/piling-dzhesnera-braziliya/ 537 0 1 1366 [] [] [] 36 [] [] 1351 [] [] 2017-10-13 ya_undefined
30066 http://apollon174.ru/directions/uzi/ [] [6206151996716875898,6206165613533986938,6206216980788412538,6206218907081246571,6206253419794532203,6206279138593474411,6206281406190978923,6206291145315845995] [] [] 0 534 452 8 0 0 802 1 6206151996716875898 0 [] 0 [] [] 2017-10-21 05:16:31 300 google_search samsung 32 [] [] [] 61 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 480 [] [] 1508545002369617066 1 [] 2 530 Russia [] [] 0 [] [] [] android_jelly_bean41 chromemobile 1 12 2017-10-21 03:16:31 [] [] [] [] 0 [] 77.222.113.xxx WebKit [] http://apollon174.ru/ 537 0 1 320 [] [] [] 36 [] [] 320 Galaxy S III mini [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ [] [5748076595499765449] [] [] 0 900 777 1 27 0 1080 1 5748076595499765449 0 [] 0 [] [] 2017-09-30 23:52:52 180 yandex_search 24 [] [] [] 11 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Volzhskiy 30066 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1519&&l10n=ru&rp=1 windows 1920 [] [] 1503309595548247835 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-09-30 21:52:52 [] [] [] [] 0 [] 2.94.38.xxx Trident [] http://apollon174.ru/procedures/lpg-massazh-tela-na-apparate-b-flexy-1-seans/ 7 0 0 1600 [] [] [] 0 [] [] 1586 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6328271348468556544,6328279735114146560] [] [] 0 534 452 1 0 0 802 1 6328271348468556544 0 [] 0 [] [] 2017-10-26 14:40:39 300 google_search tele2 32 [] [] [] adwords 55 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] http://google.ru/ android 480 [] [] 15090108391057565932 1 [] 2 32 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-26 12:40:39 [] [] [] [] 0 [] 176.59.214.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Tele2_Mini [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/procedures/pirsing-intimnyj-zhenskij-vertikalnyj-prokol-kapyu/ [] [6222672914074313428] [] [] 0 640 512 1 0 0 1920 1 6222672914074313428 0 [] 0 [] [] 2017-10-21 22:46:53 180 google_search sony 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Moscow 0 0 [] https://google.ru/ android 1080 [] [] 150860801396780332 1 [] 2 15 Russia [] [] 0 [] [] [] android_nougat_7_1 chromemobile 1 11 2017-10-21 20:46:53 [] [] [] [] 0 [] 213.87.162.xxx WebKit [] http://apollon174.ru/procedures/pirsing-intimnyj-zhenskij-vertikalnyj-prokol-kapyu/ 537 0 1 360 [] [] [] 36 [] [] 360 F8132 [] [] 2017-10-21 ya_undefined
30066 http://apollon174.ru/procedures/proverka-prohodimosti-matochnyh-trub-procedura/?direction=ginekologiya&disease=zhenskoe-besplodie [] [6353145366993440458,6353150259847499466] [] [] 0 640 560 1 0 0 1280 1 6353145366993440458 0 [] 0 [] [] 2017-10-27 17:02:06 300 samsung 32 [] [] [] 61 [] [] wi_fi [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/directions/ginekologiya/zhenskoe-besplodie/ android 720 [] [] 150901287219695578 1 [] 2 18 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-27 15:02:06 [] [] [] [] 0 [] 94.181.41.xxx WebKit [] http://apollon174.ru/procedures/proverka-prohodimosti-matochnyh-trub-procedura/?direction=ginekologiya&disease=zhenskoe-besplodie 537 0 0 360 [] [] [] 36 [] [] 360 Galaxy J5 [] [] 2017-10-27 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5917788312680800980] [] [] 0 768 696 1 27 0 768 1 5917788312680800980 9 [] 0 [] [] 2017-10-08 11:42:49 180 yandex_search 24 [] [] [] 17 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1567&&l10n=ru&bu=uniq150744458824326397 windows 1366 [] [] 1507444978596130517 2 [] 1 23 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 37 2017-10-08 09:42:49 [] [] [] [] 0 [] 212.57.180.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 1366 [] [] [] 36 [] [] 1279 [] [] 2017-10-08 ya_undefined
30066 http://apollon174.ru/directions/uzi/uzi-sosudov-shei-uzdg/ [] [5964300664477328098] [] [] 0 1080 941 1 27 0 1080 1 5964300664477328098 0 [] 0 [] [] 2017-10-10 13:00:01 300 yandex_search 24 [] [] [] 48 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1569&&l10n=ru&bu=uniq1507620657730151936 windows 1920 [] [] 1507388273986377839 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-10 11:00:01 [] [] [] [] 0 [] 5.79.231.xxx WebKit [] http://apollon174.ru/directions/uzi/uzi-sosudov-shei-uzdg/ 537 0 0 1920 [] [] [] 36 [] [] 1903 [] [] 2017-10-10 ya_undefined
30066 http://apollon174.ru/articles/services/ [] [6279692930341937901,6279694009532155773] [] [] 0 1080 967 2 27 0 1080 1 6279692930341937901 0 [] 0 [] [] 2017-10-24 11:12:07 300 24 [] [] [] 48 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1920 [] [] 1508825526787411965 2 [] 1 4 Russia [] [] 0 [] [] [] windows_7_2008server opera 1 37 2017-10-24 09:12:07 [] [] [] [] 0 [] 95.78.174.xxx WebKit [] http://apollon174.ru/ 537 0 1 1920 [] [] [] 36 [] [] 1904 [] [] 2017-10-24 ya_undefined
30066 http://apollon174.ru/procedures/bioreparaciya-gialripajer-02-2-ml/ [] [5700343350895841168] [] [] 0 800 670 1 0 0 1600 1 5700343350895841168 0 [] 0 [] [] 2017-09-28 21:18:04 300 yandex_mobile samsung 32 [] [] [] 4 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://yandex.ru/clck/jsredir?from=yandex.ru;search%2Fpad%2F;web;;&text=&etext=1558&&l10n=ru&bu=uniq15066134582874840 android 2560 [] [] 1506414135739150825 2 [] 3 15 Russia [] [] 0 [] [] [] android_marshmallow samsung_internet 1 33 2017-09-28 19:18:04 [] [] [] [] 0 [] 77.222.100.xxx WebKit [] http://apollon174.ru/procedures/bioreparaciya-gialripajer-02-2-ml/ 537 0 0 1280 [] [] [] 36 [] [] 1280 Galaxy Tab S 10.5 [] [] 2017-09-28 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6327222171467517841,6327231231033872273] [] [] 0 534 452 1 0 0 802 1 6327222171467517841 0 [] 0 [] [] 2017-10-26 13:33:56 300 google_search lenovo 32 [] [] [] adwords 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ android 480 [] [] 1509006853718793565 1 [] 2 35 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 12 2017-10-26 11:33:56 [] [] [] [] 0 [] 94.25.177.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 320 [] [] [] 36 [] [] 320 Lenovo A1000 [] [] 2017-10-26 google_adwords
30066 http://apollon174.ru/actions-and-programs/page/3/ [] [5804219047371612885] [] [] 1 640 564 1 0 0 1920 1 5804219047371612885 0 [] 0 [] [] 2017-10-03 11:22:18 180 xiaomi 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/actions-and-programs/page/2/ android 1080 [] [] 1506931416996666933 1 [] 2 0 Russia [] [] 0 [] [] [] android_marshmallow chromemobile 1 11 2017-10-03 09:22:18 [] [] [] [] 0 [] 176.59.201.xxx WebKit [] http://apollon174.ru/actions-and-programs/page/3/ 537 0 0 360 [] [] [] 36 [] [] 360 Redmi Note 4 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/ [] [5811313661030179553] [] [] 0 640 564 1 0 0 1920 1 5811313661030179553 0 [] 0 [] [] 2017-10-03 18:53:22 300 google_mobile_app xiaomi 32 [] [] [] 61 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] android-app 0 [] [] [] 0 0 0 [] android-app://com.google.android.googlequicksearchbox android 1080 [] [] 1507038805256989673 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-03 16:53:22 [] [] [] [] 0 [] 176.59.205.xxx WebKit [] http://apollon174.ru/ 537 0 1 360 [] [] [] 36 [] [] 360 Redmi Note 3 [] [] 2017-10-03 ya_undefined
30066 http://apollon174.ru/doctors/ [] [6164663104081235856] [] [] 0 768 658 1 0 0 768 1 6164663104081235856 0 [] 0 [] [] 2017-10-19 09:18:43 300 24 [] [] [] 61 [] [] [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://apollon174.ru/actions/besplatnaya-konsultaciya-ginekologa/ windows 1366 [] [] 1499934350877818335 2 [] 1 21 Russia [] [] 0 [] [] [] windows_7_2008server chrome 1 37 2017-10-19 07:18:43 [] [] [] [] 0 [] 176.226.176.xxx WebKit [] http://apollon174.ru/doctors/ 537 0 0 1366 [] [] [] 36 [] [] 1350 [] [] 2017-10-19 ya_undefined
30066 http://apollon174.ru/equipment/elektromiostimulyator-mioritm-040-16/ [] [6238936583917537121] [] [] 0 667 559 1 0 0 1334 1 6238936583917537121 0 [] 0 [] [] 2017-10-22 16:00:54 420 google_search apple 32 [] [] [] 10 [] [] [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 Novokuznetsk 30066 8 [] https://google.ru/ ios_double 750 [] [] 1508670054245667450 1 [] 2 15 Russia [] [] 0 [] [] [] ios10 safari_mobile 1 11 2017-10-22 14:00:54 [] [] [] [] 0 [] 109.111.168.xxx WebKit [] http://apollon174.ru/equipment/elektromiostimulyator-mioritm-040-16/ 603 0 1 375 [] [] [] 3 [] [] 375 iPhone [] [] 2017-10-22 ya_undefined
30066 http://apollon174.ru/directions/vse-vidy-analizov/ [] [5885277370526999295,5885430053030339327] [] [] 0 640 525 2 0 0 1280 1 5885277370526999295 2 [] 0 [] [] 2017-10-07 01:15:51 300 yandex_mobile samsung 32 [] [] [] 36 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 30066 0 [] https://yandex.ru/ android 720 [] [] 1507320961919861954 1 [] 2 582 Russia [] [] 0 [] [] [] android_kitkat opera_mobile 1 11 2017-10-06 23:15:51 [] [] [] [] 0 [] 77.222.96.xxx WebKit [] http://apollon174.ru/directions/vse-vidy-analizov/ 537 0 1 360 [] [] [] 36 [] [] 360 Galaxy S III [] [] 2017-10-07 ya_undefined
30066 http://apollon174.ru/doctors/ [] [5995587111140982905,5995592241282809977,5995594068597147519,5995601698343878777,5995607007244846975] [] [] 0 768 656 5 27 0 768 1 5995587111140982905 9 [] 0 [] [] 2017-10-11 22:09:09 300 24 [] [] [] 17 [] [] [] [] [] 40327473 [] [] [] [] referral [] [] [] [] link.2gis.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] http://link.2gis.ru/0F03EB7D/grym/20171001/chelyabinsk/7807d0007532b?http://apollon174.ru windows 1366 [] [] 1507741753311224426 2 [] 1 75 Russia [] [] 0 [] [] [] windows8_1 yandex_browser 1 37 2017-10-11 20:09:09 [] [] [] [] 0 [] 188.16.128.xxx WebKit [] http://apollon174.ru/ 537 0 1 1366 [] [] [] 36 [] [] 1349 [] [] 2017-10-11 ya_undefined
0 http://apollon174.ru/ [] [5738935190863218459] [] [] 1 768 768 1 0 0 768 1 5738935190863218459 0 [] 0 [] [] 2017-09-30 14:11:40 180 32 [] [] [] 55 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 0 0 [] windows 1024 [] [] 1506762700311211258 2 [] 1 0 Russia [] [] 0 [] [] [] windows10 chrome 1 28 2017-09-30 12:11:40 [] [] [] [] 0 [] 2a01:4f8:c17:5903::xxx WebKit [] http://apollon174.ru/ 537 0 1 1024 [] [] [] 36 [] [] 1024 [] [] 2017-09-30 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [5850888528451600504] [] [] 0 900 794 1 0 0 900 1 5850888528451600504 0 [] 0 [] [] 2017-10-05 12:49:28 300 google_search 24 [] [] [] adwords 61 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://google.ru/ windows 1600 [] [] 1507189768980815966 2 [] 1 15 Russia [] [] 0 [] [] [] windows10 chrome 1 37 2017-10-05 10:49:28 [] [] [] [] 0 [] 5.141.216.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 1600 [] [] [] 36 [] [] 1583 [] [] 2017-10-05 google_adwords
30066 http://apollon174.ru/directions/dermatologiya/ [] [5834615514031727337] [] [] 0 768 659 1 14 0 768 1 5834615514031727337 0 [] 0 [] [] 2017-10-04 19:34:51 240 yandex_search 24 [] [] [] 55 [] [] [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Moscow 30066 0 [] https://yandex.ru/clck/jsredir?from=yandex.ru;search%2F;web;;&text=&etext=1564&&l10n=ru&bu=uniq1507125154656478490 windows 1366 [] [] 1507124091106586081 2 [] 1 15 Russia [] [] 0 [] [] [] windows_7_2008server firefox 1 37 2017-10-04 17:34:51 [] [] [] [] 0 [] 213.87.147.xxx Gecko [] http://apollon174.ru/directions/dermatologiya/ 55 0 1 1366 [] [] [] 0 [] [] 1349 [] [] 2017-10-04 ya_undefined
30066 http://apollon174.ru/directions/ginekologiya/ [] [6009455053157961417] [] [] 1 640 615 1 0 0 640 1 6009455053157961417 1 [] 0 [] [] 2017-10-12 12:50:51 300 google_search huawei 32 [] [] [] adwords 5 [] [] [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.ru 0 [] [] [] 0 30066 0 [] https://google.ru/ android 360 [] [] 1507794651846559003 1 [] 2 0 Russia [] [] 0 [] [] [] android_lollipop5 android_browser 1 11 2017-10-12 10:50:51 [] [] [] [] 0 [] 217.118.83.xxx WebKit [] http://apollon174.ru/directions/ginekologiya/ 537 0 1 360 [] [] [] 36 [] [] 360 Honor 4C [] [] 2017-10-12 google_adwords
30066 http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ [] [5715278360069800054] [] [] 0 640 513 1 0 0 1280 1 5715278360069800054 0 [] 0 [] [] 2017-09-29 13:07:36 300 google_search lg_electronics 32 [] [] [] 59 [] [] cellular [] google [] [] 40327473 [] [] [] [] organic [] [] [] [] google.ru 0 [] [] [] 0 0 0 [] https://google.ru/ android 720 [] [] 1502985601534121277 1 [] 2 15 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-09-29 11:07:36 [] [] [] [] 0 [] 176.59.196.xxx WebKit [] http://apollon174.ru/doctors/chernyh-svetlana-leonidovna/ 537 0 0 360 [] [] [] 36 [] [] 360 LG-D724 [] [] 2017-09-29 ya_undefined
30066 http://apollon174.ru/directions/dermatologiya/ [] [6300153231688599419] [] [] 1 600 431 1 0 0 600 1 6300153231688599419 0 [] 0 [] [] 2017-10-25 08:52:57 300 google_search lenovo 32 [] [] [] adwords 60 [] [] wi_fi [] google [] [] 40327473 [] [] [] [] ad [] [] [] [] google.com 0 [] [] [] 0 0 0 [] https://google.com/ android 1024 [] [] 1508903587224145076 2 [] 3 0 Russia [] [] 1 [] [] [] android_lollipop5 chromemobile 1 35 2017-10-25 06:52:57 [] [] [] [] 0 [] 176.59.199.xxx WebKit [] http://apollon174.ru/directions/dermatologiya/ 537 0 1 1024 [] [] [] 36 [] [] 1024 Lenovo TB3-710F [] [] 2017-10-25 google_adwords
30066 http://apollon174.ru/doctors/denisenko-vera-ivanovna/ [] [6050321725355198315] [] [] 1 570 544 1 0 0 856 1 6050321725355198315 0 [] 0 [] [] 2017-10-14 08:09:05 300 lenovo 32 [] [] [] 61 [] [] cellular [] [] [] 40327473 [] [] [] [] internal [] [] [] [] apollon174.ru 0 [] [] [] 0 0 0 [] http://apollon174.ru/doctors/ android 480 [] [] 1507898632280420850 1 [] 2 0 Russia [] [] 0 [] [] [] android_kitkat chromemobile 1 11 2017-10-14 06:09:05 [] [] [] [] 0 [] 176.59.211.xxx WebKit [] http://apollon174.ru/doctors/denisenko-vera-ivanovna/ 537 0 0 320 [] [] [] 36 [] [] 320 Lenovo A536 [] [] 2017-10-14 ya_undefined
30066 http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ [] [5882044010551845587] [] [] 0 640 511 1 0 0 1920 1 5882044010551845587 0 [] 0 [] [] 2017-10-06 21:50:17 300 yandex_mobile sony 32 [] [] [] 61 [] [] wi_fi [] yandex [] [] 40327473 [] [] [] [] organic [] [] [] [] yandex.ru 0 [] [] [] 0 Chelyabinsk 0 0 [] https://yandex.ru/ android 1080 [] [] 15073086185132852 1 [] 2 15 Russia [] [] 0 [] [] [] android_lollipop5 chromemobile 1 11 2017-10-06 19:50:17 [] [] [] [] 0 [] 92.43.188.xxx WebKit [] http://apollon174.ru/directions/venerologiya/kompleks-diagnostiki-na-infekcii/ 537 0 1 360 [] [] [] 36 [] [] 360 Xperia Z1 [] [] 2017-10-06 ya_undefined
30066 http://apollon174.ru/ [] [6186209802007356147] [] [] 0 900 752 1 27 0 900 1 6186209802007356147 0 [] 0 [] [] 2017-10-20 08:08:37 300 24 [] [] [] 11 [] [] [] [] [] 40327473 [] [] [] [] direct [] [] [] [] 0 [] [] [] 0 Chelyabinsk 30066 0 [] windows 1600 [] [] 1477648892228275262 2 [] 1 16 Russia [] [] 0 [] [] [] windows10 msie 1 37 2017-10-20 06:08:37 [] [] [] [] 0 [] 80.255.86.xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment