"use strict";var ua=navigator.userAgent.toLowerCase(),isAndroid=ua.indexOf("android")>-1,ismobile=navigator.userAgent.match(/(iPad)|(iPhone)|(iPod)|(android)|(webOS)/i);function get_hostname(i){var e=i.match(/^https:\/\/[^\/]+/);return e?e[0]:null}var triggerAppEvent=function(i){ismobile&&(device=isAndroid?"Android":"ios"),"ios"==device&&(window.location="iOSDevTips://?"+i),"Android"==device&&window.JSInterface.doProcess(i)},pushDataLayerData=function(i,e,n,o){dataLayer.push({event:i,eventAction:n,eventLabel:o,eventCategory:e})},triggerAppAnalyticsEvent=function(i){var e="";ismobile&&(e=isAndroid?"Android":"ios"),"ios"==e&&(window.location=i),"Android"==e&&(window.location.href=i)};