1
0.67 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.42 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.23 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
4
0.09 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
5
2.05 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
19.79 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
"SCHMUCK/ANHAENGER/Anhaenger "
"SCHMUCK/ANHAENGER/Anhaenger/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xC9A6F5BF098244B1B12678C36AED2C51 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'SCHMUCK/ANHAENGER/Anhaenger' OR seo_path_info = 'SCHMUCK/ANHAENGER/Anhaenger/' ));
Copy
7
1.07 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
8
0.18 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.84 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
"ESyM3U9yTn6afF6m2IMbRWGdjkAWq463 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xC9A6F5BF098244B1B12678C36AED2C51 ) AND (token = 'ESyM3U9yTn6afF6m2IMbRWGdjkAWq463' ) LIMIT 1 ;
Copy
10
0.88 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0xC9A6F5BF098244B1B12678C36AED2C51
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
1.53 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0xC9A6F5BF098244B1B12678C36AED2C51 );
Copy
12
0.49 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0xC9A6F5BF098244B1B12678C36AED2C51 ));
Copy
13
0.22 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
14
2.53 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"=Í¿PnVGÖ±è€\r Œ¬\r { "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x3DCDBF506E5647D6B1E8800D8CAC0D7B );
Copy
15
1.58 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` , `customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` , `customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` , `customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` , `customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` , `customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` , `customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` , `customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` , `customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` , `customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` , `customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` , `customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` , `customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` , `customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` , `customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` , `customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` , `customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` , `customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` , `customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` , `customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` , `customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` , `customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` , `customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"û·@CŒXK(®øïSJÓhÅ "
]
SELECT
`customer_group` . `id` as `customer_group.id` ,
`customer_group` . `display_gross` as `customer_group.displayGross` ,
`customer_group` . `registration_active` as `customer_group.registrationActive` ,
`customer_group` . `created_at` as `customer_group.createdAt` ,
`customer_group` . `updated_at` as `customer_group.updatedAt` ,
`customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` ,
`customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` ,
`customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` ,
`customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` ,
`customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` ,
`customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` ,
`customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` ,
`customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` ,
`customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` ,
`customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` ,
`customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` ,
`customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` ,
`customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` ,
`customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` ,
`customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` ,
`customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` ,
`customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` ,
`customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` ,
`customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` ,
`customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` ,
`customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` ,
`customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` ,
`customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` ,
`customer_group.translation.name` ,
`customer_group.translation.name` as `customer_group.name` ,
`customer_group.translation.registrationTitle` ,
`customer_group.translation.registrationTitle` as `customer_group.registrationTitle` ,
`customer_group.translation.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.customFields` ,
`customer_group.translation.customFields` as `customer_group.customFields`
FROM
`customer_group`
LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id`
LEFT JOIN (
SELECT
`customer_group.translation` . `customer_group_id` ,
`customer_group.translation` . `name` as `customer_group.translation.name` ,
`customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` ,
`customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` ,
`customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription`
FROM
`customer_group_translation` `customer_group.translation`
WHERE
`customer_group.translation` . `language_id` = ?
) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id`
LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id`
WHERE
`customer_group` . `id` IN (? )
Copy
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.evpPriceSettings` . `id` as `customer_group.evpPriceSettings.id` , `customer_group.evpPriceSettings` . `customer_group_id` as `customer_group.evpPriceSettings.customerGroupId` , `customer_group.evpPriceSettings` . `reference_price_customer_group_id` as `customer_group.evpPriceSettings.referencePriceCustomerGroupId` , `customer_group.evpPriceSettings` . `reference_price_rule_id` as `customer_group.evpPriceSettings.referencePriceRuleId` , `customer_group.evpPriceSettings` . `show_net_price` as `customer_group.evpPriceSettings.showNetPrice` , `customer_group.evpPriceSettings` . `use_pseudo_price` as `customer_group.evpPriceSettings.usePseudoPrice` , `customer_group.evpPriceSettings` . `display_on_detail` as `customer_group.evpPriceSettings.displayOnDetail` , `customer_group.evpPriceSettings` . `display_in_cart` as `customer_group.evpPriceSettings.displayInCart` , `customer_group.evpPriceSettings` . `display_in_listing` as `customer_group.evpPriceSettings.displayInListing` , `customer_group.evpPriceSettings` . `active` as `customer_group.evpPriceSettings.active` , `customer_group.evpPriceSettings.referencePriceRule` . `id` as `customer_group.evpPriceSettings.referencePriceRule.id` , `customer_group.evpPriceSettings.referencePriceRule` . `name` as `customer_group.evpPriceSettings.referencePriceRule.name` , `customer_group.evpPriceSettings.referencePriceRule` . `priority` as `customer_group.evpPriceSettings.referencePriceRule.priority` , `customer_group.evpPriceSettings.referencePriceRule` . `description` as `customer_group.evpPriceSettings.referencePriceRule.description` , `customer_group.evpPriceSettings.referencePriceRule` . `payload` as `customer_group.evpPriceSettings.referencePriceRule.payload` , `customer_group.evpPriceSettings.referencePriceRule` . `invalid` as `customer_group.evpPriceSettings.referencePriceRule.invalid` , `customer_group.evpPriceSettings.referencePriceRule` . `areas` as `customer_group.evpPriceSettings.referencePriceRule.areas` , `customer_group.evpPriceSettings.referencePriceRule` . `custom_fields` as `customer_group.evpPriceSettings.referencePriceRule.customFields` , `customer_group.evpPriceSettings.referencePriceRule` . `module_types` as `customer_group.evpPriceSettings.referencePriceRule.moduleTypes` , `customer_group.evpPriceSettings.referencePriceRule` . `created_at` as `customer_group.evpPriceSettings.referencePriceRule.createdAt` , `customer_group.evpPriceSettings.referencePriceRule` . `updated_at` as `customer_group.evpPriceSettings.referencePriceRule.updatedAt` , `customer_group.evpPriceSettings` . `created_at` as `customer_group.evpPriceSettings.createdAt` , `customer_group.evpPriceSettings` . `updated_at` as `customer_group.evpPriceSettings.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN `coe_evp_price_customer_group_setting` `customer_group.evpPriceSettings` ON `customer_group` . `id` = `customer_group.evpPriceSettings` . `customer_group_id` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` LEFT JOIN `rule` `customer_group.evpPriceSettings.referencePriceRule` ON `customer_group.evpPriceSettings` . `reference_price_rule_id` = `customer_group.evpPriceSettings.referencePriceRule` . `id` WHERE `customer_group` . `id` IN (0xFBB740438C584B28AEF8EF534AD368C5 );
Copy
16
0.50 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
17
1.63 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"?‹Rk•iCá‡w¸Ê@k|) "
b"r”;psœH™šýI²·@Ç# "
b"w▄¹\r !»D=ÿµ\x05 'ÿüv¢ "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x3F8B526B956943E18777B8CA406B7C29 , 0x72943B70739C48999AFD49B2B740C723 , 0x77DCFB0D21AF443D98E60527988176BD ));
Copy
18
1.40 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"E½─cã\x17 CÊÉxØ▄W\x05 ¦º "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x45ABC463C61743D290789DDC5705DDA7 );
Copy
19
2.65 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L8>;;aLÀ°)´$¾ÌYM "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x4C383E3B3B614CC0B029B424BECC594D );
Copy
20
0.73 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"=Í¿PnVGÖ±è€\r Œ¬\r { "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x3DCDBF506E5647D6B1E8800D8CAC0D7B ) LIMIT 1 ;
Copy
21
0.59 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"ESyM3U9yTn6afF6m2IMbRWGdjkAWq463 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'ESyM3U9yTn6afF6m2IMbRWGdjkAWq463' ;
Copy
22
0.19 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
23
0.29 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x01 “h\x0E Ç_~í‚.@>œîC% "
b"\x01 “h\r \x02 d\x7F ¾òFä‘€\x16\x07 "
b"\x01 “h\r ÝÙp\x11 ›³˜&\x15 ¤\t P "
b"""
„\n
ä*ñ\x19 B\x12 ¤\v\x0F ‘¡wXº
"""
b"™†H“•Ø@†ºENX³û\f Ó "
b"Ó+îûréCÜž×&Ì÷{\x03 ¢ "
b"õ8/óùgL╣ìé▄)┤Q╔\x19 "
b"\r ÿƒ+GãK\x08 šqK\v\x0F ÓÖÊ "
b"ßl\x14\f 8>J…’Ž45˜¢¨‚ "
b"\x01 ‹\x18 £ù1yu·À•«E\x1A Uw "
b"\x04 ¿N═9JZü╔J¾\t mÇð "
b"\x12 ìÂCµŠLq‰ó“ÐØ\x0E –â "
b"+”\x15\x07 #rHÒ—>E\f I?N4 "
b"6F¿x…¯Cvƒy™ß;%ÃÍ "
b";É\x16 _LÉGƒ·\x0F ¢ƒåþI\x03 "
b"^±░═╚ðK'ä¹\t =ü‗)¬ "
b"_\x10 &x,Cp¥ØÁȪœ/ë "
b"d╔rl¨YG'ƒ\x03\f ü ô«¢ "
b"jlrla8J©º_S\x10 2\x07 o\r "
b"""
p\x15 \n
J¦\LÐÅ!Ùâv\x01\x1E
"""
b"|VK¢Æ£O9²ýtO>†®K "
b"ˆa£À¡8LÙ¨ìlg\x12 ‹ä1 "
b"Äü*\x1A Å\t G£Äé^J╦÷å╝ "
b"’w” :ÜJ\x07 ž\x03 þÖÖS\x14 „ "
b"ž\x07 °Ž\x0F\x14 F)†\x08 ¿\e ¸\x07 Å\x11 "
b"žôÆêöKK~¼©“ú\x13 rC\x12 "
b"ŸP¾¢õ\x08 @ö¢8üÂô}iÅ "
b"áÆLÚ/ÿLO»┼´╠§¹óØ "
b"¡vš»´n@tªa@‚Ócñ\x1C "
b"ó¡Î³È@@)òÛ©\e ▄ÍÐØ "
b"º{"âRîCßÅàP.╣n\v ı "
b"§î\x05 `ÈùNPœÝî*(\x00 è "
b"¡\r Å{▒┘F\x11 ñ¶\v LH\x04 H§ "
b"Á†ÐŠÑìDŪ,\x02 ˆ›$]\x1D "
b"Ç\x1C b5\x17 yLíºAnõq\x1A zR "
b"Љ˜\x1A %\r Bè“֗ЀÄA8 "
b"ÒMm'ýÍFŲÄ\x14 jà ²r "
b"Ù\x00 #,öžOÔ•BD礪¥ˆ "
b"Ú:Å »ŽFW§Ž›˜õeoÕ "
b"█ª!Ø ³H¸ÄýQ²┤Ìd\x03 "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0193680EC75F7EED822E403E9CEE4325 , 0x0193680D02647F20BEF246E491801607 , 0x0193680DDDD970119BB3982615A40950 , 0x840AE42AF1194212A40B0F91A17758BA , 0x9986489395D84086BA454E58B3FB0CD3 , 0xD32BEEFB72E943DC9ED726CCF77B03A2 , 0xE4382FA297674CB98D82DC29B451C919 , 0x0DFF832B47E34B089A714B0B0FD3D6CA , 0xDF6C140C383E4A85928E343598A2A882 , 0x018B18A3F9317975B7C095AB451A5577 , 0x04A8F04ECD394A5A81C94AF3096D80D0 , 0x12ECC243B58A4C7189F393D0D80E96E2 , 0x2B941507237248D2973E450C493F4E34 , 0x3646BF7885AF4376837999DF3B25C3CD , 0x3BC9165F4CC94783B70FA283E5FE4903 , 0x5EF1B0CDC8D04B2784FB093D81F229AA , 0x5F10A026782C4370A5D8C1C8AA9C2FEB , 0x64C9726CF95947279F030C81FF93AEBD , 0x6A6C726C61384AA9BA5F531032076F0D , 0x70150A4ADD5C4CD18FF021EB8376011E , 0x7C564BA2C6A34F39B2FD744F3E86AE4B , 0x8861A3C0A1384CD9A8EC6C67128BE431 , 0x8E812A1A8F09479C8E825E4ACBF686BC , 0x927794203ADC4A079E03FED6D6531484 , 0x9E07B08E0F1446298608BF1BB807C511 , 0x9EF4C6EAF64B4B7EBCA993FA13724312 , 0x9F50BEA2F50840F6A238FCC2F47D69C5 , 0xA0924CE92F984C4FAFC5EFCCF5FBA29D , 0xA1769ABBB46E4074AA614082D363F11C , 0xA2ADD7FCD440402995EAB81BDCD6D19D , 0xA77B2283528C43E18F85502EB96E0BD5 , 0xA7EE0560C8F94E509CDDEEAD2A2800E8 , 0xAD0D8F7BB1D94611A4F40B4C480448F5 , 0xC186D08AD1EC44C5AA2C02889B245D1D , 0xC71C623517794CEDBA416EF5711A7A52 , 0xD089981A250D42E893D697D080C44138 , 0xD24D6D27FDCD46C5B2C4146AC3A0B272 , 0xD900232CF69E4FD4954244E7A4AAA588 , 0xDA3AC5A0BB8E4657A78E9B98F5656FD5 , 0xDBA6219D20FC48F78EEC51FDB4DE6403 );
Copy
24
0.14 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
25
1.97 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‰vç¸=q‡ ‡†¬\•\x03 X "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x018976E7B83D7187A08786AC5C950358 );
Copy
26
0.66 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ‰vç¸=q‡ ‡†¬\•\x03 X "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x018976E7B83D7187A08786AC5C950358 ));
Copy
27
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “³‘âÈrC¿'À ªrÆ“ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0193B391E2C87243BF27C020AA72C693 );
Copy
28
0.13 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 “³‘âÈrC¿'À ªrÆ“ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0193B391E2C87243BF27C020AA72C693 ));
Copy
29
0.68 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
30
0.34 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
31
0.41 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
b"=Í¿PnVGÖ±è€\r Œ¬\r { "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND `sales_channel_country` . `country_id` = 0x3DCDBF506E5647D6B1E8800D8CAC0D7B );
Copy
32
0.28 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "ESyM3U9yTn6afF6m2IMbRWGdjkAWq463 "
]
DELETE FROM `cart` WHERE `token` = 'ESyM3U9yTn6afF6m2IMbRWGdjkAWq463' ;
Copy
33
1.36 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0xC9A6F5BF098244B1B12678C36AED2C51 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
34
0.66 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND `language.salesChannels` . `id` = 0xC9A6F5BF098244B1B12678C36AED2C51 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
35
2.61 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
36
2.33 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Cd˜”Õ\x01 O/‹ÛW¼Q¸]\x17 "
b"Cd˜”Õ\x01 O/‹ÛW¼Q¸]\x17 "
b"Cd˜”Õ\x01 O/‹ÛW¼Q¸]\x17 "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x43649894D5014F2F8BDB57BC51B85D17 OR `parent_id` = 0x43649894D5014F2F8BDB57BC51B85D17 OR `id` = 0x43649894D5014F2F8BDB57BC51B85D17
;
Copy
37
20.78 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|43649894d5014f2f8bdb57bc51b85d17|% "
1
6
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|43649894d5014f2f8bdb57bc51b85d17|%' AND (`category` . `level` > 1 AND `category` . `level` < = 6 )));
Copy
38
0.48 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
39
0.35 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|43649894d5014f2f8bdb57bc51b85d17|% "
6
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|43649894d5014f2f8bdb57bc51b85d17|%' AND `category` . `level` = 6 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
40
1.60 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Cd˜”Õ\x01 O/‹ÛW¼Q¸]\x17 "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x43649894D5014F2F8BDB57BC51B85D17 ));
Copy
41
0.69 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0xC9A6F5BF098244B1B12678C36AED2C51 ) GROUP BY `currency` . `id` ;
Copy
42
0.29 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
43
0.47 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"~&\x0E ¦Ð·AS©E•®?ˆm "
b"~&\x0E ¦Ð·AS©E•®?ˆm "
b"~&\x0E ¦Ð·AS©E•®?ˆm "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x7E260EA6D0B74153A94595AEAD3F886D OR `parent_id` = 0x7E260EA6D0B74153A94595AEAD3F886D OR `id` = 0x7E260EA6D0B74153A94595AEAD3F886D
;
Copy
44
1.58 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|7e260ea6d0b74153a94595aead3f886d|% "
2
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|7e260ea6d0b74153a94595aead3f886d|%' AND (`category` . `level` > 2 AND `category` . `level` < = 4 )));
Copy
45
1.48 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|7e260ea6d0b74153a94595aead3f886d|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|7e260ea6d0b74153a94595aead3f886d|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
46
0.50 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"lå┤\x02\x03 )EÕÉT©ábMõƒ "
b"~&\x0E ¦Ð·AS©E•®?ˆm "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x6C86B402032945E59054B8A0624DE49F , 0x7E260EA6D0B74153A94595AEAD3F886D ));
Copy
47
0.17 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"V1\x00 ╠x?JÚìo)¶mqÔQ "
b"V1\x00 ╠x?JÚìo)¶mqÔQ "
b"V1\x00 ╠x?JÚìo)¶mqÔQ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x563100CC783F4AE98D6F29F46D71E251 OR `parent_id` = 0x563100CC783F4AE98D6F29F46D71E251 OR `id` = 0x563100CC783F4AE98D6F29F46D71E251
;
Copy
48
2.00 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|563100cc783f4ae98d6f29f46d71e251|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|563100cc783f4ae98d6f29f46d71e251|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
49
1.30 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|563100cc783f4ae98d6f29f46d71e251|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|563100cc783f4ae98d6f29f46d71e251|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
50
0.50 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"V1\x00 ╠x?JÚìo)¶mqÔQ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x563100CC783F4AE98D6F29F46D71E251 ));
Copy
51
0.16 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Œ-… ÈgN%ƒd\x0F !û¬\x07 "
b"Œ-… ÈgN%ƒd\x0F !û¬\x07 "
b"V1\x00 ╠x?JÚìo)¶mqÔQ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x8C2D8520C8674E2583640FAD21FBAC07 OR `parent_id` = 0x8C2D8520C8674E2583640FAD21FBAC07 OR `id` = 0x563100CC783F4AE98D6F29F46D71E251
;
Copy
52
0.45 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Œ-… ÈgN%ƒd\x0F !û¬\x07 "
b"V1\x00 ╠x?JÚìo)¶mqÔQ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x8C2D8520C8674E2583640FAD21FBAC07 , 0x563100CC783F4AE98D6F29F46D71E251 ));
Copy
53
0.15 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.45 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"î╦·:\x17 0NÛÉðØÂ■gÝ= "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x8CCBFA3A17304EEA90D09DB6FE67ED3D AND
pm . `active` = 1 ;
Copy
55
0.11 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
56
0.24 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
57
0.51 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0xC9A6F5BF098244B1B12678C36AED2C51 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
58
0.49 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"L8>;;aLÀ°)´$¾ÌYM "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x4C383E3B3B614CC0B029B424BECC594D );
Copy
59
0.46 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0xC9A6F5BF098244B1B12678C36AED2C51 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
60
0.51 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"Ÿ\e –¹k\e Ho°\x0F ëÑ¡>FÙ "
b"ŸS"\x00 äNI\x06 ªYQŽäÏ!L "
b"³õ_Ás¨AG¶à\x05 øaÆó\x13 "
b"õ“\x08 jÓ¯GAŒú¯£HØÀÆ "
b"\v ¥u§q[B‡Œ“X\f <\x18\x07 j "
b"\x17 ½\x13 àYïB$Žä«ˆ–y;ñ "
b"'ɈF•5C|¥m¬U\x08 ÀøŠ "
b"E½─cã\x17 CÊÉxØ▄W\x05 ¦º "
b"yMñŸ¦0I\x16 ’0Ožt\r óš "
b"š\x14 7×\r éHú³\x1D _l3[æ} "
b"›Tü\v CœDo°1\x13 º³½\x19 Ó "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x9F1B96B96B1B486FB00FEBD1A13E46D9 , 0x9F532200E44E4906AA59518EE4CF214C , 0xB3F55FC173A84147B6E005F861C6F313 , 0xF593086AD3AF47418CFAAFA348D8C0C6 , 0x0BA575A7715B42878C93580C3C18076A , 0x17BD13E059EF42248EE4AB8896793BF1 , 0x27C988469535437CA56DAC5508C0F88A , 0x45ABC463C61743D290789DDC5705DDA7 , 0x794DF19FA630491692304F9E740DF39A , 0x9A1437D70DE948FAB31D5F6C335BE67D , 0x9B54FC0B439C446FB03113BAB3BD19D3 );
Copy
61
0.45 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Œ-… ÈgN%ƒd\x0F !û¬\x07 "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x8C2D8520C8674E2583640FAD21FBAC07 ));
Copy
62
1.56 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ã2¤ô8¾Fk¢Hà\v\x01 _Ç\x11 "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0xC332A4F438BE466BA248E00B015FC711 ));
Copy
63
1.91 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ã2¤ô8¾Fk¢Hà\v\x01 _Ç\x11 "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0xC332A4F438BE466BA248E00B015FC711 )));
Copy
64
2.78 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¼!°\v óM‡³TÁº",<¯ "
b"-éèãø-E\x13 à§@ÅÁ█]Û "
b"@F¼3ÿ˜Jx»vCäÄ\x1D ÂÇ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x25BC21B00BF34D87B354C1BA222C3CAF , 0x2D828AC69B2D451385F5408FB5DB5DEA , 0x4046BC33FF984A78BB7643E4C41DC2C7 )));
Copy
65
4.91 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"-ÆF\v >,EA…Ùq+´,rI "
b".\x00 %\x03 –5Bš±\x1C Á9Èé®1 "
b" ‘C"C\x14 O{”Iì!!á\x02 À "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x2DC6460B3E2C454185D9712BB42C7249 , 0x2E0025039635429AB11CC139C8E9AE31 , 0x2091432243144F7B9449EC2121E102C0 )));
Copy
66
1.18 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00 Æwb´õF─âGÉ╝(\x1C P█ "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x00927762EFE446C4834790BC281C50DB );
Copy
67
0.13 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
68
0.22 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ù’ppÊ\v OãžÅH¤’çþ "
b"\x00 Æwb´õF─âGÉ╝(\x1C P█ "
b"ÜÙãnÞG\x0E §Ö\e\x1C ë@ëñ "
b"su╦Éı╩C╝╗Eîë7Ï\x1A § "
b"ò\e èüÏÍL\x05 —"•Ì¯ñPž "
b"7Ž]\x03 h2L¢…–¿x‹'Ø3 "
b"ñæd\x0F ½ŒL\x05 ¦‰\f\x19\x15 ³† "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0xF9927070CA0B4FE39EC548A4AD92E7FE , 0x00927762EFE446C4834790BC281C50DB , 0xDCD9E3AD6EDE470EA7D61B1CEB40EBF1 , 0x7375CB90D5CA43BCBB458C8937D81AF5 , 0xF21BE8FCCFCD4C05972295CCAFF1509E , 0x378E5D0368324CA28596BF788B27D833 , 0xF1E6640FBD8C4C05A6890C1915ADB386 );
Copy
69
0.15 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Œ-… ÈgN%ƒd\x0F !û¬\x07 "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x8C2D8520C8674E2583640FAD21FBAC07 )) LIMIT 1 ;
Copy
70
0.13 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Œ-… ÈgN%ƒd\x0F !û¬\x07 "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x8C2D8520C8674E2583640FAD21FBAC07 ));
Copy
71
2.59 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"}┬╚>Ý\t A‗ü×Ù/óa└▀ "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0x7DC2C83EED0941F2819EEB2FA261C0DF );
Copy
72
266.06 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))) AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (COALESCE (`product.translation.name` , `product.parent.translation.name` )) DESC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
null
]
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `name` as `product.translation.name`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `name` as `product.parent.translation.name`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
OR `product` . `parent_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
)
AND NOT (`product` . `display_group` < = > ? )
)
)
GROUP BY
`product` . `display_group`
ORDER BY
MAX (
COALESCE (
`product.translation.name` , `product.parent.translation.name`
)
) DESC ,
MIN (`product` . `id` ) ASC
LIMIT
24
Copy
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product` . `id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 ) OR `product` . `parent_id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 )))) AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MAX (COALESCE (`product.translation.name` , `product.parent.translation.name` )) DESC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
73
64.55 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))) AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
null
]
SELECT
COUNT (* )
FROM
(
SELECT
`product` . `id` ,
`product` . `product_number` ,
`product` . `auto_increment`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `name` as `product.translation.name`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `name` as `product.parent.translation.name`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
OR `product` . `parent_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
)
AND NOT (`product` . `display_group` < = > ? )
)
)
GROUP BY
`product` . `display_group`
) total
Copy
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product` . `id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 ) OR `product` . `parent_id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 )))) AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
74
37.64 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))) AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
null
]
SELECT
LOWER (
HEX (
IFNULL (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
)
)
) as `manufacturer`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
OR `product` . `parent_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
)
AND NOT (`product` . `display_group` < = > ? )
)
)
GROUP BY
IFNULL (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
)
Copy
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product` . `id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 ) OR `product` . `parent_id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 )))) AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
75
1.15 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"{¸ç½Ö¤M3ØåyÅuDM2 "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x7BF787AB99CF4D339D86798F75444D32 ));
Copy
76
33.52 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))) AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
OR `product` . `parent_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
)
AND NOT (`product` . `display_group` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule9986489395d84086ba454e58b3fb0cd3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled32beefb72e943dc9ed726ccf77b03a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee4382fa297674cb98d82dc29b451c919.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea77b2283528c43e18f85502eb96e0bd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea7ee0560c8f94e509cddeead2a2800e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulead0d8f7bb1d94611a4f40b4c480448f5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec186d08ad1ec44c5aa2c02889b245d1d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled24d6d27fdcd46c5b2c4146ac3a0b272.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleda3ac5a0bb8e4657a78e9b98f5656fd5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledba6219d20fc48f78eec51fdb4de6403.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product` . `id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 ) OR `product` . `parent_id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 )))) AND NOT (`product` . `display_group` < = > NULL )));
Copy
77
8.90 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))) AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
null
0
]
SELECT
MAX (
IFNULL (
`product` . `rating_average` , `product.parent` . `rating_average`
)
) as `rating`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
OR `product` . `parent_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
)
AND NOT (`product` . `display_group` < = > ? )
)
)
AND (
(
(
IFNULL (
`product` . `rating_average` , `product.parent` . `rating_average`
) > = ?
)
)
)
Copy
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product` . `id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 ) OR `product` . `parent_id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 )))) AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
78
8.74 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))) AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
null
true
]
SELECT
MAX (
IFNULL (
`product` . `shipping_free` , `product.parent` . `shipping_free`
)
) as `shipping-free`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
OR `product` . `parent_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
)
AND NOT (`product` . `display_group` < = > ? )
)
)
AND (
(
IFNULL (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) = ?
)
)
Copy
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product` . `id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 ) OR `product` . `parent_id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 )))) AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
79
195.98 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))) AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
null
]
SELECT
LOWER (
HEX (`product.properties` . `id` )
) as `properties.key` ,
COUNT (`product` . `id` ) as `properties.count`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id`
AND `product` . `version_id` = `product.properties.mapping` . `product_version_id`
LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
OR `product` . `parent_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
)
AND NOT (`product` . `display_group` < = > ? )
)
)
GROUP BY
`product.properties` . `id`
Copy
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product` . `id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 ) OR `product` . `parent_id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 )))) AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
80
156.15 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND (((`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) OR `product` . `parent_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))) AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"§Q\t à¯\J/®<S’…Ô1ë "
b"̢пÙBï…f\x1A ‰®)\x19 4 "
b"ÍXøkÉXJC¼Ÿ\t Áñ\x16 óÿ "
b"»+\x19\x1C âáDŠŸUA\x17 2¶†] "
b"mþÞÙ¬\x08 G¨¨Y*\x19 a\x02 ¦\x16 "
b"\f [ö\x0E\x1D èBB¬ä´þÍ|Êz "
b"7tÊ»ÿãIk”\x08 —ð<Ío "
b"ß|‹ÛBÆC—“ÿOV¦Z?ü "
b"[Â,B…CE«¡'P¨!£°\n "
b"·"WIÐ/D¢üÜð5\x19 k® "
b"´╚#ð\x08 PJ╗øz¿±Þ\x7F ÉN "
b"\x0F ±\x08 ╚ıgA█º{╦«;fUÅ "
b"─┌┴@░>C┬ô5\v üýcjÀ "
b"Tù\x12 \x12 ÈG[…’^\x1C Jû\x15 Ó "
b"\x07\x07 ¿ŽŽ\x04 K)–zyvC÷¨9 "
b"”gé¬\f ýEݧœ,"32òœ "
b"\x02 4<Ã╬NNBŹGWí╗P³ "
b"¬öı&Ø2C┘ì\t ¡╩< =ú "
b"®\x12 @ˆ‰{KdŸOî÷1#Ö4 "
b"ªà\x1F ©¢WJ´\x1A Smg "
b"àYÏT▒[L¡ésØ¡▄HºO "
b"eB7j^\t Hû‡#is‚WÉ¿ "
b"G k˜>ôOP¤§P@Ù{Ö\x19 "
b"\x03 >Ô-a\x10 HŒ’xùÏ(M¦… "
b"e…ëß3ÎC\x18 ±þ’ôº\x18 Î\x13 "
b"±£tÝ*€HÝŠ\x13 øéñ\x08\v\x17 "
b"ùÚu.F\x04 AÃŽ|qAu\r ½˜ "
b"\x10 a\x04 \x03\x1E B\x00 ¢+Ø\x13\x7F 4\x1E + "
b"PùñÊëšG\x12 ‹‰íèÀ!\x08\f "
b"qò–6ÿ%AƒžC§m¹Â•Ý "
b"Ï\x0F ãÌFíN&‘Ǭ+ˆ^Êg "
b"G_®ÝQBOÙ"Qð\x08\x1C ö "
b"M§æ;aRM ¨\x15\x0F _°áëÅ "
b"ÓÃÊh`_O\x15 ˆbò¿Ý`¢¹ "
b"Ó1ñ౤G┤ó6Øþõ£ÄX "
b"í%Õ\x02 @zH?¸=Ô’OBvð "
b"_ûâ\x13 g>H\x05 Ÿþù=÷\x1E Äv "
b"oݳ h6Dî–î—3–7g÷ "
b"A^[\x04 ŽÐIxª®é\x1F ßY\x12 ¥ "
b"† Ä"€lF:‰JØ&T_¥\x0F "
b"„ÖÏ]Ž@÷›!\x0E 9Æ\x10 šh "
b"+2┼─õ\x0F MLüM5\x1D {Ò^Ì "
b"$üý´\x13 jLå»E~ˆÒèA™ "
b"\x05 ?´lµ½B'¤‚F çËÙ "
b"l▀\x13\x7F\x06 jJ1ÇqL\x02 ¯¿ì\e "
b"±tzÉò°Iqæ│ßTY▀¦^ "
b"!Å^àZ\x07 H╚ÖÏÌsÝøıÕ "
b"4w9Ç/±G¨©÷¡‚o”\x01 ½ "
b"1n|\x0F öÝE‚œ_â0\x06\x03 Œ "
b"\x13 ═\x10 Ã╠tMìï╔LÅ7Æ©; "
b"¡óÚÔÔ\v Dù¯nI„–JAL "
b"\x0E ░Òv║XL)┐~Å$ä\x13\x15 ┼ "
b"‹¶ÀHJFLÒ¾b@h/5;s "
b"?h¡ñíòL_ØA`\r Æ┬ÏW "
b"T#~‰—•BÆœt\x04 ÿq‚‚T "
b"╗K\x16 Ør6OõÅ\x00 Ü.MW█. "
b"\x18 ½¿Œ–QEÞ¼ì˜ ú£¨ü "
b"\x18 -·\x1F uXFY´Ê.L\x02 ¯¾ø "
b"ÛŽX@»ùD\x05 ˆ\x01 °¬í[[ÿ "
b"\x1F I;<ËnGÁŸWöÓ<\x1F !\v "
b"0ò–øÃ?FÕ•®ß\x06 3EK’ "
b"ç\x11 Ñóï9Ns“ÄE‰Ó|¿a "
b"F‰sÜcÑA䕯T´òܲC "
b"s!@ÆYÿI§©fŒáÍíêP "
b"IA·@ÿ\x0E C\x13 •_Î\x17 ÷mv? "
b"\x14 Ãí¨rC]¢êV[ñ\x00 •ë "
b"£Wd\t :øNq´YÜGgsî( "
b"D%Ɇ½UCVº\x07 %¡<\x1E Ã\x11 "
b"Xûõ,\r ;@É즳üÂ\x16 ©Æ "
b"p¿+DZ\x10 B£ºÉ²äÆâ…« "
b"""
\n
~¦oJ¶O\x0F ¥{§ñ»M¹B
"""
b"¡\x17 7§\x1E ñAо%§y¡\x17 Hl "
b"1¤┴k╚@FãÄ\x19 │¬É■rê "
b"±æ\x18 ç>QEZ¹]\x01 Ì„|\x07 ? "
b"\x00 òÛƒ+aLi¯¦P;óз³ "
b"¾\f -╬|xD4Ø+¦¹öãOS "
b"┘æ!ön=HÅ┤2┐Teı°© "
b"É╬ì▄(³I3âb«È\x00 D[¥ "
b"\f Ã’“Ú…B\x1C £r‹èîá{ "
b"ö²"Ð >K┬╣ãı\f\x18 ÿü} "
b"‰ÿ5¿\x18\x19 K½K&ÿ²QP< "
b"fI_|ÄüKäæb█YB\x11 ─7 "
b"·ùÖó"-Nß¹\x1F ¿¥á%”# "
b"8ðy*må@ÍŒ²\x03 MÖ°\^ "
b"ò\x1F ¢–-4N\v £&þÄŒÂ`‡ "
b"E\x18 ‘\x04 ð\x17 H£¶ßÏ5å9Æ\t "
b"â&¢\x00\x7F ²DD¢I¢±-æ\v ` "
b"ÿû\x1A Q╩ßCØ©6)WE\e\f ù "
b"\x14 Þ_ÄÏËKw¥\x10\x12 eðfdS "
b"""
ðž·à\x15 1Oò…9\n
8p\x02 òF
"""
b"ÑÂAì\x19\x10 @oïZÝ |B\x15 ¦ "
b"îD,\x07 ÞjD]‚\x04 #Ø]-Öú "
b"Ø BØJ\x0E Jþ°¥Ô*ì;\x00 Z "
b"ô\x16 Ó╦\x1E\x01 @¶╝Ýcd/ìLs "
b"á_4\x17 ˆÄH\x0F ¸&ÿ++nqÀ "
b"\x1E _VÉæÓA>Ʀ۾Öì┐ø "
b"näæwü‹@è 9ðò1*\x13 P "
b"Ø‗ÕÞ╩:FÓó\6x¥ U? "
b"ýIÿPcTE€\x1E ,SPiEË "
b"bO“ÿ_mG ‡ˆ@×¼¯xs "
b"~Ã2ªRÔ@\f ™\x07\x16 gõ‘.ø "
b"³PÌ\x03 üºA#íw^o4\x15 ,¨ "
b"""
{À6\n
¸ïD‰Œ\t Åú0—\x14 °
"""
b"""
„\x14 _âF\n
A\x03 »´95²ˆ¯x
"""
b"µVP A0Eg‚Šò±ý\x1F 7\x11 "
b"p{‡ºÃ\r O›€M½á¿cŽG "
b"8YýºZ«Jü”óêcͱËÌ "
b"\x00\x0F ~±²†M>¡5âìm\x08\x19 , "
b"‡lÅç„íC\x04 „Ðõ‰öÛ.& "
b"┘ t\v ÃØD÷×V\x0E Y\x18 Hp "
b"ž\e ¡`Í\x17 E\f ¨zà)8§¢ "
b"hp\x01 LJ’@µ¸TÕÈ\x06 öúã "
b"ó&\x00 TR\x1A J╩ø-pÊJü)ì "
b"âzÙ²-øI\›³\x0E\x13 Û<Ý” "
b"fÀýZžÀI7¦/¾½A¾\x03 ® "
b"V\x18 à Ÿ¦CÅ A…\x15 Õ²\r\n "
b"íOËWª«MŹ¨0{ˆ":f "
b"=rÍJVèNæ™×–^K²®‰ "
b"Ë\x11 ªö£ûBN¯MyP4Fƒû "
b"Œ™N¬o\x17 L4‡ƒõFˆJ\x10 o "
b" \x0E\x1A ߇íN1³ï°|õÜ{â "
b"Ìu\x01 lZ~DÑŒ½ëÐ#K”m "
b"áÌD\x13 ¨ü@à¿9█ý\r \x03 ╗Ø "
b"&¦ó4ê¤A[µKEeJ}\x19 C "
b"=!}bî╠NÊÉîm\x17 Ð▄\x15 ¯ "
b"ý~Î\x01 –\x0F D+ˆ*†ùs¿º "
b"ÙÓÙåªÙI* }²ióò&´ "
b"╠°²V¿2Añ©ÜÅ2÷\x04 U "
b"cq\x17 Š\x03 ¢G2„?ZÈ\x07 U„k "
b"š\f Vˆ€\v OsŒ%öôåY†w "
b"úWàêܦJ›†ÓO§åÔÂX "
b"–"e¹t„N^¼X€\x12 âg\x0E r "
b"ÛÅœî:úJ>‰ØÇ,OÔ4\v "
b"—\x14 Ì\x01 &ÓD†¿jÀû(Š±ç "
b"P,Å(ËLO\x07 ¼ºN█£½G1 "
b" ãq3\x16 UI˜†,\x1D f®.ð¶ "
b"""
\x06 ³\x14 J¸GC+½§}–\n
I‹f
"""
b"ˆÀÄ.‘¹Hö‘[c‹Ì¨Áv "
b"\x14\t %\x17\x01\x06 A‰ ÄY`SS‹Ž "
b"b\x15\x1F _\x16 ƒH\x06 ºÑ:‘´ä$\e "
b"h¼ê¤\r &Gü›Œ\x04 ˜Í¤\x13 u "
b"½\x04\e\x16 'kKŽ¢ü¥.\x11 ÂBþ "
b"Ü\x08 ÞO8¡NG›¥›Œ`¯îï "
b"&\x1A R\x0E H\x01 E!¨Fì\x16 ù«dh "
b"[„:Ž¨±J¬œ9@ñ\x13 UÎ\x07 "
b"%l䟧”Nv¯Ñ<x9å|R "
b"C¿]═Ø\x1D DÓíÞá³\x0E ôàã "
b"´¼°UCÛO¹ša\x1E È\r \f 0ê "
b"ôÀÎb\r =KÙŠý<“ã¿¢< "
b"╔\x1C £.┌}B©ìÄæ+q\x10 ®å "
b"¦áLx\x13 üErî\ı_?╗\x10 V "
b"‰4þéŽ@Bƒ–r=ßçôúE "
b"\x17 v‰q·G—™vuèXÒ,å "
b"HOh&\x1A `@@ˆ«t\x01 û;Êê "
b"ÎE켸LJPüı×ä*ÅU▀ "
b"|¯L\x03 øTA¤©o9‘X\x1F ”õ "
b"D\t ó\x19 o\x1A C³¢ýu²E~%ž "
b"®Q[ëqMý¦%Í_ʨ&© "
b"oó\x00\x11 5°HŸ¸^¯lÜ\n äG "
b"\x1C 9¦\x08\x1C ØCËŽ\x05 qV×4\x1C 6 "
b"EèÛ\x13\x7F ÎEÁ“µ\x17 GwUá\x07 "
b"%\x1F ʼã\t A\e ˜¸Ý)Jõ®Ë "
b"°†!¬õ#Kf„~÷¶\x12 +:Œ "
b"F\x15 Íp>ºOÖ¢GZ®\x05\x01 \r « "
b"▄‗|$wÕJÚá©d\x19 üär² "
b"±Fo÷‰ÉCª•’ÚÊs÷‘ù "
b"“5$I¿OÛ¯2÷¾Õ4l( "
b""╝\x16 ┘~ÄEÔÖ]╠qÄØu─ "
b"š.\x04 ´¦J<¥\r Ù¦¸\x18 ¡= "
b"\r \x07 ]è¦6Cê‡ôËCé–M½ "
b"£ÕéI!)Iü¢..MXÊâ\x1F "
b"\x08 í¬z_\x15 @Å©ÏÖ²ıÇ<^ "
b"<”êSZïLaŒ\x00 µb£î\x0F Ù "
b"P█躩\x1D M*½Ø8@\r ÙíS "
b"Da1ÂUØLÃœ–ÿ2ÝXI} "
b"═íïl¢âLçÉt=&ðún┼ "
b"""
ù\n
ä$°àFO—Ýmð\t ,ÆQ
"""
b"(99=¤ëLÀ†-:Œ¿v0¹ "
b"\v u›%ðh@õ¢\x00 aa®·ýb "
b"àø\x07\x1F 3ˆG\x03 ‚ô@÷\x16 N6ª "
b"“ ‚ÅM\x1E Cñ–;ˆö{h.ž "
b">—ÄreóE\x07 ¢m*|fO¨\v "
b"ÚÅ{3Ç,C0‘KbËA2‹È "
b"{\x06 6j.¶Ov˜ÓŃC_=" "
b"ÉýÙ,?ÐAx€¹\e O\x10 Úì\x05 "
b"t_!È¿›@¹¨1¤œe²‚ "
b"h÷晬%Mb²À•ò\x1C\x13 ©7 "
b"\x16 ═jÒ-ØAò░«F;äú\x12 ¨ "
b"\x03 ®ä¿³.Kñ™Il^‰¸ku "
b"àtt¹\x14 ËFŒ•æÜ¢[s\x10 Þ "
b"\x15\x11 s\x1C ÐDè\x12 j\x13 lã\x1F K "
b"%»Q(ÄÅC'º\x19 ÚN{/╩t "
b"F\f Ùz'\G””Ò\x19 N~^h@ "
b"ûë|¬˜NA§˜óàx³Aw˜ "
b"""
˜‚p¬Fk@У°ð!\x15 2\n
$
"""
b"ô*wØÏGKMívÑ┐Å┤d\x12 "
b"¾u "Ñ\x1A CH«\r Oíã÷Zµ "
b"ïR8Tò+L£Æã%\ü[Ô "
b"""
ØdÅ¿ÞLLBü\n
╚APÕ\t ï
"""
b" Á*ÅË╩O-ØS¦.ü4s~ "
b"»\x12 ºíu|C5ƒü¯┌▄▓>\x16 "
b"\f\e ‹huîBºŠ‡'ÛWxüu "
b"Ö+┐‗ì\x7F L8æ=?ãD\x07 ▓\f "
b"&\x11 gíÄ¥DO¢ßOÀúã\x06 Ç "
b"{/ã\x7F yeBoÅp£Zõº!\x01 "
b"ÈâÎ×z«NL—{\x08 uo÷óÈ "
b")i¥å>©@\x16 ÉÑÓ╬|vR▄ "
b"\x07\x1C ).y¬H´–À6‘cã$\x13 "
b"“1çUH·GÇŒµ“\x1D aApä "
b"¸2}Jƒ®Á°²¡\x12 Ùb "
b"À¿x┼p;JAë\x08 Ûìehiý "
b"\x18 N\x16 ç\x05 KL\x17 »▓Ô{┴Øuª "
b"ú̵\v\x01 =FšŠgãéí®«y "
b"k‰Œ\x1C $vEÖ´÷üÆ\x0F\x11\x18\x16 "
b"€\x04 àTg9H\x05 ¼¯ae—'äW "
b"ÙaÍöáÄJš¡9ÊX,I\r \x15 "
b"Õ ,É0\x10 F\x11 ¥¾ˆÿxQ]• "
b"þðô3EÚEâ…Ð/³\x17 0‹þ "
b" ¨£\x1C ñTF°ŸTòPÚ¦v "
b"X\t ö█╩ƒLà£ü╝ȼµf; "
b"rìÖJNéBhâÓ\x04\x11 s¨\x1A ® "
b" gÒy׫J¤¿\x12 ëš\x0E / "
b"ïIkVáKú„BbÀ\x18 ×ÈH "
b"■ϯi°¸A`®QC×ü4R\e "
b"ÿ#ÆÈtHKž½ûó‰°Nq\x1C "
b"é÷\x1A ÛÉÃM\x0E ÄEÔ)f\x12 Öê "
b"&!\x06 Âá¹F<‹?ì\x14 ^\x1E ‹é "
b"|\x12 ¦Î&\f N\x04 “â³¢zª<8 "
b"+»Ã\x0F a÷J/’\x18 TØLi"4 "
b"~V┬┘°2G─Ø!├█Êüå╬ "
b"┴\x00\x1E\x03 õ╝Kà╝DðgØç½! "
b"YÞ6Q/¹B¤‡w\\x15 ¤3÷´ "
b"/¸ÿÇûœJÈ„Š\x11 ü¯¢,– "
b"Cü\f þ“ÚJ\x00 ”Ù²f\r «v÷ "
b"-¡[\x0F\x12 ‗@ÃÿÉa8¨1O\n "
b"/\x10 ƒB£\x1F J»‘ž¯×\x07 »ØJ "
b"NI“x®²Oñ¿P¿*kXe\x1D "
b"óú¸ÅìÃI!çõ»┐õNì5 "
b"6³î©·ÔO?˜&ˆ\x11\x07 9ûË "
b"7A\x11 óñDNÔˆ\x04 ÷û;ºd\x12 "
b"?ÇU\x1C \x1A C\x7F ¤\x07\x08 /lëk\x1A "
b"ØÐlj\x1E ¸O´´s@]b·\x07 ¿ "
b"#žcÇsKG\x1E ”gÊo…)äQ "
b"º‚ñèïÑEN°@Aü\x01 ç=\x15 "
b"Ϩ\x04 ðVØCG©lH\x08\x05 ØKk "
b"ˆ×wú4ÝE®™ Å\x0E a\x19 A² "
b"/{ÜÝ-ýJ3Å`╚5╠ò▄] "
b"""
ÄF·Å³ƒL┌æ &ß'\n
"\x1A
"""
b"ç‘ãúoæLY•ó=K\t ¦¡Í "
b" ¥{§ñ\x06 F\x18 ‘•gü\x02\x15\x19 x "
b"Oè╣├ìÐA\x19 ¥õ}\x1D Z╚vÛ "
b"\x18 d?\x1C GçC+ì-3\x05 \ìx¤ "
b"║\x08 c¿\t ûO╗É®O[ÔúNÛ "
b"Î\x06 ã‘ÿÁD/¸\x04 {Ö\x1A I–a "
b"¿0^k±ƒF±™)eÂzEí\x17 "
b"Êü\x1C %Ç\x1C @[¬àÒ\x1A ´a\x10 g "
b"l\x01 \\x16 øøK█å.░j▒Å\x02 I "
b"}\r õ\x17 KLПÕz§ûT1ß "
b":^ΧñëN´¡êU…dÈ]ý "
b"L█>\r Z■O/É╣{éÝí#7 "
b"ìx\Â\t ®@┴ïd\\r Ò\x7F D¬ "
b"│╠Ø┐¨\f O¡Æ\x1E Å▓¼ÚÛ\e "
b"£÷¢$è D6ŒžÊl\x1D\f *½ "
b"\x15 |\x11 œ\x01 0F$ˆ{Û\x15 Ô³»• "
b"ëUÂ\r AFF\v šàS®…¸© "
b"ct#æ\x1D ¶Jä€?{ñ˜{ù¸ "
b"\x17 %‘ŸÊ\x17 G"Be;œ>V4 "
b"*2Ü̱fN|©E7_\x04 àl8 "
b"\x07 K¾\x14 }úG¹¨‹—¤S\x11 NT "
b"øñM9vÅLD™¥•úÈbÞÕ "
b"¢ÕÎT¡üD▀Ñ?\x18\x1C R,dÑ "
b"Õ˜LÑçŒL!‘ß0¥ÂÄO] "
b"""
Ú)§¼B»KÔ‡\n
CG1±P'
"""
b"\x1D Õ‘«d®Ki£\t\x08 S—®yÛ "
b"ÂïP÷iN&•öØbsØ\x0E\x0E "
b"Z├┴Å5ÉD▒ú┼\v 3CðÌH "
b"â│w0\x1C nAñ®ÅSÔæ\x17 s? "
b"ïÃ@¿s¿O\x19 ¿¦\x08 ¸š\x0E þŽ "
b"+\x07\x1F N┬A½ØºÖ¤E½ã└ "
b"NX\x7F œÝeBPœ,àÏ)\x05 7í "
b"7°\x1F u2ŠCÉ¿Ë\x14 ~x\x07 à "
b"÷iw,8IE'éɦ<░╔³\x12 "
b"#”>„ñÊ@֪ü\x07 ã\x05 8Ý "
b"ic.yÔ°@{§<Z¦¥úS. "
b"¶dÌ}àDK~ç\x08 ì ╗»=T "
b"X\x07 YD€nI\x12 «d-#2\x08\x19 R "
b"L¡jdàÂOvüÙµ£Ûì^n "
b"¾\x1E ½\x02 þq@‘²m1\x15 öózÝ "
b"\x07 ÂB-áïEÈŸ\t\x1A íýÕç "
b";h§@ÈÉM ÂÛ\x02 X}&\x1C ý "
b"³”\x13 ·\x04 {C\x07 ·Qs[ƒi "
b"\x07 ¥\x1A K†?Eï’S2h§âN° "
b"=YR¼Ò▓G»ç{¾▓\x03 ü{¡ "
b"ç°û¥¦‚DNš¦jÉX£]À "
b"Ø¡wŠ§´@^©š^8\x05 ØXÏ "
b"'.@€\e\x7F I4±qVÞmÃ\x16 œ "
b"ã\x17\t ecÝH╠▓îìú%\x01 ¸Ç "
b"\x15 ¦0l´\t Aèœßçl·Ðºû "
b"3\f ðïá<C׊Á08ƒNk9 "
b"^Ÿ-]\x02 $L5‡\x1F Z\x14 OQ™Þ "
b"û}å\x11 SÐLPŒÜÐd\x04 ¶—¢ "
b"EÐ\x13 úSmOûš\x05 ‚¸*/®Ë "
b"\x16\t åó¯hNs¶ÙŸsV»™\x10 "
b"""
¢\f\x04 ¯ø^O\n
¡Ü‚ª]ˆ]\x05
"""
b"»^RB\x1C òA¹¡¸\x00 8à£—Ì "
b"\x12 ПürÀJŽ¥€r:†°Ô- "
b"Ù╣&┌Q(EYìÈd\x19 á7h] "
b"2î©Õ\x1F EHÿìä\x10\x05 ùeþÙ "
b"B[Þ<È\x1D B²¿š2L›\f ,R "
b"ÑY`.ÊJH¤–ɵ‚\x1E\x02 y9 "
b"#Ô¬^YoB\f ’Bë"o‘DÄ "
b"ÌLj\x16 ßÇGíµ¶HÌìqe¦ "
b"ph¤y°┼M_ê³E▀ì´*├ "
b"–/¦B’´Gg©,éNõÑ’) "
b"Õã╠ç─âIrìD¿[üØ©h "
b"Ða|Xý[F\x7F °Tÿ~Íøg¨ "
b"`ÈØ}t\r Dþö6Rþt\x13 M╗ "
b"]hiÉz\x12 H„·\r ·Å\x03 jü% "
b"á+”|ÀáAAµÈkdPCl\x1D "
b"(G┼W¾´O*ü½MÈ|´å\x16 "
b"^V'§|ÚLeŠMlx»â\x1A | "
b"¸æk\x1D ¸lN\x02 ŒµÎŽÒ¦Áh "
b"ZäšI–3CxŠc°Ü±!ÔÏ "
b"²ˆäö¤\x0E K¸¾Úl\x19 ½\x1A ¡b "
b"¡E┤x¨\x04 HªÅiZ╝å6OÚ "
b"d\x0F\x16 ZªÍ@Oª•BæÚ¼ \f "
b"┴8ÁWØaKcûý┴┬·ÛªÈ "
b"Þrši=oC\x10 §#øá¿\x15 ¢÷ "
b"yIb¯F&L.‹¿‹w”›€ò "
b"`P\x10 éðÛJæü6þÜÈz/~ "
b"=¢ÅþP\x1C Lï¡æ\x01 "ÃB\x16 Z "
b"+*D\r {\x0F MJ¢\x18 &Ø█\f ïK "
b",Åx\x1F\x19 ‡I˪Àí~õ<a¡ "
b"¯ ÇÃ>;G;¼ì¬[‹IÚ© "
b"pá\x06 Å(kHS│F┴COÖ\x7F ╗ "
b"ûlî\x05 y"C3·‡xÐ2˜N— "
b"Ke{®ô÷DÀöüꥡ-â\t "
b"•,à\x03 KýMr‚UÀ1ôùŽ\x08 "
b"¹0›\x14 ‹iF'µŸJaYÔþ› "
b"µNÄCåYDûŠÆN‹\e PW• "
b"á'zNGËA\x16 šõ)zã\x1D\x0E £ "
b"\x05 Þ\x16 /\x14 >L›—\f\x08 iJœ“ã "
b"sbqP©ÔDò¯Ú2ù{7h "
b"eÁACjRJ€…NßÝ¿›\x07 # "
b"Øq®\f h‚F÷©ZAj‘Ž“[ "
b"v¿Œ]Bó@Ë¡\x1E p/Ù˜Q’ "
b"ê™1º˜\x13 H¬ªIÕó|‹ïf "
b"-À·é¿ÑKc¿æ’é½Y5û "
b"¬ÿT|¹┴B\x16 òo\x06 ÃÁÅC} "
b"K²ûÚ.¡Nð‚uçWŽò:³ "
b"\x03 ÂL\x04 Y,F\x02 ‰äƒfµ’ß\x1C "
b"\x11 }|\x10 ²iJ~üa¬#°\r 7. "
b"õ\r áq«ÚC\x15 ®Vç†m\x06 ½\x0F "
b"’ëäÞ1wEe¯Ûåo kŽ2 "
b"'Jj\x10 XÆ@>ˆµ}\x08 Ú3¬Ô "
b"ß³ ¹¶\x19 F¿ÜúØûåG-c "
b"╩ë\x07 ß>╦F\v ë\t ╣n)▀╗ü "
b" õBüëE┘»G<├ä?×\x17 "
b"áß└ƒ■╔L¶å╬®¤\x10 üÞÞ "
b"Ü@åÁdŠIªŠ»û\x06 [#æî "
b"\x07 ê\x1A\x0F\x06\x17 Dv³\f\x16 °—9…¹ "
b"4Q}x©°Dõ¡Ï%k¸<Þh "
b"▄└½L\x14 åIÐü¿µ>Ba\x13 ö "
b"#\x10 Àd»dAıÜ´Õ\x19 ü,c╠ "
b"—Õ\x7F LωLàžûcþä”\x0E "
b"<©ÄÑ6ùEX¬Å\t\f ýV▀g "
b"<K[¿D\x16 A░Á\ü"\x1F ãx¦ "
b"°c3/Q\x11 @½’\x07 ±ž¶ÃrØ "
b"¼ïr7:XL\x15 ˜s\x0E ý\x1E p?\e "
b"""
–”×[¨ÉK\n
¦…\t Œoºõ\
"""
b"s½KdætG²Ñy£(V▒Åm "
b"I\r ┼_\x16 ÂDñÂD@Å\x01 ├\t "
b"\x08 ~@îz\x02 Bª€m\x07 oE~\x04 _ "
b"F\x1A l}áûF4¢ôZ„Ù\x1A ˜¡ "
b"J]À¤~\x05 Ln’Ia/•Êq\x1C "
b"go¸>nNOñˆá\e ^ö\x00 ƒd "
b"|!Í©àøHi‚@Ýc€ªÝ "
b"ñ\x07 ╔K\x12 XI)Å86ë¬Ë╣S "
b"\x7F ”áàè»H1¥4]\x19 .™œç "
b"٧ňÛä@\x0F ³œûÅþÂ\x05\t "
b"_\t #W¾(B5Œ\x13 äÇšl\e ð "
b"¨P<HÙ\x05 J!ƒàlR?\x0E ?P "
b"ib‹09ÊE ¿\x08\v gªNOp "
b"¸Z°±ó\x13 HË›¶¼–EÀ¼¬ "
b"â\x05 /ÅǽMµå3oH\x14 Ô¤å "
b"\x16\x12 ŒÚÒTDþ•Z#}(!â] "
b"VUßeyÅ@0öÌúMÎÒMW "
b"r^=ë\e <A¨üQ\x08 R7ûÈ» "
b"‗▄h3´¾H0½N╗ß;ÚXü "
b"«ÿ╚\x06 ÕÅDmƒîxH╩¯\x03 ┤ "
b"°¬j”•=GÉŠá‘Çl\v '\n "
b"®y°\x04 »*H`•µE¦¾Ðê± "
b"íP!Ù\x04 !Cø©ž4M\x15 ¼&¡ "
b"\x16\x0E “õ'ðI|ªÐ^¼ÓÜ\x06 î "
b"ááš×~ØKf¿óTu[Mr4 "
b"¸╔║lM@ê╣ÄÎûæ¶Ðü "
b"® ò\t CÈNH¸oÿãm¢pò "
b"ËJ=®OªE<¥1ºÀwgîF "
b"UQ7ïðˆE\x16 Ÿjõ¹{po\x02 "
b"ûÓ1½¿P@lì0Æä©^ÞS "
b"¬\x7F\x01 9Ì\x14 Mž©º\e ¨ø[y\x05 "
b"┐®èB\t XC╚¢=7.*Øæ "
b"Åü├(Ä\x16 L├¢ÂQáØÌbÌ "
b"rhÚ´ù¼Fʃ\x1A å^ÿáŸø "
b"xf,┤\x07 ±J|Ø̨*\x0F _¿ı "
b"¢`µdKÂDí³\x07 ;q÷ƒƒƒ "
b"÷!░S╚oEÓñ\e uoÅ}#\e "
b"œ7!r\t ]G¬”“š)Ò쪗 "
b"ºÀÑØFñFB¢Ù6J \x11 ƒ² "
b"R:┤²ıFB\x13 ª;ZØès\x19 ñ "
b"ûÎ6{:\x0F O/ª¨êFCÒ‘ˆ "
b"ûd\x1D\x02\x07 êHÖ“#ΊÊK\x16 . "
b""\¾)ßZG╝ä░¿q+┤ìI "
b"*▄\x12 ´Ç\x1C @ØîZ$U¿]Q┴ "
b"„M¥¯_ÍBô¨§—\x14 ©3<; "
b"œLÍ\x7F ;\x1A NŠ²(›ˆqê÷* "
b"╝jÒ89wI\x17 ö\x0F ÀBì\x07\x0F ┌ "
b"#™òÚW1@\x14 ³jó\x18 ÷ÿ\v z "
b"¡Îa\x1F p”@g´˜\v\x04 ô\v Ýd "
b""\x02 @‰ûKJ ‰¸/‘r«M "
b"!Y”Ñb<N\x13 ¶Ê»qPýrZ "
b"©G\x04 ¼\x1A LJ\x18 †\x10 š¶äÄâl "
b"¯NæS«¥Ac„å"6©n«« "
b"p¾Â1JDA-ŸÛy½#çfý "
b"\r {\x17 +ƒ═@\x03 ìKö_å╬-E "
b":y´ ‡N\x13 ¬c\x18 V\x1C .\x14 I "
b"\f ´0¡%I¨É|┬╬þÖD "
b"C©™½žðL±¯îA+´ç6¿ "
b"ÅqS?$UH‰µÍC^\x02 T$O "
b"Æ=¨@└TKpÅÒ\f Ø╗¢E] "
b"\x12 ‹qCˆ–F•£jý¬ç hP "
b"u´&Â>7L\x18 ôÏ\x1F ¦─\x1D ز "
b"ÔX¬\x13 hsG˨É9nþs1ì "
b"¥‘0ß\\x1A F\x12 ÉÕî÷{ž/ "
b"Ažœ\x10 0qHA«^Ÿc´gçê "
b"€\x1D 1÷\x0F úB)‚€1Â'÷ã‚ "
b"L\x01 6¸\r jL:©ñ%kª˜GŠ "
b"£\x19 ˜´øA"ž‡‹\r \x7F ó\x06 Ð "
b"ÍF:"Å{Ct║]Û:´BÄÇ "
b"K\x19 }¢\x1F ±I9˜Î‡ìÊ?¶2 "
b"Üqwy\x01\x16 A¼«ÉÔ^3─̤ "
b"'´¿À\x06 þA7®\r ai‡.Ï+ "
b"ðœk„¨ËN½…'jRêô‘‰ "
b"""
v0>)ĪF\n
œAY\x06 q`%M
"""
b"íuûI61AH©¡>Ò’ÔTT "
b"ᜤv\x01 ¯O6‘RÊoÕ-X\x1C "
b"Ï0–^\e ÓFýµ‹8mç\f ,ü "
b"™\e ‚\r ¹iDˆ°Ù‘¨\x13 Írô "
b"T\x16 ÚP\¥J,—ñÍ\x10 û¾\\n "
b"ÿM6¸\f ØD\x1F ¢·TF¤© ¥ "
b"$┘àJ Ø@\x06 »ØÔ\e ■¬'Z "
b"\x04 Ü€\x04 ñ(L\r ¥¯(p¢Õ]O "
b"Øê‡O \e Kc¾\x05 îLUJLO "
b"Gã╝\x1E\t\x12 LMælØ│Wx%* "
b"ÌNÁl/0MB¡\x00 “æá^o\x1F "
b"Ÿ–©ŒÐC ƒøÎù8$û\v "
b"É┐f`T\x7F DàÉZÌÛÒÈâ« "
b"æµý‚p¿Jœ·'Šò Ú\x12 ª "
b"“Æž"\r ŒI3©‚Áu)Ôæ9 "
b"39ƒÚ¦\t EâˆYž\f t%LQ "
b"€£=\Ò¿F¯»Y¡¸ƒ¾8\x01 "
b"DA CZòJÚ˜46oÓöor "
b"‡~Š\x1F ,¢MÇ”…:…yqÕm "
b"&¿¨¾¡ÉC/¿@=‘ŽLÀŠ "
b"\x1F ±êÅYõGÈüd╚D!¨Ó\x0F "
b"""
ø#å\x12\x17 sBå¦À/+\x7F \n
0_
"""
b"ÓR ,ÔºIï¨\x12 úß\e l%B "
b"ؘ¯dˆ9GÊŽè±|\x05 ¦;y "
b"g ─1ò°E§¥╗Ø\x15 c╝\r ƒ "
b"Œy”}ûßMˆœ«ÔH3ª=Õ "
b"ÔRjÌ£ÍA†¦Q\x08 € õú\x1A "
b"ÑšI··2E¥‰Yž\x15 ¬Ø(\v "
b"ÑtØŠ¢›G^ Oöùšë\x1F ” "
b"""
I‹ŒÆn4MÀ·n\x1F\x15\x1F \n
¯ä
"""
b"\e W\x00 àeoC\x02 Âò{.åNÅ¥ "
b"¤…bûKðKµ™Ó\x1E\t\x07 ³ãü "
b"7ÿúÔ\x1D óGñ ƒðÉkàºÁ "
b"-ÉÏÐS0DnÂ\x12 ╚╦t6╠I "
b"ê\v 2ë[KHç…\x18 B‹âd†\x1A "
b"\x02\x1F «Î$òM\x0F ôÓ─HÅ\x01 qW "
b"|\x16 ©ª~…G\x1D “›ì£¾ÚÁç "
b"\x16 Ñt'Á¥AfŸj \ï˜xÆ "
b"Þ\v @┌¾^I\x04 ü:Y\x00\x04 ì?æ "
b"[\x19 MJ&Né½!aã5jØÅ "
b" \x14\x1D ƒz=Bw©\x10 'ÁÉ{ºJ "
b"pÛ%î\x02 ÎF▓É\x13 ÛÝIß]\x1A "
b"\x00 ½\x1A\x04 ÖÝE·uŠÔÿ°`Ó "
b"¥‘O%ZZA½Œ€/É\x0F Ü7¬ "
b"¬\x08 ÅeíðA│½#^\x07 ÝñÃ\t "
b"Ž¢/ÁvaH…‹7ÄQB}×y "
b"╝▓└W¼õAÁüÒcøl¯ün "
b"¨x®(óüK_ØsÁ\x00 `r▀ý "
b"Ì\x19 ×<\x14 ╗Lüó\x11 T\x01 ÛQ½x "
b"A8ê\║\x00 H\x05 Å╬ñ¼*96À "
b"^ø*\x03 ÍN\x10 ¾8´àÿir\x02 "
b"\x13 ƒ5J\x10\e @ÿ‰†Sö\e Äæ¾ "
b"Š\x7F 1\x01 ¶\x1C I\x01 ¸2mýt6¢» "
b"+Æ\x13\x1A 2RJ>Â\x12\x19 ░\x16 g?É "
b"\ùËT¾▄A█×ENüC═: "
b"""
ñ%\x15 ,Ș@.ƒ\n
N~¡ú\x1C Ú
"""
b"ñ{‹ÝèâE0›Hî±àõ‚Ü "
b"(â\x01 K_6Jà¤K^ÿÆ4ÍH "
b"\x03 ±?2¤¬N»¦f\x18 É™bÈH "
b"ò¾x˜•“NgŠÖ°þ…CF™ "
b"P4¸üR+A\r ¸BÿŸÇÛaÙ "
b"Ù¥RÉGSG‡·\x07 º™Ë™\x15 8 "
b"—(ÄÈ9°FŽ®€\x16\x1C\x00 Ž\v Á "
b"är.\x06 ¯šOé¡ÄwÕÙ:R¢ "
b"Ò~Ê>€OJ9£ú’m\x02 ü\x06 l "
b"#3\x1A yè/BÉ›ÄìN".]` "
b"öŽ\x19 *«(FRˆÚÐð„L'Ÿ "
b"}¯\x1F å}HA²ä·çèjº8 "
b";Ð\x1A ¾ COŒð\x00 0€÷ùÿ "
b"B\x11 ¾÷á\x06 F¢¬¸‘²ŽÞ\x7F º "
b"´„È¢0€L|©Ôšû%\x1C $ú "
b"v\x7F x[`*KQîv┐\v êßñÉ "
b"su^\e\x02 !O¯Œë\x03 »`¦\x1E Ü "
b"9cW¼LâE:¨ãø•´\x0F }Y "
b"à\x10\x05 ¶\v C@Ž¿¾.R^XNÖ "
b"{║ÔC\x02 ÆO┤É$Îz\e ø¼Ú "
b"²ôI€«÷LðœˆdÒ®â\x18 & "
b";צr*Nl‚D\x10 ×-…Ú‘ "
b"Þ\x14 Þ`8\x02 F\x08 ®s¥ôYIÐ\x02 "
b"ì├ú\x13 ×RLé╣╚¢©\t ╔▄á "
b"Kw)>\x1F ×Gé▒\x07 TÉBöF╝ "
b"\x1F £:CÖÄN«¢\x13 Ð\x7F ´ýß’ "
b"\x7F )\\x02 q\f JQº©¦IÚïjö "
b"]IÇX\x10 OM·¦\x12 ½I\x17 Í\x10 ¢ "
b"üõ│9Fá •·€Ôyà¿ "
b"÷Kí~Q‚A‡Š\x05 LíˆTêO "
b"=\x04 Õàþ▓JªÉT·3Òñã\x0F "
b"\x10 "\x02 Ÿ?ôLè<Ž#“\x1E —Ö "
b"Aue,{íG\v ¼¶e\x18 Ç\x10 ø& "
b"µrèOÙÚB¾©©;\x13 ”©eã "
b"9ö▒╣\x0E bMØ▒%:éE‗Ü\x1C "
b"*6Õ¡]¹JÊ«[³¼6&ôT "
b"¯ý\r œAyKª‹ !¢<Rö "
b"&F›vUóO3Žé\x16 TˆÆô "
b"ø\x03 ú┴@7HXüÕ ÉLEj¹ "
b"‹\x07 AýqFAR¤à‘™¿*Í\x14 "
b"ô\x15 0Ïv’Oï„«}Ö‚6ÑF "
b"ü\x00\x1F kÕHKË░ëclã╣\x06 ä "
b"ÍsÔÐ▄D¨╝Pé\x03 æ║ÅÚ "
b"r¿Ð\x1E ˆÕH}¼Ó•ŽDa˜7 "
b"Ql•ÕÎýA,”of"„sl\x0E "
b"s67¹$±LCò³òü³»È_ "
b"‰ÎCWKtB\x1A ¥†a~?_Ãï "
b"^ì9V)▒L\f Â;\x07 ╬º■~P "
b"Ü»·Ò,\v D’‹Ò\x01\x14 ¢\x04 %q "
b"╔\x0F ╩ìê%NïÑ▒@d\x11 â¨" "
b"Àf™¸a^DH¹÷ÕŽ§~l\x05 "
b"\x1A =¤1ª\x1C Oc’ß÷«\x0E MVX "
b"ùŸ"€\x16 ÌGíº®‰·E§bß "
b"ú\x12\x16\x14 Ü®DäŠh¯j\x1F A…~ "
b"”\x06 –æKS@!/G\x06 ›¬\M "
b"Sâ4QðsL\x0E ‡\x04 ßìbÆ.õ "
b"""
ÍLÑè?\n
Du™\x13 ±ë>ÆÅ´
"""
b"\x10\x18 ö¦©óFñLfwåád÷ "
b"/k•\x10 ²Ö@[¤\v xt¿VÉ~ "
b"¹°ÉȦ~EàÑÍ\x08 H▄:ï▀ "
b"È—©+\x18 ¾D^œ\x04 êFYiç\x0E "
b"fF!#(\x1C D\x13 ‡\x7F >NÉÛ¦÷ "
b"xfqWÒäCC«\x01 ¢Ä\x08 gF "
b"\x18 É×*\x7F ïHh¯Ê\x1E Û´\\e\x11 "
b"äk\x1D "2ÕL2·Âë'žÑŸœ "
b"a}µ¬uˆI´‚ȶ!\x17\x15 €Ò "
b"AÙ<ìl¶I’§ò œs¨4 "
b"æÇ}®µ–@WŠ—ºÉÀ¢7a "
b"oÁ™RGhFÿ€o±ÉÇHlõ "
b"ç\x0E wg\x04 VGß‚£QV5¦ÕJ "
b"I‰OíÚ9Dì¸dÙ«ï–\x1E\x03 "
b"¹\x1C\x1F þé9C┐Ü├\x03 ^Ùr¸Ø "
b"\f ½qâH\x11 Oš´”\x19 ÜÌ=Ýb "
b"Ô8¿Î0ÚJ\x19 ª~©ó‡2¼( "
b"“„‘u\t tEn‹%\r õ÷DKÇ "
b"""
Ý–~5…"O\x03 €Ë\n
53·]6
"""
b"3S¡\x10 0‚LI˜™ëƒ‰€1E "
b"ÎÀ\x00 k¯ØF¤ž8š]@\x15 Q£ "
b"\x19 Â\x11 ÁÀNF1“cp–UF\x01 c "
b"¬8¯juZI„Œ\x13 Û\x12 <¥H+ "
b"i,§PÛN\šsä\x0F ¼†ç\x16 "
b"å{¥2õRK;¥®ðÉQcMï "
b"Yº˜ÂÉ)N\x13 µ\x12 `ÌæýÈò "
b"XÆlðÒƒC\f «k\x07 '¶¨XZ "
b"""
¬\x01 ║QìoGáÂ\x1A Ý\x06 s\n
âÕ
"""
b"áÈæ\x15 ▄\x08 Oëìr‗+ç¹,Q "
b"¶"T\v Ý░Gqñ49*$\x1A\x1E Ø "
b"çJÑá€ñGµŒfŠËœ\x1A EÚ "
b"×\x18 ÀÃûóH’€aµc¨ª\x14 2 "
b"ýáìép─O\x05 â\x04 i¾┴2:A "
b"ü^\x06 â\x03 ¦Kcï$]ÊAÛ*\x02 "
b"=’åÞ¢\x1E G\x7F ‚Fá¶Éü\x0E „ "
b"§üÈUd¬Hþ¿jÇ„š\x10 »Ì "
b"\x07 óñðxÇMÖ‰±\x1E þx¸(= "
b"ì\x12\x18 ┌\x1D [L@¥¥ä¦{╩P2 "
b"jp\f ª¾®J\x02 “\x00 "ËÙBC] "
b"H5úWÉZNg•–:>ûÍùö "
b"z─gÚ<│LÉÉÙ└¾5Ê>à "
b"¢²Õ.^-H;ü·ðT_\x0E\x11 7 "
b"\x08 ÷¸+\r O═½r~TÍé\f ü "
b"?HUǪUDa“\x7F\x7F H#mT{ "
b"8vÿõŒ1El²ñ€T \r \x1D B "
b"5¡ÉQ¦\x7F B'«nÆÂ}¶©œ "
b"gy<Ð\x7F ˆG]®;\x19 ú\x01 ˲ª "
b"—ËŸ0=9G Ž\t ê«*‘¿\e "
b"\x15 :ý4\x1A ÉII„8ÜDP\x07 °\n "
b"=\x18 _<ÖzJѻҼ{ñ¢/+ "
b"#\v ö5e“O鯺º5c\x1E }H "
b"¤ƒ\e Ÿ…:I\‡7`Ì°Ìë- "
b"Ï\x16 '\x11 %aLçŒ÷9Š“t‰\x01 "
b"\x01 9;`ü7NÄŤ&╦\t └á\x1C "
b"┼\x04 û\x17 ®Nÿé¬Øô3PQ "
b"`÷·\f WØDŒ°°\x11 çÖ+˜) "
b";-¬\x1D ƒËIi¦óJ¡4ÇeÊ "
b"Pý¦É└áNy╣à~╣íÜ.¡ "
b"Ã├Ï+!üE\x03 ç&5åP\x02 Nz "
b"¼ Í*MßKŠžb£ŸQýž\f "
b"§Ý<,l€@“›aŸ™U\x17 8N "
b"¶¡É4\v ²L8¼cƒfëÚȵ "
b"{ÈFþ´;GÆŽP\x08 ùSÚçÿ "
b"”*ÌÉÖÿD¾½wÏN\x18 „:3 "
b"û3{\r ·kLn‰,J\x12 C[lS "
b"q~s\x05 X3EX¦ƒ¹µ*úoŸ "
b"ôÁÅ\x08\x1C AGÀY\x1A -[├N6 "
b"GP}"¡vI½‚•ƒ€ÒC»S "
b"&‘Z9Û\f E®£\x10 ²un9±í "
b"±¡\x07 ŠÍ‰G'»×¹·À…ë\x18 "
b"Pr‰yLÿ@\x11 ‚)Å\x05 AìJ\x1D "
b"ðñjz\x1A öIÒ˜…\x7F õ#oý¥ "
b"ä*CwBÏJ¹¯Ú\x1E ?‹a\x06 t "
b"Ê\x05 v«\r S@!ª┼8ûò^ÔÉ "
b"8\x02\v ½MÖDØ£ÆcS┘\x08 ²» "
b"\x10 4Éš\e %K\x05 ¸’˜`NÆÛ´ "
b"Téèúè1Kr†À5íàc\f = "
b"½\x14 ç\t\x07\x04 L–‡y1œ'áI "
b"É8óT„M\x00 ¬ÃÛ«úØbÔ "
b"þ†æ¦®\x1D F\v …é\x13 yÙ[Y± "
b"y6Ï\x19 Ô)Iv¼}ÙJCÕ\x03 r "
b"«\x11 ÔÅ┌¥EáíâµI%\f ]K "
b"§ìéY├)@\x02 Á\x0F á{T<P5 "
b"zŸ¢ñì‡@ë€\x1E 9×`ÓÕî "
b"""
à9¨_ÈbIo„?Š\n
lq•Í
"""
b"\x02 êׄ¶\x1A GP‚)G*>Ž_D "
b"tä\x13 w9OH'¢Í"ëXÛq^ "
b"K[c0\x01 ]B\x1D Å6M6~t\x03\x18 "
b"·Ð]\x16 ÅòI‰¢mÑ,"Â!N "
b"\x0E _\x16 7KGJªZ\x7F æÎOûî "
b"6ï\x03 3I┐GèÉ│6N\x05 Íı/ "
b"©Ig‡!\x0E @¯‚b¾-1\v d¥ "
b"w╬OºÉ\x04 J\x03 ¥▀Nluæ\x1E ı "
b"Ajè\x15 ¨AsÇÉ¡Ã\x01 Ñ}ı "
b"ðDl|KÇN[üŽ+aî(├ "
b"Æ║kYÌ6O°É║\x0E t░5@╝ "
b"¸}Ã`\x10 äN„²U\f pÒg\x06 "
b"ùã%TüµMÀ°ÿÓ´h]sÖ "
b"_\‡A+¾E”¢‰,ò\x17 áD& "
b"q═#,éäApŶûWVÊB» "
b"ä©9TÅÃG£†˜\x1C ¾¯ŸFY "
b"ê¸\x0E úG#A›‹\x08 ¯Mm\x0E ã© "
b"†ù\x7F Öþ]A#¡\x1A ŽmS\v Þ: "
b"Hð│@RDB%Å5\x08 ½ÆBx "
b"¥ç¶\x1C R×N\x18 ¨¦zÄž÷Ä "
b"lbö0S\v FÔ¡%\x18 e<Ũþ "
b"®\x07 Žy‚&A¡¼\x1D ”þÄûlP "
b"ªæ@▀└ØL┌¼\x1F b)█õÂA "
b"¸zø3±îIتÏÏ 3Œ\x07 ] "
b"H9—a[7AÒ¥+nq}æºK "
b"""
v"„'Ã!B\n
ŽÛ<s)Cîÿ
"""
b"æJïòÍAAq„JÄþÌw¡\x16 "
b"t”ü!\x15 #NMŸm\x1D éò\v ¬ "
b"\x18 d\x0F ^U´L±¬á4«%î¶m "
b"\e vG~\x15 åLð³-á•™JÿÚ "
b"§=èP:ùDeØö\x17 û÷©iï "
b"ظb_ƒùN\x14 Ö´õ\x13 ┌*Õ+ "
b"í\x1C Qf\x06 «Bo¿äVž|OOŽ "
b"•÷Ë—7\x03 AŒ”\x16 3a\x7F }i` "
b"!¯\x16 A9]JCž¸lVÌšù; "
b"ÍjUm╩,A]ÉØ\x19 Â\x04 ú╦D "
b"\x10 UPþ½uAr£b½ÿàmÅ3 "
b"/│¢\x18\x0E ÅI╝íF╠5&ƒ┴i "
b"""
|݃¹;\n
@¯’™«MÅ¥{S
"""
b"╝³\x04\x1A\x13 !@D│×Dì2g}▄ "
b"[§£í<æAµšèU¢PW’ "
b"\x01 £1*™d@S§Ñ\x0E ôO\x17 z6 "
b" Û®ÅzÔ@u¯Îâ\x17 Ís:ø "
b"4\x08 Ç\x7F .zOêƒË¤ÌQ¬\x1A ^ "
b"6P\x03 m\r ËIÁše&Ĩ‚\e ‹ "
b"EÛÓ”CãCø–3šŠ{íCò "
b"\x12 )\f y\x16 `Lžž|7aë-¢C "
b"™@\x08 °\x17 Q@›¬e0])šlR "
b"|┤Lì?aH½Á¶åd│³øe "
b"Jh}\x1C BDI`˜ÅM’’`*å "
b"®Ó†Ø8šG<£¸b"%%È™ "
b"!ü¦(╚{N2ó;\x0E XB╦¦r "
b"£\x06 Çê\x03 £FÑØä%8¼\x19\x18\x01 "
b"Z\x10 Þì┼B®½½nô¡┐h¬ "
b",\x12 Ø„áïOè“\x19 §G<:²> "
b"^ À¬žÙAJµ´ÕÃY-á\e "
b"™é™Ž\x1E ‰OÆ›˜mã«Åvƒ "
b"\f ¿?][\x0E E\x1E ŠdËÁ\x02 «ì» "
b"\x13 ÞÔáˆÐNŠ–¢&›wk \x0E "
b"\x1C ògƒÕ@Oû±À¬_¯O\x06 7 "
b"59¯Î'RLƼ?\r 6\x15 83c "
b"²\x02\x12 †\f óNi–HÈ’Ëâ "
b"¦€=lÞ“I¼„\x03 Iž\x15\x12 =\x17 "
b"+╗nü8║Eø¼kÐ=â{µ "
b"Bo‚‰mjMÛ»Üp*\f ÓÝÚ "
b"Ç\x01 ï4Ï EżÆ{"Ý°Ø "
b"µëâ┼áøF>ø½ÅMFµÃ\x12 "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"³QY4±¦Cìx Q½Vèd "
b"\x03 Ýßço¬Ešµhò¯Lú\x12 ” "
b"/\x1E\x01 Bj\e Ls¹Þe’Í3©; "
b"S”K\v b°D3‹¥\x12 á\v \\v o "
b"ƒ„$û<ðK(žûƒCšßb "
b"Þò÷Ò!;C@¤¡8ûËÈü\x00 "
b"¬IÏe†ñN&¬‘²#)xD\r "
b"¬×^Wú;Dq“+\x12 ²¿1\x14 3 "
b"6Öß\x12 G'F5çV+ØG¯o\x19 "
b"#Û┌E®/DkØõ\x7F }╔\x06 ¡¾ "
b"ôX¡¡xœEQ»Íšj%p¥N "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
null
]
SELECT
LOWER (
HEX (`product.options` . `id` )
) as `options.key` ,
COUNT (`product` . `id` ) as `options.count`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id`
AND `product` . `version_id` = `product.options.mapping` . `product_version_id`
LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
(
`product` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
OR `product` . `parent_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
)
AND NOT (`product` . `display_group` < = > ? )
)
)
GROUP BY
`product.options` . `id`
Copy
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND (((`product` . `id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 ) OR `product` . `parent_id` IN (0xA75109E0AF5C4A2FAE3C539285D431EB , 0xCCA2D0ADBFD942EF85661A89AE291934 , 0xCD58F86BC9584A43BC9F09C1F116F3FF , 0xBB2B191CE2E1448A9F55411732B6865D , 0x6DFEDED9AC0847A8A8592A196102A616 , 0x0C5BF60E1DE84242ACE4B4FECD7CCA7A , 0x3774CABBFFE3496B940897ADF03CCD6F , 0xDF7C8BDB42C6439793FF4F56A65A3FFC , 0x5BC22C42854345ABA12750A821A3B00A , 0xFA225749D12F44B6BD819AD035196BA9 , 0xEFC823D008504ABB9B7AA8F1E87F904E , 0x0FF108C8D56741DBA77BCBAE3B66558F , 0xC4DAC140B03E43C293350B81EC636AB7 , 0x54F9122012C8475B85925E1C4AFB15D3 , 0x0707BF8E8E044B29967A797643F7A839 , 0x9467E9AC0CFD45DDA79C2C223332F29C , 0x02343CC7CE4E4E428FFB4757A1BB50FC , 0xAA94D5269D3243D98D09ADCA3C203DA3 , 0xAE124088897B4B649F4FEEF73123D634 , 0xAAE01FA9A2574AC3AEA689B41A536D67 , 0x8559D854B15B4CAD82739DADDC48A74F , 0x6542376A5E0948FB872369738257C9BF , 0x47206B983EF44F50A4A75040D97BD619 , 0x033ED42D6110488C9278F9CF284DA685 , 0x6585EBDF33CE4318B1FE92F4BA18CE13 , 0xB1A374DD2A8048DD8A13F8E9F1080B17 , 0xF9DA752E460441C38E7C7141750DBD98 , 0x10610420031E4200A22BD8137F341E2B , 0x50F9F1CAEB9A47128B89EDE8C021080C , 0x71F29636FF2541839E43A76DB9C295DD , 0xCF0FE3CC46ED4E2691C7AC2B885ECA67 , 0x475FAEDD51424FC3AD992251F0081CF6 , 0x4DA7E63B61524DA0A8150F5FB0E1EBC5 , 0xD3C3CA68605F4F158862F2BFDD60A2B9 , 0xE031A485F1CF47B4A2369DE7E49C8E58 , 0xED25D502407A483FB83DD4924F4276F0 , 0x5FFBE213673E48059FFEF93DF71EC476 , 0x6FDDB320683644EE96EE9733963767F7 , 0x415E5B048ED04978AAAEE91FDF5912A5 , 0x8620C422806C463A894AD826545FA50F , 0xAD84D6CF5D8E40F79B210E39C6109A68 , 0x2B32C5C4E40F4D4C814D351D7BE35EDE , 0x24FCFDB4136A4CE5BB457E88D2E84199 , 0x053FB46CB5BD4227A482AD46A0E7CBD9 , 0x6CDF137F066A4A3180714C02EEA88D1B , 0xF1747A9095F8497191B3E15459DFDD5E , 0x218F5E855A0748C899D8DE73ED9BD5E5 , 0x347739C72FB147A8A9F7A1826F9401BD , 0x316E7C0FF6DD45829CAD5FE23006038C , 0x13CD10C7CC744D8D8BC94C8F3792B83B , 0xA1F3DAD4D40B44F9AF6E4984964A414C , 0x0EB0E376BA584C29BF7E8F24841315C5 , 0x8BB6C0484A464CD2BE6240682F353B73 , 0x3F68ADA4A1954C5F9D41600D92C2D857 , 0x54237E89979542C69C7404FF71828254 , 0xBB4B169D72364FE48F009A2E4D57DB2E , 0x18BDBF8C965145DEBCEC9820FAA3A8FC , 0x182DB71F75584659B4CA2E4C02AFBEF8 , 0xDB8E5840BBF944058801B0ACED5B5BFF , 0x1F493B3CCB6E47C19F57F6D33C1F210B , 0x30F296F8C33F46D595AEDF0633454B92 , 0xE711D1F3EF394E7393C44589D37CBF61 , 0x468973DC63D141E495AF54B4F2DCB243 , 0x732140C659FF49A7A9668CE1CDEDEA50 , 0x4941B740FF0E4313955FCE17F76D763F , 0x14C3EDADA872435DA2EA565BF10095EB , 0xA35764093AF84E71B459DC476773EE28 , 0x4425C986BD554356BA0725A13C1EC311 , 0x5896E42C0D3B40908DDDFC81B616B892 , 0x70BF2BC7B11042A3BAC9B2E4C6E285AB , 0x0A7EA66F4AB64F0FA57BA7F1BB4DB942 , 0xA11737A71EF141D0BE25A779A117486C , 0x31CFC16BC84046C68E19B3AA90FE7288 , 0xB1E618E73E51455AB95D01CC847C073F , 0x00F2DB832B614C69AFA6503BF3D0B7B3 , 0xF30C2DCE7C7844349D2BDDFB94C64F53 , 0xD99121946E3D488FB432BF5465D5F8B8 , 0x90CE8DDC28FC49338362AED400445BBE , 0x0CC39293DA85421CA3728BE8C3AEE17B , 0x94FD22D1203E4BC2B9C6D50C1898817D , 0x89FF35BF18194BBDAD4B26FFB251503C , 0x66495F7C8E814B849162DB594211C437 , 0xB7F9D6F3222D4EDFB91FBFA5E1259423 , 0x38F0792A6DE540CD8CB2034DD6B05C5E , 0xF21FA2962D344E0BA326FEC48CC26087 , 0x45189104F01748A3B6DFCF35E539C609 , 0xE226A2007FB24444A249A2B12DE60B60 , 0x98961A51CAE1439DB8362957451B0C97 , 0x14DE5FC4CFCB4B77A5101265F0666453 , 0xF09EB7E015314FF285390A387002F246 , 0xA5B6418D1910406F8B5AED207C4215DD , 0xEE442C07DE6A445D820423D85D2DD6FA , 0xD82042D84A0E4AFEB0A5D42AEC3B005A , 0x9316E0CB1E0140F4BCED63642F8D4C73 , 0xE15F341788C4480FB826FF2B2B6E71C0 , 0x1E5F569091E0413E92DDEAF3998DBF9B , 0x6EE4E677FC8B40E8A039F0F2312A1350 , 0x9DF2E5E8CA3A46E0A25C3678BE20553F , 0xFD49FF50635445C2801E2C53506945CB , 0x624F93FF5F6D47A0878840D7BCAF7873 , 0x7EC332AA52D4400C99071667F5912EF8 , 0xFC50DE0381A74123A1775E6F34152CF9 , 0x7BC0360AB8EF44898C09C5FA309714B0 , 0x84145FE2460A4103BBB43935B288AF78 , 0xB55650A041304567828AF2B1FD1F3711 , 0x707B87BAC30D4F9B804DBDE1BF638E47 , 0x3859FDBA5AAB4AFC94F3EA63CDB1CBCC , 0x000F7EB1B2864D3EA135E2EC6D08192C , 0x876CC5E784ED430484D0F589F6DB2E26 , 0xD9FF740BC79D44F69E560E591848F070 , 0x9E1BA160CD17450CA87AE029AD38A7A2 , 0x6870014C4A9240B5B854D5C806F6FAE3 , 0xA2260054521A4ACA9B2D70D24A81298D , 0xE27AD9B22DF8495C9BB30E13DB3CDD94 , 0x66C0FD5A9EC04937A62FBEBD41BE03AE , 0x5618E0A09FA643C5A0418515D5B20D0A , 0xED4FCB57AAAB4DC5B9A8307B88223A66 , 0x3D72CD4A56E84EE699D7965E4BB2AE89 , 0xCB11AAF6A3FB424EAF4D7950344683FB , 0x8C994EAC6F174C348783F546884A106F , 0x200E1ADF87ED4E31B3EFB07CF5DC7BE2 , 0xCC75016C5A7E44D18CBDEBD0234B946D , 0xA0DE4413F9814085A839DBEC0D03BB9D , 0x26A6F334EAA4415BB54B45654A7D1943 , 0x3D217D628CCC4ED2908C6D17D1DC15EE , 0xFD7ECE01960F442B882A86F973BFBAAD , 0xD9D3D9E5AAD9492AA07DB269F3F226B4 , 0xCCF8FD56A83241A4B89A8F32F60455F0 , 0x6371178A03A24732843F5AC80755846B , 0x9A0C5688800B4F738C25F6F4E5598677 , 0xFA57E0EADCA64A9B86D34FA7E5D4C258 , 0x962265B974844E5EBC588012E2670E72 , 0xDBC59CEE3AFA4A3E89D8C72C4FD4340B , 0x9714CC0126D34486BF6AC0FB288AB1E7 , 0x502C8F28D34C4F07ACA74EDB9CAB4731 , 0x20E3713316554998862C1D66AE2EF0B6 , 0x06B3144AB847432BBDA77D960A498B66 , 0x88C0C42E91B948F6915B638BCCA8C176 , 0x1409251701064189A0C4596053538B8E , 0x62151F5F16834806BAD13A91B4E4241B , 0x68BCEAA40D2647FC9B8C0498CDA41375 , 0xBD041B16276B4B8EA2FCA52E11C242FE , 0xDC08DE4F38A14E479BA59B8C60AFEEEF , 0x261A520E48014521A846EC16F9AB6468 , 0x5B843A8EA8B14AAC9C3940F11355CE07 , 0x256CE49FA7944E76AFD13C7839E57C52 , 0x43A85DCD9D1D44E0A1E8A0FC0E9385C6 , 0xB4BCB05543DB4FB99A611EC80D0C30EA , 0xF4C0CE620D3D4BD98AFD3C93E3BFA23C , 0xC91C9C2EDA7D42B88D8E912B7110A986 , 0xDDA04C78138145728C5CD55F3FBB1056 , 0x8934FEE98E40428396723DDFE7F4FA45 , 0x17A0768971B74797997675E858D22CE5 , 0x484F68261A60404088AB7401FB3BCAEA , 0xD7458DACF74C4A5081D59E842A8F55DF , 0x7CAF4C03F85441A4A96F3991581F94F5 , 0x4409F3196F1A43B3A2FD75B2457E259E , 0xAE515BADEB714DFDA625CD5FCAA826A9 , 0x6FF3001135B0489FB85EAF6CDC0AE447 , 0x1C39A6081CD843CB8E057156D7341C36 , 0x45E8DB137FCE45C193B517477755E107 , 0x251FCABCE309411B98B8DD294AF5AECB , 0xB08621ACF5234B66847EF7B6122B3A8C , 0x4615CD703EBA4FD6A2475AAE05010DAB , 0xDCF27C2477E54AE9A0B86419818472FD , 0xB1466FF789C943AA9592DACA73F791F9 , 0x93AD352449BF4FDBAF32F7BED5346C28 , 0x22BC16D97E8E45E2995DCC718E9D75C4 , 0x9A2EAD04B4A64A3CA50DD9A6B818A13D , 0x0D075DE8A63643EA87F4CB43E9964DBD , 0x9CE5824921294981BD2E2E4D58D2831F , 0x08A1AA7A5F15408FB8D899FDD5803C5E , 0x3C94EA535AEF4C618C00B562A3EE0FD9 , 0x50DB8AA7B81D4D2AAB9D38400DEBA153 , 0x446131C255D84CC39C96FF32DD58497D , 0xCDA18B6CBD834C8790743D26D0A36EC5 , 0xF90AE424B0E0464F97DD6DF0092CC651 , 0x2839393DA4EB4CC0862D3A8CBF7630B9 , 0x0B759B25F06840F5A2006161AEB7FD62 , 0xE0F8071F3388470382F440F7164E36AA , 0x93A082C54D1E43F1963B88F67B682E9E , 0x3E97C47265F34507A26D2A7C664FA80B , 0xDAC57B33C72C4330914B62CB41328BC8 , 0x7B06366A2EB64F7698D3C583435F3D22 , 0xC9FDD92C3FD0417880B91B4F10DAEC05 , 0x745F21C8BF9B40C2B9A831A49C65B282 , 0x68F7E699AC254D62B2C095F21C13A937 , 0x16CD6AE32D9D4195B0AE463B84A312F9 , 0x03AEE4BFB32E4BF199496C5E89B86B75 , 0xE07474B914CB468C95E6DCA25B7310DE , 0x1511731CD0AD44C3A8126A136CE31F4B , 0x25AF51288E8F4327A719E94E7B2FCA74 , 0x460CD97A275C479494D2194E7E5E6840 , 0xFBEB7CAC984E41A798F3E078B3417798 , 0x988270AC466B40D0A3B0F02115320A24 , 0x932A779DD8474B4DA176A5BF8FB46412 , 0xBE75A022D11A4348AB0D4FEDE3F75AB5 , 0x8B523854952B4C9C92C6F0255C815BE2 , 0x9D648FA8E84C4C42810AC84150E5098B , 0x20B52A8FD3CA4F2D9D53DD2E8134737E , 0xAF12A7A1757C43359F81EEDADCB23E16 , 0x0C1B8B6875EE42BA8A8727DB5778FC75 , 0x992BBFF28D7F4C38913D3FC64407B20C , 0x261167EDC4A5444FA2DF4FC0FAE306C7 , 0x7B2FC67F7965426F8F709C5AE4A72101 , 0xC8E2CED77AAB4E4C977B08756FF7F3C8 , 0x2969BE863EB8401690A5E0CE7C7652DC , 0x071C292E79AC48B496C0369163E32413 , 0x9331E75548B747C78CB5931D614170E4 , 0xEEB1B6B8327D4A83AEC1B0B2A112D962 , 0xB7A878C5703B4A418908EA8D656869EC , 0x184E1687054B4C17AFB2E27BC19D75A6 , 0xFACCB50B013D469A8A67E3E9EDAEAB79 , 0x6B898C1C247645D6B4F7FCC60F111816 , 0x8004E05467394805BCAF61659727E457 , 0xD961CDF6E1C44A9AA139CA582C490D15 , 0xD5202CC930104611A5BE88FF78515D95 , 0xFEF0F43345DA45E285D02FB317308BFE , 0x20A8A31CF15446B09F54F250C39AA676 , 0x580994DBCA9F4C859C81BCD4ACE6663B , 0x728D994A4E82426883E0041173F91AA9 , 0x2067D279D7AB4AA4BF12A0EBC29A0E2F , 0xADEF496B56E14BFA844262C018D7C848 , 0xFED8EE69F8F74160A951439E8134521B , 0xFF23C6C874484B9EBDFBF389B04E711C , 0x82F61AEA90C74D0E8E45E22966129988 , 0x262106C2E1B9463C8B3FEC145E1E8BE9 , 0x7C12A6CE260C4E0493E2B3A27AAA3C38 , 0x2BBBC30F61F74A2F921854D84C692234 , 0x7E56C2D9F83247C49D21C3DBD28186CE , 0xC1001E03E4BC4B85BC44D0679D87AB21 , 0x59DE36512FB942A487775C15A433F7B4 , 0x2FB8FFC7FB9C4AC8848A11FCAFA22C96 , 0x43FC0CFE93DA4A0094D9B2660DAB76F7 , 0x2DAD5B0F12F240C798906138F9314F0A , 0x2F108342A31F4ABB919EAFD707BBD84A , 0x4E499378AEB24FF1BF50BF2A6B58651D , 0xA2A3F78F8DC7492187E4AFBFE44E8D35 , 0x36B3EEA9B7D44F3F982688110739FBCB , 0x374111F3F1444ED48804F7FB3BBA6412 , 0x3FC7551CA01A437FA407082F6CEB6B1A , 0xD8D06C6A1EB84FB4B473405D62B707BF , 0x239E63C7734B471E9467CA6F8529E451 , 0xBA82F1E8EFD1454EB04041FC01E73D15 , 0xD8F904D0569D4347B86C4808059D4B6B , 0x88D777FA34DD45AE99A0C50E611941B2 , 0x2F7B9AED2DEC4A338F60C835CC95DC5D , 0x8E46FA8FFC9F4CDA91FF26E1270A221A , 0xE791E3FA6FE64C5995F33D4B09A6A1CD , 0xA0A57BA7F1064618919567FC02151978 , 0x4F8AB9C38DD14119BEE47D1D5AC876EA , 0x18643F1C4787432B8D2D33055C8D78CF , 0xBA0863A809964FBB90A94F5BE2A34EEA , 0xCE06E391FFC1442FB8047BD61A499661 , 0xBF305E6BB18346B1992965C27A45ED17 , 0xCAFC1C25C71C405BACE0D21AB4611067 , 0x6C015C169B9B4BDB862EB06AB18F0249 , 0x7D0DF517A04B4CD09FD57AA7FB5431DF , 0x3A5ECEA7F1EB4EB4A1EA558564C85DFD , 0x4CDB3E0D5AFE4F2F90B97B82EDA12337 , 0x8D785CB609A940C18B645C0DE37F44AA , 0xB3CC9DBFF90C4FAD921E8FB2ACE9EA1B , 0xA3F7A224E82044368C9ECA6C1D0C2ABD , 0x157C119C01304624887BDB15D4B3BB95 , 0xEB55C20D4146460BAD9AE053AE85B8A9 , 0x637423E61DB64AE4803F7BF1987BF9B8 , 0x1725919FCA174722AD42653B9C3E5634 , 0x2A32DCCCB1664E7CA945375F04E06C38 , 0x074BBE147DFA47B9A88B97A453114E54 , 0xF8F14D3976C54C4499A595FAC862DED5 , 0xBDE5D754AD8144DFA53F181C522C64A5 , 0xD5984CD1E78C4C2191DF30A5C2C44F5D , 0xDA29A7BC42BB4BD4870A434731B15027 , 0x1DD591AB64AE4B69A309085397AE79DB , 0xC2EF50C3B7694E2695F6D86273D80E0E , 0x5AC3C18F359044B1A3C50B3343D0DE48 , 0x83B377301C6E41A4A98F53E29117733F , 0xEFC340BF73BF4F19BFA608B89A0EFE8E , 0x2B071FF04EC241AB9DA799CF45ABC6C0 , 0x4E587F9CDD6542509C2CE0CF290537ED , 0x37B01F75328A43C9BFCB147E7807A0E0 , 0xF669772C384945278290DD3CB0C9FC12 , 0x23943E84F1CA40D6AAC3BC07E30538DD , 0x69632E79D4B0407BA73C5AA6A5FA532E , 0xF464DE7D85444B7E87088DFFBBAF3D54 , 0x58075944806E4912AB642D2332081952 , 0x4CAD6A6485B64F7681EBE69CEA8D5E6E , 0xBE1EBD02FE714091B26D3115F6F37ADD , 0x07C2422DE1EF45C89F091AEDFDD5E720 , 0x3B68F540D4904D20B6EA02587D261CEC , 0xB39413B7047B4307B751735BAD8369AD , 0x07A51A4B863F45EF92533268A7E24EB0 , 0x3D5952ACE3B247AF877BF3B203817BAD , 0xE7B0FBA5A682444E9AA66AC958A35DC0 , 0xD8A1778AA7B4405EA99A5E3805D858CF , 0x272E40801B7F4934B17156DE6DC3169C , 0xC617096563ED48CCB28C8DA32501F780 , 0x15A6306CB40941E89CDFE76CB7D0BAFB , 0x330CF0EFE13C43D78AC13038834E6B39 , 0x5E9F2D5D02244C35871F5A144F5199DE , 0xFB7DE51153D04C508CDCD06404B697A2 , 0x45D013FA536D4FFB9A0582B82A2FAECB , 0x1609E5F3AF684E73B6D99F7356BB9910 , 0xA20C04AFF85E4F0AA1DC82AA5D885D05 , 0xBB5E52421CF241B9A1B80038E0A397CC , 0x12D09FFC72C04A8EA580723A86B0D42D , 0xEBB926DA512845598DD46419A037685D , 0x328CB8E51F4548988D8410059765E7EB , 0x425BDE3CC81D42B2BF9A324C9B0C2C52 , 0xD159602ECA4A48A496C9B5821E027939 , 0x23D4AC5E596F420C9242EB226F9144C4 , 0xCCC78816DFC747EDB5B648CCEC7165A6 , 0x7068CF79F8C54D5F88FC45DF8DEF2AC3 , 0x962FA64292B44767A92CE94EF5D19229 , 0xE5C6CC87C48349728D44A85B819DB868 , 0xD0617C58FD5B467FB054FF7ECDF867A8 , 0x60D49D7D740D44E7943652E774134DBB , 0x5D6869C97A124884B70DB7C5036AFC25 , 0xE12B947CC0E14141B5C86B6450436C1D , 0x2847C557F3EF4F2A81AB4DD47CEF8616 , 0x5E5627A77CDA4C658A4D6C78BBE21A7C , 0xB8E66B1DB86C4E028CB5CE8ED2A6C168 , 0x5AE49A49963343788A63B0DCB121D4CF , 0xB288E4F6A40E4BB8BEDA6C19BD1AA162 , 0xAD45B478F90448A68F695ABC86364FE9 , 0x640F165AAACD404FAA9542E6DABCA00C , 0xC138B5579D614B6396ECC1C2FAEAA6D4 , 0xDE729A693D6F4310A723F8E1BF15A2F7 , 0x794962AF46264C2E8BBF8B77949B80F2 , 0x60501082D0EA4A918136E79AD47A2F7E , 0x3DBD8FE7501C4C8BAD910122C742165A , 0x2B2A440D7B0F4D4ABD18269DDB0C8B4B , 0x2CC5781F198749CBAAC0ED7EF53C61A1 , 0xAF20C7C33E3B473BBCECAC5B8B49DAA9 , 0x70A0068F286B4853B346C1434F997FBB , 0xFB6CEE0579224333B78778D032984E97 , 0x4B657BA993F644B7948188BEAD2D8309 , 0x952CE0034BFD4D728255C031F4F98E08 , 0xB9309B148B694627B59F4A6159D4FE9B , 0xB54EC443E55944FB8AC64E8B1B505795 , 0xE1277A4E47CB41169AF5297AE31D0EA3 , 0x05DE162F143E4C9B970C08694A9C93E3 , 0x73627150A9D444F2AFDA32F9AD7B3768 , 0x65C141436A524A80854EDFDDBF9B0723 , 0xD871AE0C688246F7A95A416A918E935B , 0x76BF8C5D42F340CBA11E702FD9985192 , 0xEA9931BA981348ACAA49D5F37C8BEF66 , 0x2DC0B7E9BFD14B63BFE692E9BD5935FB , 0xAA98547CFBC14216956F06C7B58F437D , 0x4BB2FBDA2EA14EF08275E7578EF23AB3 , 0x03C24C04592C460289E48366B592DF1C , 0x117D7C10FD694A7E8161AA23F80D372E , 0xF50DE171ABDA4315AE56E7866D06BD0F , 0x92EBE4DE31774565AFDBE56F206B8E32 , 0x274A6A1058C6403E88B57D08DA33ACD4 , 0xE1FCFFFBF41946A89AA39D9686472D63 , 0xCA8907E13ECB460B8909B96E29DFBB81 , 0xF020E442818945D9AF473CC3843F9E17 , 0xA0E1C09FFEC94CF486CEA9CF1081E8E8 , 0xDC40E5C1648A49AA8ABBFB065B23E6EE , 0x07EA1A0F06174476B30C16B0973985B9 , 0x34517D78A9B044F5A1CF256BB83CDE68 , 0xDCC0AB4C148649D181A8E63E42611394 , 0x2310B764AF6441D59AEFE519812C63CC , 0x97D57F4CCF894CE09EFB63FEE4AD940E , 0x3CB88EA536974558AA8F090CEC56DF67 , 0x3C4B5BA8441641B0B55C81221FC678DD , 0xB063332F511140BD9207B19EB6C372D8 , 0xBCEF72373A584C1598730EFD1E703F1B , 0x9694D75BA8C94B0AA685098C6FBAF55C , 0x73AB4B64917447FDA5799C2856B18F6D , 0x490DC55F16B644F0A4B644408F01C309 , 0x087E40EE7A0242AA806D076F457E045F , 0x461A6C7DE1FB4634A2F45A84D91A98A1 , 0x4A5DC0A47E054C6E9249612F95CA711C , 0x676FB83E6E4E4FF188E11B5EF6008364 , 0x7C21CDA9E0F848698240DD63C280AADD , 0xA407C94B125849298F383689AAD3B953 , 0x7F94E1E0E8BB4831A5345D192E999CE7 , 0xD9A7C588DBE4400FB39CFBC5FEC20509 , 0x5F092357BE2842358C13E4C79A6C1BF0 , 0xA8503C48D9054A2183E06C523F0E3F50 , 0x69628B3039CA45A0BF080B67AA4E4F70 , 0xB85AB0B1F31348CB9BB6BC9645C0BCAC , 0x83052F8F80AB4DE686336F4814E2CF86 , 0x16128CDAD25444FE955A237D2821E25D , 0x5655E165798F403094DEA34DD7E34D57 , 0x725E3D891B3C41F9815108523796D4AF , 0xF2DC6833EFF34830AB4EBBE13BE95881 , 0xAE98C806E58F446D9F8C7848CAEE03B4 , 0xB0AC6A94953D47C98AE191C76C0B270A , 0xAE79B004BB2A486095B545A6BED0EAB1 , 0xED5021D9042143F8A99E344D15BC26A1 , 0x160E93F527F0497CAAD05EBCD3DC06EE , 0xE1E19AD77ED84B66BFF354755B4D7234 , 0xF7C9BA6C4DF04088B98ED79691F4D181 , 0xAEA0F20943C84E48B86FFFE36DA270F2 , 0xCB4A3DAE4FAA453CA531BAC07767EE46 , 0x555137EFF08845169F6AF5B97B706F02 , 0x96E031ABA850406C8D309284B85EE853 , 0xAC7F0139CC144D9EA9BA1BA8F85B7905 , 0xBFA98A42095843C8BD3D372E2A9D91B6 , 0x8F81C3288E164CC3BDB651A09DDE62DE , 0x7268DAB4F9BC46CA831AE55EFFE19FF8 , 0x78662CB407F14A7C9DDEF92A0F5FA8D5 , 0xA260B5644BC244EDB3073B71F7838383 , 0xF621B053C86F45E0A41B756F8F7D231B , 0x9C372172095D47AC94939A29D2ECAA97 , 0xBAC0D1D846F14642A2D9364A201183B2 , 0x523AB4FDD5464213A63B5A9D8A7319A4 , 0xFBCE367B3A0F4F2FAAA8EA4643D29188 , 0xFB641D0207EA48D69323CE8ACA4B162E , 0x225CF329E15A47BC84B0A8712BB48D49 , 0x2ADC12EF801C409D8C5A2455A85D51C1 , 0x844DA5AF5FCD42F4A8A79714A9333C3B , 0x9C4CCD7F3B1A4E8AB2289B8871EAF72A , 0xBC6AE33839774917940FB7428D070FDA , 0x2399F2DA57314014B36AF318F7FF0B7A , 0xA1CE611F70944067B4980B04F40BDD64 , 0x22024089FB4B4A2089B82F91AD72AB4D , 0x215994D1623C4E13B6CABB7150FD725A , 0xA94704BC1A4C4A1886109AB6E4C4E26C , 0xAF4EE653ABA5416384E52236A96EABAB , 0x70BEC2314A44412D9FDB79BD23E766FD , 0x0D7B172B9FCD40038D4B945F86CE2D45 , 0x3A79B4A087AD4E13AC6318561C2E1449 , 0x0CEF30B6AD2549F9907CC2CEE7F09944 , 0x43A999BD9EF04CB1AFEE412BB4E736BF , 0xC571533F24554889B5CD435E0254244F , 0x923DF940C0544B708FE30C9DBBBD455D , 0x128B714388964695A36AFDACE7A06850 , 0x75EF26B63E374C1893D81FDDC41D9DFD , 0xD458AC13687347CBA8C9396EFE7331EC , 0xA59130DF5C1A4612A0C9D5EEF77B9E2F , 0x419E9C1030714841AB5E9F63B467E7EA , 0x801D31F70FFA4229828031C227F7E382 , 0x4C0136B80D6A4C3AA9F1256BAA98478A , 0xA319C298B4F841229E878B0D7FF306D0 , 0xD6463A228F7B4374BA5DEA3AEF428E80 , 0x4B197DA21FB1493998CE87ECCA3FB632 , 0x9A717779011641ACAE90E25E33C4DECF , 0x27B4BFC006FE4137AE0D6169872ECF2B , 0xF09C6B84A8CB4EBD85276A52EAF49189 , 0x76303E29C4AA460A9C4159067160254D , 0xED75FB4936314148A9A13ED292D45454 , 0xE19CA47601AF4F369152CA6FD52D581C , 0xCF30965E1BD346FDB58B386DE70C2CFC , 0x991B820DB9694488B0D991A813CD72F4 , 0x5416DA505CA54A2C97F1CD10FBBE5C0A , 0xFF4D36B80CD8441FA2B75446A4A9A0A5 , 0x24D9854A209D4006AF9DE21BFEAA275A , 0x04DC8004F1284C0DA5AF2870A2D55D4F , 0xD8EA874FA01B4B63BE05EE4C554A4C4F , 0x47C6BC1E09124C4D916C9DB35778252A , 0xCC4EC16C2F304D42A10093E6E15E6F1F , 0xC29F96A98CD0432083F8CEF93824FB0B , 0x90BF6660547F4485905ADEEAE3D483AE , 0xE6B5FD8270BF4A9CB7278AF2A0DA12AA , 0x93C69E220D8C4933A982C17529D4E639 , 0x333983DAA60945E288599E0C74254C51 , 0x80A33D5CD2BF46AFBB59A1B883BE3801 , 0x4441A0435AF24ADA9834366FD3F66F72 , 0x877E8A1F2CA24DC794853A857971D56D , 0x26BFA8BEA1C9432FBF403D918E4CC08A , 0x1FF1888F59E447D48164C84421F9E00F , 0xF823E512177342E5A6C02F2B7F0A305F , 0xD352A02CD4BA49EFA812FADF1B6C2542 , 0xD898AF64883947CA8EE8B17C05A63B79 , 0x67FFC43195F845F5BEBB9D1563BC0D9F , 0x8C79947DFBDF4D889CABD44833AA3DD5 , 0xD4526ACCA3CD4186A6510880A0F5FA1A , 0xD19A49B7B73245A589599E15ACD8280B , 0xD174D88AA29B475EA04FF6F99AEB1F94 , 0x498B8CC66E344DC0B76E1F151F0AAFE4 , 0x1B570085656F4302B6957B2E864E8FBE , 0xA48562FB4BF04BB599D31E0907B3E3FC , 0x37FFFAD41DF347F1A083F0C96BE0BAC1 , 0x2D90D8D15330446EB612C8CB7436CC49 , 0xEA0B32EB5B4B48E78518428BE264861A , 0x021FAED724954D0F93E0C4488F017157 , 0x7C16A9AA7E85471D939BECA3BEDAC1E7 , 0x16D17427C1A541669F6A205CEF9878C6 , 0xE80B40DAF35E4904813A5900048D3F91 , 0x5B194DF04A264E82AB2161C6356A9D8F , 0x20141D9F7A3D4277B81027B5907BA74A , 0x70EA258C02D746B29013EAED49E15D1A , 0x00BD1A04D6DD45CE87758AD4FFB060D3 , 0xA5914F255A5A41BD8C802FC90FDC37AC , 0xAA088F65A1D041B3AB235E07EDA4C709 , 0x8EA22FC1766148858B37C451427DD779 , 0xBCB2C057ACE441B581E3639B6CEE816E , 0xF978A928A2814B5F9D73B5006072DFEC , 0xDE199E3C14BB4C81A2115401EA51AB78 , 0x4138885CBA0048058FCEA4AC2A3936B7 , 0x5EC3B82A03CD4E10BE38B4E0FF697202 , 0x1383354A101B40FF898653F61BC4E6BE , 0x8A7F3101B61C4901B8326DFD7436A2BB , 0x2B92131A32524A3EB61219B016673F90 , 0x5C97D354F3DC41DB9E454EF08143CD3A , 0xF125152CC898402E830A4E7EA1FA1CDA , 0xF17B8BDDE8E245309B48EEB1E0F582DC , 0x28E2014B5F364AE0A44B5EFFC634CD48 , 0x03B13F32A4AC4EBBA66618C99962C848 , 0xF2BE789895934E678AD6B0FE85434699 , 0x5034B8FC522B410DB842FF9FC7DB61D9 , 0xD9A552C947534787B707BA99CB991538 , 0x9728C4C839B0468EAE80161C008E0BC1 , 0xE4722E06AF9A4FE9A1C477D5D93A52A2 , 0xD27ECA3E804F4A39A3FA926D02FC066C , 0x23331A79E82F42C99BC4EC4E222E5D60 , 0xF68E192AAB28465288DAD0F0844C279F , 0x7DAFAD1FE57D4841B2E4B7E7E86ABA38 , 0x3BD01ABEA0AD434F8CF0003080F7F9FF , 0x4211BEF7E10646A2ACB891B28EDE7FBA , 0xB484C8A230804C7CA9D49AFB251C24FA , 0x767F785B602A4B518C76BF0B88E1A490 , 0x73755E1B02214FAF8CEB03BB60A61EDC , 0x396357BC4CE2453AA8E3F895B40F7D59 , 0xE01005B60B43408EBFBE2E525E584ED6 , 0x7BBAE24302924FB49024D77A1B9BACE9 , 0xB2F44980ABF74CF09C8864D2AEE21826 , 0x3BD7A6AD722A4E6C824410D72D85DA91 , 0xDE14DE6038024608AE73A5F45949D002 , 0x8DC3A3139E524C82B9C8BDB809C9DCA0 , 0x4B77293E1F9E4782B1075490429446BC , 0x1FA33A43D6C44EABA213D07FB4FDDF92 , 0x7F295C02710C4A51BAA9A649DAEF6AF6 , 0x5D49C758104F4DB7A612BD4917CD10A2 , 0xFCF5E294823946E1A095B780D479E0BF , 0xF74BED7E518241878A054CED8854EA4F , 0x3D04E585E7B24AA69054FA33E3A4C60F , 0x1022029F3FF44CC3A83C8E23931E97D6 , 0x4175652C7BED470BBCB66518C710F826 , 0xB572E84FD9DA42BEA9A93B1394A965E3 , 0x3994B1B90E624D9DB1253A8245F29A1C , 0x2A36D5A15DB94ACAAB5BB3BC3626F454 , 0xAFFD0D9C41794BAA8B2021A23C52F6A0 , 0x26469B7655F34F338EE91654AD88C6F4 , 0x9B03A3C14037485881E5FF904C456AFB , 0x8B0741FD71464152A4E09199BF2ACD14 , 0xF41530CF76924FEF84AB7DD68236D146 , 0x81001F6BE5484BD3B089636CC6B90684 , 0xD673E2D1DCF044F9BC50820391BA8FE9 , 0x72BFD01E88D5487DBCD3958E44619837 , 0x516C95D5CEFD412C946F662284736C0E , 0x733637FB24F14C4395FC9581FCAFD45F , 0x89CE43574B74421AA586617E3F5FC3EF , 0x5E8D395629B14C0CB63B07CEA7FE7E50 , 0xDCBBB7D22C0B44928BD20114A2042571 , 0xC90FCA8D88254E8BA5B140641183F922 , 0xC06699B8615E4448B9F7D58EA77E6C05 , 0x1A3DA431AA1C4F6392DFF7AB0E4D5658 , 0xF99F228016CC47EDBAAE89B745A762DF , 0xFA121614DCAE44E48A68AF6A1F41857E , 0x940696E64B534021AD2F47069BAC5C4D , 0x53E23451F0734C0E8704DFEC62C62EF5 , 0xCD4CD1E83F0A44759913B1EB3EC6C5B4 , 0x1018F6A6A9F346C3B14C6677E5E164F7 , 0x2F6B9510B2D6405BA40B7874BF56C97E , 0xFBF890D4DD7E4585A5D60848DC3A8BDF , 0xC897A92B18BE445E9C04EA465969E70E , 0x66462123281C4413877F3E4EC9DBA6F7 , 0x78667157D2E44343ABAD01A2C4086746 , 0x18C9D72A7FEF4868AFCA1EDBB45C1B11 , 0xE46B1D2232D54C32B7C2EB279ED19F9C , 0x617DB5AC758849B482C8B621171580D2 , 0x41D93CEC6CB64992A7F2209C73A834AD , 0xE6C77DAEB59640578A97BAC9C0A23761 , 0x6FC19952476846FF806FB1C9C7486CF5 , 0xE70E7767045647DF82A3515635A6D54A , 0x49894FEDDA3944ECB864D9ABEF961E03 , 0xFB1C1FE7823943BF9AC3035EEB72F79D , 0x0CBD71E248114F9AB49419DCCC3DDD62 , 0xD438BFCE30DA4A19AA7EA9F38732BC28 , 0x938491750974456E8B250DF5F7444BC7 , 0xDD967E3585224F0380CB0A3533B75D36 , 0x3353A11030824C499899EB8389803145 , 0xCEC0006BAFD846A49E389A5D401551A3 , 0x19C211C1C04E46319363709655460163 , 0xAC38AF6A755A49848C13DB123CA5482B , 0x692CA750ADDB4E5C9A73E40FBC86E716 , 0x867BBE32E4524B3BBEA9D09051634D8B , 0x59BA98C2C9294E13B51260CCE6FDC8F2 , 0x58C66CF0D283430CAB6B0727B6A8585A , 0xAA01BA518D6F47A0B61AED06730A83E5 , 0xA0D49115DC084F898D72F22B87FB2C51 , 0xF422540BEDB04771A434392A241A1E9D , 0xE74AD1E180F147B58C668ACB9C1A45DA , 0xD718C0C3FBF348928061B563A8AA1432 , 0xECA08D8270C44F05830469F3C1323A41 , 0x815E068303DD4B638B245DD241EA2A02 , 0x3D92E5DEA21E477F8246E1B6C9FC0E84 , 0xA7FCC85564AC48FEBF6AC7849A10BBCC , 0x07F3F1F078C74DD689B11EFE78B8283D , 0x8D1218DA1D5B4C40BEBE84DD7BCA5032 , 0x6A700CAABEAE4A02930022CBD942435D , 0x4835FA57C95A4E6795963A3EFBCDF9F6 , 0x7AC467E93CB34C9090EBC0F335D23E85 , 0xBDFDE52E5E2D483B81FAD0545F0E1137 , 0x08F6F72B0DF04FCDAB727E54D6820C81 , 0x3F4855C7AA554461937F7F48236D547B , 0x3876FFF58C31456CB2F18054A00D1D42 , 0x35A1C951A67F4227AB6EC6C27DB6A99C , 0x67793CD07F88475DAE3B19FA01CBB2AA , 0x97CB9F303D3947A08E09EAAB2A91BF1B , 0x153AFD341AC949498438DC445007B00A , 0x3D185F3CD67A4AD1BBD2BC7BF1A22F2B , 0x230BF63565934FE9AFBABA35631E7D48 , 0xA4831B9F853A495C873760CCB0CCEB2D , 0xCF16271125614CE78CF7398A93748901 , 0x01393B6081374E8E8FCF26CB09C0A01C , 0xC504C7AF17A94E9882AA9DF093335051 , 0x60F7B70C57D8448CB0B011E7D62B9829 , 0x3B2DAC1D83CB4969A6F34AA134C765CA , 0x50ECDD90C0A04E79B9857EB9A19A2EAD , 0xC7C3D82B218145038726358650024E7A , 0xBC20CD2A4DDF4B8A9E62A39F51FD9E0C , 0xA7DD3C2C6C8040939B619F995517384E , 0xB6A1C9340BB24C38BC638366EBDAC8B5 , 0x7BC846FEB43B47C68E5008F953DAE7FF , 0x942ACCC9D6FF44BEBD77CF4E18843A33 , 0xFB337B0DB76B4C6E892C4A12435B6C53 , 0x717E730558334558A683B9B52AFA6F9F , 0xC7EFB58F081C4147B7591A2D5BC34E36 , 0x47507D22A17649BD82958380D243BB53 , 0x26915A39DB0C45AEA310B2756E39B1ED , 0xB1A1078ACD894727BBD7B9B7C085EB18 , 0x507289794CFF40118229C50541EC4A1D , 0xF0F16A7A1AF649D298857FF5236FFDA5 , 0xE42A437742CF4AB9AFDA1E3F8B610674 , 0xD20576AE0D534021A6C53896955EE290 , 0x38020BAB4D99449D9C926353D908FDAF , 0x1034C99A1B254B05B89298604EC6DBB4 , 0x54E9E8FAE8314B7286C035EDE0630C3D , 0xBD14E70907044C96AD8779319C27E149 , 0xC938F354AD844D00ACC3DBABFAD862D4 , 0xFE86E6A6AE1D460B85E91379D95B59B1 , 0x7936CF19D4294976BC7DD94A43D50372 , 0xAE11E28FDABE45A0A183E649250C5D4B , 0xF58D8259C3294002B50FA07B543C5035 , 0x7A9FA2F1EC8740EB801E39D760D3D5EE , 0xE039A85FC862496F843F8A0A6C7195CD , 0x02EAD784B61A47508229472A3E8E5F44 , 0x74E41377394F4827A2CD22EB58DB715E , 0x4B5B6330015D421D8F364D367E740318 , 0xB7D05D16C5F24989A26DD12C22C2214E , 0x0E5F1620374B474AAA5A7FE6CE4FFBEE , 0x368B033349BF478A90B3364E05D6D52F , 0xA9496787210E40AF8262BE2D310B64A5 , 0x77CE4FA790044A03BEDF4E6C75911ED5 , 0x416A8A15FFF941738090ADC701A57DD5 , 0xD0446C7C4B804E5B818FAB2B618C28C3 , 0x92BA6B59DE364FF890BA0E74B03540BC , 0xB87DC36010E44EC284B2550C70D26706 , 0xF9E32554FCB54DC0B0FFD3B4685D73D6 , 0x5F5C87412BBE4594A2892CF217E14426 , 0x71CD232C828441708FF4965756D242AF , 0xE4A93954C5C347A386981CBEAF9F4659 , 0xEAB80EFA4723419B8B08AF4D6D0EE3A9 , 0x86F97FD6FE5D4123A11A8E6D530BDE3A , 0x48D0B340524442258F3508F0AB924278 , 0xA5E7B61C52D74E18A8A67AC49EF7C4A0 , 0x6C629430530B46E2AD2518653C8FF9E7 , 0xAE078E79822641A1BC1D94FEC4FB6C50 , 0xA69140DFC09D4CDAAC1F6229DBE4B641 , 0xB87AF833B1EE49D8AACFCFA0338C075D , 0x483997615B3741D2A52B6E717DE6BA4B , 0x76228427C321420A8EDB3C732943EEFF , 0xE64AEFF2CD414171844AC4FECC77A116 , 0x7494FC2115234E4D9F6D1DE9F20BACA0 , 0x18640F5E55B44CB1ACE134AB25EEB66D , 0x1B76477E15E54CF0B32DE195994AFFDA , 0xF53D8A503A9744659D941796F6B8698B , 0x9DF7625F9F974E1499EFE413DA2AE52B , 0xED1C516606AB426FBFE4569E7C4F4F8E , 0x95F7CB973703418C941633617F7D6960 , 0x21AF1641395D4A439EB86C56CC9AF93B , 0xD66A556DCA2C415D909D19B604A3CB44 , 0x105550E7AB7541729C62AB98856D8F33 , 0x2FB3BD180E8F49BCA146CC35269FC169 , 0x7CDD83B93B0A40AF9299AB4DC5A57B53 , 0xBCFC041A13214044B39E448D32677DDC , 0x5BA7A3ED3CE641B59AE855A2505792A0 , 0x01A3312A99644053A7D10EF44F177A36 , 0xA0DBAEC57AD44075AFCEE217CD733AF8 , 0x3408C77F2E7A4FEA83CBA4CC51AC1A5E , 0x3650036D0DCB49C19A6526C4A8821B8B , 0x45DBD39443E343F896339A8A7BED43F2 , 0x12290C7916604C9E9E7C3761EB2DA243 , 0x994008B01751409BAC65305D299A6C52 , 0x7CB44C8D3F6148ABB5F48664B3FC9B65 , 0x4A687D1C4244496098C54D9292602AE5 , 0xAED386D8389A473CA3B862222525C899 , 0x2181DD28C87B4E32A23B0E5842CBDD72 , 0x9C068088039C46A59D842538AC191801 , 0x5A10E88DC5F042A9ABAB6E93ADBF68AA , 0x2C12D884E1EF4FE89319A7473C3AB23E , 0x5EA0C0AC9ED9414AB5B4D5C3592DE11B , 0x99E9998E1E894FC69B986DE3ABC57683 , 0x0CBF3F5D5B0E451E8A64CBC102ABECBB , 0x13DED4E188D04E8A96A2269B776B200E , 0x1CF26783D5404FFBB1C0AC5FAF4F0637 , 0x3539AFCE27524CC6BC3F0D3615383363 , 0xB20212860CF34E699648C892CBE2A020 , 0xA6803D6CDE9349BC8403499E15123D17 , 0x2BBB6E8138BA459BAC6BD13DC7BD7BE6 , 0x426F82896D6A4DDBBBDC702A0CD3DDDA , 0x80018B34D8FF45F08FAC927B22EDF89D , 0xE68983C5A09B463E9BAB8F4D46E6C712 , 0x1E9468827190446FB27D63871DCEF510 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0xC04B5855686D47F1B14DE3920E501D98 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xB3515934B1A643ECAD78A051BD56E864 , 0x03DDDFE76FAC459AB568F2AF4CFA1294 , 0x2F1E01426A1B4C73B9DE6592CD33A93B , 0x53944B0B62B044338BA512E10B5C0B6F , 0x838424FB3CF04B289EFBC283439ADF62 , 0xDEF2F7D2213B4340A4A138FBCBC8FC00 , 0xAC49CF6586F14E26AC91B2232978440D , 0xACD75E57FA3B4471932B12B2BF311433 , 0x3699E1124727463587562B9D47EE6F19 , 0x23EADA45A92F446B9DE47F7DC906ADF3 , 0xF458A1A1789C4551BBCD9A6A2570A54E , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x52CE994A24A1495A81F0110E12D98351 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x483719DCD1B64F73A21514F7BEFC85E9 )))) AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
81
1.92 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"³QY4±¦Cìx Q½Vèd "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"ôX¡¡xœEQ»Íšj%p¥N "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN (0xB3515934B1A643ECAD78A051BD56E864 , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE74228A327614D98A7441ECF7CA71FBB , 0xE541F33F249C42258FB05E31D6E4152B , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0x410A825B49BF4761BD580C87E54DADB3 , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0xC04B5855686D47F1B14DE3920E501D98 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x1E9468827190446FB27D63871DCEF510 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x52CE994A24A1495A81F0110E12D98351 , 0x483719DCD1B64F73A21514F7BEFC85E9 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xF458A1A1789C4551BBCD9A6A2570A54E );
Copy
82
1.59 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"ɦõ¿\t ‚D±±&xÃjí,Q "
true
b"³QY4±¦Cìx Q½Vèd "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"ôX¡¡xœEQ»Íšj%p¥N "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0xC9A6F5BF098244B1B12678C36AED2C51 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xB3515934B1A643ECAD78A051BD56E864 , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE74228A327614D98A7441ECF7CA71FBB , 0xE541F33F249C42258FB05E31D6E4152B , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0x410A825B49BF4761BD580C87E54DADB3 , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0xC04B5855686D47F1B14DE3920E501D98 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x1E9468827190446FB27D63871DCEF510 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x52CE994A24A1495A81F0110E12D98351 , 0x483719DCD1B64F73A21514F7BEFC85E9 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xF458A1A1789C4551BBCD9A6A2570A54E )) GROUP BY `product` . `id` ;
Copy
83
29.83 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"³QY4±¦Cìx Q½Vèd "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"ôX¡¡xœEQ»Íšj%p¥N "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xB3515934B1A643ECAD78A051BD56E864 , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE74228A327614D98A7441ECF7CA71FBB , 0xE541F33F249C42258FB05E31D6E4152B , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0x410A825B49BF4761BD580C87E54DADB3 , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0xC04B5855686D47F1B14DE3920E501D98 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x1E9468827190446FB27D63871DCEF510 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x52CE994A24A1495A81F0110E12D98351 , 0x483719DCD1B64F73A21514F7BEFC85E9 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xF458A1A1789C4551BBCD9A6A2570A54E ));
Copy
84
20.16 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"³QY4±¦Cìx Q½Vèd "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"ôX¡¡xœEQ»Íšj%p¥N "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x1E9468827190446FB27D63871DCEF510 , 0x410A825B49BF4761BD580C87E54DADB3 , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0x483719DCD1B64F73A21514F7BEFC85E9 , 0x52CE994A24A1495A81F0110E12D98351 , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x76C1A8067A494054B1BC096DA8214259 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0x9F5338B9507C44BC97749FA1070ADB80 , 0xB3515934B1A643ECAD78A051BD56E864 , 0xC04B5855686D47F1B14DE3920E501D98 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xE541F33F249C42258FB05E31D6E4152B , 0xE74228A327614D98A7441ECF7CA71FBB , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xF458A1A1789C4551BBCD9A6A2570A54E )));
Copy
85
0.69 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
86
8.43 ms
SELECT DISTINCT LOWER (HEX (psm . product_id )) as productId , LOWER (HEX (psm . product_stream_id )) as productStreamId , LOWER (HEX (lolicg . id )) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg . product_stream_id = psm . product_stream_id AND lolicg . mode = ? WHERE product_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) GROUP BY productId
Parameters :
[
"product_stream "
b"³QY4±¦Cìx Q½Vèd "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"ôX¡¡xœEQ»Íšj%p¥N "
]
SELECT DISTINCT LOWER (HEX (psm . product_id )) as productId , LOWER (HEX (psm . product_stream_id )) as productStreamId , LOWER (HEX (lolicg . id )) as lenzOrderLineItemCommentGroupId FROM product_stream_mapping psm INNER JOIN lenz_order_line_item_comment_group lolicg ON lolicg . product_stream_id = psm . product_stream_id AND lolicg . mode = 'product_stream' WHERE product_id IN (0xB3515934B1A643ECAD78A051BD56E864 , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE74228A327614D98A7441ECF7CA71FBB , 0xE541F33F249C42258FB05E31D6E4152B , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0x410A825B49BF4761BD580C87E54DADB3 , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0xC04B5855686D47F1B14DE3920E501D98 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x1E9468827190446FB27D63871DCEF510 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x52CE994A24A1495A81F0110E12D98351 , 0x483719DCD1B64F73A21514F7BEFC85E9 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xF458A1A1789C4551BBCD9A6A2570A54E ) GROUP BY productId ;
Copy
87
1.65 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE `product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"³QY4±¦Cìx Q½Vèd "
b"ä´üµùíII½\x07 ¹ö\x07 àðK "
b"Ô\x00\x02 Õ¦ÁAG·Ã+b\x13 ç5_ "
b"çB(£'aM˜§D\x1E Ï|§\x1F » "
b"ÕA¾?$£B%Å░^1Íõ\x15 + "
b"EÜ¡ô¸├I║ç\x7F\x13 ╗ì‗õç "
b"""
A\n
‚[I¿Ga½X\f ‡åM³
"""
b"]«x‹úpB²»›ƒ~‚ß\e » "
b"\x1A -¹\x04 :³F »Ø\x7F ï^ƒîÜ "
b"""
ŸS8¹P|D¼—tŸ¡\x07 \n
Û€
"""
b"ˆ¹à.žl@Ç•ÖPͲæJ\f "
b"ÀKXUhmGñ±Mã’\x0E P\x1D ˜ "
b"ܱ\r ╣Z█N¬£\x18 ²ü÷\x0E g┴ "
b"š—Tí\f ëJ̸”a÷¸\v ë! "
b"\x1E öhéqÉDo▓}cç\x1D ╬§\x10 "
b"\t\x10\x06 »2\x1C Nç®aÇ扜òç "
b"ƒ@z$=°Lš´›}(L\x1D €g "
b"R╬ÖJ$íIZü\x11\x0E\x12 ┘âQ "
b"H7\x19 ÜѶOs¢\x15\x14 ÷¾ü…é "
b"vÁ¨\x06 zI@T±¼\t m¨!BY "
b"Ø┌µGO Fº»=`¥d¬ß© "
b"Ï€´Üm\x1F B±¦á\x01 d\x04\x7F +´ "
b"""
î\n
É›“–Lôž!\x10 ¬3ré6
"""
b"ôX¡¡xœEQ»Íšj%p¥N "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id`
) SEPARATOR '||'
)
FROM
`lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE
`product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups`
) as `product.lenzOrderLineItemCommentGroups.id_mapping` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (SELECT GROUP_CONCAT (HEX (`product.lenzOrderLineItemCommentGroups.mapping` . `order_line_item_group_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_product` `product.lenzOrderLineItemCommentGroups.mapping`
WHERE `product.lenzOrderLineItemCommentGroups.mapping` . `product_id` = `product` . `lenzOrderLineItemCommentGroups` ) as `product.lenzOrderLineItemCommentGroups.id_mapping` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xB3515934B1A643ECAD78A051BD56E864 , 0xE4B4FCB5F9ED4949BD07B9F607E0F04B , 0xD40002D5A6C14147B7C32B6213E7355F , 0xE74228A327614D98A7441ECF7CA71FBB , 0xE541F33F249C42258FB05E31D6E4152B , 0x459AAD93F7C349BA877F13BB8DF2E487 , 0x410A825B49BF4761BD580C87E54DADB3 , 0x5DAB788BFA7042B2BB9B837E82DF1BBB , 0x1A2DFB043AFC46FFAF9D7F8B5E9F8C9A , 0x9F5338B9507C44BC97749FA1070ADB80 , 0x88B9E02E9E6C40C795D650CDB2E64A0C , 0xC04B5855686D47F1B14DE3920E501D98 , 0x9AF10DB95ADB4EAA9C18FD81F60E67C1 , 0x9A9754ED0CEB4ACCB89461F7B80BEB21 , 0x1E9468827190446FB27D63871DCEF510 , 0x091006BB321C4EE7AE61C7E6899CF2E7 , 0x83407A243DB04C9AB49B7D284C1D8067 , 0x52CE994A24A1495A81F0110E12D98351 , 0x483719DCD1B64F73A21514F7BEFC85E9 , 0x76C1A8067A494054B1BC096DA8214259 , 0x9DDAE6474FFF46A7AF3D60BE64AAE1B8 , 0xCF80B4DC6D1F42B1A6E10164047F2BB4 , 0xEE0AC99B93964CF49E2110AC3372E936 , 0xF458A1A1789C4551BBCD9A6A2570A54E ));
Copy
88
0.17 ms
SELECT `lenz_order_line_item_comment_group` . `id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group` . `mode` = ? OR (`lenz_order_line_item_comment_group` . `mode` = ? AND `lenz_order_line_item_comment_group` . `product_stream_id` IN (NULL )))) ORDER BY `lenz_order_line_item_comment_group` . `position` ASC
Parameters :
[
"all "
"product_stream "
]
SELECT `lenz_order_line_item_comment_group` . `id` FROM `lenz_order_line_item_comment_group` WHERE ((`lenz_order_line_item_comment_group` . `mode` = 'all' OR (`lenz_order_line_item_comment_group` . `mode` = 'product_stream' AND `lenz_order_line_item_comment_group` . `product_stream_id` IN (NULL )))) ORDER BY `lenz_order_line_item_comment_group` . `position` ASC ;
Copy
89
1.13 ms
SELECT `lenz_order_line_item_comment_group` . `id` as `lenz_order_line_item_comment_group.id` , `lenz_order_line_item_comment_group` . `position` as `lenz_order_line_item_comment_group.position` , `lenz_order_line_item_comment_group` . `mode` as `lenz_order_line_item_comment_group.mode` , `lenz_order_line_item_comment_group` . `type` as `lenz_order_line_item_comment_group.type` , `lenz_order_line_item_comment_group` . `product_stream_id` as `lenz_order_line_item_comment_group.productStreamId` , `lenz_order_line_item_comment_group` . `created_at` as `lenz_order_line_item_comment_group.createdAt` , `lenz_order_line_item_comment_group` . `updated_at` as `lenz_order_line_item_comment_group.updatedAt` , (SELECT GROUP_CONCAT (HEX (`lenz_order_line_item_comment_group.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
WHERE `lenz_order_line_item_comment_group.salesChannels.mapping` . `order_line_item_group_id` = `lenz_order_line_item_comment_group` . `id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping` , `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name` , `lenz_order_line_item_comment_group.translation.description` , `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation` . `lenz_order_line_item_comment_group_id` , `lenz_order_line_item_comment_group.translation` . `name` as `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation` . `description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation` . `language_id` = ? ) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` . `lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group` . `id` WHERE `lenz_order_line_item_comment_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"æ±ÄW¾\x1F Em¿mk¤\f ŽÂ¡ "
]
SELECT `lenz_order_line_item_comment_group` . `id` as `lenz_order_line_item_comment_group.id` , `lenz_order_line_item_comment_group` . `position` as `lenz_order_line_item_comment_group.position` , `lenz_order_line_item_comment_group` . `mode` as `lenz_order_line_item_comment_group.mode` , `lenz_order_line_item_comment_group` . `type` as `lenz_order_line_item_comment_group.type` , `lenz_order_line_item_comment_group` . `product_stream_id` as `lenz_order_line_item_comment_group.productStreamId` , `lenz_order_line_item_comment_group` . `created_at` as `lenz_order_line_item_comment_group.createdAt` , `lenz_order_line_item_comment_group` . `updated_at` as `lenz_order_line_item_comment_group.updatedAt` , (SELECT GROUP_CONCAT (HEX (`lenz_order_line_item_comment_group.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `lenz_order_line_item_comment_group_sales_channel` `lenz_order_line_item_comment_group.salesChannels.mapping`
WHERE `lenz_order_line_item_comment_group.salesChannels.mapping` . `order_line_item_group_id` = `lenz_order_line_item_comment_group` . `id` ) as `lenz_order_line_item_comment_group.salesChannels.id_mapping` , `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation.name` as `lenz_order_line_item_comment_group.name` , `lenz_order_line_item_comment_group.translation.description` , `lenz_order_line_item_comment_group.translation.description` as `lenz_order_line_item_comment_group.description` FROM `lenz_order_line_item_comment_group` LEFT JOIN (SELECT `lenz_order_line_item_comment_group.translation` . `lenz_order_line_item_comment_group_id` , `lenz_order_line_item_comment_group.translation` . `name` as `lenz_order_line_item_comment_group.translation.name` , `lenz_order_line_item_comment_group.translation` . `description` as `lenz_order_line_item_comment_group.translation.description` FROM `lenz_order_line_item_comment_group_translation` `lenz_order_line_item_comment_group.translation` WHERE `lenz_order_line_item_comment_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` ON `lenz_order_line_item_comment_group.lenz_order_line_item_comment_group_translation` . `lenz_order_line_item_comment_group_id` = `lenz_order_line_item_comment_group` . `id` WHERE `lenz_order_line_item_comment_group` . `id` IN (0xE6B1C457BE1F456DBF6D6BA40C8EC2A1 );
Copy
90
1.22 ms
SELECT `lenz_order_line_item_comment_field` . `id` as `lenz_order_line_item_comment_field.id` , `lenz_order_line_item_comment_field` . `type` as `lenz_order_line_item_comment_field.type` , `lenz_order_line_item_comment_field` . `pattern` as `lenz_order_line_item_comment_field.pattern` , `lenz_order_line_item_comment_field` . `step` as `lenz_order_line_item_comment_field.step` , `lenz_order_line_item_comment_field` . `position` as `lenz_order_line_item_comment_field.position` , `lenz_order_line_item_comment_field` . `min_length` as `lenz_order_line_item_comment_field.minLength` , `lenz_order_line_item_comment_field` . `max_length` as `lenz_order_line_item_comment_field.maxLength` , `lenz_order_line_item_comment_field` . `required` as `lenz_order_line_item_comment_field.required` , `lenz_order_line_item_comment_field` . `configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice` , `lenz_order_line_item_comment_field` . `configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber` , `lenz_order_line_item_comment_field` . `line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId` , `lenz_order_line_item_comment_field` . `created_at` as `lenz_order_line_item_comment_field.createdAt` , `lenz_order_line_item_comment_field` . `updated_at` as `lenz_order_line_item_comment_field.updatedAt` , `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name` , `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder` , `lenz_order_line_item_comment_field.translation.description` , `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation` . `lenz_order_line_item_comment_field_id` , `lenz_order_line_item_comment_field.translation` . `name` as `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation` . `placeholder` as `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation` . `description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation` . `language_id` = ? ) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` . `lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field` . `id` WHERE (`lenz_order_line_item_comment_field` . `line_item_comment_group_id` IN (? )) ORDER BY `lenz_order_line_item_comment_field` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"æ±ÄW¾\x1F Em¿mk¤\f ŽÂ¡ "
]
SELECT `lenz_order_line_item_comment_field` . `id` as `lenz_order_line_item_comment_field.id` , `lenz_order_line_item_comment_field` . `type` as `lenz_order_line_item_comment_field.type` , `lenz_order_line_item_comment_field` . `pattern` as `lenz_order_line_item_comment_field.pattern` , `lenz_order_line_item_comment_field` . `step` as `lenz_order_line_item_comment_field.step` , `lenz_order_line_item_comment_field` . `position` as `lenz_order_line_item_comment_field.position` , `lenz_order_line_item_comment_field` . `min_length` as `lenz_order_line_item_comment_field.minLength` , `lenz_order_line_item_comment_field` . `max_length` as `lenz_order_line_item_comment_field.maxLength` , `lenz_order_line_item_comment_field` . `required` as `lenz_order_line_item_comment_field.required` , `lenz_order_line_item_comment_field` . `configurator_price` as `lenz_order_line_item_comment_field.configuratorPrice` , `lenz_order_line_item_comment_field` . `configurator_product_number` as `lenz_order_line_item_comment_field.configuratorProductNumber` , `lenz_order_line_item_comment_field` . `line_item_comment_group_id` as `lenz_order_line_item_comment_field.lineItemCommentGroupId` , `lenz_order_line_item_comment_field` . `created_at` as `lenz_order_line_item_comment_field.createdAt` , `lenz_order_line_item_comment_field` . `updated_at` as `lenz_order_line_item_comment_field.updatedAt` , `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation.name` as `lenz_order_line_item_comment_field.name` , `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation.placeholder` as `lenz_order_line_item_comment_field.placeholder` , `lenz_order_line_item_comment_field.translation.description` , `lenz_order_line_item_comment_field.translation.description` as `lenz_order_line_item_comment_field.description` FROM `lenz_order_line_item_comment_field` LEFT JOIN (SELECT `lenz_order_line_item_comment_field.translation` . `lenz_order_line_item_comment_field_id` , `lenz_order_line_item_comment_field.translation` . `name` as `lenz_order_line_item_comment_field.translation.name` , `lenz_order_line_item_comment_field.translation` . `placeholder` as `lenz_order_line_item_comment_field.translation.placeholder` , `lenz_order_line_item_comment_field.translation` . `description` as `lenz_order_line_item_comment_field.translation.description` FROM `lenz_order_line_item_comment_field_translation` `lenz_order_line_item_comment_field.translation` WHERE `lenz_order_line_item_comment_field.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` ON `lenz_order_line_item_comment_field.lenz_order_line_item_comment_field_translation` . `lenz_order_line_item_comment_field_id` = `lenz_order_line_item_comment_field` . `id` WHERE (`lenz_order_line_item_comment_field` . `line_item_comment_group_id` IN (0xE6B1C457BE1F456DBF6D6BA40C8EC2A1 )) ORDER BY `lenz_order_line_item_comment_field` . `position` ASC ;
Copy
91
0.78 ms
SELECT `lenz_order_line_item_comment_field_option` . `id` as `lenz_order_line_item_comment_field_option.id` , `lenz_order_line_item_comment_field_option` . `position` as `lenz_order_line_item_comment_field_option.position` , `lenz_order_line_item_comment_field_option` . `value` as `lenz_order_line_item_comment_field_option.value` , `lenz_order_line_item_comment_field_option` . `configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice` , `lenz_order_line_item_comment_field_option` . `configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber` , `lenz_order_line_item_comment_field_option` . `field_id` as `lenz_order_line_item_comment_field_option.fieldId` , `lenz_order_line_item_comment_field_option` . `created_at` as `lenz_order_line_item_comment_field_option.createdAt` , `lenz_order_line_item_comment_field_option` . `updated_at` as `lenz_order_line_item_comment_field_option.updatedAt` , `lenz_order_line_item_comment_field_option.translation.label` , `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation` . `lenz_order_line_item_comment_field_option_id` , `lenz_order_line_item_comment_field_option.translation` . `label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation` . `language_id` = ? ) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` . `lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option` . `id` WHERE (`lenz_order_line_item_comment_field_option` . `field_id` IN (? )) ORDER BY `lenz_order_line_item_comment_field_option` . `position` ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¶]:ô‗HFÀºÉÆ¥}\x1A\x1C É "
]
SELECT `lenz_order_line_item_comment_field_option` . `id` as `lenz_order_line_item_comment_field_option.id` , `lenz_order_line_item_comment_field_option` . `position` as `lenz_order_line_item_comment_field_option.position` , `lenz_order_line_item_comment_field_option` . `value` as `lenz_order_line_item_comment_field_option.value` , `lenz_order_line_item_comment_field_option` . `configurator_price` as `lenz_order_line_item_comment_field_option.configuratorPrice` , `lenz_order_line_item_comment_field_option` . `configurator_product_number` as `lenz_order_line_item_comment_field_option.configuratorProductNumber` , `lenz_order_line_item_comment_field_option` . `field_id` as `lenz_order_line_item_comment_field_option.fieldId` , `lenz_order_line_item_comment_field_option` . `created_at` as `lenz_order_line_item_comment_field_option.createdAt` , `lenz_order_line_item_comment_field_option` . `updated_at` as `lenz_order_line_item_comment_field_option.updatedAt` , `lenz_order_line_item_comment_field_option.translation.label` , `lenz_order_line_item_comment_field_option.translation.label` as `lenz_order_line_item_comment_field_option.label` FROM `lenz_order_line_item_comment_field_option` LEFT JOIN (SELECT `lenz_order_line_item_comment_field_option.translation` . `lenz_order_line_item_comment_field_option_id` , `lenz_order_line_item_comment_field_option.translation` . `label` as `lenz_order_line_item_comment_field_option.translation.label` FROM `lenz_order_line_item_comment_field_option_translation` `lenz_order_line_item_comment_field_option.translation` WHERE `lenz_order_line_item_comment_field_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` ON `lenz_order_line_item_comment_field_option.lenz_order_line_item_comment_field_option_translation` . `lenz_order_line_item_comment_field_option_id` = `lenz_order_line_item_comment_field_option` . `id` WHERE (`lenz_order_line_item_comment_field_option` . `field_id` IN (0xF45D3A93F24846B7A79092BE7D1A1C90 )) ORDER BY `lenz_order_line_item_comment_field_option` . `position` ASC ;
Copy
92
0.94 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"Éy{\x19 bKC9«±€k¼ÃVÄ "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
WHERE
`sales_channel` . `id` IN (? , ? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (0xC9797B19624B4339ABB1806BBCC356C4 , 0xC9A6F5BF098244B1B12678C36AED2C51 );
Copy
93
2.21 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x12 Pg>´hGª·Fç\x00 àä®j "
b"\x18 ¦Íö¤ÀE\x00 ÁbÜìO╝'\x1A "
b"\x1F Hc\x16\x04 ±GËØÒ\x0F ý®V\x02 å "
b"-ÔœZ¥ÁBq›4*Š¯V\f\x13 "
b"M\r cH†OE°úhc½±\x10 ý "
b"S‘¯ùôgI»‡n\x0E\x08\x10\x1E ‹! "
b"V¡P„H¼I5¨³dè\e 5Ð^ "
b"k…8póÆJ&«êÌ¡Ÿý¢\n "
b"""
lã@7 öG{┐\n
D¦ÅåB°
"""
b"sî&Âa@H®ˆs\x18\x7F Dˇù "
b"t¸N\x11 wáJ\x1E Š{N˜NM\x03 ” "
b"€Gï¶\x02 ÚO@…ÑÖìy4˜² "
b"†à\x12 ®[€@°ž>–*¾QÑ\x7F "
b"’I\x03 â\x1F zKq—u\r HŒ=¡‹ "
b"šbâìÇ\x0F D\x13 ¼ëŒèªI¯( "
b"¥\x1F vãÄ\e HK¥\x1A\f âH\x11 ú™ "
b"¨ìf †ÿBÓ–dZ’E\x12 ÷¸ "
b"®B4ÌzžA\x04 £Uš´`K\f - "
b"©Éµ¯e‗Nã®╦â¶.ä³| "
b"Âô®\x01 ÀéFØ„\x13 ¼tÕî|E "
b"╬R\f ä¬ÉA1Å`▀¡\x1E DgE "
b"þ\x1D mür¦H║à▓░▒Pé×* "
b"鞇;ÌèCÜŽ¬Ø$ÒÀàÉ "
b"$▒»cSCÓ½áwO┤$üY "
b"\x00\x02 ¨,\v ªD*Š0-„\x12 á›t "
b"\x00 ‹\t œ\r 9I¶ŽpÿƒÿÀÀ. "
b"\x02 9‗äSµL▀Å^òóûû³\x10 "
b"\x02 `<ß¡]Gs“M4¡/Þl™ "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x05 ╗├pþÝEØç«XºkÊ▒\x1F "
b"\x06 åQÃ<ÍA妑ÚYš\x08 ·¹ "
b"\x06 èO:v0L[¤ÕÒmýÈáË "
b"\x07 xû+\x11 ÍHM¿6F½\x17 ²v\x00 "
b"\x08 ´\x18 …kfCØ‘ñôô·,3~ "
b"\t è"Õ\x06\x0E O}”‡ª©J9}c "
b"\f B=v,D@R¸jëy;®õ¶ "
b"\f ¾®Æ3$DPŒ…í¤\x03\x10 {O "
b"\x0F Ð\x11 ÆJxK4”Wü\x00 £ük( "
b"\x17 ¬ó{f4Dh¯sJ+e…\x1C Ü "
b"\x1A /¯Ù£îH¹¶ÿw\v\x16 òæ\ "
b"\x1A GÓ½╗VE¬öØôJ─\x14 ▄® "
b"\x1D\x12 úúDˆ@\e ®Àü¦pM¯Û "
b"\x1D 9<\x1F n³L—„û×úhÏu4 "
b"\x1D †‚Û:AI'¼¾ÓÃ\x02 Žn "
b"\x1E "“ôm…GdªëÉg§n£D "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"\x1F ð–ìç›F\x07 •´\e jr÷:g "
b"#Ä[D9¡BÑ2J;@ýkÖ "
b"$0)ˆqÌM›§æ=Lú\x03 3• "
b"%=\x04 @V«BO›AYšü¥³= "
b"&\x1E è8Å\x08 O\x18 ü®|\x0F ¨\ÑO "
b"'S.š†cG'„ä\x12 ]À3\x01 Þ "
b"(\x05 þƒšþMq”\x18 g\x00 fÀ¨× "
b"(ºI@kVFßœÿ¶oûšrú "
b")I¿0¦\e F†—A†ø6úoÙ "
b"-▒┘wvÅF°ä\v ¦┌[{T┴ "
b"0=ÞÌ÷N@á—Å\x11 ÔguŸð "
b"2KèG\x1C âHòÅÃ┘S=he§ "
b"3ž\x08 Ç{9F=¾E\x0F <p½ZË "
b"5W(*;‰F6¡obUÅܼ‡ "
b"6‰\x17 }‰ÌFôœØ£ž’éQJ "
b"8░DrØñK═Â│úB├Ã`┤ "
b"9XjáÂ<G¬½œ¿\x7F \€ÞW "
b"9þ▀Ô&.AÝÉ\x05 Ù\x10 l╔ç^ "
b":ˆO–<MB;¼\x02 ŽÈ[MN\x12 "
b";1\f «*^D\t ™+jÆ—\x18 ¢Î "
b"<ü╩`M F{╣e3^╗\x17\x14 % "
b"<¸Ð+áßK\x10 ‰C\e qC0$/ "
b"@\x02 ┘ü7ùBM£W┤╬±¸\x15 B "
b"@ëûµû|DX´úg?ñ)\x00 „ "
b"A\x07 ‚º»UM:¸ä¼a\x14 æ~¯ "
b"""
AN9\x03\x01 ˜M\x06 ¢"\n
Z–f(b
"""
b"B\x19 lÕ\x14\x11 BY”'‚YŸ¤\e\x1E "
b"D†,Í¿^N‘Ÿš44.Pk† "
b"E<ª$¼aOѱr8\x0F Yöðœ "
b"F\e 8\x00 ÏæCyÆ÷Åuì╦Äà "
b"Fâ§9¤ÆB2¸CßQfœ]„ "
b"G|\x18 ÃwÍNȟùéVâ¢\x1F "
b"H!¡{ÕtKÀ£É¼\ë¾Åž "
b"HзãW\x12 M\f £K\x04 q½\x12 У "
b"""
M\x7F RÌ\x1A vH&’÷\n
ª\t Nʼ
"""
b"M\x7F ùÜJOBνòM¼ÞQUÔ "
b"N+÷2èGG\t ½•×t**‘ "
b"NÊ5ª*îM\x07 ³òè¼o\x19 ôA "
b"Oxœ¨biBÝ©yÉK2¥çn "
b"Q\x06 g³\x00 þN&¹¬™è’𚀠"
b"Q|˜(|ùN*œ†ã#c\x07 ÝÌ "
b"RL?ɶıEÈä\x01 1ı(î G "
b"Y¸{©´O@…)á£R\x7F ”w "
b"[|¹,ËpO\x0F …#ÉéÄláY "
b"]ÿ3ni¥B"ìBå╣2þ\x07 "
b"^R&³\x05\x00 H9›ŠÈ¾L0s "
b"^WØ\x08\x16 2L/çÛkÂÅ‗rh "
b"^ùoŒ¸lGÙ¸Ý#Œø¿Îö "
b"_–¹AÉLN*»EÁª?]Š› "
b"_õŒv0UFOˆ`!úIš\x12\x18 "
b"b!«¶êXEÆ´©£¸¼\f ®— "
b"""
bOu=ª\n
G\f ¸³ \x12 À\x1A Õ‰
"""
b"f4µ¼>sA׺*ºÞíü¯\x04 "
b"i[\x01 AmvBIœ€r\x12 =ß•Ï "
b"jY`JZmIœ§þgR¢LÎJ "
b"jìå>töL½¹bûZu„iÀ "
b"ll\x13 8Žü@™’‘\t œ´æ\x18 § "
b"læ&ØÀnEÔ¬rAÉ6\x08 ¯├ "
b"m¸iOÿ\x11 M■Øàa7▓\x16 G\x1F "
b"nÂ├\x1A\x03 ┘FÆØ0I(àGk\x12 "
b"nâøÉPÝF¹‰‹‚ì·5q "
b"nóµÊÌHB”Ÿ)¾\x05 å7’" "
b"o3éjø-MÉž¼³XíA¬w "
b"oÊ„\x04 ým@r«Àcƒ\x1E ?J3 "
b"r\x1E\x05 Íå┘Hhɦ:┴╚Ïë\ "
b"tÄHŽÊ–LF¿×ÄÉ„Zw\x06 "
b"t¹\x1C syfKüÆ¢ìk%\x15 ╔Ð "
b"y,C\x18\x1A\x0E Mý’\x11 ÑϺÉ{\x00 "
b"y\x7F ‚\x15 “ÆK«‚zeØ8c8› "
b"z~\x18 IÏDEå¤r·]å±è$ "
b"zÇâ)ÝöGý›ÇÊÊBøçu "
b"{%║°\x1C ª@:àØÉæ»,Ä¿ "
b"|¦IrüòNÓç\x15 e0\x13 ©╝\x00 "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"~\x17 »lD±L\x7F œ\x10 %ïèqßÔ "
b"\x7F\x1A\x07\x7F MºM&©ÖkÀZ5ø> "
b"\x7F Ú╬Ì à@zê¼^tä¸\x17 Å "
b"€â\x0E öÛHFq¡\x02 ¬6¬ƒ_\x19 "
b"é5Éq±uBÙ║\x1E zaK1ýÜ "
b"ä\e ▓▄´╣F┐Ñؽ╣6║│B "
b"†µ’—\v ILo–8ˆðpVž\x0E "
b"ˆ\x05\x1A žŽ\x04 Il‚œ¥ËW\t  "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"è└{T£YC\x11 ëeüvAct "
b"Å‗A4¸¡C\ç8źÕ─ÖD "
b"É┤§\x19 Í\x1E Aç│,ô&\x03 ªì╠ "
b"Æx>iææE¯│³─\x16 Évyé "
b"•Jзo‘Dk™\x03\x17 Ç`À-Á "
b"–§òÌLÕHf°àZy(r˜8 "
b"ù½G\r \x13\x06 K·úgñì-æ╦6 "
b"Ölu═4\x17 J}ÆÕPüàiê┬ "
b"™qŠ!DHLú„ž8'@ÿ¶á "
b"™üùÉߎDÿ¹¯pXCó\x13 Ò "
b"š:ÛU‡<OU·œ8èÿý¢Z "
b"œ€fô%¨FÓ“õ’å”W™¢ "
b"œÜ\x7F ˆaD\x03 «óÒ¦\x07 â\f ÷ "
b"Ø\x00 ¢└é└HXåzÅ_N¤aÉ "
b"Øïî┴üÛLõ╣OMç{¹4Ì "
b"Ø©ó│I/LhñÛ\x13 BÖIóB "
b"×SØJPiF\x05 £╗┼n²f7\x10 "
b"žœ*jæ›F\v ¦/€³ŸÈ&= "
b"Ÿyú)í™Må›FpdQâÍ "
b"ƒ»û6G3A<ü!PíëSjÜ "
b"Ÿ¼2ä¶ÊFÛ•ÃÛ÷žeâú "
b" pöÉÍ–HR„Ù9GÁô¦— "
b"íÈ)1m¾G\x13 Ø▓ûX}m\x17\e "
b"Ñ~\x0E É·aL╠ô4Ü‗4Ýi\x0F "
b"§¯|P\x0E šE—¦d©pÍ\x10 ÉÒ "
b"©\\e _¤\x02 Mû‡ì1Ÿu ÈÇ "
b"½\x14 ßß■ÁI~É¡c;ÊÈò¥ "
b"½ã\v ╣<ØFMÆ}\v Å\x07 µ¾ú "
b"¬Œá/$úI\x08 °wl`åI) "
b"°J¯NåzN¡–nh!š\x7F AÞ "
b"³\x1F `uW³Mn¥»\r šÚpñq "
b"³IUXá†L3œ§\x03 *%#S± "
b"│«g\x03 "wHHü\e╦Ø\v a` "
b"ÁçI\x19\x07 üDô░QÚcý^¾÷ "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"╣\x07 a$\x14 ØMHª°C▀þ╔öT "
b"╝\x04 v",gJ8öiáøÊôØî "
b"¼\x1A\x12 ZÝ—L#„ªÂ\x07 ûÉf\x1A "
b"½1ùnO\x10 FYŠ¤í\x13 ¯óò‰ "
b"ÀÈ\x0F GÓÚC˜©&Ï+VÃý" "
b"øCÕ¶ýA¨‹j«\x11 “%•ö "
b"Åûv8bý@œ²ŸÁgÒ›\x06\x05 "
b"˨GÔB©Gn¡\e ªjx "
b"╦╗┌MçØBsÁt0µ\x00 R\x07 "
b"╠ò\x05 ôüâBÁÀ■T§ë\x07 z▀ "
b"ÌÕ¨w¾èAv•<d¥†\v m\x08 "
b"Íxè²x§I‹±\f ©i\e Õ)Q "
b"Íí•¢ªPKŠ¤\x15 ˆ\x13 å1#› "
b"¤,û║ÉmMåäƒ■æ\x19 Hƒw "
b"ð3└\x06 $ÅDx¬\x01 aý║;E═ "
b"Ñ\x11 ¤êWµO\x08 \x14\f\x03 ‹’¡\x1F "
b"Õ\e ñD6½H\x15 €0«®\v R\r "
b"Õ#C]qCLá…¸¥¨z¶Ÿv "
b"Í÷Âé╣L(êEιØ‗ä\x04 "
b"×]_<•VIÿ„VÏ(vؼ¶ "
b"Ú]¿s\x19 ’M:–©äæÞá‘í "
b"Ý\x12\x1E TD;Fê’\x0E þ\x13\t RŸá "
b"¦vàÐÅ@A:¥▀qÝ\x02 ®BÝ "
b"à\x07 âP‘ÔMœª/êTV¡‹ò "
b"àTÿi\x0F ¶Lô€\x1E çÿæ¡Õt "
b"à·–‰¿ÿGô§\x14 &…V_Ö¼ "
b"Óß)a\x14 /EѪ!RùÑÅ\x10 "
b"""
àù\f ×»:A3©¼\e Ü\x17\x0E \n
%
"""
b"áÁˆñ‹ðM‰‘Ÿµ×ô‡•I "
b"""
ã¢H\n
\x17 ŸC`±*öÁ"ó½Á
"""
b"Þ\x0F »╦ó{@\t ü▀£ÑJÓdc "
b"ê.6\x13 ™•L°±V¯}Mï\f Ü "
b"ëø›P\x03 ýJFŠ†íÔ>iÑ\n "
b"ðC\x18 RÌ\x0E GŸ‘|¹\x06\x01 Šñ˜ "
b"ð]£åSúNs·ŠŸÑW\x03 ¡j "
b"ª3å¾┌J┤üûª ─8>Í "
b"ñìÐ\x1D $pCž¯-ÂÃ$¢Jš "
b"òÒÑφÅH ŠZ^5Y+\x1D å "
b"ô›ª)\x0F WE׎<6\Ø\x1C 8 "
b"õ_A›4xL¦¸\x15 æjÝj:ý "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"ú„\x13 Í"øG'”\x13 …½\x1C «±ú "
b"■║\x1A ÅÐ/I5┤\x13 eÖ\v ~[k "
b"þýœ0Û\x0E Nþ°è«ðž ÷\x1D "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x1250673EB46847AAB746E700E0E4AE6A , 0x18DDD694CFB74500B5629A8D4FBC271A , 0x1F48631604F147D39DE30FECA9560286 , 0x2DD49C5AA5C142719B342A8AAF560C13 , 0x4D0DA06348864F45B0FA6863BDB110FD , 0x5391AFF9F46749BB876E0E08101E8B21 , 0x56A1508448BC4935A8B364E81B35D05E , 0x6B853870F3C64A26ABEACCA19FFDA20A , 0x6CC640372094477BBF0A44DD8F8642F8 , 0x73EE26C2614048AE8873187F44CB87F9 , 0x74B84E1177E14A1E8A7B4E984E4D0394 , 0x8047EFB602DA4F4085D1D6EC793498B2 , 0x86E012AE5B8040B09E3E962ABE51D17F , 0x924903E21F7A4B7197750D488C3DA18B , 0x9A62E2ECC70F4413BCEB8CE8AA49AF28 , 0xA51F76E3C41B484BA51A0CE24811FA99 , 0xA8EC66A086FF42D396645A924512F7B8 , 0xAE4234CC7A9E4104A3559AB4604B0C2D , 0xB890E6EE65F24EC6A9CB83F42E84FC7C , 0xC2F4AE01C0E946D88413BC74D5EE7C45 , 0xCE520C84AA9041318F60DFAD1E446745 , 0xE71D6D8172DD48BA85B2B0B150829E2A , 0xE99E873BCCE843DC8EACD824D2C0E0C9 , 0xF024B1AF635343E0ABA0774FB4248159 , 0x0002A82C0BAA442A8A302D8412E19B74 , 0x008B099C0D3949B68E70FF83FFC0C02E , 0x0239F28453E64CDF8F5E95A29696FC10 , 0x02603CDFA15D4773934D34A12FDE6C99 , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x05BBC370E7ED459D87AE58A76BD2B11F , 0x06E551C33CCD41E5A691DA599A08B7B9 , 0x06E84F3A76304C5BA4D5D26DFDC8E1CB , 0x0778FB2B11CD484DBF3646BD17B27600 , 0x08B418856B6643D891F1F4F4B72C337E , 0x09E822D5060E4F7D9487AAA94A397D63 , 0x0C423D762C444052B86AEB793BAEF5B6 , 0x0CBEAEC6332444508C85EDA403107B4F , 0x0FD011C64A784B349457FC00A3FC6B28 , 0x17ACF37B66344468AF734A2B65851CDC , 0x1A2FAFD9A3EE48B9B6FF770B16F2E65C , 0x1A47E0ABBB5645AA949D934AC414DCA9 , 0x1D12FAFA4488401BAEC0FCA6704DAFDB , 0x1D393C1F6EB34C9784FBD7FA68CF7534 , 0x1D8682DB3A414927BCBED3C3028E6E20 , 0x1E2293F46D854764AAEBC967A76EA344 , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x1FF096ECE79B460795B41B6A72F73A67 , 0x23C45B4439A142D1AD324A3B40FD6BD6 , 0x2430298871CC4D9BA7E63D4CFA033395 , 0x253D044056AB424F9B41599AFCA5B33D , 0x261E8A388F084F1881A97C0FF95CA54F , 0x27532E9A8663472784E4125DC03301DE , 0x2805FE839AFE4D719418670066C0A8D7 , 0x28BA49406B5646DF9CFFB66FFB9A72FA , 0x2949BF30A61B4686974186F836FA6FD9 , 0x2DB1D977768F46F8840BDDDA5B7B54C1 , 0x303DDECCF74E40E197C511D467759FF0 , 0x324B8A471C8348958FC7D9533D6865F5 , 0x339E08C77B39463DBE450F3C70BD5ACB , 0x3557282A3B894636A16F6255C5DCBC87 , 0x3689177D89CC46F49CD8A39E92E9514A , 0x38B044729DA44BCDB6B3A342C3C760B4 , 0x39586AE1C23C47ACBD9CBF7F5C80DE57 , 0x39E7DFE2262E41ED9005EB106CC9875E , 0x3A884F963C4D423BBC028EC85B4D4E12 , 0x3B310CAB2A5E4409992B6AC69718A2CE , 0x3C81CA604D20467BB965335EBB171425 , 0x3CB8D02BE1DF4B1089431B714330242F , 0x4002D9813797424D9C57B4CEF1F71542 , 0x40EBFBB5FB7C4458B4FA673FF1290084 , 0x410782BABB554D3AB8E4BC6114E67EAF , 0x414E390301984D06A2220A5A96662862 , 0x42196CD514114259942782599FA41B1E , 0x44862CCDBF5E4E919F9A34342E506B86 , 0x453CAA24BC614FD1B172380F59F6F09C , 0x461B3800D891437992F68F758DCB8EC7 , 0x46E2A739A4C64232B843DF51669C5D84 , 0x477C18C377CD4EC89FC3B9E956E2A21F , 0x4821A17BD5744BC0A3C9BC5CEBBEC59E , 0x48D0B7E357124D0CA34B0471BD12D0A3 , 0x4D7F52CC1A76482692F70AAA094ECABC , 0x4D7FF9DC4A4F42CEBDF24DBCDE5155D4 , 0x4E2BF732E8474709BD95D7742A2AAD91 , 0x4ECA35AA2AEE4D07B3F2E8BC6F19F441 , 0x4F789CA8626942DDA979C94B32A5E76E , 0x510667B300FE4E26B9AC99E892F09A80 , 0x517C98287CF94E2A9C86E3236307DDCC , 0x524C3F90F4D545D4840131D5288CFF47 , 0x59C2B87BA9B44F408529E1A3527F9477 , 0x5B7CB92CCB704F0F8523C9E9C46CE159 , 0x5D98336E69BE42228D4286B9F032E707 , 0x5E5226B3050048399BAD8AC8BE4C3073 , 0x5E579D0816324C2F87EA6BB68FF27268 , 0x5EF96F8CB86C47D9B8DD238CF8BFCEF6 , 0x5F96B941C94C4E2ABB45C1AA3F5D8A9B , 0x5FF58C763055464F886021FA499A1218 , 0x6221ABB6EA5845C6B4A9A3B8BC0CAE97 , 0x624F753DAA0A470CB8B32012C01AD589 , 0x6634B5BC3E7341D7BA2ABADEEDFCAF04 , 0x695B01416D7642499C8072123DDF95CF , 0x6A59604A5A6D499CA7FE6752A24CCE4A , 0x6AECE53E74F64CBDB962FB5A758469C0 , 0x6C6C13388EFC40999291099CB4E618A7 , 0x6C91269DB76E45E2AA7241903608EEC3 , 0x6DF7694F98114DFE9D856137B216471F , 0x6EB6C31A03D946929D30492885476B12 , 0x6EE2F8C950DD46B9898B82ECCE873571 , 0x6EF3B5CACC4842949F29BE05E5379222 , 0x6F33E96AF82D4DC99EBCB358ED41AC77 , 0x6FCA8404FD6D4072ABC063831E3F4A33 , 0x721E05D686D9486890DD3AC1C8D8895C , 0x74C4488ECA964C46BFD7C4C9845A7706 , 0x74FB1C7379664B8192BD8D6B2515C9D1 , 0x792C43181A0E4DFD9211D1CFBAC97B00 , 0x797F821593C64BAB827A65D83863389B , 0x7A7E1849CF4445E5A472B75DE5B1E824 , 0x7AC7E229DDF647FD9BC7CACA42F8E775 , 0x7B25BAF81CA6403A859D9091AF2C8EA8 , 0x7CDD497281954EE08715653013B8BC00 , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x7E17BB6C44B14C7F9C1025EFE871DFD4 , 0x7F1A077F4DBA4D26A9D66BC05A35F83E , 0x7FE9CEDEFF85407A88AC5E7484F7178F , 0x80E20EF6DB484671A102AC36AC835F19 , 0x82359071F17542EBBA1E7A614B31EC9A , 0x841BB2DCEFB946BFA59DABB936BAB342 , 0x86B592970B494C6F963888F070569E0E , 0x88051A9E8E04496C829CA5CB5709C2C2 , 0x8A98A5C477644C39BD324D22316464CA , 0x8AC07B549C59431189658176416374FF , 0x8FF24134F7AD435C87388FA7E5C49944 , 0x90B4F519D61E4187B32C932603A68DCC , 0x92783E69919145EEB3FCC41690767982 , 0x954AD0B76F91446B990317C760C02DC1 , 0x96A7F2CC4CD54866B0E05A7928729838 , 0x97AB470D13064BFAA367A48D2D91CB36 , 0x996C75CD34174A7D92E55081856988C2 , 0x99718A2144484CFA849E382740FFB6E1 , 0x99FCF9C9DF8E44FFB9AF705843F313D2 , 0x9A3ADB55873C4F55B79C38E8FFFDA25A , 0x9C8066F425A846D393F592E5945799A2 , 0x9CDC7F88AD614403ABF3D2A607E20CF7 , 0x9D00BDC082C04858867A8F5F4ECF6190 , 0x9D8B8CC181EA4CE4B94F4D877BFB34DE , 0x9DB8A2B3492F4C68A4EA13429949A242 , 0x9E539D4A506946059CBBC56EFD663710 , 0x9E9C2A6AE69B460BA62F80B39FC8263D , 0x9F79FA29ED994DE5AD9B46706451E2CD , 0x9FAF96364733413C812150A189536A9A , 0x9FBC32E4B6CA46DB95C3DBF79E65E2FA , 0xA070F6C9CD96485284D93947C1F4A697 , 0xA1D429316DF347139DB296587D6D171B , 0xA57E0E90FA614CCC93349AF234ED690F , 0xA7AF7C500E9A4597A664A970CD10C9D2 , 0xA95C1B5FA4024DFB87EC319F7520C8C7 , 0xAB14E1E1FEB5497E90AD633BD2D495BE , 0xABC60BB93C9D464D927D0B8F07E6F3A3 , 0xAC8CE12F24FA4908B0776CAD60E54929 , 0xB04AAF4EE57A4EA1966E68219A7F41DE , 0xB31F607557B34D6EA5BB0D9ADA70F171 , 0xB3495558E1864C339CA7032A252353B1 , 0xB3AE670322774848815C65CB9D0B6160 , 0xB587491907814493B051E963EC5EF3F6 , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xB9076124149D4D48A6F843DFE7C99454 , 0xBC0476222C674A389469A09BD2939D8C , 0xBC1A125ADD974C2384AAC207FBC9661A , 0xBD31F96E4F1046598AA4ED13AFF3F289 , 0xC0C80F47D3DA4398A926CF2B56C3FD22 , 0xC3B843D5B6FD41A88B6AAB11932595F6 , 0xC5FB763862FD409CB29FC167D29B0605 , 0xCBA847D442A9476EA11BAA6A78EF8699 , 0xCBBBDA4D879D4273B57430F0E6005207 , 0xCC950593818342B5B7FE54F589077ADF , 0xCCD5A877BEE84176953C64A5860B6D08 , 0xCD78E8B278A7498BB10CA9691BD52951 , 0xCDED95A2AA504B8AA4158813E531239B , 0xCF2C96BA906D4D86849FFE9119489F77 , 0xD033C006248F4478AA0161ECBA3B45CD , 0xD111A4EA57B54F08AD140C038B92A11F , 0xD51BF14436BD48158030ABADAE0B520D , 0xD523435D71434CE185B8A5A87AB69F76 , 0xD6F6B6C7B8B94C288845D7FB9DF28404 , 0xD75D5F3C955649FF8456CF2876D8BCB6 , 0xDA5DBF7319924D3A96A9E4E6DEE191ED , 0xDD121E54443B46EA920EFE1309529FE1 , 0xDD7685D18F40413ABEDF71ED02A942ED , 0xE007E25091D44D9CAA2FEA5456A18BF2 , 0xE054FF690FB64CF4801EE7FFE6A1D574 , 0xE0B79689BFFF47F4A7142685565FD6BC , 0xE0E12961142F45F0A5A6215297A58F10 , 0xE0F90CD7BB3A4133A9BC1BDC170E0A25 , 0xE1C188F18BF04D89919FB5D7F4879549 , 0xE3A2480A179F4360B12AF6C122F3BDC1 , 0xE80FAFCBA27B400981DF9CA54AE06463 , 0xEA2E361399954CB0B156AF7D4DEF0CDC , 0xEBF89B5003FD4A468A86EDD43E69D10A , 0xF0431852CC0E479F917CB906018AF198 , 0xF05DA3E553FA4E73B78A9FD15703A16A , 0xF0A63386F3DA4AB48196A620C4383ED6 , 0xF1ECD01D2470439EAF2DC2C324A24A9A , 0xF2D2D1CF86C548208A5A5E35592B1DE5 , 0xF49BAA290F5745C3978E3C365CD81C38 , 0xF55F419B34784CA6B815E66ADD6A3AFD , 0xFA08B4FEA46A43779C225437CE69A76E , 0xFA8413CD22F84727941385BD1CABB1FA , 0xFEBA1A8FD12F4935B41365990B7E5B6B , 0xFEFD9C30DB0E4EFEB0E8ABF09EA0F71D )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
94
6.13 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00\x02 ¨,\v ªD*Š0-„\x12 á›t "
b"\x00 ‹\t œ\r 9I¶ŽpÿƒÿÀÀ. "
b"\x02 9‗äSµL▀Å^òóûû³\x10 "
b"\x02 `<ß¡]Gs“M4¡/Þl™ "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x05 ╗├pþÝEØç«XºkÊ▒\x1F "
b"\x06 åQÃ<ÍA妑ÚYš\x08 ·¹ "
b"\x06 èO:v0L[¤ÕÒmýÈáË "
b"\x07 xû+\x11 ÍHM¿6F½\x17 ²v\x00 "
b"\x08 ´\x18 …kfCØ‘ñôô·,3~ "
b"\t è"Õ\x06\x0E O}”‡ª©J9}c "
b"\f B=v,D@R¸jëy;®õ¶ "
b"\f ¾®Æ3$DPŒ…í¤\x03\x10 {O "
b"\x0F Ð\x11 ÆJxK4”Wü\x00 £ük( "
b"\x12 Pg>´hGª·Fç\x00 àä®j "
b"\x17 ¬ó{f4Dh¯sJ+e…\x1C Ü "
b"\x18 ¦Íö¤ÀE\x00 ÁbÜìO╝'\x1A "
b"\x1A /¯Ù£îH¹¶ÿw\v\x16 òæ\ "
b"\x1A GÓ½╗VE¬öØôJ─\x14 ▄® "
b"\x1D\x12 úúDˆ@\e ®Àü¦pM¯Û "
b"\x1D 9<\x1F n³L—„û×úhÏu4 "
b"\x1D †‚Û:AI'¼¾ÓÃ\x02 Žn "
b"\x1E "“ôm…GdªëÉg§n£D "
b"\x1F Hc\x16\x04 ±GËØÒ\x0F ý®V\x02 å "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"\x1F ð–ìç›F\x07 •´\e jr÷:g "
b"#Ä[D9¡BÑ2J;@ýkÖ "
b"$0)ˆqÌM›§æ=Lú\x03 3• "
b"%=\x04 @V«BO›AYšü¥³= "
b"&\x1E è8Å\x08 O\x18 ü®|\x0F ¨\ÑO "
b"'S.š†cG'„ä\x12 ]À3\x01 Þ "
b"(\x05 þƒšþMq”\x18 g\x00 fÀ¨× "
b"(ºI@kVFßœÿ¶oûšrú "
b")I¿0¦\e F†—A†ø6úoÙ "
b"-▒┘wvÅF°ä\v ¦┌[{T┴ "
b"-ÔœZ¥ÁBq›4*Š¯V\f\x13 "
b"0=ÞÌ÷N@á—Å\x11 ÔguŸð "
b"2KèG\x1C âHòÅÃ┘S=he§ "
b"3ž\x08 Ç{9F=¾E\x0F <p½ZË "
b"5W(*;‰F6¡obUÅܼ‡ "
b"6‰\x17 }‰ÌFôœØ£ž’éQJ "
b"8░DrØñK═Â│úB├Ã`┤ "
b"9XjáÂ<G¬½œ¿\x7F \€ÞW "
b"9þ▀Ô&.AÝÉ\x05 Ù\x10 l╔ç^ "
b":ˆO–<MB;¼\x02 ŽÈ[MN\x12 "
b";1\f «*^D\t ™+jÆ—\x18 ¢Î "
b"<ü╩`M F{╣e3^╗\x17\x14 % "
b"<¸Ð+áßK\x10 ‰C\e qC0$/ "
b"@\x02 ┘ü7ùBM£W┤╬±¸\x15 B "
b"@ëûµû|DX´úg?ñ)\x00 „ "
b"A\x07 ‚º»UM:¸ä¼a\x14 æ~¯ "
b"""
AN9\x03\x01 ˜M\x06 ¢"\n
Z–f(b
"""
b"B\x19 lÕ\x14\x11 BY”'‚YŸ¤\e\x1E "
b"D†,Í¿^N‘Ÿš44.Pk† "
b"E<ª$¼aOѱr8\x0F Yöðœ "
b"F\e 8\x00 ÏæCyÆ÷Åuì╦Äà "
b"Fâ§9¤ÆB2¸CßQfœ]„ "
b"G|\x18 ÃwÍNȟùéVâ¢\x1F "
b"H!¡{ÕtKÀ£É¼\ë¾Åž "
b"HзãW\x12 M\f £K\x04 q½\x12 У "
b"M\r cH†OE°úhc½±\x10 ý "
b"""
M\x7F RÌ\x1A vH&’÷\n
ª\t Nʼ
"""
b"M\x7F ùÜJOBνòM¼ÞQUÔ "
b"N+÷2èGG\t ½•×t**‘ "
b"NÊ5ª*îM\x07 ³òè¼o\x19 ôA "
b"Oxœ¨biBÝ©yÉK2¥çn "
b"Q\x06 g³\x00 þN&¹¬™è’𚀠"
b"Q|˜(|ùN*œ†ã#c\x07 ÝÌ "
b"RL?ɶıEÈä\x01 1ı(î G "
b"S‘¯ùôgI»‡n\x0E\x08\x10\x1E ‹! "
b"V¡P„H¼I5¨³dè\e 5Ð^ "
b"Y¸{©´O@…)á£R\x7F ”w "
b"[|¹,ËpO\x0F …#ÉéÄláY "
b"]ÿ3ni¥B"ìBå╣2þ\x07 "
b"^R&³\x05\x00 H9›ŠÈ¾L0s "
b"^WØ\x08\x16 2L/çÛkÂÅ‗rh "
b"^ùoŒ¸lGÙ¸Ý#Œø¿Îö "
b"_–¹AÉLN*»EÁª?]Š› "
b"_õŒv0UFOˆ`!úIš\x12\x18 "
b"b!«¶êXEÆ´©£¸¼\f ®— "
b"""
bOu=ª\n
G\f ¸³ \x12 À\x1A Õ‰
"""
b"f4µ¼>sA׺*ºÞíü¯\x04 "
b"i[\x01 AmvBIœ€r\x12 =ß•Ï "
b"jY`JZmIœ§þgR¢LÎJ "
b"jìå>töL½¹bûZu„iÀ "
b"k…8póÆJ&«êÌ¡Ÿý¢\n "
b"ll\x13 8Žü@™’‘\t œ´æ\x18 § "
b"læ&ØÀnEÔ¬rAÉ6\x08 ¯├ "
b"""
lã@7 öG{┐\n
D¦ÅåB°
"""
b"m¸iOÿ\x11 M■Øàa7▓\x16 G\x1F "
b"nÂ├\x1A\x03 ┘FÆØ0I(àGk\x12 "
b"nâøÉPÝF¹‰‹‚ì·5q "
b"nóµÊÌHB”Ÿ)¾\x05 å7’" "
b"o3éjø-MÉž¼³XíA¬w "
b"oÊ„\x04 ým@r«Àcƒ\x1E ?J3 "
b"r\x1E\x05 Íå┘Hhɦ:┴╚Ïë\ "
b"sî&Âa@H®ˆs\x18\x7F Dˇù "
b"t¸N\x11 wáJ\x1E Š{N˜NM\x03 ” "
b"tÄHŽÊ–LF¿×ÄÉ„Zw\x06 "
b"t¹\x1C syfKüÆ¢ìk%\x15 ╔Ð "
b"y,C\x18\x1A\x0E Mý’\x11 ÑϺÉ{\x00 "
b"y\x7F ‚\x15 “ÆK«‚zeØ8c8› "
b"z~\x18 IÏDEå¤r·]å±è$ "
b"zÇâ)ÝöGý›ÇÊÊBøçu "
b"{%║°\x1C ª@:àØÉæ»,Ä¿ "
b"|¦IrüòNÓç\x15 e0\x13 ©╝\x00 "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"~\x17 »lD±L\x7F œ\x10 %ïèqßÔ "
b"\x7F\x1A\x07\x7F MºM&©ÖkÀZ5ø> "
b"\x7F Ú╬Ì à@zê¼^tä¸\x17 Å "
b"€Gï¶\x02 ÚO@…ÑÖìy4˜² "
b"€â\x0E öÛHFq¡\x02 ¬6¬ƒ_\x19 "
b"é5Éq±uBÙ║\x1E zaK1ýÜ "
b"ä\e ▓▄´╣F┐Ñؽ╣6║│B "
b"†µ’—\v ILo–8ˆðpVž\x0E "
b"†à\x12 ®[€@°ž>–*¾QÑ\x7F "
b"ˆ\x05\x1A žŽ\x04 Il‚œ¥ËW\t  "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"è└{T£YC\x11 ëeüvAct "
b"Å‗A4¸¡C\ç8źÕ─ÖD "
b"É┤§\x19 Í\x1E Aç│,ô&\x03 ªì╠ "
b"’I\x03 â\x1F zKq—u\r HŒ=¡‹ "
b"Æx>iææE¯│³─\x16 Évyé "
b"•Jзo‘Dk™\x03\x17 Ç`À-Á "
b"–§òÌLÕHf°àZy(r˜8 "
b"ù½G\r \x13\x06 K·úgñì-æ╦6 "
b"Ölu═4\x17 J}ÆÕPüàiê┬ "
b"™qŠ!DHLú„ž8'@ÿ¶á "
b"™üùÉߎDÿ¹¯pXCó\x13 Ò "
b"š:ÛU‡<OU·œ8èÿý¢Z "
b"šbâìÇ\x0F D\x13 ¼ëŒèªI¯( "
b"œ€fô%¨FÓ“õ’å”W™¢ "
b"Ø\x00 ¢└é└HXåzÅ_N¤aÉ "
b"Øïî┴üÛLõ╣OMç{¹4Ì "
b"Ø©ó│I/LhñÛ\x13 BÖIóB "
b"×SØJPiF\x05 £╗┼n²f7\x10 "
b"žœ*jæ›F\v ¦/€³ŸÈ&= "
b"Ÿyú)í™Må›FpdQâÍ "
b"ƒ»û6G3A<ü!PíëSjÜ "
b"Ÿ¼2ä¶ÊFÛ•ÃÛ÷žeâú "
b" pöÉÍ–HR„Ù9GÁô¦— "
b"íÈ)1m¾G\x13 Ø▓ûX}m\x17\e "
b"¥\x1F vãÄ\e HK¥\x1A\f âH\x11 ú™ "
b"Ñ~\x0E É·aL╠ô4Ü‗4Ýi\x0F "
b"§¯|P\x0E šE—¦d©pÍ\x10 ÉÒ "
b"¨ìf †ÿBÓ–dZ’E\x12 ÷¸ "
b"©\\e _¤\x02 Mû‡ì1Ÿu ÈÇ "
b"½\x14 ßß■ÁI~É¡c;ÊÈò¥ "
b"½ã\v ╣<ØFMÆ}\v Å\x07 µ¾ú "
b"¬Œá/$úI\x08 °wl`åI) "
b"®B4ÌzžA\x04 £Uš´`K\f - "
b"°J¯NåzN¡–nh!š\x7F AÞ "
b"³\x1F `uW³Mn¥»\r šÚpñq "
b"³IUXá†L3œ§\x03 *%#S± "
b"│«g\x03 "wHHü\e╦Ø\v a` "
b"ÁçI\x19\x07 üDô░QÚcý^¾÷ "
b"©Éµ¯e‗Nã®╦â¶.ä³| "
b"╣\x07 a$\x14 ØMHª°C▀þ╔öT "
b"╝\x04 v",gJ8öiáøÊôØî "
b"¼\x1A\x12 ZÝ—L#„ªÂ\x07 ûÉf\x1A "
b"½1ùnO\x10 FYŠ¤í\x13 ¯óò‰ "
b"ÀÈ\x0F GÓÚC˜©&Ï+VÃý" "
b"Âô®\x01 ÀéFØ„\x13 ¼tÕî|E "
b"øCÕ¶ýA¨‹j«\x11 “%•ö "
b"Åûv8bý@œ²ŸÁgÒ›\x06\x05 "
b"˨GÔB©Gn¡\e ªjx "
b"╦╗┌MçØBsÁt0µ\x00 R\x07 "
b"╠ò\x05 ôüâBÁÀ■T§ë\x07 z▀ "
b"ÌÕ¨w¾èAv•<d¥†\v m\x08 "
b"Íxè²x§I‹±\f ©i\e Õ)Q "
b"Íí•¢ªPKŠ¤\x15 ˆ\x13 å1#› "
b"╬R\f ä¬ÉA1Å`▀¡\x1E DgE "
b"¤,û║ÉmMåäƒ■æ\x19 Hƒw "
b"ð3└\x06 $ÅDx¬\x01 aý║;E═ "
b"Ñ\x11 ¤êWµO\x08 \x14\f\x03 ‹’¡\x1F "
b"Õ\e ñD6½H\x15 €0«®\v R\r "
b"Õ#C]qCLá…¸¥¨z¶Ÿv "
b"Í÷Âé╣L(êEιØ‗ä\x04 "
b"×]_<•VIÿ„VÏ(vؼ¶ "
b"Ú]¿s\x19 ’M:–©äæÞá‘í "
b"Ý\x12\x1E TD;Fê’\x0E þ\x13\t RŸá "
b"¦vàÐÅ@A:¥▀qÝ\x02 ®BÝ "
b"à\x07 âP‘ÔMœª/êTV¡‹ò "
b"àTÿi\x0F ¶Lô€\x1E çÿæ¡Õt "
b"à·–‰¿ÿGô§\x14 &…V_Ö¼ "
b"Óß)a\x14 /EѪ!RùÑÅ\x10 "
b"""
àù\f ×»:A3©¼\e Ü\x17\x0E \n
%
"""
b"áÁˆñ‹ðM‰‘Ÿµ×ô‡•I "
b"""
ã¢H\n
\x17 ŸC`±*öÁ"ó½Á
"""
b"þ\x1D mür¦H║à▓░▒Pé×* "
b"Þ\x0F »╦ó{@\t ü▀£ÑJÓdc "
b"鞇;ÌèCÜŽ¬Ø$ÒÀàÉ "
b"ê.6\x13 ™•L°±V¯}Mï\f Ü "
b"ëø›P\x03 ýJFŠ†íÔ>iÑ\n "
b"$▒»cSCÓ½áwO┤$üY "
b"ðC\x18 RÌ\x0E GŸ‘|¹\x06\x01 Šñ˜ "
b"ª3å¾┌J┤üûª ─8>Í "
b"ñìÐ\x1D $pCž¯-ÂÃ$¢Jš "
b"òÒÑφÅH ŠZ^5Y+\x1D å "
b"ô›ª)\x0F WE׎<6\Ø\x1C 8 "
b"õ_A›4xL¦¸\x15 æjÝj:ý "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"ú„\x13 Í"øG'”\x13 …½\x1C «±ú "
b"■║\x1A ÅÐ/I5┤\x13 eÖ\v ~[k "
b"þýœ0Û\x0E Nþ°è«ðž ÷\x1D "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x0002A82C0BAA442A8A302D8412E19B74 , 0x008B099C0D3949B68E70FF83FFC0C02E , 0x0239F28453E64CDF8F5E95A29696FC10 , 0x02603CDFA15D4773934D34A12FDE6C99 , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x05BBC370E7ED459D87AE58A76BD2B11F , 0x06E551C33CCD41E5A691DA599A08B7B9 , 0x06E84F3A76304C5BA4D5D26DFDC8E1CB , 0x0778FB2B11CD484DBF3646BD17B27600 , 0x08B418856B6643D891F1F4F4B72C337E , 0x09E822D5060E4F7D9487AAA94A397D63 , 0x0C423D762C444052B86AEB793BAEF5B6 , 0x0CBEAEC6332444508C85EDA403107B4F , 0x0FD011C64A784B349457FC00A3FC6B28 , 0x1250673EB46847AAB746E700E0E4AE6A , 0x17ACF37B66344468AF734A2B65851CDC , 0x18DDD694CFB74500B5629A8D4FBC271A , 0x1A2FAFD9A3EE48B9B6FF770B16F2E65C , 0x1A47E0ABBB5645AA949D934AC414DCA9 , 0x1D12FAFA4488401BAEC0FCA6704DAFDB , 0x1D393C1F6EB34C9784FBD7FA68CF7534 , 0x1D8682DB3A414927BCBED3C3028E6E20 , 0x1E2293F46D854764AAEBC967A76EA344 , 0x1F48631604F147D39DE30FECA9560286 , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x1FF096ECE79B460795B41B6A72F73A67 , 0x23C45B4439A142D1AD324A3B40FD6BD6 , 0x2430298871CC4D9BA7E63D4CFA033395 , 0x253D044056AB424F9B41599AFCA5B33D , 0x261E8A388F084F1881A97C0FF95CA54F , 0x27532E9A8663472784E4125DC03301DE , 0x2805FE839AFE4D719418670066C0A8D7 , 0x28BA49406B5646DF9CFFB66FFB9A72FA , 0x2949BF30A61B4686974186F836FA6FD9 , 0x2DB1D977768F46F8840BDDDA5B7B54C1 , 0x2DD49C5AA5C142719B342A8AAF560C13 , 0x303DDECCF74E40E197C511D467759FF0 , 0x324B8A471C8348958FC7D9533D6865F5 , 0x339E08C77B39463DBE450F3C70BD5ACB , 0x3557282A3B894636A16F6255C5DCBC87 , 0x3689177D89CC46F49CD8A39E92E9514A , 0x38B044729DA44BCDB6B3A342C3C760B4 , 0x39586AE1C23C47ACBD9CBF7F5C80DE57 , 0x39E7DFE2262E41ED9005EB106CC9875E , 0x3A884F963C4D423BBC028EC85B4D4E12 , 0x3B310CAB2A5E4409992B6AC69718A2CE , 0x3C81CA604D20467BB965335EBB171425 , 0x3CB8D02BE1DF4B1089431B714330242F , 0x4002D9813797424D9C57B4CEF1F71542 , 0x40EBFBB5FB7C4458B4FA673FF1290084 , 0x410782BABB554D3AB8E4BC6114E67EAF , 0x414E390301984D06A2220A5A96662862 , 0x42196CD514114259942782599FA41B1E , 0x44862CCDBF5E4E919F9A34342E506B86 , 0x453CAA24BC614FD1B172380F59F6F09C , 0x461B3800D891437992F68F758DCB8EC7 , 0x46E2A739A4C64232B843DF51669C5D84 , 0x477C18C377CD4EC89FC3B9E956E2A21F , 0x4821A17BD5744BC0A3C9BC5CEBBEC59E , 0x48D0B7E357124D0CA34B0471BD12D0A3 , 0x4D0DA06348864F45B0FA6863BDB110FD , 0x4D7F52CC1A76482692F70AAA094ECABC , 0x4D7FF9DC4A4F42CEBDF24DBCDE5155D4 , 0x4E2BF732E8474709BD95D7742A2AAD91 , 0x4ECA35AA2AEE4D07B3F2E8BC6F19F441 , 0x4F789CA8626942DDA979C94B32A5E76E , 0x510667B300FE4E26B9AC99E892F09A80 , 0x517C98287CF94E2A9C86E3236307DDCC , 0x524C3F90F4D545D4840131D5288CFF47 , 0x5391AFF9F46749BB876E0E08101E8B21 , 0x56A1508448BC4935A8B364E81B35D05E , 0x59C2B87BA9B44F408529E1A3527F9477 , 0x5B7CB92CCB704F0F8523C9E9C46CE159 , 0x5D98336E69BE42228D4286B9F032E707 , 0x5E5226B3050048399BAD8AC8BE4C3073 , 0x5E579D0816324C2F87EA6BB68FF27268 , 0x5EF96F8CB86C47D9B8DD238CF8BFCEF6 , 0x5F96B941C94C4E2ABB45C1AA3F5D8A9B , 0x5FF58C763055464F886021FA499A1218 , 0x6221ABB6EA5845C6B4A9A3B8BC0CAE97 , 0x624F753DAA0A470CB8B32012C01AD589 , 0x6634B5BC3E7341D7BA2ABADEEDFCAF04 , 0x695B01416D7642499C8072123DDF95CF , 0x6A59604A5A6D499CA7FE6752A24CCE4A , 0x6AECE53E74F64CBDB962FB5A758469C0 , 0x6B853870F3C64A26ABEACCA19FFDA20A , 0x6C6C13388EFC40999291099CB4E618A7 , 0x6C91269DB76E45E2AA7241903608EEC3 , 0x6CC640372094477BBF0A44DD8F8642F8 , 0x6DF7694F98114DFE9D856137B216471F , 0x6EB6C31A03D946929D30492885476B12 , 0x6EE2F8C950DD46B9898B82ECCE873571 , 0x6EF3B5CACC4842949F29BE05E5379222 , 0x6F33E96AF82D4DC99EBCB358ED41AC77 , 0x6FCA8404FD6D4072ABC063831E3F4A33 , 0x721E05D686D9486890DD3AC1C8D8895C , 0x73EE26C2614048AE8873187F44CB87F9 , 0x74B84E1177E14A1E8A7B4E984E4D0394 , 0x74C4488ECA964C46BFD7C4C9845A7706 , 0x74FB1C7379664B8192BD8D6B2515C9D1 , 0x792C43181A0E4DFD9211D1CFBAC97B00 , 0x797F821593C64BAB827A65D83863389B , 0x7A7E1849CF4445E5A472B75DE5B1E824 , 0x7AC7E229DDF647FD9BC7CACA42F8E775 , 0x7B25BAF81CA6403A859D9091AF2C8EA8 , 0x7CDD497281954EE08715653013B8BC00 , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x7E17BB6C44B14C7F9C1025EFE871DFD4 , 0x7F1A077F4DBA4D26A9D66BC05A35F83E , 0x7FE9CEDEFF85407A88AC5E7484F7178F , 0x8047EFB602DA4F4085D1D6EC793498B2 , 0x80E20EF6DB484671A102AC36AC835F19 , 0x82359071F17542EBBA1E7A614B31EC9A , 0x841BB2DCEFB946BFA59DABB936BAB342 , 0x86B592970B494C6F963888F070569E0E , 0x86E012AE5B8040B09E3E962ABE51D17F , 0x88051A9E8E04496C829CA5CB5709C2C2 , 0x8A98A5C477644C39BD324D22316464CA , 0x8AC07B549C59431189658176416374FF , 0x8FF24134F7AD435C87388FA7E5C49944 , 0x90B4F519D61E4187B32C932603A68DCC , 0x924903E21F7A4B7197750D488C3DA18B , 0x92783E69919145EEB3FCC41690767982 , 0x954AD0B76F91446B990317C760C02DC1 , 0x96A7F2CC4CD54866B0E05A7928729838 , 0x97AB470D13064BFAA367A48D2D91CB36 , 0x996C75CD34174A7D92E55081856988C2 , 0x99718A2144484CFA849E382740FFB6E1 , 0x99FCF9C9DF8E44FFB9AF705843F313D2 , 0x9A3ADB55873C4F55B79C38E8FFFDA25A , 0x9A62E2ECC70F4413BCEB8CE8AA49AF28 , 0x9C8066F425A846D393F592E5945799A2 , 0x9D00BDC082C04858867A8F5F4ECF6190 , 0x9D8B8CC181EA4CE4B94F4D877BFB34DE , 0x9DB8A2B3492F4C68A4EA13429949A242 , 0x9E539D4A506946059CBBC56EFD663710 , 0x9E9C2A6AE69B460BA62F80B39FC8263D , 0x9F79FA29ED994DE5AD9B46706451E2CD , 0x9FAF96364733413C812150A189536A9A , 0x9FBC32E4B6CA46DB95C3DBF79E65E2FA , 0xA070F6C9CD96485284D93947C1F4A697 , 0xA1D429316DF347139DB296587D6D171B , 0xA51F76E3C41B484BA51A0CE24811FA99 , 0xA57E0E90FA614CCC93349AF234ED690F , 0xA7AF7C500E9A4597A664A970CD10C9D2 , 0xA8EC66A086FF42D396645A924512F7B8 , 0xA95C1B5FA4024DFB87EC319F7520C8C7 , 0xAB14E1E1FEB5497E90AD633BD2D495BE , 0xABC60BB93C9D464D927D0B8F07E6F3A3 , 0xAC8CE12F24FA4908B0776CAD60E54929 , 0xAE4234CC7A9E4104A3559AB4604B0C2D , 0xB04AAF4EE57A4EA1966E68219A7F41DE , 0xB31F607557B34D6EA5BB0D9ADA70F171 , 0xB3495558E1864C339CA7032A252353B1 , 0xB3AE670322774848815C65CB9D0B6160 , 0xB587491907814493B051E963EC5EF3F6 , 0xB890E6EE65F24EC6A9CB83F42E84FC7C , 0xB9076124149D4D48A6F843DFE7C99454 , 0xBC0476222C674A389469A09BD2939D8C , 0xBC1A125ADD974C2384AAC207FBC9661A , 0xBD31F96E4F1046598AA4ED13AFF3F289 , 0xC0C80F47D3DA4398A926CF2B56C3FD22 , 0xC2F4AE01C0E946D88413BC74D5EE7C45 , 0xC3B843D5B6FD41A88B6AAB11932595F6 , 0xC5FB763862FD409CB29FC167D29B0605 , 0xCBA847D442A9476EA11BAA6A78EF8699 , 0xCBBBDA4D879D4273B57430F0E6005207 , 0xCC950593818342B5B7FE54F589077ADF , 0xCCD5A877BEE84176953C64A5860B6D08 , 0xCD78E8B278A7498BB10CA9691BD52951 , 0xCDED95A2AA504B8AA4158813E531239B , 0xCE520C84AA9041318F60DFAD1E446745 , 0xCF2C96BA906D4D86849FFE9119489F77 , 0xD033C006248F4478AA0161ECBA3B45CD , 0xD111A4EA57B54F08AD140C038B92A11F , 0xD51BF14436BD48158030ABADAE0B520D , 0xD523435D71434CE185B8A5A87AB69F76 , 0xD6F6B6C7B8B94C288845D7FB9DF28404 , 0xD75D5F3C955649FF8456CF2876D8BCB6 , 0xDA5DBF7319924D3A96A9E4E6DEE191ED , 0xDD121E54443B46EA920EFE1309529FE1 , 0xDD7685D18F40413ABEDF71ED02A942ED , 0xE007E25091D44D9CAA2FEA5456A18BF2 , 0xE054FF690FB64CF4801EE7FFE6A1D574 , 0xE0B79689BFFF47F4A7142685565FD6BC , 0xE0E12961142F45F0A5A6215297A58F10 , 0xE0F90CD7BB3A4133A9BC1BDC170E0A25 , 0xE1C188F18BF04D89919FB5D7F4879549 , 0xE3A2480A179F4360B12AF6C122F3BDC1 , 0xE71D6D8172DD48BA85B2B0B150829E2A , 0xE80FAFCBA27B400981DF9CA54AE06463 , 0xE99E873BCCE843DC8EACD824D2C0E0C9 , 0xEA2E361399954CB0B156AF7D4DEF0CDC , 0xEBF89B5003FD4A468A86EDD43E69D10A , 0xF024B1AF635343E0ABA0774FB4248159 , 0xF0431852CC0E479F917CB906018AF198 , 0xF0A63386F3DA4AB48196A620C4383ED6 , 0xF1ECD01D2470439EAF2DC2C324A24A9A , 0xF2D2D1CF86C548208A5A5E35592B1DE5 , 0xF49BAA290F5745C3978E3C365CD81C38 , 0xF55F419B34784CA6B815E66ADD6A3AFD , 0xFA08B4FEA46A43779C225437CE69A76E , 0xFA8413CD22F84727941385BD1CABB1FA , 0xFEBA1A8FD12F4935B41365990B7E5B6B , 0xFEFD9C30DB0E4EFEB0E8ABF09EA0F71D );
Copy
95
0.97 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x12 Pg>´hGª·Fç\x00 àä®j "
b"\x18 ¦Íö¤ÀE\x00 ÁbÜìO╝'\x1A "
b"\x1F Hc\x16\x04 ±GËØÒ\x0F ý®V\x02 å "
b"-ÔœZ¥ÁBq›4*Š¯V\f\x13 "
b"M\r cH†OE°úhc½±\x10 ý "
b"S‘¯ùôgI»‡n\x0E\x08\x10\x1E ‹! "
b"V¡P„H¼I5¨³dè\e 5Ð^ "
b"k…8póÆJ&«êÌ¡Ÿý¢\n "
b"""
lã@7 öG{┐\n
D¦ÅåB°
"""
b"sî&Âa@H®ˆs\x18\x7F Dˇù "
b"t¸N\x11 wáJ\x1E Š{N˜NM\x03 ” "
b"€Gï¶\x02 ÚO@…ÑÖìy4˜² "
b"†à\x12 ®[€@°ž>–*¾QÑ\x7F "
b"’I\x03 â\x1F zKq—u\r HŒ=¡‹ "
b"šbâìÇ\x0F D\x13 ¼ëŒèªI¯( "
b"¥\x1F vãÄ\e HK¥\x1A\f âH\x11 ú™ "
b"¨ìf †ÿBÓ–dZ’E\x12 ÷¸ "
b"®B4ÌzžA\x04 £Uš´`K\f - "
b"©Éµ¯e‗Nã®╦â¶.ä³| "
b"Âô®\x01 ÀéFØ„\x13 ¼tÕî|E "
b"╬R\f ä¬ÉA1Å`▀¡\x1E DgE "
b"þ\x1D mür¦H║à▓░▒Pé×* "
b"鞇;ÌèCÜŽ¬Ø$ÒÀàÉ "
b"$▒»cSCÓ½áwO┤$üY "
b"\x00\x02 ¨,\v ªD*Š0-„\x12 á›t "
b"\x00 ‹\t œ\r 9I¶ŽpÿƒÿÀÀ. "
b"\x02 9‗äSµL▀Å^òóûû³\x10 "
b"\x02 `<ß¡]Gs“M4¡/Þl™ "
b"\x02 —ì\x11 J*K—€âuýüóJb "
b"\x05 ╗├pþÝEØç«XºkÊ▒\x1F "
b"\x06 åQÃ<ÍA妑ÚYš\x08 ·¹ "
b"\x06 èO:v0L[¤ÕÒmýÈáË "
b"\x07 xû+\x11 ÍHM¿6F½\x17 ²v\x00 "
b"\x08 ´\x18 …kfCØ‘ñôô·,3~ "
b"\t è"Õ\x06\x0E O}”‡ª©J9}c "
b"\f B=v,D@R¸jëy;®õ¶ "
b"\f ¾®Æ3$DPŒ…í¤\x03\x10 {O "
b"\x0F Ð\x11 ÆJxK4”Wü\x00 £ük( "
b"\x17 ¬ó{f4Dh¯sJ+e…\x1C Ü "
b"\x1A /¯Ù£îH¹¶ÿw\v\x16 òæ\ "
b"\x1A GÓ½╗VE¬öØôJ─\x14 ▄® "
b"\x1D\x12 úúDˆ@\e ®Àü¦pM¯Û "
b"\x1D 9<\x1F n³L—„û×úhÏu4 "
b"\x1D †‚Û:AI'¼¾ÓÃ\x02 Žn "
b"\x1E "“ôm…GdªëÉg§n£D "
b"\x1F ‘$òÙÊJÈž\x7F Fþ»%úÎ "
b"\x1F ð–ìç›F\x07 •´\e jr÷:g "
b"#Ä[D9¡BÑ2J;@ýkÖ "
b"$0)ˆqÌM›§æ=Lú\x03 3• "
b"%=\x04 @V«BO›AYšü¥³= "
b"&\x1E è8Å\x08 O\x18 ü®|\x0F ¨\ÑO "
b"'S.š†cG'„ä\x12 ]À3\x01 Þ "
b"(\x05 þƒšþMq”\x18 g\x00 fÀ¨× "
b"(ºI@kVFßœÿ¶oûšrú "
b")I¿0¦\e F†—A†ø6úoÙ "
b"-▒┘wvÅF°ä\v ¦┌[{T┴ "
b"0=ÞÌ÷N@á—Å\x11 ÔguŸð "
b"2KèG\x1C âHòÅÃ┘S=he§ "
b"3ž\x08 Ç{9F=¾E\x0F <p½ZË "
b"5W(*;‰F6¡obUÅܼ‡ "
b"6‰\x17 }‰ÌFôœØ£ž’éQJ "
b"8░DrØñK═Â│úB├Ã`┤ "
b"9XjáÂ<G¬½œ¿\x7F \€ÞW "
b"9þ▀Ô&.AÝÉ\x05 Ù\x10 l╔ç^ "
b":ˆO–<MB;¼\x02 ŽÈ[MN\x12 "
b";1\f «*^D\t ™+jÆ—\x18 ¢Î "
b"<ü╩`M F{╣e3^╗\x17\x14 % "
b"<¸Ð+áßK\x10 ‰C\e qC0$/ "
b"@\x02 ┘ü7ùBM£W┤╬±¸\x15 B "
b"@ëûµû|DX´úg?ñ)\x00 „ "
b"A\x07 ‚º»UM:¸ä¼a\x14 æ~¯ "
b"""
AN9\x03\x01 ˜M\x06 ¢"\n
Z–f(b
"""
b"B\x19 lÕ\x14\x11 BY”'‚YŸ¤\e\x1E "
b"D†,Í¿^N‘Ÿš44.Pk† "
b"E<ª$¼aOѱr8\x0F Yöðœ "
b"F\e 8\x00 ÏæCyÆ÷Åuì╦Äà "
b"Fâ§9¤ÆB2¸CßQfœ]„ "
b"G|\x18 ÃwÍNȟùéVâ¢\x1F "
b"H!¡{ÕtKÀ£É¼\ë¾Åž "
b"HзãW\x12 M\f £K\x04 q½\x12 У "
b"""
M\x7F RÌ\x1A vH&’÷\n
ª\t Nʼ
"""
b"M\x7F ùÜJOBνòM¼ÞQUÔ "
b"N+÷2èGG\t ½•×t**‘ "
b"NÊ5ª*îM\x07 ³òè¼o\x19 ôA "
b"Oxœ¨biBÝ©yÉK2¥çn "
b"Q\x06 g³\x00 þN&¹¬™è’𚀠"
b"Q|˜(|ùN*œ†ã#c\x07 ÝÌ "
b"RL?ɶıEÈä\x01 1ı(î G "
b"Y¸{©´O@…)á£R\x7F ”w "
b"[|¹,ËpO\x0F …#ÉéÄláY "
b"]ÿ3ni¥B"ìBå╣2þ\x07 "
b"^R&³\x05\x00 H9›ŠÈ¾L0s "
b"^WØ\x08\x16 2L/çÛkÂÅ‗rh "
b"^ùoŒ¸lGÙ¸Ý#Œø¿Îö "
b"_–¹AÉLN*»EÁª?]Š› "
b"_õŒv0UFOˆ`!úIš\x12\x18 "
b"b!«¶êXEÆ´©£¸¼\f ®— "
b"""
bOu=ª\n
G\f ¸³ \x12 À\x1A Õ‰
"""
b"f4µ¼>sA׺*ºÞíü¯\x04 "
b"i[\x01 AmvBIœ€r\x12 =ß•Ï "
b"jY`JZmIœ§þgR¢LÎJ "
b"jìå>töL½¹bûZu„iÀ "
b"ll\x13 8Žü@™’‘\t œ´æ\x18 § "
b"læ&ØÀnEÔ¬rAÉ6\x08 ¯├ "
b"m¸iOÿ\x11 M■Øàa7▓\x16 G\x1F "
b"nÂ├\x1A\x03 ┘FÆØ0I(àGk\x12 "
b"nâøÉPÝF¹‰‹‚ì·5q "
b"nóµÊÌHB”Ÿ)¾\x05 å7’" "
b"o3éjø-MÉž¼³XíA¬w "
b"oÊ„\x04 ým@r«Àcƒ\x1E ?J3 "
b"r\x1E\x05 Íå┘Hhɦ:┴╚Ïë\ "
b"tÄHŽÊ–LF¿×ÄÉ„Zw\x06 "
b"t¹\x1C syfKüÆ¢ìk%\x15 ╔Ð "
b"y,C\x18\x1A\x0E Mý’\x11 ÑϺÉ{\x00 "
b"y\x7F ‚\x15 “ÆK«‚zeØ8c8› "
b"z~\x18 IÏDEå¤r·]å±è$ "
b"zÇâ)ÝöGý›ÇÊÊBøçu "
b"{%║°\x1C ª@:àØÉæ»,Ä¿ "
b"|¦IrüòNÓç\x15 e0\x13 ©╝\x00 "
b"}÷Å}¨╗O=¬½ôfô>f× "
b"~\x17 »lD±L\x7F œ\x10 %ïèqßÔ "
b"\x7F\x1A\x07\x7F MºM&©ÖkÀZ5ø> "
b"\x7F Ú╬Ì à@zê¼^tä¸\x17 Å "
b"€â\x0E öÛHFq¡\x02 ¬6¬ƒ_\x19 "
b"é5Éq±uBÙ║\x1E zaK1ýÜ "
b"ä\e ▓▄´╣F┐Ñؽ╣6║│B "
b"†µ’—\v ILo–8ˆðpVž\x0E "
b"ˆ\x05\x1A žŽ\x04 Il‚œ¥ËW\t  "
b"Š˜¥ÄwdL9½2M"1ddÊ "
b"è└{T£YC\x11 ëeüvAct "
b"Å‗A4¸¡C\ç8źÕ─ÖD "
b"É┤§\x19 Í\x1E Aç│,ô&\x03 ªì╠ "
b"Æx>iææE¯│³─\x16 Évyé "
b"•Jзo‘Dk™\x03\x17 Ç`À-Á "
b"–§òÌLÕHf°àZy(r˜8 "
b"ù½G\r \x13\x06 K·úgñì-æ╦6 "
b"Ölu═4\x17 J}ÆÕPüàiê┬ "
b"™qŠ!DHLú„ž8'@ÿ¶á "
b"™üùÉߎDÿ¹¯pXCó\x13 Ò "
b"š:ÛU‡<OU·œ8èÿý¢Z "
b"œ€fô%¨FÓ“õ’å”W™¢ "
b"œÜ\x7F ˆaD\x03 «óÒ¦\x07 â\f ÷ "
b"Ø\x00 ¢└é└HXåzÅ_N¤aÉ "
b"Øïî┴üÛLõ╣OMç{¹4Ì "
b"Ø©ó│I/LhñÛ\x13 BÖIóB "
b"×SØJPiF\x05 £╗┼n²f7\x10 "
b"žœ*jæ›F\v ¦/€³ŸÈ&= "
b"Ÿyú)í™Må›FpdQâÍ "
b"ƒ»û6G3A<ü!PíëSjÜ "
b"Ÿ¼2ä¶ÊFÛ•ÃÛ÷žeâú "
b" pöÉÍ–HR„Ù9GÁô¦— "
b"íÈ)1m¾G\x13 Ø▓ûX}m\x17\e "
b"Ñ~\x0E É·aL╠ô4Ü‗4Ýi\x0F "
b"§¯|P\x0E šE—¦d©pÍ\x10 ÉÒ "
b"©\\e _¤\x02 Mû‡ì1Ÿu ÈÇ "
b"½\x14 ßß■ÁI~É¡c;ÊÈò¥ "
b"½ã\v ╣<ØFMÆ}\v Å\x07 µ¾ú "
b"¬Œá/$úI\x08 °wl`åI) "
b"°J¯NåzN¡–nh!š\x7F AÞ "
b"³\x1F `uW³Mn¥»\r šÚpñq "
b"³IUXá†L3œ§\x03 *%#S± "
b"│«g\x03 "wHHü\e╦Ø\v a` "
b"ÁçI\x19\x07 üDô░QÚcý^¾÷ "
b"¶õ:Cª\x7F M)»‚NjΤ\x12 ¹ "
b"╣\x07 a$\x14 ØMHª°C▀þ╔öT "
b"╝\x04 v",gJ8öiáøÊôØî "
b"¼\x1A\x12 ZÝ—L#„ªÂ\x07 ûÉf\x1A "
b"½1ùnO\x10 FYŠ¤í\x13 ¯óò‰ "
b"ÀÈ\x0F GÓÚC˜©&Ï+VÃý" "
b"øCÕ¶ýA¨‹j«\x11 “%•ö "
b"Åûv8bý@œ²ŸÁgÒ›\x06\x05 "
b"˨GÔB©Gn¡\e ªjx "
b"╦╗┌MçØBsÁt0µ\x00 R\x07 "
b"╠ò\x05 ôüâBÁÀ■T§ë\x07 z▀ "
b"ÌÕ¨w¾èAv•<d¥†\v m\x08 "
b"Íxè²x§I‹±\f ©i\e Õ)Q "
b"Íí•¢ªPKŠ¤\x15 ˆ\x13 å1#› "
b"¤,û║ÉmMåäƒ■æ\x19 Hƒw "
b"ð3└\x06 $ÅDx¬\x01 aý║;E═ "
b"Ñ\x11 ¤êWµO\x08 \x14\f\x03 ‹’¡\x1F "
b"Õ\e ñD6½H\x15 €0«®\v R\r "
b"Õ#C]qCLá…¸¥¨z¶Ÿv "
b"Í÷Âé╣L(êEιØ‗ä\x04 "
b"×]_<•VIÿ„VÏ(vؼ¶ "
b"Ú]¿s\x19 ’M:–©äæÞá‘í "
b"Ý\x12\x1E TD;Fê’\x0E þ\x13\t RŸá "
b"¦vàÐÅ@A:¥▀qÝ\x02 ®BÝ "
b"à\x07 âP‘ÔMœª/êTV¡‹ò "
b"àTÿi\x0F ¶Lô€\x1E çÿæ¡Õt "
b"à·–‰¿ÿGô§\x14 &…V_Ö¼ "
b"Óß)a\x14 /EѪ!RùÑÅ\x10 "
b"""
àù\f ×»:A3©¼\e Ü\x17\x0E \n
%
"""
b"áÁˆñ‹ðM‰‘Ÿµ×ô‡•I "
b"""
ã¢H\n
\x17 ŸC`±*öÁ"ó½Á
"""
b"Þ\x0F »╦ó{@\t ü▀£ÑJÓdc "
b"ê.6\x13 ™•L°±V¯}Mï\f Ü "
b"ëø›P\x03 ýJFŠ†íÔ>iÑ\n "
b"ðC\x18 RÌ\x0E GŸ‘|¹\x06\x01 Šñ˜ "
b"ð]£åSúNs·ŠŸÑW\x03 ¡j "
b"ª3å¾┌J┤üûª ─8>Í "
b"ñìÐ\x1D $pCž¯-ÂÃ$¢Jš "
b"òÒÑφÅH ŠZ^5Y+\x1D å "
b"ô›ª)\x0F WE׎<6\Ø\x1C 8 "
b"õ_A›4xL¦¸\x15 æjÝj:ý "
b"ú\x08 ´þ¤jCwœ"T7Îi§n "
b"ú„\x13 Í"øG'”\x13 …½\x1C «±ú "
b"■║\x1A ÅÐ/I5┤\x13 eÖ\v ~[k "
b"þýœ0Û\x0E Nþ°è«ðž ÷\x1D "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x1250673EB46847AAB746E700E0E4AE6A , 0x18DDD694CFB74500B5629A8D4FBC271A , 0x1F48631604F147D39DE30FECA9560286 , 0x2DD49C5AA5C142719B342A8AAF560C13 , 0x4D0DA06348864F45B0FA6863BDB110FD , 0x5391AFF9F46749BB876E0E08101E8B21 , 0x56A1508448BC4935A8B364E81B35D05E , 0x6B853870F3C64A26ABEACCA19FFDA20A , 0x6CC640372094477BBF0A44DD8F8642F8 , 0x73EE26C2614048AE8873187F44CB87F9 , 0x74B84E1177E14A1E8A7B4E984E4D0394 , 0x8047EFB602DA4F4085D1D6EC793498B2 , 0x86E012AE5B8040B09E3E962ABE51D17F , 0x924903E21F7A4B7197750D488C3DA18B , 0x9A62E2ECC70F4413BCEB8CE8AA49AF28 , 0xA51F76E3C41B484BA51A0CE24811FA99 , 0xA8EC66A086FF42D396645A924512F7B8 , 0xAE4234CC7A9E4104A3559AB4604B0C2D , 0xB890E6EE65F24EC6A9CB83F42E84FC7C , 0xC2F4AE01C0E946D88413BC74D5EE7C45 , 0xCE520C84AA9041318F60DFAD1E446745 , 0xE71D6D8172DD48BA85B2B0B150829E2A , 0xE99E873BCCE843DC8EACD824D2C0E0C9 , 0xF024B1AF635343E0ABA0774FB4248159 , 0x0002A82C0BAA442A8A302D8412E19B74 , 0x008B099C0D3949B68E70FF83FFC0C02E , 0x0239F28453E64CDF8F5E95A29696FC10 , 0x02603CDFA15D4773934D34A12FDE6C99 , 0x0297EC114A2A4B9780E275FDFCF34A62 , 0x05BBC370E7ED459D87AE58A76BD2B11F , 0x06E551C33CCD41E5A691DA599A08B7B9 , 0x06E84F3A76304C5BA4D5D26DFDC8E1CB , 0x0778FB2B11CD484DBF3646BD17B27600 , 0x08B418856B6643D891F1F4F4B72C337E , 0x09E822D5060E4F7D9487AAA94A397D63 , 0x0C423D762C444052B86AEB793BAEF5B6 , 0x0CBEAEC6332444508C85EDA403107B4F , 0x0FD011C64A784B349457FC00A3FC6B28 , 0x17ACF37B66344468AF734A2B65851CDC , 0x1A2FAFD9A3EE48B9B6FF770B16F2E65C , 0x1A47E0ABBB5645AA949D934AC414DCA9 , 0x1D12FAFA4488401BAEC0FCA6704DAFDB , 0x1D393C1F6EB34C9784FBD7FA68CF7534 , 0x1D8682DB3A414927BCBED3C3028E6E20 , 0x1E2293F46D854764AAEBC967A76EA344 , 0x1F9124F2D9CA4AC89E7F46FEBB25FACE , 0x1FF096ECE79B460795B41B6A72F73A67 , 0x23C45B4439A142D1AD324A3B40FD6BD6 , 0x2430298871CC4D9BA7E63D4CFA033395 , 0x253D044056AB424F9B41599AFCA5B33D , 0x261E8A388F084F1881A97C0FF95CA54F , 0x27532E9A8663472784E4125DC03301DE , 0x2805FE839AFE4D719418670066C0A8D7 , 0x28BA49406B5646DF9CFFB66FFB9A72FA , 0x2949BF30A61B4686974186F836FA6FD9 , 0x2DB1D977768F46F8840BDDDA5B7B54C1 , 0x303DDECCF74E40E197C511D467759FF0 , 0x324B8A471C8348958FC7D9533D6865F5 , 0x339E08C77B39463DBE450F3C70BD5ACB , 0x3557282A3B894636A16F6255C5DCBC87 , 0x3689177D89CC46F49CD8A39E92E9514A , 0x38B044729DA44BCDB6B3A342C3C760B4 , 0x39586AE1C23C47ACBD9CBF7F5C80DE57 , 0x39E7DFE2262E41ED9005EB106CC9875E , 0x3A884F963C4D423BBC028EC85B4D4E12 , 0x3B310CAB2A5E4409992B6AC69718A2CE , 0x3C81CA604D20467BB965335EBB171425 , 0x3CB8D02BE1DF4B1089431B714330242F , 0x4002D9813797424D9C57B4CEF1F71542 , 0x40EBFBB5FB7C4458B4FA673FF1290084 , 0x410782BABB554D3AB8E4BC6114E67EAF , 0x414E390301984D06A2220A5A96662862 , 0x42196CD514114259942782599FA41B1E , 0x44862CCDBF5E4E919F9A34342E506B86 , 0x453CAA24BC614FD1B172380F59F6F09C , 0x461B3800D891437992F68F758DCB8EC7 , 0x46E2A739A4C64232B843DF51669C5D84 , 0x477C18C377CD4EC89FC3B9E956E2A21F , 0x4821A17BD5744BC0A3C9BC5CEBBEC59E , 0x48D0B7E357124D0CA34B0471BD12D0A3 , 0x4D7F52CC1A76482692F70AAA094ECABC , 0x4D7FF9DC4A4F42CEBDF24DBCDE5155D4 , 0x4E2BF732E8474709BD95D7742A2AAD91 , 0x4ECA35AA2AEE4D07B3F2E8BC6F19F441 , 0x4F789CA8626942DDA979C94B32A5E76E , 0x510667B300FE4E26B9AC99E892F09A80 , 0x517C98287CF94E2A9C86E3236307DDCC , 0x524C3F90F4D545D4840131D5288CFF47 , 0x59C2B87BA9B44F408529E1A3527F9477 , 0x5B7CB92CCB704F0F8523C9E9C46CE159 , 0x5D98336E69BE42228D4286B9F032E707 , 0x5E5226B3050048399BAD8AC8BE4C3073 , 0x5E579D0816324C2F87EA6BB68FF27268 , 0x5EF96F8CB86C47D9B8DD238CF8BFCEF6 , 0x5F96B941C94C4E2ABB45C1AA3F5D8A9B , 0x5FF58C763055464F886021FA499A1218 , 0x6221ABB6EA5845C6B4A9A3B8BC0CAE97 , 0x624F753DAA0A470CB8B32012C01AD589 , 0x6634B5BC3E7341D7BA2ABADEEDFCAF04 , 0x695B01416D7642499C8072123DDF95CF , 0x6A59604A5A6D499CA7FE6752A24CCE4A , 0x6AECE53E74F64CBDB962FB5A758469C0 , 0x6C6C13388EFC40999291099CB4E618A7 , 0x6C91269DB76E45E2AA7241903608EEC3 , 0x6DF7694F98114DFE9D856137B216471F , 0x6EB6C31A03D946929D30492885476B12 , 0x6EE2F8C950DD46B9898B82ECCE873571 , 0x6EF3B5CACC4842949F29BE05E5379222 , 0x6F33E96AF82D4DC99EBCB358ED41AC77 , 0x6FCA8404FD6D4072ABC063831E3F4A33 , 0x721E05D686D9486890DD3AC1C8D8895C , 0x74C4488ECA964C46BFD7C4C9845A7706 , 0x74FB1C7379664B8192BD8D6B2515C9D1 , 0x792C43181A0E4DFD9211D1CFBAC97B00 , 0x797F821593C64BAB827A65D83863389B , 0x7A7E1849CF4445E5A472B75DE5B1E824 , 0x7AC7E229DDF647FD9BC7CACA42F8E775 , 0x7B25BAF81CA6403A859D9091AF2C8EA8 , 0x7CDD497281954EE08715653013B8BC00 , 0x7DF68F7DF9BB4F3DAAAB9366933E669E , 0x7E17BB6C44B14C7F9C1025EFE871DFD4 , 0x7F1A077F4DBA4D26A9D66BC05A35F83E , 0x7FE9CEDEFF85407A88AC5E7484F7178F , 0x80E20EF6DB484671A102AC36AC835F19 , 0x82359071F17542EBBA1E7A614B31EC9A , 0x841BB2DCEFB946BFA59DABB936BAB342 , 0x86B592970B494C6F963888F070569E0E , 0x88051A9E8E04496C829CA5CB5709C2C2 , 0x8A98A5C477644C39BD324D22316464CA , 0x8AC07B549C59431189658176416374FF , 0x8FF24134F7AD435C87388FA7E5C49944 , 0x90B4F519D61E4187B32C932603A68DCC , 0x92783E69919145EEB3FCC41690767982 , 0x954AD0B76F91446B990317C760C02DC1 , 0x96A7F2CC4CD54866B0E05A7928729838 , 0x97AB470D13064BFAA367A48D2D91CB36 , 0x996C75CD34174A7D92E55081856988C2 , 0x99718A2144484CFA849E382740FFB6E1 , 0x99FCF9C9DF8E44FFB9AF705843F313D2 , 0x9A3ADB55873C4F55B79C38E8FFFDA25A , 0x9C8066F425A846D393F592E5945799A2 , 0x9CDC7F88AD614403ABF3D2A607E20CF7 , 0x9D00BDC082C04858867A8F5F4ECF6190 , 0x9D8B8CC181EA4CE4B94F4D877BFB34DE , 0x9DB8A2B3492F4C68A4EA13429949A242 , 0x9E539D4A506946059CBBC56EFD663710 , 0x9E9C2A6AE69B460BA62F80B39FC8263D , 0x9F79FA29ED994DE5AD9B46706451E2CD , 0x9FAF96364733413C812150A189536A9A , 0x9FBC32E4B6CA46DB95C3DBF79E65E2FA , 0xA070F6C9CD96485284D93947C1F4A697 , 0xA1D429316DF347139DB296587D6D171B , 0xA57E0E90FA614CCC93349AF234ED690F , 0xA7AF7C500E9A4597A664A970CD10C9D2 , 0xA95C1B5FA4024DFB87EC319F7520C8C7 , 0xAB14E1E1FEB5497E90AD633BD2D495BE , 0xABC60BB93C9D464D927D0B8F07E6F3A3 , 0xAC8CE12F24FA4908B0776CAD60E54929 , 0xB04AAF4EE57A4EA1966E68219A7F41DE , 0xB31F607557B34D6EA5BB0D9ADA70F171 , 0xB3495558E1864C339CA7032A252353B1 , 0xB3AE670322774848815C65CB9D0B6160 , 0xB587491907814493B051E963EC5EF3F6 , 0xB6F53A43AA7F4D29BB824E6ACEA412B9 , 0xB9076124149D4D48A6F843DFE7C99454 , 0xBC0476222C674A389469A09BD2939D8C , 0xBC1A125ADD974C2384AAC207FBC9661A , 0xBD31F96E4F1046598AA4ED13AFF3F289 , 0xC0C80F47D3DA4398A926CF2B56C3FD22 , 0xC3B843D5B6FD41A88B6AAB11932595F6 , 0xC5FB763862FD409CB29FC167D29B0605 , 0xCBA847D442A9476EA11BAA6A78EF8699 , 0xCBBBDA4D879D4273B57430F0E6005207 , 0xCC950593818342B5B7FE54F589077ADF , 0xCCD5A877BEE84176953C64A5860B6D08 , 0xCD78E8B278A7498BB10CA9691BD52951 , 0xCDED95A2AA504B8AA4158813E531239B , 0xCF2C96BA906D4D86849FFE9119489F77 , 0xD033C006248F4478AA0161ECBA3B45CD , 0xD111A4EA57B54F08AD140C038B92A11F , 0xD51BF14436BD48158030ABADAE0B520D , 0xD523435D71434CE185B8A5A87AB69F76 , 0xD6F6B6C7B8B94C288845D7FB9DF28404 , 0xD75D5F3C955649FF8456CF2876D8BCB6 , 0xDA5DBF7319924D3A96A9E4E6DEE191ED , 0xDD121E54443B46EA920EFE1309529FE1 , 0xDD7685D18F40413ABEDF71ED02A942ED , 0xE007E25091D44D9CAA2FEA5456A18BF2 , 0xE054FF690FB64CF4801EE7FFE6A1D574 , 0xE0B79689BFFF47F4A7142685565FD6BC , 0xE0E12961142F45F0A5A6215297A58F10 , 0xE0F90CD7BB3A4133A9BC1BDC170E0A25 , 0xE1C188F18BF04D89919FB5D7F4879549 , 0xE3A2480A179F4360B12AF6C122F3BDC1 , 0xE80FAFCBA27B400981DF9CA54AE06463 , 0xEA2E361399954CB0B156AF7D4DEF0CDC , 0xEBF89B5003FD4A468A86EDD43E69D10A , 0xF0431852CC0E479F917CB906018AF198 , 0xF05DA3E553FA4E73B78A9FD15703A16A , 0xF0A63386F3DA4AB48196A620C4383ED6 , 0xF1ECD01D2470439EAF2DC2C324A24A9A , 0xF2D2D1CF86C548208A5A5E35592B1DE5 , 0xF49BAA290F5745C3978E3C365CD81C38 , 0xF55F419B34784CA6B815E66ADD6A3AFD , 0xFA08B4FEA46A43779C225437CE69A76E , 0xFA8413CD22F84727941385BD1CABB1FA , 0xFEBA1A8FD12F4935B41365990B7E5B6B , 0xFEFD9C30DB0E4EFEB0E8ABF09EA0F71D )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
96
0.56 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 Ž\x7F ¯I_si—÷9,µ s "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x018E7FAF495F736997F7392CB5A0A073 );
Copy
97
1.23 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"TonurPackstationApp "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'TonurPackstationApp' );
Copy
98
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagInsiderPreviews "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagInsiderPreviews' );
Copy
99
0.45 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
100
1.22 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
101
2.21 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"жÀÃ\"N§±ëhBþ\x18 "\v "
b"┼µ+~\x1D áE\x11 ╝üÂM±HcÛ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xD0B6C0C35C224EA7B1EB6842FE18220B , 0xC5E62B7E1DA04511BC81B64DF14863EA ));
Copy
102
0.25 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b".ƒÀ\x00\x17 uHm® 7а¾\x1A ° "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x2E83C0001775486DAEA037D0B0BE1AB0 );
Copy
103
0.23 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
104
0.32 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"жÀÃ\"N§±ëhBþ\x18 "\v "
b"жÀÃ\"N§±ëhBþ\x18 "\v "
b"жÀÃ\"N§±ëhBþ\x18 "\v "
b"┼µ+~\x1D áE\x11 ╝üÂM±HcÛ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xD0B6C0C35C224EA7B1EB6842FE18220B , 0xD0B6C0C35C224EA7B1EB6842FE18220B , 0xD0B6C0C35C224EA7B1EB6842FE18220B , 0xC5E62B7E1DA04511BC81B64DF14863EA ));
Copy
105
0.39 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"TonurPackstationApp "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'TonurPackstationApp' );
Copy
106
0.35 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"TonurPackstationApp "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'TonurPackstationApp' );
Copy
107
0.79 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
108
0.35 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
109
0.09 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"┤\x16\x11 ┼ï╠NÓ¼┴[¯Å5=) "
]
SELECT iso FROM snippet_set WHERE id = 0xB41611C58BCC4EE0ACC15BEE8F353D29 ;
Copy
110
0.49 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0xC9A6F5BF098244B1B12678C36AED2C51
;
Copy
111
0.12 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
112
2.20 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"┤\x16\x11 ┼ï╠NÓ¼┴[¯Å5=) "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xB41611C58BCC4EE0ACC15BEE8F353D29 ;
Copy
113
1.45 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ÁÙ£sE B“Œ\v 1Œ\e\x1C v\x03 "
b"8¯ø¤à›KbŒ6³\x15 |Y½¨ "
b"Œ-… ÈgN%ƒd\x0F !û¬\x07 "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xC1D9A37345A042938C0B318C1B1C7603 , 0x38AFF8A4E09B4B628C36B3157C59BDA8 , 0x8C2D8520C8674E2583640FAD21FBAC07 ));
Copy
114
60.19 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/8c2d8520c8674e2583640fad21fbac07 "
"/navigation/c1d9a37345a042938c0b318c1b1c7603 "
"/navigation/05c8c55fe903479a87662295a58c4ead "
"/navigation/cf910d9c7c214c77af2002e17ec82112 "
"/navigation/9bb9ec7bf58444c1948e9aaead4b6069 "
"/navigation/fc0ff7a7a5094e36b991634a6f05d37e "
"/navigation/1f2a1232cddd49dfa559b8bd24df44f8 "
"/navigation/537fd57254854488a70bf045a1ff7c46 "
"/navigation/8d98c038a81248ccaa597daf100c00b3 "
"/navigation/45b39a11aed94b5aa3f8e4c1f3713f5f "
"/navigation/9107e059db954570ba554c9f854a9d8a "
"/navigation/5b545df6c690496e87fe1b08927ae772 "
"/navigation/f325cf96ccd947fe8cfaf91bc3126486 "
"/navigation/8e1bba960e8c4be2ad164acc9fb07a13 "
"/navigation/62e12dca076d486f89b69989712d82c7 "
"/navigation/d7820350e1df4e71984322e4c1311cd5 "
"/navigation/63d70e435ef44dd1bf6aa623fda58e8c "
"/navigation/704bcfdd971f4c56aac782c2b41dc83e "
"/navigation/90d2f43568ad4614bda8bd041fa4abe7 "
"/navigation/c82ff124b1364381b541e46dcb735549 "
"/navigation/d5c1e7cd6ad440aa91122cb57eaeb69e "
"/navigation/b6d5f38073bf4228a0d8bea55380b993 "
"/navigation/90e8c49f111f4518affb4cbf2805b242 "
"/navigation/f17261e393c447a1921c28bcca6db3f9 "
"/navigation/80b822cbb77d48dd869b22fe5b7b8588 "
"/navigation/3218742a897d44129c822e5faa48a64b "
"/navigation/67434ea6f1aa45db83e72d59650f9644 "
"/navigation/c363f43d4e404db59853cbefb0bd7069 "
"/navigation/23e6e97ababe48a29f2490cc04b83952 "
"/navigation/c27d4f2afb1247b2818b5ecbfd585a40 "
"/navigation/7e6ede8c5ede4ffe8de1877628b1018b "
"/navigation/b2c2b4fe7a744b0ca4c6b0763274225c "
"/navigation/266838ca78a940bb9ebd7cec3ee32749 "
"/navigation/fd9f1d01d8d2430aa12b7077479dc7a4 "
"/navigation/fa3e69fe19e94cc89f113f0aff04a505 "
"/navigation/8c2332b671474fc8b2e13e44c0f0190a "
"/navigation/36b4cf2468c74b8dbc6256795478cf90 "
"/navigation/88ea449bf9e6401597e1b54b02b1c0d0 "
"/navigation/e9a8020de3154a9db056caff4ab975e3 "
"/navigation/46398b1b21fc45e98521fbd404773c79 "
"/navigation/b676635231ea4095af8b593c0651f2f4 "
"/navigation/963711ce416647cdaf10fc322af5541f "
"/navigation/dbfcdbfc097d4573a466033d791b2bbc "
"/navigation/14bb75adb0a042db82703556da9383f6 "
"/navigation/1eceafaf68a848a68af45019d39cdc2f "
"/navigation/4b9db8a420af4e5e9880c115fe932362 "
"/navigation/24e5ca5a2aa642d9b5681d15e3ab4a84 "
"/navigation/0447f6c1f3e54521936efadd8db78dc4 "
"/navigation/38aff8a4e09b4b628c36b3157c59bda8 "
"/navigation/332ccd2f295c47b68ae319fb152dedc3 "
"/navigation/64eae93739214024a9c8766b43941bc5 "
"/navigation/63302c2f386148a9bab6b79b189e74a2 "
"/navigation/887dc301356a46799891fa5832c80a03 "
"/navigation/6104cd1569e94060a1158598b5d7474b "
"/navigation/b9637a1f2b3f4fcea34d88988ebbcef1 "
"/navigation/51e82fb69fba4842af0f54fa2b99a2c2 "
"/navigation/2e1395e3f5a1474e8e7e0637dcc801a7 "
"/navigation/c730e39461984875a39f4552895848f4 "
"/navigation/595443089bf944398b8568193c218803 "
"/navigation/563faaf412d640aba6cdd6617c797ed6 "
"/navigation/bf553b75dc8a4647bde36ed6fd951a39 "
"/navigation/e5b83032fec040088deb63f6b3520fed "
"/navigation/b56dfaca7e024e1aa3dcef9c523109e0 "
"/navigation/71f23e85777a4aeb9372366b5a6751dd "
"/navigation/068db263e33845829e874a8c4aa32d87 "
"/navigation/3e454b306f544f208c9799e56f5de5be "
"/navigation/018ad60dff0c7b66849681a72a4d8d6f "
"/navigation/c047662d6b2445dfb57c8b867b31b07a "
"/navigation/9f6f003af1324eaa8d9dbc164b07302b "
"/navigation/743d6a38399844538c602144087bf739 "
"/navigation/6c77112a83724bf78c88b89738b48b64 "
"/navigation/daac6c256c7544be8a12eb4951caaa24 "
"/navigation/200231c145b64c7f936fa6f47175739c "
"/navigation/48647050b43e4f788ebf75cf8dfe47e3 "
"/navigation/7831b4af0bd34445b6b55eb60f12dfe5 "
"/navigation/41f5d33bae6d4919adffb7e1c5665712 "
"/navigation/c82f851230b441a697834f5005460dfb "
"/navigation/6ebe3f001a474100aec86568619c72fb "
"/navigation/f5b452ede4c547ce8fcd0503dbe56059 "
"/navigation/5451addf6e1442e083a0b8634754245b "
"/navigation/d9988c1aba7e45c4b6bf51172e746481 "
"/navigation/3c4efcc9997e4d179cef0e01b57d1e41 "
"/navigation/ecfb4571a39047829b259c9bcd029d5a "
"/navigation/5d1bc2308d1642d7b3d8a519351c9494 "
"/navigation/a044f9c23ae148b383a9e7d99ce6b8d4 "
"/navigation/df4d9f26a1774bbdb09e20bd178d8a99 "
"/navigation/cea0dd23f1e84eaf927c97d5d50fc46a "
"/navigation/36a4175181c742e08d7a2056816d131e "
"/navigation/4ecb954a4b6f496a9dadafaf3b8640e1 "
"/navigation/0d3861d9baf64d1aa367dc3605a3152a "
"/navigation/5f372af8dd194a9b8b44cf662772d0a0 "
"/navigation/c722eeb65d564a7ab7010031868098d6 "
"/navigation/db307ec54bce415d8eb6e7bca214233a "
"/navigation/b933c58445c744098b586b1934fdf5f3 "
"/navigation/4d95e6e34c6040548f9da64589c39f7b "
"/navigation/74bcb9644a904a3d871c1b7502a99ee2 "
"/navigation/f472edc261294d8fb9f1feee6cd2d911 "
"/navigation/854ab813d03940c0a47583db7c554171 "
"/navigation/50647a83895449e19d149d6af76c2301 "
"/navigation/97ab69b0204445ea974f85930f40d4f0 "
"/navigation/cfa92da3a5a347f1807afb4df7e37dfd "
"/navigation/9bd17caa9d074399a80dab51c13c1ccb "
"/navigation/319efcff73ce469e85e8ceb87ff5e05a "
"/navigation/a0079db1b54549b9b927995250e7f534 "
"/navigation/dc90590ae6df47bd9be939f9e50d5b5f "
"/navigation/aaf2e2f57a554be089c18bbe628f2b1f "
"/navigation/30778256954c47cd8e6dab73243b62dd "
"/detail/b3515934b1a643ecad78a051bd56e864 "
"/detail/e4b4fcb5f9ed4949bd07b9f607e0f04b "
"/detail/d40002d5a6c14147b7c32b6213e7355f "
"/detail/e74228a327614d98a7441ecf7ca71fbb "
"/detail/e541f33f249c42258fb05e31d6e4152b "
"/detail/459aad93f7c349ba877f13bb8df2e487 "
"/detail/410a825b49bf4761bd580c87e54dadb3 "
"/detail/5dab788bfa7042b2bb9b837e82df1bbb "
"/detail/1a2dfb043afc46ffaf9d7f8b5e9f8c9a "
"/detail/9f5338b9507c44bc97749fa1070adb80 "
"/detail/88b9e02e9e6c40c795d650cdb2e64a0c "
"/detail/c04b5855686d47f1b14de3920e501d98 "
"/detail/9af10db95adb4eaa9c18fd81f60e67c1 "
"/detail/9a9754ed0ceb4accb89461f7b80beb21 "
"/detail/1e9468827190446fb27d63871dcef510 "
"/detail/091006bb321c4ee7ae61c7e6899cf2e7 "
"/detail/83407a243db04c9ab49b7d284c1d8067 "
"/detail/52ce994a24a1495a81f0110e12d98351 "
"/detail/483719dcd1b64f73a21514f7befc85e9 "
"/detail/76c1a8067a494054b1bc096da8214259 "
"/detail/9ddae6474fff46a7af3d60be64aae1b8 "
"/detail/cf80b4dc6d1f42b1a6e10164047f2bb4 "
"/detail/ee0ac99b93964cf49e2110ac3372e936 "
"/detail/f458a1a1789c4551bbcd9a6a2570a54e "
"/navigation/fd0a0e7a2bd644189e766a0e9c64692c "
"/navigation/018a8c33617e7c70b93004f2162d2a12 "
"/navigation/f06497abd9564029aa5daa9a177f56b2 "
"/navigation/58b2fc9f64964d16bd48b5801f6e45da "
"/navigation/1cbe9b95ee0044c585d3efca0cc1a911 "
"/navigation/5d4e67d1b8f4443a8389dab043736f48 "
"/navigation/e5854a44e17f4de0b3a4f2a21405510e "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ɦõ¿\t ‚D±±&xÃjí,Q "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/8c2d8520c8674e2583640fad21fbac07' , '/navigation/c1d9a37345a042938c0b318c1b1c7603' , '/navigation/05c8c55fe903479a87662295a58c4ead' , '/navigation/cf910d9c7c214c77af2002e17ec82112' , '/navigation/9bb9ec7bf58444c1948e9aaead4b6069' , '/navigation/fc0ff7a7a5094e36b991634a6f05d37e' , '/navigation/1f2a1232cddd49dfa559b8bd24df44f8' , '/navigation/537fd57254854488a70bf045a1ff7c46' , '/navigation/8d98c038a81248ccaa597daf100c00b3' , '/navigation/45b39a11aed94b5aa3f8e4c1f3713f5f' , '/navigation/9107e059db954570ba554c9f854a9d8a' , '/navigation/5b545df6c690496e87fe1b08927ae772' , '/navigation/f325cf96ccd947fe8cfaf91bc3126486' , '/navigation/8e1bba960e8c4be2ad164acc9fb07a13' , '/navigation/62e12dca076d486f89b69989712d82c7' , '/navigation/d7820350e1df4e71984322e4c1311cd5' , '/navigation/63d70e435ef44dd1bf6aa623fda58e8c' , '/navigation/704bcfdd971f4c56aac782c2b41dc83e' , '/navigation/90d2f43568ad4614bda8bd041fa4abe7' , '/navigation/c82ff124b1364381b541e46dcb735549' , '/navigation/d5c1e7cd6ad440aa91122cb57eaeb69e' , '/navigation/b6d5f38073bf4228a0d8bea55380b993' , '/navigation/90e8c49f111f4518affb4cbf2805b242' , '/navigation/f17261e393c447a1921c28bcca6db3f9' , '/navigation/80b822cbb77d48dd869b22fe5b7b8588' , '/navigation/3218742a897d44129c822e5faa48a64b' , '/navigation/67434ea6f1aa45db83e72d59650f9644' , '/navigation/c363f43d4e404db59853cbefb0bd7069' , '/navigation/23e6e97ababe48a29f2490cc04b83952' , '/navigation/c27d4f2afb1247b2818b5ecbfd585a40' , '/navigation/7e6ede8c5ede4ffe8de1877628b1018b' , '/navigation/b2c2b4fe7a744b0ca4c6b0763274225c' , '/navigation/266838ca78a940bb9ebd7cec3ee32749' , '/navigation/fd9f1d01d8d2430aa12b7077479dc7a4' , '/navigation/fa3e69fe19e94cc89f113f0aff04a505' , '/navigation/8c2332b671474fc8b2e13e44c0f0190a' , '/navigation/36b4cf2468c74b8dbc6256795478cf90' , '/navigation/88ea449bf9e6401597e1b54b02b1c0d0' , '/navigation/e9a8020de3154a9db056caff4ab975e3' , '/navigation/46398b1b21fc45e98521fbd404773c79' , '/navigation/b676635231ea4095af8b593c0651f2f4' , '/navigation/963711ce416647cdaf10fc322af5541f' , '/navigation/dbfcdbfc097d4573a466033d791b2bbc' , '/navigation/14bb75adb0a042db82703556da9383f6' , '/navigation/1eceafaf68a848a68af45019d39cdc2f' , '/navigation/4b9db8a420af4e5e9880c115fe932362' , '/navigation/24e5ca5a2aa642d9b5681d15e3ab4a84' , '/navigation/0447f6c1f3e54521936efadd8db78dc4' , '/navigation/38aff8a4e09b4b628c36b3157c59bda8' , '/navigation/332ccd2f295c47b68ae319fb152dedc3' , '/navigation/64eae93739214024a9c8766b43941bc5' , '/navigation/63302c2f386148a9bab6b79b189e74a2' , '/navigation/887dc301356a46799891fa5832c80a03' , '/navigation/6104cd1569e94060a1158598b5d7474b' , '/navigation/b9637a1f2b3f4fcea34d88988ebbcef1' , '/navigation/51e82fb69fba4842af0f54fa2b99a2c2' , '/navigation/2e1395e3f5a1474e8e7e0637dcc801a7' , '/navigation/c730e39461984875a39f4552895848f4' , '/navigation/595443089bf944398b8568193c218803' , '/navigation/563faaf412d640aba6cdd6617c797ed6' , '/navigation/bf553b75dc8a4647bde36ed6fd951a39' , '/navigation/e5b83032fec040088deb63f6b3520fed' , '/navigation/b56dfaca7e024e1aa3dcef9c523109e0' , '/navigation/71f23e85777a4aeb9372366b5a6751dd' , '/navigation/068db263e33845829e874a8c4aa32d87' , '/navigation/3e454b306f544f208c9799e56f5de5be' , '/navigation/018ad60dff0c7b66849681a72a4d8d6f' , '/navigation/c047662d6b2445dfb57c8b867b31b07a' , '/navigation/9f6f003af1324eaa8d9dbc164b07302b' , '/navigation/743d6a38399844538c602144087bf739' , '/navigation/6c77112a83724bf78c88b89738b48b64' , '/navigation/daac6c256c7544be8a12eb4951caaa24' , '/navigation/200231c145b64c7f936fa6f47175739c' , '/navigation/48647050b43e4f788ebf75cf8dfe47e3' , '/navigation/7831b4af0bd34445b6b55eb60f12dfe5' , '/navigation/41f5d33bae6d4919adffb7e1c5665712' , '/navigation/c82f851230b441a697834f5005460dfb' , '/navigation/6ebe3f001a474100aec86568619c72fb' , '/navigation/f5b452ede4c547ce8fcd0503dbe56059' , '/navigation/5451addf6e1442e083a0b8634754245b' , '/navigation/d9988c1aba7e45c4b6bf51172e746481' , '/navigation/3c4efcc9997e4d179cef0e01b57d1e41' , '/navigation/ecfb4571a39047829b259c9bcd029d5a' , '/navigation/5d1bc2308d1642d7b3d8a519351c9494' , '/navigation/a044f9c23ae148b383a9e7d99ce6b8d4' , '/navigation/df4d9f26a1774bbdb09e20bd178d8a99' , '/navigation/cea0dd23f1e84eaf927c97d5d50fc46a' , '/navigation/36a4175181c742e08d7a2056816d131e' , '/navigation/4ecb954a4b6f496a9dadafaf3b8640e1' , '/navigation/0d3861d9baf64d1aa367dc3605a3152a' , '/navigation/5f372af8dd194a9b8b44cf662772d0a0' , '/navigation/c722eeb65d564a7ab7010031868098d6' , '/navigation/db307ec54bce415d8eb6e7bca214233a' , '/navigation/b933c58445c744098b586b1934fdf5f3' , '/navigation/4d95e6e34c6040548f9da64589c39f7b' , '/navigation/74bcb9644a904a3d871c1b7502a99ee2' , '/navigation/f472edc261294d8fb9f1feee6cd2d911' , '/navigation/854ab813d03940c0a47583db7c554171' , '/navigation/50647a83895449e19d149d6af76c2301' , '/navigation/97ab69b0204445ea974f85930f40d4f0' , '/navigation/cfa92da3a5a347f1807afb4df7e37dfd' , '/navigation/9bd17caa9d074399a80dab51c13c1ccb' , '/navigation/319efcff73ce469e85e8ceb87ff5e05a' , '/navigation/a0079db1b54549b9b927995250e7f534' , '/navigation/dc90590ae6df47bd9be939f9e50d5b5f' , '/navigation/aaf2e2f57a554be089c18bbe628f2b1f' , '/navigation/30778256954c47cd8e6dab73243b62dd' , '/detail/b3515934b1a643ecad78a051bd56e864' , '/detail/e4b4fcb5f9ed4949bd07b9f607e0f04b' , '/detail/d40002d5a6c14147b7c32b6213e7355f' , '/detail/e74228a327614d98a7441ecf7ca71fbb' , '/detail/e541f33f249c42258fb05e31d6e4152b' , '/detail/459aad93f7c349ba877f13bb8df2e487' , '/detail/410a825b49bf4761bd580c87e54dadb3' , '/detail/5dab788bfa7042b2bb9b837e82df1bbb' , '/detail/1a2dfb043afc46ffaf9d7f8b5e9f8c9a' , '/detail/9f5338b9507c44bc97749fa1070adb80' , '/detail/88b9e02e9e6c40c795d650cdb2e64a0c' , '/detail/c04b5855686d47f1b14de3920e501d98' , '/detail/9af10db95adb4eaa9c18fd81f60e67c1' , '/detail/9a9754ed0ceb4accb89461f7b80beb21' , '/detail/1e9468827190446fb27d63871dcef510' , '/detail/091006bb321c4ee7ae61c7e6899cf2e7' , '/detail/83407a243db04c9ab49b7d284c1d8067' , '/detail/52ce994a24a1495a81f0110e12d98351' , '/detail/483719dcd1b64f73a21514f7befc85e9' , '/detail/76c1a8067a494054b1bc096da8214259' , '/detail/9ddae6474fff46a7af3d60be64aae1b8' , '/detail/cf80b4dc6d1f42b1a6e10164047f2bb4' , '/detail/ee0ac99b93964cf49e2110ac3372e936' , '/detail/f458a1a1789c4551bbcd9a6a2570a54e' , '/navigation/fd0a0e7a2bd644189e766a0e9c64692c' , '/navigation/018a8c33617e7c70b93004f2162d2a12' , '/navigation/f06497abd9564029aa5daa9a177f56b2' , '/navigation/58b2fc9f64964d16bd48b5801f6e45da' , '/navigation/1cbe9b95ee0044c585d3efca0cc1a911' , '/navigation/5d4e67d1b8f4443a8389dab043736f48' , '/navigation/e5854a44e17f4de0b3a4f2a21405510e' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xC9A6F5BF098244B1B12678C36AED2C51 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
115
1.12 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"™†H“•Ø@†ºENX³û\f Ó "
b"Ó+îûréCÜž×&Ì÷{\x03 ¢ "
b"õ8/óùgL╣ìé▄)┤Q╔\x19 "
b"º{"âRîCßÅàP.╣n\v ı "
b"§î\x05 `ÈùNPœÝî*(\x00 è "
b"¡\r Å{▒┘F\x11 ñ¶\v LH\x04 H§ "
b"Á†ÐŠÑìDŪ,\x02 ˆ›$]\x1D "
b"ÒMm'ýÍFŲÄ\x14 jà ²r "
b"Ú:Å »ŽFW§Ž›˜õeoÕ "
b"█ª!Ø ³H¸ÄýQ²┤Ìd\x03 "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x9986489395D84086BA454E58B3FB0CD3 , 0xD32BEEFB72E943DC9ED726CCF77B03A2 , 0xE4382FA297674CB98D82DC29B451C919 , 0xA77B2283528C43E18F85502EB96E0BD5 , 0xA7EE0560C8F94E509CDDEEAD2A2800E8 , 0xAD0D8F7BB1D94611A4F40B4C480448F5 , 0xC186D08AD1EC44C5AA2C02889B245D1D , 0xD24D6D27FDCD46C5B2C4146AC3A0B272 , 0xDA3AC5A0BB8E4657A78E9B98F5656FD5 , 0xDBA6219D20FC48F78EEC51FDB4DE6403 );
Copy