(function() { var asyncAvailable = true; try { eval("async () => {}"); } catch(e) { asyncAvailable = false; } var falseUA = true && !asyncAvailable; var primarySupportsAsync = !true && asyncAvailable; var clientloggerIsEnabled = true; if (clientloggerIsEnabled) { if (falseUA) { new Image().src = '/clientlog?falseua=1'; } if (primarySupportsAsync) { new Image().src = '/clientlog?primarysupportsasync=1'; } if (window.__etsy_logging && window.__etsy_logging.bots && (window.__etsy_logging.bots.isBot || window.__etsy_logging.bots.botCheck.length > 0)) { new Image().src = '/clientlog?feisbot=1&bot_check=' + encodeURIComponent(JSON.stringify(window.__etsy_logging.bots.botCheck)); } } })();